Commit Graph

13885 Commits

Author SHA1 Message Date
Kirk Steuber
efae2c4bff Bug 1206133 - Fix browser_popupNotification_checkbox.js, which was broken by the popuppositioned patch. r=jhofmann
MozReview-Commit-ID: DEp1ZAHcPqT
2016-09-26 11:39:56 -07:00
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
Kirk Steuber
4dc2a71848 Bug 1206133 - Fix browser chrome mochitests broken by the popuppositioned patch. r=enndeakin
MozReview-Commit-ID: F3F9L2rXcys
2016-08-19 14:31:43 -07:00
Kirk Steuber
2c1ac87580 Bug 1206133 - Add popuppositioning state and popuppositioned event to improve arrow panel position handling. r=enndeakin
MozReview-Commit-ID: Dh1npORCQ6J
2016-08-16 15:33:05 -07:00
Valentin Gosu
c4d0d912d9 Bug 1303762 - Add aboutNetworking.dtd to whitelist a=Aryx 2016-09-29 19:03:43 +02:00
Kartikaya Gupta
06950f5a6d Bug 1302737 - When closing tabs with non-mouse devices (e.g. touch, pen), don't enter locked-tab-size mode. r=Gijs
The problem with entering this mode with touch input is that there's no obvious
time to exit the mode. If the user taps on the tab-close button and then lifts
their finger, they might want to close more tabs or they might want to do
something else. For touch/pen, we don't get events like mousemove/mouseout
to distinguish between the two cases. Using a timeout is one possibility but
for now it seems safer to simply not enter that mode when the user is using
touch input to close tabs.

MozReview-Commit-ID: FR0bMmLArQ5
2016-09-29 10:05:25 -04:00
Gijs Kruitbosch
c21e680bc9 Bug 1301876, r=mconley
MozReview-Commit-ID: EV40sJD6yR2
2016-09-13 12:10:54 +01:00
Carsten "Tomcat" Book
d3896c257f merge mozilla-inbound to mozilla-central a=merge 2016-09-28 15:56:33 +02:00
Bill McCloskey
2bb40f5ba8 Bug 1304359 - Don't break browser for tabswitch assertions (r=mconley) 2016-09-27 18:46:35 -07: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
Gerald Squelart
0339f31801 Bug 1247056 - Show notification when PulseAudio cannot be used - r=Gijs
MozReview-Commit-ID: 4q4CLb9VjcU
2016-09-13 20:10:58 -07:00
Gerald Squelart
5b711deb8f Bug 1247056 - More flexible SUMO link - r=Gijs
Instead of always pointing to the same fix-video-audio-problems-firefox-windows
SUMO page, make it possible to point at others depending on the issue.

Also we won't show a "Learn How" button for WinXP anymore, as the linked
page is not relevant to XP, and CDMs are not available on XP anyway.

