Page MenuHomePhabricator

robwu (Rob Wu)
User

User Details

User Since
Aug 7 2018, 10:18 AM (381 w, 5 d)
Availability
Available
Review Queue
11

Recent Activity

Fri, Nov 28

robwu added 1 blocking reviewer(s) for D274356: Bug 2002517 - FIX Extension native messaging performance, r=smaug: smaug.
Fri, Nov 28, 12:15 AM · testing-exception-unchanged (Doesn't change behavior for users)
robwu accepted D274356: Bug 2002517 - FIX Extension native messaging performance, r=smaug.

Extension part of the patch lgtm. I requested one (trivial) extra test change.

Fri, Nov 28, 12:15 AM · testing-exception-unchanged (Doesn't change behavior for users)

Thu, Nov 27

robwu requested changes to D273772: Bug 2001863 - Always hide about:support "Refresh <app>" button when ResetProfile isn't supported. r=robwu.
Thu, Nov 27, 4:07 PM

Wed, Nov 26

robwu accepted D274061: Bug 1989686 - Don't look for minidumps in tests that don't care about them r=afranchuk.

FYI there are also xpcshell tests that check the creation of crash dumps. Do they need a workaround?

Wed, Nov 26, 12:31 AM · testing-exception-unchanged (Doesn't change behavior for users)

Mon, Nov 24

robwu closed D269149: Bug 1864284 - Allow localhost origins in temporary MV3 add-ons. r=#extension-reviewers.
Mon, Nov 24, 2:22 AM · testing-approved
robwu committed rFIREFOXAUTOLANDa6dee5b53d67: Bug 1864284 - Allow localhost origins in temporary MV3 add-ons. r=robwu (authored by flagpoonage).
Bug 1864284 - Allow localhost origins in temporary MV3 add-ons. r=robwu
Mon, Nov 24, 2:22 AM
robwu accepted D269149: Bug 1864284 - Allow localhost origins in temporary MV3 add-ons. r=#extension-reviewers.

Thanks. I will try to land it now.

Mon, Nov 24, 2:19 AM · testing-approved

Sun, Nov 23

robwu added a comment to D269149: Bug 1864284 - Allow localhost origins in temporary MV3 add-ons. r=#extension-reviewers.

The other patch was updated and broken to the point that it is not close to landing any more. I previously anticipated the other patch to land soon, but that seems no longer the case. If you update this patch without the fix for the other patch, I'll try to get this patch landed.

Sun, Nov 23, 2:55 PM · testing-approved

Fri, Nov 21

robwu accepted D159896: Bug 1773681 - Show clipboard context menu on extension; r?smaug.

Test changes look good to me.

Fri, Nov 21, 1:56 PM · testing-approved
robwu accepted D159896: Bug 1773681 - Show clipboard context menu on extension; r?smaug.

The extension impact looks good. I have some feedback on extension test coverage but they do not need to block landing and can also be handled in a follow-up if you'd like. And I am already signing off so that you can land the patch without another review after applying the trivial parts of the feedback. Also feel free to land if there are more substantial changes in the tests only where you are confident of its correctness.

Fri, Nov 21, 1:37 AM · testing-approved

Thu, Nov 20

robwu requested changes to D239146: Bug 1949623 - Part 2: Invalidate the in-memory resource cache when modifying the declarativeNetRequest rules. r?robwu!.

I only looked at the implementation, not the tests in detail.

Thu, Nov 20, 11:43 AM

Mon, Nov 17

robwu accepted D271294: Bug 1905323 - Fully remove confirm auth prompts, prefs, and related tests. r=emz!.
Mon, Nov 17, 11:49 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu requested changes to D272280: Bug 1804921 - Remove the extensions.manifestV3.enabled pref. r=robwu!.

The latest update of this patch makes multiple changes to the patch that were not requested nor desired. What happened there?

Mon, Nov 17, 10:50 PM · testing-approved, data-classification-unnecessary

Sun, Nov 16

robwu accepted D269149: Bug 1864284 - Allow localhost origins in temporary MV3 add-ons. r=#extension-reviewers.

Thanks, the patch looks good. I will try to land the patch in a few days, after https://phabricator.services.mozilla.com/D272280

Sun, Nov 16, 11:59 PM · testing-approved
robwu added inline comments to D272124: Bug 1999202 - Ensure test_data_collection_not_in_db.js also tests with extensions.dataCollectionPermissions.enabled disabled. r=robwu.
Sun, Nov 16, 1:27 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu requested changes to D269149: Bug 1864284 - Allow localhost origins in temporary MV3 add-ons. r=#extension-reviewers.

This looks close to ready. If the remaining issues are addressed without new issues, it is about ready to land.

Sun, Nov 16, 6:48 AM · testing-approved
robwu requested changes to D269149: Bug 1864284 - Allow localhost origins in temporary MV3 add-ons. r=#extension-reviewers.
Sun, Nov 16, 12:05 AM · testing-approved

Sat, Nov 15

robwu added inline comments to D272280: Bug 1804921 - Remove the extensions.manifestV3.enabled pref. r=robwu!.
Sat, Nov 15, 12:15 AM · testing-approved, data-classification-unnecessary
robwu accepted D272280: Bug 1804921 - Remove the extensions.manifestV3.enabled pref. r=robwu!.

@janerik If this is accepted, would you be ale to land the patch on my behalf? I am a new contributor and do not have permission.

Sat, Nov 15, 12:13 AM · testing-approved, data-classification-unnecessary

Fri, Nov 14

robwu edited projects for D272523: Bug 2000052 - Avoid using unicode regexes for match patterns., added: testing-exception-unchanged (Doesn't change behavior for users); removed needs-testing-tag.

Looks reasonable from the extensions perspective. The input is a URL and the pattern is always escaped except for wildcards, so Unicode support is probably unnecessary.

I think this could be wrong. I think the pattern a?b will match a😀b with the current code but by disabling unicode it won't.

Fri, Nov 14, 1:04 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu added inline comments to D270302: Bug 1994948 - prefer theme_icons.dark for default themes r=robwu.
Fri, Nov 14, 7:05 AM

Thu, Nov 13

robwu added inline comments to D271849: Bug 1998945 - Port bug 1879754 to Firefox. r=robwu.
Thu, Nov 13, 10:57 PM
robwu accepted D272523: Bug 2000052 - Avoid using unicode regexes for match patterns..

Looks reasonable from the extensions perspective. The input is a URL and the pattern is always escaped except for wildcards, so Unicode support is probably unnecessary.

Thu, Nov 13, 10:56 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu requested changes to D272280: Bug 1804921 - Remove the extensions.manifestV3.enabled pref. r=robwu!.

Thanks for the patch! Since this touches so many files I'd like to help you to complete the patch quickly in order to land it. The patch looks mostly good, so once the feedback below is addressed and a try push is green, I'll land it. I will create a try push at the next patch update if they address the review feedback.

Thu, Nov 13, 10:28 PM · testing-approved, data-classification-unnecessary
robwu added inline comments to D271849: Bug 1998945 - Port bug 1879754 to Firefox. r=robwu.
Thu, Nov 13, 3:02 PM
robwu added inline comments to D271849: Bug 1998945 - Port bug 1879754 to Firefox. r=robwu.
Thu, Nov 13, 2:34 PM
robwu requested changes to D271849: Bug 1998945 - Port bug 1879754 to Firefox. r=robwu.
Thu, Nov 13, 1:58 PM
robwu accepted D272124: Bug 1999202 - Ensure test_data_collection_not_in_db.js also tests with extensions.dataCollectionPermissions.enabled disabled. r=robwu.
Thu, Nov 13, 1:41 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu closed D271658: Bug 1998780 - Restore Python 3.9 support in "mach doc".
Thu, Nov 13, 6:34 AM · testing-exception-unchanged (Doesn't change behavior for users)
robwu committed rFIREFOXAUTOLANDbb2aad01de16: Bug 1998780 - Restore Python 3.9 support in "mach doc" r=ahal (authored by robwu).
Bug 1998780 - Restore Python 3.9 support in "mach doc" r=ahal
Thu, Nov 13, 6:34 AM

Mon, Nov 10

robwu added inline comments to D269149: Bug 1864284 - Allow localhost origins in temporary MV3 add-ons. r=#extension-reviewers.
Mon, Nov 10, 9:27 PM · testing-approved
robwu committed rFIREFOXBETA244ef0e5e768: Bug 1802115 - Chuck a choo choo r=devtools-reviewers,nchevobbe (authored by robwu).
Bug 1802115 - Chuck a choo choo r=devtools-reviewers,nchevobbe
Mon, Nov 10, 3:31 PM
robwu committed rFIREFOXBETAc145c5794d2e: Bug 1997672 - Clean up event handling in EnableDelayHelper r=Gijs (authored by robwu).
Bug 1997672 - Clean up event handling in EnableDelayHelper r=Gijs
Mon, Nov 10, 3:22 PM
robwu committed rFIREFOXBETA36fb694d9f81: Bug 1995019 - Fix minor intl documentation issues r=fluent-reviewers,bolsson (authored by robwu).
Bug 1995019 - Fix minor intl documentation issues r=fluent-reviewers,bolsson
Mon, Nov 10, 2:27 PM
robwu committed rFIREFOXBETA898a38978a9b: Bug 1727828 - Change "safe mode" to "Troubleshoot mode" in about:addons r=rpl… (authored by robwu).
Bug 1727828 - Change "safe mode" to "Troubleshoot mode" in about:addons r=rpl…
Mon, Nov 10, 2:27 PM
robwu committed rFIREFOXBETAb9474292c05a: Bug 1994074 - Add Learn more link to safe mode message bars r=rpl (authored by robwu).
Bug 1994074 - Add Learn more link to safe mode message bars r=rpl
Mon, Nov 10, 2:27 PM
robwu committed rFIREFOXBETA8f39ccbc3c48: Bug 1992983 - Add notice to extensions panel if in safe mode r=rpl,fluent… (authored by robwu).
Bug 1992983 - Add notice to extensions panel if in safe mode r=rpl,fluent…
Mon, Nov 10, 2:27 PM
robwu committed rFIREFOXBETA8aa37ba50f5d: Bug 1994180 - Correctly reference "Manage extensions" string r=rpl,fluent… (authored by robwu).
Bug 1994180 - Correctly reference "Manage extensions" string r=rpl,fluent…
Mon, Nov 10, 2:19 PM
robwu committed rFIREFOXBETAafe117bf0e81: Bug 1729546 - Move test_subprocess_round_trip_perf to its own file and unskip… (authored by robwu).
Bug 1729546 - Move test_subprocess_round_trip_perf to its own file and unskip…
Mon, Nov 10, 2:17 PM
robwu committed rFIREFOXBETA3428dbfba2c8: Bug 1886894 - add extension:purge-sessionStorage event to do exact domain match… (authored by zijin).
Bug 1886894 - add extension:purge-sessionStorage event to do exact domain match…
Mon, Nov 10, 1:53 PM
robwu committed rFIREFOXBETAc3f7c6c25567: Bug 1886894 - Skip originScope check when the site name is empty. r=robwu,dom… (authored by zijin).
Bug 1886894 - Skip originScope check when the site name is empty. r=robwu,dom…
Mon, Nov 10, 1:53 PM
robwu committed rFIREFOXBETA1e66975721ed: Bug 1886894 - removeLocalStorage now removes both localStorage and… (authored by zijin).
Bug 1886894 - removeLocalStorage now removes both localStorage and…
Mon, Nov 10, 1:52 PM
robwu committed rFIREFOXBETA7f820b9f5375: Bug 1993128 - Don't close InputPipe from maybeClose while IO is pending r=gstoll (authored by robwu).
Bug 1993128 - Don't close InputPipe from maybeClose while IO is pending r=gstoll
Mon, Nov 10, 1:52 PM

Fri, Nov 7

robwu accepted D271748: Bug 1998894 - Rename pathTemplate to masqueTemplate r=#necko,robwu.

The pathTemplate property has not been documented yet, so in the interest of a clear name, let's proceed with masqueTemplate. Since we're so late in the cycle we cannot uplift the change to the version where this landed, but it's good enough. If wanted we could document that it was available in an earlier version under the older name.

Fri, Nov 7, 5:38 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu added a comment to D271658: Bug 1998780 - Restore Python 3.9 support in "mach doc".

Updated patch. The previous revision yielded incompatible packages on 3.9 as shown in my previous comment, but with the new requirements, it works:

Fri, Nov 7, 2:52 AM · testing-exception-unchanged (Doesn't change behavior for users)
robwu updated the diff for D271658: Bug 1998780 - Restore Python 3.9 support in "mach doc".
Fri, Nov 7, 2:48 AM · testing-exception-unchanged (Doesn't change behavior for users)

Thu, Nov 6

robwu added a comment to D271658: Bug 1998780 - Restore Python 3.9 support in "mach doc".

Is there a way for me to reproduce the issue that you were facing?

Thu, Nov 6, 10:10 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu added a comment to D271658: Bug 1998780 - Restore Python 3.9 support in "mach doc".

I believe the 3.10 requirement was needed to fix some kind of dependency conflict in https://bugzilla.mozilla.org/show_bug.cgi?id=1970766

Thu, Nov 6, 9:58 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu created D271658: Bug 1998780 - Restore Python 3.9 support in "mach doc".
Thu, Nov 6, 7:13 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu edited projects for D271648: Bug 1998486 - Update module ownership for WebExtensions and Add-ons Manager. r=#extension-reviewers!, added: testing-exception-unchanged (Doesn't change behavior for users); removed needs-testing-tag.
Thu, Nov 6, 7:11 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu added a comment to D271648: Bug 1998486 - Update module ownership for WebExtensions and Add-ons Manager. r=#extension-reviewers!.

Don't forget to run ./mach export-and-clean as documented at https://mots.readthedocs.io/en/latest/#quick-start.

Thu, Nov 6, 7:01 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu removed a member for extension-reviewers: mstriemer.
Thu, Nov 6, 3:26 PM

Wed, Nov 5

robwu closed D271281: Bug 1802115 - Chuck a choo choo.
Wed, Nov 5, 6:20 PM · testing-exception-ui (Only changes ui styling, images, or localized strings)
robwu committed rFIREFOXAUTOLAND244ef0e5e768: Bug 1802115 - Chuck a choo choo r=devtools-reviewers,nchevobbe (authored by robwu).
Bug 1802115 - Chuck a choo choo r=devtools-reviewers,nchevobbe
Wed, Nov 5, 6:20 PM
robwu accepted D271366: Bug 1996829 - Warn on unrecognized bss.gecko/gecko_android keys. r?robwu.

One difference versus the original patch is that this patch does not skip for condprof. Originally it was needed because xpcshell extension tests temporarily fail on condprof: https://bugzilla.mozilla.org/show_bug.cgi?id=1898471

Wed, Nov 5, 10:24 AM · testing-approved

Tue, Nov 4

robwu created D271281: Bug 1802115 - Chuck a choo choo.
Tue, Nov 4, 7:15 PM · testing-exception-ui (Only changes ui styling, images, or localized strings)

Mon, Nov 3

robwu requested changes to D269076: Bug 1956484 - allow web extensions to claim WebAuthn RP IDs based on host permissions. r=keeler.

I have reviewed the tests ahead of settling the discussion in the WECG on what the origin and behavior should be. Once that part concludes I'll also look at the implementation.

Mon, Nov 3, 2:57 PM
robwu closed D270921: Bug 1997672 - Clean up event handling in EnableDelayHelper.
Mon, Nov 3, 1:49 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu committed rFIREFOXAUTOLANDc145c5794d2e: Bug 1997672 - Clean up event handling in EnableDelayHelper r=Gijs (authored by robwu).
Bug 1997672 - Clean up event handling in EnableDelayHelper r=Gijs
Mon, Nov 3, 1:49 PM
robwu committed rFIREFOXRELEASE91e6069b9c1e: Bug 1993426 - Avoid l10n-args logspam when using findbar r=akulyk (authored by robwu).
Bug 1993426 - Avoid l10n-args logspam when using findbar r=akulyk
Mon, Nov 3, 11:43 AM
robwu committed rFIREFOXRELEASE43612cbc8603: Bug 1993463 - Include l10n ID in l10n-args errors + tests r=eemeli (authored by robwu).
Bug 1993463 - Include l10n ID in l10n-args errors + tests r=eemeli
Mon, Nov 3, 11:41 AM
robwu committed rFIREFOXRELEASE1d6bb2199f32: Bug 1982225 - Show extension list instead of discopane when the list of… (authored by robwu).
Bug 1982225 - Show extension list instead of discopane when the list of…
Mon, Nov 3, 11:40 AM
robwu committed rFIREFOXRELEASE40d6f18bfdc9: Bug 1992179 - Do not suggest to "enable" when when extension cannot be enabled… (authored by robwu).
Bug 1992179 - Do not suggest to "enable" when when extension cannot be enabled…
Mon, Nov 3, 11:40 AM
robwu committed rFIREFOXRELEASE992283dcd23e: Bug 1778684 - Show discover button in panel when there are no extensions r=rpl… (authored by robwu).
Bug 1778684 - Show discover button in panel when there are no extensions r=rpl…
Mon, Nov 3, 11:40 AM
robwu committed rFIREFOXRELEASEa748e9d61e04: Bug 1778684 - Add test coverage for blocklisted addon r=rpl (authored by robwu).
Bug 1778684 - Add test coverage for blocklisted addon r=rpl
Mon, Nov 3, 11:40 AM
robwu committed rFIREFOXRELEASEd4dd1f103a41: Bug 1814871 - Inform about extensions without private browsing access in… (authored by robwu).
Bug 1814871 - Inform about extensions without private browsing access in…
Mon, Nov 3, 11:40 AM
robwu committed rFIREFOXRELEASE40facf4946ea: Bug 1778684 - Add info in empty panel when there is a disabled extension r=rpl… (authored by robwu).
Bug 1778684 - Add info in empty panel when there is a disabled extension r=rpl…
Mon, Nov 3, 11:40 AM
robwu committed rFIREFOXRELEASEc943c5eecf75: Bug 1814871 - Move extension button/panel tests relating involving no… (authored by robwu).
Bug 1814871 - Move extension button/panel tests relating involving no…
Mon, Nov 3, 11:40 AM
robwu committed rFIREFOXRELEASE94b801ed27c8: Bug 1814871 - Add test coverage for clicking button in private browsing r=rpl (authored by robwu).
Bug 1814871 - Add test coverage for clicking button in private browsing r=rpl
Mon, Nov 3, 11:40 AM
robwu committed rFIREFOXRELEASEcb7d6e60469b: Bug 1814871 - Refactor gUnifiedExtensions.getActivePolicies r=rpl (authored by robwu).
Bug 1814871 - Refactor gUnifiedExtensions.getActivePolicies r=rpl
Mon, Nov 3, 11:40 AM
robwu committed rFIREFOXRELEASEb58542e30693: Bug 1991950 - Hold onto buffer while IO is pending r=gstoll (authored by robwu).
Bug 1991950 - Hold onto buffer while IO is pending r=gstoll
Mon, Nov 3, 11:37 AM
robwu committed rFIREFOXRELEASE7255750e8828: Bug 1991950 - Hold onto buffer while IO is pending r=gstoll (authored by robwu).
Bug 1991950 - Hold onto buffer while IO is pending r=gstoll
Mon, Nov 3, 11:35 AM
robwu committed rFIREFOXRELEASE6512de7a7f6b: Bug 1987183 - Automatically check the addon PBM checkbox when in always-on PBM. (authored by pierov).
Bug 1987183 - Automatically check the addon PBM checkbox when in always-on PBM.
Mon, Nov 3, 11:35 AM
robwu committed rFIREFOXRELEASE97ba1a3a46a1: Bug 1991950 - Hold onto buffer while IO is pending r=gstoll (authored by robwu).
Bug 1991950 - Hold onto buffer while IO is pending r=gstoll
Mon, Nov 3, 11:34 AM
robwu committed rFIREFOXRELEASE8589511d8327: Bug 1992762 - Replace promiseDocumentLoaded usage in ext-identity.js r=zombie (authored by robwu).
Bug 1992762 - Replace promiseDocumentLoaded usage in ext-identity.js r=zombie
Mon, Nov 3, 11:30 AM
robwu committed rFIREFOXRELEASE32759256a6cf: Bug 1886894 - add DomainMatchingMode enum so browser:purge-sessionStorage does… (authored by zijin).
Bug 1886894 - add DomainMatchingMode enum so browser:purge-sessionStorage does…
Mon, Nov 3, 11:28 AM
robwu committed rFIREFOXRELEASEa315c687a539: Bug 1886894 - removeLocalStorage now removes both localStorage and… (authored by zijin).
Bug 1886894 - removeLocalStorage now removes both localStorage and…
Mon, Nov 3, 11:28 AM
robwu committed rFIREFOXRELEASE642862cc0053: Bug 1886894 - Add clearAllForPattern attribute to nsIClearBySiteEntry Interface… (authored by zijin).
Bug 1886894 - Add clearAllForPattern attribute to nsIClearBySiteEntry Interface…
Mon, Nov 3, 11:28 AM
robwu committed rFIREFOXRELEASE13aa8ab1d77f: Bug 1990529 - Log unsanitized error on internal storage.sync r=rpl (authored by robwu).
Bug 1990529 - Log unsanitized error on internal storage.sync r=rpl
Mon, Nov 3, 11:12 AM
robwu committed rFIREFOXRELEASEa11a8ea59884: Bug 1066141 - Consistently hide about:support sections r=desktop-theme… (authored by robwu).
Bug 1066141 - Consistently hide about:support sections r=desktop-theme…
Mon, Nov 3, 11:12 AM
robwu committed rFIREFOXRELEASE04b66025cf4f: Bug 1991892 - Fix documentation on enabling the profiler on try r=florian (authored by robwu).
Bug 1991892 - Fix documentation on enabling the profiler on try r=florian
Mon, Nov 3, 11:12 AM
robwu committed rFIREFOXRELEASEd10c3fcd8067: Bug 1982170 - Unit test to verify threadsafe access via nsITimerManager… (authored by robwu).
Bug 1982170 - Unit test to verify threadsafe access via nsITimerManager…
Mon, Nov 3, 11:09 AM
robwu committed rFIREFOXRELEASE5743172888a0: Bug 1990806 - Transition update_url of CN repack r=rpl (authored by robwu).
Bug 1990806 - Transition update_url of CN repack r=rpl
Mon, Nov 3, 10:50 AM
robwu committed rFIREFOXRELEASEd9d6cf319134: Bug 1066141 - Consistently hide about:support sections r=desktop-theme… (authored by robwu).
Bug 1066141 - Consistently hide about:support sections r=desktop-theme…
Mon, Nov 3, 10:21 AM
robwu committed rFIREFOXRELEASE635882703d31: Bug 1989006 - Pass pid field expected by logger r=linter-reviewers,Standard8 (authored by robwu).
Bug 1989006 - Pass pid field expected by logger r=linter-reviewers,Standard8
Mon, Nov 3, 10:17 AM

Sat, Nov 1

robwu requested changes to D269149: Bug 1864284 - Allow localhost origins in temporary MV3 add-ons. r=#extension-reviewers.

Thanks for your patch and patience! I took a look at the patch and it looks quite reasonable. Aside from one implementation change, most of my feedback are in the test coverage. Most of this feedback is minor (and frankly somewhat a subjective opinion on readability), but there are also some gaps/bugs in the test coverage. If you have any questions, let me know.

Sat, Nov 1, 9:20 PM · testing-approved

Oct 31 2025

robwu added inline comments to D270921: Bug 1997672 - Clean up event handling in EnableDelayHelper.
Oct 31 2025, 9:02 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu created D270921: Bug 1997672 - Clean up event handling in EnableDelayHelper.
Oct 31 2025, 8:59 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu removed a reviewer for D270685: Bug 1997357 - Fix instances of invalid inline JSDoc tags. r?#webdriver-reviewers!,#extension-reviewers!: extension-reviewers.
Oct 31 2025, 4:06 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu removed a reviewer for D270812: Bug 1995522 - Cleanup remaining unused mfbt includes r=emilio!: extension-reviewers.
Oct 31 2025, 4:05 PM · testing-exception-unchanged (Doesn't change behavior for users)

Oct 29 2025

robwu edited reviewers for D269915: Bug 1988637 - Add forced-colors notice to about:addons r?rpl, added: rpl; removed: robwu.
Oct 29 2025, 3:20 PM · testing-approved

Oct 27 2025

robwu requested changes to D269915: Bug 1988637 - Add forced-colors notice to about:addons r?rpl.

Please add a unit test that verifies that the notice is shown as needed, and hidden otherwise.

Oct 27 2025, 9:32 PM · testing-approved
robwu removed a reviewer for D270033: Bug 1996350 - Manual fixes for enabling ESLint rule jsdoc/no-multi-asterisks everywhere. r?#frontend-codestyle-reviewers!: extension-reviewers.
Oct 27 2025, 5:46 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu accepted D269465: Bug 1988865 - Part 3: Use `--border-color` instead of `--in-content-border-color` r=#reusable-components-reviewers-rotation.

aboutaddons.css changes LGTM. In dark mode, the borders looks more prominent than before (due to the color being a bit brighter), but it's not too distracting.

Oct 27 2025, 5:39 PM · testing-exception-ui (Only changes ui styling, images, or localized strings)
robwu accepted D269464: Bug 1988865 - Part 2: Use `--border-color-selected` instead of `--color-accent-primary` r=#reusable-components-reviewers-rotation.

toolkit/mozapps/extensions/content/shortcuts.css changes LGTM. I confirmed that there is no change, as an earlier patch in this stack (D269440) adds --border-color-selected as an alias for --color-accent-primary.

Oct 27 2025, 5:24 PM · testing-exception-ui (Only changes ui styling, images, or localized strings)

Oct 24 2025

robwu added inline comments to D269718: Bug 1993127 - Remove unused inclusion of Attributes.h r=emilio!.
Oct 24 2025, 9:34 AM · testing-exception-unchanged (Doesn't change behavior for users)

Oct 23 2025

robwu removed a reviewer for D269015: Bug 1994955 - Update neqo to v0.17.0 r=kershaw,leggert: extension-reviewers.
Oct 23 2025, 11:22 PM · testing-exception-elsewhere (Please comment explaining where the tests are)
robwu accepted D269718: Bug 1993127 - Remove unused inclusion of Attributes.h r=emilio!.
Oct 23 2025, 11:03 PM · testing-exception-unchanged (Doesn't change behavior for users)
robwu removed a reviewer for D269855: Bug 1996104 - Remove Feature::DIRECT2D and related queries. r?aosmond: extension-reviewers.
Oct 23 2025, 10:11 PM · data-classification-unnecessary, testing-approved
robwu accepted D267972: Bug 1991910 - Use CPU time instead of wall clock in test_MatchPattern.js r?robwu.

The logic looks alright to me at this point, but I am not sure if it is reliable long term. Tagging Florian as additional reviewer to confirm.

Oct 23 2025, 5:29 AM · testing-exception-unchanged (Doesn't change behavior for users)