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

Issue 164225: Switch to WebFrame from the WebKit API.... (Closed)

Created:
11 years, 4 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
michaeln, dglazkov
CC:
chromium-reviews_googlegroups.com, darin (slow to review), brettw, jam, Erik does not do reviews
Visibility:
Public.

Description

Switch to WebFrame from the WebKit API. I tried to avoid unnecessary changes in this CL to help make it easier to review. As part of this CL, glue/webtextinput* are folded into WebFrame / WebFrameImpl. R=dglazkov BUG=10034 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22896

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Patch Set 16 : '' #

Total comments: 14

Patch Set 17 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1385 lines, -1710 lines) Patch
M chrome/common/resource_dispatcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/bindings_utils.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/extensions/bindings_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/renderer/extensions/event_bindings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/event_bindings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +9 lines, -8 lines 0 comments Download
M chrome/renderer/extensions/extension_process_bindings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/external_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/renderer/external_host_bindings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/renderer/external_host_bindings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +4 lines, -5 lines 0 comments Download
M chrome/renderer/loadtimes_extension_bindings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/renderer/print_web_view_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +7 lines, -6 lines 0 comments Download
M chrome/renderer/print_web_view_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +8 lines, -7 lines 0 comments Download
M chrome/renderer/print_web_view_helper_linux.cc View 9 10 11 12 13 14 15 16 3 chunks +4 lines, -3 lines 0 comments Download
MM chrome/renderer/print_web_view_helper_mac.cc View 16 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/print_web_view_helper_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +6 lines, -5 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 10 chunks +43 lines, -43 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 75 chunks +143 lines, -117 lines 0 comments Download
M chrome/renderer/render_view_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +12 lines, -12 lines 0 comments Download
M chrome/renderer/renderer_glue.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/renderer/user_script_slave.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/user_script_slave.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +8 lines, -6 lines 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/render_view_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/render_view_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +5 lines, -5 lines 0 comments Download
M webkit/api/public/WebFrame.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +219 lines, -59 lines 0 comments Download
M webkit/api/public/WebRange.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +15 lines, -3 lines 0 comments Download
M webkit/api/public/WebString.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -1 line 0 comments Download
A webkit/api/src/WebRange.cpp View 7 8 9 10 11 1 chunk +102 lines, -0 lines 0 comments Download
M webkit/api/src/WebString.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +8 lines, -0 lines 0 comments Download
M webkit/glue/alt_error_page_resource_fetcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +5 lines, -6 lines 0 comments Download
M webkit/glue/alt_error_page_resource_fetcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/chrome_client_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/context_menu_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M webkit/glue/cpp_bound_class.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -1 line 0 comments Download
M webkit/glue/cpp_bound_class.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +6 lines, -2 lines 0 comments Download
M webkit/glue/cpp_bound_class_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -2 lines 0 comments Download
M webkit/glue/devtools/devtools_rpc_js.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/devtools/dom_agent_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -2 lines 0 comments Download
M webkit/glue/dom_operations.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -1 line 0 comments Download
M webkit/glue/dom_operations_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M webkit/glue/dom_serializer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +5 lines, -2 lines 0 comments Download
M webkit/glue/dom_serializer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/dom_serializer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/editor_client_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/glue_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +8 lines, -0 lines 0 comments Download
M webkit/glue/glue_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +14 lines, -0 lines 0 comments Download
M webkit/glue/iframe_redirect_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/glue/image_resource_fetcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/image_resource_fetcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -1 line 0 comments Download
M webkit/glue/inspector_client_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/mimetype_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/resource_fetcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +5 lines, -4 lines 0 comments Download
M webkit/glue/resource_fetcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/glue/resource_fetcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -1 line 0 comments Download
M webkit/glue/resource_loader_bridge.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/glue/webdevtoolsagent_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +5 lines, -2 lines 0 comments Download
M webkit/glue/webdevtoolsagent_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -1 line 0 comments Download
M webkit/glue/webdevtoolsclient_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -2 lines 0 comments Download
D webkit/glue/webframe.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -423 lines 0 comments Download
M webkit/glue/webframe_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 7 chunks +101 lines, -120 lines 0 comments Download
M webkit/glue/webframe_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 53 chunks +294 lines, -251 lines 0 comments Download
M webkit/glue/webframe_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +32 lines, -32 lines 0 comments Download
M webkit/glue/webframeloaderclient_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -2 lines 0 comments Download
M webkit/glue/webkit_glue.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -5 lines 0 comments Download
M webkit/glue/webkit_glue.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +4 lines, -3 lines 0 comments Download
M webkit/glue/webplugin.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M webkit/glue/webplugin_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +6 lines, -5 lines 0 comments Download
D webkit/glue/webtextinput.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -59 lines 0 comments Download
D webkit/glue/webtextinput_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -55 lines 0 comments Download
D webkit/glue/webtextinput_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -157 lines 0 comments Download
M webkit/glue/webview.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +7 lines, -7 lines 0 comments Download
M webkit/glue/webview_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 24 chunks +37 lines, -38 lines 0 comments Download
M webkit/glue/webview_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +10 lines, -7 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +4 lines, -3 lines 0 comments Download
M webkit/glue/webworker_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M webkit/tools/test_shell/layout_test_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 7 chunks +9 lines, -8 lines 0 comments Download
M webkit/tools/test_shell/plugin_tests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +19 lines, -19 lines 0 comments Download
M webkit/tools/test_shell/test_shell.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +8 lines, -7 lines 0 comments Download
M webkit/tools/test_shell/test_shell_gtk.cc View 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_mac.mm View 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +34 lines, -32 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 16 chunks +16 lines, -16 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate_gtk.cc View 13 14 15 16 3 chunks +10 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/text_input_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +6 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/text_input_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +48 lines, -88 lines 0 comments Download
M webkit/webkit.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
darin (slow to review)
Sorry for the huge CL. I added comments for the interesting things. The rest should ...
11 years, 4 months ago (2009-08-09 19:49:30 UTC) #1
darin (slow to review)
I uploaded a few more minor tweaks. The comments I wrote below are against patch ...
11 years, 4 months ago (2009-08-09 19:52:29 UTC) #2
dglazkov
LGTM. I assume this will be landing under the covers of darkness sometime tonight? ;)
11 years, 4 months ago (2009-08-09 21:47:03 UTC) #3
michaeln
11 years, 4 months ago (2009-08-10 03:25:43 UTC) #4
Ah... fantastic... was wondering when WebKit::WebFrame might come online.

Powered by Google App Engine
This is Rietveld 408576698