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

Issue 226093007: Convert Chrome usages of WebFrame to WebLocalFrame. (Closed)

Created:
6 years, 8 months ago by dcheng
Modified:
6 years, 8 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, jam, tzik, benquan, browser-components-watch_chromium.org, yoshiki+watch_chromium.org, nhiroki, rginda+watch_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, chromium-apps-reviews_chromium.org, kinuko+watch, Ilya Sherman, rouslan+autofillwatch_chromium.org, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Convert Chrome usages of WebFrame to WebLocalFrame. This is a mechanical change to followup on Blink and content changes to change parameter types to WebLocalFrame where appropriate. BUG=346764 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262320

Patch Set 1 #

Total comments: 11

Patch Set 2 : Revert comment change #

Patch Set 3 : Address comments #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -132 lines) Patch
M chrome/renderer/chrome_render_view_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_render_view_observer.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/content_settings_observer.h View 1 2 3 2 chunks +18 lines, -17 lines 0 comments Download
M chrome/renderer/content_settings_observer.cc View 2 chunks +20 lines, -18 lines 0 comments Download
M chrome/renderer/extensions/app_window_custom_bindings.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/extension_helper.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/renderer/extensions/extension_helper.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M chrome/renderer/extensions/file_browser_private_custom_bindings.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/file_system_natives.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/media_galleries_custom_bindings.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/extensions/render_view_observer_natives.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/sync_file_system_custom_bindings.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/printing/print_web_view_helper.h View 8 chunks +14 lines, -13 lines 0 comments Download
M chrome/renderer/printing/print_web_view_helper.cc View 1 2 3 21 chunks +30 lines, -26 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier_delegate.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/autofill_agent.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
M components/autofill/content/renderer/page_click_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/page_click_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 1 chunk +5 lines, -5 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M components/autofill/content/renderer/password_generation_agent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/password_generation_agent.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M components/plugins/renderer/webview_plugin.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/plugins/renderer/webview_plugin.cc View 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
dcheng
This is a followup patch that builds on https://codereview.chromium.org/222973003/. It is mostly mechanical--the locations I ...
6 years, 8 months ago (2014-04-04 23:53:40 UTC) #1
dcheng
(jam for reviewing chrome changes, isherman for components/autofill, and jochen for components/plugins)
6 years, 8 months ago (2014-04-04 23:54:23 UTC) #2
jam
lgtm with nits https://codereview.chromium.org/226093007/diff/1/chrome/renderer/printing/print_web_view_helper.cc File chrome/renderer/printing/print_web_view_helper.cc (right): https://codereview.chromium.org/226093007/diff/1/chrome/renderer/printing/print_web_view_helper.cc#newcode920 chrome/renderer/printing/print_web_view_helper.cc:920: // need to make sure this ...
6 years, 8 months ago (2014-04-05 00:12:38 UTC) #3
dcheng
Re: style reformatting is a result of clang-format. The renaming pushed a few lines over ...
6 years, 8 months ago (2014-04-05 00:42:22 UTC) #4
jochen (gone - plz use gerrit)
i'm all for clang-formating the world components/plugins lgtm
6 years, 8 months ago (2014-04-07 13:00:01 UTC) #5
jam
https://codereview.chromium.org/226093007/diff/1/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/226093007/diff/1/components/autofill/content/renderer/autofill_agent.cc#newcode259 components/autofill/content/renderer/autofill_agent.cc:259: void AutofillAgent::DidChangeScrollOffset(WebLocalFrame*) { HidePopup(); } On 2014/04/05 00:12:39, jam ...
6 years, 8 months ago (2014-04-07 16:33:58 UTC) #6
dcheng
https://codereview.chromium.org/226093007/diff/1/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/226093007/diff/1/components/autofill/content/renderer/autofill_agent.cc#newcode259 components/autofill/content/renderer/autofill_agent.cc:259: void AutofillAgent::DidChangeScrollOffset(WebLocalFrame*) { HidePopup(); } On 2014/04/07 16:33:59, jam ...
6 years, 8 months ago (2014-04-07 16:46:57 UTC) #7
Ilya Sherman
autofill lgtm
6 years, 8 months ago (2014-04-07 20:28:08 UTC) #8
jam
https://codereview.chromium.org/226093007/diff/1/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/226093007/diff/1/components/autofill/content/renderer/autofill_agent.cc#newcode259 components/autofill/content/renderer/autofill_agent.cc:259: void AutofillAgent::DidChangeScrollOffset(WebLocalFrame*) { HidePopup(); } On 2014/04/07 16:46:58, dcheng ...
6 years, 8 months ago (2014-04-07 21:16:33 UTC) #9
dcheng
So I've gone ahead and reverted any clang-format changes that weren't required for line-too-long fixes, ...
6 years, 8 months ago (2014-04-07 22:19:20 UTC) #10
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 8 months ago (2014-04-08 00:02:10 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/226093007/60001
6 years, 8 months ago (2014-04-08 00:03:24 UTC) #12
commit-bot: I haz the power
6 years, 8 months ago (2014-04-08 05:06:49 UTC) #13
Message was sent while issue was closed.
Change committed as 262320

Powered by Google App Engine
This is Rietveld 408576698