]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
13 years agoUpdated to use Vaadin locator to be more reliable
Artur Signell [Mon, 21 Mar 2011 15:36:47 +0000 (15:36 +0000)]
Updated to use Vaadin locator to be more reliable

svn changeset:17862/svn branch:6.5

13 years agoFixed fault in integration script
Mikael Grankvist [Fri, 18 Mar 2011 06:32:22 +0000 (06:32 +0000)]
Fixed fault in integration script

svn changeset:17831/svn branch:6.5

13 years ago#6269
Mikael Grankvist [Thu, 17 Mar 2011 13:55:48 +0000 (13:55 +0000)]
#6269
Integration tests for eXo portal (portlet 2)

svn changeset:17826/svn branch:6.5

13 years agoChrome, Chrome, Chrome... You should not do stuff until you are ready for it. Your...
Artur Signell [Thu, 17 Mar 2011 12:59:30 +0000 (12:59 +0000)]
Chrome, Chrome, Chrome... You should not do stuff until you are ready for it. Your parent did just fine.

svn changeset:17823/svn branch:6.5

13 years ago#6644 Ensure all refs are inherited to parallel tasks
Artur Signell [Thu, 17 Mar 2011 10:53:42 +0000 (10:53 +0000)]
#6644 Ensure all refs are inherited to parallel tasks

svn changeset:17822/svn branch:6.5

13 years agoAlways publish the vaadin.jar file in teamcity to make releases easier to perform
Jonatan Kronqvist [Tue, 15 Mar 2011 08:52:03 +0000 (08:52 +0000)]
Always publish the vaadin.jar file in teamcity to make releases easier to perform

svn changeset:17772/svn branch:6.5

13 years agoUpped VERSION
Jonatan Kronqvist [Tue, 15 Mar 2011 07:40:20 +0000 (07:40 +0000)]
Upped VERSION

svn changeset:17771/svn branch:6.5

13 years agoIncreased pause to see if there is a Safari problem (should really pass now)
Artur Signell [Mon, 14 Mar 2011 10:34:58 +0000 (10:34 +0000)]
Increased pause to see if there is a Safari problem (should really pass now)

svn changeset:17751/svn branch:6.5

13 years agoMakes Window and Panel Focusable. #4384
John Alhroos [Fri, 11 Mar 2011 13:57:51 +0000 (13:57 +0000)]
Makes Window and Panel Focusable. #4384

svn changeset:17727/svn branch:6.5

13 years agoReverted [17697]
John Alhroos [Thu, 10 Mar 2011 11:16:08 +0000 (11:16 +0000)]
Reverted [17697]

svn changeset:17704/svn branch:6.5

13 years agoAdds mouse event details to Button.ClickEvent #6605
John Alhroos [Thu, 10 Mar 2011 08:36:33 +0000 (08:36 +0000)]
Adds mouse event details to Button.ClickEvent #6605

svn changeset:17697/svn branch:6.5

13 years agoFix for #5105
John Alhroos [Wed, 9 Mar 2011 12:37:00 +0000 (12:37 +0000)]
Fix for #5105

svn changeset:17684/svn branch:6.5

13 years agoImproved JavaDoc for Embedded.
John Alhroos [Wed, 9 Mar 2011 12:33:29 +0000 (12:33 +0000)]
Improved JavaDoc for Embedded.

svn changeset:17683/svn branch:6.5

13 years agoRevert "Tests now run in many threads in the same JVM instead of forking off a new...
Jonatan Kronqvist [Wed, 9 Mar 2011 07:46:54 +0000 (07:46 +0000)]
Revert "Tests now run in many threads in the same JVM instead of forking off a new JVM for each 'thread'"

This reverts [17666].

svn changeset:17677/svn branch:6.5

13 years agoCheck if attached in Timer instead of canceling timer on component detach. #6507
John Alhroos [Tue, 8 Mar 2011 13:37:10 +0000 (13:37 +0000)]
Check if attached in Timer instead of canceling timer on component detach. #6507

svn changeset:17673/svn branch:6.5

13 years agoAdded testbench test for #6507
John Alhroos [Tue, 8 Mar 2011 13:36:05 +0000 (13:36 +0000)]
Added testbench test for #6507

svn changeset:17672/svn branch:6.5

13 years agoFixed #6507
John Alhroos [Tue, 8 Mar 2011 13:17:56 +0000 (13:17 +0000)]
Fixed #6507

svn changeset:17671/svn branch:6.5

