Nick Alexander
fb02913d8d
Bug 1918473 - Add missing awaits to install and uninstall background tasks. a=diannaS
...
Original Revision: https://phabricator.services.mozilla.com/D222007
Differential Revision: https://phabricator.services.mozilla.com/D222313
2024-09-17 01:46:36 +00:00
Harshit Sohaney
637ec70396
Bug 1907783 - Use the new clear on shutdown branch to prevent losing pending shutdown items on unexpected shutdown. r=pbz,places-reviewers,Standard8, a=dmeehan
...
Differential Revision: https://phabricator.services.mozilla.com/D216616
2024-07-19 18:24:04 +00:00
Alexandre Lissy
c13a783267
Bug 1873956 - Add Glean telemetry for crash reports submission: success, failure, pending and reported errors r=gsvelto
...
Differential Revision: https://phabricator.services.mozilla.com/D212786
2024-06-07 08:26:03 +00:00
Norisz Fay
f3191e3cf5
Backed out 4 changesets (bug 1503809) for causing xpcshell failures on test_JumpListBuilder_obtainAndCacheFaviconAsync.js CLOSED TREE
...
Backed out changeset 22bf63387696 (bug 1503809)
Backed out changeset 4d04db1983e3 (bug 1503809)
Backed out changeset ce0ff7d06ed4 (bug 1503809)
Backed out changeset 78b1a5e7ec1e (bug 1503809)
2024-06-06 00:55:03 +03:00
Mike Conley
258e3b3991
Bug 1503809 - Update WindowsJumpList.sys.mjs to use the async favicon caching utility. r=rkraesig
...
Differential Revision: https://phabricator.services.mozilla.com/D209152
2024-06-05 17:53:33 +00:00
Dão Gottwald
98d7972d18
Bug 1900002 - Move tabbrowser tests into a browser/ folder. r=frontend-codestyle-reviewers,dwalker
...
See https://phabricator.services.mozilla.com/D211509#inline-1171035
Differential Revision: https://phabricator.services.mozilla.com/D212250
2024-06-04 13:20:52 +00:00
Nipun Shukla
53b0cc5713
Bug 1811374 - Include installation.first_seen event details in new_profile ping, r=chutten,nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D176497
2024-05-28 18:17:23 +00:00
acseh
05f0084c35
Backed out changeset 313662a4f320 (bug 1811374) for causing xpcshell failures on test_new_profile.js CLOSED TREE
2024-05-28 15:27:54 +03:00
Nipun Shukla
2871f1ab5e
Bug 1811374 - Include installation.first_seen event details in new_profile ping, r=chutten,nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D176497
2024-05-28 00:45:46 +00:00
Cristian Tuns
acd8a13933
Backed out changeset d07e792e7623 (bug 1811374) for causing xpcshell failures in test_TelemetryController.js CLOSED TREE
2024-05-27 10:48:02 -04:00
Nipun Shukla
208a5d428e
Bug 1811374 - Include installation.first_seen event details in new_profile ping, r=chutten,nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D176497
2024-05-27 13:25:57 +00:00
Harshit Sohaney
4af67d7e8c
Bug 1895612 - Add new prefs to run the clear history pref migration again for all users for the new clear history dialog. r=pbz
...
Depends on D208411
Differential Revision: https://phabricator.services.mozilla.com/D209758
2024-05-25 15:19:14 +00:00
Dão Gottwald
53eefd65c2
Bug 1898197 - Move tabs tests into browser/components/tabbrowser/. r=tabbrowser-reviewers,frontend-codestyle-reviewers,mak
...
Differential Revision: https://phabricator.services.mozilla.com/D211190
2024-05-23 12:54:24 +00:00
Dão Gottwald
2f419065da
Bug 1837575 - Move Tabbed Browser related files to browser/components/tabbrowser/. r=mconley,desktop-theme-reviewers,zeid,tabbrowser-reviewers,frontend-codestyle-reviewers,Itiel
...
This is a start, there are more modules and scripts we can/should move, as well as tests.
Differential Revision: https://phabricator.services.mozilla.com/D210676
2024-05-17 13:25:23 +00:00
Mike Hommey
21bcae940a
Bug 1885449 - Move GV code shared between Android and iOS to a shared directory. r=geckoview-reviewers,frontend-codestyle-reviewers,nalexander,owlish
...
And hook them up to the iOS build.
Differential Revision: https://phabricator.services.mozilla.com/D204711
2024-05-16 22:08:51 +00:00
Stanca Serban
3442f7cbc9
Backed out changeset d16ac4c1714c (bug 1765440) for causing mochitests failures in browser_library_open_bookmark.js.
2024-05-14 07:53:55 +03:00
Shane Hughes
fa8e53d4ee
Bug 1765440 - Don't focus target window when opening a background tab in it. r=Gijs,places-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D209082
2024-05-14 03:36:27 +00:00
Tomislav Jovanovic
9fd11ac2ef
Bug 1889402 - Grant origin permissions during install for mv3 r=robwu
...
Differential Revision: https://phabricator.services.mozilla.com/D208426
2024-05-03 16:05:15 +00:00
Sarah Clements
6c0504ee55
Bug 1892965 - Rename SidebarUI and SidebarLauncher r=sidebar-reviewers,places-reviewers,nsharpley
...
Differential Revision: https://phabricator.services.mozilla.com/D208901
2024-05-03 15:20:15 +00:00
Chris H-C
0bf8a2c00f
Bug 1889111 - Instrument Firefox Desktop UI Interactions with events r=TravisLong,kcochrane,Gijs
...
Assumption: Browser Usage Telemetry (ideally) records only and all interesting
interactions with Firefox Desktop's UI, and preserving syntax and semantics
when instrumenting using events is valuable.
Value this provides over existing keyed scalars:
* Order of operations (did three tabs open and then three tabs close, or did
a single tab open-close three times?)
* Flow control (several atomic interactions combine to a user task. flow_id
grouping allows us to see that easily in analysis. e.g. Open a tab, open
prefs, privacy prefs, change a setting.)
* Glean
This is aiming for prototype quality and a prototype lifetime, to see if it's
worth investing more than just a week or two into.
Differential Revision: https://phabricator.services.mozilla.com/D207908
2024-05-03 15:19:15 +00:00
Norisz Fay
287ff7968f
Backed out changeset 75c44ff76360 (bug 1892965) for causing multiple failures
2024-05-01 22:58:27 +03:00
Sarah Clements
be64abc5f7
Bug 1892965 - Rename SidebarUI and SidebarLauncher r=sidebar-reviewers,places-reviewers,nsharpley
...
Differential Revision: https://phabricator.services.mozilla.com/D208901
2024-05-01 12:19:41 +00:00
Hanna Jones
36a699b418
Bug 1803678 - enable lazy loading of ESModule based moz- custom elements r=reusable-components-reviewers,pip-reviewers,credential-management-reviewers,translations-reviewers,kpatenio,issammani,mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D207445
2024-04-24 19:16:46 +00:00
Stanca Serban
72bee76688
Backed out changeset 58e1e96263b7 (bug 1803678) mochitests failures in test_confirm_delete_dialog.html. CLOSED TREE
2024-04-24 03:14:45 +03:00
gravyant
c7fdfabf96
Bug 1869065 - Re-visit some of the element property names used in moz-message-bar. r=hjones,reusable-components-reviewers,omc-reviewers,aminomancer
...
Differential Revision: https://phabricator.services.mozilla.com/D207897
2024-04-23 21:27:46 +00:00
Hanna Jones
dfc2a2c958
Bug 1803678 - enable lazy loading of ESModule based moz- custom elements r=reusable-components-reviewers,pip-reviewers,credential-management-reviewers,translations-reviewers,kpatenio,issammani,mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D207445
2024-04-23 19:28:47 +00:00
Aron Cseh
a3a7c8505a
Backed out changeset 421fd8a0360c (bug 1803678) for causing mochitest failures on browser_translations_select_panel_init_failure.js CLOSED TREE
2024-04-23 18:16:55 +03:00
Hanna Jones
a1661cdc87
Bug 1803678 - enable lazy loading of ESModule based moz- custom elements r=reusable-components-reviewers,pip-reviewers,credential-management-reviewers,translations-reviewers,kpatenio,issammani,mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D207445
2024-04-23 13:52:27 +00:00
Nipun Shukla
698bf9e19a
Bug 1876342 - Added tests for Windows native messaging registry key creation r=robwu,mhughes
...
Differential Revision: https://phabricator.services.mozilla.com/D205486
2024-04-22 22:21:12 +00:00
Cosmin Sabou
5806ad2b91
Bug 1781868 - Disable browser_TabUnloader.js on asan/tsan for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D208200
2024-04-22 19:27:47 +00:00
Nipun Shukla
78d468b22c
Bug 1889232 - Removed firefox-bridge and firefox-private-bridge protocol creation r=mhughes,Gijs,firefox-desktop-core-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D206419
2024-04-18 15:18:04 +00:00
Iulian Moraru
9f43c4f202
Backed out changeset 977027e73ec0 (bug 1889232) for causing windows mass failures.
2024-04-18 01:13:29 +03:00
Nipun Shukla
e177223cf6
Bug 1889232 - Removed firefox-bridge and firefox-private-bridge protocol creation r=mhughes,Gijs,firefox-desktop-core-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D206419
2024-04-17 19:13:22 +00:00
Yi Xiong Wong
ba5a094f31
Bug 1880914 - Move BrowserOpenAddonsMgr. r=Gijs,extension-reviewers,settings-reviewers,firefox-desktop-core-reviewers ,home-newtab-reviewers,robwu,thecount
...
Differential Revision: https://phabricator.services.mozilla.com/D207110
2024-04-15 10:22:46 +00:00
Harshit Sohaney
82bb8081bf
Bug 1881797 - (part 2) Add a helper flag to clear cookies and site data. r=pbz
...
Differential Revision: https://phabricator.services.mozilla.com/D206533
2024-04-09 15:39:32 +00:00
Harshit Sohaney
3fc0fa2f77
Bug 1881797 - (part 1) Add cleaner for site-permissions and storage-access for clearing site data history. r=pbz
...
Differential Revision: https://phabricator.services.mozilla.com/D203684
2024-04-09 15:39:32 +00:00
Kagami Sascha Rosylight
347c5a2810
Bug 1814281 - Add more logs to confirm sanitization runs r=pbz
...
Differential Revision: https://phabricator.services.mozilla.com/D206677
2024-04-09 14:50:44 +00:00
PupAtlas
3608fe5921
Bug 243797 - Reworded WindowCloseBlockedWarning in the en-US locale to remove double-negative. r=flod,dom-core,mccr8
...
Depends on D188656
- Fixed comment
Differential Revision: https://phabricator.services.mozilla.com/D188662
2024-04-01 12:53:18 +00:00
PupAtlas
c1b08c6911
Bug 1273551 - Enabled 'Debug Script' button in nightly builds as well as the dev edition r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D188656
2024-04-01 12:41:42 +00:00
Harshit Sohaney
62eec34594
Bug 1881579 - Add clearing EME functionality for cookies and storage in the new clear history dialog. r=pbz
...
Differential Revision: https://phabricator.services.mozilla.com/D203683
2024-03-29 03:25:41 +00:00
Yi Xiong Wong
955c9df070
Bug 1880914 - Move all reload functions. r=Gijs,devtools-reviewers,nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D205527
2024-03-28 17:05:01 +00:00
Dave Townsend
8ffdcc93a4
Bug 1864896: Fix more unused arguments in browser and toolkit. r=mconley,webcompat-reviewers,places-reviewers,Standard8,denschub,twisniewski
...
Differential Revision: https://phabricator.services.mozilla.com/D205193
2024-03-21 08:35:36 +00:00
Mark Banner
23a339fc7c
Bug 1885723 - Fix more jsm references in browser/. r=Gijs,credential-management-reviewers,omc-reviewers,aminomancer,mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D204843
2024-03-19 22:08:29 +00:00
Dave Townsend
95ccf713ef
Bug 1864896: Autofix unused function arguments (browser/base/content). r=Gijs,application-update-reviewers,tabbrowser-reviewers,places-reviewers,bytesized,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D202949
2024-03-19 14:59:20 +00:00
Dave Townsend
a9a51bf046
Bug 1864896: Autofix unused function arguments (browser). r=webcompat-reviewers,mconley,fxview-reviewers,desktop-theme-reviewers,omc-reviewers,migration-reviewers,twisniewski,aminomancer,dao,sclements,firefox-desktop-core-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D203005
2024-03-19 09:36:35 +00:00
Dão Gottwald
8b2f435921
Bug 1880452 - Revert to recording FX_NEW_WINDOW_MS only when manually opening a new browser window from an existing one. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D204588
2024-03-14 17:07:25 +00:00
Nipun Shukla
502b94eb4e
Bug 1876342 - Added Windows native messaging host registration for Chromium r=mhughes,robwu,nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D199587
2024-03-13 19:01:05 +00:00
Nipun Shukla
5896a314d2
Bug 1876344 - Added idle startup task to register native messaging host JSON files on macOS r=mhughes,robwu,mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D201773
2024-03-13 19:01:04 +00:00
Mark Banner
9fe8bde13c
Bug 1884623 - Update more jsm references in production code and docs in browser/. r=mossop,extension-reviewers,omc-reviewers,migration-reviewers,robwu,mconley,aminomancer
...
Differential Revision: https://phabricator.services.mozilla.com/D204182
2024-03-11 15:26:28 +00:00
Michael Hughes
09024f2525
Bug 1880368 - change firefox and firefox-private protocols to firefox-bridge and firefox-private-bridge protocols r=nshukla,mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D201879
2024-02-29 19:03:17 +00:00