Closed
Bug 1132280
Opened 10 years ago
Closed 4 years ago
Add new progress events, equivalent to addTabsProgressListener
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: chengsun9, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20150126171358
Steps to reproduce:
It would be desirable to have new progress events exposed, equivalent to the listeners that can be registered with addTabsProgressListener on desktop Firefox. Ideally these would work much like "TabOpen" and "TabSelect" currently do.
Specifically in getting the uBlock addon[1] to work on Fennec, we require the onLocationChange listener to fire as soon as the document URI changes.
The DOMTitleChanged event was tested for this purpose, but didn't fire early enough (some scripts included in the <head> which should have been blocked had already been loaded at that point).
[1]: https://github.com/chengsun/uBlock/tree/fennec
See the uBlock issue discussion here: https://github.com/gorhill/uBlock/issues/524#issuecomment-73987990
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•