pbz
650149a70d
Bug 1650794 - Refactor subdialogs.js to reusable SubDialog.jsm. r=Gijs,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D82405
2020-07-09 10:10:18 +00:00
Mark Banner
e70637b6d9
Bug 1632448 - Remove now unused confirm and extensionID parameters for nsISearchService.addEngine, and rename it. r=daleharvey
...
Renaming to addOpenSearchEngine to make it more explicit about what it is actually doing.
Depends on D82524
Differential Revision: https://phabricator.services.mozilla.com/D82525
2020-07-09 09:56:25 +00:00
Mark Banner
6cd1a39735
Bug 1632448 - Remove AddSearchProvider implementation. r=baku,daleharvey
...
Depends on D82350
Differential Revision: https://phabricator.services.mozilla.com/D82524
2020-07-09 09:52:24 +00:00
Mark Banner
081c72b8b1
Bug 1637744 - Add more tests to cover various search engine parameter options. r=daleharvey
...
These cover some gaps in coverage for the existing getEngineParams.
Differential Revision: https://phabricator.services.mozilla.com/D82349
2020-07-09 09:50:29 +00:00
Mark Banner
009c9b0686
Bug 1637744 - Create a new function for adding search engines, and a separate function for policy engines. r=daleharvey
...
The main aim here is to move the call to getEngineParams that currently happens before addEngineWithDetails. This is moved into addEngineWithDetails, so that it is next to where the search engine is actually created. This gets ready for the next step which will be to merge getEngineParams with the SearchEngine initWithMetadata and associated calls.
The side effects are that we need a specific function for policy engines to use, and that we now have only tests using addEngineWithDetails.
Differential Revision: https://phabricator.services.mozilla.com/D82348
2020-07-09 09:23:10 +00:00
Razvan Maries
4c55ef6714
Bug 1614681 - Re-enabled test_distribution.js for Linux. r=egao
...
Differential Revision: https://phabricator.services.mozilla.com/D82825
2020-07-09 06:10:49 +00:00
Dorel Luca
584ee0d8de
Backed out 5 changesets (bug 1647881, bug 1645521, bug 1645324) for BC failures in urlbar/tests/browser/browser_autocomplete_a11y_label.js. CLOSED TREE
...
Backed out changeset 65f908569875 (bug 1645324)
Backed out changeset 3080a3cacd0a (bug 1645521)
Backed out changeset d32236f070bf (bug 1645521)
Backed out changeset 579362aab769 (bug 1645521)
Backed out changeset 2b306b83c0d1 (bug 1647881)
2020-07-09 07:57:42 +03:00
Emma Malysz
cb57528ee2
Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D81621
2020-07-09 00:35:30 +00:00
Harry Twyford
dfc6e2fddf
Bug 1645324 - Move the omnibox heuristic result to the omnibox provider. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D80295
2020-07-09 02:13:31 +00:00
Harry Twyford
8b234ca0d2
Bug 1645521 - Part 3 - Port unifiedcomplete tests. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D80294
2020-07-09 02:13:11 +00:00
Harry Twyford
8d274264c0
Bug 1645521 - Part 2 - Allow for multiple heuristic providers and enable ProviderHeuristicFallback. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D80293
2020-07-09 02:12:33 +00:00
Harry Twyford
1b48974567
Bug 1645521 - Part 1 - Add ProviderHeuristicFallback. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D80291
2020-07-09 02:12:21 +00:00
Harry Twyford
1303d9d7c6
Bug 1647881 - Store only a subset of fixupInfo in the queryContext. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D80904
2020-07-09 02:12:18 +00:00
Nick Alexander
066a872d44
Bug 1651136 - Part 2: Use non-XPCOM bool instead of nsresult in code used in updater. r=bytesized
...
Differential Revision: https://phabricator.services.mozilla.com/D82641
2020-07-08 23:38:15 +00:00
Punam Dahiya
b6d5c32fdb
Bug 1643419
- Add Tooltip on pre-importable top sites r=Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D82470
2020-07-08 23:46:50 +00:00
Itiel
50c5e799e3
Bug 1651433 - Fix the telephone number to appear correctly in the preferences and in the autofill list r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D82771
2020-07-08 19:51:14 +00:00
Matt Woodrow
6dade78e50
Bug 1649879 - Use webprogress events instead of waitForDocLoadAndStopIt in browser_progress_keyword_search_handling.js. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D82803
2020-07-08 23:38:35 +00:00
Matt Woodrow
17fbf88433
Bug 1649879 - Handle URIFixup that happens on a failed channel in DocumentLoadListener if available, rather than waiting for it to reach nsDocShell. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D81947
2020-07-08 23:38:22 +00:00
Matt Woodrow
8575748f00
Bug 1649879 - Remove URIFixupChild. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D81946
2020-07-08 23:37:59 +00:00
Mike Conley
4c243e84be
Bug 1633913 - Move the queueEarlyMessageMiddleware before the rehydrationMiddleware in the Activity Stream middleware chain. r=Mardak
...
The queueEarlyMessageMiddlware is designed to hold any messages from the about:home/about:newtab
document until the first message from the parent process is received. This is important because
it's possible for the about:home/about:newtab document to finish loading before Activity Stream
has finished initializing.
The other changes in this patch series allow the rehydrationMiddlware to skip dispatching
actions for the cached about:home document during the startup window. Unfortunately, because
the rehydrationMiddleware has been earlier in the chain than queueEarlyMessageMiddlware, this
means that those ignored startup actions didn't trigger the early queued messages to be sent
to the parent. This prevented the timestamps.about_home_topsites_first_paint scalar from being
set, which broke a Talos test.
By moving the queueEarlyMessageMiddleware earlier, it has an opportunity to send those early
actions to the parent before the rehydrationMiddleware has an opportunity to discard actions.
Depends on D80999
Differential Revision: https://phabricator.services.mozilla.com/D82735
2020-07-08 21:09:34 +00:00
Mike Conley
6df95fa43d
Bug 1633913 - Add a test to make sure no new Activity Stream actions get added to the startup window without the isStartup meta property. r=Mardak
...
This also updates the head.js for the about:home startup cache tests to make
sure that Pocket stories exist during the test.
Differential Revision: https://phabricator.services.mozilla.com/D80999
2020-07-08 15:10:01 +00:00
Mike Conley
ac59f0cacb
Bug 1633913 - Annotate ActivityStream actions that occur during startup, and have the cached about:home document ignore them. r=Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D80998
2020-07-08 15:09:34 +00:00
Nika Layzell
22a65a237e
Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi
...
Differential Revision: https://phabricator.services.mozilla.com/D82104
2020-07-08 20:15:59 +00:00
Michael Froman
27399f92bf
Bug 1651235 - enable webrtc usage of socket process on early beta and earlier. r=drno
...
Differential Revision: https://phabricator.services.mozilla.com/D82623
2020-07-08 18:53:35 +00:00
Mihai Alexandru Michis
1ba2a3f6f6
Backed out 3 changesets (bug 1650163) for causing bustages in nsContentSecurityManager.cpp
...
CLOSED TREE
Backed out changeset 51d7c644a1e6 (bug 1650163)
Backed out changeset 3d2b6908447a (bug 1650163)
Backed out changeset 79141707d47b (bug 1650163)
2020-07-08 21:18:44 +03:00
Nika Layzell
c850a94434
Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi
...
Differential Revision: https://phabricator.services.mozilla.com/D82104
2020-07-08 14:54:48 +00:00
Gavin Lazar Suntop
4f0c38a591
Bug 1651154 - hiding video playhead from dev tools r=thecount
...
Differential Revision: https://phabricator.services.mozilla.com/D82591
2020-07-07 23:26:23 +00:00
Florian Quèze
70dffcbae3
Bug 1650843 - fix the opacity of the profiler toolbar down arrow when a light weight theme is in use, r=julienw.
...
Differential Revision: https://phabricator.services.mozilla.com/D82404
2020-07-08 17:24:10 +00:00
Andrei Oprea
45831de74e
Bug 1651377 - Land strings for What's New Panel content in Firefox 79 r=flod,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D82724
2020-07-08 16:49:19 +00:00
Sebastian Streich
8ccf28a8ba
Bug 1614969 - Check download with MixedContentBlocker r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D73302
2020-07-08 15:25:43 +00:00
Andrei Oprea
9be974e02b
Bug 1648179
- Add schema test coverage for CFRMessageProvider messages r=k88hudson
...
Differential Revision: https://phabricator.services.mozilla.com/D80922
2020-07-07 21:57:48 +00:00
Mike Conley
f91c7b29a6
Bug 1650243 - Don't accidentally restore the WebRTC global sharing indicator if it is minimized when changing streams. r=pbz
...
window.sizeToContent causes a minimized window to be restored, so we skip calling that if the
indicator is minimized. We call it instead once the indicator is restored.
Differential Revision: https://phabricator.services.mozilla.com/D82620
2020-07-08 09:34:39 +00:00
julianwels
c44ea283e8
Bug 1644456 - Manage HTTPS-Only Mode permission with SitePermissions interface. r=necko-reviewers,pbz,dragana
...
Differential Revision: https://phabricator.services.mozilla.com/D79427
2020-07-08 12:06:02 +00:00
Dão Gottwald
15905f8234
Bug 1574562 - Make the find bar support frame_inactive. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D82658
2020-07-08 10:15:03 +00:00
Dão Gottwald
f9607f7c7d
Bug 1503678 - Respect prefers-reduced-motion when reordering items in customize mode. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D82541
2020-07-08 08:33:47 +00:00
Bogdan Tara
d45df146b1
Backed out changeset d3f7f11b80ea (bug 1503678) for widget-overflow-fixed-list related failures CLOSED TREE
2020-07-08 11:10:29 +03:00
Tom Tung
7e78f4ec74
Bug 1626581
- Use mozfile.remove in test_refresh_firefox.py and add the "\\?\" prefix for file path on Windows for mozfile.remove; r=whimboo,gbrown
...
Differential Revision: https://phabricator.services.mozilla.com/D81901
2020-07-07 15:00:46 +00:00
Dão Gottwald
9a6c0a0bd5
Bug 1503678 - Respect prefers-reduced-motion when reordering items in customize mode. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D82541
2020-07-07 23:17:56 +00:00
Cosmin Sabou
d84db7a42c
Backed out 2 changesets (bug 1633913) for turning bug 1648918 into permafail.
...
Backed out changeset 034094223ab6 (bug 1633913)
Backed out changeset 9b4ac167f5fa (bug 1633913)
2020-07-08 08:05:23 +03:00
Severin
8deb84e6ca
Bug 1641415 - show values from page inputs in username field of password manager doorhanger;r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D80673
2020-07-08 04:46:11 +00:00
Narcis Beleuzu
c97aefe71a
Backed out changeset 4a732e51e604 (bug 1604807) for xpcshell failure on test_autofillFormFields.js
2020-07-08 07:55:48 +03:00
Adam Roach [:abr]
ffd0f638b7
Bug 1604807: Set text field values through formFillController to avoid races r=zbraniecki
...
Differential Revision: https://phabricator.services.mozilla.com/D82637
2020-07-08 03:16:38 +00:00
Kris Maglione
bd94db4e9a
Bug 1580764: Part 2 - Use BrowsingContext IDs rather than window IDs to compute frame IDs. r=zombie
...
Differential Revision: https://phabricator.services.mozilla.com/D82464
2020-07-07 21:37:53 +00:00
Narcis Beleuzu
8359f16846
Backed out 7 changesets (bug 1650163, bug 1649477) for bustages on JSActor.cpp . CLOSED TREE
...
Backed out changeset 4a21afb65254 (bug 1650163)
Backed out changeset c41753a56f5a (bug 1650163)
Backed out changeset 5fb444c35764 (bug 1650163)
Backed out changeset 830aa93d2b0c (bug 1649477)
Backed out changeset eca6e9dce450 (bug 1649477)
Backed out changeset 5b217aa88289 (bug 1649477)
Backed out changeset 8959d02b840f (bug 1649477)
2020-07-08 04:09:27 +03:00
Mike Conley
18cfe83515
Bug 1633913 - Add a test to make sure no new Activity Stream actions get added to the startup window without the isStartup meta property. r=Mardak
...
This also updates the head.js for the about:home startup cache tests to make
sure that Pocket stories exist during the test.
Differential Revision: https://phabricator.services.mozilla.com/D80999
2020-07-07 23:07:12 +00:00
Mike Conley
26e47e4baf
Bug 1633913 - Annotate ActivityStream actions that occur during startup, and have the cached about:home document ignore them. r=Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D80998
2020-07-07 23:07:00 +00:00
Nika Layzell
df351180c3
Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre
...
Differential Revision: https://phabricator.services.mozilla.com/D82104
2020-07-06 20:30:58 +00:00
Scott
bea2192307
Bug 1644891 - Client side mechanism to read spoc v2 server response. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D82610
2020-07-07 22:15:33 +00:00
Gijs Kruitbosch
7768878f07
Bug 1649819 - fix triggering gmp/widevine/openh264 eme CDM installs by attempting to use them, r=bryce
...
Differential Revision: https://phabricator.services.mozilla.com/D82527
2020-07-07 17:50:18 +00:00
Nika Layzell
672ef8965c
Bug 1599579 - Part 5: Ensure all views have matching BrowsingContextGroup IDs in getViews test, r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D80258
2020-07-06 19:45:43 +00:00