Force painting can paint during frame construction by interrupting debugger JavaScript that runs in response to XBL binding global object creation
Categories
(Core :: DOM: Content Processes, defect, P3)
Tracking
()
People
(Reporter: mstange, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: sec-moderate)
Reporter | ||
Updated•8 years ago
|
Updated•8 years ago
|
![]() |
||
Comment 1•8 years ago
|
||
![]() |
||
Updated•8 years ago
|
Updated•8 years ago
|
Comment 3•8 years ago
|
||
Reporter | ||
Comment 4•8 years ago
|
||
Comment 6•8 years ago
|
||
![]() |
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Updated•8 years ago
|
Comment 9•7 years ago
|
||
Updated•6 years ago
|
Comment 10•6 years ago
|
||
This doesn't look like it belongs in the IPC component; the Recv
method at the top of the stack in comment #0 is one of the ones that's called manually.
dom/ipc
mostly belongs to the DOM module, so let's try that.
![]() |
||
Comment 11•5 years ago
|
||
With XBL scopes (and XBL) gone, I believe this is a nonissue now. Brian, I assume the custom element replacements for XBL don't end up doing script stuff during frame construction, right?
Comment 12•5 years ago
|
||
(In reply to Boris Zbarsky [:bzbarsky] from comment #11)
With XBL scopes (and XBL) gone, I believe this is a nonissue now. Brian, I assume the custom element replacements for XBL don't end up doing script stuff during frame construction, right?
The Custom Elements themselves have no mechanism to do that. There may be exceptions if an element implemented xpcom and had a method directly called,m but it's not a general problem anymore so I agree with resolving this.
Updated•5 years ago
|
Updated•5 years ago
|
Description
•