Chris H-C
752e716bc5
Bug 1857324 - Remove old pocket_button ping r=thecount
...
Depends on D191341
Differential Revision: https://phabricator.services.mozilla.com/D191238
2023-10-26 07:20:43 +00:00
Chris H-C
e070f910cb
Bug 1857324 - Add new "pocket-button" ping r=thecount
...
Depends on D190857
Differential Revision: https://phabricator.services.mozilla.com/D190858
2023-10-26 07:20:42 +00:00
Sylvestre Ledru
4c29c24344
Bug 1856530 - run file-whitespace on toml files r=linter-reviewers,Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D189896
2023-10-03 09:22:18 +00:00
Tom Marble
d596ebea8e
Bug 1853243 - convert .ini manifests to .toml: batch 5 browser/**/browser.ini r=jmaher,mossop,webcompat-reviewers,twisniewski,search-reviewers,Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D188427
2023-09-21 22:47:07 +00:00
Marco Bonardo
70fdad6676
Bug 1852963 - Rename BrowserTestUtils.loadURIString() to .startLoadingURIString(). r=dao
...
This should make a bit clearer that it is only starting the load, not waiting
for its completion.
Differential Revision: https://phabricator.services.mozilla.com/D188213
2023-09-15 09:16:34 +00:00
Sandor Molnar
950a3c620d
Backed out 3 changesets (bug 1852963) for causing remote failures on remote/shared/messagehandler/test/browser/browser_session_data.js CLOSED TREE
...
Backed out changeset 98de7bc404c3 (bug 1852963)
Backed out changeset edf1527c9a99 (bug 1852963)
Backed out changeset 34357750f69c (bug 1852963)
2023-09-14 20:29:06 +03:00
Marco Bonardo
61f8ecc425
Bug 1852963 - Rename BrowserTestUtils.loadURIString() to .startLoadingURIString(). r=dao
...
This should make a bit clearer that it is only starting the load, not waiting
for its completion.
Differential Revision: https://phabricator.services.mozilla.com/D188213
2023-09-14 16:33:13 +00:00
Gavin Suntop
3d25d65033
Bug 1837224 - Remove suggested articles from STP r=thecount
...
Differential Revision: https://phabricator.services.mozilla.com/D180235
2023-06-13 18:04:46 +00:00
Mark Banner
130a655906
Bug 1826062 - Automatic fixes for upgrading Prettier to 2.8.8. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,calu
...
Differential Revision: https://phabricator.services.mozilla.com/D177027
2023-05-20 12:26:53 +00:00
Mark Banner
8219a5c503
Bug 1826062 - Automatic fixes for Prettier 2.0.5 upgrade. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,owlish
...
Differential Revision: https://phabricator.services.mozilla.com/D177025
2023-05-20 12:26:49 +00:00
anwar
1dbd9bffb3
Bug 1829673 - Put all mochitest test manifest files under browser/components into alphabetical order. r=mconley,extension-reviewers,credential-management-reviewers,dimi,robwu
...
Differential Revision: https://phabricator.services.mozilla.com/D176459
2023-05-02 16:13:24 +00:00
Bilal
5379509f30
Bug 1817002 - ESMified browser/components/pocket/content. r=kpatenio
...
Differential Revision: https://phabricator.services.mozilla.com/D175700
2023-04-19 19:18:57 +00:00
CanadaHonk
91709586ba
Bug 1801379 - Migrate Sinon.jsm to an ES module r=extension-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,fxview-reviewers,devtools-reviewers,Standard8,nchevobbe,sclements,dimi,mconley,bytesized,robwu
...
Migrated `testing/modules/Sinon.sys.mjs` to an ES module.
`testing` should now be 100% ESM 🎉
Differential Revision: https://phabricator.services.mozilla.com/D173643
2023-03-29 07:34:10 +00:00
Gijs Kruitbosch
c906d6f529
Bug 1795255 - manual fixes for tests that break after applying this lint rule, r=Standard8,necko-reviewers,extension-reviewers,credential-management-reviewers,sgalich,willdurand
...
Differential Revision: https://phabricator.services.mozilla.com/D167802
2023-01-31 11:48:41 +00:00
Gijs Kruitbosch
9946c4fcbb
Bug 1810995 - update BrowserTestUtils.loadURI consumers to use loadURIString (automated) - browser - r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D167153
2023-01-19 20:16:42 +00:00
Emilio Cobos Álvarez
4f1f5e7314
Bug 1805414 - Remove nsMenuFrame and nsMenuParent. r=smaug,Jamie,desktop-theme-reviewers,settings-reviewers,dao
...
Move most the event handling stuff to the DOM. I've left nsMenuBarFrame
for now, but I will be removing that in the future.
The basic set up is:
* nsMenuParent becomes XULMenuParentElement (menubar or popup, manages
the current active menu item)
* nsMenuFrame -> XULButtonElements that return true for IsMenu().
Can't use XULMenuElement because of <button type=menu>, which
behaves like a, well, menu.
This makes the a11y events for menus (DOMMenuItem{Active,Inactive}) make
sense (before that we were firing duplicate Inactive events etc, and the
event order was rather suspicious).
Differential Revision: https://phabricator.services.mozilla.com/D164210
2023-01-04 19:01:13 +00:00
Csoregi Natalia
9807a6e6e8
Backed out changeset f11c529b2407 (bug 1805414) for failures on test_submenuClose.xhtml and nsMenuPopupFrame.cpp. CLOSED TREE
2023-01-04 01:48:30 +02:00
Emilio Cobos Álvarez
3d82727505
Bug 1805414 - Remove nsMenuFrame and nsMenuParent. r=smaug,Jamie,desktop-theme-reviewers,settings-reviewers,dao
...
Move most the event handling stuff to the DOM. I've left nsMenuBarFrame
for now, but I will be removing that in the future.
The basic set up is:
* nsMenuParent becomes XULMenuParentElement (menubar or popup, manages
the current active menu item)
* nsMenuFrame -> XULButtonElements that return true for IsMenu().
Can't use XULMenuElement because of <button type=menu>, which
behaves like a, well, menu.
This makes the a11y events for menus (DOMMenuItem{Active,Inactive}) make
sense (before that we were firing duplicate Inactive events etc, and the
event order was rather suspicious).
Differential Revision: https://phabricator.services.mozilla.com/D164210
2023-01-03 22:06:01 +00:00
Mark Banner
c1837954be
Bug 1799314 - Convert consumers of testing modules to import ES modules direct (browser/). r=Gijs,settings-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D161914
2022-11-17 12:00:30 +00:00
Zach Harris
9aa41d477e
Bug 1788771 - Convert AboutPockets from JSM to ESM. r=kpatenio
...
Differential Revision: https://phabricator.services.mozilla.com/D157033
2022-11-03 05:46:41 +00:00
Gavin Suntop
2211aa07c8
Bug 1789703 - Extra cleanup for old save to pocket code r=thecount
...
Differential Revision: https://phabricator.services.mozilla.com/D157141
2022-09-14 18:44:44 +00:00
Mark Banner
7428be4a86
Bug 1782008 - Remove now unnecessary .eslintrc.js files. r=webcompat-reviewers,extension-reviewers,media-playback-reviewers,pip-reviewers,denschub,rpl,alwu,mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D152736
2022-08-03 11:16:20 +00:00
Scott
27ba9ac1b0
Bug 1771026 - Remove some dead tagging code in Pocket panels r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D147426
2022-05-27 21:13:52 +00:00
Scott
fc018ca0e8
Bug 1538464 - Ensure Pocket context menu items work as expected in sidebar extension or other windows. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D143539
2022-04-20 13:22:38 +00:00
Scott
7da999ad0f
Bug 1753304 - Save to Pocket panels Set initial heights and widths for both sets of panels r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D143071
2022-04-07 15:15:25 +00:00
Scott
213180e6f3
Bug 1762941 - Turn on save to Pocket refresh for nightly only. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D142861
2022-04-05 18:56:21 +00:00
Scott
cff1fa8e96
Bug 1762616 - Creating Pocket config for Pocket panels r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D142706
2022-04-01 19:26:06 +00:00
Scott
c3193d5561
Bug 1754065 - Save to Pocket panel refresh button and url implementation. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D141302
2022-03-26 00:14:23 +00:00
Scott
4a8e839bad
Bug 1750596 - Moving save to Pocket vendors into their own bundle. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D136157
2022-01-20 21:27:44 +00:00
Scott
1360a62f68
Bug 1746027 - Save to Pocket refresh prefs and Nimbus implementation r=gvn,andreio
...
Differential Revision: https://phabricator.services.mozilla.com/D133789
2022-01-06 17:36:22 +00:00
Scott
a56ce14062
Bug 1699515 - Switching to react for Save to Pocket panels. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D128753
2021-11-11 00:06:13 +00:00
Csoregi Natalia
ea18332fb3
Backed out changeset 98e7519f8247 (bug 1699515) for causing failures due to pocket/content/panels/js/home/overlay.js. CLOSED TREE
2021-11-10 04:10:44 +02:00
Scott
6c06094621
Bug 1699515 - Switching to react for Save to Pocket panels. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D128753
2021-11-09 23:51:27 +00:00
Scott
a3ab24a14e
Bug 1730273 - Test for Pocket panel closing unexpectedly. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D125486
2021-10-06 19:47:43 +00:00
Marian-Vasile Laza
75adb3944e
Backed out changeset f58ebd088778 (bug 1730273) for causing bc failures on browser_pocket_panel_closemenu.js. CLOSED TREE
2021-09-15 08:43:10 +03:00
Scott
f702f05fde
Bug 1730273 - Test for Pocket panel closing unexpectedly. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D125486
2021-09-14 22:37:19 +00:00
Scott
f492bcff55
Bug 1693582 - Moving Pocket button panels to remote content process r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D122128
2021-09-08 16:11:34 +00:00
Scott
d5e1071c25
Bug 1724668 - Ensure Pocket panel closes if location changes with locationSpecific CustomizableUI prop. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D122278
2021-08-25 00:46:01 +00:00
Marian-Vasile Laza
925f82df84
Backed out changeset 6ba2b54d02f6 (bug 1724668) for causing bc failures on browser_panel_locationSpecific.js. CLOSED TREE
2021-08-20 20:52:53 +03:00
Scott
f9ebad60df
Bug 1724668 - Ensure Pocket panel closes if location changes with locationSpecific CustomizableUI prop. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D122278
2021-08-20 16:54:00 +00:00
Scott
94e4d60c33
Bug 1714454 - Cleaning up Pocket panel click event helpers. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D118355
2021-07-29 01:12:15 +00:00
Scott
f53ec1227e
Bug 1692066 - Pocket panels remove panel id from messaging. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D117964
2021-07-12 18:41:24 +00:00
Scott
3d165a8eb3
Bug 1714749 - Fixing Pocket icon state. r=gvn,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D117703
2021-07-08 18:07:00 +00:00
Butkovits Atila
9d17bf1f4b
Backed out changeset 19efa711bd54 (bug 1714749) for causing assertion failures at foundWebScheme. CLOSED TREE
2021-07-07 04:40:29 +03:00
Scott
41005ea220
Bug 1714749 - Fixing Pocket icon state. r=gvn,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D117703
2021-07-06 22:07:03 +00:00
Scott
38ea934bb8
Bug 1691762 - Save to Pocket button panels to fluent r=gvn,flod,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D113133
2021-06-04 22:00:53 +00:00
Scott
5ceb7158fe
Bug 1713191 - Removing old Pocket button signup test variants. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D116172
2021-05-31 17:35:56 +00:00
Dorel Luca
243596a080
Backed out changeset 36a634b808b9 (bug 1713191) for Browser-chrome failure in browser/base/content/test/static/browser_misused_characters_in_strings.js. CLOSED TREE
2021-05-30 05:09:15 +03:00
Scott
71eae32383
Bug 1713191 - Removing old Pocket button signup test variants. r=gvn
...
Differential Revision: https://phabricator.services.mozilla.com/D116172
2021-05-29 21:45:35 +00:00
Noemi Erli
c5a8bc1ce3
Backed out changeset e7cc63b65100 (bug 1713191) for causing failures in browser_all_files_referenced.js CLOSED TREE
2021-05-29 01:33:24 +03:00