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

Issue 231793004: Update a few more references to WebFrame to use WebLocalFrame. (Closed)

Created:
6 years, 8 months ago by dcheng
Modified:
6 years, 8 months ago
CC:
chromium-reviews, skanuj+watch_chromium.org, tzik, dhollowa+watch_chromium.org, dougw+watch_chromium.org, yoshiki+watch_chromium.org, rginda+watch_chromium.org, kinuko+watch, extensions-reviews_chromium.org, melevin+watch_chromium.org, benquan, jam, dominich, darin-cc_chromium.org, rouslan+autofillwatch_chromium.org, chromium-apps-reviews_chromium.org, dyu1, fischman+watch_chromium.org, browser-components-watch_chromium.org, nhiroki, feature-media-reviews_chromium.org, jfweitz+watch_chromium.org, kmadhusu+watch_chromium.org, piman+watch_chromium.org, Jered, donnd+watch_chromium.org, mcasas+watch_chromium.org, David Black, Dane Wallinga, samarth+watch_chromium.org, estade+watch_chromium.org, wjia+watch_chromium.org, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Update a few more references to WebFrame to use WebLocalFrame. I've also updated the most straightforward changes to just remove references to WebFrame altogether. Code that uses a mixture of both throughout hasn't changed. BUG=346764 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263035

Patch Set 1 #

Patch Set 2 : Minor updates #

Total comments: 4

Patch Set 3 : Rebase #

Patch Set 4 : Rebase again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -79 lines) Patch
M chrome/renderer/autofill/autofill_renderer_browsertest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/renderer/autofill/form_autocomplete_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/autofill/form_autofill_browsertest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/app_bindings.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/file_browser_private_custom_bindings.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/file_system_natives.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/media_galleries_custom_bindings.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/sync_file_system_custom_bindings.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/external_extension.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/loadtimes_extension_bindings.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/principals_extension_bindings.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/printing/print_web_view_helper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/renderer/translate/translate_script_browsertest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/form_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/plugins/renderer/webview_plugin.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M content/renderer/dom_serializer_browsertest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M content/renderer/media/buffered_data_source_unittest.cc View 1 2 3 5 chunks +9 lines, -7 lines 0 comments Download
M content/renderer/media/buffered_resource_loader_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/media/renderer_webaudiodevice_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/pepper/host_globals.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/pepper/message_channel.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/npapi_glue.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/pepper/pepper_url_loader_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_url_loader_host.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M content/renderer/pepper/pepper_url_request_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M content/renderer/pepper/resource_converter.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/savable_resources.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/stats_collection_controller.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/web_ui_extension.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
dcheng
Mostly mechanical changes that will be needed to land https://codereview.chromium.org/232133004/.
6 years, 8 months ago (2014-04-09 23:14:39 UTC) #1
Ilya Sherman
BTW, what's a "local frame", and how does it differ from a remote frame? https://codereview.chromium.org/231793004/diff/20001/chrome/renderer/autofill/form_autofill_browsertest.cc ...
6 years, 8 months ago (2014-04-09 23:22:34 UTC) #2
dcheng
That's a good question. I'll update the header comments in Blink. A WebLocalFrame is 'local' ...
6 years, 8 months ago (2014-04-09 23:32:27 UTC) #3
Ilya Sherman
On 2014/04/09 23:32:27, dcheng wrote: > A WebLocalFrame is 'local' to the process--it's hosted in ...
6 years, 8 months ago (2014-04-09 23:39:46 UTC) #4
dcheng
On 2014/04/09 23:39:46, Ilya Sherman wrote: > On 2014/04/09 23:32:27, dcheng wrote: > > A ...
6 years, 8 months ago (2014-04-09 23:46:07 UTC) #5
Ilya Sherman
On 2014/04/09 23:46:07, dcheng wrote: > On 2014/04/09 23:39:46, Ilya Sherman wrote: > > On ...
6 years, 8 months ago (2014-04-10 00:00:11 UTC) #6
dcheng
On 2014/04/10 00:00:11, Ilya Sherman wrote: > On 2014/04/09 23:46:07, dcheng wrote: > > On ...
6 years, 8 months ago (2014-04-10 00:08:04 UTC) #7
Ilya Sherman
On 2014/04/10 00:08:04, dcheng wrote: > On 2014/04/10 00:00:11, Ilya Sherman wrote: > > On ...
6 years, 8 months ago (2014-04-10 00:11:47 UTC) #8
jam
lgtm
6 years, 8 months ago (2014-04-10 01:04:28 UTC) #9
Bernhard Bauer
components/plugins/ LGTM.
6 years, 8 months ago (2014-04-10 07:52:52 UTC) #10
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 8 months ago (2014-04-10 08:53:02 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/231793004/40001
6 years, 8 months ago (2014-04-10 08:53:11 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-10 08:53:25 UTC) #13
commit-bot: I haz the power
Failed to apply patch for content/renderer/media/buffered_data_source_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 8 months ago (2014-04-10 08:53:26 UTC) #14
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 8 months ago (2014-04-10 16:30:40 UTC) #15
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 8 months ago (2014-04-10 16:30:47 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/231793004/50001
6 years, 8 months ago (2014-04-10 16:30:50 UTC) #17
commit-bot: I haz the power
6 years, 8 months ago (2014-04-10 18:45:40 UTC) #18
Message was sent while issue was closed.
Change committed as 263035

Powered by Google App Engine
This is Rietveld 408576698