Matthew Noorenberghe
4341bb704e
Bug 1177169 - Add the ability to open preferences via UITour. r=Gijs
2015-07-09 11:31:10 -04:00
Tim Taubert
2f609c711d
Bug 1167508 - Fix tests that expect a sync remoteness change after calling .loadURI() r=billm
2015-06-09 22:11:58 +02:00
Tim Taubert
d71f0b420f
Bug 1167508 - Fix BrowserTestUtils.browserLoaded() and use it in sessionstore/head.js r=billm
2015-06-09 22:11:43 +02:00
Ryan VanderMeulen
8ae1ff9f74
Backed out 7 changesets (bug 1167508) because it depends on bug 1172137, which was backed out.
...
Backed out changeset 5080433ff610 (bug 1167508)
Backed out changeset 97b5372b8950 (bug 1167508)
Backed out changeset 00eb943a27b2 (bug 1167508)
Backed out changeset c1a16fd640ae (bug 1167508)
Backed out changeset 092037dd209a (bug 1167508)
Backed out changeset b7ed44b4595f (bug 1167508)
Backed out changeset 3a4faf863320 (bug 1167508)
2015-06-08 14:33:53 -04:00
Tim Taubert
a5efedd715
Bug 1167508 - Fix tests that expect a sync remoteness change after calling .loadURI() r=billm
2015-05-23 15:47:56 +02:00
Tim Taubert
27e8b24f4f
Bug 1167508 - Fix BrowserTestUtils.browserLoaded() and use it in sessionstore/head.js r=billm
2015-05-23 15:47:28 +02:00
Neil Deakin
a8596b6540
Bug 1170166, add a capture flag to BrowserTestUtils.waitForEvent, r=paolo
2015-06-05 08:33:29 -04:00
Tim Taubert
2aa85cc9b6
Bug 1109875 - Fix various other tests to properly wait for data from closed tabs r=billm
2015-05-04 19:08:06 +02:00
Neil Deakin
4f0a0dcc85
Bug 1131818, add versions of synthesizeMouse that work with child process tabs, r=mconley
2015-04-16 15:38:13 -04:00
Neil Deakin
88fbf9f5e4
Bug 1153289, add some tab switching methods to BrowserTestUtils.jsm, r=felipe
2015-04-16 15:38:13 -04:00
Mike Conley
eee86a12c3
Bug 1110887 - Add test to exercise both cases of some non-determinism when dealing with plugin crashes in e10s. r=felipe.
2015-03-27 16:32:24 -04:00
Carsten "Tomcat" Book
48cb4cdb39
Backed out changeset 71310d7e7e2c (bug 1110887)
2015-04-09 13:05:55 +02:00
Mike Conley
6b815d655f
Bug 1110887 - Add test to exercise both cases of some non-determinism when dealing with plugin crashes in e10s. r=felipe.
2015-03-27 16:32:24 -04:00
Paolo Amadini
3b4ca6ea81
Bug 1144869 - Add BrowserTestUtils.withNewTab. r=smacleod
2015-03-20 10:26:01 -07:00
Paolo Amadini
1095fa6dd5
Bug 1143937 - Make BrowserTestUtils.waitForEvent not use flaky timeouts and cover more use cases. r=smacleod
2015-03-20 10:26:01 -07:00
Steven MacLeod
7e12195095
Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_cookieacceptdialog.js; r=billm
2015-03-05 11:06:10 -05:00
Paolo Amadini
ec63c258d6
Bug 1142108 - Make TestUtils.topicObserved cover more use cases. r=smacleod
2015-03-13 15:54:43 +00:00
Steven MacLeod
470586388e
Bug 1093566 - Migrate BrowserUITestUtils into BrowserTestUtils; r=Unfocused r=paolo
2015-02-23 12:48:54 -05:00
Steven MacLeod
1477ee675e
Bug 1093566 - Add modules for sharing mochitest-browser test code; r=Gijs r=paolo
...
Currently code used by many mochitest-browser tests is scattered
throughout the tree in various head.js files. Many similar or identical
helper methods are repeated throughout these files.
This commit introduces a BrowserTestUtils.jsm module and includes it in
the mochitest scope; the idea being these frequently re-implemented
methods can live in a central place.
A TestUtils.jsm module has also been introduced to contain code useful to
all types of tests.
2015-02-22 23:11:22 -05:00