Commit Graph

22 Commits

Author SHA1 Message Date
Florian Queze
451928e614 Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0 Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
Sebastian Hengst
f75839c723 Backed out changeset 55f3df15eaa6 (bug 1356569) 2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237 Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
Florian Queze
9b4f73599f Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Paul Bignier
800a7a8b9d Bug 1352808 - Typo fixes for 'browser' in comments. r=MattN
MozReview-Commit-ID: IA42yQO5Sb8
2017-04-03 15:26:11 -07:00
Mike Conley
ffffc37dc6 Bug 1340842 - Allow BrowserTestUtils.removeTab to pass options along to tabbrowser's removeTab method. r=mossop
There were options already being passed to BrowserTestUtils.removeTab, with only
a single property being observed, "dontRemove". This caused BrowserTestUtils.removeTab
to return a Promise once a tab is removed, but didn't actually remove the tab (as the
calling test would be responsible for that themselves). This patch removes that option,
and adds a method to BrowserTestUtils called tabRemoved to use for that case instead.

The options being passed to removeTab are now forwarded along directly to tabbrowser's
removeTab method.

MozReview-Commit-ID: JzfZuoZmlJ0
2017-03-17 09:59:38 -04:00
Carsten "Tomcat" Book
f5fa301515 Backed out changeset b3abd0e89699 (bug 1340842) 2017-03-22 16:40:02 +01:00
Mike Conley
e46a0c52b7 Bug 1340842 - Allow BrowserTestUtils.removeTab to pass options along to tabbrowser's removeTab method. r=mossop
There were options already being passed to BrowserTestUtils.removeTab, with only
a single property being observed, "dontRemove". This caused BrowserTestUtils.removeTab
to return a Promise once a tab is removed, but didn't actually remove the tab (as the
calling test would be responsible for that themselves). This patch removes that option,
and adds a method to BrowserTestUtils called tabRemoved to use for that case instead.

The options being passed to removeTab are now forwarded along directly to tabbrowser's
removeTab method.

MozReview-Commit-ID: JzfZuoZmlJ0
2017-03-17 09:59:38 -04:00
Mark Banner
ec9074e132 Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws
MozReview-Commit-ID: LH0CQOPfoe6
2017-03-20 12:36:37 +01:00
Joel Maher
096c6ce163 Bug 1318389 - fix eslint issue. a=me 2017-03-20 06:45:23 -04:00
Joel Maher
80f76f811e Bug 1318389 - Intermittent browser/modules/test/browser_CaptivePortalWatcher.js, requestLongerTimeout. This test does a lot of window and tab manipulation causing it to take a long time on debug. r=nhnt11
MozReview-Commit-ID: E8tfNzQfO96
2017-03-20 05:51:09 -04:00
meghana
de3fdec8f7 Bug 1344726 - Replace instances of waitForCertErrorLoad with BTU.waitForContentEvent and BTU.waitForErrorPage in browser_captivePortal_certErrorUI.js. r=johannh
MozReview-Commit-ID: JtdZT3v04UP
2017-03-13 19:17:48 +05:30
Nihanth Subramanya
74edbf42ea Bug 1318389 - Move single run captive portal test cases to separate test file. r=Gijs
MozReview-Commit-ID: Ha3w2g17BP0
2017-02-17 01:05:38 +05:30
Nihanth Subramanya
0ab1d2c74f Bug 1318389 - Move captive portal test utility functions to head.js. r=Gijs
MozReview-Commit-ID: Lgd3ReeHrLm
2017-02-17 01:03:35 +05:30
Panos Astithas
d98b8076fb Don't autofocus buttons when about:certerror is embedded in an iframe (bug 1336352). r=nhnt11
MozReview-Commit-ID: BT8oCmX9stf
2017-02-08 16:43:39 +02:00
Nihanth Subramanya
d137a80a86 Bug 1333075 - Ensure captive portal notification is displayed in all windows after portal is detected when none have focus. r=MattN
MozReview-Commit-ID: 9dvZp9Kn6kT
2017-01-24 21:24:07 +05:30
Nihanth Subramanya
cc6d23df92 Bug 1313568 - Remove CaptivePortalWatcher.jsm and move tests to browser/base/content/tests/captivePortal. r=MattN
MozReview-Commit-ID: 3dSsLNmSUMA
2017-01-14 04:28:50 +05:30
Nihanth Subramanya
882395b6f6 Bug 1313568 - Handle captive portal UI in per-window script. r=MattN
MozReview-Commit-ID: FxjE2NblJe4
2017-01-08 03:23:09 +01:00
Mark Banner
d07f540195 Bug 1328338 - Fix more no-undef eslint issues in toolkit/ and browser/. r=mossop
MozReview-Commit-ID: 78dXLYVW1gC
2017-01-03 11:55:24 +00:00
Nihanth Subramanya
375290f5f1 Bug 989197 - Add tests for alternate cert error UI when behind a captive portal. r=Gijs
MozReview-Commit-ID: EZuHGrmHx7d
2016-11-29 15:39:14 -08:00