Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Issue 3453022: Merge 68061 - 2010-09-22 Matt Perry <mpcomplete@chromium.org>... (Closed)

Created:
10 years, 3 months ago by Matt Perry
Modified:
9 years, 7 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/517/
Visibility:
Public.

Description

Merge 68061 - 2010-09-22 Matt Perry <mpcomplete@chromium.org>; Reviewed by Darin Fisher. Trying to reland a version of r67749: Have V8DOMWindowShell ask the embedder whether to run a V8 extension in a particular script context. https://bugs.webkit.org/show_bug.cgi?id=45721 * bindings/v8/V8DOMWindowShell.cpp: (WebCore::V8DOMWindowShell::createNewContext): * bindings/v8/V8Proxy.cpp: (WebCore::V8Proxy::registerExtension): * bindings/v8/V8Proxy.h: * loader/EmptyClients.h: (WebCore::EmptyFrameLoaderClient::allowScriptExtension): * loader/FrameLoaderClient.h: 2010-09-22 Matt Perry <mpcomplete@chromium.org>; Reviewed by Darin Fisher. Trying to reland a version of r67749: Have V8DOMWindowShell ask the embedder whether to run a V8 extension in a particular script context. https://bugs.webkit.org/show_bug.cgi?id=45721 * public/WebFrameClient.h: (WebKit::WebFrameClient::allowScriptExtension): * public/WebScriptController.h: * src/FrameLoaderClientImpl.cpp: (WebKit::FrameLoaderClientImpl::allowScriptExtension): * src/FrameLoaderClientImpl.h: * src/WebScriptController.cpp: (WebKit::WebScriptController::registerExtension): TBR=mpcomplete@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68290 BUG=37920

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1682 lines, -8 lines) Patch
M WebCore/ChangeLog View 1 chunk +693 lines, -0 lines 0 comments Download
M WebCore/bindings/v8/V8DOMWindowShell.cpp View 1 chunk +12 lines, -5 lines 0 comments Download
M WebCore/bindings/v8/V8Proxy.h View 2 chunks +6 lines, -0 lines 0 comments Download
M WebCore/bindings/v8/V8Proxy.cpp View 1 chunk +9 lines, -2 lines 0 comments Download
M WebCore/loader/EmptyClients.h View 1 chunk +1 line, -0 lines 0 comments Download
M WebCore/loader/FrameLoaderClient.h View 1 chunk +1 line, -0 lines 0 comments Download
M WebKit/chromium/ChangeLog View 1 chunk +938 lines, -0 lines 0 comments Download
M WebKit/chromium/public/WebFrameClient.h View 1 chunk +7 lines, -0 lines 0 comments Download
M WebKit/chromium/public/WebScriptController.h View 1 chunk +2 lines, -0 lines 0 comments Download
M WebKit/chromium/src/FrameLoaderClientImpl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M WebKit/chromium/src/FrameLoaderClientImpl.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M WebKit/chromium/src/WebScriptController.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Matt Perry
10 years, 3 months ago (2010-09-24 21:06:40 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698