summaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-1747-4001/+483
|\
| * Add UI.addCloseListener() and removeCloseListener() that were missing for som...Johannes Dahlström2012-09-141-0/+24
| * Navigator javadoc improvementsJohannes Dahlström2012-09-141-55/+48
| * Reference to the new, non-deprecated method in javadoc.Leif Åstrand2012-09-141-1/+1
| * Add comment explaining why beforeClientResponse is usedLeif Åstrand2012-09-141-0/+5
| * AddonContextListener.contextDestoryed -> contextDestroyed (#9273)Johannes Dahlström2012-09-132-2/+2
| * Add more descriptive error messageLeif Åstrand2012-09-121-2/+2
| * Changed UI close debug message level from info to fineJohannes Dahlström2012-09-121-2/+3
| * Avoid infinite recursion in LegacyApplication.terminalError (#9581)Leif Åstrand2012-09-122-9/+12
| * Don't try to redirect browser on failed heartbeat requestsJohannes Dahlström2012-09-121-10/+19
| * Don't check UI provider before running onVaadinSessionStarted (#9556)Leif Åstrand2012-09-121-6/+0
| * Tweak UIProvider API based on review (#9443)Leif Åstrand2012-09-116-23/+23
| * Initial version of on-the-fly compilation of scss -> css (#9222)Artur Signell2012-09-111-20/+95
| * Add navigate() method to Navigator for navigating to the current location (#...Johannes Dahlström2012-09-111-0/+9
| * Constants -> enums (#9072)Pekka Hyvönen2012-09-119-123/+78
| * Rename isViewChangeAllowed()/navigatorViewChanged() to beforeViewChange()/aft...Johannes Dahlström2012-09-112-23/+29
| * Minor javadoc updateJohannes Dahlström2012-09-111-8/+5
| * Use org.json instead of com.vaadin.external.json (#9539)Leif Åstrand2012-09-1119-3692/+34
| * Improvements to #9087:Johannes Dahlström2012-09-116-27/+96
* | Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-1110-240/+281
|\|
| * Improved deprecation message based on review (#9522)Leif Åstrand2012-09-101-1/+4
| * Make WebBrowser serializable again (#8027)Leif Åstrand2012-09-101-1/+2
| * Add rudimentary javadocs (#9402)Leif Åstrand2012-09-102-0/+30
| * Make AddonContext serializable (#9273)Leif Åstrand2012-09-101-1/+2
| * Don't use Resource with the Page.open API (#9522)Leif Åstrand2012-09-103-30/+91
| * Merge remote-tracking branch 'origin/master'John Ahlroos2012-09-104-14/+5
| |\
| | * Revert "Verify that lock is held when accessing state (#9515)"Leif Åstrand2012-09-103-13/+3
| | * Added info that debugger might cause log messages (#9481)Artur Signell2012-09-101-1/+2
| * | Merge branch '6.8'John Ahlroos2012-09-101-38/+42
| |/
| * Remove unused exception class reintroduced in a merge.Henri Sara2012-09-101-169/+0
| * Verify that lock is held when accessing state (#9515)Leif Åstrand2012-09-093-3/+13
| * Allow storing values in VaadinSession (#9514)Leif Åstrand2012-09-091-0/+109
* | Merge branch 'master' into html5-doctypeArtur Signell2012-09-091-1/+0
|\|
| * Support running JUnit tests (#9299)Artur Signell2012-09-091-1/+0
* | Using HTML5 doctypeJohn Ahlroos2012-09-081-4/+1
|/
* Reverted back to Transitional Doctype #8294John Ahlroos2012-09-081-2/+4
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and #...Johannes Dahlström2012-09-076-8/+123
* Use dedicated Lock for session synchronization (#9156)Leif Åstrand2012-09-073-12/+55
* Add some deprecation for stuff that might still change (#8165)Leif Åstrand2012-09-071-1/+4
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-075-19/+19
* Remove unneeded requestRepaint methods (#9325)Leif Åstrand2012-09-072-12/+0
* Explicitly document deprecation as it isn't properly inherited (#9378)Leif Åstrand2012-09-071-1/+6
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-077-16/+15
* Return short list instead of exception if less items available (#8028)Henri Sara2012-09-073-24/+9
* Add some deprecation messages about upcoming changes (#9402)Leif Åstrand2012-09-079-5/+225
* Moved base theme constants (v-widget and v-layout) from BaseTheme toJohn Ahlroos2012-09-071-11/+0
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-073-14/+4
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-076-16/+24
* Make ClassResource find associated Application class (#9402)Leif Åstrand2012-09-073-6/+20
* Redesign to make session inited in Application.init (#9402)Leif Åstrand2012-09-074-53/+82