13 years agoChanged LayoutAttachListenerInfo to use screenshots to verify instead of asserts...
John Alhroos [Tue, 8 Mar 2011 12:43:37 +0000 (12:43 +0000)]
Changed LayoutAttachListenerInfo to use screenshots to verify instead of asserts on the notification.

svn changeset:17669/svn branch:6.5

13 years agoTests now run in many threads in the same JVM instead of forking off a new JVM for...
Jonatan Kronqvist [Tue, 8 Mar 2011 12:05:30 +0000 (12:05 +0000)]
Tests now run in many threads in the same JVM instead of forking off a new JVM for each 'thread'

svn changeset:17666/svn branch:6.5

13 years agoCode cleanup (removes an extra get operation)
John Alhroos [Tue, 8 Mar 2011 11:44:09 +0000 (11:44 +0000)]
Code cleanup (removes an extra get operation)

svn changeset:17665/svn branch:6.5

13 years agoFixes #6368
John Alhroos [Tue, 8 Mar 2011 11:24:58 +0000 (11:24 +0000)]
Fixes #6368

svn changeset:17663/svn branch:6.5

13 years agoTest for resizing MenuBar
Artur Signell [Tue, 8 Mar 2011 11:17:26 +0000 (11:17 +0000)]
Test for resizing MenuBar

svn changeset:17661/svn branch:6.5

13 years agoAdded a more generic test for #6368 which takes into account all layouts with positio...
John Alhroos [Tue, 8 Mar 2011 10:43:41 +0000 (10:43 +0000)]
Added a more generic test for #6368 which takes into account all layouts with positional information, not just AbsoluteLayout.

svn changeset:17660/svn branch:6.5

13 years agoAdded TestBench test for #6368
John Alhroos [Tue, 8 Mar 2011 10:02:31 +0000 (10:02 +0000)]
Added TestBench test for #6368

svn changeset:17659/svn branch:6.5

13 years agoChanged version of Flash to 6.0.0.0 and above. #6501
John Alhroos [Tue, 8 Mar 2011 08:23:33 +0000 (08:23 +0000)]
Changed version of Flash to 6.0.0.0 and above. #6501

svn changeset:17655/svn branch:6.5

13 years agoFixed missing ending clause in the <embed> tag. #6501
John Alhroos [Tue, 8 Mar 2011 08:20:31 +0000 (08:20 +0000)]
Fixed missing ending clause in the <embed> tag. #6501

svn changeset:17654/svn branch:6.5

13 years agoAdded Flash visibility TestBench test.
John Alhroos [Tue, 8 Mar 2011 08:12:21 +0000 (08:12 +0000)]
Added Flash visibility TestBench test.

svn changeset:17652/svn branch:6.5

13 years agoFixed flash issues and cleans up the Flash related code. #6501
John Alhroos [Tue, 8 Mar 2011 07:45:14 +0000 (07:45 +0000)]
Fixed flash issues and cleans up the Flash related code. #6501

svn changeset:17651/svn branch:6.5

13 years agoRe-enabled test which should pass after [17633]
Artur Signell [Mon, 7 Mar 2011 09:33:19 +0000 (09:33 +0000)]
Re-enabled test which should pass after [17633]

svn changeset:17634/svn branch:6.5

13 years ago#4285 Additional fix so IE does not force focus back to field when focusing another...
Artur Signell [Mon, 7 Mar 2011 09:31:26 +0000 (09:31 +0000)]
#4285 Additional fix so IE does not force focus back to field when focusing another component (needed for TestBench compatibility)

svn changeset:17633/svn branch:6.5

13 years agoFix for #4285 : Blur event prevention mechanism for IE prevented focus from moving...
John Alhroos [Fri, 4 Mar 2011 15:39:17 +0000 (15:39 +0000)]
Fix for #4285 : Blur event prevention mechanism for IE prevented focus from moving to another field when first focusing the field, then opening the popup dialog and the clicking on another field. This fixed by only preventing the blur event if we already have focus.

svn changeset:17623/svn branch:6.5

13 years agoRemoved blur test from comboFocusBlurEvents since the focus/blur events does not...
John Alhroos [Fri, 4 Mar 2011 14:06:33 +0000 (14:06 +0000)]
Removed blur test from comboFocusBlurEvents since the focus/blur events does not work reliably in IE.

svn changeset:17616/svn branch:6.5

13 years agoChanged depracated DOM.compare() to "==".
John Alhroos [Fri, 4 Mar 2011 12:38:13 +0000 (12:38 +0000)]
Changed depracated DOM.compare() to "==".

