Closed
Bug 1340507
Opened 8 years ago
Closed 4 years ago
Closing a tab (on which resources are not completely loaded) returns “TypeError:> this.browser.webProgress is undefined”
Categories
(WebExtensions :: Android, defect, P5)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rmacarie, Unassigned)
Details
(Whiteboard: [triaged])
Attachments
(1 file)
1.48 KB,
application/x-xpinstall
|
Details |
*Environment*
Firefox: Nightly 54.0a1
Mobile device: Samsung S7 (Android 6.0.1)
Prerequisites:
- Install “every event 1.0” add-on in Firefox (attached, if needed)
- use web console to catch errors
*Steps to reproduce*
# Run Firefox Nightly.
# Open a tab and go to any website.
# Close the tab and observe what the console returns.
*Expected results*
No errors are returned.
*Actual results*
The console returns:
TypeError: this.browser.webProgress is undefined[Learn More] ext-utils.js:419:1
background.js:4
Event fired: browser.tabs.onRemoved background.js:5:3
Arguments: Array [ 7, Object ] background.js:6:3
"https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/tabs/onRemoved/" background.js:7:3
*Notes*
# Reproducibility: 5/5.
Reporter | ||
Comment 1•8 years ago
|
||
Additional info!
It seems that the issue is reproducible when closing a tab on which not all resources were loaded.
Regards,
Rares
Reporter | ||
Updated•8 years ago
|
Summary: Closing a tab returns “TypeError:> this.browser.webProgress is undefined” → Closing a tab (on which resources are not completely loaded) returns “TypeError:> this.browser.webProgress is undefined”
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: [triaged]
Updated•7 years ago
|
Priority: P2 → P5
Updated•6 years ago
|
Product: Toolkit → WebExtensions
Comment 2•4 years ago
|
||
GeckoView/Fenix do not use this code anymore.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•