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

Issue 2741313002: Renamed WasWithinSamePage to WasWithinSameDocument. (Closed)

Created:
3 years, 9 months ago by Eugene But (OOO till 7-30)
Modified:
3 years, 9 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, grt+watch_chromium.org, nasko+codewatch_chromium.org, jam, Randy Smith (Not in Mondays), darin-cc_chromium.org, loading-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Renamed NavigationState::WasWithinSamePage to WasWithinSameDocument. Also renamed was_within_same_page IPC message to was_within_same_document and NavigationState::WasWithinSameDocument to WasWithinSamePage BUG=695189 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2741313002 Cr-Commit-Position: refs/heads/master@{#457806} Committed: https://chromium.googlesource.com/chromium/src/+/cf731b5cfca8a5d9d58493c43224a0274b564432

Patch Set 1 #

Patch Set 2 : Compilation fixes #

Patch Set 3 : Moar fixes #

Patch Set 4 : Even moar fixes #

Total comments: 20

Patch Set 5 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -98 lines) Patch
M chrome/renderer/safe_browsing/phishing_classifier_delegate.cc View 1 2 3 4 3 chunks +8 lines, -7 lines 0 comments Download
M components/subresource_filter/content/browser/content_subresource_filter_driver_factory_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 13 chunks +15 lines, -15 lines 0 comments Download
M content/browser/frame_host/navigation_handle_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 2 3 4 3 chunks +7 lines, -7 lines 0 comments Download
M content/browser/frame_host/navigator_impl_unittest.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 6 chunks +7 lines, -7 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/loader/resource_scheduler_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/security_exploit_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_view_aura_browsertest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M content/public/renderer/navigation_state.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/test/navigation_simulator.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M content/public/test/navigation_simulator.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/navigation_state_impl.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M content/renderer/navigation_state_impl.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 6 chunks +10 lines, -9 lines 0 comments Download
M content/renderer/render_frame_impl_browsertest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/test/test_render_frame_host.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M content/test/test_render_view_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/test/test_web_contents.h View 1 chunk +1 line, -1 line 0 comments Download
M content/test/test_web_contents.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 48 (35 generated)
Eugene But (OOO till 7-30)
PTAL
3 years, 9 months ago (2017-03-14 21:28:02 UTC) #21
Charlie Reis
Thanks! LGTM with nits. https://codereview.chromium.org/2741313002/diff/60001/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc File chrome/renderer/safe_browsing/phishing_classifier_delegate.cc (right): https://codereview.chromium.org/2741313002/diff/60001/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc#newcode147 chrome/renderer/safe_browsing/phishing_classifier_delegate.cc:147: bool /*is_same_page_navigation*/) { Let's leave ...
3 years, 9 months ago (2017-03-15 02:43:11 UTC) #22
Eugene But (OOO till 7-30)
Thanks! +melandory for components/subresource_filter +mattm for chrome/renderer/safe_browsing https://codereview.chromium.org/2741313002/diff/60001/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc File chrome/renderer/safe_browsing/phishing_classifier_delegate.cc (right): https://codereview.chromium.org/2741313002/diff/60001/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc#newcode147 chrome/renderer/safe_browsing/phishing_classifier_delegate.cc:147: bool /*is_same_page_navigation*/) ...
3 years, 9 months ago (2017-03-15 16:16:17 UTC) #27
melandory
lgtm
3 years, 9 months ago (2017-03-15 16:26:31 UTC) #28
Eugene But (OOO till 7-30)
Actually adding mattm@ for for chrome/renderer/safe_browsing
3 years, 9 months ago (2017-03-16 20:15:22 UTC) #32
mattm
safe_browsing lgtm
3 years, 9 months ago (2017-03-16 22:03:33 UTC) #33
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/2741313002/80001
3 years, 9 months ago (2017-03-16 22:11:29 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/387626)
3 years, 9 months ago (2017-03-16 22:21:00 UTC) #38
Eugene But (OOO till 7-30)
+jln@chromium.org for content/common
3 years, 9 months ago (2017-03-17 00:28:47 UTC) #40
Charlie Reis
nasko's probably a quicker reviewer for an IPC review of frame_messages.h.
3 years, 9 months ago (2017-03-17 01:17:25 UTC) #42
nasko
IPC rubberstamp LGTM.
3 years, 9 months ago (2017-03-17 16:22:07 UTC) #43
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/2741313002/80001
3 years, 9 months ago (2017-03-17 16:48:02 UTC) #45
commit-bot: I haz the power
3 years, 9 months ago (2017-03-17 17:37:22 UTC) #48
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/cf731b5cfca8a5d9d58493c43224...

Powered by Google App Engine
This is Rietveld 408576698