Kirk Steuber
d043182ac5
Bug 1306786 - Fix intermittent browser/base/content/test/popupNotifications/browser_popupNotification_4.js r=enndeakin+6102
...
MozReview-Commit-ID: 6Ok06hRXFUa
2016-10-11 10:48:31 -07:00
Boris Zbarsky
89d7a546a8
Bug 1298243 part 7. Change DataTransfer.types from being a DOMStringList to being a frozen array. r=mystor,gijs
2016-10-10 21:07:47 -04:00
Blake Kaplan
e14fa0a03c
Bug 1202623 - Attempt to fix this intermittent orange by removing CPOWs from the test and moving to more solid test infrastructure. r=felipe
...
MozReview-Commit-ID: I3zmPNdp8TE
2016-10-10 15:14:19 -07:00
Gijs Kruitbosch
0f45a3422b
Bug 1308608 - test that opening about:rights from about:home actually works, r=mikedeboer
...
MozReview-Commit-ID: 7nIXmw1n26f
2016-10-07 21:26:21 +01:00
Ryan VanderMeulen
0cd9c69a12
Merge m-c to autoland. a=merge
2016-10-07 23:22:46 -04:00
Gijs Kruitbosch
7ab1bd7c82
Bug 1306266 - test for print preview using the right tab, r=mconley
...
MozReview-Commit-ID: LLFmpPWwc5d
2016-10-06 12:57:58 +01:00
Gijs Kruitbosch
060cecc330
Bug 1277750, fix intermittent bug734076.js test failure on linux64 e10s by forcing a size onto the <img> element loading an invalid URI, r=mikedeboer
...
In the failing case, the context menu is basically appearing over <body>
instead of the image. In that case we don't show the 'view image' option
and don't have a URL to use to open the image, which means we try and
do a security check for the load of '', which fails, and we don't get
a new load on which to run the rest of the test.
My guess is this is happening because if the image hasn't loaded yet
by the time we run the code, it takes up no space at all, and a mouse
event at its coordinates only 'hits' the body.
We can avoid that by givin the element width and height.
MozReview-Commit-ID: kU2IoYTqeE
2016-10-06 16:11:02 +01:00
Carsten "Tomcat" Book
c7df17937d
merge fx-team to mozilla-central a=merge
2016-10-06 11:57:36 +02:00
Don Marti
72454c0667
Bug 1307901 - Fix a spelling error in a test. r=jdm
...
MozReview-Commit-ID: FQxF1ZD3c1A
2016-10-05 12:23:28 -07:00
Julian Descottes
fcebc6dd81
Bug 1302890 - remove alert tooltip feature relying on unavailable image;r=gl
...
MozReview-Commit-ID: 5ytisLjOcwO
2016-10-04 11:45:16 +02:00
Saad Siddiqui
0f2278c472
Bug 1304826 - Expanded the regexp so that large hex numbers are not recognized as IP address. r=Gijs
...
MozReview-Commit-ID: IwQMyYj6D5Z
2016-10-04 13:44:17 +05:30
Blake Kaplan
479fe63ee6
Bug 1304531 - Remove this test as it no longer tests anything we care about and uses shims. r=Felipe,mconley
...
MozReview-Commit-ID: 70VFR34Kr7Y
2016-09-30 16:18:00 -07:00
Gijs Kruitbosch
a18592b766
Bug 1000458 - stop races in location bar <return> handling code, r=mak
...
MozReview-Commit-ID: IcQCNj0FcCu
2016-09-28 19:54:25 +01:00
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
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
Carsten "Tomcat" Book
829190e2b0
Merge mozilla-central to mozilla-inbound
2016-09-22 11:56:22 +02: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
Gabor Krizsanits
9ed9975ffc
Bug 1301340 - Force single process in some tests. r=mrbkap
2016-09-22 09:24:31 +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
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
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
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
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
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
Florian Quèze
963b4eca73
Bug 1258142 - add a Cu.reportError to the browser_devices_get_user_media_* tests to get stacks of exceptions in logs, rs=Gijs over IRC.
2016-09-14 02:15:18 +02: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
fec1a23d4c
Backed out changeset b99b5f178405 (bug 1206133)
2016-09-10 23:40:28 +02: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
Kirk Steuber
b4d66379fa
Bug 1206133 - Fix browser chrome mochitests broken by the popuppositioned patch. r=Enn
...
MozReview-Commit-ID: Hk1tvT6xNl9
2016-08-19 14:31:43 -07:00
Gijs Kruitbosch
8e019fcce1
Bug 1302004 - go back to relying on the asciiHost instead of the input when determining whether to show an info bar, as it more reliably corresponds to the host only in expressions like 123/2, r=jaws
...
The patch uses a combination of IPv4 detection and the existing regexp check, for reasons outlined in the patch. The network-level normalization for URIs catches some of the numbers-only IP requests, but not all of them.
MozReview-Commit-ID: AS02rs2b2NP
2016-09-13 14:44:13 +01:00