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

Issue 351013: Chrome changes to extract the code from V8Proxy that special-cases... (Closed)

Created:
11 years, 1 month ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
abarth-chromium
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, jam
Visibility:
Public.

Description

Chrome changes to extract the code from V8Proxy that special-cases when scripts are allowed despite user preferences disabling them. Adds more accessors and comments to WebSecurityOrigin. Removes no longer necessary webkit_glue functions. Removes no longer necessary TemporaryGlue.h file. R=abarth BUG=none TEST=browser features like the new tab page and history view should still work when passing --disable-javascript to chrome. similarly, file and ftp directory listings should remain functional when that command line flag is specified. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30797

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -119 lines) Patch
M chrome/renderer/render_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 1 chunk +25 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_glue.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M webkit/api/public/WebFrameClient.h View 3 chunks +7 lines, -7 lines 0 comments Download
M webkit/api/public/WebKitClient.h View 2 chunks +1 line, -4 lines 0 comments Download
M webkit/api/public/WebSecurityOrigin.h View 1 chunk +13 lines, -3 lines 0 comments Download
M webkit/api/src/ChromiumBridge.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M webkit/api/src/FrameLoaderClientImpl.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/api/src/FrameLoaderClientImpl.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
D webkit/api/src/TemporaryGlue.h View 1 chunk +0 lines, -50 lines 0 comments Download
M webkit/api/src/WebSecurityOrigin.cpp View 1 chunk +30 lines, -4 lines 0 comments Download
M webkit/glue/webkit_glue.h View 1 chunk +0 lines, -8 lines 0 comments Download
M webkit/glue/webkitclient_impl.h View 1 chunk +0 lines, -5 lines 0 comments Download
M webkit/glue/webkitclient_impl.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M webkit/tools/test_shell/test_shell_webkit_init.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
darin (slow to review)
11 years, 1 month ago (2009-11-02 19:24:05 UTC) #1
abarth-chromium
http://codereview.chromium.org/351013/diff/1/11 File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/351013/diff/1/11#newcode2431 Line 2431: return false; // Uninitialized document? You're not handling ...
11 years, 1 month ago (2009-11-02 19:37:51 UTC) #2
darin (slow to review)
the small tweaks in WebFrameClient are just incidental cleanups. http://codereview.chromium.org/351013/diff/1/11 File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/351013/diff/1/11#newcode2431 Line ...
11 years, 1 month ago (2009-11-02 23:33:02 UTC) #3
abarth-chromium
http://codereview.chromium.org/351013/diff/1/11 File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/351013/diff/1/11#newcode2431 Line 2431: return false; // Uninitialized document? I don't think ...
11 years, 1 month ago (2009-11-03 00:17:10 UTC) #4
darin (slow to review)
On Mon, Nov 2, 2009 at 5:17 PM, <abarth@chromium.org> wrote: > > http://codereview.chromium.org/351013/diff/1/11 > File ...
11 years, 1 month ago (2009-11-03 00:53:42 UTC) #5
darin (slow to review)
OK, patch updated. This one actually works :-/
11 years, 1 month ago (2009-11-03 05:13:27 UTC) #6
abarth-chromium
11 years, 1 month ago (2009-11-03 05:21:08 UTC) #7
On 2009/11/03 05:13:27, darin wrote:
> OK, patch updated.  This one actually works :-/

Great!  LGTM.  Too bad WebSecurityOrigin is growing a bigger interface, but it's
better than having everyone parse toString and screw it up.

Powered by Google App Engine
This is Rietveld 408576698