Kirk Steuber
aaf84e4362
Bug 1206133 - Fix browser_bug553455.js such that it does not make invalid assumptions about how panels work and refactored from callbacks to Tasks and Promises. r=rhelmer
...
MozReview-Commit-ID: 79bsQGDVz19
2016-09-06 11:04:06 -07:00
Valentin Gosu
c4d0d912d9
Bug 1303762 - Add aboutNetworking.dtd to whitelist a=Aryx
2016-09-29 19:03:43 +02:00
Carsten "Tomcat" Book
d3896c257f
merge mozilla-inbound to mozilla-central a=merge
2016-09-28 15:56:33 +02:00
Kate McKinley
90c8afbeac
Bug 1246540 - HSTS Priming Proof of Concept. r=ckerschb, r=mayhemer, r=jld, r=smaug, r=dkeeler, r=jmaher, p=ally
...
HSTS priming changes the order of mixed-content blocking and HSTS
upgrades, and adds a priming request to check if a mixed-content load is
accesible over HTTPS and the server supports upgrading via the
Strict-Transport-Security header.
Every call site that uses AsyncOpen2 passes through the mixed-content
blocker, and has a LoadInfo. If the mixed-content blocker marks the load as
needing HSTS priming, nsHttpChannel will build and send an HSTS priming
request on the same URI with the scheme upgraded to HTTPS. If the server
allows the upgrade, then channel performs an internal redirect to the HTTPS URI,
otherwise use the result of mixed-content blocker to allow or block the
load.
nsISiteSecurityService adds an optional boolean out parameter to
determine if the HSTS state is already cached for negative assertions.
If the host has been probed within the previous 24 hours, no HSTS
priming check will be sent.
MozReview-Commit-ID: ES1JruCtDdX
2016-09-27 11:27:00 -04:00
Gijs Kruitbosch
a5f81387b8
Bug 1284395, r=bz,mconley,baku
...
MozReview-Commit-ID: 1nPyv7G3q7d
2016-09-06 14:19:45 +01:00
Gerald Squelart
21f5e0b021
Bug 1247056 - Added test for cannot-initialize-pulseaudio - r=Gijs
...
MozReview-Commit-ID: 1dsUYkPMkY5
2016-09-26 02:14:35 -07:00
Thom Chiovoloni
785ff6b8cd
Bug 1249520 - Add client support for a fxa-client-configuration endpoint r=markh
...
MozReview-Commit-ID: 4jTl1yIduKG
2016-09-21 15:07:28 -04:00
Gabor Krizsanits
9ed9975ffc
Bug 1301340 - Force single process in some tests. r=mrbkap
2016-09-22 09:24:31 +02:00
Dão Gottwald
79295fb709
Bug 1302759 - Use CAN_DRAW_IN_TITLEBAR ifdef for customization-titlebar-visibility-button. r=gijs
2016-09-21 13:08:49 +02:00
Carsten "Tomcat" Book
ff5b25e2c0
merge mozilla-inbound to mozilla-central a=merge
2016-09-21 12:03:31 +02:00
Shane Caraveo
48d05d6f98
Bug 1304142 pocket a/b test updates, r=Gijs
...
MozReview-Commit-ID: ChBRc81QQ7Y
2016-09-20 16:06:37 -07: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
Wes Kocher
ccb3f28e05
Backed out changeset ce601f208476 (bug 1272256) for frequent failures in browser_bug1299667.js a=backout
2016-09-15 14:20:04 -07:00
Carsten "Tomcat" Book
58d00cb8e9
Merge mozilla-central to fx-team
2016-09-15 12:07:34 +02:00
Carsten "Tomcat" Book
6d1f62c926
merge mozilla-inbound to mozilla-central a=merge
2016-09-15 11:59:50 +02:00
Blake Kaplan
2ed035d4fd
Bug 1260199 - Remove yet another use of CPOWs in this test. r=mconley
...
MozReview-Commit-ID: RxKqmcl0aC
2016-09-13 16:30:52 -07:00
Neil Deakin
0fcaa9f05c
Bug 1266952, remove cpow usage from browser_contextmenu_childprocess.js, r=felipe
2016-09-14 09:30:15 -04:00
Florian Quèze
46bce01c4a
Bug 1299437 - follow-up to fix browser_permissions.js bustage, r=bustage-fix.
2016-09-12 15:20:25 +02:00
Phil Ringnalda
3d18c9a3d5
Bug 1277750 - Skip browser_bug734076.js on Linux e10s for constant failures
2016-09-10 18:26:58 -07:00
Sebastian Hengst
6e0142dd4b
Backed out changeset baaf5f5624d3 (bug 1206133)
2016-09-10 23:40:23 +02:00
Kirk Steuber
4b5bd4e7d8
Bug 1206133 - Fix browser_bug553455.js such that it does not make invalid assumptions about how panels work and refactor from callbacks to Tasks and Promises. r=rhelmer
...
MozReview-Commit-ID: 79bsQGDVz19
2016-09-06 11:04:06 -07:00
Udayan Baidya
069de2de77
Bug 1297693 - Used a more specific selector in tests for blocked permission icons in browser_permissions.js. r=johannh, r=dao
2016-09-05 09:23:00 -04:00
Fischer.json
cfa542463c
Bug 1120967 - Broken middle/right click on links via about:preferences pages. r=jaws
...
MozReview-Commit-ID: FejMTP3invj
2016-08-19 17:32:31 +08:00
Phil Ringnalda
c15347fc3f
Bug 1284344 - Increase the timeout for browser_selectpopup.js
2016-09-03 09:18:35 -07:00
Wes Kocher
48f3bdc3e1
Merge m-c to inbound, a=merge
2016-09-02 13:34:10 -07:00
Eric Rahm
ed06875715
Bug 1299645 - Fix browser_tab_close_dependent_window.js test. r=Gijs
...
After closing the tab it's possible the it's now a dead object, so check for
that first.
2016-09-02 13:30:13 -07:00
Jimmy Wang
c7eafb0eef
Bug 1297539 - Write test for content event 'pasteTransferable' for the remote case. Ensures that EventStateManager dispatches the transferable correctly to TextEditor::PasteTransferable for plain text and HTMLEditor::PasteTransferable for html. r=mrbkap
...
MozReview-Commit-ID: Hz36piNqX31
2016-08-30 22:02:56 -04:00
Sebastian Hengst
93fbd4e532
Backed out changeset f2cd09361916 (bug 1297539)
2016-09-01 09:13:48 +02:00
Sebastian Hengst
0d5e9e3d39
Backed out changeset 54efec27fb40 (bug 1297539)
2016-09-01 09:13:38 +02:00
Ryan VanderMeulen
9e8be9c25c
Bug 1297539 - Add missing newline to end of browser_bug1297539.js to please ESLint.
2016-08-31 22:57:37 -04:00
Jimmy Wang
47e7a84196
Bug 1297539 - Write test for content event 'pasteTransferable' for the remote case. Ensures that EventStateManager dispatches the transferable correctly to TextEditor::PasteTransferable for plain text and HTMLEditor::PasteTransferable for html. r=mrbkap
...
MozReview-Commit-ID: Hz36piNqX31
2016-08-30 22:02:56 -04: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
Neil Deakin
48a29e9528
Bug 1297909, improve handling when option elements are hidden inside a select, r=mconley
2016-08-29 12:34:45 -04:00
Wes Kocher
cc270fa577
Merge m-c to fx-team, a=merge
2016-08-25 17:15:43 -07:00
Mike de Boer
6894be27a5
Bug 1279695 - update the position of ranges that are inside fixed, sticky positioned container nodes or frameset or iframe at each repaint or scroll. r=jaws
...
MozReview-Commit-ID: J8YK1s2kArq
2016-08-25 20:11:46 +02:00
Ryan VanderMeulen
4769e9643c
Merge fx-team to m-c. a=merge
2016-08-25 08:12:26 -04:00
Johann Hofmann
bcafdecec0
Bug 1297405 followup - Remove unneeded classname assertion for blocked permission icons. r=me, bustage fix
2016-08-24 14:18:43 +02:00
Ryan VanderMeulen
faf402f266
Merge inbound to m-c. a=merge
2016-08-23 10:05:18 -04:00
Dão Gottwald
05674b81e4
Bug 1296863 - Stop disabling the "New Tab" command in popups. r=gijs
2016-08-22 18:06:04 +02:00
Ricky Chien
d711924747
Bug 1206229 - Inform the user that changes may require a page reload r=Paolo
...
MozReview-Commit-ID: 3tJRhxeDnUb
2016-08-11 11:52:47 +08:00
Aryeh Gregor
a297c86b1c
Bug 1271115 - Merge ChromeUtils.js into EventUtils.js; r=jmaher
...
This allows plain mochitests to use the functions as well, which is
necessary to get them to work with e10s.
MozReview-Commit-ID: J4um2mliJcZ
2016-08-25 16:57:09 +03:00
Jimmy Wang
5aa5f81d71
Bug 1109146 - write test to verify alt+click behaviour in e10s since the codepath is ContentClick.jsm instead of browser.js::contentAreaClick(); r=Felipe
...
MozReview-Commit-ID: D1ith9Fc8IF
***
works
MozReview-Commit-ID: KXhE4JXfMtv
2016-08-19 17:36:12 -04:00
Katie Broida[:ktbee]
0bcb756d06
Bug 1171746 - Ensure tab-specific panels close when you switch the tab. r=jaws
2016-08-19 07:27:00 -04:00
Jonathan Kingston
aeb56daaf8
Bug 1272256 - Adding a longpress menu to the new tab button for containers. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Florian Quèze
f539cfe71e
Bug 1302570 - verify that all the files referenced from CSS we ship actually exist, r=Gijs.
2016-09-15 11:26:48 +02:00
Wes Kocher
4eda655bfe
Backed out 13 changesets (bug 1247056) for WinXP bc7 failures in browser_decoderDoctor.js CLOSED TREE
...
Backed out changeset ff3538fd40fe (bug 1247056)
Backed out changeset a444d7cb1091 (bug 1247056)
Backed out changeset 03553484a062 (bug 1247056)
Backed out changeset 001b42631702 (bug 1247056)
Backed out changeset d0d71a80a029 (bug 1247056)
Backed out changeset cd40559e25d7 (bug 1247056)
Backed out changeset b8857adc4003 (bug 1247056)
Backed out changeset 1f3b037bfd1f (bug 1247056)
Backed out changeset c5cd9597ec02 (bug 1247056)
Backed out changeset 2bfe3aeb9f59 (bug 1247056)
Backed out changeset 934d7c9628f1 (bug 1247056)
Backed out changeset 63094a80bee7 (bug 1247056)
Backed out changeset 511ed53eee9a (bug 1247056)
2016-09-26 12:15:55 -07:00
Gerald Squelart
308387c86b
Bug 1247056 - Added test for cannot-initialize-pulseaudio - r=gijs
...
MozReview-Commit-ID: 1dsUYkPMkY5
2016-09-26 02:14:35 -07:00
Jimmy Wang
7dca418cf5
Bug 1261299 - Add test for checking that the selected content/chrome text is properly sent up to the osx service menu code (nsChildView.mm). r=masayuki
...
MozReview-Commit-ID: 1gLTyNrxQ7E
2016-07-08 11:38:16 -04:00
Jessica Jong
e854e57b5b
Bug 1278738 - Add 'week' to the list of valid types attributes for <input>. r=smaug
2016-08-15 23:15:00 -04:00
Michael Layzell
c10dbd6ba9
Bug 1290688 - Part 4: Disable browser_clipboard_pastefile.js due to changes in internal DataTransfer logic making it no longer usable, r=enndeakin
...
MozReview-Commit-ID: 35Vu1rPSlej
2016-08-15 13:16:16 -04:00