MozReview-Commit-ID: 7YR43Wa0IRe
2016-09-27 00:03:06 -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
Iris Hsiao
a28f0ee740 merge mozilla-inbound to mozilla-central a=merge 2016-09-26 18:34:20 +08:00
Mark Hammond
c7da88ae98 Bug 1293181 - remove the override of entrypoint=uitour for FxA-server collected metrics. r=kitcambridge
MozReview-Commit-ID: FmH9nIZTd75
2016-09-22 17:34:50 +10:00
Carsten "Tomcat" Book
564bff267b merge mozilla-inbound to mozilla-central a=merge 2016-09-23 12:05:53 +02:00
Vincent Lequertier
ca0aabbdc7 Bug 1301351 - Remove the toolbarbutton class; r=dao 2016-09-22 23:18:33 +02:00
Shane Caraveo
425192546e Bug 1299998 fix closing of share panel, r=markh
MozReview-Commit-ID: 2D4c2AiS1qQ
2016-09-22 08:40:07 -07:00
Carsten "Tomcat" Book
2dfe81885a merge mozilla-inbound to mozilla-central a=merge 2016-09-22 11:55:12 +02:00
Carsten "Tomcat" Book
c89799b3bf merge fx-team to mozilla-central a=merge 2016-09-22 11:54:05 +02:00
Florian Quèze
d60f69fc8f Bug 1258142 - Stop using a CPOW in promiseMessage for webrtc bc tests, r=Gijs. 2016-09-21 21:20:06 +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
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
Panos Astithas
d959f552f3 Ensure one-off search buttons are enabled in the URL bar while running browser_autocomplete_autoselect.js (bug 1303811). r=adw
MozReview-Commit-ID: CK97lT8SxV1
2016-09-20 11:07:10 +03:00
Gijs Kruitbosch
087aed34d8 Bug 1211637 - if there's no docShell (on a local tab) or permitUnload times out (on a remote tab), close the tab, r=billm
MozReview-Commit-ID: Cihru0TVxNc
2016-09-15 16:17:17 +01:00
Kirk Steuber
b31bbb996d Bug 1301452 - Test written for tab spinner probes r=mconley
MozReview-Commit-ID: C7oEA6ofntz
2016-09-16 15:55:55 -07:00
Carsten "Tomcat" Book
829190e2b0 Merge mozilla-central to mozilla-inbound 2016-09-22 11:56:22 +02:00
Gabor Krizsanits
9ed9975ffc Bug 1301340 - Force single process in some tests. r=mrbkap 2016-09-22 09:24:31 +02:00
Gerald Squelart
81ae01695a Bug 1303707 - Fix collecting of formats-at-issues - r=Gijs
Array.filter was given the wrong information, so we were only adding
existing name, instead of adding new ones.
This is not critical, as this is only useful to better find when issues
are fixed, that's why I'm fixing it in a fly-by here.

MozReview-Commit-ID: CGkN3BbSTge
2016-09-18 22:24:47 -07:00
Phil Ringnalda
52f9a608e2 Merge m-i to m-c, a=merge 2016-09-17 13:44:34 -07:00
Bill McCloskey
1680d779a9 Bug 1279086 - Allow painting for tab switch when JS is running (r=dvander,mconley,mrbkap) 2016-09-16 20:35:11 -07:00
Marco Bonardo
35b0bdd606 Bug 1283329 - Perceptible pause when quickly typing and hitting enter in the urlbar. r=adw
MozReview-Commit-ID: 2NdTvY9H25Z
2016-09-15 18:55:12 +02:00
William Lachance
d0933a0f4f Bug 1302727 - Shorten tab opening/closing animation to 100ms r=mconley
MozReview-Commit-ID: 6hCejEV4hJr
2016-09-14 11:11:25 -04:00
Marco Bonardo
785ad45550 Bug 1301093 - Part 3: fix delayed handleEnter regression. r=adw
MozReview-Commit-ID: 1SZeMUtLjNg
2016-09-13 09:35:00 +02:00
Marco Bonardo
80cfc22cde Bug 1301093 - Part 2: sanity check that delayed Enter applies to the expected search string. r=adw
MozReview-Commit-ID: KiZJeztffR8
2016-09-07 18:22:23 +02:00
Marco Bonardo
4fc92051bb Bug 1301093 - Part 1: don't wait for a result when we won't get one. r=adw
MozReview-Commit-ID: E6l9mW3ZoKp
2016-09-07 17:44:46 +02:00
Gerald Squelart
4a75936921 Bug 1303255 - Use correct dec-doc messages on Vista - r=Gijs
MozReview-Commit-ID: FeaFlvaL8t4
2016-09-15 00:15:59 -07:00
Wes Kocher
7104ddde00 Merge m-c to autoland, a=merge 2016-09-15 16:42:10 -07: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
Carsten "Tomcat" Book
72d88f75cc merge autoland to mozilla-central a=merge 2016-09-14 12:07:02 +02:00
Carsten "Tomcat" Book
a8ebe422fd merge mozilla-inbound to mozilla-central a=merge 2016-09-14 12:04:01 +02:00
Steven Englehardt
0f14c6f982 Bug 1294866 - Part 2: Storing the loadingPrincipal used to load favicons in SessionStore. r=mikedeboer 2016-09-13 21:18:37 +08:00