summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Increase Tooltip z-index to be larger than the default overlay z-index. (#14854)Sauli Tähkäpää2015-07-213-0/+83
| | | | Change-Id: I2122c7a1475a6ec3f53be92f04e770e4a8104167
* Allow using only hostname with ?superdevmodeArtur Signell2015-07-211-1/+5
| | | | Change-Id: Iffa9da89e869448ce0ef84af4b8d228832ea46b1
* Convert EmbeddedWithNullSource test to TB4Teemu Suo-Anttila2015-07-212-27/+46
| | | | Change-Id: Ic6b4eb43555cb44f8bdeeb55df3ffc919cd04664
* Replaced HashMaps with TreeMaps to keep the same order (#14736)Taras Hupalo2015-07-214-28/+111
| | | | Change-Id: Ie28e05aa8fbf1709fb057cb1a0776d5a1f1698bc
* Fixes scrollToLine while resizing Grid via split position (#18424)Teppo Kurki2015-07-213-44/+177
| | | | Change-Id: I589622de8f0078c4fcbdcc50bc074dcc6e11e6bc
* Move demo links from release report to staging reportTeemu Suo-Anttila2015-07-212-8/+7
| | | | Change-Id: I482bef9c58f5151357b9d2ef06f413872cc576bd
* Do not initialize Atmosphere for websocket servlet in Websphere (#16354)Artur Signell2015-07-211-2/+7
| | | | Change-Id: I510df25e6034c81c16cc3b9e03a2e46850496251
* Stabilize TB4 tests with IE 11Teemu Suo-Anttila2015-07-214-8/+28
| | | | Change-Id: I02ad2fa8e4d8405fff010f0d94a174deee6816fc
* Read debug window settings when all entry points have run (#17882)Leif Åstrand2015-07-215-14/+190
| | | | Change-Id: I033635b0c314e67330f894e79d69fc8d2e129562
* Convert OutOfSyncTest from TB2 to TB4Teemu Suo-Anttila2015-07-213-86/+96
| | | | | | This behaviour was changed in patch for #12909 Change-Id: I616f8bd8b486b402a204056d0f76b4be6a7a15e4
* Update connector hierarch when canceling editor (#16976).Leif Åstrand2015-07-213-0/+167
| | | | Change-Id: I6e398952f84620955f9f1d61ef5ee90f81e28007
* Add optional --repo parameter for Demo validation scriptTeemu Suo-Anttila2015-07-212-6/+11
| | | | Change-Id: Ifcc86d927d6a0577a7ba229aa4e9a61e3d8916ee
* Use role=alert for all notifications (#17079)Artur Signell2015-07-212-2/+7
| | | | | | | | Jaws for Windows (at least up to Jaws 16) does not announce any role=status messages at all so the user will not hear any tray messages or assistive messages without this change Change-Id: I2e75a086b4c66ce2b65bd02640db8cae66659ce4
* Convert TB2 test TreeContextMenuAndIcons to TB4Henri Sara2015-07-214-161/+138
| | | | Change-Id: I09751846794f4d1a16a3edd5ab09579da2f7ffa2
* Update archetype validation script to use single repo URLHenri Sara2015-07-212-28/+21
| | | | Change-Id: Iefdf3c5864b72b79cfb31b2333bcc5b1684592fb
* Ignore .pyc filesHenri Sara2015-07-211-0/+3
| | | | Change-Id: I2c29b5957f3b2c7001b34b04d18f91507657a8ac
* Convert EmbeddedAltText test to TB4Henri Sara2015-07-212-47/+60
| | | | Change-Id: I92e0cfbc10d76b76e47f20b366351a8e0023993c
* Convert UndefinedHeightSubWindowAndContent test to TB4Henri Sara2015-07-212-57/+34
| | | | | | | | The shadow artifacts seen with TB2 seem to be a TB2 timing issue and are not reproducible manually or with TB4, so simply checking window size. Change-Id: Ib50412a1a103032bf3c8fa47ca16bab634eafde2
* Convert EmbeddedClickListenerRelativeCoordinates test to TB4Henri Sara2015-07-213-55/+95
| | | | Change-Id: I3b26211895c2b87bdec2508eb147fe1d9978c131
* Fix repo URL in staging reportHenri Sara2015-07-211-1/+1
| | | | Change-Id: Idd3a5d378a4acea4f1274ce4845642bb4a4339d3
* Cache connector state types (#18437)Leif Åstrand2015-07-211-1/+9
| | | | | | | | Reduces time spent in findStateType() for the "40 layouts" action in BasicPerformanceTest from around 2 ms to around 0.2 ms. This improves the total performance of the action by about 5%. Change-Id: I4b32c6530089400a616c62400cb2f282f0caa62c
* Log exception from responsive with cross site css in FF (#16249)Leif Åstrand2015-07-213-4/+86
| | | | Change-Id: I073659e782d1451f1d5ca4782d6bb5b8cb988d1d
* Make async remove check work without push (#12909)Leif Åstrand2015-07-214-29/+166
| | | | Change-Id: I8d641d55de873283de5ba32f12c304622ce24152
* Eliminate unguarded Profiler string concatenationLeif Åstrand2015-07-211-4/+8
| | | | | | | | Even though the call to Profiler.enter would be eliminated by the compiler, it would still include the string concatenation since it can't prove it wouldn't have any side effects. Change-Id: I26391549fac48bbca71f30b216dd175c964b8b34
* Revert "Render nested invalid layouts correctly (#17598)"Teemu Suo-Anttila2015-07-214-182/+5
| | | | | | This reverts commit ac4e85f4e35a57d1ba6e6f3448744cbb0c2df60f. Change-Id: I892896e953637d793d0c0a788f28f3b61494d441
* Revert "Take Window special case into account for invalid layoutsTeemu Suo-Anttila2015-07-211-12/+0
| | | | | | | | (#17598)" This reverts commit abc1c5dff6438d65e53473b69ae9a3ca2b8e60e1. Change-Id: I021d4ac386647073828950ec5536b75cf3175f52
* Add staging report file generatorTeemu Suo-Anttila2015-07-102-3/+47
| | | | Change-Id: I976ed36e6773cfbf87f041010580c41e308c9f3f
* Add @since check to build report generatorTeemu Suo-Anttila2015-07-101-2/+14
| | | | Change-Id: Ife5a29634ddfde62eda9d36e0bf7b8ac00fa2426
* Fix BasicPersonForm test UI notifications to be more stableTeemu Suo-Anttila2015-07-101-1/+3
| | | | Change-Id: I3b2a338b909c5bf9f3aff0736a8e3067a4d23dd1
* Add missing @since 7.5.1 to JavaDocTeemu Suo-Anttila2015-07-104-12/+12
| | | | Change-Id: I8dc89fe5ec8cda3998e7cb08b71b0ed10a4a1ce4
* Fix Archetype validation script to use correct path for pom filesTeemu Suo-Anttila2015-07-102-4/+4
| | | | Change-Id: I4024c7ad1aaa8e49d3ad2089d2710d432aab054a
* Fix passing repo id to archetype generation functionTeemu Suo-Anttila2015-07-101-2/+2
| | | | Change-Id: Iecf8cb8215a8ef36f28670019a88fc96371fc2e1
* Fix BuildHelpers to create all necessary directoriesTeemu Suo-Anttila2015-07-101-2/+2
| | | | Change-Id: I4603ff4b46e742b1fa2cf83c6de84f8a7f77018d
* Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-105-14/+81
| | | | Change-Id: Ib892eb4d40bbb655113d21b622cc117d54b2cebc
* Attach GridLayout children in logical order to preserve focus order (#18353)Yuriy Artamonov2015-07-104-3/+213
| | | | Change-Id: Ib5477cfe2e2ad6eaeabdb6c829f6ad16e31d1eaf
* Fix version number resolution for validation scriptsTeemu Suo-Anttila2015-07-093-24/+36
| | | | Change-Id: I07bde442ceb444a3732087838fab4de2de0393eb
* Fix archetype validation and make report demo listing prettierTeemu Suo-Anttila2015-07-092-4/+6
| | | | Change-Id: Idcc42c54004f07faf902ab4f4ab508dcf061ad34
* Add milestone creation link and build pinning to reportTeemu Suo-Anttila2015-07-091-2/+5
| | | | Change-Id: I5e153256dec2e520b6dec8cd8c7705df53a81086
* Fix Grid detaching with open details rows (#18415)Teemu Suo-Anttila2015-07-093-0/+188
| | | | Change-Id: I68f5edcfc48063419109b1f3b3f61853db5cfd1a
* Add build report generator scriptTeemu Suo-Anttila2015-07-082-7/+41
| | | | Change-Id: I0b2cf67b0ed94bfddd1982faa4966c6d7ed62452
* Fix NPE caused by fix for Grid resizing with split panel (#18370)7.5.1Teemu Suo-Anttila2015-07-082-4/+4
| | | | Change-Id: I0dfe71115db9f510e71e22ecfeffcd34fe5bd304
* Strip extra quotation from maven commandline argumentsTeemu Suo-Anttila2015-07-081-1/+1
| | | | Change-Id: I00cf0a9f29cf9d62371ed8c2b11296b39b6c1ee6
* Ignore some precompressed js filesLeif Åstrand2015-07-081-0/+2
| | | | Change-Id: I394ea443661b0160485112cda869f3df3ac59d98
* Improve Eclipse auto-complete experience for openTestURLLeif Åstrand2015-07-081-0/+9
| | | | | | | | Selecting the varags method for auto completion will annoyingly create suggest passing parameters to the method, which is rarely what you want to do. Change-Id: Icbdc2a9aa3b3fd10765aaf0b6fd8f4837c28a510
* Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-082-3/+11
| | | | Change-Id: Icf838aec9519aa12ea43773be86e508115c3883f
* Ensure correct render of selection when changing selection model (#17087)Artur Signell2015-07-083-0/+32
| | | | Change-Id: I0f7e0d6027d193acaa13e9f71b3d55b6ea2087f1
* Fix demo auto validation script to add validated version to contextTeemu Suo-Anttila2015-07-083-12/+9
| | | | Change-Id: I50469d450ac26908b7aa966f1d89688357cf2497
* Add Demo validation script support for using local artifactsTeemu Suo-Anttila2015-07-082-5/+25
| | | | Change-Id: I952f36e9d71c5e1f0687c9b5996ba075d1d72d5a
* Add --maven parameter to add mvn commandline parametersTeemu Suo-Anttila2015-07-084-24/+49
| | | | | | | | Also adds a --teamcity flag, planned future functionality to add supplied jar dependencies to local maven repo, and flags for setting wildfly autodeployment parameters (url, user, password) Change-Id: I7886009300564c1a088d63cf8d7cc35342706288
* Add DeployHelpers python module for adding wildfly auto deploymentTeemu Suo-Anttila2015-07-084-26/+133
| | | | Change-Id: I5b89b0cb1144741bcc023208337cefae7a9ae092