Commit Graph

132 Commits

Author SHA1 Message Date
Mark Banner
0172a32b29 Bug 1338195 - Define a frame-script environment for eslint and use it to clear no-undef issues for known frame script globals. r=mossop
MozReview-Commit-ID: Fcin4InbLK2
2017-02-07 10:52:06 +00:00
Johann Hofmann
3e5b8e1681 Bug 1335431 - Move site identity tests out of test/general. r=Gijs
MozReview-Commit-ID: 5BKZXFPn7PW
2017-01-31 09:27:51 +01:00
Florian Quèze
47dde5c17b Bug 1334250 - script-generated patch to avoid removeEventListener calls when a variable is used for the event name, r=jaws. 2017-01-27 10:48:00 +01:00
Johann Hofmann
526832bcd0 Bug 1303298 - Use BrowserTestUtils.waitForErrorPage to wait for certerror page load. r=nhnt11
MozReview-Commit-ID: BzT1cQAd9Qx
2017-01-25 16:19:04 +01:00
Florian Quèze
91f7a2ef3a Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
Jared Wein
0ec522d5b6 Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
MozReview-Commit-ID: 6tv0Z06CO4a
2017-01-17 09:48:17 -06:00
Florian Quèze
63de711857 Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
Jared Wein
242ab87626 Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
e3149c378f Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767 Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Johann Hofmann
7ef105541b Bug 1303298 - Work around intermittent browser_mixed_content_cert_override.js. r=nhnt11
MozReview-Commit-ID: 5srDm58jz5M
2016-11-29 18:01:35 +01:00
Dave Townsend
4e295aa48d Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
MozReview-Commit-ID: 2ZvTiZDHchz
2016-11-11 08:10:51 -08:00
Dave Townsend
12596ced47 Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
MozReview-Commit-ID: HBpjT2uHJaZ
2016-11-10 14:48:04 -08:00
Mike Conley
2870b6ad11 Bug 1309316 - Move about:tabcrashed tests into their own directory. r=Felipe
MozReview-Commit-ID: C3emEC3JbiL
2016-11-10 23:17:48 -05:00
Gijs Kruitbosch
f073d29eb1 Bug 1314812 - followup nit: remove obsolete comments, rs=trivial,me,firebot, DONTBUILD
MozReview-Commit-ID: 8ElUTOUxEX8
2016-11-08 16:02:15 +00:00
Jared Wein
eb09d153fa Bug 1314474 - Enable no-shadow rule for eslint for browser/ mochitests. r=mossop
MozReview-Commit-ID: 3EQOeDSnmVz
2016-11-04 17:11:52 -04:00
Wes Kocher
5f6cf497a3 Backed out changeset 2a1b034ed3fb (bug 1314474) for xpcshell failures a=backout 2016-11-04 13:57:56 -07:00
Jared Wein
c0329c1f9a Bug 1314474 - Enable no-shadow rule for eslint for browser/ mochitests. r=mossop
MozReview-Commit-ID: 3QTChaVgCRP
2016-11-03 18:29:08 -04:00
Blake Kaplan
8ee33b31ec Bug 1314812 - Remove code that manually times out loads in favor of relying on the test harness. r=Gijs
MozReview-Commit-ID: FZB9ys9lvIN
2016-11-02 16:03:11 -07:00
Mark Banner
6b3a6a4cda Bug 1313998 - Turn on no-unused-vars for local variable scopes in browser/base/content. r=mossop
MozReview-Commit-ID: IyFGBotfd11
2016-10-31 10:33:38 +00:00
Dão Gottwald
5beda54813 Bug 1303291 - Clean up identity block and control center icons. r=jhofmann 2016-09-20 12:53:57 +02:00
Jared Wein
696e56f749 Bug 1298559 - Enable eslint for /browser/base/content/test/ r=mattn
MozReview-Commit-ID: BZlkPTcLJMB
2016-08-31 12:53:24 -04:00
Pushpankar
77a14e357c Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao 2016-07-16 10:20:04 +02:00
Edouard Oger
2be76e15fb Bug 677372 - Send Tab/Page/Link to device. r=markh, a=KWierso
MozReview-Commit-ID: 6xnBjTPkiUQ
MozReview-Commit-ID: D7sdRrsWRCF
2016-06-27 16:46:43 -07:00
Johann Hofmann
52b29e6c38 Bug 1253771 - Add previous state info to mixed content callback. r=tanvi r=florian
MozReview-Commit-ID: 5msNz97psok
2016-04-27 10:38:26 +02:00
Sebastin Santy
61314d64cb Bug 1269820 - Remove green lock with grey triangle when Mixed Active Content is Blocked r=florian 2016-07-06 11:32:00 +02:00
Jonathan Kingston
1c9fbb13eb Bug 1281493 - Add another selector for identity popup main view as XBL bindings sometimes have a race condition. Removing surplus identity-popup-security-content selector. r=gijs
MozReview-Commit-ID: DxAX18vGXHN
2016-06-28 14:18:02 +01:00
Florian Quèze
cf7e661111 Bug 1281427 - move browser_devices_* tests to a webrtc folder, r=Gijs. 2016-06-27 12:23:57 +02:00
Panos Astithas
43a86a300e Fix an intermittent failure in browser_popupNotification_4.js (bug 1041724). r=florian
MozReview-Commit-ID: 7OjaeL0WGk6
2016-06-10 12:11:47 +03:00
Kris Maglione
40e88a5ba0 Bug 1238310: Follow-up: Fix some timing issues in tests. r=bustage
MozReview-Commit-ID: BjKiNO1T5yN
2016-04-23 23:56:28 -07:00
Gijs Kruitbosch
3ca3a5e02f Bug 1265055 - move a bunch of tests to the urlbar directory, r=adw
MozReview-Commit-ID: 67eb9v4blas
2016-04-15 21:11:15 +01:00
Blake Kaplan
228638f679 Bug 1264735 - Restore code to ignore about:blank loads for tab browser loaded. r=felipc 2016-04-20 16:02:00 +02:00
Timothy Guan-tin Chien
5b4d4682c7 Bug 1184950 - Use goBack to leave the reader view when possible, r=margaret, r=gijs
MozReview-Commit-ID: G9wn4OyUL5q
2016-04-19 05:46:58 +08:00
Blake Kaplan
57d34e46cc Bug 1090315 - Remove uses of CPOWs in browser/base/content/test/general/head.js. r=felipe 2016-04-13 15:35:43 -07:00
Blake Kaplan
442360bba3 Bug 1090315 - Remove uses of CPOWs in browser/base/content/test/general/head.js. r=felipe 2016-04-13 14:12:39 -07:00
Gijs Kruitbosch
3c7d01a924 Bug 798249 - track when we're 'inside' a loadURI call when dealing with Stop() calls resulting from the same, r=mconley
MozReview-Commit-ID: 48xQn03HtjZ
2016-02-16 14:08:14 +00:00
Gijs Kruitbosch
6a2f5c957c Backed out changeset 2331bc8e11a7 (bug 798249) for leaks and intermittent about:home uncaught errors
MozReview-Commit-ID: FWORd2nzGbl
2016-03-08 12:26:54 +00:00
Gijs Kruitbosch
d80235f625 Bug 798249 - track when we're 'inside' a loadURI call when dealing with Stop() calls resulting from the same, r=mconley
MozReview-Commit-ID: 48xQn03HtjZ
2016-02-16 14:08:14 +00:00
CJKu
9f78ea5b70 Bug 1190759 - Increase waitForCondition retry times in registerProtocolHandler notification test. r=mrbkap
MozReview-Commit-ID: 5rlBD4lmNZT
2016-03-01 10:57:40 +08:00
Gijs Kruitbosch
9cf69b6e1d Bug 1100687 - part 1: fix browser_addCertException.js, r=jaws
MozReview-Commit-ID: ZHUpRLAkxV
2016-02-26 14:50:03 +00:00
Mike Conley
3d3f52314a Bug 1245833 - Don't send empty comments or email addresses in content crash reports. r=felipe 2016-02-04 16:14:19 -05:00
Drew Willcoxon
9b134824c4 Bug 1233672 - Properly encode/decode moz-action URIs. r=mak 2016-01-29 14:02:15 -08:00
Alessio Placitelli
f0cf6489cf Bug 1234522 - Fix or remove the tests relying on the data reporting service. r=gfritzsche 2016-01-05 06:29:00 +01:00
Drew Willcoxon
5624ed0caf Bug 1226629 - Increment "urlbar" BrowserUITelemetry/FHR for all searchengine results clicked in the urlbar. r=mak 2015-12-02 16:26:07 -08:00
Mike Conley
a222f562d3 Bug 1220929 - Rename TabCrashReporter to TabCrashHandler to reflect its actual purpose. r=felipe 2015-11-02 20:57:03 -05:00
Paolo Amadini
b2ccf64558 Bug 1206244 - Replace globe with the "i" icon, keep separate lock for secure pages. r=past 2015-11-11 15:52:56 +00:00
Paolo Amadini
a63a82208e Bug 1212520 - Rewrite browser_bug906190.js with Tasks and re-enable it on Linux. r=tanvi 2015-11-03 14:47:37 +00:00
Paolo Amadini
b39d41fb18 Bug 1179961 - Use a lock with a strikethrough for HTTP pages that have password fields in the Control Center. r=ttaubert,bgrins 2015-10-19 16:43:18 +01:00
Carsten "Tomcat" Book
72630065be merge mozilla-inbound to mozilla-central a=merge 2015-10-12 11:57:06 +02:00