svn changeset:17613/svn branch:6.5

13 years agoReverted [17599,17577]
John Alhroos [Fri, 4 Mar 2011 12:21:41 +0000 (12:21 +0000)]
Reverted [17599,17577]

svn changeset:17612/svn branch:6.5

13 years agoReverted [17593,17577]
John Alhroos [Fri, 4 Mar 2011 12:20:46 +0000 (12:20 +0000)]
Reverted [17593,17577]

svn changeset:17611/svn branch:6.5

13 years agoReverted [17598]
John Alhroos [Fri, 4 Mar 2011 12:19:32 +0000 (12:19 +0000)]
Reverted [17598]

svn changeset:17610/svn branch:6.5

13 years agoReverted [17594,17577]
John Alhroos [Fri, 4 Mar 2011 12:18:28 +0000 (12:18 +0000)]
Reverted [17594,17577]

svn changeset:17609/svn branch:6.5

13 years agoFixes issue with double clicks when browsing ComboBox pages #4285
John Alhroos [Fri, 4 Mar 2011 12:13:07 +0000 (12:13 +0000)]
Fixes issue with double clicks when browsing ComboBox pages #4285

svn changeset:17608/svn branch:6.5

13 years agoReverted [17577]
John Alhroos [Fri, 4 Mar 2011 12:11:22 +0000 (12:11 +0000)]
Reverted [17577]

svn changeset:17607/svn branch:6.5

13 years agoRemoved waitForVaadin and replaced mouseUp/mouseDown with a click event in ComboBoxVa...
John Alhroos [Fri, 4 Mar 2011 08:59:42 +0000 (08:59 +0000)]
Removed waitForVaadin and replaced mouseUp/mouseDown with a click event in ComboBoxValueInput test.

svn changeset:17599/svn branch:6.5

13 years agoReplaced a click event with an mouseDown/mouseUp event in ComboBoxLargeIcons.
John Alhroos [Fri, 4 Mar 2011 08:42:38 +0000 (08:42 +0000)]
Replaced a click event with an mouseDown/mouseUp event in ComboBoxLargeIcons.

svn changeset:17598/svn branch:6.5

13 years agoRemoved waitForVaadin and replaced mouseUp/mouseDown with a click event in ComboBoxIt...
John Alhroos [Fri, 4 Mar 2011 08:32:01 +0000 (08:32 +0000)]
Removed waitForVaadin and replaced mouseUp/mouseDown with a click event in ComboBoxItemIcon test.

svn changeset:17594/svn branch:6.5

13 years agoRemoved waitForVaadin and restored mouseClick events since they were not the issue...
John Alhroos [Fri, 4 Mar 2011 07:49:53 +0000 (07:49 +0000)]
Removed waitForVaadin and restored mouseClick events since they were not the issue form ComboBoxReapperingOldValue test.

svn changeset:17593/svn branch:6.5

13 years agoClose Jar before updating its manifest. Fixes #6045.
Marko Grönroos [Thu, 3 Mar 2011 16:35:38 +0000 (16:35 +0000)]
Close Jar before updating its manifest. Fixes #6045.

svn changeset:17592/svn branch:6.5

13 years agoTest for #6578 Handling of icons in caption is slow in FF/IE
Artur Signell [Thu, 3 Mar 2011 15:50:29 +0000 (15:50 +0000)]
Test for #6578 Handling of icons in caption is slow in FF/IE

svn changeset:17584/svn branch:6.5

13 years agoSet fields to Immidiate in ComboFocusBlurEvents test.
John Alhroos [Thu, 3 Mar 2011 14:13:57 +0000 (14:13 +0000)]
Set fields to Immidiate in ComboFocusBlurEvents test.

svn changeset:17579/svn branch:6.5

13 years agoFixed missing blur event from TestBench test.
John Alhroos [Thu, 3 Mar 2011 14:08:39 +0000 (14:08 +0000)]
Fixed missing blur event from TestBench test.

svn changeset:17578/svn branch:6.5

13 years agoFixed issues with text not appearing in ComboBox popups in TestBench.
John Alhroos [Thu, 3 Mar 2011 13:30:37 +0000 (13:30 +0000)]
Fixed issues with text not appearing in ComboBox popups in TestBench.

svn changeset:17577/svn branch:6.5

13 years agoRemoved weird narrow component with large icons to make test consistent
Artur Signell [Thu, 3 Mar 2011 09:43:19 +0000 (09:43 +0000)]
Removed weird narrow component with large icons to make test consistent

