Jonathan Kingston
95af7e4a88
Bug 1594162 - Fix missing triggering principal from session restore. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D54930
--HG--
extra : moz-landing-system : lando
2020-01-02 15:23:19 +00:00
Emma Malysz
c028f5125c
Bug 1605737, remove XUL cached type r=bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D58140
--HG--
extra : moz-landing-system : lando
2019-12-23 17:10:15 +00:00
shindli
143073ad50
Backed out changeset bf4b4d3108f9 (bug 1602898) for causing bc failures in browser/components/ssb/tests/browser/browser_ssb_windowlocation.js CLOSED TREE
2019-12-21 02:22:06 +02:00
Kris Maglione
a8523a3bae
Bug 1602898: Rename Window.getWindowGlobalChild() to .windowGlobalChild. r=farre
...
Differential Revision: https://phabricator.services.mozilla.com/D56609
--HG--
extra : moz-landing-system : lando
2019-12-20 21:41:26 +00:00
Alexander Surkov
f9f8b6c906
Bug 1597765 - support auto scroll in out of process frames r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D54596
--HG--
rename : toolkit/modules/AutoScrollController.jsm => toolkit/actors/AutoScrollChild.jsm
extra : moz-landing-system : lando
2019-12-19 02:35:57 +00:00
Bogdan Tara
bda0db5d2d
Backed out changeset c53bf87f1e5d (bug 1597765) for test_login_item.html failures CLOSED TREE
...
--HG--
rename : toolkit/actors/AutoScrollChild.jsm => toolkit/modules/AutoScrollController.jsm
2019-12-19 04:31:36 +02:00
Alexander Surkov
caa3428343
Bug 1597765 - support auto scroll in out of process frames r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D54596
--HG--
rename : toolkit/modules/AutoScrollController.jsm => toolkit/actors/AutoScrollChild.jsm
extra : moz-landing-system : lando
2019-12-18 15:09:50 +00:00
Matthew Noorenberghe
da50d29a09
Bug 1604785
- Exclude browser.fixup.domainwhitelist.* prefs from about:support r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D57629
--HG--
extra : moz-landing-system : lando
2019-12-18 18:25:58 +00:00
Matthew Noorenberghe
0adf839cb7
Bug 1604366 - Split login manager auth prompt code from DOM/form prompting code. r=sfoster
...
This makes LoginManagerPrompter.jsm and LoginManagerAuthPrompter.jsm easier to maintain and switches
LoginManagerPrompter.jsm to be a service with static methods which is easier for GeckoView to implement and is cleaner.
Differential Revision: https://phabricator.services.mozilla.com/D57400
--HG--
rename : toolkit/components/passwordmgr/LoginManagerPrompter.jsm => toolkit/components/passwordmgr/LoginManagerAuthPrompter.jsm
rename : toolkit/components/passwordmgr/nsILoginManagerPrompter.idl => toolkit/components/passwordmgr/nsILoginManagerAuthPrompter.idl
extra : moz-landing-system : lando
2019-12-18 15:03:27 +00:00
Landry Breuil
280d9b2768
Bug 1598511 - don't die if Subprocess can't chdir to workdir on OpenBSD r=kmag
...
As much as i'd prefer knowing why the failure to chdir() should be an error and not only a warning, let's get this in..
Differential Revision: https://phabricator.services.mozilla.com/D54719
--HG--
extra : moz-landing-system : lando
2019-12-18 14:43:49 +00:00
Kris Maglione
3cb2072737
Bug 1596918: Part 4e - Fix callers which rely on frame message manager globals. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D53746
--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:40 +00:00
Kris Maglione
9853440599
Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
...
Differential Revision: https://phabricator.services.mozilla.com/D53741
--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:24 +00:00
Kris Maglione
94e3b0bd8d
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:16 +00:00
Brad Werth
086c76ec1b
Bug 1579178 Part 2: Move the full zoom save-and-restore of resolution into the ZoomActorChild. r=mconley
...
For the existing RDM UI, the saving and restoring of resolution is done
in the content frame script, which is no longer loaded in the new UI.
This approach is flexible enough that it will work for BOTH UIs. The
next part of the patch contains the removal of the old method.
Differential Revision: https://phabricator.services.mozilla.com/D56267
--HG--
extra : moz-landing-system : lando
2019-12-13 19:11:42 +00:00
Henri Sivonen
5c2bad25ab
Bug 1551276
- Autodetect legacy encodings on unlabeled pages. r=emk
...
Differential Revision: https://phabricator.services.mozilla.com/D56362
--HG--
extra : moz-landing-system : lando
2019-12-12 17:50:19 +00:00
Oana Pop Rus
df78d6011c
Backed out changeset 0810ad586986 (bug 1551276
) for wpt failures in ar-ISO-8859-6-late.tentative.html on a CLOSED TREE
2019-12-12 16:38:54 +02:00
Henri Sivonen
07527a83c9
Bug 1551276
- Autodetect legacy encodings on unlabeled pages. r=emk
...
Differential Revision: https://phabricator.services.mozilla.com/D56362
--HG--
extra : moz-landing-system : lando
2019-12-12 12:59:47 +00:00
Johann Hofmann
b87677c5a2
Bug 1598710 - Remove code that overwrites anchor class names in PopupNotifications.jsm. r=MattN
...
Looking at
https://searchfox.org/mozilla-central/search?q=notification-anchor-icon&case=false®exp=false&path=
this code doesn't seem to be needed and it was a little weird for any anchor to rely on this
sort of implicit class rewriting. It certainly breaks any anchor that uses custom class names.
Note that in addition to this, there doesn't seem to be any need for supporting multiple
anchors for one notification anymore, so I'm going to open a separate bug for removing that.
Differential Revision: https://phabricator.services.mozilla.com/D56566
--HG--
extra : moz-landing-system : lando
2019-12-12 08:43:10 +00:00
Emma Malysz
75ea156d47
Bug 1601093, Rename the remaining .xul files to .xhtml in toolkit/ r=marionette-reviewers,mossop,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D55857
--HG--
rename : toolkit/components/alerts/resources/content/alert.xul => toolkit/components/alerts/resources/content/alert.xhtml
rename : toolkit/components/apppicker/content/appPicker.xul => toolkit/components/apppicker/content/appPicker.xhtml
rename : toolkit/components/extensions/dummy.xul => toolkit/components/extensions/dummy.xhtml
rename : toolkit/components/passwordmgr/content/passwordManager.xul => toolkit/components/passwordmgr/content/passwordManager.xhtml
rename : toolkit/components/printing/content/printPageSetup.xul => toolkit/components/printing/content/printPageSetup.xhtml
rename : toolkit/components/printing/content/printPreviewProgress.xul => toolkit/components/printing/content/printPreviewProgress.xhtml
rename : toolkit/components/printing/content/printProgress.xul => toolkit/components/printing/content/printProgress.xhtml
rename : toolkit/components/prompts/content/commonDialog.xul => toolkit/components/prompts/content/commonDialog.xhtml
rename : toolkit/components/prompts/content/selectDialog.xul => toolkit/components/prompts/content/selectDialog.xhtml
rename : toolkit/components/viewconfig/content/config.xul => toolkit/components/viewconfig/content/config.xhtml
rename : toolkit/content/editMenuKeys.inc.xul => toolkit/content/editMenuKeys.inc.xhtml
rename : toolkit/content/resetProfile.xul => toolkit/content/resetProfile.xhtml
rename : toolkit/content/resetProfileProgress.xul => toolkit/content/resetProfileProgress.xhtml
rename : toolkit/modules/win.xul => toolkit/modules/win.xhtml
rename : toolkit/profile/content/createProfileWizard.xul => toolkit/profile/content/createProfileWizard.xhtml
rename : toolkit/profile/content/profileDowngrade.xul => toolkit/profile/content/profileDowngrade.xhtml
rename : toolkit/profile/content/profileSelection.xul => toolkit/profile/content/profileSelection.xhtml
extra : moz-landing-system : lando
2019-12-11 17:44:54 +00:00
Gurzau Raul
824bc2bf90
Backed out changeset dd809e835f2a (bug 1601093) for eslint failures at alert.xhtml and commonDialog.xhtml on a CLOSED TREE.
...
--HG--
rename : toolkit/components/alerts/resources/content/alert.xhtml => toolkit/components/alerts/resources/content/alert.xul
rename : toolkit/components/apppicker/content/appPicker.xhtml => toolkit/components/apppicker/content/appPicker.xul
rename : toolkit/components/extensions/dummy.xhtml => toolkit/components/extensions/dummy.xul
rename : toolkit/components/passwordmgr/content/passwordManager.xhtml => toolkit/components/passwordmgr/content/passwordManager.xul
rename : toolkit/components/printing/content/printPageSetup.xhtml => toolkit/components/printing/content/printPageSetup.xul
rename : toolkit/components/printing/content/printPreviewProgress.xhtml => toolkit/components/printing/content/printPreviewProgress.xul
rename : toolkit/components/printing/content/printProgress.xhtml => toolkit/components/printing/content/printProgress.xul
rename : toolkit/components/prompts/content/commonDialog.xhtml => toolkit/components/prompts/content/commonDialog.xul
rename : toolkit/components/prompts/content/selectDialog.xhtml => toolkit/components/prompts/content/selectDialog.xul
rename : toolkit/components/viewconfig/content/config.xhtml => toolkit/components/viewconfig/content/config.xul
rename : toolkit/content/editMenuKeys.inc.xhtml => toolkit/content/editMenuKeys.inc.xul
rename : toolkit/content/resetProfile.xhtml => toolkit/content/resetProfile.xul
rename : toolkit/content/resetProfileProgress.xhtml => toolkit/content/resetProfileProgress.xul
rename : toolkit/modules/win.xhtml => toolkit/modules/win.xul
rename : toolkit/profile/content/createProfileWizard.xhtml => toolkit/profile/content/createProfileWizard.xul
rename : toolkit/profile/content/profileDowngrade.xhtml => toolkit/profile/content/profileDowngrade.xul
rename : toolkit/profile/content/profileSelection.xhtml => toolkit/profile/content/profileSelection.xul
2019-12-11 19:27:28 +02:00
Emma Malysz
106f09dd53
Bug 1601093, Rename the remaining .xul files to .xhtml in toolkit/ r=marionette-reviewers,mossop,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D55857
--HG--
rename : toolkit/components/alerts/resources/content/alert.xul => toolkit/components/alerts/resources/content/alert.xhtml
rename : toolkit/components/apppicker/content/appPicker.xul => toolkit/components/apppicker/content/appPicker.xhtml
rename : toolkit/components/extensions/dummy.xul => toolkit/components/extensions/dummy.xhtml
rename : toolkit/components/passwordmgr/content/passwordManager.xul => toolkit/components/passwordmgr/content/passwordManager.xhtml
rename : toolkit/components/printing/content/printPageSetup.xul => toolkit/components/printing/content/printPageSetup.xhtml
rename : toolkit/components/printing/content/printPreviewProgress.xul => toolkit/components/printing/content/printPreviewProgress.xhtml
rename : toolkit/components/printing/content/printProgress.xul => toolkit/components/printing/content/printProgress.xhtml
rename : toolkit/components/prompts/content/commonDialog.xul => toolkit/components/prompts/content/commonDialog.xhtml
rename : toolkit/components/prompts/content/selectDialog.xul => toolkit/components/prompts/content/selectDialog.xhtml
rename : toolkit/components/viewconfig/content/config.xul => toolkit/components/viewconfig/content/config.xhtml
rename : toolkit/content/editMenuKeys.inc.xul => toolkit/content/editMenuKeys.inc.xhtml
rename : toolkit/content/resetProfile.xul => toolkit/content/resetProfile.xhtml
rename : toolkit/content/resetProfileProgress.xul => toolkit/content/resetProfileProgress.xhtml
rename : toolkit/modules/win.xul => toolkit/modules/win.xhtml
rename : toolkit/profile/content/createProfileWizard.xul => toolkit/profile/content/createProfileWizard.xhtml
rename : toolkit/profile/content/profileDowngrade.xul => toolkit/profile/content/profileDowngrade.xhtml
rename : toolkit/profile/content/profileSelection.xul => toolkit/profile/content/profileSelection.xhtml
extra : moz-landing-system : lando
2019-12-11 17:02:20 +00:00
Paul Bone
d8a910b09e
Bug 1592894 - pt 3. Remove useHttpResponseProcessSelection from SessionStore.jsm r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D53762
--HG--
extra : moz-landing-system : lando
2019-12-11 02:31:04 +00:00
shindli
91924fedc7
Backed out 9 changesets (bug 1596918) for causing mochitest permafailures in toolkit/content/tests/chrome/test_findbar_events.xhtml CLOSED TREE
...
Backed out changeset 45a1c42118f2 (bug 1596918)
Backed out changeset db09910ffa56 (bug 1596918)
Backed out changeset 5c9d9f141c10 (bug 1596918)
Backed out changeset 6a135670d603 (bug 1596918)
Backed out changeset 3a0184e0df72 (bug 1596918)
Backed out changeset 2f0036486823 (bug 1596918)
Backed out changeset a770c6d08d52 (bug 1596918)
Backed out changeset ef062eb7a6ee (bug 1596918)
Backed out changeset a6ea596e98db (bug 1596918)
2019-12-11 03:09:26 +02:00
Kris Maglione
75d1a43c05
Bug 1602581: Don't report errors for unimplemented WebProgressListener methods. r=Gijs
...
A lot of JS WebProgressListeners only implement the callback methods that they
actually care about. This is a completely reasonable thing to do, and
reporting errors for those missing methods just adds unhelpful noise to test
results. We should just ignore those errors instead.
Differential Revision: https://phabricator.services.mozilla.com/D56451
--HG--
extra : moz-landing-system : lando
2019-12-09 21:46:50 +00:00
Kris Maglione
d7164b11c3
Bug 1596918: Part 4e - Fix callers which rely on frame message manager globals. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D53746
--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:28 +00:00
Kris Maglione
3ca78ce8e3
Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
...
Differential Revision: https://phabricator.services.mozilla.com/D53741
--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:21 +00:00
Kris Maglione
16a9b29848
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:13 +00:00
Alex Henrie
00867c4809
Bug 202251 - Add an option to ignore diacritics when searching. r=fluent-reviewers,mikedeboer,jfkthame,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D51841
--HG--
extra : moz-landing-system : lando
2019-12-09 19:26:40 +00:00
Noemi Erli
82d41a33b2
Backed out 9 changesets (bug 1596918) for causing multiple browser-chrome failures
...
Backed out changeset 415007efd8c9 (bug 1596918)
Backed out changeset 011eb5ce927b (bug 1596918)
Backed out changeset e5fd3ee22ea1 (bug 1596918)
Backed out changeset 0bca4de31d40 (bug 1596918)
Backed out changeset 11ec4393f23d (bug 1596918)
Backed out changeset c5404a7c286d (bug 1596918)
Backed out changeset 7e9304405a46 (bug 1596918)
Backed out changeset fa0f0aeabf99 (bug 1596918)
Backed out changeset de196b077000 (bug 1596918)
2019-12-07 22:26:43 +02:00
Kris Maglione
63b8ddb1c0
Bug 1596918: Part 4e - Fix callers which rely on frame message manager globals. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D53746
--HG--
extra : moz-landing-system : lando
2019-12-07 18:44:35 +00:00
Kris Maglione
fa3556c3fc
Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
...
Differential Revision: https://phabricator.services.mozilla.com/D53741
--HG--
extra : moz-landing-system : lando
2019-12-07 18:44:34 +00:00
Kris Maglione
910eab35d2
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-07 19:11:58 +00:00
Daniel Varga
84a601a6d4
Backed out 17 changesets (bug 1596918) for multiple browser-chrome and dev-tools failures. On a CLOSED TREE
...
Backed out changeset ab87d2c1afae (bug 1596918)
Backed out changeset 775f3b06a687 (bug 1596918)
Backed out changeset 67cc63ef5d7f (bug 1596918)
Backed out changeset 7d290bcd2067 (bug 1596918)
Backed out changeset 048db9f4db7c (bug 1596918)
Backed out changeset 96a79d2ba614 (bug 1596918)
Backed out changeset be770d112dd8 (bug 1596918)
Backed out changeset 302c8ab8391c (bug 1596918)
Backed out changeset 44ef8f20732e (bug 1596918)
Backed out changeset 38c11ebfb8ff (bug 1596918)
Backed out changeset b586fc081374 (bug 1596918)
Backed out changeset 12283166716f (bug 1596918)
Backed out changeset 99b0421015d8 (bug 1596918)
Backed out changeset 97ec49dbbbf3 (bug 1596918)
Backed out changeset ec79478f58f1 (bug 1596918)
Backed out changeset c6d356833bb8 (bug 1596918)
Backed out changeset 5ef6026806c8 (bug 1596918)
2019-12-07 03:12:07 +02:00
Kris Maglione
41c61c2bb9
Bug 1596918: Part 4e - Fix callers which rely on frame message manager globals. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D53746
--HG--
extra : moz-landing-system : lando
2019-12-06 22:15:29 +00:00
Kris Maglione
b5238224ba
Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
...
Differential Revision: https://phabricator.services.mozilla.com/D53741
--HG--
extra : moz-landing-system : lando
2019-12-06 22:14:22 +00:00
Kris Maglione
20da940e14
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-06 22:14:14 +00:00
Dão Gottwald
bcf43c84a6
Bug 1601664 - Increase toolbar_field_focus minimum opacity to 90%. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D56020
--HG--
extra : moz-landing-system : lando
2019-12-05 21:07:33 +00:00
Sean Feng
93f9021bb1
Bug 1589700 - Record the number of unique site origins across all tabs r=smaug,agi,Dexter
...
Differential Revision: https://phabricator.services.mozilla.com/D54027
--HG--
extra : moz-landing-system : lando
2019-12-05 23:13:24 +00:00
Brindusan Cristian
4b11b63400
Backed out changeset b89936db7178 (bug 202251) for bc failures at browser_misused_characters_in_strings.js. CLOSED TREE
2019-12-05 23:10:09 +02:00
Alex Henrie
ca467c4b3f
Bug 202251 - Add an option to ignore diacritics when searching. r=fluent-reviewers,mikedeboer,jfkthame,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D51841
--HG--
extra : moz-landing-system : lando
2019-12-05 18:08:20 +00:00
Razvan Maries
ef51899325
Backed out changeset 52af8765cb21 (bug 1589700) for perma fails on browser_Telemetry_numberOfSiteOrigins.js. CLOSED TREE
2019-12-04 23:48:27 +02:00
Sean Feng
0dea348f20
Bug 1589700 - Record the number of unique site origins across all tabs r=smaug,agi,Dexter
...
Differential Revision: https://phabricator.services.mozilla.com/D54027
--HG--
extra : moz-landing-system : lando
2019-12-04 19:39:18 +00:00
Thomas Nguyen
a0b817ac65
Bug 1483631
- Restrict nested permission requests in webrtc with permission delegate r=jib
...
Differential Revision: https://phabricator.services.mozilla.com/D47417
--HG--
extra : moz-landing-system : lando
2019-12-04 15:39:14 +00:00
Geoff Brown
9e59579c39
Bug 1601076 - Fix some broken BUG_COMPONENTS in moz.build files; r=jmaher
...
Some of these were obvious typos. Others probably reflect once-correct components
that have been combined, split, or otherwise obsoleted; for these I've tried to
use the component associated with the bugs for recent changes to the affected files.
Differential Revision: https://phabricator.services.mozilla.com/D55756
--HG--
extra : moz-landing-system : lando
2019-12-04 13:55:45 +00:00
Matt Woodrow
0e188f2ae7
Bug 1598516 - Don't run extension iframes in their own process. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D55605
--HG--
extra : moz-landing-system : lando
2019-12-03 23:55:52 +00:00
Bogdan Tara
0108d839e9
Backed out 8 changesets (bug 1598516) for run startup hangs CLOSED TREE
...
Backed out changeset bc0035aa57fe (bug 1598516)
Backed out changeset 33603b723337 (bug 1598516)
Backed out changeset 31c11dd9146d (bug 1598516)
Backed out changeset 4e269a638350 (bug 1598516)
Backed out changeset 76b86080c868 (bug 1598516)
Backed out changeset b6f84b01cbd9 (bug 1598516)
Backed out changeset 74d136798dd3 (bug 1598516)
Backed out changeset bf370938463e (bug 1598516)
2019-12-04 00:48:17 +02:00
Matt Woodrow
6cd452dc84
Bug 1598516 - Don't run extension iframes in their own process. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D55605
--HG--
extra : moz-landing-system : lando
2019-12-03 20:44:33 +00:00
Michael Hoffmann
7011479978
Bug 1595677 - Support dark mode profiler popup in default theme for Win and Mac r=canaltinova
...
Differential Revision: https://phabricator.services.mozilla.com/D55116
--HG--
extra : moz-landing-system : lando
2019-12-03 13:32:12 +00:00
Gurzau Raul
4f21dcd081
Backed out 4 changesets (bug 1483631
) for failing at browser_temporary_permissions.js on a CLOSED TREE.
...
Backed out changeset f5bb5f6a148f (bug 1483631
)
Backed out changeset c5e562c1d590 (bug 1483631
)
Backed out changeset 7ef09193a7ef (bug 1483631
)
Backed out changeset a909dcbbea2b (bug 1483631
)
2019-12-03 21:57:55 +02:00
Gurzau Raul
2e8639b3b4
Backed out 8 changesets (bug 1598516) for build bustage at ParentChannelListener.cpp on a CLOSED TREE.
...
Backed out changeset 7ac1b091aa5f (bug 1598516)
Backed out changeset b62c5b49b91c (bug 1598516)
Backed out changeset e48c0ce38498 (bug 1598516)
Backed out changeset cc2599921b5e (bug 1598516)
Backed out changeset 0a0f80b0b278 (bug 1598516)
Backed out changeset 1dc19a039cab (bug 1598516)
Backed out changeset b664c8af6e2d (bug 1598516)
Backed out changeset 943b440179b9 (bug 1598516)
2019-12-03 21:48:14 +02:00
Matt Woodrow
95623dc72d
Bug 1598516 - Don't run extension iframes in their own process. r=kmag
...
Depends on D55604
Differential Revision: https://phabricator.services.mozilla.com/D55605
--HG--
extra : moz-landing-system : lando
2019-12-03 19:16:23 +00:00
Thomas Nguyen
023216a561
Bug 1483631
- Restrict nested permission requests in webrtc with permission delegate r=jib
...
Differential Revision: https://phabricator.services.mozilla.com/D47417
--HG--
extra : moz-landing-system : lando
2019-12-03 16:25:31 +00:00
Noemi Erli
434c4a9abd
Backed out 4 changesets (bug 1592894) for failing in browser_httpResponseProcessSelection.js
...
Backed out changeset 2e3a515756cc (bug 1592894)
Backed out changeset f431b1c95887 (bug 1592894)
Backed out changeset d9fcadf796da (bug 1592894)
Backed out changeset 79a9d3e1e255 (bug 1592894)
2019-12-03 04:09:56 +02:00
Paul Bone
fd9085a1fb
Bug 1592894 - pt 4. Add an assertion to onMayChangeProcess r=mattwoodrow
...
Depends on D53764
Differential Revision: https://phabricator.services.mozilla.com/D55405
--HG--
extra : moz-landing-system : lando
2019-12-02 19:56:57 +00:00
Paul Bone
0b99bc72b3
Bug 1592894 - pt 1. Remove useHttpResponseProcessSelection from SessionStore.jsm r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D53762
--HG--
extra : moz-landing-system : lando
2019-12-02 04:01:43 +00:00
Alexander Surkov
ab1b33c97a
Bug 1600398 - middle click on 'view previous tabs' list shouldn't activate autoscroll r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D55335
--HG--
extra : moz-landing-system : lando
2019-11-30 23:02:04 +00:00
Dão Gottwald
0e0e7832ed
Bug 1590759 - Ensure webextension theme's toolbar_field_text_focus is visible when overriding toolbar_field_focus' alpha value. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D55093
--HG--
extra : moz-landing-system : lando
2019-11-28 15:11:14 +00:00
Matt Woodrow
7872bad7d1
Bug 1599818 - Remove debugging prints. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D55013
--HG--
extra : moz-landing-system : lando
2019-11-27 20:31:07 +00:00
Matt Woodrow
943ad54b32
Bug 1584031 - Add a pref to put data URIs in their own process when using fission. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D53894
--HG--
extra : moz-landing-system : lando
2019-11-27 02:19:38 +00:00
Matt Woodrow
4e9f06f73c
Bug 1584031 - Allow non-http channels into on-may-change-process. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D53893
--HG--
extra : moz-landing-system : lando
2019-11-27 02:19:17 +00:00
Kris Taeleman
38b7d1873f
Bug 1594145 - Add gfx telemetry scalars to geckoview_streaming. r=Dexter,jnicol
...
* Fix mochitest browser_Troubleshoot.js schema failure
* Fix mochitest browser_Troubleshoot.js schema failure on windows with
multiple adapters
Differential Revision: https://phabricator.services.mozilla.com/D52941
--HG--
extra : moz-landing-system : lando
2019-11-26 19:42:06 +00:00
Harry Twyford
4f99373ef5
Bug 1599123 - Rename instances of "search icon" to "search button". r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D54539
--HG--
extra : moz-landing-system : lando
2019-11-26 09:38:02 +00:00
Sylvestre Ledru
ba488cdc09
Bug 1598971 - codespell: Fix typos in the doc r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,ato
...
Depends on D54430
Differential Revision: https://phabricator.services.mozilla.com/D54431
--HG--
extra : moz-landing-system : lando
2019-11-25 10:06:12 +00:00
Brindusan Cristian
6c34625fa0
Backed out 4 changesets (bug 1584031) for crashtest failures at crashtests/914521.html.
...
Backed out changeset 48a289c7226f (bug 1584031)
Backed out changeset cac72426ac2a (bug 1584031)
Backed out changeset bfb6286d68b6 (bug 1584031)
Backed out changeset c94a216693c5 (bug 1584031)
2019-11-26 06:42:14 +02:00
Matt Woodrow
9497ec8582
Bug 1584031 - Add a pref to put data URIs in their own process when using fission. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D53894
--HG--
extra : moz-landing-system : lando
2019-11-26 03:18:38 +00:00
Coroiu Cristina
074f577ac7
Backed out changeset 91f3048cc58e (bug 1594145) for browser-chrome failures at toolkit/modules/tests/browser/browser_Troubleshoot.js on a CLOSED TREE
2019-11-26 04:49:17 +02:00
Kris Taeleman
92eb33ee8b
Bug 1594145 - Add gfx telemetry scalars to geckoview_streaming. r=Dexter,jnicol
...
* Fix mochitest browser_Troubleshoot.js schema failure
Differential Revision: https://phabricator.services.mozilla.com/D52941
--HG--
extra : moz-landing-system : lando
2019-11-25 20:50:33 +00:00
Dão Gottwald
4b03dfa26b
Bug 1598345 - [urlbar.view.stripHttps] Strip single trailing slash from URLs. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D54163
--HG--
extra : moz-landing-system : lando
2019-11-22 20:01:27 +00:00
Nika Layzell
e026d2f6e0
Bug 1594221 - Ignore useHttpResponseProcessSelection when fission enabled, r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D51941
--HG--
extra : moz-landing-system : lando
2019-11-21 04:29:35 +00:00
Andrew McCreight
52c4d52f02
Bug 1597036 - Add fission.autostart as an optional locked pref in the troubleshooting schema. r=mconley
...
I think that Bug 1572925 made it an error to have any locked prefs
reported in about:support, because they had a pref that accidentally
was getting reported, and I guess we don't have any by
default. fission.autostart is locked on beta and release, but not on
Nightly. This patch makes it so it is okay, but not necessary, to have
fission.autostart reported as a locked preference, so that the test
will pass in either configuration.
Differential Revision: https://phabricator.services.mozilla.com/D53888
--HG--
extra : moz-landing-system : lando
2019-11-21 16:26:13 +00:00
Tomislav Jovanovic
c29c356cd9
Bug 1577498 - Part 1: ExtensionsActor and Conduits design for Fission IPC r=rpl,kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D44368
--HG--
extra : moz-landing-system : lando
2019-11-17 10:18:34 +00:00
Moritz Birghan
975648e245
Bug 1571656 - Use Assert.jsm numeric comparison functions in tests r=mixedpuppy,MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D40614
--HG--
extra : moz-landing-system : lando
2019-11-18 13:03:58 +00:00
Andrew McCreight
f273a327f9
Bug 1596862 - Add fission.autostart to PREFS_WHITELIST in Troubleshoot.jsm r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D53246
--HG--
extra : moz-landing-system : lando
2019-11-15 20:39:53 +00:00
Gian-Carlo Pascutto
1da7ce62f5
Bug 1594656 - Don't display seccomp-bpf info on non-Linux. r=jld,froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D53034
--HG--
extra : moz-landing-system : lando
2019-11-15 09:34:36 +00:00
Andreas Tolfsen
ebd9209054
bug 1594351: toolkit: include remote protocol section in about:support; r=remote-protocol-reviewers,fluent-reviewers,Gijs,flod,maja_zf
...
This adds a new section at the bottom of about:support to show the
current status of the CDP-based remote agent service. This section will
display useful troubleshooting information regarding the remote agent.
The remote agent is a forthcoming low-level RPC protocol providing
debugging interfaces for Gecko internals. Because it exposes
browser-internals to the surrounding system we need a clear way
for the user to find if it is listening for browser-external connections.
The table, entitled "Remote Debugging (Chromium Protocol)", contains
the following new information:
Accepting connections whether the HTTPD is listening for incoming connections
URL connection endpoint for clients
Differential Revision: https://phabricator.services.mozilla.com/D52359
--HG--
extra : moz-landing-system : lando
2019-11-14 13:32:41 +00:00
Andreas Tolfsen
5349cf134c
bug 1594351: toolkit: whitelist remote.enabled pref for troubleshooting; r=remote-protocol-reviewers,maja_zf,Gijs
...
The remote.enabled preference informs the user whether the remote
agent is enabled, i.e. "available to use", in the current Gecko runtime.
Differential Revision: https://phabricator.services.mozilla.com/D52358
--HG--
extra : moz-landing-system : lando
2019-11-14 13:32:03 +00:00
Andreas Tolfsen
bfd6ff869e
bug 1594351: toolkit: add AppConstants.REMOTE_AGENT; r=remote-protocol-reviewers,maja_zf,mconley
...
The remote agent is a forthcoming new low-level debugging interface in
Gecko. This constant will tell toolkit code that the feature is enabled.
Differential Revision: https://phabricator.services.mozilla.com/D52357
--HG--
extra : moz-landing-system : lando
2019-11-14 13:32:01 +00:00
Neil Deakin
fd6f562cbe
Bug 1533943, modify WebNavigation to inherit from JSWindowActor, r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D50886
--HG--
extra : source : 6e3c105cfcde3a6821120a83674f77692f5c7bf2
2019-11-14 00:53:29 +00:00
Daniel Varga
cc80b874b2
Backed out changeset 6e3c105cfcde (bug 1533943) for causing mochitest failures at mobile/android/components/extensions/test/mochitest/test_ext_webNavigation_onCommitted.html on a CLOSED TREE
2019-11-14 08:30:55 +02:00
Neil Deakin
641485fae3
Bug 1533943, modify WebNavigation to inherit from JSWindowActor, r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D50886
--HG--
extra : moz-landing-system : lando
2019-11-14 00:53:29 +00:00
Emma Malysz
c154961d64
Bug 1592141, rename .xul test files in toolkit/ to .xhtml r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D50884
--HG--
rename : toolkit/components/aboutmemory/tests/remote.xul => toolkit/components/aboutmemory/tests/remote.xhtml
rename : toolkit/components/aboutmemory/tests/test_aboutmemory.xul => toolkit/components/aboutmemory/tests/test_aboutmemory.xhtml
rename : toolkit/components/aboutmemory/tests/test_aboutmemory2.xul => toolkit/components/aboutmemory/tests/test_aboutmemory2.xhtml
rename : toolkit/components/aboutmemory/tests/test_aboutmemory3.xul => toolkit/components/aboutmemory/tests/test_aboutmemory3.xhtml
rename : toolkit/components/aboutmemory/tests/test_aboutmemory4.xul => toolkit/components/aboutmemory/tests/test_aboutmemory4.xhtml
rename : toolkit/components/aboutmemory/tests/test_aboutmemory5.xul => toolkit/components/aboutmemory/tests/test_aboutmemory5.xhtml
rename : toolkit/components/aboutmemory/tests/test_aboutmemory6.xul => toolkit/components/aboutmemory/tests/test_aboutmemory6.xhtml
rename : toolkit/components/aboutmemory/tests/test_aboutmemory7.xul => toolkit/components/aboutmemory/tests/test_aboutmemory7.xhtml
rename : toolkit/components/aboutmemory/tests/test_dumpGCAndCCLogsToFile.xul => toolkit/components/aboutmemory/tests/test_dumpGCAndCCLogsToFile.xhtml
rename : toolkit/components/aboutmemory/tests/test_memoryReporters.xul => toolkit/components/aboutmemory/tests/test_memoryReporters.xhtml
rename : toolkit/components/aboutmemory/tests/test_memoryReporters2.xul => toolkit/components/aboutmemory/tests/test_memoryReporters2.xhtml
rename : toolkit/components/aboutmemory/tests/test_sqliteMultiReporter.xul => toolkit/components/aboutmemory/tests/test_sqliteMultiReporter.xhtml
rename : toolkit/components/ctypes/tests/chrome/test_ctypes.xul => toolkit/components/ctypes/tests/chrome/test_ctypes.xhtml
rename : toolkit/components/osfile/tests/mochi/test_osfile_async.xul => toolkit/components/osfile/tests/mochi/test_osfile_async.xhtml
rename : toolkit/components/osfile/tests/mochi/test_osfile_back.xul => toolkit/components/osfile/tests/mochi/test_osfile_back.xhtml
rename : toolkit/components/osfile/tests/mochi/test_osfile_comms.xul => toolkit/components/osfile/tests/mochi/test_osfile_comms.xhtml
rename : toolkit/components/osfile/tests/mochi/test_osfile_front.xul => toolkit/components/osfile/tests/mochi/test_osfile_front.xhtml
rename : toolkit/components/places/tests/chrome/browser_disableglobalhistory.xul => toolkit/components/places/tests/chrome/browser_disableglobalhistory.xhtml
rename : toolkit/components/places/tests/chrome/test_371798.xul => toolkit/components/places/tests/chrome/test_371798.xhtml
rename : toolkit/components/places/tests/chrome/test_browser_disableglobalhistory.xul => toolkit/components/places/tests/chrome/test_browser_disableglobalhistory.xhtml
rename : toolkit/components/places/tests/chrome/test_favicon_annotations.xul => toolkit/components/places/tests/chrome/test_favicon_annotations.xhtml
rename : toolkit/components/workerloader/tests/test_loading.xul => toolkit/components/workerloader/tests/test_loading.xhtml
rename : toolkit/components/xulstore/tests/chrome/test_persistence.xul => toolkit/components/xulstore/tests/chrome/test_persistence.xhtml
rename : toolkit/components/xulstore/tests/chrome/window_persistence.xul => toolkit/components/xulstore/tests/chrome/window_persistence.xhtml
rename : toolkit/content/tests/chrome/bug263683_window.xul => toolkit/content/tests/chrome/bug263683_window.xhtml
rename : toolkit/content/tests/chrome/bug304188_window.xul => toolkit/content/tests/chrome/bug304188_window.xhtml
rename : toolkit/content/tests/chrome/bug331215_window.xul => toolkit/content/tests/chrome/bug331215_window.xhtml
rename : toolkit/content/tests/chrome/bug360437_window.xul => toolkit/content/tests/chrome/bug360437_window.xhtml
rename : toolkit/content/tests/chrome/bug366992_window.xul => toolkit/content/tests/chrome/bug366992_window.xhtml
rename : toolkit/content/tests/chrome/bug409624_window.xul => toolkit/content/tests/chrome/bug409624_window.xhtml
rename : toolkit/content/tests/chrome/bug429723_window.xul => toolkit/content/tests/chrome/bug429723_window.xhtml
rename : toolkit/content/tests/chrome/bug451540_window.xul => toolkit/content/tests/chrome/bug451540_window.xhtml
rename : toolkit/content/tests/chrome/bug624329_window.xul => toolkit/content/tests/chrome/bug624329_window.xhtml
rename : toolkit/content/tests/chrome/dialog_dialogfocus.xul => toolkit/content/tests/chrome/dialog_dialogfocus.xhtml
rename : toolkit/content/tests/chrome/dialog_dialogfocus2.xul => toolkit/content/tests/chrome/dialog_dialogfocus2.xhtml
rename : toolkit/content/tests/chrome/file_edit_contextmenu.xul => toolkit/content/tests/chrome/file_edit_contextmenu.xhtml
rename : toolkit/content/tests/chrome/findbar_entireword_window.xul => toolkit/content/tests/chrome/findbar_entireword_window.xhtml
rename : toolkit/content/tests/chrome/findbar_events_window.xul => toolkit/content/tests/chrome/findbar_events_window.xhtml
rename : toolkit/content/tests/chrome/findbar_window.xul => toolkit/content/tests/chrome/findbar_window.xhtml
rename : toolkit/content/tests/chrome/frame_popup_anchor.xul => toolkit/content/tests/chrome/frame_popup_anchor.xhtml
rename : toolkit/content/tests/chrome/frame_popupremoving_frame.xul => toolkit/content/tests/chrome/frame_popupremoving_frame.xhtml
rename : toolkit/content/tests/chrome/frame_subframe_origin_subframe1.xul => toolkit/content/tests/chrome/frame_subframe_origin_subframe1.xhtml
rename : toolkit/content/tests/chrome/frame_subframe_origin_subframe2.xul => toolkit/content/tests/chrome/frame_subframe_origin_subframe2.xhtml
rename : toolkit/content/tests/chrome/popup_childframe_node.xul => toolkit/content/tests/chrome/popup_childframe_node.xhtml
rename : toolkit/content/tests/chrome/rtltest/content/dirtest.xul => toolkit/content/tests/chrome/rtltest/content/dirtest.xhtml
rename : toolkit/content/tests/chrome/test_arrowpanel.xul => toolkit/content/tests/chrome/test_arrowpanel.xhtml
rename : toolkit/content/tests/chrome/test_autocomplete2.xul => toolkit/content/tests/chrome/test_autocomplete2.xhtml
rename : toolkit/content/tests/chrome/test_autocomplete3.xul => toolkit/content/tests/chrome/test_autocomplete3.xhtml
rename : toolkit/content/tests/chrome/test_autocomplete4.xul => toolkit/content/tests/chrome/test_autocomplete4.xhtml
rename : toolkit/content/tests/chrome/test_autocomplete5.xul => toolkit/content/tests/chrome/test_autocomplete5.xhtml
rename : toolkit/content/tests/chrome/test_autocomplete_emphasis.xul => toolkit/content/tests/chrome/test_autocomplete_emphasis.xhtml
rename : toolkit/content/tests/chrome/test_autocomplete_mac_caret.xul => toolkit/content/tests/chrome/test_autocomplete_mac_caret.xhtml
rename : toolkit/content/tests/chrome/test_autocomplete_placehold_last_complete.xul => toolkit/content/tests/chrome/test_autocomplete_placehold_last_complete.xhtml
rename : toolkit/content/tests/chrome/test_browser_drop.xul => toolkit/content/tests/chrome/test_browser_drop.xhtml
rename : toolkit/content/tests/chrome/test_bug1048178.xul => toolkit/content/tests/chrome/test_bug1048178.xhtml
rename : toolkit/content/tests/chrome/test_bug263683.xul => toolkit/content/tests/chrome/test_bug263683.xhtml
rename : toolkit/content/tests/chrome/test_bug304188.xul => toolkit/content/tests/chrome/test_bug304188.xhtml
rename : toolkit/content/tests/chrome/test_bug331215.xul => toolkit/content/tests/chrome/test_bug331215.xhtml
rename : toolkit/content/tests/chrome/test_bug360220.xul => toolkit/content/tests/chrome/test_bug360220.xhtml
rename : toolkit/content/tests/chrome/test_bug360437.xul => toolkit/content/tests/chrome/test_bug360437.xhtml
rename : toolkit/content/tests/chrome/test_bug365773.xul => toolkit/content/tests/chrome/test_bug365773.xhtml
rename : toolkit/content/tests/chrome/test_bug366992.xul => toolkit/content/tests/chrome/test_bug366992.xhtml
rename : toolkit/content/tests/chrome/test_bug382990.xul => toolkit/content/tests/chrome/test_bug382990.xhtml
rename : toolkit/content/tests/chrome/test_bug409624.xul => toolkit/content/tests/chrome/test_bug409624.xhtml
rename : toolkit/content/tests/chrome/test_bug418874.xul => toolkit/content/tests/chrome/test_bug418874.xhtml
rename : toolkit/content/tests/chrome/test_bug429723.xul => toolkit/content/tests/chrome/test_bug429723.xhtml
rename : toolkit/content/tests/chrome/test_bug437844.xul => toolkit/content/tests/chrome/test_bug437844.xhtml
rename : toolkit/content/tests/chrome/test_bug451540.xul => toolkit/content/tests/chrome/test_bug451540.xhtml
rename : toolkit/content/tests/chrome/test_bug457632.xul => toolkit/content/tests/chrome/test_bug457632.xhtml
rename : toolkit/content/tests/chrome/test_bug460942.xul => toolkit/content/tests/chrome/test_bug460942.xhtml
rename : toolkit/content/tests/chrome/test_bug471776.xul => toolkit/content/tests/chrome/test_bug471776.xhtml
rename : toolkit/content/tests/chrome/test_bug509732.xul => toolkit/content/tests/chrome/test_bug509732.xhtml
rename : toolkit/content/tests/chrome/test_bug557987.xul => toolkit/content/tests/chrome/test_bug557987.xhtml
rename : toolkit/content/tests/chrome/test_bug562554.xul => toolkit/content/tests/chrome/test_bug562554.xhtml
rename : toolkit/content/tests/chrome/test_bug624329.xul => toolkit/content/tests/chrome/test_bug624329.xhtml
rename : toolkit/content/tests/chrome/test_bug792324.xul => toolkit/content/tests/chrome/test_bug792324.xhtml
rename : toolkit/content/tests/chrome/test_button.xul => toolkit/content/tests/chrome/test_button.xhtml
rename : toolkit/content/tests/chrome/test_chromemargin.xul => toolkit/content/tests/chrome/test_chromemargin.xhtml
rename : toolkit/content/tests/chrome/test_closemenu_attribute.xul => toolkit/content/tests/chrome/test_closemenu_attribute.xhtml
rename : toolkit/content/tests/chrome/test_contextmenu_list.xul => toolkit/content/tests/chrome/test_contextmenu_list.xhtml
rename : toolkit/content/tests/chrome/test_cursorsnap.xul => toolkit/content/tests/chrome/test_cursorsnap.xhtml
rename : toolkit/content/tests/chrome/test_custom_element_base.xul => toolkit/content/tests/chrome/test_custom_element_base.xhtml
rename : toolkit/content/tests/chrome/test_custom_element_delay_connection.xul => toolkit/content/tests/chrome/test_custom_element_delay_connection.xhtml
rename : toolkit/content/tests/chrome/test_deck.xul => toolkit/content/tests/chrome/test_deck.xhtml
rename : toolkit/content/tests/chrome/test_dialogfocus.xul => toolkit/content/tests/chrome/test_dialogfocus.xhtml
rename : toolkit/content/tests/chrome/test_findbar.xul => toolkit/content/tests/chrome/test_findbar.xhtml
rename : toolkit/content/tests/chrome/test_findbar_entireword.xul => toolkit/content/tests/chrome/test_findbar_entireword.xhtml
rename : toolkit/content/tests/chrome/test_findbar_events.xul => toolkit/content/tests/chrome/test_findbar_events.xhtml
rename : toolkit/content/tests/chrome/test_frames.xul => toolkit/content/tests/chrome/test_frames.xhtml
rename : toolkit/content/tests/chrome/test_hiddenitems.xul => toolkit/content/tests/chrome/test_hiddenitems.xhtml
rename : toolkit/content/tests/chrome/test_hiddenpaging.xul => toolkit/content/tests/chrome/test_hiddenpaging.xhtml
rename : toolkit/content/tests/chrome/test_keys.xul => toolkit/content/tests/chrome/test_keys.xhtml
rename : toolkit/content/tests/chrome/test_labelcontrol.xul => toolkit/content/tests/chrome/test_labelcontrol.xhtml
rename : toolkit/content/tests/chrome/test_maximized_persist.xul => toolkit/content/tests/chrome/test_maximized_persist.xhtml
rename : toolkit/content/tests/chrome/test_menu.xul => toolkit/content/tests/chrome/test_menu.xhtml
rename : toolkit/content/tests/chrome/test_menu_hide.xul => toolkit/content/tests/chrome/test_menu_hide.xhtml
rename : toolkit/content/tests/chrome/test_menu_withcapture.xul => toolkit/content/tests/chrome/test_menu_withcapture.xhtml
rename : toolkit/content/tests/chrome/test_menuchecks.xul => toolkit/content/tests/chrome/test_menuchecks.xhtml
rename : toolkit/content/tests/chrome/test_menuitem_blink.xul => toolkit/content/tests/chrome/test_menuitem_blink.xhtml
rename : toolkit/content/tests/chrome/test_menuitem_commands.xul => toolkit/content/tests/chrome/test_menuitem_commands.xhtml
rename : toolkit/content/tests/chrome/test_menulist.xul => toolkit/content/tests/chrome/test_menulist.xhtml
rename : toolkit/content/tests/chrome/test_menulist_keynav.xul => toolkit/content/tests/chrome/test_menulist_keynav.xhtml
rename : toolkit/content/tests/chrome/test_menulist_null_value.xul => toolkit/content/tests/chrome/test_menulist_null_value.xhtml
rename : toolkit/content/tests/chrome/test_menulist_paging.xul => toolkit/content/tests/chrome/test_menulist_paging.xhtml
rename : toolkit/content/tests/chrome/test_menulist_position.xul => toolkit/content/tests/chrome/test_menulist_position.xhtml
rename : toolkit/content/tests/chrome/test_mousescroll.xul => toolkit/content/tests/chrome/test_mousescroll.xhtml
rename : toolkit/content/tests/chrome/test_mozinputbox_dictionary.xul => toolkit/content/tests/chrome/test_mozinputbox_dictionary.xhtml
rename : toolkit/content/tests/chrome/test_notificationbox.xul => toolkit/content/tests/chrome/test_notificationbox.xhtml
rename : toolkit/content/tests/chrome/test_panel.xul => toolkit/content/tests/chrome/test_panel.xhtml
rename : toolkit/content/tests/chrome/test_panel_anchoradjust.xul => toolkit/content/tests/chrome/test_panel_anchoradjust.xhtml
rename : toolkit/content/tests/chrome/test_panel_focus.xul => toolkit/content/tests/chrome/test_panel_focus.xhtml
rename : toolkit/content/tests/chrome/test_panelfrommenu.xul => toolkit/content/tests/chrome/test_panelfrommenu.xhtml
rename : toolkit/content/tests/chrome/test_popup_anchor.xul => toolkit/content/tests/chrome/test_popup_anchor.xhtml
rename : toolkit/content/tests/chrome/test_popup_anchoratrect.xul => toolkit/content/tests/chrome/test_popup_anchoratrect.xhtml
rename : toolkit/content/tests/chrome/test_popup_attribute.xul => toolkit/content/tests/chrome/test_popup_attribute.xhtml
rename : toolkit/content/tests/chrome/test_popup_button.xul => toolkit/content/tests/chrome/test_popup_button.xhtml
rename : toolkit/content/tests/chrome/test_popup_coords.xul => toolkit/content/tests/chrome/test_popup_coords.xhtml
rename : toolkit/content/tests/chrome/test_popup_keys.xul => toolkit/content/tests/chrome/test_popup_keys.xhtml
rename : toolkit/content/tests/chrome/test_popup_moveToAnchor.xul => toolkit/content/tests/chrome/test_popup_moveToAnchor.xhtml
rename : toolkit/content/tests/chrome/test_popup_preventdefault.xul => toolkit/content/tests/chrome/test_popup_preventdefault.xhtml
rename : toolkit/content/tests/chrome/test_popup_preventdefault_chrome.xul => toolkit/content/tests/chrome/test_popup_preventdefault_chrome.xhtml
rename : toolkit/content/tests/chrome/test_popup_recreate.xul => toolkit/content/tests/chrome/test_popup_recreate.xhtml
rename : toolkit/content/tests/chrome/test_popup_scaled.xul => toolkit/content/tests/chrome/test_popup_scaled.xhtml
rename : toolkit/content/tests/chrome/test_popup_tree.xul => toolkit/content/tests/chrome/test_popup_tree.xhtml
rename : toolkit/content/tests/chrome/test_popuphidden.xul => toolkit/content/tests/chrome/test_popuphidden.xhtml
rename : toolkit/content/tests/chrome/test_popupincontent.xul => toolkit/content/tests/chrome/test_popupincontent.xhtml
rename : toolkit/content/tests/chrome/test_popupremoving.xul => toolkit/content/tests/chrome/test_popupremoving.xhtml
rename : toolkit/content/tests/chrome/test_popupremoving_frame.xul => toolkit/content/tests/chrome/test_popupremoving_frame.xhtml
rename : toolkit/content/tests/chrome/test_position.xul => toolkit/content/tests/chrome/test_position.xhtml
rename : toolkit/content/tests/chrome/test_preferences.xul => toolkit/content/tests/chrome/test_preferences.xhtml
rename : toolkit/content/tests/chrome/test_preferences_beforeaccept.xul => toolkit/content/tests/chrome/test_preferences_beforeaccept.xhtml
rename : toolkit/content/tests/chrome/test_preferences_onsyncfrompreference.xul => toolkit/content/tests/chrome/test_preferences_onsyncfrompreference.xhtml
rename : toolkit/content/tests/chrome/test_props.xul => toolkit/content/tests/chrome/test_props.xhtml
rename : toolkit/content/tests/chrome/test_radio.xul => toolkit/content/tests/chrome/test_radio.xhtml
rename : toolkit/content/tests/chrome/test_richlistbox.xul => toolkit/content/tests/chrome/test_richlistbox.xhtml
rename : toolkit/content/tests/chrome/test_righttoleft.xul => toolkit/content/tests/chrome/test_righttoleft.xhtml
rename : toolkit/content/tests/chrome/test_screenPersistence.xul => toolkit/content/tests/chrome/test_screenPersistence.xhtml
rename : toolkit/content/tests/chrome/test_scrollbar.xul => toolkit/content/tests/chrome/test_scrollbar.xhtml
rename : toolkit/content/tests/chrome/test_showcaret.xul => toolkit/content/tests/chrome/test_showcaret.xhtml
rename : toolkit/content/tests/chrome/test_subframe_origin.xul => toolkit/content/tests/chrome/test_subframe_origin.xhtml
rename : toolkit/content/tests/chrome/test_tabbox.xul => toolkit/content/tests/chrome/test_tabbox.xhtml
rename : toolkit/content/tests/chrome/test_tabindex.xul => toolkit/content/tests/chrome/test_tabindex.xhtml
rename : toolkit/content/tests/chrome/test_textbox_search.xul => toolkit/content/tests/chrome/test_textbox_search.xhtml
rename : toolkit/content/tests/chrome/test_titlebar.xul => toolkit/content/tests/chrome/test_titlebar.xhtml
rename : toolkit/content/tests/chrome/test_tooltip.xul => toolkit/content/tests/chrome/test_tooltip.xhtml
rename : toolkit/content/tests/chrome/test_tooltip_noautohide.xul => toolkit/content/tests/chrome/test_tooltip_noautohide.xhtml
rename : toolkit/content/tests/chrome/test_tree.xul => toolkit/content/tests/chrome/test_tree.xhtml
rename : toolkit/content/tests/chrome/test_tree_hier.xul => toolkit/content/tests/chrome/test_tree_hier.xhtml
rename : toolkit/content/tests/chrome/test_tree_single.xul => toolkit/content/tests/chrome/test_tree_single.xhtml
rename : toolkit/content/tests/chrome/test_tree_view.xul => toolkit/content/tests/chrome/test_tree_view.xhtml
rename : toolkit/content/tests/chrome/test_window_intrinsic_size.xul => toolkit/content/tests/chrome/test_window_intrinsic_size.xhtml
rename : toolkit/content/tests/chrome/window_browser_drop.xul => toolkit/content/tests/chrome/window_browser_drop.xhtml
rename : toolkit/content/tests/chrome/window_chromemargin.xul => toolkit/content/tests/chrome/window_chromemargin.xhtml
rename : toolkit/content/tests/chrome/window_cursorsnap_dialog.xul => toolkit/content/tests/chrome/window_cursorsnap_dialog.xhtml
rename : toolkit/content/tests/chrome/window_cursorsnap_wizard.xul => toolkit/content/tests/chrome/window_cursorsnap_wizard.xhtml
rename : toolkit/content/tests/chrome/window_intrinsic_size.xul => toolkit/content/tests/chrome/window_intrinsic_size.xhtml
rename : toolkit/content/tests/chrome/window_keys.xul => toolkit/content/tests/chrome/window_keys.xhtml
rename : toolkit/content/tests/chrome/window_largemenu.xul => toolkit/content/tests/chrome/window_largemenu.xhtml
rename : toolkit/content/tests/chrome/window_maximized_persist.xul => toolkit/content/tests/chrome/window_maximized_persist.xhtml
rename : toolkit/content/tests/chrome/window_panel.xul => toolkit/content/tests/chrome/window_panel.xhtml
rename : toolkit/content/tests/chrome/window_panel_anchoradjust.xul => toolkit/content/tests/chrome/window_panel_anchoradjust.xhtml
rename : toolkit/content/tests/chrome/window_panel_focus.xul => toolkit/content/tests/chrome/window_panel_focus.xhtml
rename : toolkit/content/tests/chrome/window_popup_anchor.xul => toolkit/content/tests/chrome/window_popup_anchor.xhtml
rename : toolkit/content/tests/chrome/window_popup_anchoratrect.xul => toolkit/content/tests/chrome/window_popup_anchoratrect.xhtml
rename : toolkit/content/tests/chrome/window_popup_attribute.xul => toolkit/content/tests/chrome/window_popup_attribute.xhtml
rename : toolkit/content/tests/chrome/window_popup_button.xul => toolkit/content/tests/chrome/window_popup_button.xhtml
rename : toolkit/content/tests/chrome/window_popup_preventdefault_chrome.xul => toolkit/content/tests/chrome/window_popup_preventdefault_chrome.xhtml
rename : toolkit/content/tests/chrome/window_preferences.xul => toolkit/content/tests/chrome/window_preferences.xhtml
rename : toolkit/content/tests/chrome/window_preferences2.xul => toolkit/content/tests/chrome/window_preferences2.xhtml
rename : toolkit/content/tests/chrome/window_preferences3.xul => toolkit/content/tests/chrome/window_preferences3.xhtml
rename : toolkit/content/tests/chrome/window_preferences_beforeaccept.xul => toolkit/content/tests/chrome/window_preferences_beforeaccept.xhtml
rename : toolkit/content/tests/chrome/window_preferences_commandretarget.xul => toolkit/content/tests/chrome/window_preferences_commandretarget.xhtml
rename : toolkit/content/tests/chrome/window_preferences_onsyncfrompreference.xul => toolkit/content/tests/chrome/window_preferences_onsyncfrompreference.xhtml
rename : toolkit/content/tests/chrome/window_screenPosSize.xul => toolkit/content/tests/chrome/window_screenPosSize.xhtml
rename : toolkit/content/tests/chrome/window_showcaret.xul => toolkit/content/tests/chrome/window_showcaret.xhtml
rename : toolkit/content/tests/chrome/window_subframe_origin.xul => toolkit/content/tests/chrome/window_subframe_origin.xhtml
rename : toolkit/content/tests/chrome/window_titlebar.xul => toolkit/content/tests/chrome/window_titlebar.xhtml
rename : toolkit/content/tests/chrome/window_tooltip.xul => toolkit/content/tests/chrome/window_tooltip.xhtml
rename : toolkit/content/tests/widgets/test_contextmenu_menugroup.xul => toolkit/content/tests/widgets/test_contextmenu_menugroup.xhtml
rename : toolkit/content/tests/widgets/test_contextmenu_nested.xul => toolkit/content/tests/widgets/test_contextmenu_nested.xhtml
rename : toolkit/content/tests/widgets/test_editor_currentURI.xul => toolkit/content/tests/widgets/test_editor_currentURI.xhtml
rename : toolkit/content/tests/widgets/test_label_checkbox.xul => toolkit/content/tests/widgets/test_label_checkbox.xhtml
rename : toolkit/content/tests/widgets/test_menubar.xul => toolkit/content/tests/widgets/test_menubar.xhtml
rename : toolkit/content/tests/widgets/test_popupanchor.xul => toolkit/content/tests/widgets/test_popupanchor.xhtml
rename : toolkit/content/tests/widgets/test_popupreflows.xul => toolkit/content/tests/widgets/test_popupreflows.xhtml
rename : toolkit/content/tests/widgets/test_tree_column_reorder.xul => toolkit/content/tests/widgets/test_tree_column_reorder.xhtml
rename : toolkit/content/tests/widgets/window_label_checkbox.xul => toolkit/content/tests/widgets/window_label_checkbox.xhtml
rename : toolkit/content/tests/widgets/window_menubar.xul => toolkit/content/tests/widgets/window_menubar.xhtml
rename : toolkit/modules/tests/chrome/test_bug544442_checkCert.xul => toolkit/modules/tests/chrome/test_bug544442_checkCert.xhtml
rename : toolkit/mozapps/extensions/test/browser/addon_prefs.xul => toolkit/mozapps/extensions/test/browser/addon_prefs.xhtml
rename : toolkit/mozapps/extensions/test/browser/more_options.xul => toolkit/mozapps/extensions/test/browser/more_options.xhtml
rename : toolkit/mozapps/extensions/test/browser/options.xul => toolkit/mozapps/extensions/test/browser/options.xhtml
rename : toolkit/mozapps/extensions/test/browser/webapi_checkchromeframe.xul => toolkit/mozapps/extensions/test/browser/webapi_checkchromeframe.xhtml
rename : toolkit/profile/test/test_create_profile.xul => toolkit/profile/test/test_create_profile.xhtml
extra : moz-landing-system : lando
2019-11-11 19:14:34 +00:00
Gijs Kruitbosch
fd3b69986c
Bug 1595048 - move JSWindowActor notes into Fission.rst document, r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D52352
--HG--
extra : moz-landing-system : lando
2019-11-08 19:42:02 +00:00
Sebastian Hengst
0341151d63
Bug 1594981 - update Core::DOM* and Core::Storage* bugzilla product and component meta data in moz.build files after reorganization in bug 1594717. r=annevk
...
Differential Revision: https://phabricator.services.mozilla.com/D52345
--HG--
extra : moz-landing-system : lando
2019-11-08 12:17:57 +00:00
Gijs Kruitbosch
e5ac0416bc
Bug 1593487 - tighten up registerWindowActor's handling of nonsensical actor specifications and remove cruft, r=nika,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D52002
--HG--
extra : moz-landing-system : lando
2019-11-08 11:59:37 +00:00
Carson Greene
6b4dc767f9
Bug 1591494 - Make KeyPressEventModelCheckerChild a JSWindowActorChild instead of ActorChild r=barret,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D51429
--HG--
extra : moz-landing-system : lando
2019-11-07 14:07:04 +00:00
Carson Greene
64dd6427d1
Bug 1576911 - Make ThumbnailsChild a JSWindowActorChild instead of ActorChild r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D45957
--HG--
extra : moz-landing-system : lando
2019-11-06 23:32:35 +00:00
Brian Grinstead
d981495450
Bug 1593119 - Remove dom/xbl and the MOZ_XBL build option r=bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D51338
--HG--
extra : moz-landing-system : lando
2019-11-07 00:35:32 +00:00
Andrew McCreight
b5dbc2b2e5
Bug 1580212, part 1 - Drop the equal sign from FISSION_WEB_REMOTE_TYPE_PREFIX and add it to ContentParent.h. r=kmag
...
Right now, this constant has an equal sign in it. I want to use it in
C++ without the equal sign in the next patch. So, for consistency,
move the equal sign to the places that use this constant. Also, add
the constant to C++.
Differential Revision: https://phabricator.services.mozilla.com/D51751
--HG--
extra : moz-landing-system : lando
2019-11-06 23:14:00 +00:00
Coroiu Cristina
27a753cc4a
Backed out changeset 96048cce4b80 (bug 1571656) for xpcshell failures at toolkit/components/places/tests/unifiedcomplete/test_autofill_origins.js on a CLOSED TREE
2019-11-06 22:59:45 +02:00
Moritz Birghan
70c7a633fb
Bug 1571656 - Use Assert.jsm numeric comparison functions in tests r=mixedpuppy,MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D40614
--HG--
extra : moz-landing-system : lando
2019-11-06 18:07:54 +00:00
Nika Layzell
63cd4eca5f
Bug 1594236 - Use real result principal for DocumentChannel process selection, r=mattwoodrow
...
Currently the logic for process selection extracts a URI from the principal, and
uses that URI to perform process selection. This patch adds a codepath for
passing the result principal through the remote type selection logic and using
it directly.
This should ideally improve the behaviour of URIs with less obvious origins,
such as those which inherit their origin.
Unfortunately, OriginAttributes are still ignored by process selection, due to
some code using the fallback logic which is unaware of OAs. This should be fixed
in the future.
Differential Revision: https://phabricator.services.mozilla.com/D51942
--HG--
extra : moz-landing-system : lando
2019-11-06 02:30:38 +00:00
Sebastian Hengst
a5193f0aaa
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-11-06 15:00:06 +01:00
Sebastian Hengst
401f1ce710
Merge mozilla-inbound to mozilla-central. a=merge
2019-11-06 14:54:44 +01:00
Haik Aftandilian
e496f85edc
Bug 1576733 - Part 1 - Launch native messaging helper applications with the "disclaim" posix_spawn attribute r=kmag
...
On macOS, launch native messaging helper apps with a new "Transparency, Consent, and Control" (TCC) attribution chain using the undocumented disclaim posix_spawn attribute.
Differential Revision: https://phabricator.services.mozilla.com/D48028
--HG--
extra : moz-landing-system : lando
2019-11-06 04:44:54 +00:00
Andreas Farre
1cf2611bf8
Bug 1582716 - Remove nsDocShell::GetIsOnlyToplevelInTabGroup. r=nika
...
We can remove isOnlyToplevelInTabGroup entirely since we have
BrowsingContext/BrowsingContextGroup exposed through
chrome-webidl. Checking if a browsing context is the only top level
(auxilliary or otherwise) is only a matter of checking that there
isn't a parent, and that the size of the browsing context group is 1.
Differential Revision: https://phabricator.services.mozilla.com/D46590
--HG--
extra : moz-landing-system : lando
2019-11-06 10:54:49 +00:00
Dana Keeler
4c0babeb5c
bug 1550686 - remove nsIBadCertListener2 r=dragana,smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D51001
--HG--
extra : moz-landing-system : lando
2019-11-06 00:19:14 +00:00
Brindusan Cristian
b135033275
Backed out 2 changesets (bug 1576733) for android build bustages on OSFileConstants.cpp. CLOSED TREE
...
Backed out changeset 12df7898b0ee (bug 1576733)
Backed out changeset 4ab691bf4228 (bug 1576733)
2019-11-05 21:50:12 +02:00
Haik Aftandilian
f5d3bff1d3
Bug 1576733 - Part 1 - Launch native messaging helper applications with the "disclaim" posix_spawn attribute r=kmag
...
On macOS, launch native messaging helper apps with a new "Transparency, Consent, and Control" (TCC) attribution chain using the undocumented disclaim posix_spawn attribute.
Differential Revision: https://phabricator.services.mozilla.com/D48028
--HG--
extra : moz-landing-system : lando
2019-11-05 17:50:37 +00:00
Mike de Boer
acc56ddd01
Bug 1554761 - Small refactor, made possible because the findbar is now a custom element, implemented as a JS module. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D38639
--HG--
extra : moz-landing-system : lando
2019-11-05 12:48:16 +00:00
Cosmin Sabou
3c3ac8d7ab
Backed out changeset df0d308f3d6d (bug 1554761) on request of mikedeboer.
2019-11-05 14:44:31 +02:00
Mike de Boer
9f29a7a826
Bug 1554761 - Small refactor, made possible because the findbar is now a custom element, implemented as a JS module. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D38639
--HG--
extra : moz-landing-system : lando
2019-11-04 13:19:17 +00:00
Peter Van der Beken
b6d4b5e93c
Bug 1588491 - Associate session history entries with a session history object from creation. r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D49170
--HG--
extra : rebase_source : bc4c6e8cea0de7e85ae78ffb3ce09a7465e61b4a
extra : amend_source : 956bf8fa227e613b7f816dd5af9029ed24ba2c46
extra : source : 2d4b06fe1f429eec844cdeba8a7faaa63bfc25ab
extra : histedit_source : a2345826c7f94311ee57d805bf3ac9bed2e12ea7
2019-10-17 20:03:49 +02:00
Gijs Kruitbosch
00778dd54e
Bug 1591212 - make webchannel work with fission, r=vladikoff,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D51214
--HG--
rename : toolkit/modules/WebChannel.jsm => toolkit/actors/WebChannelParent.jsm
rename : browser/base/content/test/general/browser_web_channel.js => toolkit/modules/tests/browser/browser_web_channel.js
rename : browser/base/content/test/general/browser_web_channel.html => toolkit/modules/tests/browser/file_web_channel.html
rename : browser/base/content/test/general/browser_web_channel_iframe.html => toolkit/modules/tests/browser/file_web_channel_iframe.html
extra : moz-landing-system : lando
2019-11-02 00:39:35 +00:00
Mark Striemer
d9f5739109
Bug 1525175
- Part 1: Convert about:addons header to HTML r=rpl,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D43610
--HG--
rename : toolkit/mozapps/extensions/test/browser/browser_bug567127.js => toolkit/mozapps/extensions/test/browser/browser_page_options_install_addon.js
rename : toolkit/mozapps/extensions/test/browser/browser_bug570760.js => toolkit/mozapps/extensions/test/browser/browser_search_bar_focus.js
extra : moz-landing-system : lando
2019-11-01 16:26:32 +00:00
Teja Bayya
d5ff37172c
Bug 1576915 Port of Picture in Picture to JSWindowActors r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D49797
--HG--
extra : moz-landing-system : lando
2019-11-01 14:15:22 +00:00
Anny Gakhokidze
1045c9332f
Bug 1585777 - Part 1: Make BrowserTestUtils.loadURI Fission-compatible, r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D50370
--HG--
extra : moz-landing-system : lando
2019-10-30 21:44:15 +00:00
Gijs Kruitbosch
cbe6115aca
Bug 1585732 - cache fission.rebuild_frameloaders_on_remoteness_change pref instead of refetching it, r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D50956
--HG--
extra : moz-landing-system : lando
2019-10-29 23:33:54 +00:00
Sean Feng
74eaf3ce20
Bug 1592083 - Convert certList to raw array for nsITransportSecurityInfo r=keeler,Ehsan,kershaw
...
This patch converts the certList attribute of nsITransportSecurityInfo
from nsIX509CertList to Array<nsIx509Cert>
Differential Revision: https://phabricator.services.mozilla.com/D48745
--HG--
extra : moz-landing-system : lando
2019-10-29 17:20:07 +00:00
Julian Descottes
a399da3be9
Bug 1588773 - Move css-selector.js helpers back to DevTools css-logic.js r=pbro
...
Depends on D49303
Some methods from css-logic were extracted from the devtools codebase to be used by context-menu files.
This was only needed in order to compute the css-selectors for Inspect Element.
If we use ContentDOMReference instead, those helpers can move back in the devtools codebase
(leaving them in css-selector.js fails the all-files-referenced test for some reason as well)
Differential Revision: https://phabricator.services.mozilla.com/D49330
--HG--
rename : toolkit/modules/tests/chrome/test_findCssSelector.html => devtools/shared/tests/mochitest/test_css-logic-findCssSelector.html
extra : moz-landing-system : lando
2019-10-28 09:11:02 +00:00
prathiksha
f70c312dac
Bug 1563355 - Remove AboutNetErrorSetAutomatic and use RPM in aboutNetError.js to communicate with AboutNetErrorHandler.jsm. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D46154
--HG--
extra : moz-landing-system : lando
2019-10-28 20:38:45 +00:00
Johann Hofmann
64b16f5ca3
Bug 1590479 - Reset notification UI state for PopupNotifications doorhangers without checkbox. r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D50572
--HG--
extra : moz-landing-system : lando
2019-10-25 16:27:05 +00:00
Neil Deakin
2409d8cace
Bug 1589938
, convert FormHistory modules into JSWindowActors, allowing the test test_form_submission.html to work with fission enabled, r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D49969
--HG--
rename : toolkit/components/satchel/FormSubmitChild.jsm => toolkit/components/satchel/FormHistoryChild.jsm
extra : moz-landing-system : lando
2019-10-25 10:18:19 +00:00
Gurzau Raul
9c0f1c9880
Backed out changeset 56fda39c816b (bug 1589938
) for eslint failure at FormHistoryChild.jsm on a CLOSED TREE.
...
--HG--
rename : toolkit/components/satchel/FormHistoryChild.jsm => toolkit/components/satchel/FormSubmitChild.jsm
2019-10-25 04:57:24 +03:00
Neil Deakin
41f434a1d8
Bug 1589938
, convert FormHistory modules into JSWindowActors, allowing the test test_form_submission.html to work with fission enabled, r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D49969
--HG--
rename : toolkit/components/satchel/FormSubmitChild.jsm => toolkit/components/satchel/FormHistoryChild.jsm
extra : moz-landing-system : lando
2019-10-23 16:45:32 +00:00
Rob Wu
3f1c8af7e8
Bug 1590114 - Cleanup references to generators in DeferredTask r=florian
...
Task.jsm and function* tasks do not exist any more.
Depends on D49936
Differential Revision: https://phabricator.services.mozilla.com/D49937
--HG--
extra : moz-landing-system : lando
2019-10-24 10:48:51 +00:00
Rob Wu
0efca6c8b2
Bug 1590114 - Move idle dispatch from task to timer in DeferredTask.jsm r=florian
...
DeferredTask's finalize() awaits the completion of any (previously)
scheduled tasks before returning. To minimize the time spent in
finalize(), the idle dispatch timer should not be a part of the task
execution, but part of the (cancelable) timer.
Differential Revision: https://phabricator.services.mozilla.com/D49936
--HG--
extra : moz-landing-system : lando
2019-10-24 14:27:28 +00:00
Tom Tung
73b9a59dd2
Bug 1590364 - Not listing the bypass security check pref for postMessage in about:support; r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D50084
--HG--
extra : moz-landing-system : lando
2019-10-24 09:15:28 +00:00
Peter Van der Beken
bc0cfa0be9
Bug 1583568 - Add getter for BFCache id in parent. r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D47047
--HG--
extra : rebase_source : c4f104be390dd4af4e6e59f97898702dd18857ca
extra : source : 4de2f692d066d2e0b3a652eb0f24ab9bc56285c3
extra : histedit_source : c131a6b780740664ddc72f40eff5ca0d8f688399
2019-09-23 17:42:35 +02:00
Dão Gottwald
70caf6bc8e
Bug 1586054 - Ensure at least 70% opacity for toolbar_field_focus. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D49843
--HG--
extra : moz-landing-system : lando
2019-10-23 10:02:53 +00:00
Valentin Gosu
982bdfbbbd
Bug 1579992 - Load pages into new webCOOP+COEP process type r=nika
...
* This patch makes pages with the `OPENER_POLICY_SAME_ORIGIN_EMBEDDER_POLICY_REQUIRE_CORP` policy load into a special `webCOOP+COEP={pageOrigin}` remote type.
* Adds `E10SUtils.WEB_REMOTE_COOP_COEP_TYPE_PREFIX="webCOOP+COEP="`
* When a COOP process switch occurs and the target page doesn't have this policy, we pass a `preferredRemoteType="web"` into `E10SUtils.getRemoteTypeForPrincipal` ensuring that we correctly get a different `remoteType`
* E10SUtils.getRemoteTypeForPrincipal is changed such that `if preferredRemoteType.startsWith(WEB_REMOTE_COOP_COEP_TYPE_PREFIX)` we don't override it with `webIsolated={pageOrigin}`.
* `coop_header.sjs` is changed to also allow setting `Cross-Origin-Embedder-Policy` headers
* `browser_httpCrossOriginOpenerPolicy.js` is changed to test that pages are correctly opened in the correct remoteType process.
Differential Revision: https://phabricator.services.mozilla.com/D48715
--HG--
extra : moz-landing-system : lando
2019-10-22 08:02:16 +00:00
Dão Gottwald
854a6bfecb
Bug 1589836
- Add permanent search icon in front of the megabar. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D49826
--HG--
extra : moz-landing-system : lando
2019-10-21 23:06:06 +00:00
Neil Deakin
e00aa26593
Bug 1567175, move password manager event listener attachment from content framescript to LoginManagerChild, and use the current window instead of the top level window for the argument passed to DOMInputPasswordAdded, r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D47826
--HG--
extra : moz-landing-system : lando
2019-10-21 20:26:21 +00:00
Neil Deakin
7410901165
Bug 1567175, support password manager in out of process iframes, r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D47825
--HG--
extra : moz-landing-system : lando
2019-10-21 18:18:02 +00:00
Mihai Alexandru Michis
44e67f1a7f
Backed out changeset 11e5baee978e (bug 1580315) for issues related to certList. CLOSED TREE
2019-10-21 23:50:35 +03:00
Sean Feng
2279d51cf5
Bug 1580315 - Convert certList to raw array for nsITransportSecurityInfo r=keeler,Ehsan,kershaw
...
This patch converts the certList attribute of nsITransportSecurityInfo
from nsIX509CertList to Array<nsIx509Cert>
Differential Revision: https://phabricator.services.mozilla.com/D48745
--HG--
extra : moz-landing-system : lando
2019-10-21 19:49:01 +00:00
shindli
ebcb4e6fbf
Backed out changeset 5686e9cc48b2 (bug 1579992) for causing bc failures in browser/components/aboutlogins/tests/browser/browser_dismissFooter.js CLOSED TREE
2019-10-21 21:09:24 +03:00
Valentin Gosu
74ec329cc9
Bug 1579992 - Load pages into new webCOOP+COEP process type r=nika
...
* This patch makes pages with the `OPENER_POLICY_SAME_ORIGIN_EMBEDDER_POLICY_REQUIRE_CORP` policy load into a special `webCOOP+COEP={pageOrigin}` remote type.
* Adds `E10SUtils.WEB_REMOTE_COOP_COEP_TYPE_PREFIX="webCOOP+COEP="`
* When a COOP process switch occurs and the target page doesn't have this policy, we pass a `preferredRemoteType="web"` into `E10SUtils.getRemoteTypeForPrincipal` ensuring that we correctly get a different `remoteType`
* E10SUtils.getRemoteTypeForPrincipal is changed such that `if preferredRemoteType.startsWith(WEB_REMOTE_COOP_COEP_TYPE_PREFIX)` we don't override it with `webIsolated={pageOrigin}`.
* `coop_header.sjs` is changed to also allow setting `Cross-Origin-Embedder-Policy` headers
* `browser_httpCrossOriginOpenerPolicy.js` is changed to test that pages are correctly opened in the correct remoteType process.
Differential Revision: https://phabricator.services.mozilla.com/D48715
--HG--
extra : moz-landing-system : lando
2019-10-21 16:56:00 +00:00
Gijs Kruitbosch
738962d0bf
Bug 1586148 - fix web protocol handler behaviour under fission, r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D48238
--HG--
extra : moz-landing-system : lando
2019-10-16 14:56:23 +00:00
Lina Cambridge
9d9b081407
Bug 1588329 - Introduce `mozIStorageAsyncConnection::variableLimit`. r=mak
...
This is a wrapper around the `sqlite3_limit` interface that returns the
binding parameter limit. Adding this getter lets us clean up the inline
`SQLITE_MAX_VARIABLE_NUMBER` constants scattered around Places.
Differential Revision: https://phabricator.services.mozilla.com/D49071
--HG--
extra : moz-landing-system : lando
2019-10-15 21:22:57 +00:00
Erica Wright
da9bdae004
Bug 1579974 - Add celebrating milestone toast when certain numbers of trackers are blocked. r=k88hudson,johannh,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D47512
--HG--
extra : moz-landing-system : lando
2019-10-15 19:30:11 +00:00
Cosmin Sabou
5d6e6dc693
Backed out changeset adbcc583862c (bug 1579974) for browser chrome failures on browser_asrouter_trigger_listeners.js
2019-10-15 00:12:26 +03:00
Erica Wright
994cf2a525
Bug 1579974 - Add celebrating milestone toast when certain numbers of trackers are blocked. r=k88hudson,johannh,fluent-reviewers,flod
...
test with:
`./mach run --temp-profile --setpref browser.newtabpage.activity-stream.asrouter.providers.cfr="{\"id\":\"cfr\",\"enabled\":true,\"type\":\"local\",\"localProvider\":\"CFRMessageProvider\",\"frequency\":{\"custom\":[{\"period\":\"daily\",\"cap\":10}]},\"categories\":[\"cfrAddons\",\"cfrFeatures\"],\"updateCycleInMs\":3600000}"`
for testing: Change `browser/components/newtab/lib/CFRPageActions.jsm` line 136, to `if (false)` instead of `if (resource)` or comment out that block. This is to force using the local ftl file.
- you can use the newtab devtools, set `browser.newtabpage.activity-stream.asrouter.devtoolsEnabled=true`
- change the pref `privacy.trackingprotection.cfr-milestone.milestone-achieved=1` and `privacy.trackingprotection.cfr-milestone.milestones="1, 5000, 10000, 25000, 50000, 100000, 500000"`
- ensure at least one tracker has been saved in the database by visiting a tracking page and refreshing (this is so we can get the date it was saved from the database).
- open a new tab and click the wrench to the top right.
- change provider to "cfr" scroll down to find the milestone_message and click "show"
- I've now added a 24 hour timeout in `toolkit/components/antitracking/TrackingDBService.jsm` line 270 - you'll want to comment this out in order to see the popup.
Differential Revision: https://phabricator.services.mozilla.com/D47512
--HG--
extra : moz-landing-system : lando
2019-10-14 20:06:41 +00:00
Marco Bonardo
cff612c7b4
Bug 1586681 - Ensure URIFIxup uses the right engine when there's a separate PB engine. r=Standard8,Gijs
...
Add a new FIXUP_FLAG_PRIVATE_CONTEXT to nsIURIFixup, make it use the default
private search engine when it's set.
Update consumers to pass the new flag when necessary.
Differential Revision: https://phabricator.services.mozilla.com/D48741
--HG--
extra : moz-landing-system : lando
2019-10-12 12:37:51 +00:00
Matt Woodrow
e75df5c8ff
Bug 1578624 - P8: Use BrowsingContext::loadURI in RemoteWebNavigation. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D44764
--HG--
extra : moz-landing-system : lando
2019-10-11 02:27:42 +00:00
Neil Deakin
ec8b2c4f13
Bug 1573836, make autocomplete component fission compatible, r=mak,MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D47093
--HG--
rename : toolkit/modules/AutoCompletePopupContent.jsm => toolkit/actors/AutoCompleteChild.jsm
rename : toolkit/components/satchel/AutoCompletePopup.jsm => toolkit/actors/AutoCompleteParent.jsm
extra : moz-landing-system : lando
2019-10-09 19:02:57 +00:00
Brindusan Cristian
ef3c975bc9
Backed out 11 changesets (bug 1578624) for build bustages. CLOSED TREE
...
Backed out changeset b22733eb880f (bug 1578624)
Backed out changeset cb5e15489635 (bug 1578624)
Backed out changeset f1746b2f9dec (bug 1578624)
Backed out changeset d08a099a22ff (bug 1578624)
Backed out changeset 8ebd563c72a8 (bug 1578624)
Backed out changeset d8bfec2dc9b6 (bug 1578624)
Backed out changeset 591664928bce (bug 1578624)
Backed out changeset 63f5a619b9ef (bug 1578624)
Backed out changeset ff67cc13cdf3 (bug 1578624)
Backed out changeset 43556c937a09 (bug 1578624)
Backed out changeset 49065a55694d (bug 1578624)
2019-10-09 11:50:37 +03:00
Matt Woodrow
837665db5f
Bug 1578624 - P8: Use BrowsingContext::loadURI in RemoteWebNavigation. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D44764
--HG--
extra : moz-landing-system : lando
2019-10-09 06:37:51 +00:00
Narcis Beleuzu
3429292547
Backed out 11 changesets (bug 1578624) for bustages on WindowGlobalChild.h . CLOSED TREE
...
Backed out changeset 478897956ee0 (bug 1578624)
Backed out changeset ab9c09164df0 (bug 1578624)
Backed out changeset f461f10efa46 (bug 1578624)
Backed out changeset 9b958693a003 (bug 1578624)
Backed out changeset 3b8220a15051 (bug 1578624)
Backed out changeset 180407dc57a8 (bug 1578624)
Backed out changeset bb11892e2171 (bug 1578624)
Backed out changeset 4f5c28244290 (bug 1578624)
Backed out changeset 6c02bbe5c1c5 (bug 1578624)
Backed out changeset 1d762fdce921 (bug 1578624)
Backed out changeset 818bc6e20c7d (bug 1578624)
--HG--
extra : histedit_source : ea22e628bf35425402009e9af274602f342a7476
2019-10-09 08:52:25 +03:00
Matt Woodrow
dedb2503fc
Bug 1578624 - P8: Use BrowsingContext::loadURI in RemoteWebNavigation. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D44764
--HG--
extra : moz-landing-system : lando
2019-10-04 02:02:46 +00:00
Brendan Dahl
a51ca19772
Bug 1510785 - Support disabling XBL related tests. r=gbrown
...
Adds a way for mochitest, reftest, and crashtests to skip XBL related
tests when XBL is disabled. Also, add an app constant so JS can
check whether XBL is enabled.
Depends on D45614
Differential Revision: https://phabricator.services.mozilla.com/D45615
--HG--
extra : moz-landing-system : lando
2019-10-08 23:52:33 +00:00
Ehsan Akhgari
6ee9db27d3
Bug 1586814 - Add browser.contentblocking.category to about:support; r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D48366
--HG--
extra : moz-landing-system : lando
2019-10-08 20:57:56 +00:00
Kris Maglione
3ed2b788cf
Bug 1583886: Fix yet more untested content windows which open chrome windows. r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D47135
--HG--
extra : moz-landing-system : lando
2019-10-07 19:47:36 +00:00
Dorel Luca
6d146feeec
Backed out changeset 8e400446aedc (bug 1296898) at dev's request
2019-10-07 22:27:35 +03:00
Junior Hsu
1f16c48cd1
Bug 1584005 - P2 fix tests with wrong parameter to ZipWriter r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D47359
--HG--
extra : moz-landing-system : lando
2019-10-07 18:29:15 +00:00
Nick Alexander
c46ec74815
Bug 1580356 - Remove Fennec (Firefox for Android). r=snorp,mshal
...
This does many things:
1) stops producing (and consuming) `FennecJNI*` JNI wrappers
2) removes the :app and :thirdparty Gradle projects
3) removes relevant pieces of the Gradle target configuration
4) updates lints
5) purges old configurations
After this commit, the `mobile/android` project/application builds
only GeckoView.
Differential Revision: https://phabricator.services.mozilla.com/D46536
--HG--
extra : moz-landing-system : lando
2019-10-04 20:55:11 +00:00
Mark Banner
6f0d7f4a39
Bug 1585972 - If remote settings returns an invalid signature error, ignore lists should handle it correctly. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D48060
--HG--
extra : moz-landing-system : lando
2019-10-03 20:43:05 +00:00
Tyler
b354857779
Bug 1576908 - uses fission model for sending purge history messages r=mconley,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D45959
--HG--
extra : moz-landing-system : lando
2019-10-03 14:03:34 +00:00
Mike Conley
cf8d0284a0
Bug 1583882 - Close Picture-in-Picture player window if the originating <video> is removed from the DOM. r=JSON_voorhees
...
Differential Revision: https://phabricator.services.mozilla.com/D47613
--HG--
extra : moz-landing-system : lando
2019-10-01 16:20:51 +00:00
Neil Deakin
4348582007
Bug 1582833, update findbar state correctly when findbar is closed to allow keyboard to work properly, r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D46906
--HG--
extra : moz-landing-system : lando
2019-09-30 15:12:28 +00:00
Andrew McCreight
470ee2aab6
Bug 1579835, part 2 - Add mozilla::dom::IsWebRemoteType. r=nika
...
This is the equivalent to E10SUtils.isWebRemoteType, except for C++.
Differential Revision: https://phabricator.services.mozilla.com/D45375
--HG--
extra : moz-landing-system : lando
2019-09-26 21:09:40 +00:00
Andrew McCreight
663c40c506
Bug 1579835, part 1b - Directly pass in remote type to E10SUtils.isWebRemoteType. r=mconley
...
Now that we only use a single field of the browser that gets passed in
to isWebRemoteType, I think it makes more sense to just pass in the
remote type directly.
Differential Revision: https://phabricator.services.mozilla.com/D47179
--HG--
extra : moz-landing-system : lando
2019-09-26 22:16:28 +00:00
Andrew McCreight
741763a6d6
Bug 1579835, part 1 - Make E10SUtils.isWebRemoteType use a simpler prefix approach. r=mconley
...
Nika said that any `web'-prefixed remote type should be valid, so this
function can be simplified. For instance, webLargeAllocation should
return true.
This removes the need for ownerGlobal, so a few wrappers can be
removed.
Differential Revision: https://phabricator.services.mozilla.com/D45374
--HG--
extra : moz-landing-system : lando
2019-09-25 22:40:30 +00:00
Anny Gakhokidze
f1c694e18f
Bug 1582531 - Update fission annotations for skipped tests that are now passing succesfully, r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D47347
--HG--
extra : moz-landing-system : lando
2019-09-27 14:25:10 +00:00
Martin Thomson
336d7bb418
Bug 1579285 - Offer to enable TLS 1.0 on neterror page r=johannh
...
As we roll out the TLS 1.0 and 1.1 deprecation, sites that don't support TLS 1.2
will show the neterror page. This adds a box to that page that shows in this
specific case. That box explains what is going on and gives an option to
re-enable TLS 1.0.
As mentioned, this will show alongside an option to reset TLS-related
preferences if any overrides are active.
Hitting the button will set the new pref to 'true' and reload the page.
Once the override is engaged, the option won't show, but that option to reset
preferences will show (as this is a TLS-related preference).
The intent is to remove this affordance in March 2020 as we formally move to
having TLS 1.2 the minimum version. All going to plan, this will only affect
prerelease channels, though anyone who has tweaked security.tls.version.* could
also see this.
Differential Revision: https://phabricator.services.mozilla.com/D45799
--HG--
extra : moz-landing-system : lando
2019-09-27 01:26:06 +00:00
Coroiu Cristina
735d79f681
Backed out 4 changesets (bug 1579285, bug 1579270) for browser-chrome failures at browser/base/content/test/siteIdentity/browser_deprecatedTLSVersions.js on a CLOSED TREE
...
Backed out changeset 36d7cc55bd16 (bug 1579285)
Backed out changeset 26e3ed3c1592 (bug 1579285)
Backed out changeset 913652258fe6 (bug 1579285)
Backed out changeset 0781e60dd54c (bug 1579270)
2019-09-27 04:19:59 +03:00
Martin Thomson
cd23d1b0d9
Bug 1579285 - Offer to enable TLS 1.0 on neterror page r=johannh
...
As we roll out the TLS 1.0 and 1.1 deprecation, sites that don't support TLS 1.2
will show the neterror page. This adds a box to that page that shows in this
specific case. That box explains what is going on and gives an option to
re-enable TLS 1.0.
As mentioned, this will show alongside an option to reset TLS-related
preferences if any overrides are active.
Hitting the button will set the new pref to 'true' and reload the page.
Once the override is engaged, the option won't show, but that option to reset
preferences will show (as this is a TLS-related preference).
The intent is to remove this affordance in March 2020 as we formally move to
having TLS 1.2 the minimum version. All going to plan, this will only affect
prerelease channels, though anyone who has tweaked security.tls.version.* could
also see this.
Differential Revision: https://phabricator.services.mozilla.com/D45799
--HG--
extra : moz-landing-system : lando
2019-09-27 00:18:11 +00:00
Emilio Cobos Álvarez
06edb6f970
Bug 1583941 - Use a per-window event to handle dark mode changes in LightweightThemeConsumer.jsm. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D47241
--HG--
extra : moz-landing-system : lando
2019-09-26 13:21:40 +00:00
Julian Descottes
063e2dfc2f
Bug 1539462 - Remove ZipUtils.jsm r=mossop
...
Depends on D46703. Was only used in WebIDE anymore.
Differential Revision: https://phabricator.services.mozilla.com/D46704
--HG--
extra : moz-landing-system : lando
2019-09-25 18:50:29 +00:00
Emilio Cobos Álvarez
54ad406f39
Bug 1581117 - Properly invalidate theme data from the media query change in LightweightThemeConsumer.jsm. r=kmag,dao
...
Just this._update() is not enough to update everything that changing the theme
implies. Instead, use the observer mechanism so all the pieces of code involved
update properly.
Differential Revision: https://phabricator.services.mozilla.com/D45926
--HG--
extra : moz-landing-system : lando
2019-09-25 18:33:12 +00:00
Brindusan Cristian
203fbcd6c8
Backed out 2 changesets (bug 1582716, bug 1575051) for gv-junit failures, new exception. CLOSED TREE
...
Backed out changeset b5aa3ac4483e (bug 1582716)
Backed out changeset c385531b4ee3 (bug 1575051)
2019-09-24 19:47:00 +03:00
Andreas Farre
d2c1ccbf9e
Bug 1582716 - Remove nsDocShell::GetIsOnlyToplevelInTabGroup. r=nika
...
We can remove isOnlyToplevelInTabGroup entirely since we have
BrowsingContext/BrowsingContextGroup exposed through
chrome-webidl. Checking if a browsing context is the only top level
(auxilliary or otherwise) is only a matter of checking that there
isn't a parent, and that the size of the browsing context group is 1.
Differential Revision: https://phabricator.services.mozilla.com/D46590
--HG--
extra : moz-landing-system : lando
2019-09-24 14:29:18 +00:00
shindli
2791eb6f31
Backed out changeset db132849d960 (bug 1582716) for causing linting failures in /builds/worker/checkouts/gecko/toolkit/modules/E10SUtils.jsm CLOSED TREE
2019-09-24 17:09:06 +03:00
Andreas Farre
b9c17edc95
Bug 1582716 - Remove nsDocShell::GetIsOnlyToplevelInTabGroup. r=nika
...
We can remove isOnlyToplevelInTabGroup entirely since we have
BrowsingContext/BrowsingContextGroup exposed through
chrome-webidl. Checking if a browsing context is the only top level
(auxilliary or otherwise) is only a matter of checking that there
isn't a parent, and that the size of the browsing context group is 1.
Differential Revision: https://phabricator.services.mozilla.com/D46590
--HG--
extra : moz-landing-system : lando
2019-09-24 13:22:47 +00:00
Geoff Brown
dcb380399e
Bug 1582785 - Enable some xpcshell tests on Android; r=geckoview-reviewers,agi
...
Most of these tests have been disabled for a long time; they run well
in the current test environment.
Differential Revision: https://phabricator.services.mozilla.com/D46642
--HG--
extra : moz-landing-system : lando
2019-09-23 22:43:55 +00:00
Robert Helmer
10013d31ee
Bug 1582608 - add elapsed time to FirstStartup telemetry and bump timeout to 30s r=mythmon
...
Differential Revision: https://phabricator.services.mozilla.com/D46556
--HG--
extra : moz-landing-system : lando
2019-09-20 17:35:44 +00:00
Emilio Cobos Álvarez
f8fa8e5cea
Bug 1582585 - Make AutoScrollController not scroll non-scrollable windows. r=botond
...
That is, avoid scrolling <iframe>s that have scrolling="no", for example.
Differential Revision: https://phabricator.services.mozilla.com/D46731
--HG--
extra : moz-landing-system : lando
2019-09-23 16:05:11 +00:00
Emilio Cobos Álvarez
2e2227708b
Bug 1582585 - Factor out a bit more code from AutoScrollController.jsm. r=botond
...
Also an idempotent change.
Differential Revision: https://phabricator.services.mozilla.com/D46730
--HG--
extra : moz-landing-system : lando
2019-09-23 15:54:19 +00:00
Emilio Cobos Álvarez
243aae81a3
Bug 1582585 - Use flattenedTreeParentNode in AutoScrollController.jsm. r=botond
...
This makes it work with both Shadow DOM and XBL.
Differential Revision: https://phabricator.services.mozilla.com/D46729
--HG--
extra : moz-landing-system : lando
2019-09-23 15:52:55 +00:00
Emilio Cobos Álvarez
4c429b8f4e
Bug 1582585 - Factor out a bit of the logic in AutoScrollController.jsm. r=botond
...
No behavior change intended.
Differential Revision: https://phabricator.services.mozilla.com/D46728
--HG--
extra : moz-landing-system : lando
2019-09-23 15:39:48 +00:00
Neil Deakin
f2fcce14e4
Bug 1553384, update letterboxing to be fission compatible now that findbar isn't using the message manager. Add a findbar open/close test for letterboxing, r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D45757
--HG--
extra : moz-landing-system : lando
2019-09-18 09:33:52 +00:00
Neil Deakin
b6a3fc1ce5
Bug 1553384, remove old find/findAgain methods in typeaheadfind in favour of a single find method, r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D41232
--HG--
extra : moz-landing-system : lando
2019-09-18 09:31:43 +00:00
Neil Deakin
4ca768c7f6
Bug 1553384, update find extension api to support out-of-process iframes. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D41229
--HG--
extra : moz-landing-system : lando
2019-09-17 23:31:34 +00:00
Neil Deakin
1ab71ae6f9
Bug 1553384, update findbar actors to inherit from JSWindowActor so that type ahead find works in out of process iframes, r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D41226
--HG--
extra : moz-landing-system : lando
2019-09-17 23:29:46 +00:00
Neil Deakin
9a9e65a7e5
Bug 1553384, find should iterate over each frame within a document in the parent process to allow out-of-process frames to be searched through, r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D41224
--HG--
extra : moz-landing-system : lando
2019-09-17 23:28:41 +00:00
Neil Deakin
b802d67b49
Bug 1553384, when subframe iteration is not used, don't navigate up to the top window in the find highligher. However, as fission doesn't handle getting frame coordinates yet, allow some callers to get the top window anyway if available so that... r=mikedeboer
...
...coordinates are correct when fission is disabled, r?mikedeboer
Depends on D41221
Differential Revision: https://phabricator.services.mozilla.com/D41222
--HG--
extra : moz-landing-system : lando
2019-09-17 23:27:53 +00:00
Neil Deakin
41e758a65d
Bug 1553384, when not searching subframes, used for out-of-process subframes, disable modal highlighting, r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D41220
--HG--
extra : moz-landing-system : lando
2019-09-17 23:26:03 +00:00
Neil Deakin
67ae7b2420
Bug 1553384, add a search subframes flag to the finder to opt in or out of subframe searching, r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D41218
--HG--
extra : moz-landing-system : lando
2019-09-18 09:31:21 +00:00
Mark Banner
9569721e58
Bug 1579420 - Fix remaining ESLint no-async-promise-executor issues in browser/ and toolkit/. r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D45010
--HG--
extra : moz-landing-system : lando
2019-09-16 17:26:58 +00:00
Brian Hackett
0a791285af
Bug 1575306 - Suppress reporting of uncaught testing sentinel, r=bzbarsky.
...
Differential Revision: https://phabricator.services.mozilla.com/D45964
--HG--
extra : moz-landing-system : lando
2019-09-16 20:17:17 +00:00
Brindusan Cristian
073cc24f53
Backed out changeset 8f30450e231c (bug 1575306) for ESlint failure at PromiseTestUtils.jsm:99:31. CLOSED TREE
2019-09-16 22:30:52 +03:00
Brian Hackett
7a20c67cf9
Bug 1575306 - Suppress reporting of uncaught testing sentinel, r=bzbarsky.
...
Differential Revision: https://phabricator.services.mozilla.com/D45964
--HG--
extra : moz-landing-system : lando
2019-09-16 19:04:20 +00:00
Johann Hofmann
ff1911cf74
Bug 1580319 - Clear PopupNotifications UI state when no checkbox is present. r=prathiksha
...
In getUserMedia we didn't use to have prompts without a checkbox, thus this bug couldn't manifest.
Now we do hide the checkbox for iframes, so this code path is triggered and doesn't properly
reset the UI state between prompts.
Differential Revision: https://phabricator.services.mozilla.com/D45911
--HG--
extra : moz-landing-system : lando
2019-09-16 09:44:07 +00:00
monikamaheshwari
9d60e0d578
Bug 1578683 Turn on ESLint rule prefer-boolean-length-check for toolkit and browser r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D45629
--HG--
extra : moz-landing-system : lando
2019-09-14 09:39:26 +00:00
Kristen Wright
2a7dbd7709
bug 1296898 - Memory api (pulled from erahm's experiment) as a part of the webextension api r=mixedpuppy
...
Webextension api to get memory usage. Also brings back memory.jsm, as it is used by the api. Adds test_ext_memory.js to test ext-memory.js' functionality and permissions.
Differential Revision: https://phabricator.services.mozilla.com/D38536
--HG--
extra : moz-landing-system : lando
2019-09-11 17:34:04 +00:00
Andrew McCreight
a777ff11b6
Bug 1579897 - Make webIsolated= processes work in about:support. r=mconley,fluent-reviewers,flod
...
Remove the URLs so they can have a translated string in about:support.
Differential Revision: https://phabricator.services.mozilla.com/D45373
--HG--
extra : moz-landing-system : lando
2019-09-11 06:50:45 +00:00
Mike Conley
3d0ca8182e
Bug 1566183 - Add a keyboard shortcut to enter Picture-in-Picture for first video of focused window. r=NeilDeakin,JSON_voorhees,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D40082
--HG--
extra : moz-landing-system : lando
2019-09-05 17:40:02 +00:00
Razvan Maries
1ad3f5b235
Backed out changeset bb08767934a8 (bug 1566183) for causing perma fails on browser_duplicateIDs.js. CLOSED TREE
2019-09-05 20:30:40 +03:00
Mike Conley
61209ad7a6
Bug 1566183 - Add a keyboard shortcut to enter Picture-in-Picture for first video of focused window. r=NeilDeakin,JSON_voorhees,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D40082
--HG--
extra : moz-landing-system : lando
2019-09-05 14:09:25 +00:00
Liang-Heng Chen
21ac75bbc5
Bug 1578769 - handle the "else" part of attributes; r=MattN
...
A `popupnotification` could be reused, we should remove/reset optional attributes to avoid unexpected behavior.
Differential Revision: https://phabricator.services.mozilla.com/D44686
--HG--
extra : moz-landing-system : lando
2019-09-05 08:42:29 +00:00
Mike Conley
db96277530
Bug 1548296 - Attach Picture-in-Picture toggle on UAWidgetSetupOrChange event rather than canplay. r=JSON_voorhees
...
Videos can fire their "canplay" events even when they're not part of the DOM. This
means that videos that have already fired that event won't get the
PictureInPictureToggleChild properly attached after being inserted.
The UAWidgetSetupOrChange event, however, is fired for video events once they've
been bound to the DOM, so we can use that instead.
Differential Revision: https://phabricator.services.mozilla.com/D44541
--HG--
extra : moz-landing-system : lando
2019-09-04 21:06:26 +00:00
Brad Werth
53e3d54cec
Bug 1548188 Part 2: Make test of find in vertical text also search for partial matches. r=mikedeboer
...
Depends on D44701
Differential Revision: https://phabricator.services.mozilla.com/D44702
--HG--
extra : moz-landing-system : lando
2019-09-04 19:51:01 +00:00
Robert Helmer
230a430565
Bug 1576507 - document FirstStartup module r=mythmon
...
Depends on D43366
Differential Revision: https://phabricator.services.mozilla.com/D44035
--HG--
extra : moz-landing-system : lando
2019-08-31 16:15:17 +00:00
Robert Helmer
60e539c00a
Bug 1576507 - add Normandy to FirstStartup service. r=mythmon
...
Depends on D43570
Differential Revision: https://phabricator.services.mozilla.com/D43366
--HG--
extra : moz-landing-system : lando
2019-08-31 16:15:05 +00:00
Robert Helmer
4a60c06c56
Bug 1576507 - add new FirstStartup service and --first-startup post-install flag. r=mconley
...
FirstStartup provides an optional mechanism to run synchronous services
before the UI appears. This is intended to be called as a post-install
action from an installer, such as the Windows Stub Installer, to allow
for downloading critical data and performance tuning before the first
run of a new Firefox install.
Differential Revision: https://phabricator.services.mozilla.com/D43364
--HG--
extra : moz-landing-system : lando
2019-08-31 16:14:20 +00:00
Emma Malysz
4e26c4ce54
Bug 1576677, removes message property from all ACTORS in BrowserGlue.jsm and ActorManagerParent.jsm r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D43484
--HG--
extra : moz-landing-system : lando
2019-08-29 15:57:03 +00:00
Barret Rennie
c48dcf7d7c
Bug 1510569 - Port onSecurityChange from WebProgressChild.jsm to C++; remove WebProgressChild r=Ehsan,ochameau
...
This is the last message that WebProgressChild was sending to the
RemoteWebProgress in the parent process, so we can remove the module entirely.
Differential Revision: https://phabricator.services.mozilla.com/D35091
--HG--
extra : moz-landing-system : lando
2019-08-28 18:55:45 +00:00
Dorel Luca
b09fe526aa
Backed out 4 changesets (bug 1510569) for build bustage. CLOSED TREE
...
Backed out changeset d7db6a1935ce (bug 1510569)
Backed out changeset 03b7cf756a7f (bug 1510569)
Backed out changeset fa318eec0e76 (bug 1510569)
Backed out changeset cecb17bd8c03 (bug 1510569)
2019-08-28 21:46:40 +03:00
Barret Rennie
e0d50ea7ce
Bug 1510569 - Port onSecurityChange from WebProgressChild.jsm to C++; remove WebProgressChild r=Ehsan,ochameau
...
This is the last message that WebProgressChild was sending to the
RemoteWebProgress in the parent process, so we can remove the module entirely.
Differential Revision: https://phabricator.services.mozilla.com/D35091
--HG--
extra : moz-landing-system : lando
2019-08-28 18:00:23 +00:00
Emilio Cobos Álvarez
e57b14dc52
Bug 1576817 - Fix a regression from bug 1490974 where we'll fail to find visibility: visible descendants of visibility: hidden nodes. r=bradwerth
...
The split between IsDisplayedNode and IsVisibleNode is pretty intentional, since
visibility: visible descendants of visiblity: hidden ancestors are in fact
visible.
We skip fully-invisible ranges in here instead:
https://searchfox.org/mozilla-central/rev/325c1a707819602feff736f129cb36055ba6d94f/toolkit/components/find/nsFind.cpp#776
Differential Revision: https://phabricator.services.mozilla.com/D43745
--HG--
extra : moz-landing-system : lando
2019-08-28 15:15:23 +00:00
Emilio Cobos Álvarez
ed9f59952f
Bug 1576817 - Only allow finding editable anonymous nodes in form controls. r=bradwerth
...
We want to find the text inside the input that the user types, but not stuff
like the placeholder. So check that the anonymous subtree is editable, or skip
it otherwise.
Differential Revision: https://phabricator.services.mozilla.com/D43744
--HG--
extra : moz-landing-system : lando
2019-08-28 15:35:48 +00:00
Mike Hommey
66d7fe943e
Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D42765
--HG--
extra : moz-landing-system : lando
2019-08-21 12:25:42 +00:00
Oana Pop Rus
3223cd3dc2
Backed out 4 changesets (bug 1510569) for causing build bustage on a CLOSED TREE
...
Backed out changeset eae555c11f25 (bug 1510569)
Backed out changeset 2fb8938d16db (bug 1510569)
Backed out changeset b480af862022 (bug 1510569)
Backed out changeset 642cd6323cdc (bug 1510569)
2019-08-21 22:55:43 +03:00
Barret Rennie
52899c1e0d
Bug 1510569 - Port onSecurityChange from WebProgressChild.jsm to C++; remove WebProgressChild r=Ehsan,ochameau
...
This is the last message that WebProgressChild was sending to the
RemoteWebProgress in the parent process, so we can remove the module entirely.
Differential Revision: https://phabricator.services.mozilla.com/D35091
--HG--
extra : moz-landing-system : lando
2019-08-21 18:25:04 +00:00
Mark Banner
638d025a66
Bug 1575197 - Replace removed break statement when notifications are activated to avoid updating unnecessarily. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D42632
--HG--
extra : moz-landing-system : lando
2019-08-20 19:04:57 +00:00
Abdoulaye O. Ly
5ce82c5c12
Bug 1562990 - [Fission] Make AudioPlayback work with JSWindowActor. r=NeilDeakin,farre
...
Differential Revision: https://phabricator.services.mozilla.com/D36648
--HG--
extra : moz-landing-system : lando
2019-08-19 21:17:21 +00:00
Andrew McCreight
b67d050045
Bug 1574543 - Add and use a Fission-compatible utility method to check if a remote type is for web content. r=mconley
...
Some tests check that the remote type is "web", but with Fission it
will instead start with "webIsolated=".
I fixed some of the errors in
browser_new_web_tab_in_file_process_pref.js and
browser_httpResponseProcessSelection.js, but there are other failures,
so they remain disabled.
Differential Revision: https://phabricator.services.mozilla.com/D42354
--HG--
extra : moz-landing-system : lando
2019-08-19 16:56:36 +00:00
Ciure Andrei
9a123fb597
Backed out changeset 81156ff3f4fa (bug 1571656) for causing browser_PageActions.js and test_insertTree_fixupOrSkipInvalidEntries.js to perma fail CLOSED TREE
2019-08-19 13:00:44 +03:00
Moritz Birghan
240771fa29
Bug 1571656 - Use Assert.jsm numeric comparison functions in tests r=mixedpuppy,MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D40614
--HG--
extra : moz-landing-system : lando
2019-08-19 07:17:12 +00:00
Luca Greco
e97147a160
Bug 1573828 - Ensure IndexedDB.jsm transaction.promiseComplete is rejected with an error object. r=asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D42037
--HG--
extra : moz-landing-system : lando
2019-08-16 10:46:41 +00:00
Matt Woodrow
1c8509c472
Bug 1570147 - Use a Set for HiddenFrame.jsm, so that GC can't clean up frames that we're sitll waiting on. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D42253
--HG--
extra : moz-landing-system : lando
2019-08-16 03:23:28 +00:00
Ehsan Akhgari
3882adee6e
Bug 1572925 - Make sure that about:support doesn't list the URL decorations pref as an important locked preference; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D42019
--HG--
extra : moz-landing-system : lando
2019-08-15 12:51:59 +00:00
Paul Zuehlcke
89fb47a8d9
Bug 1531303 - Refactored tests using PermissionManager URI methods to use PermissionTestUtils. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D41029
--HG--
extra : moz-landing-system : lando
2019-08-15 14:32:48 +00:00
Ciure Andrei
b454daea7a
Backed out 3 changesets (bug 1531303) for causing close_window/close.py and browser_permissions_dialog.js to perma fail CLOSED TREE
...
Backed out changeset 87305e83174e (bug 1531303)
Backed out changeset 0c75c3bac00b (bug 1531303)
Backed out changeset 865c2a5d40da (bug 1531303)
2019-08-14 13:07:55 +03:00
Paul Zuehlcke
93bacc1004
Bug 1531303 - Refactored tests using PermissionManager URI methods to use PermissionTestUtils. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D41029
--HG--
extra : moz-landing-system : lando
2019-08-14 08:31:23 +00:00
Mike Conley
d64c589ac1
Bug 1568320 - Add a context menu to the Picture-in-Picture toggle to allow for easy hiding. r=NeilDeakin,JSON_voorhees
...
Differential Revision: https://phabricator.services.mozilla.com/D40305
--HG--
extra : moz-landing-system : lando
2019-08-13 18:29:29 +00:00
Jared Wein
119b3dc08a
Bug 1571567 - Fix no-fallthrough errors in /toolkit. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D40746
--HG--
extra : moz-landing-system : lando
2019-08-08 16:18:24 +00:00
Bogdan Tara
844afcfb06
Backed out 10 changesets (bug 1571567) complementary backout after es lint failure on the patch CLOSED TREE
...
Backed out changeset ce83fa75ae32 (bug 1571567)
Backed out changeset 7aa97ba7cce9 (bug 1571567)
Backed out changeset 777d79076e99 (bug 1571567)
Backed out changeset fbdf6b75a484 (bug 1571567)
Backed out changeset e2ed4620f232 (bug 1571567)
Backed out changeset 2c67015f12c6 (bug 1571567)
Backed out changeset 7ec086bb5bd5 (bug 1571567)
Backed out changeset 42df735c8556 (bug 1571567)
Backed out changeset 7d5fc57b2809 (bug 1571567)
Backed out changeset 606bafb8211c (bug 1571567)
2019-08-08 18:13:54 +03:00
Jared Wein
30f7f34419
Bug 1571567 - Fix no-fallthrough errors in /toolkit. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D40746
--HG--
extra : moz-landing-system : lando
2019-08-08 01:38:50 +00:00
Andrew Swan
036b82a357
Bug 1569135 Fix --screenshot r=kmag
...
This patch ressurects HiddenFrame.jsm and uses it when handling
the --screenshot command line argument to load the requested page
in a content process. The actual logic for grabbing the image is
also ported to a JSWindowActor. The test for this feature remains
suboptimal as described in the bug.
Differential Revision: https://phabricator.services.mozilla.com/D40148
--HG--
rename : browser/components/shell/HeadlessShell.jsm => browser/components/shell/ScreenshotChild.jsm
extra : moz-landing-system : lando
2019-08-07 21:33:49 +00:00
Brindusan Cristian
eadcacfe30
Backed out changeset b4678e759a18 (bug 1569135) for mochitest failures at test_headless_screenshot.html. CLOSED TREE
2019-08-07 20:38:53 +03:00
Andrew Swan
34c3a8c80d
Bug 1569135 Fix --screenshot r=kmag
...
This patch ressurects HiddenFrame.jsm and uses it when handling
the --screenshot command line argument to load the requested page
in a content process. The actual logic for grabbing the image is
also ported to a JSWindowActor. The test for this feature remains
suboptimal as described in the bug.
Differential Revision: https://phabricator.services.mozilla.com/D40148
--HG--
rename : browser/components/shell/HeadlessShell.jsm => browser/components/shell/ScreenshotChild.jsm
extra : moz-landing-system : lando
2019-08-07 16:07:08 +00:00
rdalal
43acd674ea
Bug 1569330 - Disable telemetry check in Normandy recipe runner r=mythmon,nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D39576
--HG--
extra : moz-landing-system : lando
2019-08-06 23:54:34 +00:00
Cameron McCormack
d622a3d445
Bug 1569060 - Add layout debugger command to dump process IDs. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D39437
--HG--
extra : moz-landing-system : lando
2019-08-06 23:31:55 +00:00
Mark Banner
1c00bcc8e8
Bug 1535049 - Separate out search ignore lists into their own module. r=daleharvey
...
This separates out the search ignore list handling into its own module in preparation for use elsewhere as well.
The search ignore list unit tests still largely interact with RemoteSettings to remain as integration tests.
Differential Revision: https://phabricator.services.mozilla.com/D40391
--HG--
extra : moz-landing-system : lando
2019-08-05 21:52:36 +00:00
Liang-Heng Chen
2a6d0c5045
Bug 1567896 - Part 3: Implement social tracking protection doorhanger; r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D39062
--HG--
extra : moz-landing-system : lando
2019-08-01 08:15:57 +00:00
Marco Bonardo
fb004baac4
Bug 1569236 - bind history and bookmarks IN() clauses for safety reasons. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D39661
--HG--
extra : moz-landing-system : lando
2019-07-31 15:21:50 +00:00
Mike Conley
681b8ccd2e
Bug 1570406 - Ensure that we properly detach window root event listeners in PictureInPictureToggleChild. r=JSON_voorhees
...
We were using the pagehide event before incorrectly: the pagehide event target
was being inspected to see if it was the top-level frame, and only then, would
we remove the mouse event handlers on the window root.
The problem is that event.target.top on a pagehide event is undefined, since the
event target is a Document.
Further, we probably want to remove any window root event listeners that were
registered for subframes as well. I'm not sure why I decided to try to filter
out subframes, but that definitely can keep windows alive.
So instead, I'm using the "cleanup" method that ActorManagerChild calls if
defined on an ActorChild, which runs when the associated frame unloads. This
way, if a subframe happened to have registered a window root event listener,
it'll get unregistered.
Differential Revision: https://phabricator.services.mozilla.com/D40090
--HG--
extra : moz-landing-system : lando
2019-08-01 16:53:02 +00:00
Tim Nguyen
b6d8cc41ad
Bug 1569375 - Refactor browser panel CSS to reduce shadow DOM traversal after CE conversion. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D39594
--HG--
extra : moz-landing-system : lando
2019-07-31 15:22:08 +00:00
Abdoulaye O. Ly
b2fe6b48ce
Bug 1505907 - [Fission] Make UAWidget elements work with JSWindowActor. r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D39094
--HG--
extra : moz-landing-system : lando
2019-07-31 15:09:59 +00:00
Johann Hofmann
7b984428e8
Bug 1567826 - Don't mark any secureContext pages as insecure. r=nhnt11,keeler,Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D39012
--HG--
extra : moz-landing-system : lando
2019-07-30 12:31:22 +00:00
Ciure Andrei
e432090afa
Backed out changeset ded87cc3f3ee (bug 1567826) for causing browser_check_identity_state.js to perma fail CLOSED TREE
2019-07-30 12:50:29 +03:00
Johann Hofmann
04c28108fc
Bug 1567826 - Don't mark any secureContext pages as insecure. r=nhnt11,keeler,Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D39012
--HG--
extra : moz-landing-system : lando
2019-07-30 07:52:59 +00:00
Thomas Nguyen
180aa6b0a1
Bug 1566833 - Update to use ReferrerInfo in nsIWebBrowserChrome3 r=Gijs,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D38381
--HG--
extra : moz-landing-system : lando
2019-07-29 10:13:45 +00:00
Kris Maglione
ef02b3cbd8
Bug 1568035: Part 1 - Skip tests which cause shutdown leaks under Fission. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D39459
--HG--
extra : rebase_source : 594e7c17a8aa81f9b212ff1fa492a8ab8f40d5ee
2019-07-19 15:31:16 -07:00
Jared Wein
63c7781005
Bug 1567284 - Allow about:logins to use the Privileged About content process even if about:home isn't ready for it just yet. r=ckerschb,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D39142
--HG--
extra : moz-landing-system : lando
2019-07-25 19:44:50 +00:00
Bryce Van Dyk
6546334973
Bug 1566523 - Remove com.apple.quarantine from gmp downloads. r=dminor
...
On MacOS Firefox will add the com.apple.quarantine attribute to files it
downloads. Firefox does this as a safety measure to indicate to the OS that the
file may be from an untrusted source.
While the attribute can be set prior to MacOS 10.15, the attribute is used to
enforce new features in 10.15. This leads to issues where if we do not clear the
attribute from GMPs we download, we will fail to load dynamic libs.
This patch means we will clear the quarantine from GMP downloads. These GMPs
come from a trusted source and are checksummed via hash.
Note, most of the heavy lifting for this was done in bug 1566700. We just
leverage the new API here.
Differential Revision: https://phabricator.services.mozilla.com/D39369
--HG--
extra : moz-landing-system : lando
2019-07-25 18:38:57 +00:00
Paul Zuehlcke
39687fe7bb
Bug 1522120 - Remove permission prompts when entering full-screen and leave full-screen when a permission prompt is shown. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D36932
--HG--
extra : moz-landing-system : lando
2019-07-24 16:17:54 +00:00
Sam Foster
ae8c1da8cb
Bug 1559994 - Add 'attention'-styled dismissed doorhanger when auto-saving a generated password. r=MattN
...
* Add a new optional 'notifySaved' argument to promptToSavePassword
* Give the notification an attention style when showing a login doorhanger for an auto-saved login with a generated password
Differential Revision: https://phabricator.services.mozilla.com/D37661
--HG--
extra : moz-landing-system : lando
2019-07-12 00:34:08 +00:00
Ehsan Akhgari
f1a654d1ed
Bug 1565052 - Serialize/deserialize nsISHEntry.storagePrincipalToInherit across the e10s process boundary; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D37641
--HG--
extra : moz-landing-system : lando
2019-07-11 08:10:20 +00:00
Ehsan Akhgari
b8a13cc9e5
Bug 1558503 - Preserve the order of the arguments in the localized storageAccess.message string; r=johannh,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D37468
--HG--
extra : moz-landing-system : lando
2019-07-10 15:05:47 +00:00
Sylvestre Ledru
90fac8fa22
Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D37217
--HG--
extra : moz-landing-system : lando
2019-07-10 12:03:37 +00:00
Andreea Pavel
b698eeec56
Backed out changeset 3d59cb02b6ff (bug 1562642) for eslint failure on a CLOSED TREE
2019-07-10 14:44:29 +03:00
Sylvestre Ledru
fd95abf361
Bug 1562642 - Part 3 - Add missing MPL2 headers in browser & toolkit r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D37217
--HG--
extra : moz-landing-system : lando
2019-07-10 11:15:25 +00:00
Luca Greco
45e1f2db26
Bug 1542181 - IndexedDB.jsm Transaction promiseCompleted should reject on a transaction abort event. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D36822
--HG--
extra : moz-landing-system : lando
2019-07-09 16:00:03 +00:00
Jonathan Kew
65c904ee1d
Bug 1418061 - Use the generic pt locale in place of pt-PT when constructing date picker, to avoid over-long day names. r=flod
...
Differential Revision: https://phabricator.services.mozilla.com/D36889
--HG--
extra : moz-landing-system : lando
2019-07-09 10:48:30 +00:00
Jonathan Kingston
31441f82ea
Bug 1560455 - rename CodebasePrincipal to ContentPrincipal. r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D35504
--HG--
extra : moz-landing-system : lando
2019-07-08 16:37:45 +00:00
Victor Porof
336c4fb8a4
Bug 1561435 - Fix test failures for toolkit/, r=standard8
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D36202
--HG--
extra : source : eb2b3c812f85f8fee94192e3d36bb80eda6c5036
extra : intermediate-source : 70f0351b50cc06a446123e29de496ed4d25e4cd0
2019-06-27 15:53:42 +02:00
Victor Porof
815b9d372b
Bug 1561435 - Fix linting errors for toolkit/, r=standard8
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D35955
--HG--
extra : source : e6571d8ed75be94bdcdef8fbd0d977bfa92f3a34
extra : intermediate-source : 1351521a4bb3f78be45cf6bf6df90b4c75a959c4
2019-06-25 23:43:58 +02:00
Victor Porof
b503616295
Bug 1561435 - Format toolkit/modules/, a=automatic-formatting
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D36056
--HG--
extra : source : 2616392f26053ee376b9126fbca696de5d4bb15b
2019-07-05 11:15:43 +02:00
Abdoulaye O. Ly
536807149d
Bug 1497280 - [Fission] Make DateTimePicker works with JSWindowActor. r=NeilDeakin,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D33965
--HG--
rename : toolkit/modules/DateTimePickerParent.jsm => toolkit/actors/DateTimePickerParent.jsm
extra : moz-landing-system : lando
2019-07-04 10:14:41 +00:00