Shane Caraveo
7fa8b283f6
Bug 1544975 remove private window extension change notification r=robwu,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D57716
--HG--
extra : moz-landing-system : lando
2020-01-03 23:01:54 +00:00
Neil Deakin
16f95497b9
Bug 1601301, rework webrtc permission granting UI around JSWindowActor, performing the work of determining the ultimate state for the tab icon and menu in the parent rather than the content process, r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D56570
--HG--
rename : browser/modules/webrtcUI.jsm => browser/actors/WebRTCParent.jsm
extra : moz-landing-system : lando
2020-01-10 15:09:59 +00:00
Dão Gottwald
3225b46d32
Bug 1607170 - Remove openNewTabWith, openNewWindowWith. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D58754
--HG--
extra : moz-landing-system : lando
2020-01-07 11:00:30 +00:00
Andreea Pavel
c4508fa4ad
Backed out changeset 564b928b0203 (bug 1607170) for crashing browser_newWindowDrop.js on a CLOSED TREE
2020-01-06 16:31:37 +02:00
Dão Gottwald
3baab4766b
Bug 1607170 - Remove openNewTabWith, openNewWindowWith. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D58754
--HG--
extra : moz-landing-system : lando
2020-01-06 12:41:19 +00:00
Dave Townsend
06456f883d
Bug 1603272: List installed site specific browsers in the app menu. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D57015
--HG--
extra : moz-landing-system : lando
2019-12-23 18:58:03 +00:00
Vijay Budhram
69c06d53ba
Bug 1597994 - Update FxA menu manage account labels r=markh,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D57548
--HG--
extra : moz-landing-system : lando
2019-12-23 14:42:09 +00:00
Dão Gottwald
e400e680a5
Bug 1605050 - Stop inconsistently accepting javascript: and data: URL drops on new-tab-button. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D57762
--HG--
extra : moz-landing-system : lando
2019-12-19 11:24:13 +00:00
Johann Hofmann
edad9865cc
Bug 1603511 - Optimize sending SiteProtection:ContentBlockingEvent events. r=nhnt11
...
These events were sent excessively on onStateChange. This patch makes it so that:
- we only listen to top-level document changes (we used to send all events from iframes)
- we don't send events unless there's tracking content on the page
- we only send a single event on tab switch instead of multiple
Differential Revision: https://phabricator.services.mozilla.com/D57006
--HG--
extra : moz-landing-system : lando
2019-12-12 23:48:13 +00:00
Dão Gottwald
2dd81d3884
Bug 1599544 - Remove the workaround hiding the initial browser. r=florian
...
Differential Revision: https://phabricator.services.mozilla.com/D56718
--HG--
extra : moz-landing-system : lando
2019-12-12 14:06:40 +00:00
Marco Bonardo
d360177352
Bug 1601450 - Further restrict the retained results behavior. r=dao
...
If the user types a full url, confirms it, and then focuses the urlbar, we should
not
When focusing the address bar after typing and confirming a page, we end up reopening
the view because the search string is the same. This causes unexpected noise and
selection problems (the url is not selected anymore).
This patch changes the behavior so we don't reopen on valid pageproxystate, that
seems to make sense considering the feature scope of restoring an abandoned search.
Additionally, make the keyboard shortcut not trying to reopen the view if it's
already open, to avoid messing up with the selection.
Finally, restore the appropriate allowAutofill status from the last context.
This may still cause us to not autofill something that was previously autofilled,
if 2 tabs contain the same exact search, but that's an edge case, so acceptable.
Differential Revision: https://phabricator.services.mozilla.com/D56635
--HG--
extra : moz-landing-system : lando
2019-12-11 09:16:22 +00:00
Emma Malysz
57215abe07
Bug 1601094, rename the remaining .xul files in browser/ to .xhtml r=marionette-reviewers,whimboo,mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D55751
--HG--
rename : browser/base/content/aboutDialog.xul => browser/base/content/aboutDialog.xhtml
rename : browser/base/content/newInstall.xul => browser/base/content/newInstall.xhtml
rename : browser/base/content/pageinfo/pageInfo.xul => browser/base/content/pageinfo/pageInfo.xhtml
rename : browser/base/content/safeMode.xul => browser/base/content/safeMode.xhtml
rename : browser/base/content/sanitize.xul => browser/base/content/sanitize.xhtml
rename : browser/base/content/titlebar-items.inc.xul => browser/base/content/titlebar-items.inc.xhtml
rename : browser/base/content/webext-panels.xul => browser/base/content/webext-panels.xhtml
rename : browser/base/content/webrtcIndicator.xul => browser/base/content/webrtcIndicator.xhtml
rename : browser/components/downloads/content/contentAreaDownloadsView.xul => browser/components/downloads/content/contentAreaDownloadsView.xhtml
rename : browser/components/migration/content/migration.xul => browser/components/migration/content/migration.xhtml
rename : browser/components/places/content/bookmarkProperties.xul => browser/components/places/content/bookmarkProperties.xhtml
rename : browser/components/places/content/bookmarksSidebar.xul => browser/components/places/content/bookmarksSidebar.xhtml
rename : browser/components/places/content/historySidebar.xul => browser/components/places/content/historySidebar.xhtml
rename : browser/components/places/content/places.xul => browser/components/places/content/places.xhtml
rename : browser/components/shell/content/setDesktopBackground.xul => browser/components/shell/content/setDesktopBackground.xhtml
extra : moz-landing-system : lando
2019-12-11 00:27:19 +00:00
Jonathan Watt
8b155d8f62
Bug 1602561. Make PrintUtils.printWindow() act on a BrowsingContext. r=Gijs
...
Factored out from patches to make printing work with Fission enabled.
Differential Revision: https://phabricator.services.mozilla.com/D56436
--HG--
extra : moz-landing-system : lando
2019-12-10 21:59:02 +00:00
Andrei Oprea
a06612790c
Bug 1596118 - Remove fxa accounts badge that has been replaced by Messaging System badging r=eoger,k88hudson
...
Differential Revision: https://phabricator.services.mozilla.com/D52843
--HG--
extra : moz-landing-system : lando
2019-12-06 13:53:07 +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
Mark Striemer
7609763e4b
Bug 1564525 - Remove extensions.htmlaboutaddons.enabled pref r=Gijs
...
Depends on D55720
Differential Revision: https://phabricator.services.mozilla.com/D56028
--HG--
extra : moz-landing-system : lando
2019-12-05 18:49:43 +00:00
Masatoshi Kimura
502bc1fe35
Bug 1601235 - Remove the second arg of nsIXULBrowserWindow::SetOverLink. r=bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D55946
--HG--
extra : moz-landing-system : lando
2019-12-05 14:23:01 +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
Marco Bonardo
64e5635ba8
Bug 1593964 - part 2 - Retain results on tab switch/deactivate, requery on reopen. r=dao
...
Rather than clearing results on tab switch or deactivate, let's keep them, and
clean them on input change. On reopening the view run the query again, so results
are up to date and autofill works, but flickering is reduced.
Differential Revision: https://phabricator.services.mozilla.com/D52645
--HG--
extra : moz-landing-system : lando
2019-12-03 20:52:37 +00:00
Mihai Alexandru Michis
51b2b2c577
Backed out 2 changesets (bug 1593964) for causing failures in browser_retainedResultsOnFocus.js CLOSED TREE
...
Backed out changeset 7f2fe5517b7e (bug 1593964 )
Backed out changeset 0b744d1bf8e7 (bug 1593964 )
2019-12-03 13:56:10 +02:00
Marco Bonardo
fa450bc146
Bug 1593964 - part 2 - Retain results on tab switch/deactivate, requery on reopen. r=dao
...
Rather than clearing results on tab switch or deactivate, let's keep them, and
clean them on input change. On reopening the view run the query again, so results
are up to date and autofill works, but flickering is reduced.
Differential Revision: https://phabricator.services.mozilla.com/D52645
--HG--
extra : moz-landing-system : lando
2019-12-03 10:40:09 +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
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
Matt Woodrow
83f0f46289
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-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
d2a7eac05f
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-03 23:15:19 +00:00
Matt Woodrow
74cf18e268
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-04 02:02:33 +00:00
Harry Twyford
4ea53a93ad
Bug 1586026 - Expand Megabar in window.focusAndSelectUrlbar. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D48104
--HG--
extra : moz-landing-system : lando
2019-10-08 12:39:30 +00:00
Mark Banner
526c10a89d
Bug 1578381 - Rename HomePage.init to delayedStartup to better describe when it gets called normally. r=mixedpuppy
...
Depends on D48169
Differential Revision: https://phabricator.services.mozilla.com/D48195
--HG--
extra : moz-landing-system : lando
2019-10-07 17:05:09 +00:00
Michael Kaply
d3547ee818
Bug 158968 - Implement kiosk mode. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D41848
--HG--
extra : moz-landing-system : lando
2019-10-04 19:47:56 +00:00
James Teh
d9d82b8278
Bug 1576509: Add a function to announce a message to screen reader users. r=Gijs,yzen
...
Differential Revision: https://phabricator.services.mozilla.com/D47717
--HG--
extra : moz-landing-system : lando
2019-10-02 05:53:52 +00:00
Mark Hammond
42b1e658e0
Bug 1584076 - Hide the 'Firefox Services' label when there are no services. r=vbudhram
...
Differential Revision: https://phabricator.services.mozilla.com/D47720
--HG--
extra : moz-landing-system : lando
2019-10-01 14:33:01 +00:00
Sean Feng
660aac23aa
Bug 1467970 - Unsupport cross docGroup adoption r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D43135
--HG--
extra : moz-landing-system : lando
2019-09-14 00:09:44 +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
Mark Hammond
7ec2097ae8
Bug 1582633 - allow an FxA user to be signed in without sync being enabled. r=eoger,lina
...
Differential Revision: https://phabricator.services.mozilla.com/D46572
--HG--
extra : moz-landing-system : lando
2019-09-25 06:51:18 +00:00
Vijay Budhram
9ebe6010d5
Bug 1575706 - Add account sub menu to fxa toolbar menu r=eoger,markh
...
Differential Revision: https://phabricator.services.mozilla.com/D45725
--HG--
extra : moz-landing-system : lando
2019-09-20 17:00:51 +00:00
Marco Bonardo
8d45311eb0
Bug 1582505 - OpenViewOnFocus should not open the view on the new tab page using a shortcut. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D46491
--HG--
extra : moz-landing-system : lando
2019-09-19 21:20:34 +00:00
Gurzau Raul
5589deded8
Backed out changeset 4ce6c9d4041a (bug 1575706) for failing at browser_duplicateIDs.js on a CLOSED TREE.
2019-09-20 00:54:38 +03:00
Vijay Budhram
35c8f2a5ea
Bug 1575706 - Add account sub menu to fxa toolbar menu r=eoger,markh
...
Differential Revision: https://phabricator.services.mozilla.com/D45725
--HG--
extra : moz-landing-system : lando
2019-09-19 19:27:02 +00:00
Jonathan Kingston
6c5244b7a9
Bug 1579444 - Remove offline storage usage prompt r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D46075
--HG--
extra : moz-landing-system : lando
2019-09-17 16:21:45 +00:00
Bogdan Tara
7fd9d0c40e
Backed out changeset d6a50efcae08 (bug 1579444) for ES lint failure on OfflineAppsChild.jsm CLOSED TREE
2019-09-17 18:42:36 +03:00
Jonathan Kingston
d2f8bed096
Bug 1579444 - Remove offline storage usage prompt r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D46075
--HG--
extra : moz-landing-system : lando
2019-09-17 13:31:40 +00:00
prathiksha
474ef9a0f2
Bug 1561443 - Move _getErrorMessageFromCode from NetErrorChild.jsm to aboutNetError.js. r=fluent-reviewers,flod,johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D36542
--HG--
extra : moz-landing-system : lando
2019-09-17 09:49:59 +00:00
Tim Nguyen
e043df8d78
Bug 1534455 - Convert autocomplete binding to a customized input element. r=dao,bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D33250
--HG--
rename : toolkit/content/widgets/autocomplete.xml => toolkit/content/widgets/autocomplete-input.js
extra : moz-landing-system : lando
2019-09-17 06:22:42 +00:00
Mihai Alexandru Michis
f9580519b8
Backed out changeset e859a5aebb5b (bug 1534455) for causing failures at test_bug437844.xul
...
--HG--
rename : toolkit/content/widgets/autocomplete-input.js => toolkit/content/widgets/autocomplete.xml
2019-09-17 07:51:36 +03:00
Tim Nguyen
5d8a3da397
Bug 1534455 - Convert autocomplete binding to a customized input element. r=dao,bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D33250
--HG--
rename : toolkit/content/widgets/autocomplete.xml => toolkit/content/widgets/autocomplete-input.js
extra : moz-landing-system : lando
2019-09-17 01:35:25 +00:00
Marco Bonardo
fdfb9d4446
Bug 1578856 - browser.fixup.dns_first_for_single_words and the keyword-uri-fixup UI are broken. r=adw
...
In the Quantum Bar it's usually the urlbar code that decides whether a search
string should be visited or searched. if dns_first_for_single_words is set,
we can't make a final decision, because that depends on a dns lookup. For now
we don't want to duplicate the docshell code, also because we must keep the
old behavior functioning for cases where the urlbar value is set without input.
Similarly, when the docshell decides to search for a single word host, and a
dns lookup resolves it, it also shows a prompt asking the user if he meant to
visit it instead of searching. Because the urlbar skips the docshell decision
making, we must manually call the fixup prompt code from the urlbar.
Differential Revision: https://phabricator.services.mozilla.com/D45743
--HG--
extra : moz-landing-system : lando
2019-09-16 16:46:34 +00:00
Johann Hofmann
8847236f13
Bug 1573502 - Always use system principal as triggeringPrincipal for about:certificate. r=jkt
...
about:certificate is always trusted and we don't have to use the content principal in browser.js
Differential Revision: https://phabricator.services.mozilla.com/D45939
--HG--
extra : moz-landing-system : lando
2019-09-16 09:06:00 +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
Dão Gottwald
57f477c599
Bug 1580248 - Fix urlbar height and vertical alignment in compact mode. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D45555
--HG--
extra : moz-landing-system : lando
2019-09-11 22:44:41 +00:00