Mike Conley
958abb2af9
Bug 1594227 - Add Fission testing menu items to the File menu. r=NeilDeakin
...
These menu items are only visible in Nightly when Fission is enabled,
and they're only for testing, which is why I've opted to not use Fluent
for localization, and just hard-coded the strings and accesskeys. These
menu items will never ride to release.
Differential Revision: https://phabricator.services.mozilla.com/D55004
--HG--
extra : moz-landing-system : lando
2019-11-27 19:23:08 +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
Andreas Tolfsen
66d0f10ce2
bug 1526364: browser: show visual cue when remote agent is listening; r=Gijs,remote-protocol-reviewers,maja_zf
...
We want to display a visual hint to the user that the browser session
is under control by a browser-external client when the remote agent
is listening. The hint is the same as for when Marionette is active.
Differential Revision: https://phabricator.services.mozilla.com/D54270
--HG--
extra : moz-landing-system : lando
2019-11-26 11:54:38 +00:00
Andreas Tolfsen
b749854d09
bug 1526364: browser, marionette: use "remote-listening" to indicate remote control; r=Gijs,marionette-reviewers,remote-protocol-reviewers,maja_zf
...
This changes the event Marionette emits when it is running from
"remote-active" to "remote-listening".
The background for this change is that the forthcoming Chromium-based
remote protocol uses the same observer notification to indicate
when it listens for browser-external connections. This means that
with this change, the visual hint presented to the user will also
be applied when the remote agent starts its HTTPD listener.
Unlike Marionette however, the remote debugging protocol may be used
for browser-internal applications and it is not appropriate to signal
that the browser is under remote control under those circumstances,
hence the naming change away from "active".
Differential Revision: https://phabricator.services.mozilla.com/D54269
--HG--
extra : moz-landing-system : lando
2019-11-26 13:23:29 +00:00
Mike Conley
e819bd0638
Bug 1597787 - Send principals directly across JSWindowActors rather than serializing / deserializing them. r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D53867
--HG--
extra : moz-landing-system : lando
2019-11-23 00:53:52 +00:00
Zibi Braniecki
58b54fbcc6
Bug 1591328 - Migrate the window title to Fluent. r=fluent-reviewers,Gijs,mixedpuppy
...
Depends on D53775
Differential Revision: https://phabricator.services.mozilla.com/D53776
--HG--
extra : moz-landing-system : lando
2019-11-21 19:16:15 +00:00
Michael Kaply
b78bcbe3c1
Bug 1590715 - Don't show URL status in kiosk mode. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D53053
--HG--
extra : moz-landing-system : lando
2019-11-21 09:50:08 +00:00
Anny Gakhokidze
61a8c83e6c
Bug 1592093 - Make cancellation of content JS, when navigating through history to prevent hangs, Fission compatible, r=smaug,squib
...
Differential Revision: https://phabricator.services.mozilla.com/D52249
--HG--
extra : moz-landing-system : lando
2019-11-18 21:25:14 +00:00
James Jahns
8d5dd26b39
Bug 1591474 - Port BlockedSite to JSWindowActors r=Gijs
...
These actors appear in about:blocked sites.
Differential Revision: https://phabricator.services.mozilla.com/D51176
--HG--
extra : moz-landing-system : lando
2019-11-18 12:06:23 +00:00
Dão Gottwald
40bb7a4569
Bug 1596384 - Remove redundant gURLBar.startLayoutExtend call from focusAndSelectUrlBar. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D52987
--HG--
extra : moz-landing-system : lando
2019-11-14 12:32:52 +00:00
Neil Deakin
39a97c89d5
Bug 1533951, base NetError handler on JSWindowActor, move message listeners out of browser.js and into JSWindowActorParent, r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D51624
--HG--
extra : moz-landing-system : lando
2019-11-12 20:00:32 +00:00
Brendan Dahl
1f2263790c
Bug 1492582 - Use document.title instead of writing the title attribute on the document element r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D33561
--HG--
extra : moz-landing-system : lando
2019-11-08 23:33:50 +00:00
Noemi Erli
f4d989ef82
Backed out 7 changesets (bug 1492582) for causing ss mochitest failures CLOSED TREE
...
Backed out changeset 1484255e5f4d (bug 1492582)
Backed out changeset bbf62ef50e52 (bug 1492582)
Backed out changeset 836724d3860e (bug 1492582)
Backed out changeset 5efddfd196b5 (bug 1492582)
Backed out changeset d4be1aa8cdb6 (bug 1492582)
Backed out changeset f05dfbeff17b (bug 1492582)
Backed out changeset e0e56a195659 (bug 1492582)
--HG--
extra : rebase_source : 913c432be684629992a773dc3e4e233141bc3061
2019-11-07 21:51:46 +02:00
Brendan Dahl
b155aa1c0e
Bug 1492582 - Use document.title instead of writing the title attribute on the document element r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D33561
--HG--
extra : moz-landing-system : lando
2019-11-07 16:21:02 +00:00
Marco Bonardo
f33c2afd5b
Bug 1594356 - Remove browser_moz_action_link.js, that is failing with Fission. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D51997
--HG--
extra : moz-landing-system : lando
2019-11-06 21:41:42 +00:00
Brendan Dahl
eafc9e3293
Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug
...
nsXULWindow is no longer XUL specific and is somewhat confusing name.
Differential Revision: https://phabricator.services.mozilla.com/D51486
--HG--
rename : xpfe/appshell/nsXULWindow.cpp => xpfe/appshell/AppWindow.cpp
rename : xpfe/appshell/nsXULWindow.h => xpfe/appshell/AppWindow.h
rename : xpfe/appshell/nsIXULWindow.idl => xpfe/appshell/nsIAppWindow.idl
extra : moz-landing-system : lando
2019-11-05 17:56:28 +00:00
Mihai Alexandru Michis
b819bd25aa
Backed out 2 changesets (bug 1470510) for causing bustages in widget/cocoa/nsChildView.mm CLOSED TREE
...
Backed out changeset a343f30c34a3 (bug 1470510)
Backed out changeset 4da64790094d (bug 1470510)
--HG--
rename : xpfe/appshell/nsIAppWindow.idl => xpfe/appshell/nsIXULWindow.idl
rename : xpfe/appshell/AppWindow.cpp => xpfe/appshell/nsXULWindow.cpp
rename : xpfe/appshell/AppWindow.h => xpfe/appshell/nsXULWindow.h
2019-11-05 09:24:26 +02:00
Brendan Dahl
0c0da7791e
Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug
...
nsXULWindow is no longer XUL specific and is somewhat confusing name.
Differential Revision: https://phabricator.services.mozilla.com/D51486
--HG--
rename : xpfe/appshell/nsXULWindow.cpp => xpfe/appshell/AppWindow.cpp
rename : xpfe/appshell/nsXULWindow.h => xpfe/appshell/AppWindow.h
rename : xpfe/appshell/nsIXULWindow.idl => xpfe/appshell/nsIAppWindow.idl
extra : moz-landing-system : lando
2019-11-04 23:37:31 +00:00
Dorel Luca
0207ce5451
Backed out 2 changesets (bug 1470510) for build bustage on /build/src/widget/cocoa/nsChildView.mm. CLOSED TREE
...
Backed out changeset 5967bf633574 (bug 1470510)
Backed out changeset 067a556bb614 (bug 1470510)
--HG--
rename : xpfe/appshell/nsIAppWindow.idl => xpfe/appshell/nsIXULWindow.idl
rename : xpfe/appshell/AppWindow.cpp => xpfe/appshell/nsXULWindow.cpp
rename : xpfe/appshell/AppWindow.h => xpfe/appshell/nsXULWindow.h
extra : amend_source : 752d828c6a0726c3f2df57a25741e38b36b75d6b
2019-11-04 19:18:56 +02:00
Brendan Dahl
247b257cfa
Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug
...
nsXULWindow is no longer XUL specific and is somewhat confusing name.
Differential Revision: https://phabricator.services.mozilla.com/D51486
--HG--
rename : xpfe/appshell/nsXULWindow.cpp => xpfe/appshell/AppWindow.cpp
rename : xpfe/appshell/nsXULWindow.h => xpfe/appshell/AppWindow.h
rename : xpfe/appshell/nsIXULWindow.idl => xpfe/appshell/nsIAppWindow.idl
extra : moz-landing-system : lando
2019-11-04 16:52:35 +00:00
Michael Kaply
100152680d
Bug 1587492 - Add a new policy to always show the menubar. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D48724
--HG--
extra : moz-landing-system : lando
2019-11-04 16:15:53 +00:00
Neil Deakin
d12fb42226
Bug 1592157, convert LinkHandlerChild.jsm to JSWindowActor to support fission, r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D51026
--HG--
extra : moz-landing-system : lando
2019-11-04 14:48:04 +00:00
Daniel Varga
429b8b51f9
Backed out changeset f723268009a9 (bug 1587492) for browser chrome failure at browser/browser_policy_display_menu.js
2019-11-01 21:12:07 +02:00
Michael Kaply
4dcdbaaeb5
Bug 1587492 - Add a new policy to always show the menubar. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D48724
--HG--
extra : moz-landing-system : lando
2019-11-01 13:25:34 +00:00
Neil Deakin
01f6409a03
Bug 1590752, remove now unneeded content.js framescript, r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D50585
--HG--
extra : moz-landing-system : lando
2019-10-31 10:11:52 +00:00
Neil Deakin
0d839af744
Bug 1590752, convert ContentMetaHandler.jsm into JSWindowActors, r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D50584
--HG--
rename : browser/modules/ContentMetaHandler.jsm => browser/actors/ContentMetaChild.jsm
extra : moz-landing-system : lando
2019-10-31 10:11:40 +00:00
Paolo Amadini
cac70e35cc
Bug 1584627 - Remove ensureXBLBindingAttached from tabprompts.jsm. r=bgrins
...
This is unnecessary now that XBL bindings are not used anymore.
Differential Revision: https://phabricator.services.mozilla.com/D50975
--HG--
extra : moz-landing-system : lando
2019-10-29 18:32:40 +00:00
Chris H-C
82bcf7f5be
Bug 1520491 - Remove Hybrid Content Telemetry r=janerik,Dexter
...
It isn't in use. We haven't been able to identify a project that will use it
any time soon. And its test (and, thus, possibly the code itself) isn't
Fission-compatible.
Differential Revision: https://phabricator.services.mozilla.com/D51108
--HG--
rename : toolkit/components/telemetry/docs/collection/hybrid-content.rst => toolkit/components/telemetry/docs/obsolete/hybrid-content.rst
extra : moz-landing-system : lando
2019-10-30 17:35:36 +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
prathiksha
770ea8cdd6
Bug 1563355 - Handle exceptionDialogButton click on certerror pages in AboutNetErrorhandler.jsm. r=johannh
...
Depends on D46438
Differential Revision: https://phabricator.services.mozilla.com/D46583
--HG--
extra : moz-landing-system : lando
2019-10-28 20:39:16 +00:00
prathiksha
f23a25ca16
Bug 1563355 - Remove AboutNetErrorResetPreferences and use RPM in aboutNetError.js to communicate with AboutNetErrorHandler. r=johannh
...
Depends on D46154
Differential Revision: https://phabricator.services.mozilla.com/D46438
--HG--
extra : moz-landing-system : lando
2019-10-28 20:39:01 +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
Liang-Heng Chen
8d55fda613
Bug 1588706 - merge content blocking events and set doorhanger priority; r=johannh
...
cfr doorhangers supports priority field, but it doen't work if we receive content blocking event separtely.
Therefore we should fire an event contains all events and let cfr priority decides the order.
Differential Revision: https://phabricator.services.mozilla.com/D49771
--HG--
extra : moz-landing-system : lando
2019-10-25 10:44:29 +00:00
James Jahns
8a6c8f36ef
Bug 1576918 - Port PageStyle actor to JSWindowActors for Fission compatibility. r=mconley,Gijs
...
These actors handle implementation of alternative stylesheets functionality.
r=mconley,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D46861
--HG--
extra : moz-landing-system : lando
2019-10-27 18:08:02 +00:00
Csoregi Natalia
7a9af1e313
Backed out changeset 530bcc00246e (bug 1576918) for browser-chrome failures on browser_dismissFooter.js. CLOSED TREE
2019-10-24 23:51:59 +03:00
James Jahns
cb5acc50ed
Bug 1576918 - Port PageStyle actor, which handles alternative stylesheets, to JSWindowActors for Fission compatibility. r=mconley,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D46861
--HG--
extra : moz-landing-system : lando
2019-10-24 19:53:42 +00:00
Narcis Beleuzu
2b0d2dd8e7
Merge autoland to mozilla-central. a=merge
2019-10-22 00:50:23 +03:00
Dão Gottwald
eda4c79a87
Bug 1589328 - Remove global-scope pollution from nsContextMenu.js. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D49583
--HG--
extra : moz-landing-system : lando
2019-10-21 13:40:00 +00:00
Mark Banner
d98ffc7276
Bug 1588785 - Send a notification when separate private default is toggled. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D49651
--HG--
extra : moz-landing-system : lando
2019-10-18 18:53:15 +00:00
Oana Pop Rus
852f034b58
Backed out 2 changesets (bug 1588785) for causing bc perma failures in browser_searchDefaultEngine.js on a CLOSED TREE
...
Backed out changeset 6ad4b26b21d7 (bug 1588785)
Backed out changeset 4a4afa268baf (bug 1588785)
2019-10-18 18:45:58 +03:00
Mark Banner
a9bc30339c
Bug 1588785 - Send a notification when separate private default is toggled. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D49651
--HG--
extra : moz-landing-system : lando
2019-10-18 14:17:39 +00:00
Marco Bonardo
3f507f3fdc
Bug 1587803 - Check BrowserContentHandler.jsm::doSearch() uses the private engine when appropriate. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D49446
--HG--
extra : moz-landing-system : lando
2019-10-18 10:24:52 +00:00
Dão Gottwald
97dc13cb94
Bug 1586889 - Stop re-initializing the urlbar when exiting customize mode. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D49405
--HG--
extra : moz-landing-system : lando
2019-10-17 09:03:12 +00:00
Sean Feng
7a418c9ca7
Bug 1578271 - Remove the expired FX_PAGE_RELOAD_KEY_COMBO probe r=Gijs,chutten a=test-fix
...
Differential Revision: https://phabricator.services.mozilla.com/D48361
--HG--
extra : amend_source : bb2741a588efda6a6f7809aa8134ae85e2e93da3
2019-10-07 17:41:41 +02:00
Dão Gottwald
d093241f42
Bug 1586351 - Cache retained results in the view temporarily to prevent results from flickering when MegaBar reopens. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D48818
--HG--
extra : moz-landing-system : lando
2019-10-15 16:05:05 +00:00
Matt Woodrow
4cefa2fdd3
Bug 1578624 - P11: Add a flag to ask the parent to not actually load the URI when opening a window, since we'll do it ourselves anyway. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D47867
--HG--
extra : moz-landing-system : lando
2019-10-11 01:56:35 +00:00
Matt Woodrow
f3de56fb54
Bug 1578624 - P7: Listen for keyword-uri-fixup events from the parent process in browser.js. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D44763
--HG--
extra : moz-landing-system : lando
2019-10-11 02:27:29 +00:00
Mike de Boer
87107fa64b
Bug 1563024 - Add a context menu item for the in-content popup to allow to perform a search in a new private window, using a private browsing mode default search engine. r=jaws,mak
...
Differential Revision: https://phabricator.services.mozilla.com/D48672
--HG--
extra : moz-landing-system : lando
2019-10-10 22:49:06 +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
4b70f9f830
Bug 1578624 - P11: Add a flag to ask the parent to not actually load the URI when opening a window, since we'll do it ourselves anyway. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D47867
--HG--
extra : moz-landing-system : lando
2019-10-09 07:54:45 +00:00