Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[chromium] Plumb extensionGroup into didCreateScriptContext().
https://bugs.webkit.org/show_bug.cgi?id=79072 Reviewed by Darin Fisher. Source/WebCore: * bindings/v8/V8DOMWindowShell.cpp: (WebCore::V8DOMWindowShell::initContextIfNeeded): * bindings/v8/V8IsolatedContext.cpp: (WebCore::V8IsolatedContext::V8IsolatedContext): * loader/EmptyClients.h: (WebCore::EmptyFrameLoaderClient::didCreateScriptContext): * loader/FrameLoaderClient.h: (FrameLoaderClient): Source/WebKit/chromium: * public/WebFrameClient.h: (WebKit::WebFrameClient::didCreateScriptContext): * src/FrameLoaderClientImpl.cpp: (WebKit::FrameLoaderClientImpl::didCreateScriptContext): * src/FrameLoaderClientImpl.h: (FrameLoaderClientImpl): Canonical link: https://commits.webkit.org/96826@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@109064 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
38 additions
and 8 deletions.
- +16 −0 Source/WebCore/ChangeLog
- +1 −1 Source/WebCore/bindings/v8/V8DOMWindowShell.cpp
- +1 −1 Source/WebCore/bindings/v8/V8IsolatedContext.cpp
- +1 −1 Source/WebCore/loader/EmptyClients.h
- +1 −1 Source/WebCore/loader/FrameLoaderClient.h
- +14 −0 Source/WebKit/chromium/ChangeLog
- +1 −1 Source/WebKit/chromium/public/WebFrameClient.h
- +2 −2 Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
- +1 −1 Source/WebKit/chromium/src/FrameLoaderClientImpl.h
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
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
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
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