Closed Bug 1170020 Opened 10 years ago Closed 4 years ago

Fix for complex pref dereferencing breaks custom string bundle URIs

Categories

(Firefox for Android Graveyard :: Settings and Preferences, defect)

defect
Not set
normal

Tracking

(firefox39 affected, firefox40 affected, firefox41 affected)

RESOLVED INCOMPLETE
Tracking Status
firefox39 --- affected
firefox40 --- affected
firefox41 --- affected

People

(Reporter: rnewman, Assigned: esawin)

References

Details

(Keywords: regression)

Danil Ivanov: --- After this changes custom protocols urls stop working this `Services.strings.createBundle`. Like 'xb' in the YandexBar. `Services.strings.createBundle('xb://...')` throws NS_ERROR_ABORT in the Firefox 39b. We did workaround in the YandexBar now, but confused by speed of these changes. Maybe good also to check protocol flags? Something like `Services.io.getProtocolFlags(scheme) & Ci.nsIProtocolHandler.URI_IS_UI_RESOURCE;` or `Services.io.getProtocolFlags(scheme) & Ci.nsIProtocolHandler.URI_IS_LOCAL_FILE;` --- Bug 1161222 plus a little more might be the best fix for this.
Status: ASSIGNED → NEW
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
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.