summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/6.8'Johannes Dahlström2012-03-027-5/+289
|\ | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/ui/TabSheet.java
| * [merge from 6.7] TestBench test for #8077Automerge2012-03-011-0/+57
| | | | | | | | svn changeset:23154/svn branch:6.8
| * [merge from 6.7] Report the correct port when starting the dev server with ↵Automerge2012-02-291-3/+3
| | | | | | | | | | | | --httpPort parameter other than the default svn changeset:23134/svn branch:6.8
| * [merge from 6.7] Fixed typo causing one DateField to use different resolutionAutomerge2012-02-211-1/+1
| | | | | | | | svn changeset:23074/svn branch:6.8
| * [merge from 6.7] Included touch device information in testAutomerge2012-02-211-1/+5
| | | | | | | | svn changeset:23070/svn branch:6.8
| * [merge from 6.7] #8369 Fixed absolute path in Chameleon CSSAutomerge2012-02-211-0/+62
| | | | | | | | svn changeset:23069/svn branch:6.8
| * [merge from 6.7] Additional test for #6720 with ChameleonAutomerge2012-02-201-0/+107
| | | | | | | | svn changeset:23062/svn branch:6.8
| * #5100 test caseJohannes Dahlström2012-02-161-0/+54
| | | | | | | | svn changeset:23048/svn branch:6.8
* | Update dom structures in testLeif Åstrand2012-03-011-3/+3
| |
* | Renamed Paintable component classes to ConnectorArtur Signell2012-02-283-4/+4
| |
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-273-6/+6
| | | | | | accordingly
* | getWidgetForPaintable -> getWidgetArtur Signell2012-02-271-3/+3
| |
* | Merge branch 'layoutperformance'Leif Åstrand2012-02-2716-43/+154
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/Util.java src/com/vaadin/terminal/gwt/client/VCaption.java src/com/vaadin/terminal/gwt/client/ui/VAbstractPaintableWidget.java src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java src/com/vaadin/terminal/gwt/client/ui/VGridLayout.java src/com/vaadin/terminal/gwt/client/ui/VGridLayoutPaintable.java src/com/vaadin/terminal/gwt/client/ui/VOrderedLayoutPaintable.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/layout/CellBasedLayoutPaintable.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java
| * | Refactor #8313 based on API reviewLeif Åstrand2012-02-271-0/+23
| | |
| * | Update some dom paths to reflect realityLeif Åstrand2012-02-2313-40/+40
| | |
| * | Update selectors now that the spacing element is at the end (#8313)Leif Åstrand2012-02-231-3/+3
| | |
| * | Merge branch 'master' into layoutperformanceLeif Åstrand2012-02-154-0/+115
| |\ \
| * \ \ Merge branch 'master' into layoutperformanceLeif Åstrand2012-02-151-1/+1
| |\ \ \
| * \ \ \ Merge remote branch 'origin/master' into layoutperformanceLeif Åstrand2012-02-1513-8/+604
| |\ \ \ \
| * | | | | Update CssLayout to use MeasureManager (#8313)Leif Åstrand2012-02-101-0/+88
| | | | | |
| * | | | | Merge branch 'master' into layoutperformanceLeif Åstrand2012-02-093-42/+14
| |\ \ \ \ \
| * | | | | | Update selectors for the new DOM structure (#8313)Leif Åstrand2012-02-081-3/+3
| | | | | | |
* | | | | | | Change click target to not depend on dom structureLeif Åstrand2012-02-231-1/+1
| | | | | | |
* | | | | | | Remove java envelope from test scriptLeif Åstrand2012-02-231-147/+141
| |_|_|_|/ / |/| | | | |
* | | | | | Merge remote branch 'origin/6.8'Leif Åstrand2012-02-154-0/+115
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java
| * | | | [merge from 6.7] Set explicit resolution to make screenshot merging easierAutomerge2012-02-151-0/+3
| | | | | | | | | | | | | | | | | | | | svn changeset:23037/svn branch:6.8
| * | | | [merge from 6.7] Add some labels and a little spacing to spice things upAutomerge2012-02-151-0/+17
| | | | | | | | | | | | | | | | | | | | svn changeset:23036/svn branch:6.8
| * | | | [merge from 6.7] #4353 ComboBox.removeAllItems did not remove selected iconAutomerge2012-02-152-0/+95
| | | | | | | | | | | | | | | | | | | | svn changeset:23030/svn branch:6.8
* | | | | Fix typo in browser version nameLeif Åstrand2012-02-151-1/+1
| |_|_|/ |/| | |
* | | | Merge remote branch 'origin/6.8'Leif Åstrand2012-02-155-0/+282
|\| | |
| * | | [merge from 6.7] #8114 - Fixed TabSheet rendering of first tab when another ↵Automerge2012-02-151-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | tab is selected svn changeset:23014/svn branch:6.8
| * | | [merge from 6.7] #5833 and #7013 combo box width fix and testsAutomerge2012-02-144-0/+215
| | | | | | | | | | | | | | | | svn changeset:23000/svn branch:6.8
* | | | Revert "Continue testing with Chrome 16 until new screenshots are merged"Leif Åstrand2012-02-151-1/+1
| | | | | | | | | | | | | | | | This reverts commit cd92d6d59eadd2e52899505e5e269513d78a03c2.
* | | | Continue testing with Chrome 16 until new screenshots are mergedLeif Åstrand2012-02-141-1/+1
| | | |
* | | | Merge remote branch 'origin/6.8'Leif Åstrand2012-02-148-8/+322
|\| | | | |_|/ |/| | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html tests/test.xml tests/testbench/com/vaadin/tests/components/datefield/DateFieldPopupOffScreen.java
| * | [merge from 6.7] #8264 fix long range selection in multi-selectable table, ↵Automerge2012-02-132-0/+146
| | | | | | | | | | | | | | | | | | related test svn changeset:22984/svn branch:6.8
| * | [merge from 6.7] #8362 Ensure value is not toggled when checkbox is disabledAutomerge2012-02-131-0/+147
| | | | | | | | | | | | svn changeset:22978/svn branch:6.8
| * | [merge from 6.7] Update test.xml to use Chrome 17Automerge2012-02-131-1/+1
| | | | | | | | | | | | svn changeset:22977/svn branch:6.8
| * | [merge from 6.7] Ensure that all opened FileInputStreams are closedArtur Signell2012-02-071-6/+23
| | | | | | | | | | | | svn changeset:22944/svn branch:6.8
| * | [merge from 6.7] Fixed resolution to sec for easier merges to 7.0Artur Signell2012-02-062-1/+5
| | | | | | | | | | | | svn changeset:22934/svn branch:6.8
| * | [merge from 6.7] Set resolution to second to make test consistent in Vaadin ↵Artur Signell2012-02-061-0/+1
| | | | | | | | | | | | | | | | | | 6 and Vaadin 7 svn changeset:22929/svn branch:6.8
* | | Remove support for Select in multi-select mode (#8169, #8326).Henri Sara2012-02-083-42/+14
| |/ |/| | | | | | | Also includes some related cleanup as this was the last special case where the widget was selected on the client side based on UIDL fields other than tag.
* | #8325 Move ApplicationConnection.updateComponent toArtur Signell2012-02-072-2/+6
| | | | | | VAbstractPaintableWidget.updateFromUIDL
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-061-6/+3
|\|
| * Use value change listeners instead of click listeners for checkboxesArtur Signell2012-02-061-6/+3
| | | | | | | | svn changeset:22914/svn branch:6.7
| * Use value change listeners instead of click listeners for checkboxesArtur Signell2012-02-061-7/+7
| | | | | | | | svn changeset:22912/svn branch:6.7
* | Use value change listeners instead of click listeners for checkboxesArtur Signell2012-02-061-7/+7
| | | | | | | | svn changeset:22912/svn branch:6.7
* | #8311 Corrected newlines in new filesArtur Signell2012-02-037-873/+873
| |
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-036-20/+309
|\| | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/test.xml
| * Fixed test - old IEs do not provide any button for double clicksArtur Signell2012-02-031-2/+2
| | | | | | | | svn changeset:22899/svn branch:6.7