| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Change-Id: I07b241f40bcb20b92f9eea48036724dd91ecc985
|
|
|
|
|
|
|
|
| |
Text or elements should not get selected when there's a context click
listener. Pre-emptively prevent text selection for the whole widget when
that happens.
Change-Id: I3c09d8b2c25d383d6abe079f0fee3809cf5838c7
|
|
|
|
| |
Change-Id: Id7ec7013bcff446cdf3ce0f2088cb20b0708a56b
|
|
|
|
|
|
|
|
| |
IE11 is broken so that the simple implementation always moves up on any
mouse wheel event. Therefore, this change borrows the approach taken by
Escalator for low-level handling of mouse wheel events in a way compatible
with all supported browsers.
Change-Id: I98c89d3ccfeea38d6a454ef708f0eb7d1d3f480c
|
|
|
|
|
|
|
|
| |
Old ValueChangeListeners are discarded and new ones created when an
ItemSetChange occurs. This is done to reapply the listeners to possibly
recreated Items.
Change-Id: I9956af8950e241005574c597c49c5efb43afc1c7
|
|
|
|
|
|
|
|
| |
The Javadoc was incorrect saying the method goal was to set the first
day of week depending on locale. Actual main goal - to set it in
independent way.
Also extended the doc to look more complete.
Change-Id: I2c82c774f4e245437b03c0bd0246a0361584d949
|
|
|
|
|
|
|
|
| |
Client-side connector of the SingleSelectionModel attempts to keep track
of currently selected row. This tracking gets lost when the row get
deselected on the server-side. Special case is now correctly handled.
Change-Id: I1c45548bd11536bc85cddbc2ba8b6225965c1194
|
|
|
|
|
|
|
|
|
| |
Previously on container change Grid applied only its internal
DataGenerators to the new RpcDataProviderExtension. Now it goes through
all existing Extensions and adds all DataGenerators to the data
provider.
Change-Id: Idbd48e5152867b1d2b7a770741e3ea08aa4299b6
|
|
|
|
|
|
|
| |
This helps resolve context menu add-on issue #3 and reduce code
duplication.
Change-Id: I2a9b583d045e1654577f5a6ee3f55d8c4ab30582
|
|
|
|
| |
Change-Id: Id06cb7317c107f3714336e7b2c7ba791f41e51bf
|
|
|
|
| |
Change-Id: If392ebe303573aa74334923824e3566d943cda94
|
|
|
|
|
|
| |
This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00.
Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
|
|
|
|
|
|
| |
This reverts commit a20e5be94fc13058a61ff27c1398052828c00d7b.
Change-Id: I0a7d02b9b13d1eabf3b0360a7b86def8fa974009
|
|
|
|
| |
Change-Id: I7bd41d656a5ed39e24beea4111d9a48de4ef37b5
|
|\ |
|
| |\
| | |
| | |
| | | |
Change-Id: I6ef85a35077e6278831b968595c068898cee2770
|
| | |
| | |
| | |
| | | |
Change-Id: I376fc5ebe1a9ef65fa6c84bb5d84d41cbc785183
|
| | |
| | |
| | |
| | | |
Change-Id: I59a3d756a26270119d40940d3e61bbab61f0db14
|
| | |
| | |
| | |
| | | |
Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581
|
| | |
| | |
| | |
| | | |
Change-Id: Ie13d3eec555bca1a138fb69444aa429308fc9b3b
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A recently merged patch leaves out information from hierarchyInfo for
empty connectors with state changes. This must be taken into account
when looking for disappeared connectors that do not cause any hierarchy
change to be sent.
Change-Id: I9ae7150341a83798141d0a2806ee81cafe7c2f9a
|
| | |
| | |
| | |
| | | |
Change-Id: Id28a9fa8a204c1e2a12160e2e1dba1823f3726a5
|
| | |
| | |
| | |
| | | |
Change-Id: I602b9fc4c87a19a78f949a23519c412aba789baa
|
| | |
| | |
| | |
| | | |
Change-Id: I77b420738738a42ff50e2a509e4ac4072b1b6e1f
|
| | |
| | |
| | |
| | | |
Change-Id: I7caefc58a1b41f726b039b1e230fd3d2e931a2c3
|
| | |
| | |
| | |
| | | |
Change-Id: Iee29e3686a60c889e6bffa7ffe0a447f14d7afa2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Optionally get revision numbers to tag from TeamCity.
If no revision numbers are given, a placeholder is used in the
generated script.
Change-Id: Ic266a22e06fd470e2c2e0647b8d83870ffc650ab
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A ComponentConnector must override either getWidget or createWidget for
the framework to know the type of the component's widget. Similarly
either getRenderer och createRenderer must be overridden for
AbstractRendererConnector.
Prior to this patch, the compilation succeeded when critical methods
were missing - the user just got various hard-to-debug issues when the
broken connector was used.
Change-Id: I6ec07e2f1c1b15047802e64208485b1d999c0aee
|
| | |
| | |
| | |
| | | |
Change-Id: Ifd7a225ac8037a86e4a15603bf47ca93009fa302
|
| | |
| | |
| | |
| | | |
Change-Id: Ifbaeb2db18ecb6657ae839fec90dbfcaa99be4ac
|
| | |
| | |
| | |
| | | |
Change-Id: I6481bf6f429046166dd0502a62b22aea51f5a0bd
|
| | |
| | |
| | |
| | |
| | | |
Fixes at least #19201.
Change-Id: I284c93e6b47ea916a991c8c2b495823cb86ebfce
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The comment was introuced in commit da29f74 for a constant named
CLICK_EVENT_ID, but it was accidentally left in the code when that
constant was removed.
Change-Id: I69697f517585cafb30cc223497bc8db4a919e884
|
| | |
| | |
| | |
| | | |
Change-Id: I4774b4079f5c564fdc67e8cabf89278ad7cf2f6f
|
| | |
| | |
| | |
| | | |
Change-Id: I44c38cdcf33de7b08e1e1d038b81ec9e68fe465a
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patch is to test the theme, and not testing a defect (#16597).
Testing with defective screenshots causes problems if the defect is at a
later point fixed.
Change-Id: I3a20d0c6ab79c812752ee5d2765d91a2304e6d0e
|
| | |
| | |
| | |
| | | |
Change-Id: I79da24a71576fb91db5366afe1dfc17edc7c86f9
|
| | |
| | |
| | |
| | | |
Change-Id: I32c980b2cae199ad2059701e4e04b4a7cb76bafa
|
| | |
| | |
| | |
| | | |
Change-Id: I6c151829236928129c258a99177431d0b972f146
|
| | |
| | |
| | |
| | | |
Change-Id: Ib420f99c621b7d508659907615a7e8a1ae47b4d9
|
| | |
| | |
| | |
| | | |
Change-Id: I74e1a52d138c9fdfaf15b227261f2977b13289d9
|
| | |
| | |
| | |
| | | |
Change-Id: I305c0aaeba04c4c1416ecebd708f377f8f28f4a1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reduces the payload size for the "Update all labels" action with 40
layouts in BasicPerformanceTest by 16% (from 11087 to 9270 bytes). The
reduction is improved to 22% (1855 to 1455) if the response is gzipped
since the omited data doesn't compress very well.
Change-Id: I1d2837c93222fffa59b14836f162e3e87349e086
|
| | |
| | |
| | |
| | | |
Change-Id: I763f3c68a3c9e471f9e5df21bbfbce41be17117c
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Capabilities should be set the same way in SingleBrowserTests as well,
not just MultiBrowserTests.
Change-Id: Ifed8534b87bbe45fd90fe0e7110e26a5344c5540
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Fix the commands in some TB2 tests broken by the test change
from #19227.
Screenshots of several calendar tests including these also
need to be updated.
Change-Id: I3bb000fccb9772ffe5be4ceebb599cc7c1f9697f
|
| |
| |
| |
| |
| |
| | |
Add missing javadoc for ServerConnector.get/setChildren().
Change-Id: I7ba143d41602a5f2a069635911a0ea61a92806e6
|
| |
| |
| |
| | |
Change-Id: I26bbf29742ab42e2c9c4025a3cf92029a4c191e3
|
| |
| |
| |
| |
| |
| |
| |
| | |
Some themes are more explicit with user-select rules, and doing this on
the level of body element does not work with said themes. To make all
the themes behave the same way, we only block selection inside of Grid.
Change-Id: Iaf24fede88e4bc683e065c214e7baf3f545c99c9
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This patch uses a JavaScript workaround to prevent text selection in IE8
and IE9 and Safari.
The selection is prevented everywhere in the DOM while a column is
resizing.
Change-Id: I1e7b9cdc675c83a9666493d8545337d601e40077
|