Closed Bug 669934 Opened 13 years ago Closed 13 years ago

Do frameloader init and finalization off a script runner

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: bzbarsky, Assigned: smaug)

Details

Stop doing it off EndUpdate (possibly while other script runners are up).
Though... it looks like nsDocument::MaybeInitializeFinalizeFrameLoaders in fact uses a scriptrunner if !IsSafeToRunScript().  So maybe this is invalid.
OS: Mac OS X → All
Hardware: x86 → All
In your case, is something just missing a script blocker?
Yeah, I think in the end that's what the situation came down to.

I'm still not sure why we wait for end of outermost update _and_ all scriptblockers gone instead of just using scriptrunners, but that's a separate issue.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.