]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years ago[merge from 6.7] Tweaks to #7931 based on review.
Automerge [Thu, 10 May 2012 13:07:21 +0000 (13:07 +0000)]
[merge from 6.7] Tweaks to #7931 based on review.

svn changeset:23708/svn branch:6.8

12 years ago[merge from 6.7] Send VView size instead of window size (#7931)
Automerge [Thu, 10 May 2012 09:10:01 +0000 (09:10 +0000)]
[merge from 6.7] Send VView size instead of window size (#7931)

svn changeset:23703/svn branch:6.8

12 years agoUse   in empty table footers to make them render properly (#7718)
Leif Åstrand [Thu, 10 May 2012 08:33:27 +0000 (08:33 +0000)]
Use   in empty table footers to make them render properly (#7718)

svn changeset:23701/svn branch:6.8

12 years ago[merge from 6.7] Test case for #8781
Automerge [Wed, 9 May 2012 17:06:15 +0000 (17:06 +0000)]
[merge from 6.7] Test case for #8781

svn changeset:23699/svn branch:6.8

12 years agoTouchScrollHandler: added debug info, restored setElements()
Johannes Dahlström [Wed, 9 May 2012 11:44:20 +0000 (11:44 +0000)]
TouchScrollHandler: added debug info, restored setElements()

svn changeset:23697/svn branch:6.8

12 years ago[merge from 6.7] Test case for #8778
Automerge [Wed, 9 May 2012 09:07:00 +0000 (09:07 +0000)]
[merge from 6.7] Test case for #8778

svn changeset:23696/svn branch:6.8

12 years ago[merge from 6.7] Don't activate tab when clicking close element (#7686)
Automerge [Tue, 8 May 2012 09:06:50 +0000 (09:06 +0000)]
[merge from 6.7] Don't activate tab when clicking close element (#7686)

svn changeset:23690/svn branch:6.8

12 years ago#8722 Make subwindows touch scrollable
Johannes Dahlström [Mon, 7 May 2012 13:24:18 +0000 (13:24 +0000)]
#8722 Make subwindows touch scrollable

svn changeset:23688/svn branch:6.8

12 years ago#8763 Use Set instead of an array in TouchScrollDelegate to allow dynamic adding...
Johannes Dahlström [Mon, 7 May 2012 13:22:39 +0000 (13:22 +0000)]
#8763 Use Set instead of an array in TouchScrollDelegate to allow dynamic adding and removing scrollable elements

svn changeset:23687/svn branch:6.8

12 years ago#8763 requiresTouchScrollDelegate now returns false for iOS5; the default return...
Johannes Dahlström [Mon, 7 May 2012 13:20:37 +0000 (13:20 +0000)]
#8763 requiresTouchScrollDelegate now returns false for iOS5; the default return value is now true instead of false.

svn changeset:23686/svn branch:6.8

12 years agoPrevent setting mainWindow from a TestBase
Leif Åstrand [Mon, 7 May 2012 13:20:18 +0000 (13:20 +0000)]
Prevent setting mainWindow from a TestBase

svn changeset:23685/svn branch:6.8

12 years agoDon't assume there's always an application (#8694)
Leif Åstrand [Mon, 7 May 2012 13:16:13 +0000 (13:16 +0000)]
Don't assume there's always an application (#8694)

svn changeset:23684/svn branch:6.8

12 years ago[merge from 6.7] Test that a sensible message is displayed if no application is found
Automerge [Mon, 7 May 2012 13:06:50 +0000 (13:06 +0000)]
[merge from 6.7] Test that a sensible message is displayed if no application is found

svn changeset:23683/svn branch:6.8

12 years ago#8720 Use TouchScrollDelegate.enableTouchScrolling() instead of a TouchScrollDelegate...
Johannes Dahlström [Fri, 4 May 2012 14:44:22 +0000 (14:44 +0000)]
#8720 Use TouchScrollDelegate.enableTouchScrolling() instead of a TouchScrollDelegate instance directly

svn changeset:23681/svn branch:6.8

12 years ago#8716 Use TouchScrollDelegate.enableTouchScrolling() instead of a TouchScrollDelegate...
Johannes Dahlström [Fri, 4 May 2012 13:51:15 +0000 (13:51 +0000)]
#8716 Use TouchScrollDelegate.enableTouchScrolling() instead of a TouchScrollDelegate instance directly

svn changeset:23680/svn branch:6.8

12 years agoImproved TouchScrollHandler helper
Johannes Dahlström [Fri, 4 May 2012 13:41:04 +0000 (13:41 +0000)]
Improved TouchScrollHandler helper

svn changeset:23679/svn branch:6.8

12 years ago[merge from 6.7] Fix #7136: Opening a modal subwindow when there are visible notifica...
Automerge [Fri, 4 May 2012 13:19:50 +0000 (13:19 +0000)]
[merge from 6.7] Fix #7136: Opening a modal subwindow when there are visible notifications prevented the notifications from fading

svn changeset:23678/svn branch:6.8

12 years agoAdd new CSS class to the base theme enabling (touch) scrolling of the element (#8716...
Johannes Dahlström [Fri, 4 May 2012 13:13:11 +0000 (13:13 +0000)]
Add new CSS class to the base theme enabling (touch) scrolling of the element (#8716 #8720 #8721 #8722 #8723 #8724 #8725)

svn changeset:23677/svn branch:6.8

12 years ago[merge from 6.7] Blur the combo box before swapping data source to avoid random issue...
Automerge [Fri, 4 May 2012 09:55:44 +0000 (09:55 +0000)]
[merge from 6.7] Blur the combo box before swapping data source to avoid random issue in Safari related to Testbench blur emulation

svn changeset:23675/svn branch:6.8

12 years ago[merge from 6.7] Fixed #8589: Permit XHTML content in UserError
Automerge [Thu, 3 May 2012 17:06:26 +0000 (17:06 +0000)]
[merge from 6.7] Fixed #8589: Permit XHTML content in UserError

svn changeset:23673/svn branch:6.8

12 years agoNew helper class handling touch scrolling either natively or with TouchScrollDelegate...
Johannes Dahlström [Thu, 3 May 2012 15:02:57 +0000 (15:02 +0000)]
New helper class handling touch scrolling either natively or with TouchScrollDelegate, depending on platform capabilities

svn changeset:23671/svn branch:6.8

12 years ago[merge from 6.7] Add missing ?restartApplication from the URL
Automerge [Thu, 3 May 2012 13:06:25 +0000 (13:06 +0000)]
[merge from 6.7] Add missing ?restartApplication from the URL

svn changeset:23669/svn branch:6.8

12 years ago[merge from 6.7] Don't paint references to orphan components #8730
Automerge [Thu, 3 May 2012 13:06:20 +0000 (13:06 +0000)]
[merge from 6.7] Don't paint references to orphan components #8730

svn changeset:23668/svn branch:6.8

12 years agoTest using Firefox 12 (#8739)
Leif Åstrand [Wed, 2 May 2012 09:52:01 +0000 (09:52 +0000)]
Test using Firefox 12 (#8739)

svn changeset:23665/svn branch:6.8

12 years ago[merge from 6.7] Simplified test case for #8730
Automerge [Fri, 27 Apr 2012 13:06:26 +0000 (13:06 +0000)]
[merge from 6.7] Simplified test case for #8730

svn changeset:23660/svn branch:6.8

12 years ago[merge from 6.7] Improved #8619 fix
Automerge [Fri, 27 Apr 2012 11:39:33 +0000 (11:39 +0000)]
[merge from 6.7] Improved #8619 fix

svn changeset:23657/svn branch:6.8

12 years ago[merge from 6.7] Fix and test case for #8619: Add sanity checks to GridLayout to...
Automerge [Fri, 27 Apr 2012 11:39:27 +0000 (11:39 +0000)]
[merge from 6.7] Fix and test case for #8619: Add sanity checks to GridLayout to handle cases where the size of a relative-size child unexpectedly changes

svn changeset:23656/svn branch:6.8

12 years ago[merge from 6.7] Use equals instead of == to compare item ids (#8712). Using == will...
Automerge [Fri, 27 Apr 2012 11:39:21 +0000 (11:39 +0000)]
[merge from 6.7] Use equals instead of == to compare item ids (#8712). Using == will fail at least with JPAContainer as the entity provider provides the id instances and it is not guaranteed that the same instance is returned every time (e.g. if using a Long the longs represent the same number but are not the same instance)

svn changeset:23655/svn branch:6.8

12 years agoMake sure the request timer is always stopped, better names #8694
Jonatan Kronqvist [Fri, 27 Apr 2012 08:16:16 +0000 (08:16 +0000)]
Make sure the request timer is always stopped, better names #8694

svn changeset:23648/svn branch:6.8

12 years agoSimplified fix for #8694
Jonatan Kronqvist [Fri, 27 Apr 2012 07:19:56 +0000 (07:19 +0000)]
Simplified fix for #8694

svn changeset:23647/svn branch:6.8

12 years agoImproved touch scrolling test application (#8716, #8720, #8721, #8722, #8723, #8724...
Johannes Dahlström [Thu, 26 Apr 2012 13:30:35 +0000 (13:30 +0000)]
Improved touch scrolling test application (#8716, #8720, #8721, #8722, #8723, #8724, #8725)

svn changeset:23644/svn branch:6.8

12 years agoRemoved duplicate code for broken Android detection (#8716)
Artur Signell [Thu, 26 Apr 2012 13:11:51 +0000 (13:11 +0000)]
Removed duplicate code for broken Android detection (#8716)

svn changeset:23643/svn branch:6.8

12 years agoFunctions for reporting Android and iOS version (#8716)
Artur Signell [Thu, 26 Apr 2012 13:11:45 +0000 (13:11 +0000)]
Functions for reporting Android and iOS version (#8716)

svn changeset:23642/svn branch:6.8

12 years agoJoined MobileOS and OS so only one operating system is reported (#7911)
Artur Signell [Thu, 26 Apr 2012 13:11:23 +0000 (13:11 +0000)]
Joined MobileOS and OS so only one operating system is reported (#7911)

svn changeset:23641/svn branch:6.8

12 years ago#8551 Add isAndroid() test
Johannes Dahlström [Thu, 26 Apr 2012 13:06:18 +0000 (13:06 +0000)]
#8551 Add isAndroid() test

svn changeset:23640/svn branch:6.8

12 years agoFix #8551: Notifications are displayed in parts on an Asus TF101
Johannes Dahlström [Thu, 26 Apr 2012 12:39:52 +0000 (12:39 +0000)]
Fix #8551: Notifications are displayed in parts on an Asus TF101

svn changeset:23639/svn branch:6.8

12 years agoAdd support for html in buttons (#8663)
Leif Åstrand [Thu, 26 Apr 2012 08:52:41 +0000 (08:52 +0000)]
Add support for html in buttons (#8663)

svn changeset:23634/svn branch:6.8

12 years agoMake new classes serializable
Leif Åstrand [Thu, 26 Apr 2012 05:56:04 +0000 (05:56 +0000)]
Make new classes serializable

svn changeset:23633/svn branch:6.8

12 years agoFixes #8693 by applying patch, adds automated test for the case.
Marc Englund [Wed, 25 Apr 2012 13:11:34 +0000 (13:11 +0000)]
Fixes #8693 by applying patch, adds automated test for the case.

svn changeset:23631/svn branch:6.8

12 years agoExplicitly focus widget when simulating click (#8659)
Leif Åstrand [Wed, 25 Apr 2012 11:54:50 +0000 (11:54 +0000)]
Explicitly focus widget when simulating click (#8659)

svn changeset:23628/svn branch:6.8

12 years agoAdd test for $entry and make it ignore some false positives (#8699)
Leif Åstrand [Wed, 25 Apr 2012 07:14:56 +0000 (07:14 +0000)]
Add test for $entry and make it ignore some false positives (#8699)

svn changeset:23626/svn branch:6.8

12 years agoAdded v-ios and v-android for mobile devices (#7911)
Artur Signell [Wed, 25 Apr 2012 06:21:30 +0000 (06:21 +0000)]
Added v-ios and v-android for mobile devices (#7911)

svn changeset:23625/svn branch:6.8

12 years agoApplied patch provided for #8600 (hasChildren() broken if item used to have children...
Marc Englund [Tue, 24 Apr 2012 14:06:11 +0000 (14:06 +0000)]
Applied patch provided for #8600 (hasChildren() broken if item used to have children) and added junit test. Fixes #8600

svn changeset:23624/svn branch:6.8

12 years agoWrap javascript callback entry points in $entry (#8699)
Leif Åstrand [Tue, 24 Apr 2012 13:41:05 +0000 (13:41 +0000)]
Wrap javascript callback entry points in $entry (#8699)

svn changeset:23623/svn branch:6.8

12 years agoIncreased debug window default size (#8523)
Artur Signell [Tue, 24 Apr 2012 12:24:50 +0000 (12:24 +0000)]
Increased debug window default size (#8523)

svn changeset:23621/svn branch:6.8

12 years agoFail build if Maven deployment fails (#8638)
Artur Signell [Tue, 24 Apr 2012 11:51:20 +0000 (11:51 +0000)]
Fail build if Maven deployment fails (#8638)

svn changeset:23620/svn branch:6.8

12 years ago[merge from 6.7] Fix #8550 in 6.7 after all
Automerge [Mon, 23 Apr 2012 09:06:42 +0000 (09:06 +0000)]
[merge from 6.7] Fix #8550 in 6.7 after all

svn changeset:23610/svn branch:6.8

12 years ago[merge from 6.7] doUidlRequest() should not set hasActiveRequest=false when retrying...
Automerge [Mon, 23 Apr 2012 09:06:37 +0000 (09:06 +0000)]
[merge from 6.7] doUidlRequest() should not set hasActiveRequest=false when retrying a request that returned a 503

svn changeset:23609/svn branch:6.8

12 years ago[merge from 6.7] Moved Mattis touchscroll fixes to 6.8
Automerge [Fri, 20 Apr 2012 13:07:16 +0000 (13:07 +0000)]
[merge from 6.7] Moved Mattis touchscroll fixes to 6.8

svn changeset:23604/svn branch:6.8

12 years ago[merge from 6.7] #8407 Handle the case of a 503 response without a Retry-After header
Automerge [Fri, 20 Apr 2012 13:07:11 +0000 (13:07 +0000)]
[merge from 6.7] #8407 Handle the case of a 503 response without a Retry-After header

svn changeset:23603/svn branch:6.8

12 years ago[merge from 6.7] * fixed timing issue that might leave scroll "outside" of the viewpo...
Automerge [Thu, 19 Apr 2012 13:07:50 +0000 (13:07 +0000)]
[merge from 6.7] * fixed timing issue that might leave scroll "outside" of the viewport on ios devices when scrolling furiously while animation is still ongoing.

svn changeset:23594/svn branch:6.8

12 years ago[merge from 6.7] Skipping "scroll selected/focused row into view" on touch devices...
Automerge [Thu, 19 Apr 2012 13:07:45 +0000 (13:07 +0000)]
[merge from 6.7] Skipping "scroll selected/focused row into view" on touch devices as it breaks androids with broken scrolltop and should be obsolete on touch devices anyway

svn changeset:23593/svn branch:6.8

12 years ago[merge from 6.7] Test case and fix for #8625: Firefox and IE9 need an overflow hack...
Automerge [Thu, 19 Apr 2012 13:07:40 +0000 (13:07 +0000)]
[merge from 6.7] Test case and fix for #8625: Firefox and IE9 need an overflow hack to prevent unwanted scrollbars with nested TabSheets in some cases

svn changeset:23592/svn branch:6.8

12 years agoAdded the license notice to a new file added in #8694
Jonatan Kronqvist [Thu, 19 Apr 2012 11:14:49 +0000 (11:14 +0000)]
Added the license notice to a new file added in #8694

svn changeset:23589/svn branch:6.8

12 years agoAdded some comments for #8694
Jonatan Kronqvist [Thu, 19 Apr 2012 07:00:34 +0000 (07:00 +0000)]
Added some comments for #8694

svn changeset:23583/svn branch:6.8

12 years agoImplemented #8694 - API providing profiling info for TestBench 3.x
Jonatan Kronqvist [Thu, 19 Apr 2012 06:33:34 +0000 (06:33 +0000)]
Implemented #8694 - API providing profiling info for TestBench 3.x

svn changeset:23582/svn branch:6.8

12 years ago[merge from 6.7] Quickly typed in touch scroll related changes due to ridiculous...
Automerge [Wed, 18 Apr 2012 17:07:34 +0000 (17:07 +0000)]
[merge from 6.7] Quickly typed in touch scroll related changes due to ridiculous android browser bug http://code.google.com/p/android/issues/detail?id=19625 . That practically breaks scrolling in vaadin on new android devices. Some other changes and cleanup in the same excersize. Fixes at least #8550, but practically makes scrolling possible on new android devices.

svn changeset:23581/svn branch:6.8

12 years ago[merge from 6.7] improved test case
Automerge [Wed, 18 Apr 2012 17:07:29 +0000 (17:07 +0000)]
[merge from 6.7] improved test case

svn changeset:23580/svn branch:6.8

12 years ago[merge from 6.7] enhanced test case
Automerge [Wed, 18 Apr 2012 13:21:32 +0000 (13:21 +0000)]
[merge from 6.7] enhanced test case

svn changeset:23575/svn branch:6.8

12 years ago[merge from 6.7] added tests case that contains varios setups to check scrolling...
Automerge [Wed, 18 Apr 2012 13:21:27 +0000 (13:21 +0000)]
[merge from 6.7] added tests case that contains varios setups to check scrolling and related stuff work with touch devices

svn changeset:23574/svn branch:6.8

12 years ago[merge from 6.7] Fixed layout to match test script and screenshots
Automerge [Wed, 18 Apr 2012 13:21:22 +0000 (13:21 +0000)]
[merge from 6.7] Fixed layout to match test script and screenshots

svn changeset:23573/svn branch:6.8

12 years ago[merge from 6.7] Test for #8662: Improved old #2864 test case and added a TestBench...
Automerge [Wed, 18 Apr 2012 13:21:15 +0000 (13:21 +0000)]
[merge from 6.7] Test for #8662: Improved old #2864 test case and added a TestBench script

svn changeset:23572/svn branch:6.8

12 years ago[merge from 6.7] Reverted #7607 fixes and removed the test for now because they cause...
Automerge [Tue, 17 Apr 2012 17:06:08 +0000 (17:06 +0000)]
[merge from 6.7] Reverted #7607 fixes and removed the test for now because they cause the #8662 regression.

svn changeset:23566/svn branch:6.8

12 years ago[merge from 6.7] #8595 test script: removed accidental duplicate code, use mouseClick...
Automerge [Mon, 16 Apr 2012 13:06:34 +0000 (13:06 +0000)]
[merge from 6.7] #8595 test script: removed accidental duplicate code, use mouseClick with :shift instead of shiftKeyDown/Up

svn changeset:23554/svn branch:6.8

12 years agoUnit test for #8653
Johannes Dahlström [Mon, 16 Apr 2012 10:40:01 +0000 (10:40 +0000)]
Unit test for #8653

svn changeset:23551/svn branch:6.8

12 years ago[merge from 6.7] #8639 Improved comments
Automerge [Fri, 13 Apr 2012 09:13:52 +0000 (09:13 +0000)]
[merge from 6.7] #8639 Improved comments

svn changeset:23529/svn branch:6.8

12 years ago[merge from 6.7] Fixed #8639: Table context menu was broken on touch devices
Automerge [Fri, 13 Apr 2012 09:13:47 +0000 (09:13 +0000)]
[merge from 6.7] Fixed #8639: Table context menu was broken on touch devices

svn changeset:23528/svn branch:6.8

12 years ago[merge from 6.7] VConsole.error() instead of throwing in startRequest() and endReques...
Automerge [Fri, 13 Apr 2012 09:13:41 +0000 (09:13 +0000)]
[merge from 6.7] VConsole.error() instead of throwing in startRequest() and endRequest() sanity checks

svn changeset:23527/svn branch:6.8

12 years ago[merge from 6.7] test case for #8639
Automerge [Fri, 13 Apr 2012 09:13:36 +0000 (09:13 +0000)]
[merge from 6.7] test case for #8639

svn changeset:23526/svn branch:6.8

12 years agoReverted accidental commit
Johannes Dahlström [Fri, 13 Apr 2012 08:26:32 +0000 (08:26 +0000)]
Reverted accidental commit

svn changeset:23523/svn branch:6.8

12 years agoBlocked merge of revisions related to 6.7.7 release
Johannes Dahlström [Fri, 13 Apr 2012 08:17:48 +0000 (08:17 +0000)]
Blocked merge of revisions related to 6.7.7 release

svn changeset:23522/svn branch:6.8

12 years agoUnit test for #8203
Johannes Dahlström [Thu, 12 Apr 2012 15:37:02 +0000 (15:37 +0000)]
Unit test for #8203

svn changeset:23505/svn branch:6.8

12 years ago#8203 Improved javadoc, added null check
Johannes Dahlström [Thu, 12 Apr 2012 15:26:30 +0000 (15:26 +0000)]
#8203 Improved javadoc, added null check

svn changeset:23504/svn branch:6.8

12 years agoFixed #8653: addTab(index) should not throw if index is out of bounds
Johannes Dahlström [Thu, 12 Apr 2012 15:22:21 +0000 (15:22 +0000)]
Fixed #8653: addTab(index) should not throw if index is out of bounds

svn changeset:23503/svn branch:6.8

12 years ago#6155 Javadoc/comments; refresh field value from data source on attach
Johannes Dahlström [Wed, 11 Apr 2012 12:07:29 +0000 (12:07 +0000)]
#6155 Javadoc/comments; refresh field value from data source on attach

svn changeset:23476/svn branch:6.8

12 years agoFixed bug in calculating % size when using reverse position (#4296)
Artur Signell [Tue, 10 Apr 2012 20:38:21 +0000 (20:38 +0000)]
Fixed bug in calculating % size when using reverse position (#4296)

svn changeset:23426/svn branch:6.8

12 years agoRemoved old info and added mention of #4296
Artur Signell [Tue, 10 Apr 2012 20:12:57 +0000 (20:12 +0000)]
Removed old info and added mention of #4296

svn changeset:23425/svn branch:6.8

12 years agoAllow splitter position to be float to avoid rounding errors (#4296)
Artur Signell [Tue, 10 Apr 2012 12:46:38 +0000 (12:46 +0000)]
Allow splitter position to be float to avoid rounding errors (#4296)

svn changeset:23419/svn branch:6.8

12 years ago[merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devices
Automerge [Thu, 5 Apr 2012 13:08:30 +0000 (13:08 +0000)]
[merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devices

svn changeset:23414/svn branch:6.8

12 years ago[merge from 6.7] TestBench test for #8604
Automerge [Thu, 5 Apr 2012 13:08:25 +0000 (13:08 +0000)]
[merge from 6.7] TestBench test for #8604

svn changeset:23413/svn branch:6.8

12 years ago[merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some cases
Automerge [Thu, 5 Apr 2012 13:08:18 +0000 (13:08 +0000)]
[merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some cases

svn changeset:23412/svn branch:6.8

12 years ago#8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet.Tab)
Johannes Dahlström [Thu, 5 Apr 2012 12:08:08 +0000 (12:08 +0000)]
#8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet.Tab)

svn changeset:23408/svn branch:6.8

12 years agoImplemented #8307: Added AbstractField#removeAllValidators()
Johannes Dahlström [Thu, 5 Apr 2012 10:50:00 +0000 (10:50 +0000)]
Implemented #8307: Added AbstractField#removeAllValidators()

svn changeset:23407/svn branch:6.8

12 years agoFixed #6155: stop listening to Property value change and read only status change...
Johannes Dahlström [Thu, 5 Apr 2012 10:38:28 +0000 (10:38 +0000)]
Fixed #6155: stop listening to Property value change and read only status change events on detach to avoid a potential memory leak, resume listening on attach

svn changeset:23406/svn branch:6.8

12 years ago[merge from 6.7] Test for #8328
Automerge [Wed, 4 Apr 2012 13:07:03 +0000 (13:07 +0000)]
[merge from 6.7] Test for #8328

svn changeset:23402/svn branch:6.8

12 years agoCreate integration test for WebSphere Application Server 8 (#3789)
Leif Åstrand [Wed, 4 Apr 2012 11:47:02 +0000 (11:47 +0000)]
Create integration test for WebSphere Application Server 8 (#3789)

svn changeset:23401/svn branch:6.8

12 years agoTest tab scrolling in #5100 test
Johannes Dahlström [Wed, 4 Apr 2012 10:46:16 +0000 (10:46 +0000)]
Test tab scrolling in #5100 test

svn changeset:23400/svn branch:6.8

12 years ago#5100 Removed obsolete code to fix a Firefox tab scrolling bug
Johannes Dahlström [Wed, 4 Apr 2012 10:45:40 +0000 (10:45 +0000)]
#5100 Removed obsolete code to fix a Firefox tab scrolling bug

svn changeset:23399/svn branch:6.8

12 years ago[merge from 6.7] Basic app for testing various aspects of layout performance
Automerge [Tue, 3 Apr 2012 10:12:26 +0000 (10:12 +0000)]
[merge from 6.7] Basic app for testing various aspects of layout performance

svn changeset:23393/svn branch:6.8

12 years ago#5100 Fixed IE focus; fixed tab scrolling; minor refactoring
Johannes Dahlström [Mon, 2 Apr 2012 13:36:17 +0000 (13:36 +0000)]
#5100 Fixed IE focus; fixed tab scrolling; minor refactoring

svn changeset:23385/svn branch:6.8

12 years agoReverted accidental commit
Johannes Dahlström [Mon, 2 Apr 2012 13:35:44 +0000 (13:35 +0000)]
Reverted accidental commit

svn changeset:23384/svn branch:6.8

12 years agoDon't test wrap-around in #5100 test as it's not currently supported
Johannes Dahlström [Mon, 2 Apr 2012 13:30:06 +0000 (13:30 +0000)]
Don't test wrap-around in #5100 test as it's not currently supported

svn changeset:23382/svn branch:6.8

12 years agoFixed IE focus; fixed tab scrolling; minor refactoring
Johannes Dahlström [Mon, 2 Apr 2012 13:04:10 +0000 (13:04 +0000)]
Fixed IE focus; fixed tab scrolling; minor refactoring

svn changeset:23380/svn branch:6.8

12 years agoCleaned up #5100 test
Johannes Dahlström [Mon, 2 Apr 2012 10:54:44 +0000 (10:54 +0000)]
Cleaned up #5100 test

svn changeset:23378/svn branch:6.8

12 years ago[merge from 6.7] #8597 Do not leave VWindow references in the static windowOrder...
Automerge [Mon, 2 Apr 2012 10:19:29 +0000 (10:19 +0000)]
[merge from 6.7] #8597 Do not leave VWindow references in the static windowOrder list

svn changeset:23377/svn branch:6.8

12 years ago[merge from 6.7] #8580 test case
Automerge [Fri, 30 Mar 2012 13:24:34 +0000 (13:24 +0000)]
[merge from 6.7] #8580 test case

svn changeset:23372/svn branch:6.8

12 years ago[merge from 6.7] #8580 Added a comment
Automerge [Fri, 30 Mar 2012 13:24:26 +0000 (13:24 +0000)]
[merge from 6.7] #8580 Added a comment

svn changeset:23371/svn branch:6.8

12 years ago[merge from 6.7] Fixed #8580: After a UIDL request, hasActiveRequest was set to false...
Automerge [Thu, 29 Mar 2012 17:06:16 +0000 (17:06 +0000)]
[merge from 6.7] Fixed #8580: After a UIDL request, hasActiveRequest was set to false after a new request was already underway. This used to work when active requests were tracked with an integer counter, but not after the #8505 changes. Also added relevant sanity checks to startRequest() and endRequest().

svn changeset:23359/svn branch:6.8

12 years ago[merge from 6.7] Integration test with Firefox 11
Automerge [Thu, 29 Mar 2012 13:06:02 +0000 (13:06 +0000)]
[merge from 6.7] Integration test with Firefox 11

svn changeset:23355/svn branch:6.8

12 years ago[merge from 6.7] Test with Chrome 18
Automerge [Thu, 29 Mar 2012 13:05:57 +0000 (13:05 +0000)]
[merge from 6.7] Test with Chrome 18

svn changeset:23354/svn branch:6.8