svn changeset:17569/svn branch:6.5

13 years agoRemoved extra pause and waitForVaadin commands
Artur Signell [Thu, 3 Mar 2011 09:10:34 +0000 (09:10 +0000)]
Removed extra pause and waitForVaadin commands

svn changeset:17568/svn branch:6.5

13 years agoRemoved extra waitForVaadin commands and extra pauses
Artur Signell [Thu, 3 Mar 2011 09:07:59 +0000 (09:07 +0000)]
Removed extra waitForVaadin commands and extra pauses
Added explicit identifiers to screenshots

svn changeset:17567/svn branch:6.5

13 years ago#6542 Tabsheet content sometimes not rendered in IE6/IE7
Artur Signell [Thu, 3 Mar 2011 08:37:39 +0000 (08:37 +0000)]
#6542 Tabsheet content sometimes not rendered in IE6/IE7

svn changeset:17566/svn branch:6.5

13 years agoCleanup up fix for #4285
John Alhroos [Wed, 2 Mar 2011 13:29:52 +0000 (13:29 +0000)]
Cleanup up fix for #4285

svn changeset:17553/svn branch:6.5

13 years agoFixes #4285
John Alhroos [Wed, 2 Mar 2011 11:54:13 +0000 (11:54 +0000)]
Fixes #4285

svn changeset:17543/svn branch:6.5

13 years agoAdded test for ComoBox focusing/defocusing.
John Alhroos [Wed, 2 Mar 2011 09:31:51 +0000 (09:31 +0000)]
Added test for ComoBox focusing/defocusing.

svn changeset:17539/svn branch:6.5

13 years agoSafari5 is really slow for some reason - give it some time to ensure the images are...
Artur Signell [Tue, 1 Mar 2011 14:53:00 +0000 (14:53 +0000)]
Safari5 is really slow for some reason - give it some time to ensure the images are loaded

svn changeset:17534/svn branch:6.5

13 years agoFixed format of date in DateFieldEmptyValid test.
John Alhroos [Mon, 28 Feb 2011 16:05:23 +0000 (16:05 +0000)]
Fixed format of date in DateFieldEmptyValid test.

svn changeset:17510/svn branch:6.5

13 years agoUpped VERSION for the 6.5 branch
Jonatan Kronqvist [Mon, 28 Feb 2011 13:46:39 +0000 (13:46 +0000)]
Upped VERSION for the 6.5 branch

svn changeset:17498/svn branch:6.5

13 years agoRemoved timezone to avoid problems with different JREs
Artur Signell [Mon, 28 Feb 2011 10:07:11 +0000 (10:07 +0000)]
Removed timezone to avoid problems with different JREs

svn changeset:17491/svn branch:6.5

13 years agoRemoved timezone to avoid problems with different JREs
Artur Signell [Mon, 28 Feb 2011 10:00:43 +0000 (10:00 +0000)]
Removed timezone to avoid problems with different JREs

svn changeset:17487/svn branch:6.5

13 years agoUpdated release-notes for 6.5.2
Jonatan Kronqvist [Mon, 28 Feb 2011 09:58:05 +0000 (09:58 +0000)]
Updated release-notes for 6.5.2

svn changeset:17486/svn branch:6.5

13 years agoTest should now pass in all environments (locale problems fixed)
Artur Signell [Fri, 25 Feb 2011 15:29:03 +0000 (15:29 +0000)]
Test should now pass in all environments (locale problems fixed)

svn changeset:17478/svn branch:6.5

13 years agoTest should now pass in all environments (locale problems fixed)
Artur Signell [Fri, 25 Feb 2011 14:30:00 +0000 (14:30 +0000)]
Test should now pass in all environments (locale problems fixed)

svn changeset:17471/svn branch:6.5

13 years ago#6509 Make subclassing VMenuBar possible by making CustomMenuItem protected and stati...
Henri Sara [Fri, 25 Feb 2011 13:59:33 +0000 (13:59 +0000)]
#6509 Make subclassing VMenuBar possible by making CustomMenuItem protected and static and make it possible to modify popup location.
Note that the API of VMenuBar is subject to change in the future.

svn changeset:17468/svn branch:6.5

13 years agoAdded missing backslash
Artur Signell [Fri, 25 Feb 2011 11:13:59 +0000 (11:13 +0000)]
Added missing backslash

svn changeset:17458/svn branch:6.5

13 years ago#6496 more efficient automated test
Henri Sara [Fri, 25 Feb 2011 09:28:23 +0000 (09:28 +0000)]
#6496 more efficient automated test

