]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
11 years agoMake SassLangTestsBroken pass iff the CSS and SCSS do not match.
Henri Sara [Fri, 1 Mar 2013 09:13:05 +0000 (11:13 +0200)]
Make SassLangTestsBroken pass iff the CSS and SCSS do not match.

This makes builds pass, and gives a clearer message if one of the
previously broken tests have been fixed.

Change-Id: I6e5b2d9771615abbcb611f28d50ebdefcaa01ae2

11 years agoReverted Tree memory leak fix since it is breaking Tree filtering in a way that only...
John Ahlroos [Fri, 1 Mar 2013 08:06:06 +0000 (10:06 +0200)]
Reverted Tree memory leak fix since it is breaking Tree filtering in a way that only can be fixed by introducing new API to Filterable interface and this cannot be done in a maintenance release. #11053

Change-Id: I7967a4dc57ad2d06880917d4756107c3838d8491

11 years agoRevert "Made UI focusable again (#11129)"
John Ahlroos [Thu, 28 Feb 2013 11:51:47 +0000 (11:51 +0000)]
Revert "Made UI focusable again (#11129)"

This reverts commit 3cf6913c9a714512f8285a54c1ddcf19f2d97e6a

Change-Id: Ief84593763402f99f41a6a447db951196c8f4a91

11 years agoFixed BindException when binding nested properties with BeanFieldGroup.buildAndBind...
John Ahlroos [Thu, 28 Feb 2013 10:07:35 +0000 (12:07 +0200)]
Fixed BindException when binding nested properties with BeanFieldGroup.buildAndBind() #11009

Change-Id: I9bf646b7d8b767c78506a62185ce5dca9dcae7ad

11 years agoAdded missing license header
Artur Signell [Thu, 28 Feb 2013 09:13:18 +0000 (11:13 +0200)]
Added missing license header

Change-Id: I39b55229b63ff377d12956112a4f08c7cbec00ad

11 years agoFixed incorrect import (#11129)
Artur Signell [Thu, 28 Feb 2013 09:24:23 +0000 (11:24 +0200)]
Fixed incorrect import (#11129)

Change-Id: I4fa26ebd7814b14b05ade6b809a39123fa95a4c8

11 years ago(#10563) Logging now uses parameters.
Mikael Grankvist [Tue, 8 Jan 2013 07:07:53 +0000 (09:07 +0200)]
(#10563) Logging now uses parameters.

Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570

11 years agoFix random error in DelegateToWidget test
Leif Åstrand [Thu, 28 Feb 2013 08:59:20 +0000 (10:59 +0200)]
Fix random error in DelegateToWidget test

Because of performance fixes to the handling of @DelegateToWidget
handling, the order in which property changes are delegated are no
longer deterministic. This patch fixes a bug in the test which caused
the update to value4 to be ignored if that was the last property to get
delegated.

Change-Id: Ie13a125b0d719894391b8ae3c9d2d899b163ebb4

11 years agoMade UI focusable again (#11129)
Artur Signell [Thu, 28 Feb 2013 08:39:58 +0000 (10:39 +0200)]
Made UI focusable again (#11129)

Change-Id: I309f00bab9b6779f2667734f2c9623a61d00776f

11 years agoRemoved super class which caused a JUnit3 runner to be used (#11184)
Artur Signell [Thu, 28 Feb 2013 00:03:48 +0000 (02:03 +0200)]
Removed super class which caused a JUnit3 runner to be used (#11184)

Change-Id: Ib5d639e8c86c19902b77ce4681554065ee9be645

11 years agoPrint an error message if the test folder cannot be found (#11184)
Artur Signell [Thu, 28 Feb 2013 00:02:37 +0000 (02:02 +0200)]
Print an error message if the test folder cannot be found (#11184)

Change-Id: I0642a4a51de5f989811246003415f05688f49f4e

11 years agoMade test pass by ignoring irrelevant classes
Artur Signell [Wed, 27 Feb 2013 23:53:46 +0000 (01:53 +0200)]
Made test pass by ignoring irrelevant classes

Change-Id: I2b47b1b7e659b1bdd00a7b72347c2ee36c515b23

11 years agoFixed several problems related to @extend directive (Ticket #10976)
Haijian Wang [Tue, 26 Feb 2013 11:32:28 +0000 (13:32 +0200)]
Fixed several problems related to @extend directive (Ticket #10976)

Change-Id: I5e409856601aa514965319453c11946028b08dda

11 years agoFix typo in #10937
Leif Åstrand [Tue, 26 Feb 2013 08:03:20 +0000 (10:03 +0200)]
Fix typo in #10937

Change-Id: I2a0d65dc966ca1a60b017c0c69884e4ede0dc2d7

11 years agoUse native collections when processing server response (#11100)
Leif Åstrand [Thu, 21 Feb 2013 12:07:46 +0000 (14:07 +0200)]
Use native collections when processing server response (#11100)

Change-Id: I72d39f09606cdd32c50336f6ee3c7a2918310152

11 years agoDon't generate a set of changed property names (#10954)
Leif Åstrand [Wed, 20 Feb 2013 14:22:20 +0000 (16:22 +0200)]
Don't generate a set of changed property names (#10954)

Change-Id: I4417fe43e41c84b8223debe59f5ff663bbf5f5de

11 years agoDo @DelegateToWidget based on applicable properties (#10954)
Leif Åstrand [Wed, 20 Feb 2013 13:40:36 +0000 (15:40 +0200)]
Do @DelegateToWidget based on applicable properties (#10954)

This change improves performance by itself and is needed for avoiding
the dependency on StateChangeEvent.getChangedProperties()

Change-Id: I590bc98e12bbb4ecaaa972b5f49c62dea91ac06c

11 years agoFixed NPE in Tree when calling non-final constructor #11132
John Ahlroos [Mon, 25 Feb 2013 10:00:31 +0000 (12:00 +0200)]
Fixed NPE in Tree when calling non-final constructor #11132

Change-Id: Ie2b44368513c9b51c184f473d429ec9d3e56b8c7

11 years agoRemove ApplicationConnection.componentCaptionSizeChanges (#11101)
Leif Åstrand [Thu, 21 Feb 2013 12:15:24 +0000 (14:15 +0200)]
Remove ApplicationConnection.componentCaptionSizeChanges (#11101)

Change-Id: I636797fca00331ee81c081688f90130f8bd11aef

11 years agoFixed another memory leak in Tree #11053
John Ahlroos [Thu, 21 Feb 2013 14:46:07 +0000 (16:46 +0200)]
Fixed another memory leak in Tree #11053

Change-Id: Idf45309b83dfe718fe6e58b6cf57b211eeb9e811

11 years agoUpdate license header
Leif Åstrand [Fri, 22 Feb 2013 07:01:01 +0000 (09:01 +0200)]
Update license header

Change-Id: Iebd1018e9241b19d054784de482c60fb2a0b7018

11 years agoDefer profiler output (#11098)
Leif Åstrand [Thu, 21 Feb 2013 12:19:11 +0000 (14:19 +0200)]
Defer profiler output (#11098)

Change-Id: Iadf5290175a18663329d9254eca57831236be7c8

11 years agoDon't report time spent in getWidget() as part of setConnectorId()
Leif Åstrand [Thu, 21 Feb 2013 09:14:31 +0000 (11:14 +0200)]
Don't report time spent in getWidget() as part of setConnectorId()

Change-Id: I1e6953f55836fc832dcd2a02eea60422daaf5c7d

11 years agoFixed memory leak in Tree #11053
John Ahlroos [Thu, 21 Feb 2013 13:55:57 +0000 (15:55 +0200)]
Fixed memory leak in Tree #11053

Change-Id: I4c58367d4041b5e61989fca5be6b037f7f8e0c01

11 years agoFix incomplete commit for (#11092)
Leif Åstrand [Thu, 21 Feb 2013 09:19:00 +0000 (11:19 +0200)]
Fix incomplete commit for (#11092)

This fixes a problem that was accidentally added in commit 25368634

Change-Id: Ia58d076bb50460e1bcbf33b270eac305a98f9795

11 years agoDon't update primary stylename if it's already up to date (#11088)
Leif Åstrand [Wed, 20 Feb 2013 13:24:18 +0000 (15:24 +0200)]
Don't update primary stylename if it's already up to date (#11088)

Change-Id: I059d7ec83f8c4ae43d2ab6e2c80177675c6881d0

11 years agoOnly update caption for specific state changes (#11092)
Leif Åstrand [Wed, 20 Feb 2013 14:49:43 +0000 (16:49 +0200)]
Only update caption for specific state changes (#11092)

Change-Id: I31dc599f6ce19a0de07a4323b3146c48db0b9d4b

11 years agoUpdated merged 6.8 test to work with 7.0
John Ahlroos [Wed, 20 Feb 2013 10:43:22 +0000 (12:43 +0200)]
Updated merged 6.8 test to work with 7.0

Change-Id: I5e44183af9431ba34fb0ecaa353e6b65c2aaeace

11 years agoMerge of (#9940) to Vaadin 7
John Ahlroos [Wed, 20 Feb 2013 07:44:43 +0000 (09:44 +0200)]
Merge of (#9940) to Vaadin 7

Change-Id: Ie2e53c8cdba20c8265fa04e35e9469b39b21d43e

11 years agoEnsure result dir exists before trying to write to it (#10918)
Artur Signell [Tue, 19 Feb 2013 22:48:37 +0000 (00:48 +0200)]
Ensure result dir exists before trying to write to it (#10918)

Change-Id: I7d01a80c10b8efd66b067023a7c56c6ba43e8265

11 years agoEnsure href is not set to "" when target is null (#10543)
Artur Signell [Tue, 19 Feb 2013 20:05:21 +0000 (22:05 +0200)]
Ensure href is not set to "" when target is null (#10543)

A link with href="" causes a reload of the page, at least in Firefox.

Change-Id: I0d04615b3669d3b7ccab5bf0d45b6a665f32fb1e

11 years agoImported and updated release notes builder (#10918)
Artur Signell [Mon, 18 Feb 2013 19:31:32 +0000 (21:31 +0200)]
Imported and updated release notes builder (#10918)

Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69
Ticket: 10918

11 years agoProperly detach old connectors for repaintAll response (#11067)
Leif Åstrand [Tue, 19 Feb 2013 09:04:55 +0000 (11:04 +0200)]
Properly detach old connectors for repaintAll response (#11067)

Change-Id: I6491a9b30ea4c0e4ff141497b9bd78e5d1c4c98c

11 years agoCreated maintenance release notes for 7.0.x releases. #10881
Marko Gronroos [Tue, 19 Feb 2013 13:13:55 +0000 (15:13 +0200)]
Created maintenance release notes for 7.0.x releases. #10881

Change-Id: Ifbe33c7101075c11b469890efbe8ecf06a84db32

11 years agoRevert merge from 6.8 fixing #8238 since it was causing issues like #11026. Should...
John Ahlroos [Tue, 19 Feb 2013 14:07:46 +0000 (16:07 +0200)]
Revert merge from 6.8 fixing #8238 since it was causing issues like #11026. Should be fixed in another way. (no-merge)

Change-Id: I232f55781daf7ab5137f9602d3a3c6c2020c6064

11 years agoEnsure there's always a listener on VUI for closing tooltips (#11051)
Leif Åstrand [Tue, 19 Feb 2013 09:49:15 +0000 (11:49 +0200)]
Ensure there's always a listener on VUI for closing tooltips (#11051)

Change-Id: I04e8b1777bc4bf4f64371e4b6e6d77f3754162ad

11 years agoSelector now can begin with a combinator. (Ticket #10754)
Haijian Wang [Tue, 19 Feb 2013 10:43:26 +0000 (12:43 +0200)]
Selector now can begin with a combinator. (Ticket #10754)

Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261

11 years agomore than expected params in mixin throws IOB exception. (Ticket #10988)
Haijian Wang [Tue, 19 Feb 2013 09:17:51 +0000 (11:17 +0200)]
more than expected params in mixin throws IOB exception. (Ticket #10988)

Change-Id: I6451c94a4f733b002165983f92c8577dac4904f6

11 years agoFixed logic error causing IOException if stream supports mark (#10851)
Artur Signell [Mon, 18 Feb 2013 20:15:39 +0000 (22:15 +0200)]
Fixed logic error causing IOException if stream supports mark (#10851)

The current logic caused mark() never to be called if the original InputStream supports mark (isMarkSupported()). This in turn causes an IOException when reset is called and no mark has been set.

Change-Id: I781ed8e9d355d22bd8e43acb5c5e9c8da90f66a0

11 years agoFixed NPE when TextField value is null (#11021)
Artur Signell [Mon, 18 Feb 2013 17:38:28 +0000 (19:38 +0200)]
Fixed NPE when TextField value is null (#11021)

Ticket: 11021
Change-Id: If3b99333a116e6191ba3f563738e456a07173ab4

11 years agoProperly pass the AbstractField internal value to shared state in Slider and Progress...
Johannes Dahlström [Mon, 11 Feb 2013 15:04:15 +0000 (17:04 +0200)]
Properly pass the AbstractField internal value to shared state in Slider and ProgressIndicator (#10921)

* In case of a null value, 0 is stored to shared state. This is consistent with how CheckBox is already implemented.
* This somewhat hacky solution should be replaced with a better one once AbstractField itself is migrated. See #11064.

Change-Id: I2b313af8491a6deccdc7a509dcd1b718482cdcd4

11 years agoDon't measure VUI during updateFromUIDL (#11063)
Leif Åstrand [Mon, 18 Feb 2013 13:02:31 +0000 (15:02 +0200)]
Don't measure VUI during updateFromUIDL (#11063)

Change-Id: Id4760652d9eeaae466e48ff468f905d7e2c867a1

11 years agoMerge of second part of (#10513) to Vaadin 7.
Johannes Dahlström [Fri, 8 Feb 2013 15:20:04 +0000 (17:20 +0200)]
Merge of second part of (#10513) to Vaadin 7.

Fix for TreeTable's indent handling & width calculations.

Conflicts:
client/src/com/vaadin/client/ui/table/TableConnector.java

Change-Id: I94f0d84ac978045d3b79be6b3726ea6973d30b35

11 years agoInterim fix for resizing of child component in AbsoluteLayout when child is 100%...
John Ahlroos [Thu, 14 Feb 2013 13:41:45 +0000 (15:41 +0200)]
Interim fix for resizing of child component in AbsoluteLayout when child is 100% and layout resized (no-merge) #10427

Change-Id: I497ecc1ac88ef1b3c07d127aff3c157827088e01

11 years agoOnly add tooltip listeners when needed (#11051)
Leif Åstrand [Fri, 15 Feb 2013 14:28:07 +0000 (16:28 +0200)]
Only add tooltip listeners when needed (#11051)

Change-Id: I2b097ed67d59260390cd939b2f2d844548b5fced

11 years agoCount instances instead of windows and also show the counter
Leif Åstrand [Mon, 18 Feb 2013 10:57:29 +0000 (12:57 +0200)]
Count instances instead of windows and also show the counter

Change-Id: Ida1d0c9424d09169f3c7f76ebf70dcced5742dad

11 years agoGather more profiling data (#10961)
Leif Åstrand [Fri, 15 Feb 2013 13:42:49 +0000 (15:42 +0200)]
Gather more profiling data (#10961)

Change-Id: Ifbb2037290a89fd289407d722962b08f286d887e

11 years agoRevert "Removed legacy toString implementations as promised in 7.0
Henri Sara [Fri, 15 Feb 2013 14:14:40 +0000 (16:14 +0200)]
Revert "Removed legacy toString implementations as promised in 7.0
(#10916)" (accidentally merged from 7.1)

This reverts commit 5be248803b9b670cd4cf24d5173e7f580180545e.

Change-Id: If4371976f8afe68d08e814128e3256d66b8ecdb3

11 years agoRevert "Made getServlet and getPortlet public (#10882)"
Henri Sara [Fri, 15 Feb 2013 14:12:33 +0000 (16:12 +0200)]
Revert "Made getServlet and getPortlet public (#10882)"
(accidentally merged from 7.1)

This reverts commit 179e672b5d3ce8c4c972dcfacbdbd39c5a08d6fa.

Change-Id: Ice2bdd949bd12000882c406af6ea6c0c6bcc145a

11 years agoMerge "Ensure super method is called when iterating children in VAbsoluteLayout ...
Leif Åstrand [Fri, 15 Feb 2013 13:14:10 +0000 (13:14 +0000)]
Merge "Ensure super method is called when iterating children in VAbsoluteLayout #10762" into 7.0

11 years agoEnsure super method is called when iterating children in VAbsoluteLayout #10762
John Ahlroos [Fri, 15 Feb 2013 10:45:16 +0000 (12:45 +0200)]
Ensure super method is called when iterating children in VAbsoluteLayout #10762

Change-Id: I45d4216333158675590ec903e25bf36f27738bcb

11 years agoMerge of first part of (#10513) to Vaadin 7.
Johannes Dahlström [Tue, 5 Feb 2013 11:08:33 +0000 (13:08 +0200)]
Merge of first part of (#10513) to Vaadin 7.

Recalculate column widths if vertical scrollbar has been added/removed.

Change-Id: I093059b8eaad8ff9f9d87db213dec806993459d5

11 years agoMerge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0
Johannes Dahlström [Thu, 14 Feb 2013 13:15:34 +0000 (13:15 +0000)]
Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0

11 years agoMerge of (#6160) and (#10470) to Vaadin 7.
Johannes Dahlström [Wed, 23 Jan 2013 11:14:18 +0000 (13:14 +0200)]
Merge of (#6160) and (#10470) to Vaadin 7.

Cache handling update.

Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7

11 years agoMerge "Removed invalid and unnecessary clicks from test" into 7.0
Leif Åstrand [Thu, 14 Feb 2013 13:11:19 +0000 (13:11 +0000)]
Merge "Removed invalid and unnecessary clicks from test" into 7.0

11 years agoFixed resetting link target and updated javadoc (#10543)
Artur Signell [Thu, 14 Feb 2013 13:06:21 +0000 (15:06 +0200)]
Fixed resetting link target and updated javadoc (#10543)

Change-Id: I91d0eb553542b5f65fb8ab25c3fc357272d87a74

11 years agoFixed problem with removing the icon from a Button (#10543)
Artur Signell [Thu, 14 Feb 2013 12:49:20 +0000 (14:49 +0200)]
Fixed problem with removing the icon from a Button (#10543)

Change-Id: Ia119b93643678494db95d36ffe031a44b76ba578

11 years agoAdded back previous removed test due to #9870 to pass test (Ticket
Haijian Wang [Thu, 14 Feb 2013 12:33:35 +0000 (14:33 +0200)]
Added back previous removed test due to #9870 to pass test (Ticket
#9870)

Change-Id: I8d8210689078cdb0408c23be621ac279080dc9bf

11 years agoMerge "SASS fails to parse CSS expression function. (Ticket #9870)" into 7.0
Henri Sara [Thu, 14 Feb 2013 12:13:38 +0000 (12:13 +0000)]
Merge "SASS fails to parse CSS expression function. (Ticket #9870)" into 7.0

11 years agoSASS fails to parse CSS expression function. (Ticket #9870)
Haijian Wang [Thu, 14 Feb 2013 11:33:34 +0000 (13:33 +0200)]
SASS fails to parse CSS expression function. (Ticket #9870)

Change-Id: Iea5f3b846a033e218c384dc58e5e045e524de83f

11 years agoMerge "Removed artifical slowdown which should no longer be needed (#11015)" into 7.0
Leif Åstrand [Thu, 14 Feb 2013 09:48:12 +0000 (09:48 +0000)]
Merge "Removed artifical slowdown which should no longer be needed (#11015)" into 7.0

11 years agoMerge "Fixed NPE when a connector is no longer available (#11015)" into 7.0
Leif Åstrand [Thu, 14 Feb 2013 09:45:36 +0000 (09:45 +0000)]
Merge "Fixed NPE when a connector is no longer available (#11015)" into 7.0

11 years agoMerge "Update license header" into 7.0
Henri Sara [Thu, 14 Feb 2013 08:52:40 +0000 (08:52 +0000)]
Merge "Update license header" into 7.0

11 years agoUpdate license header
Leif Åstrand [Thu, 14 Feb 2013 08:31:02 +0000 (10:31 +0200)]
Update license header

Change-Id: I1bf58b1dcaadb7fdf66902c95310d4ee60c1bbeb

11 years agoParseException does not output file name (Ticket #10967)
Haijian Wang [Thu, 14 Feb 2013 07:59:41 +0000 (09:59 +0200)]
ParseException does not output file name (Ticket #10967)

Change-Id: I16a1993284cfb8d73596ec8c2b8956d8e7f9dc8e

11 years agoRemoved invalid and unnecessary clicks from test
Artur Signell [Wed, 13 Feb 2013 13:56:01 +0000 (15:56 +0200)]
Removed invalid and unnecessary clicks from test

Change-Id: Ice4622aa2162157f9c7d6ec94051bb562a0a5b8c

11 years agoFixed NPE in test when value is null
Artur Signell [Wed, 13 Feb 2013 13:55:30 +0000 (15:55 +0200)]
Fixed NPE in test when value is null

Change-Id: I04e1f365535878a46744046ee271387c21d31956

11 years agoRemoved artifical slowdown which should no longer be needed (#11015)
Artur Signell [Tue, 12 Feb 2013 09:14:04 +0000 (11:14 +0200)]
Removed artifical slowdown which should no longer be needed (#11015)

Change-Id: I16bead52cab342fdae891134a0f1c2e82260eb63

11 years agoMerge "Sass replaces variables based on substring matches. (Tickets #10508, #10730...
Henri Sara [Wed, 13 Feb 2013 13:07:33 +0000 (13:07 +0000)]
Merge "Sass replaces variables based on substring matches. (Tickets #10508, #10730)" into 7.0

11 years agoSass replaces variables based on substring matches. (Tickets #10508,
Haijian Wang [Wed, 13 Feb 2013 12:51:18 +0000 (14:51 +0200)]
Sass replaces variables based on substring matches. (Tickets #10508,
#10730)

Change-Id: I7d3c5a74055e28e0e22fe6e496209d7d3c42b4af

11 years agoPaser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)
Haijian Wang [Wed, 13 Feb 2013 11:46:34 +0000 (13:46 +0200)]
Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)

Change-Id: I6ca39f5c97ffce610faafb8e172f290405409dc7

11 years agoFixed NPE when a connector is no longer available (#11015)
Artur Signell [Tue, 12 Feb 2013 09:04:01 +0000 (11:04 +0200)]
Fixed NPE when a connector is no longer available (#11015)

Change-Id: Ie057beb80474546e08bb27a540773ae9f89b55a2

11 years agoMerge "Add lightweight profiling (#10961)" into 7.0
Artur Signell [Wed, 13 Feb 2013 08:14:13 +0000 (08:14 +0000)]
Merge "Add lightweight profiling (#10961)" into 7.0

11 years agoMerge "Handle OutOfSync by resyncing automatically (#10780)" into 7.0
Leif Åstrand [Wed, 13 Feb 2013 08:09:23 +0000 (08:09 +0000)]
Merge "Handle OutOfSync by resyncing automatically (#10780)" into 7.0

11 years agoAdd lightweight profiling (#10961)
Leif Åstrand [Tue, 12 Feb 2013 10:20:29 +0000 (12:20 +0200)]
Add lightweight profiling (#10961)

Also remove most of the timing information that was previously logged

Change-Id: I8269036a12762eb63f7d4f93aefb6be307dd620a

11 years agoMerge "Referencing multiple params in multiple lines inside mixin (Ticket #10987...
Henri Sara [Tue, 12 Feb 2013 14:43:11 +0000 (14:43 +0000)]
Merge "Referencing multiple params in multiple lines inside mixin (Ticket #10987)" into 7.0

11 years agoReferencing multiple params in multiple lines inside mixin (Ticket
Haijian Wang [Tue, 12 Feb 2013 09:54:10 +0000 (11:54 +0200)]
Referencing multiple params in multiple lines inside mixin (Ticket
#10987)

Change-Id: I3d97849afac763a9774cee254778e068f94a23e0

11 years agoFixed ColumnDragColumn test which was failing after fixes for #10890 (#11020)
John Ahlroos [Tue, 12 Feb 2013 08:58:22 +0000 (10:58 +0200)]
Fixed ColumnDragColumn test which was failing after fixes for #10890 (#11020)

Change-Id: I3d2c59d10a83b44fec1992eaec3e73328b314d63

11 years agoMerge "Set the overlay container width and height to zero (#10860)" into 7.0
John Ahlroos [Tue, 12 Feb 2013 08:23:07 +0000 (08:23 +0000)]
Merge "Set the overlay container width and height to zero (#10860)" into 7.0

11 years agoMerge "pseudo-class css selector fails the parser. (Ticket 10316)" into 7.0
Henri Sara [Tue, 12 Feb 2013 07:56:12 +0000 (07:56 +0000)]
Merge "pseudo-class css selector fails the parser. (Ticket 10316)" into 7.0

11 years agoMerge "Since #10312 Table wraps a conversion exception in a CacheUpdateException...
Leif Åstrand [Tue, 12 Feb 2013 07:05:30 +0000 (07:05 +0000)]
Merge "Since #10312 Table wraps a conversion exception in a CacheUpdateException" into 7.0

11 years agopseudo-class css selector fails the parser. (Ticket 10316)
Haijian Wang [Mon, 11 Feb 2013 18:50:29 +0000 (20:50 +0200)]
pseudo-class css selector fails the parser. (Ticket 10316)

Change-Id: I6548c31aaf01ac75fb0668c4c28acbee952e6c6f

11 years agoSince #10312 Table wraps a conversion exception in a CacheUpdateException
Artur Signell [Mon, 11 Feb 2013 18:33:15 +0000 (20:33 +0200)]
Since #10312 Table wraps a conversion exception in a CacheUpdateException

Change-Id: Id2772118a673555db21bb8b5f8d6126459eb688e

11 years agoRedirect jetty output and logs to the results folder (#10558)
Artur Signell [Mon, 11 Feb 2013 18:11:11 +0000 (20:11 +0200)]
Redirect jetty output and logs to the results folder (#10558)

Change-Id: I74445551de380d87dd03a2d14e0482e5fcb69adf

11 years agoHandle OutOfSync by resyncing automatically (#10780)
Artur Signell [Mon, 21 Jan 2013 19:46:47 +0000 (21:46 +0200)]
Handle OutOfSync by resyncing automatically (#10780)

Change-Id: I5958d82b09519dabe9f2af792bd216d3b426c1c9

11 years agoFixed close icon too high in tabsheet when using IE9 and TABSHEET_MINIMAL style ...
John Ahlroos [Tue, 5 Feb 2013 07:48:43 +0000 (09:48 +0200)]
Fixed close icon too high in tabsheet when using IE9 and TABSHEET_MINIMAL style #10884

Change-Id: Iac91b00d60e55e80d5b4deea397bad1e4442d6a1

11 years agoSet the overlay container width and height to zero (#10860)
Johannes Dahlström [Mon, 11 Feb 2013 14:03:21 +0000 (16:03 +0200)]
Set the overlay container width and height to zero (#10860)

* Fix body scrolling in touch devices that do not honor overflow: hidden

Change-Id: Ia444d3c222094b9aa83ba31d5710eed9d9e549cc

11 years agoMerge of comment clarification to Vaadin 7.
Anna Koskinen [Fri, 8 Feb 2013 15:14:51 +0000 (17:14 +0200)]
Merge of comment clarification to Vaadin 7.

Change-Id: I1fed736e17770580af7ccc4c49c5c3d4bb7702e2

11 years agoMerge "Add "v-overlay-container" class name to the overlay container for easier custo...
Artur Signell [Fri, 8 Feb 2013 14:00:48 +0000 (14:00 +0000)]
Merge "Add "v-overlay-container" class name to the overlay container for easier customization (related to #10860)" into 7.0

11 years agoAdd "v-overlay-container" class name to the overlay container for easier customizatio...
Johannes Dahlström [Thu, 31 Jan 2013 14:55:33 +0000 (16:55 +0200)]
Add "v-overlay-container" class name to the overlay container for easier customization (related to #10860)

Change-Id: I5cd37e7305b72840f3cca2eba68632055f06d599

11 years agoAvoid markAsDirty for getters (#10977)
Artur Signell [Fri, 8 Feb 2013 08:50:35 +0000 (10:50 +0200)]
Avoid markAsDirty for getters (#10977)

Change-Id: I3b924fb1d6641309b45b7aad30f171305d36daac

11 years agoMerge "Do not throw NPE when asking for a null propertyId (#10445)"
Henri Sara [Fri, 8 Feb 2013 07:52:59 +0000 (07:52 +0000)]
Merge "Do not throw NPE when asking for a null propertyId (#10445)"

11 years agoFixed race condition in upload (#10942)
Artur Signell [Fri, 8 Feb 2013 07:40:25 +0000 (09:40 +0200)]
Fixed race condition in upload (#10942)

Updated test to show if upload succeeds or fails

Change-Id: Ia9c3a3d36a5dd163fbad59e8cc41d53aba3ccb5a

11 years agoFixed middle vertical alignments in HorizontalLayout #10852
John Ahlroos [Tue, 5 Feb 2013 09:59:42 +0000 (11:59 +0200)]
Fixed middle vertical alignments in HorizontalLayout #10852

Change-Id: I85dac7b89ec4ec670cf92e5c760090fbef5929af

11 years agoMerge "Made getServlet and getPortlet public (#10882)"
Leif Åstrand [Thu, 7 Feb 2013 09:19:57 +0000 (09:19 +0000)]
Merge "Made getServlet and getPortlet public (#10882)"

11 years agoMade getServlet and getPortlet public (#10882)
Artur Signell [Thu, 7 Feb 2013 06:38:02 +0000 (08:38 +0200)]
Made getServlet and getPortlet public (#10882)

This change enables developer to get a reference to the VaadinServlet/VaadinPortlet class without using thread locals (#10882)

Change-Id: I7cb87b6ddb6f2ac3c46f7652a807363b336cdc4e

11 years agoMerge branch '7.0'
Leif Åstrand [Thu, 7 Feb 2013 07:54:24 +0000 (09:54 +0200)]
Merge branch '7.0'

Change-Id: I5cd71ac330a1c400545555db9290dd256da784a1

11 years agoReplaced fragile flash test with a stable one using a local swf (#10807)
Artur Signell [Thu, 7 Feb 2013 06:16:06 +0000 (08:16 +0200)]
Replaced fragile flash test with a stable one using a local swf (#10807)

Change-Id: I4231e0fa0b53f9e6d085b7409e6ad33bb5728b61

11 years agoUse native collections in AbstractConnector
Leif Åstrand [Tue, 5 Feb 2013 11:16:35 +0000 (13:16 +0200)]
Use native collections in AbstractConnector

Change-Id: I027cd296e5014d38e908915d537c58f87ebefc50

11 years agoNative collections for ApplicationConnection & StateChangeEvent (#10937)
Leif Åstrand [Tue, 5 Feb 2013 11:06:07 +0000 (13:06 +0200)]
Native collections for ApplicationConnection & StateChangeEvent (#10937)

Change-Id: I8dbda413f2148f2a28e3867bffe0bc7ea3c8ff93