]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
11 years agoCorrectly set thread locals when session times out (#11361, #10995)
Artur Signell [Fri, 22 Mar 2013 15:31:26 +0000 (17:31 +0200)]
Correctly set thread locals when session times out (#11361, #10995)

Change-Id: I5051cef344f03af276be24a28471a6d6c15b0da6

11 years agoMoved request start/end handling to VaadinService (#11400)
Artur Signell [Fri, 22 Mar 2013 15:00:54 +0000 (17:00 +0200)]
Moved request start/end handling to VaadinService (#11400)

* VaadinService.requestStart/requestEnd is called for all requests, including static resource requests

Change-Id: Ic19f33f069d0b4f4127fdafc7b5c3a2fa1a3b5dc

11 years agoRedefined UI.runSafely so it throws an exception if session can't be locked (#11219)
Artur Signell [Thu, 28 Mar 2013 14:04:24 +0000 (16:04 +0200)]
Redefined UI.runSafely so it throws an exception if session can't be locked (#11219)

Change-Id: I300bfb25c4040d0df18d3a11594efe2ce6b0679d

11 years agoConvert value if locale changes and field has converter (#11419)
Artur Signell [Mon, 25 Mar 2013 19:53:25 +0000 (21:53 +0200)]
Convert value if locale changes and field has converter (#11419)

Change-Id: Icb33ee2db9e36d4282c19b46203054a2da4abdbd

11 years agoWAI-ARIA button (#11380)
michaelvogt [Wed, 20 Mar 2013 16:09:49 +0000 (18:09 +0200)]
WAI-ARIA button (#11380)

Accessibility functions for Button

Change-Id: I12ddfd8232d4d35135add1cb4406bfdc20b758f2

11 years agoRefactored VaadinPortlet to have same structure as VaadinServlet (#10569)
Artur Signell [Thu, 21 Mar 2013 10:26:41 +0000 (12:26 +0200)]
Refactored VaadinPortlet to have same structure as VaadinServlet (#10569)

Change-Id: Ia012fd3b200a97b394c18dca549d048695b88a43

11 years agoVerify lock is held while updating VaadinSession or connector state (#9515)
Artur Signell [Thu, 21 Mar 2013 08:32:09 +0000 (10:32 +0200)]
Verify lock is held while updating VaadinSession or connector state (#9515)

Change-Id: Iceacb7dae6c4f433ccf747fca5a89514622baba4

11 years agoChanged VaadinSession locking to be based on a session attribute (#8894)
Artur Signell [Thu, 14 Mar 2013 10:43:53 +0000 (12:43 +0200)]
Changed VaadinSession locking to be based on a session attribute (#8894)

Locking of a VaadinSession is now done in VaadinService using the underlying HTTP session. This enables locking of the VaadinSession even before it has been created.

Change-Id: I815d08d1fb74a1d0905c58b190bb10aa2161a834

11 years agoConvenience methods for running code in the UI or VaadinSession context (#11219)
Artur Signell [Fri, 22 Mar 2013 14:15:22 +0000 (16:15 +0200)]
Convenience methods for running code in the UI or VaadinSession context (#11219)

Change-Id: If31a965f925ca2bedb25c712b83ccb070a9e71a0

11 years agoAdded Page.reload (#10250)
Artur Signell [Sun, 24 Mar 2013 14:38:45 +0000 (16:38 +0200)]
Added Page.reload (#10250)

Change-Id: I8ec7edbc370388d8b36a474a8845e846395f26ed

11 years agoRemoved CommunicationManager and PortletCommunicationManager
Johannes Dahlström [Tue, 26 Mar 2013 17:02:51 +0000 (19:02 +0200)]
Removed CommunicationManager and PortletCommunicationManager

* Moved AbstractCommunicationManager abstract methods
  getThemeResourceAsStream and createBootstrapHandler to VaadinService
* Made ACM non-abstract and renamed to LegacyCommunicationManager
* Lifted anonymous inner BootstrapHandler subclasses into named public classes

Change-Id: I31739ce8a506d572e75ca8cd5509be215e01693d

11 years agoRemove synchronous AJAX support (#11254)
Johannes Dahlström [Tue, 5 Mar 2013 13:16:05 +0000 (15:16 +0200)]
Remove synchronous AJAX support (#11254)

SJAX was used in Vaadin 6 only for window close events,
and those are not supported in Vaadin 7.

Change-Id: I3ca7137d5a16252f63051314743e0bee2890caf1

11 years agoFix off-by-one bug preventing all server RPC handling
Johannes Dahlström [Wed, 27 Mar 2013 14:42:21 +0000 (16:42 +0200)]
Fix off-by-one bug preventing all server RPC handling

Change-Id: I2e3e277cb6b385f4713a72129f51c34d8c893995

11 years agoRefactor server-side communications (#11192, #7891)
Johannes Dahlström [Mon, 25 Mar 2013 16:47:09 +0000 (18:47 +0200)]
Refactor server-side communications (#11192, #7891)

* Move UIDL writing from AbstractCommunicationManager to UidlWriter
* Move request handling from ACM to RequestHandlers
* Move server RPC message handling to ServerRpcHandler
* Move portlet event notifications to PortletListenerNotifier (a RequestHandler)
* Communication handlers reside in c.v.server.communication

Change-Id: I087e923dbdf88c6b3fcaafbdb7f685d9d3dad0c1

11 years agoId changed because of id generation for wai-aria
Artur Signell [Mon, 25 Mar 2013 22:44:59 +0000 (00:44 +0200)]
Id changed because of id generation for wai-aria

Change-Id: Ib216994e540d34179fc0e5498e0461bdf82f8794

11 years agoAdded standalone class for creating an addons.scss from Vaadin addons on the classpat...
John Ahlroos [Thu, 21 Mar 2013 12:44:40 +0000 (14:44 +0200)]
Added standalone class for creating an addons.scss from Vaadin addons on the classpath #11390

Change-Id: Ifcdb5c3b267cdf90ca9b981dccef3de6f9481ced

11 years agoRemoved code which calculates size incorrectly (#11395)
Artur Signell [Sun, 24 Mar 2013 13:11:50 +0000 (15:11 +0200)]
Removed code which calculates size incorrectly (#11395)

Change-Id: I2fbe7031ee1d778f8ebe96a8e773113d8529fba9

11 years agoFixed ComponentLocator to be backwards compatible
Artur Signell [Mon, 25 Mar 2013 12:16:59 +0000 (14:16 +0200)]
Fixed ComponentLocator to be backwards compatible

The WAI-ARIA fix (#11180) introduced a new FlowPanel in a PopupDateField popup which is now handled properly.

Change-Id: I192018c95d6d1502e3a50e5c30d4125d467ddf94

11 years agoFixed tree memory leak when removing expanded items from Tree (based on new Filterabl...
John Ahlroos [Thu, 21 Mar 2013 15:09:10 +0000 (17:09 +0200)]
Fixed tree memory leak when removing expanded items from Tree (based on new Filterable API introduced by #11234) #11053

Change-Id: I397124cbfa355417717d2e81bf67b15b202bf16a

11 years agoAdded Container.hasContainerFilters() API #11234
John Ahlroos [Thu, 21 Mar 2013 14:43:31 +0000 (16:43 +0200)]
Added Container.hasContainerFilters() API #11234

Change-Id: I223dbc7a8419a5c4b58321b708e8bd7c8bb8134b

11 years agoMoved CSSInjectWithColorpicker to correct package
John Ahlroos [Thu, 21 Mar 2013 08:52:41 +0000 (10:52 +0200)]
Moved CSSInjectWithColorpicker to correct package

Change-Id: I8b7d283b68da60d236748364cac4c5ac3310f836

11 years agoMerge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'
Artur Signell [Thu, 21 Mar 2013 06:59:51 +0000 (08:59 +0200)]
Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'

Conflicts:
uitest/test.xml

Change-Id: I2c82fa7117b21bddad313abdd2f3f43143317c12

11 years agoEnable a Vaadin applications to be re-initialized if if has been re-added to the...
Artur Signell [Mon, 18 Mar 2013 19:34:27 +0000 (21:34 +0200)]
Enable a Vaadin applications to be re-initialized if if has been re-added to the same page (#8350)

Change-Id: I30dbc14f00108fa699694ecd1d37679d8a0dff4b

11 years agoMake TextArea.setCursorPosition work in all browsers (#8769)
Leif Åstrand [Tue, 12 Mar 2013 16:34:18 +0000 (18:34 +0200)]
Make TextArea.setCursorPosition work in all browsers (#8769)

svn changeset:25579/svn branch:6.8

Conflicts:
client/src/com/vaadin/client/ui/VTextField.java

Change-Id: I3b53be8df4ce0564f34d8aa9bc1ce1c34648eadd

11 years agoWAI-ARIA fields (#11180)
michaelvogt [Wed, 20 Mar 2013 08:37:11 +0000 (10:37 +0200)]
WAI-ARIA fields (#11180)

Field implementations of the WAI-ARIA changes in the base classes

Change-Id: Ie51e76130f3f9976a32c373334b709f0f5b68f1a

11 years agoDisabled TabIndex warning for now (#11325) 7.0.3
Artur Signell [Tue, 19 Mar 2013 18:27:22 +0000 (20:27 +0200)]
Disabled TabIndex warning for now (#11325)

Change-Id: I89311c7e4bdab3a70aa335c203ef57badab7bec8

11 years agoAdded CSS Inject / ColorPicker tutorial #11360
John Ahlroos [Mon, 18 Mar 2013 13:41:46 +0000 (15:41 +0200)]
Added CSS Inject / ColorPicker tutorial #11360

Change-Id: Iacafb3c4e26c4ff1a258eff466cfd18508d8ff0c

11 years agoDo not run TestRunner as a test
Artur Signell [Mon, 18 Mar 2013 22:44:39 +0000 (00:44 +0200)]
Do not run TestRunner as a test

Change-Id: I4a32bb614b7c175e1a6ced0078143978b2155194

11 years agoLaunch configurations for dev server and dev mode (#11363)
Artur Signell [Mon, 18 Mar 2013 15:48:54 +0000 (17:48 +0200)]
Launch configurations for dev server and dev mode (#11363)

Change-Id: I6e632e0dcab4826f1eafa8ac534425000fd8dfde

11 years agoCreate a PopupDateField by default for Dates (#11159)
Artur Signell [Fri, 15 Mar 2013 08:07:08 +0000 (10:07 +0200)]
Create a PopupDateField by default for Dates (#11159)

Change-Id: I505f8afbc12295f07f2fdbffc459e803629790d7

11 years agoEnable testing on IE10 (#9219)
Artur Signell [Mon, 18 Mar 2013 11:31:02 +0000 (13:31 +0200)]
Enable testing on IE10 (#9219)

Change-Id: I990c439b5e9f5a444a1da06563344491bd93cf41

11 years agoDo not invalidate http session if there is an invalid security key (#11335)
Artur Signell [Thu, 14 Mar 2013 14:23:29 +0000 (16:23 +0200)]
Do not invalidate http session if there is an invalid security key (#11335)

Change-Id: I55c3bc83abc33d8bfd9bb45d84fb992236174be2

11 years agoUpdated test to test interactions and to be more stable
Artur Signell [Sat, 16 Mar 2013 00:15:39 +0000 (02:15 +0200)]
Updated test to test interactions and to be more stable

Change-Id: If608cef429f6a18864d99780e9ee945adcc06b57

11 years agoMade test more reliable
Artur Signell [Fri, 15 Mar 2013 12:56:09 +0000 (14:56 +0200)]
Made test more reliable

Change-Id: Ibd93d834abaa1ec2ba322ab4ca9f53944cfe9519

11 years agoAudio/Video fixes, for #11160 but it was much more broken. Also quite a few browser...
Marc Englund [Thu, 14 Mar 2013 12:21:53 +0000 (14:21 +0200)]
Audio/Video fixes, for #11160 but it was much more broken. Also quite a few browser differences.

Ticket: 11160
Change-Id: I1ee228e593eab75d96c285bfa26af9939e058d47

11 years agoRemove unnecessary theme name sanitation (#10708)
Artur Signell [Thu, 14 Mar 2013 16:18:53 +0000 (18:18 +0200)]
Remove unnecessary theme name sanitation (#10708)

Change-Id: Ib28d4bbf7602017e371c4597733f1558cdb0b796

11 years agoReattach when wrapping in webkit for correct text flow (#10536)
Leif Åstrand [Thu, 14 Mar 2013 14:31:06 +0000 (16:31 +0200)]
Reattach when wrapping in webkit for correct text flow  (#10536)

Change-Id: I431b6a3c61a9308ad4189e5d79a5e70de8f1f560

11 years agoDeprecated AbstractComponentContainer.getComponentIterator (#11328)
Artur Signell [Thu, 14 Mar 2013 14:31:41 +0000 (16:31 +0200)]
Deprecated AbstractComponentContainer.getComponentIterator (#11328)

Change-Id: I24298165f0b078d42415cfce65118eed5587623c

11 years agoDeprecated TestBase to avoid new tests which are LegacyApplications
Artur Signell [Thu, 14 Mar 2013 14:30:31 +0000 (16:30 +0200)]
Deprecated TestBase to avoid new tests which are LegacyApplications

Change-Id: Ic4bc242b6d2707e7a856256ca7eeddc4efd9eb83

11 years agoIgnored test case where Tree memory leak is checked since it cannot be fixed before...
John Ahlroos [Thu, 14 Mar 2013 13:18:06 +0000 (15:18 +0200)]
Ignored test case where Tree memory leak is checked since it cannot be fixed before 7.1 (no-merge) #11053

Change-Id: I723b7fc01184da19f448de4c43d3dee715c01242

11 years agoFixed setting column width back to undefined by setting it to -1. #7922
Leif Åstrand [Wed, 13 Mar 2013 07:50:41 +0000 (09:50 +0200)]
Fixed setting column width back to undefined by setting it to -1. #7922

svn changeset:25591/svn branch:6.8

Conflicts:
server/src/com/vaadin/ui/Table.java

Reverted change included by mistake in changeset [25591] for #7922

svn changeset:25606/svn branch:6.8

Change-Id: I6765a52ab213c131cca053227ee72b0007552f7f

11 years agoFixed error indicator styles in Tabsheet tab on IE10 #11329
John Ahlroos [Thu, 14 Mar 2013 10:09:00 +0000 (12:09 +0200)]
Fixed error indicator styles in Tabsheet tab on IE10 #11329

Change-Id: I6134c5b9be9618bad0f1b9d22cc505ae062043ca

11 years agoApply webkitoverflowautofix for IE10 #11327
John Ahlroos [Thu, 14 Mar 2013 09:37:29 +0000 (11:37 +0200)]
Apply webkitoverflowautofix for IE10 #11327

Change-Id: I561d63dc7c6349ccbe88db55cfc629fca54a7eb0

11 years agoAdded missing state update on the client side (#11028)
Artur Signell [Wed, 13 Mar 2013 11:50:44 +0000 (13:50 +0200)]
Added missing state update on the client side (#11028)

Change-Id: I547f6e6426208d788b92ea8f429d4bb0aa9fdf24

11 years agoFixed broken Gridlayout cell position calculation in IE10 #11303
John Ahlroos [Wed, 13 Mar 2013 09:23:32 +0000 (11:23 +0200)]
Fixed broken Gridlayout cell position calculation in IE10 #11303

Change-Id: Ic587c940cab1d145d6be1136c12a46a4b2adb277

11 years agoFixed client-server value sync problem in CheckBox (#11028)
Artur Signell [Wed, 13 Mar 2013 09:14:24 +0000 (11:14 +0200)]
Fixed client-server value sync problem in CheckBox (#11028)

Change-Id: I1bac8e8a746bcc97b3ce929e76cf3476ad793bf6

11 years agoAdded theme-compiler resources to classpath to be able to run tests in Eclipse
Artur Signell [Wed, 13 Mar 2013 08:42:24 +0000 (10:42 +0200)]
Added theme-compiler resources to classpath to be able to run tests in Eclipse

Change-Id: I65657490b7c24488c9942558b298a463c9cb68e0

11 years agoTest using Opera 12 (#8976)
Artur Signell [Wed, 13 Mar 2013 08:35:41 +0000 (10:35 +0200)]
Test using Opera 12 (#8976)

Change-Id: I6e72f8ecb0fbd52b6774956ed2c904a060dc1424

11 years agoFixed Tree keyboard navigation in Opera 12 (#11183)
Artur Signell [Wed, 13 Mar 2013 08:35:03 +0000 (10:35 +0200)]
Fixed Tree keyboard navigation in Opera 12 (#11183)

Change-Id: I6bbd486caef0056703d1b9ebc1ba5537aca75cfd

11 years agoUpdated supported browser versions in release notes (#10887)
Leif Åstrand [Wed, 13 Mar 2013 08:12:32 +0000 (10:12 +0200)]
Updated supported browser versions in release notes (#10887)

Based on svn changeset:25626/svn branch:6.8

Change-Id: I76333c1af0eab1d727a03dcd82ae6b9b7187e58a

11 years agoImplemented injection of css styles #5500
John Ahlroos [Wed, 6 Mar 2013 09:23:48 +0000 (11:23 +0200)]
Implemented injection of css styles #5500

Change-Id: Iaccffb4a3e137968d5f51672cdd56f803a9e9d2e

11 years agoFixed header to make checkstyles happy (#11129)
Artur Signell [Wed, 13 Mar 2013 07:11:19 +0000 (09:11 +0200)]
Fixed header to make checkstyles happy (#11129)

Change-Id: I4f1da57d318407da6a47a7095dbe4a08a6acc0f7

11 years agoEnsure nonwrapping textarea has white-space: pre; style (#10536)
Leif Åstrand [Tue, 12 Mar 2013 16:44:16 +0000 (18:44 +0200)]
Ensure nonwrapping textarea has white-space: pre; style (#10536)

Change-Id: Iaac6b58d204082374827cb7b6caef5f5f81e3dbc

11 years agoEliminate connection/statement/result set leaks in TableQuery (#10582)
Leif Åstrand [Tue, 12 Mar 2013 14:22:36 +0000 (16:22 +0200)]
Eliminate connection/statement/result set leaks in TableQuery (#10582)

Includes some refactoring to extract common parts of FreeformQuery and
TableQuery to AbstractTransactionalQuery.

svn changeset:25541/svn branch:6.8

Added missing Serializable for AbstractTransactionalQuery (#10582).

svn changeset:25559/svn branch:6.8

Conflicts:
server/src/com/vaadin/data/util/sqlcontainer/query/FreeformQuery.java
server/src/com/vaadin/data/util/sqlcontainer/query/TableQuery.java

Change-Id: I3d055e0f071739ac4536fddb0f49b8d6b8e6d07b

11 years agoUpdated GateIn3 script to work correctly (#11314)
Artur Signell [Tue, 12 Mar 2013 14:32:31 +0000 (16:32 +0200)]
Updated GateIn3 script to work correctly (#11314)

Change-Id: Ic8a86bc2dd6f0b791047ebb4c4bc81d4a9e7b9eb

11 years agoUnpack all static files for integration tests (#11314)
Artur Signell [Tue, 12 Mar 2013 14:12:16 +0000 (16:12 +0200)]
Unpack all static files for integration tests (#11314)

Change-Id: Icef8bf0b4ec7fc752ca41cbdf38a98112e44a245

11 years agoAdded fallbacks for when IE10 reports width/height as 'auto' when getting the Compute...
John Ahlroos [Tue, 12 Mar 2013 13:56:38 +0000 (15:56 +0200)]
Added fallbacks for when IE10 reports width/height as 'auto' when getting the ComputedStyle #11308

Change-Id: I5cdf98feb8f5f92edeb253b259c354211bd5e369

11 years agoFixed IE8 sub window focus issue after editing a RichTextArea #10776
Leif Åstrand [Tue, 12 Mar 2013 13:52:21 +0000 (15:52 +0200)]
Fixed IE8 sub window focus issue after editing a RichTextArea #10776

Tests were merged to 7.0 in a previous commit.

svn changeset:25458/svn branch:6.8

Change-Id: Ib4233f4d96311c76c104f1041f132377d357916d

11 years agoFixed focus and tab index handling for UI (#11129)
Artur Signell [Wed, 6 Mar 2013 12:55:15 +0000 (14:55 +0200)]
Fixed focus and tab index handling for UI (#11129)

Change-Id: I80377792ade11946337e2900a7ea84209ae1d060

11 years agoMerge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'
Artur Signell [Tue, 12 Mar 2013 10:58:05 +0000 (12:58 +0200)]
Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'

Change-Id: Id118fd9bae1fdf7e7ce2efd660ade5ba7bbc5109

11 years agoScript for merging changes from a bugfix branch into master (#11299)
Artur Signell [Mon, 11 Mar 2013 14:06:32 +0000 (16:06 +0200)]
Script for merging changes from a bugfix branch into master (#11299)

* Supports "Merge: no" for changesets which should be skipped, e.g. release notes updates.
* Supports "Merge: manual" which will causes the merge to stop, requiring somebody to manually merge to change before continuing

Change-Id: If5d1291ec77f4c1e31b3afb8420a45ecceedfa15

11 years agoRemoves the clear button added to all input fields by IE10 #11300
John Ahlroos [Mon, 11 Mar 2013 15:33:48 +0000 (17:33 +0200)]
Removes the clear button added to all input fields by IE10 #11300

Change-Id: Iae8f2073356db9702bbd0c63bc639cbb4ad27823

11 years agoAvoid showing context menu off screen in IE8
Artur Signell [Tue, 12 Mar 2013 09:51:42 +0000 (11:51 +0200)]
Avoid showing context menu off screen in IE8

Change-Id: I75bf1d41b518e4b098ae35727b89b7ba310f0582

11 years agoFixed locale to ensure the same results in all browsers
Artur Signell [Mon, 11 Mar 2013 22:52:23 +0000 (00:52 +0200)]
Fixed locale to ensure the same results in all browsers

Change-Id: I0a4f9f69f5b5339def23e940ef9cb42163c42638

11 years agoFixed locator string
Artur Signell [Mon, 11 Mar 2013 21:36:42 +0000 (23:36 +0200)]
Fixed locator string

Change-Id: Iaa5bda79704153e5a10fc6aa3b2244a06a89cf0a

11 years agoUpdated test as Property.toString no longer returns the property value
Artur Signell [Mon, 11 Mar 2013 21:29:37 +0000 (23:29 +0200)]
Updated test as Property.toString no longer returns the property value

Change-Id: Ic5da1d536ab633b60bc61e1b525fe8f2a8470a73

11 years agoApplied IE9 CSS fixes to IE10 also (#11301)
Artur Signell [Mon, 11 Mar 2013 20:20:51 +0000 (22:20 +0200)]
Applied IE9 CSS fixes to IE10 also (#11301)

Change-Id: I50e5d33773127e9073e820bc4e307979bbcbd875

11 years agoUpdate test to cope with changed UI class (#10867)
Leif Åstrand [Mon, 11 Mar 2013 13:55:01 +0000 (15:55 +0200)]
Update test to cope with changed UI class (#10867)

Change-Id: I6e822c6e99191a68733c87207f61643213e8c154

11 years agoAdd missing license headers
Leif Åstrand [Mon, 11 Mar 2013 11:22:26 +0000 (13:22 +0200)]
Add missing license headers

Change-Id: Ic5c928b67b90c241be919d556ba8aa49f2de422c

11 years agoProperly recognize class of redefined UI connector (#10867)
Leif Åstrand [Fri, 8 Mar 2013 14:59:04 +0000 (16:59 +0200)]
Properly recognize class of redefined UI connector (#10867)

Change-Id: I8e3afbd669123a846214c3bd65bf696aa2b5a536

11 years agoSet to empty function instead of undefined (#10960)
Artur Signell [Thu, 7 Mar 2013 08:33:01 +0000 (10:33 +0200)]
Set to empty function instead of undefined (#10960)

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

11 years agoFixed javascript issue in IE8 (delete cannot be used on window properties) (#10960)
Artur Signell [Wed, 6 Mar 2013 16:31:57 +0000 (18:31 +0200)]
Fixed javascript issue in IE8 (delete cannot be used on window properties) (#10960)

Change-Id: I03bb7e7dda8a44d06dffd3a077cb9b8acc45741d

11 years ago#11265 AriaHandler NPE
michaelvogt [Wed, 6 Mar 2013 12:11:59 +0000 (14:11 +0200)]
#11265 AriaHandler NPE

Fixes JavaScript exception when debug window is open

Change-Id: Ic296cc643cf7b128c34d6446a05ea89a85bdcc35

11 years agoProfiler based on __gwtStatsEvent (#10960)
Leif Åstrand [Wed, 6 Mar 2013 11:30:38 +0000 (13:30 +0200)]
Profiler based on __gwtStatsEvent (#10960)

* 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

11 years agoDon't provide details to teamcity as it nowadays gets those from stdout
Leif Åstrand [Wed, 6 Mar 2013 11:07:35 +0000 (13:07 +0200)]
Don't provide details to teamcity as it nowadays gets those from stdout

Change-Id: I2c1e80307efaa963313bf89284066bc0429e9cd8

11 years agoCorrected javadoc (#10774)
Artur Signell [Tue, 5 Mar 2013 11:10:37 +0000 (13:10 +0200)]
Corrected javadoc (#10774)

Change-Id: I642e8cfe800c7f0413256b6f9807c7f7b842ebda

11 years agoImproved javadoc (#10632)
Artur Signell [Mon, 4 Mar 2013 14:42:23 +0000 (16:42 +0200)]
Improved javadoc (#10632)

Change-Id: Iec54c7425e5ee00d9dbc7dff5cf5ae8dbf28d214

11 years agoCorrected javadoc regarding nested property support (#8210)
Artur Signell [Mon, 4 Mar 2013 13:41:23 +0000 (15:41 +0200)]
Corrected javadoc regarding nested property support (#8210)

Change-Id: Idad9a5f4f747487eb2a2f1cda96e14d17b86ed24

11 years agoAdd performance.timing support to Profiler (#11188)
Leif Åstrand [Fri, 1 Mar 2013 16:17:57 +0000 (18:17 +0200)]
Add performance.timing support to Profiler (#11188)

Change-Id: I3fb14b1280a1ee8bfaa2aeab87b40c374d2e4443

11 years agoClarified build documentation in README.md #11227
Joonas Lehtinen [Sun, 3 Mar 2013 12:47:08 +0000 (14:47 +0200)]
Clarified build documentation in README.md #11227

Change-Id: Ia68b12d3df0f9ecf8b2d878a5b838bc9546aab32

11 years agoUpdated scm in pom template (#11204)
Artur Signell [Tue, 5 Mar 2013 13:08:11 +0000 (15:08 +0200)]
Updated scm in pom template (#11204)

Change-Id: Ibca529e02d6572cd3623df69ee277d570c749dc6

11 years agoCatch NoSuchFieldException instead of NoSuchFieldError (#10944)
Artur Signell [Mon, 4 Mar 2013 18:06:00 +0000 (20:06 +0200)]
Catch NoSuchFieldException instead of NoSuchFieldError (#10944)

Change-Id: I0ece22fc53388a7c9eb268c00ae46c589859a1f1

11 years agoAdded IE10 touch support detection #9216
John Ahlroos [Tue, 5 Mar 2013 08:00:53 +0000 (10:00 +0200)]
Added IE10 touch support detection #9216

Change-Id: I3e5b2266b641901590b7806a04c6ef8c68fbe0f4

11 years agoLog errors as errors and not normal messages (#11251)
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

11 years agoWAI-ARIA for form fields (#11180)
michaelvogt [Tue, 5 Mar 2013 08:48:11 +0000 (10:48 +0200)]
WAI-ARIA for form fields (#11180)

Changes in the base classes of the form fields for WAI-ARIA integration

Change-Id: I770082c353b1b0004875675e28f03d6a3e69f03f

11 years agoFixed scrolling jumping up to first row when adding rows and adjusting the currentPag...
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

11 years agoRemoved IE9 fallback for IE10 #11237
John Ahlroos [Mon, 4 Mar 2013 11:09:56 +0000 (13:09 +0200)]
Removed IE9 fallback for IE10 #11237

Change-Id: If35249c16a40efbcee32164b535888cbc7af792d

11 years agoUpdate test to use default classloader instead of null
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

11 years agoAdd bootstrap performance measuring support (#11188)
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

11 years agoFisrt version of readme for GitHub (#10931)
Artur Signell [Mon, 25 Feb 2013 15:49:17 +0000 (17:49 +0200)]
Fisrt version of readme for GitHub (#10931)

Change-Id: I3cc728e1e2e55c7e2cb719b48404be2c98442f1f

11 years agoRenamed "tests" target to "test" and added "test-all" (#9998)
Artur Signell [Tue, 26 Feb 2013 09:07:42 +0000 (11:07 +0200)]
Renamed "tests" target to "test" and added "test-all" (#9998)

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

11 years agoMerge remote-tracking branch 'origin/7.0'
John Ahlroos [Fri, 1 Mar 2013 13:00:47 +0000 (15:00 +0200)]
Merge remote-tracking branch 'origin/7.0'

Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db

11 years agoAvoid running test runner as a test
Artur Signell [Thu, 28 Feb 2013 19:48:45 +0000 (21:48 +0200)]
Avoid running test runner as a test

Change-Id: Ifc65b8ffa43dad332b1986348b1fa2841041e5a1

11 years agoPrevent NPE when a SCSS file is not found #11099
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

11 years agoMake SassLangTestsBroken pass iff the CSS and SCSS do not match.
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

11 years agoAlways use smartsprites ivy.xml from the correct dir
Artur Signell [Thu, 28 Feb 2013 15:53:44 +0000 (17:53 +0200)]
Always use smartsprites ivy.xml from the correct dir

Change-Id: I8ff81139944d1300ae40a44334d29241ae6d447e

11 years agoReverted Tree memory leak fix since it is breaking Tree filtering in a way that only...
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

11 years agoRegenerate SCSS parser classes
Henri Sara [Thu, 28 Feb 2013 13:51:35 +0000 (15:51 +0200)]
Regenerate SCSS parser classes

Change-Id: Ifdd08e5fa83f4e7135150517ebdc0e5ac7ffe963

11 years agoFix .classpath that was broken in a rebase
Henri Sara [Thu, 28 Feb 2013 13:37:30 +0000 (15:37 +0200)]
Fix .classpath that was broken in a rebase

Change-Id: I4008492c452926bc71aac07bb4431be0c4d1625a

11 years agoRevert "Made UI focusable again (#11129)"
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