This repository has been archived by the owner on Jun 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[V8] Add context checks to WorldContextHandle and V8DOMWindowShell
https://bugs.webkit.org/show_bug.cgi?id=101573 Patch by Dan Carney <[email protected]> on 2012-11-22 Reviewed by Adam Barth. Added a bunch of assertions to ensure the problems with IndexedDB contexts cannot reemerge. No new tests. No change in functionality. * bindings/v8/V8DOMWindowShell.cpp: (WebCore): (WebCore::V8DOMWindowShell::assertContextHasCorrectPrototype): * bindings/v8/V8DOMWindowShell.h: (V8DOMWindowShell): (WebCore::V8DOMWindowShell::isolated): * bindings/v8/WorldContextHandle.cpp: (WebCore::WorldContextHandle::WorldContextHandle): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@135513 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
4891f9b
commit c1a5e1a
Showing
4 changed files
with
58 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
2012-11-22 Dan Carney <[email protected]> | ||
|
||
[V8] Add context checks to WorldContextHandle and V8DOMWindowShell | ||
https://bugs.webkit.org/show_bug.cgi?id=101573 | ||
|
||
Reviewed by Adam Barth. | ||
|
||
Added a bunch of assertions to ensure the problems with IndexedDB | ||
contexts cannot reemerge. | ||
|
||
No new tests. No change in functionality. | ||
|
||
* bindings/v8/V8DOMWindowShell.cpp: | ||
(WebCore): | ||
(WebCore::V8DOMWindowShell::assertContextHasCorrectPrototype): | ||
* bindings/v8/V8DOMWindowShell.h: | ||
(V8DOMWindowShell): | ||
(WebCore::V8DOMWindowShell::isolated): | ||
* bindings/v8/WorldContextHandle.cpp: | ||
(WebCore::WorldContextHandle::WorldContextHandle): | ||
|
||
2012-11-22 Allan Sandfeld Jensen <[email protected]> | ||
|
||
[Qt] Correct extensions on preferredFilename | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters