]>
source.dussan.org Git - vaadin-framework.git/log
Leif Åstrand [Fri, 1 Mar 2013 16:17:57 +0000 (18:17 +0200)]
Add performance.timing support to Profiler (#11188)
Change-Id: I3fb14b1280a1ee8bfaa2aeab87b40c374d2e4443
Artur Signell [Tue, 5 Mar 2013 13:08:11 +0000 (15:08 +0200)]
Updated scm in pom template (#11204)
Change-Id: Ibca529e02d6572cd3623df69ee277d570c749dc6
Artur Signell [Mon, 4 Mar 2013 18:06:00 +0000 (20:06 +0200)]
Catch NoSuchFieldException instead of NoSuchFieldError (#10944)
Change-Id: I0ece22fc53388a7c9eb268c00ae46c589859a1f1
Artur Signell [Mon, 4 Mar 2013 18:07:00 +0000 (20:07 +0200)]
Log errors as errors and not normal messages (#11251)
Change-Id: I3686da461ea5b64b5051c2c3b24feb58814c929d
John Ahlroos [Thu, 28 Feb 2013 07:31:32 +0000 (09:31 +0200)]
Fixed scrolling jumping up to first row when adding rows and adjusting the currentPageFirstItem in the same UIDL request #10970
Change-Id: I54562e7e0c5429f3493892cf3a14380b0d15bbfd
Leif Åstrand [Fri, 1 Mar 2013 14:10:50 +0000 (16:10 +0200)]
Update test to use default classloader instead of null
Support for setting null as the classloader was removed at the time when
Application was removed.
Change-Id: Ib3d75dae1d1d81d8760b93616d05ba0746323e3c
Leif Åstrand [Thu, 28 Feb 2013 11:10:09 +0000 (13:10 +0200)]
Add bootstrap performance measuring support (#11188)
svn changeset:25664/svn branch:6.8
Conflicts:
client/src/com/vaadin/client/ApplicationConnection.java
uitest/src/com/vaadin/tests/performance/BasicPerformanceTest.java
uitest/src/com/vaadin/tests/util/TestUtils.java
Change-Id: I699e7b47ad5a62b67dbdf1004da5e5daf009ba25
Artur Signell [Thu, 28 Feb 2013 19:48:45 +0000 (21:48 +0200)]
Avoid running test runner as a test
Change-Id: Ifc65b8ffa43dad332b1986348b1fa2841041e5a1
John Ahlroos [Fri, 1 Mar 2013 08:41:24 +0000 (10:41 +0200)]
Prevent NPE when a SCSS file is not found #11099
Change-Id: Id0e0fd6a31f4089228b02bf8b66086d3f3a1727b
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
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
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
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
Artur Signell [Thu, 28 Feb 2013 09:13:18 +0000 (11:13 +0200)]
Added missing license header
Change-Id: I39b55229b63ff377d12956112a4f08c7cbec00ad
Artur Signell [Thu, 28 Feb 2013 09:24:23 +0000 (11:24 +0200)]
Fixed incorrect import (#11129)
Change-Id: I4fa26ebd7814b14b05ade6b809a39123fa95a4c8
Mikael Grankvist [Tue, 8 Jan 2013 07:07:53 +0000 (09:07 +0200)]
(#10563) Logging now uses parameters.
Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
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
Artur Signell [Thu, 28 Feb 2013 08:39:58 +0000 (10:39 +0200)]
Made UI focusable again (#11129)
Change-Id: I309f00bab9b6779f2667734f2c9623a61d00776f
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
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
Artur Signell [Wed, 27 Feb 2013 23:53:46 +0000 (01:53 +0200)]
Made test pass by ignoring irrelevant classes
Change-Id: I2b47b1b7e659b1bdd00a7b72347c2ee36c515b23
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
Leif Åstrand [Tue, 26 Feb 2013 08:03:20 +0000 (10:03 +0200)]
Fix typo in #10937
Change-Id: I2a0d65dc966ca1a60b017c0c69884e4ede0dc2d7
Leif Åstrand [Thu, 21 Feb 2013 12:07:46 +0000 (14:07 +0200)]
Use native collections when processing server response (#11100)
Change-Id: I72d39f09606cdd32c50336f6ee3c7a2918310152
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
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
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
Leif Åstrand [Thu, 21 Feb 2013 12:15:24 +0000 (14:15 +0200)]
Remove ApplicationConnection.componentCaptionSizeChanges (#11101)
Change-Id: I636797fca00331ee81c081688f90130f8bd11aef
John Ahlroos [Thu, 21 Feb 2013 14:46:07 +0000 (16:46 +0200)]
Fixed another memory leak in Tree #11053
Change-Id: Idf45309b83dfe718fe6e58b6cf57b211eeb9e811
Leif Åstrand [Fri, 22 Feb 2013 07:01:01 +0000 (09:01 +0200)]
Update license header
Change-Id: Iebd1018e9241b19d054784de482c60fb2a0b7018
Leif Åstrand [Thu, 21 Feb 2013 12:19:11 +0000 (14:19 +0200)]
Defer profiler output (#11098)
Change-Id: Iadf5290175a18663329d9254eca57831236be7c8
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
John Ahlroos [Thu, 21 Feb 2013 13:55:57 +0000 (15:55 +0200)]
Fixed memory leak in Tree #11053
Change-Id: I4c58367d4041b5e61989fca5be6b037f7f8e0c01
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
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
Leif Åstrand [Wed, 20 Feb 2013 14:49:43 +0000 (16:49 +0200)]
Only update caption for specific state changes (#11092)
Change-Id: I31dc599f6ce19a0de07a4323b3146c48db0b9d4b
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
John Ahlroos [Wed, 20 Feb 2013 07:44:43 +0000 (09:44 +0200)]
Merge of (#9940) to Vaadin 7
Change-Id: Ie2e53c8cdba20c8265fa04e35e9469b39b21d43e
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
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
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
Leif Åstrand [Tue, 19 Feb 2013 09:04:55 +0000 (11:04 +0200)]
Properly detach old connectors for repaintAll response (#11067)
Change-Id: I6491a9b30ea4c0e4ff141497b9bd78e5d1c4c98c
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
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
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
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
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
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
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
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
Leif Åstrand [Mon, 18 Feb 2013 13:02:31 +0000 (15:02 +0200)]
Don't measure VUI during updateFromUIDL (#11063)
Change-Id: Id4760652d9eeaae466e48ff468f905d7e2c867a1
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
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
Leif Åstrand [Fri, 15 Feb 2013 14:28:07 +0000 (16:28 +0200)]
Only add tooltip listeners when needed (#11051)
Change-Id: I2b097ed67d59260390cd939b2f2d844548b5fced
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
Leif Åstrand [Fri, 15 Feb 2013 13:42:49 +0000 (15:42 +0200)]
Gather more profiling data (#10961)
Change-Id: Ifbb2037290a89fd289407d722962b08f286d887e
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
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
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
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
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
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
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
Leif Åstrand [Thu, 14 Feb 2013 13:11:19 +0000 (13:11 +0000)]
Merge "Removed invalid and unnecessary clicks from test" into 7.0
Artur Signell [Thu, 14 Feb 2013 13:06:21 +0000 (15:06 +0200)]
Fixed resetting link target and updated javadoc (#10543)
Change-Id: I91d0eb553542b5f65fb8ab25c3fc357272d87a74
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
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
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
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
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
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
Henri Sara [Thu, 14 Feb 2013 08:52:40 +0000 (08:52 +0000)]
Merge "Update license header" into 7.0
Leif Åstrand [Thu, 14 Feb 2013 08:31:02 +0000 (10:31 +0200)]
Update license header
Change-Id: I1bf58b1dcaadb7fdf66902c95310d4ee60c1bbeb
Haijian Wang [Thu, 14 Feb 2013 07:59:41 +0000 (09:59 +0200)]
ParseException does not output file name (Ticket #10967)
Change-Id: I16a1993284cfb8d73596ec8c2b8956d8e7f9dc8e
Artur Signell [Wed, 13 Feb 2013 13:56:01 +0000 (15:56 +0200)]
Removed invalid and unnecessary clicks from test
Change-Id: Ice4622aa2162157f9c7d6ec94051bb562a0a5b8c
Artur Signell [Wed, 13 Feb 2013 13:55:30 +0000 (15:55 +0200)]
Fixed NPE in test when value is null
Change-Id: I04e1f365535878a46744046ee271387c21d31956
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
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
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
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
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
Artur Signell [Wed, 13 Feb 2013 08:14:13 +0000 (08:14 +0000)]
Merge "Add lightweight profiling (#10961)" 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
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
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
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
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
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
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
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
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
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
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
Artur Signell [Mon, 21 Jan 2013 19:46:47 +0000 (21:46 +0200)]
Handle OutOfSync by resyncing automatically (#10780)
Change-Id: I5958d82b09519dabe9f2af792bd216d3b426c1c9
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
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
Anna Koskinen [Fri, 8 Feb 2013 15:14:51 +0000 (17:14 +0200)]
Merge of comment clarification to Vaadin 7.
Change-Id: I1fed736e17770580af7ccc4c49c5c3d4bb7702e2
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
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
Artur Signell [Fri, 8 Feb 2013 08:50:35 +0000 (10:50 +0200)]
Avoid markAsDirty for getters (#10977)
Change-Id: I3b924fb1d6641309b45b7aad30f171305d36daac