• Home
  • Raw
  • Download

Lines Matching refs:worlds

647         implementations specific for isolated worlds and ScriptController.
1151 implementations specific for isolated worlds and ScriptController.
5084 This was an ASSERT-only bug, introduced by isolated worlds, which
10579 Make the Web Inspector's JavaScript debugger work with isolated worlds.
11169 Adding isolated worlds support to the JSC bindings introduced a regression due to
14409 lets us use other ones for isolated worlds soon.
15051 1) Matching the structure of the JSC implementation of isolated worlds.
16056 worlds won out over NewContext and there's not really any going back
16311 isolated worlds with the JSC implementation. We need an object to
16323 worlds as well as the main world.
23198 [V8] Events created in isolated worlds may fire in main world.
32274 Tell FrameLoaderClient when window objects in isolated worlds are
32278 window objects in isolated worlds are cleared
32286 worlds in m_worldSet to the passed-in Vector.
32306 Added. Retrieves all the worlds, then calls through to
32982 user scripts/stylesheets and isolated worlds
33602 Move to a model more like markDOMObjectWrapper, mark wrappers for all worlds.
33928 Simplify the ownership model for worlds - rather than having a pair of weak references
34198 Fix back/forwards cache with JSC isolated worlds.
34202 Store the global object for all worlds, not just the normal world.
39119 [V8] Out-of-memory crash in isolated worlds
39277 [V8] Out-of-memory crash in isolated worlds
43751 Set debug id for contexts of isolated worlds to distinguish them in debugger.
48737 Update isolated worlds under v8 to support world reuse.
54679 [V8] Teach ScheduledAction::execute about isolated worlds
57953 [V8] Teach ScheduledAction::execute about isolated worlds
57976 [V8] Teach ScheduledAction::execute about isolated worlds
62506 are bundled together in isolated worlds (you can have multiple scripts together in the same
76064 [V8] Teach ScheduledAction::execute about isolated worlds
79177 [V8] Teach V8Proxy::context about isolated worlds
79180 Change V8Proxy::context(Frame*) to understand isolated worlds. Audit
79181 all callers of this method to make sure they want isolated worlds. In
86433 caused us to miss the branch in V8DOMMap.cpp for isolated worlds.
94507 Refactor V8DOMMap to support isolated worlds.