Matthew Noorenberghe
c3370a94f5
Bug 1596663 - Use `Promise` IDL return values instead of jsval in passwordmgr. r=sfoster
...
The `Promise` type wasn't available to XPIDL when these were added.
Differential Revision: https://phabricator.services.mozilla.com/D54779
--HG--
extra : moz-landing-system : lando
2019-11-27 15:28:54 +00:00
Matthew Noorenberghe
8d97b8d15c
Bug 1596663 - Convert LoginManagerStorage_json to a JS class. r=sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D54138
--HG--
extra : moz-landing-system : lando
2019-11-27 15:30:39 +00:00
Matthew Noorenberghe
cee4d84f23
Bug 1596663 - Use searchLoginsAsync for login searches by guid. r=sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D53151
--HG--
extra : moz-landing-system : lando
2019-11-27 15:28:22 +00:00
Matthew Noorenberghe
58642161e2
Bug 1596663 - Use searchLoginsAsync in _searchAndDedupeLogins. r=sfoster
...
Update callers to await on the result.
Differential Revision: https://phabricator.services.mozilla.com/D53150
--HG--
extra : moz-landing-system : lando
2019-11-27 15:28:07 +00:00
Matthew Noorenberghe
95cf915f5f
Bug 1596663 - Add searchLoginsAsync nsILoginManagerStorage method. r=sfoster
...
We need to switch the APIs used for capture/fill (not management) to be async to support async queries a GeckoView login storage provider.
Differential Revision: https://phabricator.services.mozilla.com/D53149
--HG--
extra : moz-landing-system : lando
2019-11-27 15:27:55 +00:00
Nazım Can Altınova
e92cf6b787
Bug 1590706 - Part 1: Add a field inside ActivePS to hold the active BrowsingContext ID. r=gerald
...
Differential Revision: https://phabricator.services.mozilla.com/D54144
--HG--
extra : moz-landing-system : lando
2019-11-27 14:27:39 +00:00
Matthew Noorenberghe
7dca7daa86
Bug 1599752 - Partial back out of changeset c72321ba48b8 to remove subdomain suggestions in the context menu.
...
Differential Revision: https://phabricator.services.mozilla.com/D54937
--HG--
extra : moz-landing-system : lando
2019-11-27 14:25:19 +00:00
Ehsan Akhgari
6216893099
Bug 1599237 - Add a cookie manager API for deleting cookies by a time range, and use it in the clear data service; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D54646
--HG--
extra : moz-landing-system : lando
2019-11-27 11:01:45 +00:00
Ehsan Akhgari
323c43dc11
Bug 1599418 - Increase the test timeout in browser_blockingLocalStorage.js; r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D54784
--HG--
extra : moz-landing-system : lando
2019-11-27 03:08:22 +00:00
Ehsan Akhgari
fb9b6b65c5
Bug 1599633 - Stop looking for more permissions once we've found one that matches our lookup criteria; r=baku
...
This prevents us from looping needlessly once we've found
a match.
Differential Revision: https://phabricator.services.mozilla.com/D54838
--HG--
extra : moz-landing-system : lando
2019-11-27 10:58:24 +00:00
Andrew Halberstadt
83a9540265
Bug 1593402 - Skip toolkit/mozapps/extensions/test/browser/browser_about_debugging_link.js on Linux64/debug with fission, r=egao
...
Differential Revision: https://phabricator.services.mozilla.com/D54820
--HG--
extra : moz-landing-system : lando
2019-11-27 13:57:20 +00:00
Mihai Alexandru Michis
096946a25f
Backed out 2 changesets (bug 1590706) for causing bustages in gtest/GeckoProfiler.cpp CLOSED TREE
...
Backed out changeset c98daf6c7687 (bug 1590706)
Backed out changeset 4c2af658ce76 (bug 1590706)
2019-11-27 15:42:55 +02:00
Nazım Can Altınova
372b36e229
Bug 1590706 - Part 1: Add a field inside ActivePS to hold the active BrowsingContext ID. r=gerald
...
Differential Revision: https://phabricator.services.mozilla.com/D54144
--HG--
extra : moz-landing-system : lando
2019-11-27 12:54:13 +00:00
Tim Nguyen
515b0cd2c5
Bug 1599697 - Re-add 'font: inherit' to .tree-input. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D54918
--HG--
extra : moz-landing-system : lando
2019-11-27 12:16:10 +00:00
Valentin Gosu
164b071ee3
Bug 1541389 - Fix browser_httpCrossOriginOpenerPolicy.js to remove timeouts and not wait for SSTabRestored r=mattwoodrow
...
(Matt Woodrow (:mattwoodrow) in bug 1541389 comment #7 )
> Nika did some work on top of DocumentChannel to make sure we delay
notifying the old docshell that it had been cancelled until we'd setup
the new one.
This patch removes the code that waits for the `SSTabRestored` event when a
process switch is expected.
It also removes the `setTimeout` in the test, and uses
`browser.frameLoader.remoteTab.osPid` instead of ContentTask.spawn to get the
PID of the content process.
Differential Revision: https://phabricator.services.mozilla.com/D54774
--HG--
extra : moz-landing-system : lando
2019-11-26 23:01:39 +00:00
championshuttler
dde3c6f42b
Bug 1569472 - Fix Linting errors in toolkit/components/extensions/. r=sylvestre
...
Differential Revision: https://phabricator.services.mozilla.com/D54061
--HG--
extra : moz-landing-system : lando
2019-11-26 19:28:29 +00:00
Cameron McCormack
44c89b66fe
Bug 1599286 - Prevent -moz-min-font-size-ratio from interfering with cached scrollbar styles. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D54674
--HG--
extra : moz-landing-system : lando
2019-11-27 06:02:47 +00:00
Matt Woodrow
ec76e312ca
Bug 1584031 - Fix test_ext_redirect_jar.html to handle OOP extension pages. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D54221
--HG--
extra : moz-landing-system : lando
2019-11-27 02:19:46 +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
Dorel Luca
3b7542d69e
Backed out changeset 82865b3cc6ed (bug 1599286) for Browser-chrome failures in content/minimal-xul.css. CLOSED TREE
2019-11-27 04:32:45 +02:00
Michael Cooper
5096499a64
Bug 1594035 - Don't send `null` enrollmentIds for Normandy telemetry r=rhelmer
...
Differential Revision: https://phabricator.services.mozilla.com/D54834
--HG--
extra : moz-landing-system : lando
2019-11-26 23:43:42 +00:00
Paul Bone
a8ed0f485e
Bug 1598601 - Enable DocumentChannel in the 2nd part of browser_httpToFileHistory.js r=jya
...
DocumentChannel is enabled by default in nightly, but not beta. We need to
enable it explicitly in the 2nd part of this test.
Differential Revision: https://phabricator.services.mozilla.com/D54451
--HG--
extra : moz-landing-system : lando
2019-11-26 10:30:53 +00:00
Gijs Kruitbosch
f1f5d42388
Bug 1496380 - include LSCopyDefaultApplicationURLForURL in recordreplay darwin process redirect, r=bhackett
...
Depends on D48742
Differential Revision: https://phabricator.services.mozilla.com/D50917
--HG--
extra : moz-landing-system : lando
2019-11-26 17:59:00 +00:00
Cameron McCormack
ddbf19d88e
Bug 1599286 - Prevent -moz-min-font-size-ratio from interfering with cached scrollbar styles. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D54674
--HG--
extra : moz-landing-system : lando
2019-11-26 09:20:28 +00:00
Narcis Beleuzu
7d30f98797
Backed out changeset 4c50773d59a2 (bug 1594004) for mochitest failures on test_postMessage_solidus.html . CLOSED TREE
2019-11-27 02:01:58 +02:00
Kris Maglione
bb445b4ac3
Bug 1588106: Don't close extension tabs during normal navigations. r=zombie
...
Differential Revision: https://phabricator.services.mozilla.com/D54044
--HG--
extra : moz-landing-system : lando
2019-11-21 22:27:51 +00:00
Dorel Luca
6e67f20e69
Backed out changeset c7be5c184756 (bug 1579581) for reftest failures in xpcom/base/nsSystemInfo.cpp. CLOSED TREE
2019-11-26 22:35:40 +02: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
Shane Caraveo
38d51e8a42
Bug 1599205 Part 2: fix onChange event details object r=zombie
...
Differential Revision: https://phabricator.services.mozilla.com/D54639
--HG--
extra : moz-landing-system : lando
2019-11-26 19:43:38 +00:00
Shane Caraveo
234c7eb128
Bug 1599205 Part 1: add onChange to captive url setting api r=zombie
...
Differential Revision: https://phabricator.services.mozilla.com/D54793
--HG--
extra : moz-landing-system : lando
2019-11-26 19:43:00 +00:00
Mark Striemer
c9b7200658
Bug 1598901 - Fix extension toggle in RTL r=rpl,Itiel
...
Differential Revision: https://phabricator.services.mozilla.com/D54590
--HG--
extra : moz-landing-system : lando
2019-11-26 19:29:14 +00:00
Itiel
a4e8065185
Bug 1599511 - Mirror the card theme images for RTL r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D54776
--HG--
extra : moz-landing-system : lando
2019-11-26 17:51:16 +00:00
emalysz
5c76883c08
Bug 1579581, Part 1: Remove remaining CPU info off main-thread and load later on startup. r=mconley,chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D51704
--HG--
extra : moz-landing-system : lando
2019-11-26 18:09:05 +00:00
Ehsan Akhgari
68bba5ed9e
Bug 1598809 - Increase the test timeout in browser_blockingSessionStorage.js; r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D54650
--HG--
extra : moz-landing-system : lando
2019-11-26 16:06:21 +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
Andrea Marchesini
0933c7dc21
Bug 1593635 - Expose TLS min/max versions as browser-settings properties, r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D51582
--HG--
extra : moz-landing-system : lando
2019-11-26 17:31:41 +00:00
Gurzau Raul
865834687b
Backed out changeset 74162d71ef4d (bug 1597704) for failing at browser_insecurePasswordConsoleWarning.js on a CLOSED TREE.
2019-11-26 19:30:19 +02:00
Sebastian Streich
a22a53ebb2
Bug 1597704 - Move is OriginPotentially Trustworthy into Principal r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D53830
--HG--
extra : moz-landing-system : lando
2019-11-26 16:00:49 +00:00
Sebastian Streich
a3be2f9036
Bug 1594004 - Enable CacheSplit in nightly r=ckerschb,annevk
...
***
Fix Cache-Split related Tests
Differential Revision: https://phabricator.services.mozilla.com/D51815
--HG--
extra : moz-landing-system : lando
2019-11-26 15:38:53 +00:00
qiaopengcheng
5209b0b401
Bug 1403893 - Make Breakpad print out the MIPS floating point registers correctly. r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D54730
--HG--
extra : moz-landing-system : lando
2019-11-26 14:52:55 +00:00
Sylvestre Ledru
e94f355d96
Bug 1596911 - Add missing license headers on the new managed extensions r=Gijs,MattN
...
Depends on D53267
Differential Revision: https://phabricator.services.mozilla.com/D53269
--HG--
extra : moz-landing-system : lando
2019-11-26 15:00:00 +00:00
Gabriele Svelto
f8581fc656
Bug 1599449 - Add bug 1371390
to the breakpad patches we apply locally to prevent updates from clobbering it r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D54728
--HG--
extra : moz-landing-system : lando
2019-11-26 14:42:24 +00:00
Sylvestre Ledru
8d2f0d1b1f
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D54686
--HG--
extra : moz-landing-system : lando
2019-11-26 14:35:02 +00:00
Mike de Boer
092cf95f26
Bug 1599172 - Re-initialize the Search Service when the pref 'browser.search.modernConfig' is flipped, to aid in testing. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D54683
--HG--
extra : moz-landing-system : lando
2019-11-26 12:35:43 +00:00
Tim Nguyen
eddf20e619
Bug 1583925 - Replace commonDialog.xul XUL grid with CSS grid. r=dao
...
This makes use of display: contents; in order to preserve the row-based markup that is needed by JS to hide certain rows.
Differential Revision: https://phabricator.services.mozilla.com/D54243
--HG--
extra : moz-landing-system : lando
2019-11-26 13:41:16 +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
176a1755ea
Bug 1584031 - Fix test_ext_redirect_jar.html to handle OOP extension pages. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D54221
--HG--
extra : moz-landing-system : lando
2019-11-26 03:18:53 +00: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
Coroiu Cristina
f369ecd187
Backed out 2 changesets (bug 1594035) for xpcshell failures at toolkit/modules/tests/xpcshell/test_firstStartup.js on a CLOSED TREE
...
Backed out changeset b4da4b5e0781 (bug 1594035)
Backed out changeset ab451796f43a (bug 1594035)
2019-11-26 04:47:05 +02:00
Sam Foster
0055d4f9e1
Bug 1599315 - Update tests to use setUserInput, ensuring we get an input event for field modifications. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D51718
--HG--
extra : moz-landing-system : lando
2019-11-26 01:51:33 +00: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
kriswright
10c317e37e
Bug 1593847 - Increase the buffer size for reading in /proc/cpuinfo entries r=gsvelto
...
On some linux machines, the cpu flags exceed the max buffer size of 512 characters. Doubling the buffer size makes room for these flags, so the minidump writer doesn't exit after reading the first `flags` entry, which falsely interprets the highest cpu id as 0.
Differential Revision: https://phabricator.services.mozilla.com/D54610
--HG--
extra : moz-landing-system : lando
2019-11-25 23:58:28 +00:00
Andrew McCreight
d25c3b20ae
Bug 1598787 - Rename XRE_ChildProcessTypeToString to XRE_GeckoProcessTypeToString. r=froydnj
...
This function works on all GeckoProcessTypes, not just those for child
processes.
Differential Revision: https://phabricator.services.mozilla.com/D54375
--HG--
extra : moz-landing-system : lando
2019-11-25 22:45:31 +00:00
Coroiu Cristina
0356c7a1b5
Backed out changeset 8f52344661fe (bug 1598787) for build bustages at build/src/tools/fuzzing/faulty/Faulty.cpp on a CLOSED TREE
2019-11-26 00:22:28 +02:00
Michael Cooper
de35b308ec
Bug 1594035 p2 - Add filler enrollment IDs to old Normandy studies and rollouts. r=Gijs
...
Having null or undefined values for enrollment IDs causes trouble with
Telemetry. The easiest approach is to assign all objects that could have an
enrollment ID but don't a filler value. This value will be ignored by tooling
and should be fairly obvious to humans reading the code.
Any newly created studies and rollouts will have enrollment IDs set. The
migrations introduced here will ensure that any old studies and rollouts get a
value. Therefor all of them will have an enrollment ID that is non-null. This
simplifies the code that deals with enrollment IDs, instead of scattering null
checks all around the code.
Differential Revision: https://phabricator.services.mozilla.com/D52085
--HG--
extra : moz-landing-system : lando
2019-11-25 21:56:47 +00:00
Michael Cooper
e84c533259
Bug 1594035 p1 - Register UI listener sooner in Normandy init to avoid race conditions r=Gijs
...
Without this patch, the UI finished listener is only registered after the
migrations are completely run. If the UI finishes intializating before this
happens, then our listener will never fire, and we'll miss the event. This
causes initialization to never proceed.
With this patch, we register the listener synchronously (before the first
`await`) and so are guaranteed to receive the event, no matter how long the
migrations take to run.
Differential Revision: https://phabricator.services.mozilla.com/D53896
--HG--
extra : moz-landing-system : lando
2019-11-25 21:56:32 +00:00
Andrew McCreight
b8c9932d5b
Bug 1598787 - Rename XRE_ChildProcessTypeToString to XRE_GeckoProcessTypeToString. r=froydnj
...
This function works on all GeckoProcessTypes, not just those for child
processes.
Differential Revision: https://phabricator.services.mozilla.com/D54375
--HG--
extra : moz-landing-system : lando
2019-11-25 17:24:46 +00:00
rdalal
94d29ad147
Bug 1598930 - ClientEnvironment proxy should set values to cache r=mythmon
...
Differential Revision: https://phabricator.services.mozilla.com/D54416
--HG--
extra : moz-landing-system : lando
2019-11-25 21:26:36 +00:00
JaStenson
0ef4489322
Bug 1594082 - Remove test code related to XUL about:addons, r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D54585
--HG--
extra : moz-landing-system : lando
2019-11-25 20:36:47 +00:00
Michael Kaply
f7e5c21bed
Bug 1586913 - Add policy for DisablePasswordReveal. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D54559
--HG--
extra : moz-landing-system : lando
2019-11-25 19:26:48 +00:00
Mike Conley
d4899e5209
Bug 1598886 - Mirror the Picture-in-Picture icons for RTL locales. r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D54582
--HG--
extra : moz-landing-system : lando
2019-11-25 20:19:30 +00:00
Luca Greco
cf216aa0c2
Bug 1594786 - Make test.withHandlingUserInput to be only supported in automation. r=mixedpuppy,robwu
...
Make test.withHandingUserInput more restrictive than the rest of the test namespace
(which is also going to be available if an XPCSHELL_TEST_PROFILE_DIR environment var
is defined).
Differential Revision: https://phabricator.services.mozilla.com/D54498
--HG--
extra : moz-landing-system : lando
2019-11-25 19:04:57 +00:00
Emma Malysz
ae7be05784
Bug 1596869, rename .xul files in security/manager to .xhtml r=keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D54198
--HG--
rename : security/manager/pki/resources/content/certManager.xul => security/manager/pki/resources/content/certManager.xhtml
rename : security/manager/pki/resources/content/certViewer.xul => security/manager/pki/resources/content/certViewer.xhtml
rename : security/manager/pki/resources/content/changepassword.xul => security/manager/pki/resources/content/changepassword.xhtml
rename : security/manager/pki/resources/content/clientauthask.xul => security/manager/pki/resources/content/clientauthask.xhtml
rename : security/manager/pki/resources/content/deletecert.xul => security/manager/pki/resources/content/deletecert.xhtml
rename : security/manager/pki/resources/content/device_manager.xul => security/manager/pki/resources/content/device_manager.xhtml
rename : security/manager/pki/resources/content/downloadcert.xul => security/manager/pki/resources/content/downloadcert.xhtml
rename : security/manager/pki/resources/content/editcacert.xul => security/manager/pki/resources/content/editcacert.xhtml
rename : security/manager/pki/resources/content/exceptionDialog.xul => security/manager/pki/resources/content/exceptionDialog.xhtml
rename : security/manager/pki/resources/content/load_device.xul => security/manager/pki/resources/content/load_device.xhtml
rename : security/manager/pki/resources/content/protectedAuth.xul => security/manager/pki/resources/content/protectedAuth.xhtml
rename : security/manager/pki/resources/content/resetpassword.xul => security/manager/pki/resources/content/resetpassword.xhtml
rename : security/manager/pki/resources/content/setp12password.xul => security/manager/pki/resources/content/setp12password.xhtml
extra : moz-landing-system : lando
2019-11-25 19:37:02 +00:00
Andrew McCreight
e1cddbb815
Bug 1599180 - Fix some trivial "browing" typos. r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D54570
--HG--
extra : moz-landing-system : lando
2019-11-25 18:32:35 +00:00
Andrew McCreight
70fac76306
Bug 1599175, part 2 - Remove DOS line endings in PiP's browser.ini. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D54566
--HG--
extra : moz-landing-system : lando
2019-11-25 18:25:08 +00:00
Andrew McCreight
38dac812ea
Bug 1599175, part 1 - Remove unused 'browingContextId' message field in PictureInPictureChild. r=mconley
...
This field is misspelled. Don't worry though, it is also unused.
Differential Revision: https://phabricator.services.mozilla.com/D54565
--HG--
extra : moz-landing-system : lando
2019-11-25 18:19:01 +00:00
Agi Sferro
71a0f9df8f
Bug 1598378 - Disable mozAddonManager for GeckoView. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D54317
--HG--
extra : moz-landing-system : lando
2019-11-25 16:40:25 +00:00
Taylor
9fa2878a4c
Bug 1371687
- Remove UpdateShortcutAppUserModelIds from helper.exe. r=mhowell
...
Differential Revision: https://phabricator.services.mozilla.com/D54390
--HG--
extra : moz-landing-system : lando
2019-11-25 16:05:13 +00:00
Rob Wu
1ac11b47bd
Bug 1584391 - Re-enable test logic and remove debugging code r=rpl
...
Differential Revision: https://phabricator.services.mozilla.com/D54469
--HG--
extra : moz-landing-system : lando
2019-11-25 14:56:45 +00:00
Arthur Iakab
4d19458ecd
Backed out changeset 92fa0186cb81 (bug 1576748) for build bustage on symbolstore.py CLOSED TREE
2019-11-25 16:55:58 +02:00
Nathan Froyd
e513689df3
Bug 1576748 - make symbolstore.py complain loudly if expected output isn't found; r=nalexander
...
This change surfaces errors faster, and ensures that we don't silently
end up with empty crashreporter symbols if `dump_syms` can't run for
some reason.
Differential Revision: https://phabricator.services.mozilla.com/D43520
--HG--
extra : moz-landing-system : lando
2019-11-25 14:13:07 +00:00
Mihai Alexandru Michis
a033171524
Backed out changeset 270e007adcd2 (bug 1594145) for causing browser-chrome failures in browser_Troubleshoot.js
2019-11-25 14:51:07 +02:00
Kris Taeleman
25c223ac03
Bug 1594145 - Add gfx telemetry scalars to geckoview_streaming. r=Dexter,jnicol
...
Differential Revision: https://phabricator.services.mozilla.com/D52941
--HG--
extra : moz-landing-system : lando
2019-11-23 00:18:27 +00:00
Mark Hammond
9ff9e9548a
Bug 1595954 - record event as the user explicitly connects or disconnects sync or fxa. r=eoger
...
Differential Revision: https://phabricator.services.mozilla.com/D53907
--HG--
extra : moz-landing-system : lando
2019-11-25 00:12:01 +00:00
Jan de Mooij
83d309574b
Bug 1579367 - Initialize XPCJSContext explicitly, after loading user prefs. r=kmag
...
This way we get the correct values for start-up prefs in the parent process.
Differential Revision: https://phabricator.services.mozilla.com/D51061
--HG--
extra : moz-landing-system : lando
2019-11-22 12:40:17 +00:00
Brindusan Cristian
210f413495
Backed out changeset f90a969f785c (bug 1596869) for bc failures on browser_clientAuth_ui.js. CLOSED TREE
...
--HG--
rename : security/manager/pki/resources/content/certManager.xhtml => security/manager/pki/resources/content/certManager.xul
rename : security/manager/pki/resources/content/certViewer.xhtml => security/manager/pki/resources/content/certViewer.xul
rename : security/manager/pki/resources/content/changepassword.xhtml => security/manager/pki/resources/content/changepassword.xul
rename : security/manager/pki/resources/content/clientauthask.xhtml => security/manager/pki/resources/content/clientauthask.xul
rename : security/manager/pki/resources/content/deletecert.xhtml => security/manager/pki/resources/content/deletecert.xul
rename : security/manager/pki/resources/content/device_manager.xhtml => security/manager/pki/resources/content/device_manager.xul
rename : security/manager/pki/resources/content/downloadcert.xhtml => security/manager/pki/resources/content/downloadcert.xul
rename : security/manager/pki/resources/content/editcacert.xhtml => security/manager/pki/resources/content/editcacert.xul
rename : security/manager/pki/resources/content/exceptionDialog.xhtml => security/manager/pki/resources/content/exceptionDialog.xul
rename : security/manager/pki/resources/content/load_device.xhtml => security/manager/pki/resources/content/load_device.xul
rename : security/manager/pki/resources/content/protectedAuth.xhtml => security/manager/pki/resources/content/protectedAuth.xul
rename : security/manager/pki/resources/content/resetpassword.xhtml => security/manager/pki/resources/content/resetpassword.xul
rename : security/manager/pki/resources/content/setp12password.xhtml => security/manager/pki/resources/content/setp12password.xul
2019-11-23 10:45:33 +02:00
Mike Conley
db5dbf7b3c
Bug 1535500 - Only register RFPHelper actor if using letterboxing. r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D54208
--HG--
extra : moz-landing-system : lando
2019-11-23 00:41:00 +00:00
Emma Malysz
fff53676c8
Bug 1596869, rename .xul files in security/manager to .xhtml r=keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D54198
--HG--
rename : security/manager/pki/resources/content/certManager.xul => security/manager/pki/resources/content/certManager.xhtml
rename : security/manager/pki/resources/content/certViewer.xul => security/manager/pki/resources/content/certViewer.xhtml
rename : security/manager/pki/resources/content/changepassword.xul => security/manager/pki/resources/content/changepassword.xhtml
rename : security/manager/pki/resources/content/clientauthask.xul => security/manager/pki/resources/content/clientauthask.xhtml
rename : security/manager/pki/resources/content/deletecert.xul => security/manager/pki/resources/content/deletecert.xhtml
rename : security/manager/pki/resources/content/device_manager.xul => security/manager/pki/resources/content/device_manager.xhtml
rename : security/manager/pki/resources/content/downloadcert.xul => security/manager/pki/resources/content/downloadcert.xhtml
rename : security/manager/pki/resources/content/editcacert.xul => security/manager/pki/resources/content/editcacert.xhtml
rename : security/manager/pki/resources/content/exceptionDialog.xul => security/manager/pki/resources/content/exceptionDialog.xhtml
rename : security/manager/pki/resources/content/load_device.xul => security/manager/pki/resources/content/load_device.xhtml
rename : security/manager/pki/resources/content/protectedAuth.xul => security/manager/pki/resources/content/protectedAuth.xhtml
rename : security/manager/pki/resources/content/resetpassword.xul => security/manager/pki/resources/content/resetpassword.xhtml
rename : security/manager/pki/resources/content/setp12password.xul => security/manager/pki/resources/content/setp12password.xhtml
extra : moz-landing-system : lando
2019-11-22 21:17:33 +00:00
Harry Twyford
89333d0eda
Bug 1594786 - Part 1 - Add withHandlingUserInput function to extension test suite. r=rpl,mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D53981
--HG--
extra : moz-landing-system : lando
2019-11-23 00:07:02 +00:00
Shane Caraveo
bbf2f205ed
Bug 1595931 fix page_action onClickedData type schema r=rpl
...
Differential Revision: https://phabricator.services.mozilla.com/D54187
--HG--
extra : moz-landing-system : lando
2019-11-22 11:11:57 +00:00
Matthew Noorenberghe
66f2568013
Bug 1566536 - Support password generation in private windows. r=sfoster
...
* Inform users in autocomplete that using a generated password will cause it to be automatically saved.
* Don't fill generated passwords from the context menu directly, that menu item (renamed) should simply force the generation UI to appear in autocomplete.
Differential Revision: https://phabricator.services.mozilla.com/D54338
--HG--
extra : moz-landing-system : lando
2019-11-23 03:26:03 +00:00
Gabriele Svelto
6157086d55
Bug 1598288 - Modernize code still using deprecated jsoncpp classes r=daoshengmu,chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D54124
--HG--
extra : moz-landing-system : lando
2019-11-22 18:03:28 +00:00
Mark Striemer
1ad0709e9d
Bug 1593358 - Wait to move extension cards while list is active r=rpl,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D51700
--HG--
extra : source : 43490702945ff3266f57277a1abafd6ca1d700b5
2019-11-22 15:35:23 +00:00
Mark Striemer
8ff9fdc060
Bug 1570792 - Toggle extension enabled state on the card r=rpl,fluent-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D51699
--HG--
extra : source : cf2f28971e644574fec25c268044bde692511c08
2019-11-21 22:04:55 +00:00
Mark Striemer
ecb3c6477f
Bug 1575905 - Part 2: Surface enable/disable button on theme cards r=rpl,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D51698
--HG--
extra : source : 67f284b0e4c2a65ddcc20d66e2833f9c491c198b
2019-11-21 22:04:53 +00:00
Mark Striemer
40c408d00f
Bug 1575905 - Part 1: Show theme previews for built-in themes, hide theme icons r=rpl,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D51697
--HG--
extra : source : 13d8e61774f1802f661fcb603a2053e158acf2d1
2019-11-21 22:04:50 +00:00
Cosmin Sabou
09e4d6e7d0
Backed out 4 changesets (bug 1570792, bug 1593358, bug 1575905) for causing bug 1593402 to near permafail. CLOSED TREE
...
Backed out changeset 43490702945f (bug 1593358)
Backed out changeset cf2f28971e64 (bug 1570792)
Backed out changeset 67f284b0e4c2 (bug 1575905)
Backed out changeset 13d8e61774f1 (bug 1575905)
--HG--
extra : amend_source : 9541e3e941e7b62095715bb4859991bd48ea0489
extra : histedit_source : 51dd3724c2e8b806b2c9e531aa14119ff38f37e4
2019-11-23 01:57:15 +02:00
Cosmin Sabou
b1bde23dbf
Backed out changeset e9d1379c65f5 (bug 1585904) for browser-chrome failures on browser_pageinfo_security.
...
--HG--
extra : histedit_source : 70a6520faf1fe6c83ae6cba3781d534cc3ae81b6
2019-11-23 01:25:02 +02: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
Chris H-C
27eb092aff
Bug 1591563 - Only build the fogotype crate on Nightly r=janerik,lina
...
Depends on D53713
Differential Revision: https://phabricator.services.mozilla.com/D53714
--HG--
extra : moz-landing-system : lando
2019-11-22 20:38:50 +00:00
Chris H-C
305aa7f710
Bug 1591563 - Add an empty do-nothing crate for fogotype work r=janerik
...
Differential Revision: https://phabricator.services.mozilla.com/D53713
--HG--
extra : moz-landing-system : lando
2019-11-22 20:38:48 +00:00
Benjamin De Kosnik
a72f7d8189
Bug 1580077 - Exfiltrate selected histograms for performance metrics via geckoview_streaming. r=chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D54046
--HG--
extra : moz-landing-system : lando
2019-11-22 18:18:17 +00:00
Carolina
f652812231
Bug 1585904 - Avoids opening the same certificate in multiple tabs each time.r=johannh,nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D50110
--HG--
extra : moz-landing-system : lando
2019-11-22 17:40:18 +00:00
Mark Striemer
3ad260c258
Bug 1593358 - Wait to move extension cards while list is active r=rpl,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D51700
--HG--
extra : moz-landing-system : lando
2019-11-22 15:35:23 +00:00
Mark Striemer
fc6c868f4a
Bug 1570792 - Toggle extension enabled state on the card r=rpl,fluent-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D51699
--HG--
extra : moz-landing-system : lando
2019-11-21 22:04:55 +00:00
Mark Striemer
a3fe9e281e
Bug 1575905 - Part 2: Surface enable/disable button on theme cards r=rpl,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D51698
--HG--
extra : moz-landing-system : lando
2019-11-21 22:04:53 +00:00
Mark Striemer
96337440a3
Bug 1575905 - Part 1: Show theme previews for built-in themes, hide theme icons r=rpl,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D51697
--HG--
extra : moz-landing-system : lando
2019-11-21 22:04:50 +00:00