svn changeset:17452/svn branch:6.5

13 years ago#6496 increase pause duration in test further
Henri Sara [Fri, 25 Feb 2011 07:14:10 +0000 (07:14 +0000)]
#6496 increase pause duration in test further

svn changeset:17446/svn branch:6.5

13 years ago#6496 increase pause duration in test
Henri Sara [Thu, 24 Feb 2011 13:08:24 +0000 (13:08 +0000)]
#6496 increase pause duration in test

svn changeset:17434/svn branch:6.5

13 years agoTest for #6494 Making tables invisible and visible again does not work correctly
Artur Signell [Thu, 24 Feb 2011 12:33:29 +0000 (12:33 +0000)]
Test for #6494 Making tables invisible and visible again does not work correctly

svn changeset:17432/svn branch:6.5

13 years ago#6496 Close error notification with keyboard (Escape)
Henri Sara [Thu, 24 Feb 2011 12:07:14 +0000 (12:07 +0000)]
#6496 Close error notification with keyboard (Escape)

svn changeset:17431/svn branch:6.5

13 years ago#6413 Splitter click TestBench tests
Henri Sara [Thu, 24 Feb 2011 10:57:49 +0000 (10:57 +0000)]
#6413 Splitter click TestBench tests

svn changeset:17425/svn branch:6.5

13 years agoAdded test that tests generator
Artur Signell [Thu, 24 Feb 2011 09:58:02 +0000 (09:58 +0000)]
Added test that tests generator

svn changeset:17423/svn branch:6.5

13 years ago#6413 Splitter click events were not sent when split panel was reversed
Henri Sara [Thu, 24 Feb 2011 09:10:03 +0000 (09:10 +0000)]
#6413 Splitter click events were not sent when split panel was reversed

svn changeset:17419/svn branch:6.5

13 years agoMake TableGenerator utility class abstract so that not run as an automated test by...
Henri Sara [Thu, 24 Feb 2011 06:59:40 +0000 (06:59 +0000)]
Make TableGenerator utility class abstract so that not run as an automated test by itself.

svn changeset:17404/svn branch:6.5

13 years ago#6434 LayoutClickNotifier interface
Henri Sara [Thu, 24 Feb 2011 06:54:28 +0000 (06:54 +0000)]
#6434 LayoutClickNotifier interface

svn changeset:17403/svn branch:6.5

13 years ago#6493 full package paths in test script
Henri Sara [Thu, 24 Feb 2011 06:29:31 +0000 (06:29 +0000)]
#6493 full package paths in test script

svn changeset:17402/svn branch:6.5

13 years ago#6493 related cleanup and refactoring to eliminate duplicated code
Henri Sara [Wed, 23 Feb 2011 13:20:13 +0000 (13:20 +0000)]
#6493 related cleanup and refactoring to eliminate duplicated code

svn changeset:17396/svn branch:6.5

13 years agoUpdated mergeinfo
Jonatan Kronqvist [Wed, 23 Feb 2011 12:32:52 +0000 (12:32 +0000)]
Updated mergeinfo

svn changeset:17395/svn branch:6.5

13 years ago#6493 layout click listener test
Henri Sara [Wed, 23 Feb 2011 11:52:49 +0000 (11:52 +0000)]
#6493 layout click listener test

svn changeset:17391/svn branch:6.5

13 years ago#6493 API for getting the deepest clicked component in layout click events
Henri Sara [Wed, 23 Feb 2011 11:10:59 +0000 (11:10 +0000)]
#6493 API for getting the deepest clicked component in layout click events

svn changeset:17390/svn branch:6.5

13 years agofixes #6484, added missing META modifier key as a constant and handling on the client...
Matti Tahvonen [Wed, 23 Feb 2011 09:23:46 +0000 (09:23 +0000)]
fixes #6484, added missing META modifier key as a constant and handling on the client side.

svn changeset:17385/svn branch:6.5

13 years ago#6481 improved fix - removed redundant rule and using explicit nowrap
Henri Sara [Tue, 22 Feb 2011 10:26:28 +0000 (10:26 +0000)]
#6481 improved fix - removed redundant rule and using explicit nowrap

svn changeset:17367/svn branch:6.5

13 years agoFixed javadoc typos
Artur Signell [Tue, 22 Feb 2011 10:07:10 +0000 (10:07 +0000)]
Fixed javadoc typos

svn changeset:17366/svn branch:6.5

