Blake Kaplan
0abc0d851f
Bug 1346286 - Remove CPOWs from browser_bug578534.js. r=Felipe
...
MozReview-Commit-ID: FSfxudfBSC9
2017-02-17 16:52:09 -08:00
Joel Maher
096c6ce163
Bug 1318389 - fix eslint issue. a=me
2017-03-20 06:45:23 -04:00
Joel Maher
80f76f811e
Bug 1318389 - Intermittent browser/modules/test/browser_CaptivePortalWatcher.js, requestLongerTimeout. This test does a lot of window and tab manipulation causing it to take a long time on debug. r=nhnt11
...
MozReview-Commit-ID: E8tfNzQfO96
2017-03-20 05:51:09 -04:00
Iris Hsiao
fe30912dbe
Backed out 9 changesets (bug 1333482) for stylo test failures and this should be landed to autoland
...
Backed out changeset d8828e22dbaa (bug 1333482)
Backed out changeset a39aaecd10f7 (bug 1333482)
Backed out changeset c957d8c0281e (bug 1333482)
Backed out changeset d569fc566e43 (bug 1333482)
Backed out changeset 7e8c03090d34 (bug 1333482)
Backed out changeset c4511a175f2f (bug 1333482)
Backed out changeset 5483a82f7ce9 (bug 1333482)
Backed out changeset 4e7e5efb1bd8 (bug 1333482)
Backed out changeset 51d1accaeddb (bug 1333482)
2017-03-24 10:21:30 +08:00
Wes Kocher
82cb89d1e7
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: HwfVdTF9Np5
2017-03-23 16:55:48 -07:00
Mats Palmgren
766746b287
Bug 1333482 part 6 - [css-ui] Manually tweak some tests for 'appearance' changes. r=dholbert
...
MozReview-Commit-ID: 9cBAQIeS2TG
2017-03-23 23:13:18 +01:00
Mats Palmgren
c41274330b
Bug 1333482 part 4 - [css-ui] Amend all uses of '-moz-appearance:none' in tests to also specify 'appearance:none' (automated change). r=dholbert
...
MozReview-Commit-ID: BNOR5VRpV2E
2017-03-23 23:13:18 +01:00
Carsten "Tomcat" Book
9b5810c88f
Merge mozilla-central to autoland
2017-03-16 15:45:10 +01:00
Mike Conley
28807386dc
Bug 1256472 - Make sure checkEmptyPageOrigin checks the browser documentURI for about:blank along with the currentURI. r=Gijs
...
checkEmptyPageOrigin was only checking the currentURI on the passed browser for about:blank, but
sometimes the currentURI isn't the whole picture. For example, SessionStore, after restoring a
window, can cause a number of blank tabs to start to load, be cancelled, and have their history
replaced. This results in a bunch of unrestored background tabs that appear to have currentURI
set to the URI that the tab will be sent to once restored, but a null content principal, since
the original about:blank load was stopped before it could complete.
We side-step this issue by checking both the currentURI and the documentURI for about:blank
when comparing against the null principal for checkEmptyPageOrigin.
MozReview-Commit-ID: Kzm0MthLqVM
2017-03-14 16:24:53 -04:00
Dão Gottwald
76b83c3d48
Bug 1348264 - Expose keyboard shortcuts in tooltips for Stop, Reload and Reset Zoom buttons. r=mikedeboer
...
MozReview-Commit-ID: kTUc5pRdVw
2017-03-22 11:16:48 +01:00
Mike Conley
1b8659943d
Bug 1342849 - Don't do any notifications for newly added background tabs when restoring session. r=mikedeboer
...
MozReview-Commit-ID: K8YuBMrl9cX
2017-03-22 01:17:11 -04:00
Dão Gottwald
0962aaf112
Bug 1349887 - Remove obsolete comment about non-existent _closedDuringPermitUnload flag. r=Gijs
...
MozReview-Commit-ID: ATYav9S2FGG
2017-03-23 11:12:13 +01:00
J. Ryan Stinnett
e11db0fbdc
Bug 1348562 - Remove unreferenced DevTools images. r=pbro
...
MozReview-Commit-ID: 19etPrNlBrX
2017-03-21 13:11:06 -05:00
Andrew Swan
d5b099ef8d
Bug 1342142 Part 2 Enable webextension permission prompts r=mossop
...
MozReview-Commit-ID: 5p4lvWXn9Hh
2017-03-10 16:05:26 -08:00
Jared Wein
f76d24e974
Bug 1347089 - Consolidate some of the testing functions to remove duplication. r=mossop
...
MozReview-Commit-ID: IsBwyICdS6d
2017-03-14 14:56:23 -04:00
Jared Wein
b9e51d878a
Bug 1347089 - Force translucent and transparent select backgroundColors to opaque to match parity with other browsers. r=mossop
...
Previously we were respecting the webpages request to show a translucent background on popups, though it now seems that content didn't actually
want a translucent background. After comparing with Chrome, I see that they remove the alpha channel and always show the background color as
fully opaque. This patch also fixes a related bug where the background-color may have been set to a transparent color (not rgba(0, 0, 0, 0)) and
we would show the popup as transparent. This is now fixed with this patch as well.
MozReview-Commit-ID: KqDtvI0zwqP
2017-03-14 14:43:00 -04:00
Jared Wein
09d35cb1fa
Bug 1346440 - Force the user-agent styles to apply when sampling the colors. r=mossop
...
Styles defined by the pages were getting applied to the dummy option and select, causing the wrong colors to be reported as the user-agent defaults.
MozReview-Commit-ID: 6rQy71hwzy6
2017-03-13 15:01:25 -04:00
Mike de Boer
f9de8f6991
Bug 1343821 - remove Dynamic Skin Switching (DSS) support. r=mossop
...
MozReview-Commit-ID: AaNrFU2DZOm
2017-03-15 12:15:16 +01:00
Carsten "Tomcat" Book
e5ac224d8b
Merge mozilla-central to autoland
2017-03-15 13:19:12 +01:00
Prathiksha
2463eb590d
Bug 1344713 - Replaced the waitForCertErrorLoad function in browser_aboutCertError.js with the more reliable BrowserTestUtils.waitForErrorPage function. r=johannh
...
MozReview-Commit-ID: 6Bo0w4XOjJD
2017-03-14 22:18:09 +05:30
Wes Kocher
650b2cfe08
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: AzYu7EXTIlg
2017-03-14 17:23:26 -07:00
Wes Kocher
5ea0e07786
Merge inbound to central, a=merge
...
MozReview-Commit-ID: KWDF34vWlBx
2017-03-14 17:18:59 -07:00
J. Ryan Stinnett
f3626cba93
Bug 1345473 - Set tab as drag source. r=Gijs
...
In certain cases, such as dropping a tab's title on the URL bar when Compact
Themes are enabled, the tab dragging UX becomes frozen because it never receives
the expected `dragend` event.
In these situations, the event is lost because the source node we are dragging
becomes detached from the DOM, and so there is no path back to the handlers
waiting for the `dragend` event.
Here we set source node of the drag to the tab element, so that there's always
a stable node in place, and the `dragend` event can be delivered.
MozReview-Commit-ID: JVtEYNA7ImI
2017-03-13 16:43:30 -05:00
Joel Maher
0e5db7f6bf
Bug 1338038 - Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_screen.js. r=gbrown
...
MozReview-Commit-ID: GX4VNZpgIaR
2017-03-14 14:11:40 -04:00
Paolo Amadini
aa6082ac61
Bug 1345449 - Suppress popup notifications explicitly when the window is minimized. r=johannh
...
MozReview-Commit-ID: CnMxZN7kpmj
2017-03-08 13:08:41 +00:00
Carsten "Tomcat" Book
c523d35b9d
merge mozilla-inbound to mozilla-central a=merge
2017-03-14 14:23:03 +01:00
Frederik Braun
fdc59ef20e
Bug 1346720 - Disallow invalid report IDs early on. r=gerald
...
MozReview-Commit-ID: GBDnzYh0gPt
2017-03-13 18:40:45 -04:00
meghana
de3fdec8f7
Bug 1344726 - Replace instances of waitForCertErrorLoad with BTU.waitForContentEvent and BTU.waitForErrorPage in browser_captivePortal_certErrorUI.js. r=johannh
...
MozReview-Commit-ID: JtdZT3v04UP
2017-03-13 19:17:48 +05:30
Carsten "Tomcat" Book
f9c4356297
Merge mozilla-central to mozilla-inbound
2017-03-13 15:25:16 +01:00
Carsten "Tomcat" Book
811b1bab9a
merge mozilla-inbound to mozilla-central a=merge
2017-03-13 15:22:26 +01:00
Neil Deakin
4ced4dcb03
Bug 1342398, incorporate the popup's scroll position into the computation of where the current menuitem is, preventing misplaced popups on Mac, r=mstange
2017-03-13 09:44:02 -04:00
Christoph Kerschbaumer
63d8668a3f
Bug 1343279 - Use SystemPrincipal when loading canvasToBlobURL. r=gijs
2017-02-28 20:48:42 +01:00
Sebastian Hengst
7a7e41c14a
Backed out changeset ec6261d6fe47 (bug 1343821) for failing browser_parsable_css.js | missing chrome://global/skin/arrow/arrow-lft-hov.gif referenced from chrome://global/skin/arrow.css. r=backout
2017-03-14 18:44:24 +01:00
Mike de Boer
f683ac8849
Bug 1343821 - remove Dynamic Skin Switching (DSS) support. r=mossop
...
MozReview-Commit-ID: 6KpCLiu4aUf
2017-03-14 17:00:29 +01:00
Carsten "Tomcat" Book
ad5805525f
Backed out changeset 48c4281a7308 (bug 1343821) for eslint failures
2017-03-14 16:57:11 +01:00
Mike de Boer
7bd407d657
Bug 1343821 - remove Dynamic Skin Switching (DSS) support. r=mossop
...
MozReview-Commit-ID: 5kMWOGTsD2P
2017-03-14 15:51:22 +01:00
Wes Kocher
a818a82935
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: Hikpu6ARByb
2017-03-13 16:40:18 -07:00
Wes Kocher
c394e9d793
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: JXQqoTEXxwz
2017-03-10 17:22:54 -08:00
Mark Banner
42b04614b7
Bug 1345981 - Move page info tests out of browser/base/content/test/general. r=Gijs
...
MozReview-Commit-ID: E6BrxV8J6m2
2017-03-09 20:05:24 +00:00
Kevin Jones
40d4954fc9
Bug 1342723 - Make removeTab not insert lazy browsers. r=dao
2017-03-10 14:37:26 +01:00
Bob Owen
72c690f895
Bug 1343184 part 3: Follow-up to fix no-shadow lint issue. r=me
2017-03-10 11:16:23 +00:00
Bob Owen
2c6c152221
Bug 1343184 Part 2: Check that related web content loads in file content process when pref flipped. r=Gijs
2017-03-10 10:53:44 +00:00
Bob Owen
c65d1a62d6
Bug 1345807 Part 2: Check that we can view-source on data URI loaded in file content process. r=Gijs
2017-03-10 10:53:43 +00:00
Bob Owen
dd93d2f884
Bug 1345807 Part 1: When viewing source of existing browser always use its remoteType. r=Gijs
2017-03-10 10:53:43 +00:00
Subhdeep Saha
63e2ccca51
Bug 1345773 - Don't call updatePreview for TabAttrModified events for the "select" attribute, r=dao
...
MozReview-Commit-ID: 9GSnGxJoNne
2017-03-09 21:06:35 +05:30
Blake Kaplan
2b640b73dc
Bug 1294379 - Remove this hack. r=krizsa
...
MozReview-Commit-ID: DSS8yNyCd1e
2017-03-08 14:09:06 -08:00
Blake Kaplan
e69a73a231
Bug 1294379 - Remove CPOWs from browser_mcb_redirect.js r=krizsa
...
MozReview-Commit-ID: BKH8cexWR4O
2017-03-08 13:39:56 -08:00
Gijs Kruitbosch
44869ed01d
Bug 1325880 - fix RTL issue with statuspanel display, r=dao
...
MozReview-Commit-ID: BmWSm7a9Bc8
2017-03-09 12:01:05 +00:00
Timothy Guan-tin Chien
41bd380984
Bug 1344431 - Tell parent the non-reader-able reader page is not readable, r=Gijs
...
Although regression window testing pin this to bug 1260276, I believe
this is a regression from bug 1126967. Bug 1260276 just make it more
visible because we stop automatically redirect users to the original
page.
This patch fix the bug by checking if the current page is in readerable
state (i.e. not error state), and send the message accordingly.
MozReview-Commit-ID: B5UJcPvVlAc
2017-03-06 16:31:47 +08:00
Mike Conley
cdc53e7176
Bug 1342464 - More lint for the lint gods. r=Aryx
...
MozReview-Commit-ID: 9mnGr6R9fMJ
2017-03-08 18:40:39 -05:00