Zibi Braniecki
9f6c244d29
Bug 1354445 - Migrate Intl.DateTimeFormat to mozIntl.DateTimeFormat in chrome. r=mak
...
MozReview-Commit-ID: 4z13lcLXN9T
--HG--
extra : rebase_source : 8043212542b95ca76cf5957fa1ca05e6943fb635
2017-04-08 23:04:32 -07:00
Sebastian Hengst
51beeffdec
Backed out changeset bc87945ba833 (bug 1342178)
...
MozReview-Commit-ID: 2TLlzk8hOZY
2017-04-11 11:28:05 +02:00
Jonathan Hao
e5a3b0c533
Bug 1342178 - Pass origin attributes to isSecureURI in devtools and browser. r=keeler,past
...
MozReview-Commit-ID: HIOYH8iUUkO
--HG--
extra : rebase_source : 2512cb3e403093e0f18b3b979d7b4a10e3d7c42b
2017-04-11 10:14:10 +08:00
Wes Kocher
59b56514c9
Backed out 4 changesets (bug 1342178) for frequent test_network_security.html failures a=backout
...
Backed out changeset 7f9114ffbcae (bug 1342178)
Backed out changeset f19289f0cfef (bug 1342178)
Backed out changeset 4afce44bc2b9 (bug 1342178)
Backed out changeset db9b64a44012 (bug 1342178)
--HG--
rename : devtools/shared/webconsole/test/test_network_security.html => devtools/shared/webconsole/test/test_network_security-hpkp.html
2017-04-10 12:34:10 -07:00
Jonathan Hao
851f486bfc
Bug 1342178 - Pass origin attributes to isSecureURI in devtools and browser. r=keeler,past
...
MozReview-Commit-ID: HIOYH8iUUkO
--HG--
extra : rebase_source : e8cfe06ac3691d45bf97f61a3f5603cbec1bae39
2017-04-06 15:43:35 +08:00
Mark Banner
92c422a2d6
Bug 1342459 - Add a rule to automatically detect ContentTask.spawn and inject the relevant globals. r=mossop
...
This reduces the amount of places where we need to specify the mozilla/frame-script environment. It does have
the side effect of allowing those globals in the whole file, but that is what specifying the environment would
do, and this is also for mochitest test files only.
MozReview-Commit-ID: 1LLFbn6fFJR
--HG--
extra : rebase_source : 82a6934d90bbbbd25f91b7b06bf4f9354e38865a
2017-04-05 10:00:25 +01:00
Mark Banner
1087fc1884
Bug 1352969 - Fix various ESLint no-undef issues in browser/base (no-undef is not enabled yet). r=mossop
...
MozReview-Commit-ID: BuTyJAfUoWR
--HG--
extra : rebase_source : 482bdc039362347f35aec9fd15e07a143dccb860
2017-02-22 17:02:59 +00:00
Blake Kaplan
c5c981fc5c
Bug 1346286 - Remove CPOWs from browser_aboutCertError.js. r=Gijs
...
MozReview-Commit-ID: A7y6UfyHut0
--HG--
extra : rebase_source : 1c27e0ab935548c6315d628c1696f64299f0d509
2017-03-09 14:38:02 -08:00
Prathiksha
54be47c289
Bug 1344713 - Replaced the waitForCertErrorLoad function in browser_aboutCertError.js with the more reliable BrowserTestUtils.waitForErrorPage function. r=johannh
...
MozReview-Commit-ID: 6Bo0w4XOjJD
--HG--
extra : rebase_source : 3b1ad6d02c7c2edd72fc47519e4caa617a1c5230
2017-03-14 22:18:09 +05:30
Panos Astithas
963e794209
Don't autofocus buttons when about:certerror is embedded in an iframe (bug 1336352). r=nhnt11
...
MozReview-Commit-ID: BT8oCmX9stf
--HG--
extra : rebase_source : 3f80e8751ba2a4b49379fae6f1f4016838dc0ca2
2017-02-08 16:43:39 +02:00
Gijs Kruitbosch
252f655de4
Bug 1334774 - re-introduce the hostname into ssl error messages, r=nhnt11
...
MozReview-Commit-ID: CexcCq5qo1v
--HG--
extra : rebase_source : afd9fd1178c8c72d31f8e17d66caa8bcaf8f3013
2017-01-29 17:36:01 +01:00
Heejong Ahn
f6c730db1e
Bug 1267229 - Handle wrong system time when kinto clock skew is not available. r=MattN
...
MozReview-Commit-ID: Ko2Rq6PLfoX
--HG--
extra : rebase_source : 80df8fe6dafe6fb7ed4e363364ce5e5282b37b0c
2016-04-28 22:43:56 +02:00
Jared Wein
43bac26d30
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
--HG--
extra : rebase_source : 014c0b04d8538dc5f15bc6dd4ed6bd220c55c5d4
2017-01-17 09:48:17 -06:00
Florian Quèze
028a82f682
Bug 1329182 - remove trailing newURI null parameters in browser/, r=jaws.
2017-01-09 20:27:25 +01:00
Jared Wein
9141469edf
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
--HG--
extra : rebase_source : 8ab34c4e46a7c3075b459bf44786ec184d10d203
2016-12-30 21:47:25 -05:00
catdesk
8379986e33
Bug 1313834 - Clean up Promise usage of SpecialPowers.pushPrefEnv in browser_aboutCertError.js. r=johannh
...
MozReview-Commit-ID: 8rsjCQjbXQk
--HG--
extra : rebase_source : c4693d9b6e89cc4d91e3159ec3896ba478e178b4
2016-10-29 11:43:03 +02:00
Mark Banner
09ab00a94f
Bug 1313998 - Turn on no-unused-vars for local variable scopes in browser/base/content. r=mossop
...
MozReview-Commit-ID: IyFGBotfd11
--HG--
extra : rebase_source : aa43e5aea9e7fd7223fc59e941ecdc067abdb48f
2016-10-31 10:33:38 +00:00
Sebastin Santy
63a6c5cb8b
Bug 1275896 - Replace hard-coded support link for SEC_ERROR_UNKNOWN_ISSUER r=Gijs
2016-07-06 05:00:00 +02:00
Sebastin Santy
ca2c44560e
Bug 1282455 - Use dedicated "Learn more..." link on time related cert error pages. r=johannh r=Gijs
2016-07-04 10:39:00 +02:00
Mathieu Leplatre
695a9942a4
Bug 1266235 - Use blocklist prefix in preference names. r=MattN
...
MozReview-Commit-ID: 5aeoiSEMwYw
--HG--
extra : rebase_source : ff4e77c88de58923afe75be2046dcdb98e40ad2f
2016-05-19 12:51:13 +02:00
Jared Wein
e889366796
Bug 1268159 - Use GreD in addition to XCurProcD for browser_misused_characters_in_strings.js to cover more string files. r=gijs
...
MozReview-Commit-ID: IlC170W0nlG
* * *
[mq]: temp
MozReview-Commit-ID: GF0k4zvONPD
2016-04-29 09:28:48 -04:00
Johann Hofmann
2a1304120b
Bug 712612: Display a warning on about:certerror if the system time is wrong. r=Gijs
...
MozReview-Commit-ID: 4KIgI9TMgYl
2016-04-25 14:06:29 +03:00
Johann Hofmann
3676aeefc2
Bug 1242886 - Change learn more link for unknown issuers on about:certerror. r=gijs
2016-04-08 16:01:51 +02:00
Chris Peterson
053a2f3273
Bug 1103588 - Part 1: Replace deprecated String#contains with String#includes in browser tests and extensions. r=dolske
2016-04-09 16:05:17 -07:00
Panos Astithas
92b2551106
Bug 1207146 - Add a link to expert technical information in the cert error page. r=Gijs,keeler
2015-12-04 19:46:13 +02:00
Panos Astithas
d9c75611cd
Make 'Go Back' button work even when there is nothing to go back to (bug 1221084); r=paolo
2015-11-16 15:37:27 +02:00
Wes Kocher
9a7610609b
Backed out changeset 1aa4c60fbfdb (bug 1221084) for frequent bc7 failures in browser_aboutCertError.js
...
--HG--
extra : commitid : DW4AIoZYZVx
2015-11-13 12:00:22 -08:00
Panos Astithas
368212c1c0
Make 'Go Back' button work even when there is nothing to go back to (bug 1221084); r=paolo
2015-11-13 17:55:15 +02:00
Brian Grinstead
8e05c079ec
Bug 1220781 - Hide the exception button, not advanced section for badStsCert or cert errors in frames;r=MattN
...
--HG--
extra : commitid : 3YNVoTpu5z2
2015-11-02 16:09:16 -08:00
Brian Grinstead
f122ef1f8a
Bug 1207107 - Design update for aboutCertError;r=dao
...
--HG--
extra : commitid : 9Cmpkg2QklB
2015-10-29 15:37:41 -07:00