13 years ago#6481 table scroll position indicator text span too narrow for large row counts
Henri Sara [Tue, 22 Feb 2011 09:08:26 +0000 (09:08 +0000)]
#6481 table scroll position indicator text span too narrow for large row counts

svn changeset:17364/svn branch:6.5

13 years agoFixed warnings
Artur Signell [Mon, 21 Feb 2011 14:11:28 +0000 (14:11 +0000)]
Fixed warnings

svn changeset:17358/svn branch:6.5

13 years agoTest for Table visible column API
Artur Signell [Mon, 21 Feb 2011 13:52:58 +0000 (13:52 +0000)]
Test for Table visible column API

svn changeset:17357/svn branch:6.5

13 years agoTest for Table column alignment API
Artur Signell [Mon, 21 Feb 2011 13:40:18 +0000 (13:40 +0000)]
Test for Table column alignment API

svn changeset:17356/svn branch:6.5

13 years ago#6468 getColumnAlignments() in Table caused AIOOBE
Henri Sara [Mon, 21 Feb 2011 13:20:15 +0000 (13:20 +0000)]
#6468 getColumnAlignments() in Table caused AIOOBE

svn changeset:17355/svn branch:6.5

13 years ago#6470 table row header cells should have their own CSS selectors
Henri Sara [Mon, 21 Feb 2011 12:59:50 +0000 (12:59 +0000)]
#6470 table row header cells should have their own CSS selectors

svn changeset:17354/svn branch:6.5

13 years agoUpped the VERSION for the 6.5 branch
Jonatan Kronqvist [Fri, 11 Feb 2011 09:12:10 +0000 (09:12 +0000)]
Upped the VERSION for the 6.5 branch

svn changeset:17292/svn branch:6.5

13 years agoUpdated release notes for 6.5.1
Jonatan Kronqvist [Fri, 11 Feb 2011 09:12:09 +0000 (09:12 +0000)]
Updated release notes for 6.5.1

svn changeset:17291/svn branch:6.5

13 years agomodified multipartinputstream so that it is not that much dependent on the one and...
Matti Tahvonen [Thu, 10 Feb 2011 13:30:29 +0000 (13:30 +0000)]
modified multipartinputstream so that it is not that much dependent on the one and only function where it is used. Also modified tests to work somewhat sane and removed some invalid tests.

svn changeset:17278/svn branch:6.5

13 years ago#6361 unit test compatibility with JRE 1.5
Henri Sara [Wed, 9 Feb 2011 15:12:38 +0000 (15:12 +0000)]
#6361 unit test compatibility with JRE 1.5

svn changeset:17255/svn branch:6.5

13 years agoChanged test to use en_US locale to get consistent results on own machine and test...
Artur Signell [Wed, 9 Feb 2011 14:51:32 +0000 (14:51 +0000)]
Changed test to use en_US locale to get consistent results on own machine and test cluster

svn changeset:17253/svn branch:6.5

13 years agoEnsure tests are converted using en_US locale
Artur Signell [Wed, 9 Feb 2011 14:49:22 +0000 (14:49 +0000)]
Ensure tests are converted using en_US locale

svn changeset:17252/svn branch:6.5

13 years ago#6427 Add isFirefox() and isFF4() to BrowserInfo
Artur Signell [Wed, 9 Feb 2011 14:08:07 +0000 (14:08 +0000)]
#6427 Add isFirefox() and isFF4() to BrowserInfo

svn changeset:17248/svn branch:6.5

13 years agoAdded FF4B7 and FF4B10 tests
Artur Signell [Wed, 9 Feb 2011 14:04:53 +0000 (14:04 +0000)]
Added FF4B7 and FF4B10 tests

svn changeset:17247/svn branch:6.5

13 years ago#6361 simple unit tests for boundary detection in multipart streams
Henri Sara [Wed, 9 Feb 2011 12:24:35 +0000 (12:24 +0000)]
#6361 simple unit tests for boundary detection in multipart streams

svn changeset:17246/svn branch:6.5

13 years agoTest for #6423
Artur Signell [Wed, 9 Feb 2011 11:21:56 +0000 (11:21 +0000)]
Test for #6423

svn changeset:17243/svn branch:6.5

13 years ago#6336 IE8 in compatibility mode does not work
Artur Signell [Wed, 9 Feb 2011 08:53:50 +0000 (08:53 +0000)]
#6336 IE8 in compatibility mode does not work

Added HttpServletRequest to writeAjaxPageHtmlMainDiv also for consistency

svn changeset:17239/svn branch:6.5