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

Issue 2775963002: s/same_page/same_document for DidCommitProvisionalLoad method. (Closed)

Created:
3 years, 9 months ago by Eugene But (OOO till 7-30)
Modified:
3 years, 8 months ago
CC:
android-webview-reviews_chromium.org, browser-components-watch_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, csharrison+watch_chromium.org, darin-cc_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, grt+watch_chromium.org, jam, loading-reviews+metrics_chromium.org, mathp+autofillwatch_chromium.org, mlamouri+watch-manifest_chromium.org, mlamouri+watch-content_chromium.org, net-reviews_chromium.org, rogerm+autofillwatch_chromium.org, rouslan+autofill_chromium.org, sebsg+autofillwatch_chromium.org, speed-metrics-reviews_chromium.org, subresource-filter-reviews_chromium.org, timvolodine, vabr+watchlistpasswordmanager_chromium.org, vabr+watchlistautofill_chromium.org, vakh+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

s/same_page/same_document for DidCommitProvisionalLoad method. Old name was presumably used to match was_within_same_page IPC, but SameDocument name better reflects the the type of the navigation (navigation did not change the document object). This change will make naming more consistent with the rest of Chromium code. BUG=695189 Review-Url: https://codereview.chromium.org/2775963002 Cr-Commit-Position: refs/heads/master@{#460143} Committed: https://chromium.googlesource.com/chromium/src/+/5ae751e8e94501c884e5ac2335cc358f37310129

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Fixed compilation #

Total comments: 2

Patch Set 4 : Addressed review comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -59 lines) Patch
M android_webview/renderer/aw_render_frame_ext.h View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/renderer/aw_render_frame_ext.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_render_frame_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_render_frame_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/content_settings_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/content_settings_observer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/net/net_error_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/net/net_error_helper.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/renderer/page_load_metrics/metrics_render_frame_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/page_load_metrics/metrics_render_frame_observer.cc View 1 2 3 1 chunk +7 lines, -7 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 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/autofill_agent.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
M components/subresource_filter/content/renderer/subresource_filter_agent.h View 1 chunk +1 line, -1 line 0 comments Download
M components/subresource_filter/content/renderer/subresource_filter_agent.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/subresource_filter/content/renderer/subresource_filter_agent_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M content/public/renderer/render_frame_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/manifest/manifest_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/manifest/manifest_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/plugin_power_saver_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/plugin_power_saver_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/presentation/presentation_dispatcher.h View 1 chunk +2 lines, -3 lines 0 comments Download
M content/renderer/presentation/presentation_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 29 (22 generated)
Eugene But (OOO till 7-30)
3 years, 8 months ago (2017-03-27 16:18:00 UTC) #18
nasko
LGTM with a nit. https://codereview.chromium.org/2775963002/diff/40001/chrome/renderer/page_load_metrics/metrics_render_frame_observer.cc File chrome/renderer/page_load_metrics/metrics_render_frame_observer.cc (right): https://codereview.chromium.org/2775963002/diff/40001/chrome/renderer/page_load_metrics/metrics_render_frame_observer.cc#newcode61 chrome/renderer/page_load_metrics/metrics_render_frame_observer.cc:61: // resource. DidStartProvisionalLoad doesn't get ...
3 years, 8 months ago (2017-03-27 20:00:21 UTC) #19
Eugene But (OOO till 7-30)
Thanks! Adding more reviewers: jochen@ for chrome and components michaelbai@ for android_webview https://codereview.chromium.org/2775963002/diff/40001/chrome/renderer/page_load_metrics/metrics_render_frame_observer.cc File chrome/renderer/page_load_metrics/metrics_render_frame_observer.cc ...
3 years, 8 months ago (2017-03-27 20:41:40 UTC) #21
jochen (gone - plz use gerrit)
lgtm
3 years, 8 months ago (2017-03-28 10:33:58 UTC) #22
michaelbai
android_webview LGTM
3 years, 8 months ago (2017-03-28 15:48:15 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2775963002/60001
3 years, 8 months ago (2017-03-28 16:07:23 UTC) #26
commit-bot: I haz the power
3 years, 8 months ago (2017-03-28 17:11:36 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/5ae751e8e94501c884e5ac2335cc...

Powered by Google App Engine
This is Rietveld 408576698