Closed
Bug 834701
Opened 12 years ago
Closed 11 years ago
Remove the XBL bit
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: bholley, Assigned: bholley)
References
Details
Attachments
(3 files, 1 obsolete file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
Once XBL scopes are no longer behind a pref, we'll no longer have a need for the XBL bit on JSScripts, and can remove it.
Assignee | ||
Comment 1•12 years ago
|
||
This will probably need some rebasing once the time comes, but most of the work
is done here.
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 706374 [details] [diff] [review]
Kill the xbl bit. v1
https://tbpl.mozilla.org/?tree=Try&rev=f44eeb0fb385
Attachment #706374 -
Attachment is obsolete: true
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #751809 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #751810 -
Flags: review?(luke)
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #751811 -
Flags: review?(luke)
Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 751810 [details] [diff] [review]
Part 2 - Stop setting the XBL script in the browser. v1
Er, this.
Attachment #751810 -
Flags: review?(luke) → review?(bzbarsky)
Comment 7•11 years ago
|
||
Comment on attachment 751811 [details] [diff] [review]
Part 3 - Remove the XBL bit from spidermonkey. v1
I never knew thee.
Attachment #751811 -
Flags: review?(luke) → review+
Assignee | ||
Comment 8•11 years ago
|
||
green on try.
Comment 9•11 years ago
|
||
Comment on attachment 751809 [details] [diff] [review]
Part 1 - Stop depending on the XBL bit in IsCallerXBL. v1
r=me
Attachment #751809 -
Flags: review?(bzbarsky) → review+
Comment 10•11 years ago
|
||
Comment on attachment 751810 [details] [diff] [review]
Part 2 - Stop setting the XBL script in the browser. v1
r=me
Attachment #751810 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 11•11 years ago
|
||
Comment 12•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/762982dc7b78
https://hg.mozilla.org/mozilla-central/rev/da67b0f5dd1e
https://hg.mozilla.org/mozilla-central/rev/a701f7045780
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•