| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* Fixed ticket link and removed duplicate link
* Reordered sections to changes in this version comes before changes in old versions
* Updated browser versions
Change-Id: Ib3afc6257c93fe6481103fbb80aa5ebf9d2a5dd5
|
|
|
|
| |
Change-Id: Id06cfab1404facd612aa470d82757ae6dfe71641
|
|
|
|
| |
Change-Id: I8c9146975397356e92fded0d0207b56d057ac6c5
|
|
|
|
|
|
| |
(#12324)
Change-Id: I8f9ec7f34aefa5b48fd23f3f000f9455475edefa
|
|
|
|
|
|
|
| |
* Jetty is updated to 8.1.9.v20130131 to avoid conflicts with TestBench dependencies
* The new jetty dependens on servlet 3.0
Change-Id: Ibbbc8f5838feb4c132ee2b6f7d7f3f630e95dd68
|
|
|
|
| |
Change-Id: I244f4afdebe956166a9158d85dc69fd7746c5a47
|
|
|
|
| |
Change-Id: I8025c7d032f1a76244dbf085e76cb231c1a4459c
|
|
|
|
| |
Change-Id: I542046158f6e78c8bb26aaee110bd5b123ae13e6
|
|
|
|
| |
Change-Id: I0bab199632554655ef92a624f5654852b4b157d1
|
|
|
|
|
|
|
|
|
|
| |
DateToSqlDateConverter throws a NullPointerException when the provided
value is null, thus violating the interface contract. If the provided
value is null, then the methods should return null.
Missing test case included
Change-Id: If08225c2a6ae7c3103e47d3817a5d45469c7bf4f
|
|
|
|
| |
Change-Id: I42146b8c0918a65c809bcb55e3930dad5bbb6e6f
|
|
|
|
|
|
|
|
|
| |
The scss file and the light and normal style suggest that the name should be
"-pressed". This is what this patch fixes. I have considered renaming all
"-pressed" to "-active", to be consistent with e.g. "maximize-active.png"
but decided against due to compatibility concerns.
Change-Id: I42f37b3311715fab04e5fe05fdf4bc3026e52ed1
|
|
|
|
|
|
|
| |
Trivial patch. The finally block lacks a check for null before
attempting to invoke table.close()
Change-Id: Ib32f1d75fef4bd442652ca60a2b7df6aa45d7fa7
|
|
|
|
| |
Change-Id: I8e0baec2391b140e6a72eedf6606fd2792c735bc
|
|
|
|
| |
Change-Id: I99ea86d8842324884dda3a5c392f37e8d4a7acf6
|
|
|
|
| |
Change-Id: Icf82377b0d47166d59e8be5f2f8b450d654302d7
|
|
|
|
| |
Change-Id: I9ec103a1a42d8888d6f680f477393807223740cf
|
|
|
|
| |
Change-Id: I58d5633baabc03e4e7cda413aa5b9231c7fa3e57
|
|
|
|
| |
Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
|
|
|
|
| |
Change-Id: Ifb1393e7e5c5c1002b924223957767b3e584d5ab
|
|
|
|
| |
Change-Id: Id90faf1dde880bb1aa51f9c337dca594f4993884
|
|
|
|
|
|
|
|
|
|
| |
This patch adds two methods, that one can override when extending VFilterSelect.
By doing so, the developer can for example change the behavior of setting text,
or performing clicks in the suggestion popup.
This change is backwards compatible, as it just offers two new methods to
override.
Change-Id: Icc8fd154ef1abaed96e6af742af77c3225db3fe4
|
|
|
|
| |
Change-Id: Idfb1c770d411b0516046e40852b79da6f9c7916c
|
|
|
|
| |
Change-Id: I09bd04cd0d687be636a7b4d718bccf271bdb9dd9
|
|
|
|
|
|
|
| |
Also added a note to the WeakValueMap JavaDoc stating that it is
not serializable.
Change-Id: If342746ad7c7cac0db8bac4ba75236970cc4cd01
|
|
|
|
|
|
|
|
|
| |
TestHideTimeAndSeparator didn't specify a locale, which
caused it to fail if the locale on the system where it
ran was different from the one on the system where the
test was created.
Change-Id: I44de92c68954eac425308eeaf7e07e76c717f2bf
|
|
|
|
| |
Change-Id: Ifcc4e021fa3843129f6501d6526e4d4f5c6930fb
|
|
|
|
| |
Change-Id: I273037644ed1383af84898cf03360e2b08d2647b
|
|
|
|
| |
Change-Id: If091d718fc45b226a60a4c69d3469b4b31919ac1
|
|
|
|
| |
Change-Id: I2896136065232d2704bb4807ff92e6ef384407e8
|
|
|
|
| |
Change-Id: Ib9a3efee02f4887072e7892d869911b78ec5e1d8
|
|
|
|
| |
Change-Id: Idc81c3cc614bc59c2a93615bd5ac5cac9b72f752
|
|
|
|
|
|
|
|
|
| |
Vaadin threw an IllegalStateException if a Container was updated while
Table was being painted. SQLContainer was known to invalidate its cached
size during a Table repaint, resulting in an ItemSetChangeEvent. This fix
has been copied over from how ComboBox handles this situation.
Change-Id: I04af71a5ea3844da245cb9e31ada4a30ff704619
|
|
|
| |
Change-Id: Ie7db27a026d52befe027ed2abb96e62947f8116d
|
|
|
|
|
|
|
|
|
|
|
|
| |
The issue is fixed by changing the normal HashMap inside the inheritable
thread local to a map implementation holding only weak references to the
values (WeakValueMap).
Also included is a test UI that starts threads, which run until the JVM
is quit. This along with VisualVM was used to reproduce the issue and
verify the fix.
Change-Id: I116cc4e56e8a19c3b770abab6b18b9e262f4dafa
|
|
|
|
| |
Change-Id: I15ff1177d827bc8fee9f8f723f9a288b0c3aea71
|
|
|
|
| |
Change-Id: I7c777d8d427beab079c956248b23628a073563dc
|
|
|
|
| |
Change-Id: I4c62e246c026cec7c87c2bd5ee5435891f885882
|
|
|
|
| |
Change-Id: I2d804b460fbca7cb7dbea01c88ae3dc7e63f344d
|
|
|
|
|
|
|
|
| |
This should get the benefits of the previous optimization on initial
rendering without negatively affecting the performance when modifying a
layout with complex non-leaf children.
Change-Id: Id6fcf3e54469454c6a998a50037c8a93bfb46cf6
|
|
|
|
|
|
|
| |
This change also corrects a typo in the name of the internal method
setProfilerResultConsumer()
Change-Id: I877858d992611512ee681022312de7a9bfa4cd39
|
|
|
|
| |
Change-Id: I98d0a3254a92bce728d56a591914e727f5ef3aa8
|
|
|
|
| |
Change-Id: I48988c3f3451ff9fa86148f4bb923a2ebdb6c482
|
|
|
|
|
|
| |
This change also adds some profiling for CssLayoutConnector.
Change-Id: Ia567c2c0ed2cff2c73a9019cea0f9a0240955dc7
|
|
|
|
| |
Change-Id: Ia5c706a4315f8b8c618ca5c3e8681e656809dcec
|
|
|
|
| |
Change-Id: I58db924446d5c4908f10b29f910cf2aa90ef7a2a
|
|
|
|
|
|
|
|
|
| |
Spacing is now only handled at the beginning and end of hierarchy
updates, not for every component separately.
Some more profiling data on potential hotspots is also generated when
Profiler is used.
Change-Id: Ief1138dfd9161b683f69513e3458b8174de592bc
|
|
|
|
|
|
|
|
| |
This has a significant impact on some older browsers, especially IE8.
This change also adds hierarchy update profiling statements to
help find hotspots.
Change-Id: Id7025776f8606794ba1d7aef99e2c37832b0c6bb
|
|
|
|
|
|
|
|
|
| |
The test fails on Opera 12 since the assertText is done before the
tabsheet has had time to change the tab content. Added a small waiting
period after the tab is changed before the assert is made to fix the
issue.
Change-Id: I89dfe040b577106f9f843c8b4013d20be1e02166
|
|
|
|
|
|
|
|
| |
After #6252 the value is no longer communicated to the server
immediatly but only once the popup is closed. Changed the test to assume
the new behaviour.
Change-Id: I74782971d47367a8a57a520d5f4ab736f9b37c2c
|