Closed
Bug 302276
Opened 19 years ago
Closed 19 years ago
Flip xpcnativewrappers default to yes.
Categories
(Core :: DOM: Core & HTML, defect, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.8beta4
People
(Reporter: dveditz, Assigned: benjamin)
References
Details
(Keywords: fixed1.8, Whiteboard: [no l10n impact] has-patch, needs review/approval brendan+bz)
Attachments
(2 files)
826 bytes,
patch
|
bzbarsky
:
review+
shaver
:
superreview+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
894 bytes,
patch
|
bzbarsky
:
review+
shaver
:
superreview+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
We implemented the ability for chrome to ask for xpcnativewrappers=yes, now we
need to make "yes" the default and force extensions that don't want wrappers to
explicitly request the insecure default.
We announced we were going to do this at
http://developer.mozilla.org/devnews/index.php/2005/07/13/xpcnativewrappers-to-be-turned-on-by-default/
now we need to follow through.
This *will* break some extensions. It *must* be done by beta if we are going to
do it.
Broken extensions can quickly go back to unbroken (but probably exploitable) by
turning off automatic wrappers. Since they will have to make at least some
change to deal with the version update to "1.4" the beta is a doubly good time
to make this switch, rather than break extensions twice.
The manifest file setting should be added to the documentation at
http://developer.mozilla.org/en/docs/Safely_accessing_content_DOM_from_chrome
Brendan though bsmedberg had signed up for this. I hope this is not a dupe, but
I didn't find a bug and want to make sure this does not slip through the cracks
Reporter | ||
Updated•19 years ago
|
Flags: blocking1.8b4+
Assignee | ||
Comment 1•19 years ago
|
||
Assignee | ||
Updated•19 years ago
|
Attachment #190699 -
Flags: superreview?(bzbarsky)
Attachment #190699 -
Flags: review?(brendan)
Assignee | ||
Updated•19 years ago
|
Priority: -- → P1
Whiteboard: [no l10n impact] has-patch, needs review/approval brendan+bz
Target Milestone: --- → mozilla1.8beta4
Comment 2•19 years ago
|
||
Comment on attachment 190699 [details] [diff] [review]
Flip the default
This will break our in-tree extensions (DOM inspector at the very least).
Please don't make this change without at the same time changing all packages in
the tree that don't use xpcnativewrappers=yes to using xpcnativewrappers=no...
(perhaps we should have explicitly done that up front :( ).
Attachment #190699 -
Flags: superreview?(bzbarsky) → superreview-
Updated•19 years ago
|
Assignee: benjamin → general
Flags: blocking1.8b5+
Assignee | ||
Comment 3•19 years ago
|
||
Schrep: is there a reason you reassigned this?
Assignee: general → benjamin
Comment 4•19 years ago
|
||
Comment on attachment 190699 [details] [diff] [review]
Flip the default
Benjamin, are you still working on this? We need at least a domi patch along
with this one.
/be
Attachment #190699 -
Flags: review?(brendan)
Comment 5•19 years ago
|
||
Nope - mistake while updating other flags. Sorry about that.
Assignee | ||
Comment 6•19 years ago
|
||
Attachment #193736 -
Flags: superreview?(brendan)
Attachment #193736 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•19 years ago
|
Attachment #190699 -
Flags: superreview?(brendan)
Attachment #190699 -
Flags: superreview-
Attachment #190699 -
Flags: review?(bzbarsky)
Comment 7•19 years ago
|
||
Comment on attachment 193736 [details] [diff] [review]
Flip DOMI
Don't you need to change contents.rdf to fix this for seamonkey? Or am I
missing something? Certainly the various places that use "yes" have
chrome:xpcNativeWrappers="true" in their contents.rdf
Assignee | ||
Comment 8•19 years ago
|
||
I am not flipping the default for the seamonkey chrome registry (indeed I do not
know how to do so).
Comment 9•19 years ago
|
||
Also, doesn't that change still leave at least venkman stuck with
XPCNativeWrapper, which it may or may not want? Same for chatzilla. I know
they wanted to be able to not flip wrappers on until they'd done some testing
with it first.
Do we just need a separate bug for the other chrome registry? I bet Neil can
flip that one... Then the contents.rdf changes can happen there, of course.
Comment 10•19 years ago
|
||
We don't ship chatzilla or venkman, and they can set whatever
xpcnativewrappers=no they want in the packages they ship against the beta we're
trying to ship. If that patch fixes the software that we ship, we should take
it and get closer to getting the beta out -- chatzilla and venkman have had
_months_ with which to test xpcnativewrappers=yes for their own edification, and
they shouldn't be blocking a Firefox beta release.
Comment 11•19 years ago
|
||
My point was that I see no indication that we _are_ fixing the software that we
ship. That is, that someone has actually checked that for all packages we ship
by default either: 1) we have xpcnativewrappers=yes right now, 2) we have
xpcnativewrappers=no after this patch, or 3) we're planning on testing right now
whether they handle xpcnativewrappers.
My apologies if someone has done this checking and simply didn't mention that in
the bug.
That said, as for venkman in particular, it's rather useful for actually
debugging our app most of the time, so if we do break it it gets that much
harder to debug things... But I'll admit that it's lower priority if we really
need to ship right now and need to get this patch in like tonight.
Comment 12•19 years ago
|
||
I want to test it by checking it in on the trunk, because previous attempts to
get that stuff tested have obviously not been sufficiently successful. =)
Updated•19 years ago
|
Attachment #193736 -
Flags: review?(bzbarsky) → review+
Comment 13•19 years ago
|
||
Comment on attachment 190699 [details] [diff] [review]
Flip the default
r=bzbarsky if we're making sure to turn this off for things we know or suspect
can't handle it.
Attachment #190699 -
Flags: review?(bzbarsky) → review+
Comment 14•19 years ago
|
||
It can't be flipped on Suite, because we only turn it on if we find any
chrome:xpcNativeWrappers="true" arcs (which means that they survive profile
switch, even to an older extension that doesn't request them, bleh).
Comment 15•19 years ago
|
||
Comment on attachment 193736 [details] [diff] [review]
Flip DOMI
sr=shaver
Attachment #193736 -
Flags: superreview?(brendan) → superreview+
Comment 16•19 years ago
|
||
Comment on attachment 190699 [details] [diff] [review]
Flip the default
sr=shaver
Attachment #190699 -
Flags: superreview?(brendan) → superreview+
Assignee | ||
Updated•19 years ago
|
Attachment #190699 -
Flags: approval1.8b4?
Assignee | ||
Updated•19 years ago
|
Attachment #193736 -
Flags: approval1.8b4?
Assignee | ||
Comment 17•19 years ago
|
||
Landed on trunk. Still needs to land on branch.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 18•19 years ago
|
||
We need verification and insurance that nothing has broken here before we
evaluate for the branch.
Updated•19 years ago
|
Attachment #193736 -
Flags: approval1.8b4? → approval1.8b4+
Updated•19 years ago
|
Attachment #190699 -
Flags: approval1.8b4? → approval1.8b4+
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•