summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Fixed broken Gridlayout cell position calculation in IE10 #11303John Ahlroos2013-03-131-6/+11
| | | | Change-Id: Ic587c940cab1d145d6be1136c12a46a4b2adb277
* Implemented injection of css styles #5500John Ahlroos2013-03-131-0/+92
| | | | Change-Id: Iaccffb4a3e137968d5f51672cdd56f803a9e9d2e
* Added fallbacks for when IE10 reports width/height as 'auto' when getting ↵John Ahlroos2013-03-121-0/+8
| | | | | | the ComputedStyle #11308 Change-Id: I5cdf98feb8f5f92edeb253b259c354211bd5e369
* Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-125-48/+267
|\ | | | | | | Change-Id: Id118fd9bae1fdf7e7ce2efd660ade5ba7bbc5109
| * Properly recognize class of redefined UI connector (#10867)Leif Åstrand2013-03-111-1/+1
| | | | | | | | Change-Id: I8e3afbd669123a846214c3bd65bf696aa2b5a536
| * Set to empty function instead of undefined (#10960)Artur Signell2013-03-071-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 Signell2013-03-061-1/+3
| | | | | | | | | | | | (#10960) Change-Id: I03bb7e7dda8a44d06dffd3a077cb9b8acc45741d
| * Profiler based on __gwtStatsEvent (#10960)Leif Åstrand2013-03-062-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 Åstrand2013-03-062-0/+60
| | | | | | | | Change-Id: I3fb14b1280a1ee8bfaa2aeab87b40c374d2e4443
| * Log errors as errors and not normal messages (#11251)Artur Signell2013-03-051-3/+4
| | | | | | | | Change-Id: I3686da461ea5b64b5051c2c3b24feb58814c929d
| * Fixed scrolling jumping up to first row when adding rows and adjusting the ↵John Ahlroos2013-03-041-2/+14
| | | | | | | | | | | | currentPageFirstItem in the same UIDL request #10970 Change-Id: I54562e7e0c5429f3493892cf3a14380b0d15bbfd
| * Add bootstrap performance measuring support (#11188)Leif Åstrand2013-03-011-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
* | Add missing license headersLeif Åstrand2013-03-112-0/+32
| | | | | | | | Change-Id: Ic5c928b67b90c241be919d556ba8aa49f2de422c
* | #11265 AriaHandler NPEmichaelvogt2013-03-061-8/+10
| | | | | | | | | | | | Fixes JavaScript exception when debug window is open Change-Id: Ic296cc643cf7b128c34d6446a05ea89a85bdcc35
* | Added IE10 touch support detection #9216John Ahlroos2013-03-051-0/+7
| | | | | | | | Change-Id: I3e5b2266b641901590b7806a04c6ef8c68fbe0f4
* | WAI-ARIA for form fields (#11180)michaelvogt2013-03-054-1/+128
| | | | | | | | | | | | Changes in the base classes of the form fields for WAI-ARIA integration Change-Id: I770082c353b1b0004875675e28f03d6a3e69f03f
* | Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-012-7/+7
| | | | | | | | | | | | | | The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project. The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup. Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-014-156/+293
|\| | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db
| * Fix typo in #10937Leif Åstrand2013-02-261-1/+1
| | | | | | | | Change-Id: I2a0d65dc966ca1a60b017c0c69884e4ede0dc2d7
| * Use native collections when processing server response (#11100)Leif Åstrand2013-02-251-41/+67
| | | | | | | | Change-Id: I72d39f09606cdd32c50336f6ee3c7a2918310152
| * Don't generate a set of changed property names (#10954)Leif Åstrand2013-02-252-98/+179
| | | | | | | | Change-Id: I4417fe43e41c84b8223debe59f5ff663bbf5f5de
| * Do @DelegateToWidget based on applicable properties (#10954)Leif Åstrand2013-02-253-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 Åstrand2013-02-251-5/+3
| | | | | | | | Change-Id: I636797fca00331ee81c081688f90130f8bd11aef
* | Merge remote-tracking branch 'origin/7.0'Artur Signell2013-02-2223-129/+710
|\| | | | | | | Change-Id: Id48ccb3c400a78cddb8bb5c7bbcf2d65174e59d0
| * Update license headerLeif Åstrand2013-02-222-2/+2
| | | | | | | | Change-Id: Iebd1018e9241b19d054784de482c60fb2a0b7018
| * Defer profiler output (#11098)Leif Åstrand2013-02-211-2/+7
| | | | | | | | Change-Id: Iadf5290175a18663329d9254eca57831236be7c8
| * Don't report time spent in getWidget() as part of setConnectorId()Leif Åstrand2013-02-211-1/+2
| | | | | | | | Change-Id: I1e6953f55836fc832dcd2a02eea60422daaf5c7d
| * Fix incomplete commit for (#11092)Leif Åstrand2013-02-211-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 Åstrand2013-02-211-1/+2
| | | | | | | | Change-Id: I059d7ec83f8c4ae43d2ab6e2c80177675c6881d0
| * Only update caption for specific state changes (#11092)Leif Åstrand2013-02-202-2/+28
| | | | | | | | Change-Id: I31dc599f6ce19a0de07a4323b3146c48db0b9d4b
| * Merge of (#9940) to Vaadin 7John Ahlroos2013-02-201-9/+6
| | | | | | | | Change-Id: Ie2e53c8cdba20c8265fa04e35e9469b39b21d43e
| * Ensure href is not set to "" when target is null (#10543)Artur Signell2013-02-191-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 Åstrand2013-02-191-4/+32
| | | | | | | | Change-Id: I6491a9b30ea4c0e4ff141497b9bd78e5d1c4c98c
| * Revert merge from 6.8 fixing #8238 since it was causing issues like #11026. ↵John Ahlroos2013-02-191-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 Åstrand2013-02-191-0/+11
| | | | | | | | Change-Id: I04e8b1777bc4bf4f64371e4b6e6d77f3754162ad
| * Fixed NPE when TextField value is null (#11021)Artur Signell2013-02-181-2/+4
| | | | | | | | | | Ticket: 11021 Change-Id: If3b99333a116e6191ba3f563738e456a07173ab4
| * Don't measure VUI during updateFromUIDL (#11063)Leif Åstrand2013-02-181-1/+7
| | | | | | | | Change-Id: Id4760652d9eeaae466e48ff468f905d7e2c867a1
| * Merge of second part of (#10513) to Vaadin 7.Johannes Dahlström2013-02-183-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 Ahlroos2013-02-181-4/+7
| | | | | | | | | | | | 100% and layout resized (no-merge) #10427 Change-Id: I497ecc1ac88ef1b3c07d127aff3c157827088e01
| * Only add tooltip listeners when needed (#11051)Leif Åstrand2013-02-182-15/+71
| | | | | | | | Change-Id: I2b097ed67d59260390cd939b2f2d844548b5fced
| * Gather more profiling data (#10961)Leif Åstrand2013-02-159-3/+53
| | | | | | | | Change-Id: Ifbb2037290a89fd289407d722962b08f286d887e
* | Merge branch '7.0'Artur Signell2013-02-156-76/+188
|\| | | | | | | Change-Id: I3e0d66cd6bef2336004084e69a19c96d8346bf8d
| * Merge "Ensure super method is called when iterating children in ↵Leif Åstrand2013-02-151-3/+3
| |\ | | | | | | | | | VAbsoluteLayout #10762" into 7.0
| | * Ensure super method is called when iterating children in VAbsoluteLayout #10762John Ahlroos2013-02-151-3/+3
| | | | | | | | | | | | Change-Id: I45d4216333158675590ec903e25bf36f27738bcb
| * | Merge of first part of (#10513) to Vaadin 7.Johannes Dahlström2013-02-151-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.0Johannes Dahlström2013-02-142-54/+169
| |\ \
| | * | Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-142-54/+169
| | | | | | | | | | | | | | | | | | | | | | | | Cache handling update. Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7
| * | | Fixed resetting link target and updated javadoc (#10543)Artur Signell2013-02-142-16/+7
| | | | | | | | | | | | | | | | Change-Id: I91d0eb553542b5f65fb8ab25c3fc357272d87a74
| * | | Fixed problem with removing the icon from a Button (#10543)Artur Signell2013-02-141-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ia119b93643678494db95d36ffe031a44b76ba578
* | | | Merge remote-tracking branch 'origin/7.0'Henri Sara2013-02-141-3/+0
|\ \ \ \ | |/ / / |/| | | | | | | Change-Id: I7428e1c57836f055a39b39425a3bcb6bada38d1e