Daisuke Akatsuka
3ddb5240c2
Bug 1511062: Remove onItemMoved from nsINavBookmarkObserver. r=mak
...
Depends on D102574
Differential Revision: https://phabricator.services.mozilla.com/D102575
2021-05-06 02:29:44 +00:00
Daisuke Akatsuka
459dae23fa
Bug 1511062: Apply bookmark-moved event. r=mak
...
Depends on D102573
Differential Revision: https://phabricator.services.mozilla.com/D102574
2021-05-06 02:29:44 +00:00
Daisuke Akatsuka
b45071c413
Bug 1511062: Remove old/new parent id from onItemMoved in nsINavBookmarkObserver. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D102572
2021-05-06 02:29:43 +00:00
ffxbld
74cffb00e1
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D114090
2021-05-03 13:02:40 +00:00
Ben Dean-Kawamura
f986046726
Bug 1702376 - Removed the wipeAll command. r=markh
...
- Use `wipeEngine("tabs")` instead of `wipeAll()` as a test command in test_clients_engine.js
- Made the `engines` param required in `wipeRemote()`
Differential Revision: https://phabricator.services.mozilla.com/D113159
2021-05-03 02:11:59 +00:00
Sammy Khamis
64b9d1caa4
Bug 1648281 - Removed incoming telemetry for newFailed and reconciled for sync ping r=markh
...
Differential Revision: https://phabricator.services.mozilla.com/D113722
2021-04-30 00:40:12 +00:00
ffxbld
96a2aed50d
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D113781
2021-04-29 13:27:26 +00:00
Alexandru Michis
eca04839f7
Backed out changeset 5b13ba4a4939 (bug 1648281) for causing xpcshell failures in test_syncengine_sync.js
...
CLOSED TREE
2021-04-29 07:30:40 +03:00
Sammy Khamis
91a0120e03
Bug 1702686 - Removed all instances/implementations of weak upload. r=markh
...
Differential Revision: https://phabricator.services.mozilla.com/D113718
2021-04-29 03:43:16 +00:00
Sammy Khamis
992351bc5c
Bug 1648281 - Removed incoming telemetry for newFailed and reconciled for sync ping r=markh
...
Differential Revision: https://phabricator.services.mozilla.com/D113722
2021-04-29 03:39:36 +00:00
Ben Dean-Kawamura
a9f0bf8b12
Bug 1552382: Updating sync engine logging. r=markh
...
- Don't log pre-reconciliation outgoing item count. Always outputs 0 for bookmarks and
it's not needed for other engines.
- Updated the post-reconciliation outgoing item count log so that it can
be used instead of the pre-reconciliation log item:
- Always log, even when the count is 0
- Change log level to INFO
- Changed wording "Preparing" -> "Uploading"
Differential Revision: https://phabricator.services.mozilla.com/D113385
2021-04-28 00:01:09 +00:00
Ben Dean-Kawamura
d4413c9dd2
Bug 1651568: Removing legacy code to fetch syncId from the preferences. r=markh
...
- Moved ensureCurrentSyncID logic to the LoginManager component
- Added unit test for ensureCurrentSyncID()
Differential Revision: https://phabricator.services.mozilla.com/D113140
2021-04-27 23:56:51 +00:00
ffxbld
bab60a4a97
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D113337
2021-04-26 13:08:29 +00:00
ffxbld
a8a6bed4a9
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D113120
2021-04-22 13:07:43 +00:00
Cosmin Sabou
adcc90bb08
Bug 1630792
- Fix prettier eslint failure.
2021-04-22 05:08:45 +03:00
Sammy Khamis
154ab004a3
Bug 1630792
- Ignore bookmark merge conflict error when syncing. r=markh
...
Differential Revision: https://phabricator.services.mozilla.com/D113051
2021-04-22 01:39:06 +00:00
Dorel Luca
037aa2c337
Merge autoland to mozilla-central. a=merge
2021-04-20 01:15:05 +03:00
ffxbld
edb7cdee5c
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D112553
2021-04-19 13:02:26 +00:00
Mozilla Releng Treescript
7e6034ce84
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2021-04-19 19:09:05 +00:00
ffxbld
a71e1d4b96
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D112191
2021-04-15 15:11:48 +00:00
Dana Keeler
2a52292ef3
Bug 1699294 - add 'mach generate-test-certs' command to generate test certificate and key artifacts r=glandium
...
In bug 1174288 and related bugs we created a framework for generating
test certificates (and later, keys) from specifications at build time. This
turned out to take too long to run on each build, so this system was largely
left disabled (see all of the "# Temporarily disabled. See bug 1256495."
comments removed in this patch). This patch introduces a mach command
("generate-test-certs") that can generate test certificates and keys. The
expectation is that when a developer needs to add new such artifacts, they can
use this new command. Similarly, when the artifacts need to be updated (for
example, because they've expired), this command can regenerate them all at
once.
Differential Revision: https://phabricator.services.mozilla.com/D108869
2021-04-14 22:24:11 +00:00
Eugen Sawin
b0aad68d81
Bug 1691821 - [1.c.3] Rename autofill paths to use the new toolkit component. r=zbraniecki,dimi
...
Differential Revision: https://phabricator.services.mozilla.com/D108058
2021-04-12 17:33:16 +00:00
ffxbld
0a36f70ec9
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D111640
2021-04-12 15:03:20 +00:00
Dorel Luca
96e01b8c73
Backed out 7 changesets (bug 1691821) for Browser-chrome failures in autofill/FormAutofillParent.jsm. CLOSED TREE
...
Backed out changeset d12aec06eedd (bug 1691821)
Backed out changeset 0affe1783697 (bug 1691821)
Backed out changeset f807e0d0d095 (bug 1691821)
Backed out changeset abdc3fede62b (bug 1691821)
Backed out changeset cea92bd86972 (bug 1691821)
Backed out changeset 1c86de8cd775 (bug 1691821)
Backed out changeset e955f7f5503c (bug 1691821)
2021-04-10 03:05:35 +03:00
Eugen Sawin
f3fbc60884
Bug 1691821 - [1.c.2] Rename autofill paths to use the new toolkit component. r=zbraniecki,dimi
...
Differential Revision: https://phabricator.services.mozilla.com/D108058
2021-04-09 22:12:12 +00:00
ffxbld
b9c33eddf7
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D110552
2021-04-01 14:55:53 +00:00
ffxbld
7ffcf86c64
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D110105
2021-03-29 15:01:12 +00:00
Ryan Kelly
c47d610ad7
Bug 1700791 - update bundled fxa-pairing-channel version to v1.0.2. r=markh,vbudhram
...
Differential Revision: https://phabricator.services.mozilla.com/D109677
2021-03-26 00:51:20 +00:00
Jared Wein
bb408b4167
Bug 1670972 - Fix default value preference type mismatches with calls to defineLazyPreferenceGetter. r=vbudhram,markh,tjr
...
Differential Revision: https://phabricator.services.mozilla.com/D93400
2021-03-25 20:15:39 +00:00
ffxbld
57e9f18c25
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D109733
2021-03-25 14:56:34 +00:00
Cosmin Sabou
03b3f8984e
Merge mozilla-central to autoland.
2021-03-23 00:05:36 +02:00
ffxbld
f6cb811758
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D109355
2021-03-22 14:58:39 +00:00
Mozilla Releng Treescript
faaf83f9f7
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2021-03-22 15:15:18 +00:00
ffxbld
10763f5ccf
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D108949
2021-03-18 14:52:53 +00:00
Ryan Kelly
f6a46d059d
Bug 1665420 - Remove legacy BrowserID crypto code. r=markh
...
Differential Revision: https://phabricator.services.mozilla.com/D107985
2021-03-17 00:38:08 +00:00
Ryan Kelly
b7f213243a
Bug 1697596 - Remove ecosystem_anon_id from FxA client code. r=markh
...
Differential Revision: https://phabricator.services.mozilla.com/D108389
2021-03-17 00:27:32 +00:00
Luca Greco
1d9bcc5d3d
Bug 1698158 - part 3.4 - Remove unnecessary imports from sync tps testharness experimental API. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D108232
2021-03-16 18:15:42 +00:00
ffxbld
b6c0f67943
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D108456
2021-03-15 14:52:33 +00:00
ffxbld
7a166f31cf
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D108027
2021-03-11 15:02:46 +00:00
ffxbld
082221c65a
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D107469
2021-03-08 14:53:46 +00:00
ffxbld
53e685af65
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D107218
2021-03-04 15:07:19 +00:00
Mathieu Leplatre
422ffcb7b4
Bug 1582769 - Improve syncIfEmpty documentation and the synchronization process r=Standard8 DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D106604
2021-03-04 13:25:17 +00:00
Mathieu Leplatre
ba88a740fc
Bug 1695000 - Move RemoteSettings docs to services/settings tree r=tgiles DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D106917
2021-03-02 22:24:39 +00:00
Jens Stutte
05581ddca4
Bug 1678330: Ensure nested SpinEventLoopUntil(OrShutdown) calls are traceable to the originating source in case of crash. r=nika,extension-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D106839
2021-03-02 22:11:58 +00:00
Mathieu Leplatre
01bfe89af8
Bug 1666511 - Fetch changes from /changeset endpoint r=mythmon
...
Differential Revision: https://phabricator.services.mozilla.com/D96203
2021-03-02 18:05:14 +00:00
Cosmin Sabou
b2eb620ed0
Backed out changeset 03cae7800b41 (bug 1678330) for mochitest plain failures on test_window_open_discarded_bc.html. CLOSED TREE
2021-03-02 20:18:21 +02:00
Jens Stutte
a0af9ea0a4
Bug 1678330: Ensure nested SpinEventLoopUntil(OrShutdown) calls are traceable to the originating source in case of crash. r=nika,extension-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D106839
2021-03-02 15:15:20 +00:00
Shane Caraveo
f4ebf61baf
Bug 1695820
remove AddonTestUtils.awaitPromise event loop spinner r=robwu
...
Differential Revision: https://phabricator.services.mozilla.com/D106865
2021-03-02 15:00:05 +00:00
ffxbld
d9229f3d5b
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D106867
2021-03-02 04:01:34 +00:00
Julien Cristau
81a29b7e6b
Bug 1694217 - manually run all remote-settings dumps through jq. r=RyanVM
...
This commit was created by running:
for f in services/settings/dumps/*/*.json; do jq . < $f | sponge $f; done
Future updates will automatically be pretty-printed, so this is a
one-time manual update to get us to the transitioned state.
Differential Revision: https://phabricator.services.mozilla.com/D106784
2021-03-01 16:15:30 +00:00
ffxbld
bbc3cab1b3
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D106685
2021-02-27 00:22:47 +00:00
Ryan VanderMeulen
1f0e60842d
Bug 1694217 - Manually update intermediates.json to work around arc limitations. r+a=me DONTBUILD
2021-02-26 13:12:21 -05:00
Daisuke Akatsuka
7e58e85147
Bug 897954: Remove onBeginUpdateBatch and onEndUpdateBatch functions. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D105441
2021-02-25 01:58:24 +00:00
Daisuke Akatsuka
c0e2db0631
Bug 897954: Implement and apply purge-caches mechanism. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D105440
2021-02-25 01:58:23 +00:00
smolnar
8a82d9ec16
Backed out 3 changesets (bug 897954) for causing node test failures in PlacesFeed. CLOSED TREE
...
Backed out changeset 0a60eb3f7ba8 (bug 897954)
Backed out changeset 9443814d173b (bug 897954)
Backed out changeset 2e558ac8e419 (bug 897954)
2021-02-25 03:21:58 +02:00
Daisuke Akatsuka
9f8f7cf96f
Bug 897954: Remove onBeginUpdateBatch and onEndUpdateBatch functions. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D105441
2021-02-25 00:12:40 +00:00
Daisuke Akatsuka
88810c4c22
Bug 897954: Implement and apply purge-caches mechanism. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D105440
2021-02-25 00:12:40 +00:00
Emma Malysz
38dfb59850
Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D104937
2021-02-23 15:37:12 +00:00
Mozilla Releng Treescript
fa720adf0e
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2021-02-22 12:50:45 +00:00
Tim Giles
2ddf86653d
Bug 1693878 - Add websites-with-shared-credential-backends dump to tree. r=leplatrem
...
Differential Revision: https://phabricator.services.mozilla.com/D103105
2021-02-19 19:27:07 +00:00
ffxbld
782a30533f
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D105627
2021-02-19 10:22:03 +00:00
Kershaw Chang
5b4663a115
Bug 1693146 - Report telemetry when a JAR channel is failed or en empty file is loaded, r=zbraniecki,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D105359
2021-02-17 23:12:43 +00:00
ffxbld
0e6befe413
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D105197
2021-02-15 14:55:51 +00:00
Daisuke Akatsuka
105aaaa9fa
Bug 1678618: Remove onDeleteURI and onDeleteVisits from nsINavHistoryObserver. r=mak
...
Depends on D101115
Differential Revision: https://phabricator.services.mozilla.com/D101118
2021-02-15 08:04:15 +00:00
Daisuke Akatsuka
f4358ad192
Bug 1678618: Apply page-removed event. r=mak
...
Depends on D101114
Differential Revision: https://phabricator.services.mozilla.com/D101115
2021-02-15 08:04:15 +00:00
Csoregi Natalia
b32d4ca055
Backed out 4 changesets (bug 1678618) for node failures. CLOSED TREE
...
Backed out changeset e714440f6c0d (bug 1678618)
Backed out changeset ae83fda183dd (bug 1678618)
Backed out changeset bef0ea72ded8 (bug 1678618)
Backed out changeset ec96259a3f81 (bug 1678618)
2021-02-15 05:49:54 +02:00
Daisuke Akatsuka
d41c3d5379
Bug 1678618: Remove onDeleteURI and onDeleteVisits from nsINavHistoryObserver. r=mak
...
Depends on D101115
Differential Revision: https://phabricator.services.mozilla.com/D101118
2021-02-15 02:47:39 +00:00
Daisuke Akatsuka
687e052ffb
Bug 1678618: Apply page-removed event. r=mak
...
Depends on D101114
Differential Revision: https://phabricator.services.mozilla.com/D101115
2021-02-15 02:47:38 +00:00
Mark Banner
263d555274
Bug 1608272 - Remove 'this' as the second argument to 'ChromeUtils.import', use object destructuring instead (test-only changes). r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D104683
2021-02-11 22:02:15 +00:00
ffxbld
2a5a3fe221
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D104827
2021-02-11 16:31:23 +00:00
Sebastian Hengst
17102f337d
Bug 1691461 - set Bugzilla component for services/docs/ folder. r=LougeniaBailey,markh DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D104557
2021-02-09 20:51:23 +00:00
Tim Giles
050fc1cc2c
Bug 1691058 - Fix missing API call in Remote Settings docs. r=leplatrem
...
Differential Revision: https://phabricator.services.mozilla.com/D104233
2021-02-08 14:24:53 +00:00
ffxbld
2b98b4c743
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D104396
2021-02-08 14:50:41 +00:00
Mark Hammond
53b7398083
Bug 1690961 - add some firefox-source-docs for sync. r=firefox-source-docs-reviewers,rfkelly,LougeniaBailey,sylvestre DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D104146
2021-02-08 01:30:53 +00:00
ffxbld
4c04216f60
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D104064
2021-02-04 14:55:37 +00:00
ffxbld
be3d1194cd
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D103667
2021-02-01 14:47:08 +00:00
ffxbld
60fb840032
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D103352
2021-01-28 18:16:14 +00:00
Mark Banner
930543e681
Bug 1687235
- Enable ESLint rule no-setter-return for toolkit and services. r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D102153
2021-01-26 13:43:58 +00:00
Brindusan Cristian
70ab748bed
Backed out 5 changesets (bug 1687235
) for mochitest failures at test_menulist_null_value.xhtml. CLOSED TREE
...
Backed out changeset 638c802ca1d1 (bug 1687235
)
Backed out changeset ec830b771bce (bug 1687235
)
Backed out changeset a7c933ddecfd (bug 1687235
)
Backed out changeset c36493fb0599 (bug 1687235
)
Backed out changeset 6eb33ad5d460 (bug 1687235
)
2021-01-26 10:58:43 +02:00
Mark Banner
9cbc91833a
Bug 1687235
- Enable ESLint rule no-setter-return for toolkit and services. r=mossop
...
Depends on D102152
Differential Revision: https://phabricator.services.mozilla.com/D102153
2021-01-25 22:27:01 +00:00
Butkovits Atila
f6b5550998
Merge mozilla-central to autoland. CLOSED TREE
2021-01-25 19:37:13 +02:00
Mozilla Releng Treescript
bf417b8399
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2021-01-25 15:42:01 +00:00
ffxbld
86ef761b94
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D102914
2021-01-25 14:47:36 +00:00
Daisuke Akatsuka
62162d18fd
Bug 1678619: Remove onManyFrecenciesChanged interface from nsINavHistoryService. r=mak
...
Depends on D100460
Differential Revision: https://phabricator.services.mozilla.com/D100461
2021-01-21 15:51:03 +00:00
Daisuke Akatsuka
60b58213bc
Bug 1678619: Remove onFrecencyChanged interface from nsINavHistoryService. r=mak
...
Depends on D100457
Differential Revision: https://phabricator.services.mozilla.com/D100458
2021-01-21 15:51:02 +00:00
ffxbld
67f0360f38
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D102602
2021-01-21 15:43:18 +00:00
smolnar
6652db1a08
Backed out 6 changesets (bug 1678619) on suspicion of causing crashes (bug 1687914). a=backout DONTBUILD
...
Backed out changeset c8b691b8e793 (bug 1678619)
Backed out changeset 37b2f438bd2b (bug 1678619)
Backed out changeset 0a92dfd99dac (bug 1678619)
Backed out changeset 2043a28e668e (bug 1678619)
Backed out changeset 53e385030d67 (bug 1678619)
Backed out changeset 9a1d599b4060 (bug 1678619)
2021-01-21 17:25:23 +02:00
Daisuke Akatsuka
016b34f0c7
Bug 1678619: Remove onManyFrecenciesChanged interface from nsINavHistoryService. r=mak
...
Depends on D100460
Differential Revision: https://phabricator.services.mozilla.com/D100461
2021-01-19 06:03:07 +00:00
Daisuke Akatsuka
f2af6a6ae5
Bug 1678619: Remove onFrecencyChanged interface from nsINavHistoryService. r=mak
...
Depends on D100457
Differential Revision: https://phabricator.services.mozilla.com/D100458
2021-01-15 11:00:22 +00:00
ffxbld
beab1a7d51
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D102198
2021-01-18 14:44:53 +00:00
Butkovits Atila
db44a41c6c
Backed out 5 changesets (bug 1678619) for causing memory leaks. CLOSED TREE
...
Backed out changeset 64be4bea09dd (bug 1678619)
Backed out changeset 308fda30c166 (bug 1678619)
Backed out changeset efb9bdef89b8 (bug 1678619)
Backed out changeset d26f45eac0b9 (bug 1678619)
Backed out changeset b2f22d6d2725 (bug 1678619)
2021-01-15 12:56:01 +02:00
Daisuke Akatsuka
7aa244ac52
Bug 1678619: Remove onManyFrecenciesChanged interface from nsINavHistoryService. r=mak
...
Depends on D100460
Differential Revision: https://phabricator.services.mozilla.com/D100461
2021-01-15 00:00:34 +00:00
Daisuke Akatsuka
450eb54843
Bug 1678619: Remove onFrecencyChanged interface from nsINavHistoryService. r=mak
...
Depends on D100457
Differential Revision: https://phabricator.services.mozilla.com/D100458
2021-01-12 10:45:50 +00:00
ffxbld
e1040cc6b8
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D101757
2021-01-14 14:44:52 +00:00
ffxbld
bc9f4c4080
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D101352
2021-01-11 14:43:13 +00:00
ffxbld
e6694a43f0
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D101025
2021-01-07 14:40:58 +00:00
ffxbld
aa5fc44faf
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D100692
2021-01-04 14:45:13 +00:00
ffxbld
410bf344ed
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D100567
2021-01-02 11:08:11 +00:00
ffxbld
168f51b8b5
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau
...
Differential Revision: https://phabricator.services.mozilla.com/D100503
2020-12-28 16:56:21 +00:00
Daisuke Akatsuka
53590561a9
Bug 1678606: Remove onClearHistory interface from nsINavHistoryService. r=mixedpuppy,mak
...
Depends on D99751
Differential Revision: https://phabricator.services.mozilla.com/D99752
2020-12-23 11:15:20 +00:00