Closed
Bug 1228217
Opened 9 years ago
Closed 7 years ago
Consider other mechanism than urlParams to pass entrypoint around
Categories
(Firefox :: Sync, defect, P5)
Firefox
Sync
Tracking
()
RESOLVED
INVALID
People
(Reporter: hectorz, Unassigned)
References
Details
urlParams will make it harder to customize about:preferences with a xul overlay, as an overlay is only applied when a url including its search params matches the rule in chrome manifest.
Now I have to write:
overlay about:preferences chrome://example/content/test.xul
overlay about:preferences?entrypoint=abouthome chrome://example/content/test.xul
overlay about:preferences?entrypoint=menubar chrome://example/content/test.xul
overlay about:preferences?entrypoint=menupanel chrome://example/content/test.xul
overlay about:preferences?entrypoint=syncbutton chrome://example/content/test.xul
overlay about:preferences?entrypoint=uitour chrome://example/content/test.xul
for my customization of about:preferences to be available no matter how an user opens the page.
Updated•8 years ago
|
Priority: -- → P5
Reporter | ||
Comment 1•7 years ago
|
||
No longer valid with xul overlay going away soon.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•