Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set to empty function instead of undefined (#10960)7.0.2 | Artur Signell | 2013-03-07 | 1 | -3/+1 |
| | | | | | | It seems that the presence of the function is checked once while it is still set and it will be later called without additional checks that it is still set. Change-Id: Ie985d9047f4d2ca469f1a406ba40bca0ac3a59e9 | ||||
* | Fixed javascript issue in IE8 (delete cannot be used on window properties) ↵ | Artur Signell | 2013-03-06 | 1 | -1/+3 |
| | | | | | | (#10960) Change-Id: I03bb7e7dda8a44d06dffd3a077cb9b8acc45741d | ||||
* | Profiler based on __gwtStatsEvent (#10960) | Leif Åstrand | 2013-03-06 | 2 | -41/+164 |
| | | | | | | | | | * Bootstrap installs a __gwtStatsEvent implementation for tracking GWT's own bootstrap timing events * Profiler.enter and Profiler.leave use __gwtStatsEvent * Profiler data is displayed based on the data tracked by __gwtStatsEvent Change-Id: I3db05ca2622aecb745270f01d47cd71648e3bebd | ||||
* | Add performance.timing support to Profiler (#11188) | Leif Åstrand | 2013-03-06 | 2 | -0/+60 |
| | | | | Change-Id: I3fb14b1280a1ee8bfaa2aeab87b40c374d2e4443 | ||||
* | Log errors as errors and not normal messages (#11251) | Artur Signell | 2013-03-05 | 1 | -3/+4 |
| | | | | Change-Id: I3686da461ea5b64b5051c2c3b24feb58814c929d | ||||
* | Fixed scrolling jumping up to first row when adding rows and adjusting the ↵ | John Ahlroos | 2013-03-04 | 1 | -2/+14 |
| | | | | | | currentPageFirstItem in the same UIDL request #10970 Change-Id: I54562e7e0c5429f3493892cf3a14380b0d15bbfd | ||||
* | Add bootstrap performance measuring support (#11188) | Leif Åstrand | 2013-03-01 | 1 | -1/+24 |
| | | | | | | | | | | | 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 | ||||
* | Fix typo in #10937 | Leif Åstrand | 2013-02-26 | 1 | -1/+1 |
| | | | | Change-Id: I2a0d65dc966ca1a60b017c0c69884e4ede0dc2d7 | ||||
* | Use native collections when processing server response (#11100) | Leif Åstrand | 2013-02-25 | 1 | -41/+67 |
| | | | | Change-Id: I72d39f09606cdd32c50336f6ee3c7a2918310152 | ||||
* | Don't generate a set of changed property names (#10954) | Leif Åstrand | 2013-02-25 | 2 | -98/+179 |
| | | | | Change-Id: I4417fe43e41c84b8223debe59f5ff663bbf5f5de | ||||
* | Do @DelegateToWidget based on applicable properties (#10954) | Leif Åstrand | 2013-02-25 | 3 | -12/+44 |
| | | | | | | | This change improves performance by itself and is needed for avoiding the dependency on StateChangeEvent.getChangedProperties() Change-Id: I590bc98e12bbb4ecaaa972b5f49c62dea91ac06c | ||||
* | Remove ApplicationConnection.componentCaptionSizeChanges (#11101) | Leif Åstrand | 2013-02-25 | 1 | -5/+3 |
| | | | | Change-Id: I636797fca00331ee81c081688f90130f8bd11aef | ||||
* | Update license header | Leif Åstrand | 2013-02-22 | 2 | -2/+2 |
| | | | | Change-Id: Iebd1018e9241b19d054784de482c60fb2a0b7018 | ||||
* | Defer profiler output (#11098) | Leif Åstrand | 2013-02-21 | 1 | -2/+7 |
| | | | | Change-Id: Iadf5290175a18663329d9254eca57831236be7c8 | ||||
* | Don't report time spent in getWidget() as part of setConnectorId() | Leif Åstrand | 2013-02-21 | 1 | -1/+2 |
| | | | | Change-Id: I1e6953f55836fc832dcd2a02eea60422daaf5c7d | ||||
* | Fix incomplete commit for (#11092) | Leif Åstrand | 2013-02-21 | 1 | -1/+1 |
| | | | | | | This fixes a problem that was accidentally added in commit 25368634 Change-Id: Ia58d076bb50460e1bcbf33b270eac305a98f9795 | ||||
* | Don't update primary stylename if it's already up to date (#11088) | Leif Åstrand | 2013-02-21 | 1 | -1/+2 |
| | | | | Change-Id: I059d7ec83f8c4ae43d2ab6e2c80177675c6881d0 | ||||
* | Only update caption for specific state changes (#11092) | Leif Åstrand | 2013-02-20 | 2 | -2/+28 |
| | | | | Change-Id: I31dc599f6ce19a0de07a4323b3146c48db0b9d4b | ||||
* | Merge of (#9940) to Vaadin 7 | John Ahlroos | 2013-02-20 | 1 | -9/+6 |
| | | | | Change-Id: Ie2e53c8cdba20c8265fa04e35e9469b39b21d43e | ||||
* | Ensure href is not set to "" when target is null (#10543) | Artur Signell | 2013-02-19 | 1 | -1/+5 |
| | | | | | | A link with href="" causes a reload of the page, at least in Firefox. Change-Id: I0d04615b3669d3b7ccab5bf0d45b6a665f32fb1e | ||||
* | Properly detach old connectors for repaintAll response (#11067) | Leif Åstrand | 2013-02-19 | 1 | -4/+32 |
| | | | | Change-Id: I6491a9b30ea4c0e4ff141497b9bd78e5d1c4c98c | ||||
* | Revert merge from 6.8 fixing #8238 since it was causing issues like #11026. ↵ | John Ahlroos | 2013-02-19 | 1 | -0/+8 |
| | | | | | | Should be fixed in another way. (no-merge) Change-Id: I232f55781daf7ab5137f9602d3a3c6c2020c6064 | ||||
* | Ensure there's always a listener on VUI for closing tooltips (#11051) | Leif Åstrand | 2013-02-19 | 1 | -0/+11 |
| | | | | Change-Id: I04e8b1777bc4bf4f64371e4b6e6d77f3754162ad | ||||
* | Fixed NPE when TextField value is null (#11021) | Artur Signell | 2013-02-18 | 1 | -2/+4 |
| | | | | | Ticket: 11021 Change-Id: If3b99333a116e6191ba3f563738e456a07173ab4 | ||||
* | Don't measure VUI during updateFromUIDL (#11063) | Leif Åstrand | 2013-02-18 | 1 | -1/+7 |
| | | | | Change-Id: Id4760652d9eeaae466e48ff468f905d7e2c867a1 | ||||
* | Merge of second part of (#10513) to Vaadin 7. | Johannes Dahlström | 2013-02-18 | 3 | -82/+465 |
| | | | | | | | | | Fix for TreeTable's indent handling & width calculations. Conflicts: client/src/com/vaadin/client/ui/table/TableConnector.java Change-Id: I94f0d84ac978045d3b79be6b3726ea6973d30b35 | ||||
* | Interim fix for resizing of child component in AbsoluteLayout when child is ↵ | John Ahlroos | 2013-02-18 | 1 | -4/+7 |
| | | | | | | 100% and layout resized (no-merge) #10427 Change-Id: I497ecc1ac88ef1b3c07d127aff3c157827088e01 | ||||
* | Only add tooltip listeners when needed (#11051) | Leif Åstrand | 2013-02-18 | 2 | -15/+71 |
| | | | | Change-Id: I2b097ed67d59260390cd939b2f2d844548b5fced | ||||
* | Gather more profiling data (#10961) | Leif Åstrand | 2013-02-15 | 9 | -3/+53 |
| | | | | Change-Id: Ifbb2037290a89fd289407d722962b08f286d887e | ||||
* | Merge "Ensure super method is called when iterating children in ↵ | Leif Åstrand | 2013-02-15 | 1 | -3/+3 |
|\ | | | | | | | VAbsoluteLayout #10762" into 7.0 | ||||
| * | Ensure super method is called when iterating children in VAbsoluteLayout #10762 | John Ahlroos | 2013-02-15 | 1 | -3/+3 |
| | | | | | | | | Change-Id: I45d4216333158675590ec903e25bf36f27738bcb | ||||
* | | Merge of first part of (#10513) to Vaadin 7. | Johannes Dahlström | 2013-02-15 | 1 | -2/+8 |
| | | | | | | | | | | | | Recalculate column widths if vertical scrollbar has been added/removed. Change-Id: I093059b8eaad8ff9f9d87db213dec806993459d5 | ||||
* | | Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0 | Johannes Dahlström | 2013-02-14 | 2 | -54/+169 |
|\ \ | |||||
| * | | Merge of (#6160) and (#10470) to Vaadin 7. | Johannes Dahlström | 2013-02-14 | 2 | -54/+169 |
| | | | | | | | | | | | | | | | | | | Cache handling update. Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7 | ||||
* | | | Fixed resetting link target and updated javadoc (#10543) | Artur Signell | 2013-02-14 | 2 | -16/+7 |
| | | | | | | | | | | | | Change-Id: I91d0eb553542b5f65fb8ab25c3fc357272d87a74 | ||||
* | | | Fixed problem with removing the icon from a Button (#10543) | Artur Signell | 2013-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Change-Id: Ia119b93643678494db95d36ffe031a44b76ba578 | ||||
* | | | Merge "Fixed NPE when a connector is no longer available (#11015)" into 7.0 | Leif Åstrand | 2013-02-14 | 1 | -11/+43 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fixed NPE when a connector is no longer available (#11015) | Artur Signell | 2013-02-13 | 1 | -11/+43 |
| | | | | | | | | | | | | Change-Id: Ie057beb80474546e08bb27a540773ae9f89b55a2 | ||||
* | | | Update license header | Leif Åstrand | 2013-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Change-Id: I1bf58b1dcaadb7fdf66902c95310d4ee60c1bbeb | ||||
* | | | Add lightweight profiling (#10961) | Leif Åstrand | 2013-02-13 | 13 | -77/+690 |
|/ / | | | | | | | | | | | Also remove most of the timing information that was previously logged Change-Id: I8269036a12762eb63f7d4f93aefb6be307dd620a | ||||
* | | Merge "Add "v-overlay-container" class name to the overlay container for ↵ | Artur Signell | 2013-02-08 | 1 | -5/+12 |
|\ \ | | | | | | | | | | easier customization (related to #10860)" into 7.0 | ||||
| * | | Add "v-overlay-container" class name to the overlay container for easier ↵ | Johannes Dahlström | 2013-02-08 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | customization (related to #10860) Change-Id: I5cd37e7305b72840f3cca2eba68632055f06d599 | ||||
* | | | Fixed race condition in upload (#10942) | Artur Signell | 2013-02-08 | 1 | -19/+31 |
| | | | | | | | | | | | | | | | | | | Updated test to show if upload succeeds or fails Change-Id: Ia9c3a3d36a5dd163fbad59e8cc41d53aba3ccb5a | ||||
* | | | Fixed middle vertical alignments in HorizontalLayout #10852 | John Ahlroos | 2013-02-07 | 1 | -2/+15 |
| |/ |/| | | | | | Change-Id: I85dac7b89ec4ec670cf92e5c760090fbef5929af | ||||
* | | Use native collections in AbstractConnector | Leif Åstrand | 2013-02-06 | 1 | -6/+7 |
| | | | | | | | | Change-Id: I027cd296e5014d38e908915d537c58f87ebefc50 | ||||
* | | Native collections for ApplicationConnection & StateChangeEvent (#10937) | Leif Åstrand | 2013-02-06 | 8 | -67/+132 |
| | | | | | | | | Change-Id: I8dbda413f2148f2a28e3867bffe0bc7ea3c8ff93 | ||||
* | | Merge "Optimize stylename handling in AbstractComponentConnector (#10937)" ↵ | Leif Åstrand | 2013-02-06 | 1 | -19/+12 |
|\ \ | | | | | | | | | | into 7.0 | ||||
| * | | Optimize stylename handling in AbstractComponentConnector (#10937) | Leif Åstrand | 2013-02-06 | 1 | -19/+12 |
| | | | | | | | | | | | | Change-Id: I91b05d0d794a2809c13f5f68d73eddb9f4c0a641 | ||||
* | | | Use native collections in CssLayoutConnector (#10937) | Leif Åstrand | 2013-02-06 | 1 | -11/+12 |
|/ / | | | | | | | Change-Id: Ie4f10c7b1de97476fe5aec2bfa2a0e1cd933121c | ||||
* | | Merge "Use faster collections in LayoutManager and related classes (#10937)" ↵ | Artur Signell | 2013-02-06 | 2 | -172/+377 |
|\ \ | | | | | | | | | | into 7.0 |