Bug 2001318 Comment 11 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I re-tested using the attached extensions. Tested on Firefox 145.0.2 (20251124145406) on Windows 11 and macOS 11.3.1, both x64 architecture. No issues with displaying the pageAction or updating it. 

I also tried the below STR on the latest Android Nightly (147.0a1/20251125204654) ARM64-v8a (since aarch64, according to some research I did, seems to be the 64-bit execution state for the ARM64-v8a architecture) in case the architecture mattered (because it was specified that the issue occurred on an aarch64 mac). But I could not reproduce the issue either under these conditions.

I did the following:

**_SVG extension_**
1. Installed the extensions via about:debugging
2. Accessed https://testapp.nym.re/
3. pageAction is displayed and shows `webcat-ok.svg`
4. Attempted updating pageAction icon via script from Comment 0 to `webcat-error` both SVG and PNG versions
5. Updating was successful

**_PNG extension _**
1. Installed the extensions via about:debugging
2. Accessed https://testapp.nym.re/
3. pageAction is displayed and shows `webcat-ok.png`
4. Attempted updating pageAction icon via script from Comment 0 to `webcat-error` both SVG and PNG versions
5. Updating was successful
I re-tested using the attached extensions. Tested on Firefox 145.0.2 (20251124145406) on Windows 11 and macOS 11.3.1, both x64 architecture. No issues with displaying the pageAction or updating it. 

I also tried the below STR on the latest Android Nightly (147.0a1/20251125204654) ARM64-v8a (since aarch64, according to some research I did, seems to be the 64-bit execution state for the ARM64-v8a architecture) in case the architecture mattered (because it was specified that the issue occurred on an aarch64 mac). But I could not reproduce the issue either under these conditions.

I did the following:

**SVG extension**
1. Installed the extensions via about:debugging
2. Accessed https://testapp.nym.re/
3. pageAction is displayed and shows `webcat-ok.svg`
4. Attempted updating pageAction icon via script from Comment 0 to `webcat-error` both SVG and PNG versions
5. Updating was successful

**PNG extension **
1. Installed the extensions via about:debugging
2. Accessed https://testapp.nym.re/
3. pageAction is displayed and shows `webcat-ok.png`
4. Attempted updating pageAction icon via script from Comment 0 to `webcat-error` both SVG and PNG versions
5. Updating was successful

Back to Bug 2001318 Comment 11