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

Issue 1002803002: Classify navigations without page id in parallel to the existing classifier. (Closed)

Created:
5 years, 9 months ago by Avi (use Gerrit)
Modified:
5 years, 7 months ago
CC:
chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Classify navigations without page id in parallel to the existing classifier. For now, this only happens in debug builds. BUG=369661 TEST=NavigationControllerBrowserTest.NavigationTypeClassification_* TEST=Every other test on the planet. Committed: https://crrev.com/d8d93348bbd8c646c337bdaa40fc0c64204fc5ff Cr-Commit-Position: refs/heads/master@{#327122} Reverted: https://crrev.com/5348e920f4119aff9a4eb76c0965725dc85a66cc Cr-Revert-Position: refs/heads/master@{#327152} Committed: https://crrev.com/5671403d44971669e4d81aecf3f002188ce0e95f Cr-Commit-Position: refs/heads/master@{#327214} Reverted: https://crrev.com/49180eb13549e440bbd4f66390e32e84699dcdfd Cr-Revert-Position: refs/heads/master@{#327269} Committed: https://crrev.com/a038c6670f450313a8e224ccc5d05dd59e3488c4 Cr-Commit-Position: refs/heads/master@{#328131} Reverted: https://crrev.com/1f5d6196b8d53e70e7a7a2276cdf3481365e7e04 Cr-Revert-Position: refs/heads/master@{#328282} Committed: https://crrev.com/61cae85448cfeb793270e804b5ad1023993279c5 Cr-Commit-Position: refs/heads/master@{#328829} Reverted: https://crrev.com/c0b9c8f3333acddb945165bce44f5605dcf56f0f Cr-Revert-Position: refs/heads/master@{#328924} Committed: https://crrev.com/7c6f35e1d8731ff5c51ee3910ba24a14e7a8d87c Cr-Commit-Position: refs/heads/master@{#328979}

Patch Set 1 #

Patch Set 2 : rebase atop clamy's cl #

Patch Set 3 : better crash url #

Total comments: 18

Patch Set 4 : updates, fixes for content browsertests #

Patch Set 5 : content browsertests should go green #

Patch Set 6 : first pass at test fixes #

Patch Set 7 : webcontentsimplunittest #

Patch Set 8 : unit tests #

Total comments: 2

Patch Set 9 : android, unit tests #

Patch Set 10 : most of the navcontrollertest #

Patch Set 11 : all of the navcontroller unit tests #

Patch Set 12 : all unit tests, android #

Patch Set 13 : rebase; fixes #

Patch Set 14 : rebase atop fixes #

Patch Set 15 : two test fixes #

Patch Set 16 : one test left #

Patch Set 17 : green, please? #

Patch Set 18 : greeeeeen #

Patch Set 19 : greeeeeeen #

Total comments: 26

Patch Set 20 : fixes #

Patch Set 21 : drop a bit #

Patch Set 22 : rebase #

Patch Set 23 : done #

Patch Set 24 : overscroll #

Patch Set 25 : bad overscroll! #

Patch Set 26 : rebase again #

Total comments: 24

Patch Set 27 : Charlie's issues #

Patch Set 28 : rebase #

Patch Set 29 : intended #

Total comments: 18

Patch Set 30 : Ilya and Charlie #

Patch Set 31 : mattm #

Patch Set 32 : rebase #

Patch Set 33 : with android #

Total comments: 6

Patch Set 34 : clamy & nasko #

Patch Set 35 : rlz #

Patch Set 36 : rebase #

Patch Set 37 : fix comments #

Patch Set 38 : rebase atop https://codereview.chromium.org/1128893003 #

Patch Set 39 : fixes #

Patch Set 40 : with comment #

Patch Set 41 : relax the dcheck #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1317 lines, -531 lines) Patch
M chrome/browser/chromeos/login/signin/merge_session_load_page_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +14 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/offline/offline_load_page_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_unittest.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/rlz/rlz_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 19 chunks +61 lines, -41 lines 0 comments Download
M chrome/browser/translate/translate_manager_render_view_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +15 lines, -3 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 11 chunks +63 lines, -32 lines 0 comments Download
M content/browser/devtools/devtools_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 2 chunks +6 lines, -4 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +9 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 4 chunks +164 lines, -13 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +92 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 134 chunks +298 lines, -143 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 2 chunks +4 lines, -2 lines 0 comments Download
M content/browser/frame_host/navigation_request.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/frame_host/navigator_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 chunks +35 lines, -28 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 20 chunks +39 lines, -16 lines 0 comments Download
M content/browser/renderer_host/render_view_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +6 lines, -3 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 112 chunks +247 lines, -136 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 3 chunks +12 lines, -0 lines 0 comments Download
M content/common/navigation_params.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 2 chunks +14 lines, -0 lines 0 comments Download
M content/common/navigation_params.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 chunks +6 lines, -0 lines 0 comments Download
M content/public/common/frame_navigate_params.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +6 lines, -0 lines 0 comments Download
M content/public/common/frame_navigate_params.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/test/render_view_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 1 chunk +1 line, -0 lines 0 comments Download
M content/public/test/test_renderer_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +20 lines, -10 lines 0 comments Download
M content/public/test/test_renderer_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +7 lines, -4 lines 0 comments Download
M content/public/test/web_contents_tester.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +18 lines, -7 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 3 chunks +9 lines, -12 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 7 chunks +16 lines, -4 lines 0 comments Download
M content/test/test_render_frame_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +36 lines, -19 lines 0 comments Download
M content/test/test_render_frame_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 8 chunks +52 lines, -23 lines 0 comments Download
M content/test/test_render_view_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 1 chunk +4 lines, -2 lines 0 comments Download
M content/test/test_render_view_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 2 chunks +4 lines, -0 lines 0 comments Download
M content/test/test_web_contents.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +4 lines, -0 lines 0 comments Download
M content/test/test_web_contents.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 86 (19 generated)
Avi (use Gerrit)
Charlie: WDYT? Not yet ready for commit, but I want your thoughts Camille: This collided ...
5 years, 9 months ago (2015-03-12 16:31:50 UTC) #2
Charlie Reis
Nice. This seems like quite a reasonable start. The test failures should help point out ...
5 years, 9 months ago (2015-03-12 18:28:17 UTC) #3
Avi (use Gerrit)
https://codereview.chromium.org/1002803002/diff/40001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/1002803002/diff/40001/content/browser/frame_host/navigation_controller_impl.cc#newcode1080 content/browser/frame_host/navigation_controller_impl.cc:1080: // This must be an inert commit (standard commits ...
5 years, 9 months ago (2015-03-12 19:21:18 UTC) #4
clamy
Thanks! A few comments on how the patch interacts with PlzNavigate. I'm very excited about ...
5 years, 9 months ago (2015-03-16 10:39:55 UTC) #5
Avi (use Gerrit)
Omigod all the bots are green! Review, review, review! Charlie, Camille, please take a look ...
5 years, 8 months ago (2015-04-09 22:35:09 UTC) #6
clamy
Thanks! A few questions below. https://codereview.chromium.org/1002803002/diff/360001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/1002803002/diff/360001/content/browser/frame_host/navigation_controller_impl.cc#newcode815 content/browser/frame_host/navigation_controller_impl.cc:815: details->type = ClassifyNavigation(rfh, params); ...
5 years, 8 months ago (2015-04-10 12:05:45 UTC) #7
Charlie Reis
I like it. I glossed over some of the test changes (which seem pretty mechanical) ...
5 years, 8 months ago (2015-04-10 23:54:21 UTC) #8
Avi (use Gerrit)
https://codereview.chromium.org/1002803002/diff/360001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/1002803002/diff/360001/content/browser/frame_host/navigation_controller_impl.cc#newcode815 content/browser/frame_host/navigation_controller_impl.cc:815: details->type = ClassifyNavigation(rfh, params); On 2015/04/10 12:05:44, clamy wrote: ...
5 years, 8 months ago (2015-04-13 22:42:49 UTC) #9
Avi (use Gerrit)
On 2015/04/10 23:54:21, Charlie Reis (slow until 4-15) wrote: > I glossed over some of ...
5 years, 8 months ago (2015-04-13 22:46:41 UTC) #10
Charlie Reis
On 2015/04/13 22:46:41, Avi wrote: > On 2015/04/10 23:54:21, Charlie Reis (slow until 4-15) wrote: ...
5 years, 8 months ago (2015-04-13 23:33:38 UTC) #11
Avi (use Gerrit)
On 2015/04/13 23:33:38, Charlie Reis (slow until 4-15) wrote: > On 2015/04/13 22:46:41, Avi wrote: ...
5 years, 8 months ago (2015-04-14 02:01:28 UTC) #12
clamy
Thanks! Lgtm with one comment. https://codereview.chromium.org/1002803002/diff/360001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/1002803002/diff/360001/content/browser/frame_host/navigation_controller_impl.cc#newcode815 content/browser/frame_host/navigation_controller_impl.cc:815: details->type = ClassifyNavigation(rfh, params); ...
5 years, 8 months ago (2015-04-14 15:44:47 UTC) #13
Avi (use Gerrit)
https://codereview.chromium.org/1002803002/diff/360001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/1002803002/diff/360001/content/renderer/render_frame_impl.cc#newcode1123 content/renderer/render_frame_impl.cc:1123: DCHECK_NE(0, request_params.nav_entry_id); On 2015/04/14 15:44:47, clamy wrote: > No ...
5 years, 8 months ago (2015-04-15 15:10:17 UTC) #14
Avi (use Gerrit)
https://codereview.chromium.org/1002803002/diff/360001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/1002803002/diff/360001/content/renderer/render_frame_impl.cc#newcode2671 content/renderer/render_frame_impl.cc:2671: // Checking the commit type is planned to be ...
5 years, 8 months ago (2015-04-15 20:28:25 UTC) #15
Avi (use Gerrit)
OK, please review. This is completely failing ClientOnPageFinishedTest#testNotCalledOnDomModificationWithJavascriptUrlAfterNonCommittedLoadFromApi and I am asking mnaganov for help ...
5 years, 8 months ago (2015-04-21 23:04:06 UTC) #16
Charlie Reis
LGTM with some nits/cleanup below. https://codereview.chromium.org/1002803002/diff/500001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/1002803002/diff/500001/content/browser/frame_host/navigation_controller_impl.cc#newcode1122 content/browser/frame_host/navigation_controller_impl.cc:1122: // This is history.reload() ...
5 years, 8 months ago (2015-04-22 05:27:25 UTC) #17
mnaganov (inactive)
This is what testNotCalledOnDomModificationWithJavascriptUrlAfterNonCommittedLoadFromApi test does: 1. Starts loading a page, the request is artificially ...
5 years, 8 months ago (2015-04-22 09:29:03 UTC) #19
Avi (use Gerrit)
Charlie: this patch set addresses all your issues. Mikhail: I am looking into your breakage, ...
5 years, 8 months ago (2015-04-22 18:31:51 UTC) #20
Charlie Reis
Thanks. The updates look good (apart from the compile error), so it's just the DidFailProvisionalLoadWithError ...
5 years, 8 months ago (2015-04-22 21:02:52 UTC) #21
Avi (use Gerrit)
On 2015/04/22 21:02:52, Charlie Reis wrote: > Thanks. The updates look good (apart from the ...
5 years, 8 months ago (2015-04-22 21:12:24 UTC) #22
Avi (use Gerrit)
I'm a bit stuck here. On 2015/04/22 09:29:03, mnaganov wrote: > 4. Waits for WebContentsObserver::DidFailLoad ...
5 years, 8 months ago (2015-04-23 21:04:39 UTC) #23
Avi (use Gerrit)
To clarify, on WebContentsObserver, DidFailLoad and DidFailProvisionalLoad are different calls. If the server never replies ...
5 years, 8 months ago (2015-04-23 21:12:52 UTC) #24
Avi (use Gerrit)
OK, I just figured it out. 1. Yes, you meant DidFailProvisionalLoad. 2. You're executing the ...
5 years, 8 months ago (2015-04-23 21:25:03 UTC) #25
mnaganov (inactive)
On 2015/04/23 21:25:03, Avi wrote: > OK, I just figured it out. > > 1. ...
5 years, 8 months ago (2015-04-24 08:48:51 UTC) #26
Avi (use Gerrit)
On 2015/04/24 08:48:51, mnaganov wrote: > There is another thing that I don't like -- ...
5 years, 8 months ago (2015-04-24 15:07:13 UTC) #27
mnaganov (inactive)
On 2015/04/24 15:07:13, Avi wrote: > On 2015/04/24 08:48:51, mnaganov wrote: > > There is ...
5 years, 8 months ago (2015-04-24 15:11:45 UTC) #28
Avi (use Gerrit)
OK! Let's get this reviewed. Charlie: You LGed it earlier, but this makes everything green ...
5 years, 8 months ago (2015-04-24 21:29:03 UTC) #30
Ilya Sherman
autofill lgtm % nit https://codereview.chromium.org/1002803002/diff/560001/chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc File chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc (right): https://codereview.chromium.org/1002803002/diff/560001/chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc#newcode85 chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc:85: // The transition is in ...
5 years, 8 months ago (2015-04-24 21:34:08 UTC) #31
Avi (use Gerrit)
https://codereview.chromium.org/1002803002/diff/560001/chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc File chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc (right): https://codereview.chromium.org/1002803002/diff/560001/chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc#newcode85 chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc:85: // The transition is in two places; quite a ...
5 years, 8 months ago (2015-04-24 21:37:16 UTC) #32
Charlie Reis
Diff from 28 to 29 LGTM with nits. https://codereview.chromium.org/1002803002/diff/560001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/1002803002/diff/560001/content/browser/frame_host/navigation_controller_impl.cc#newcode1141 content/browser/frame_host/navigation_controller_impl.cc:1141: // ...
5 years, 8 months ago (2015-04-24 22:02:02 UTC) #33
Avi (use Gerrit)
https://codereview.chromium.org/1002803002/diff/560001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/1002803002/diff/560001/content/browser/frame_host/navigation_controller_impl.cc#newcode1141 content/browser/frame_host/navigation_controller_impl.cc:1141: // got cleared in the meanwhile. Classify as EXISTING_PAGE. ...
5 years, 8 months ago (2015-04-24 22:17:15 UTC) #34
mattm
https://codereview.chromium.org/1002803002/diff/560001/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc File chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc (right): https://codereview.chromium.org/1002803002/diff/560001/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc#newcode315 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc:315: Navigate(kGoodURL, 2, 0, true); is nav_entry_id=0 some magic value? ...
5 years, 8 months ago (2015-04-24 23:42:37 UTC) #35
Avi (use Gerrit)
mattm: please review again. https://codereview.chromium.org/1002803002/diff/560001/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc File chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc (right): https://codereview.chromium.org/1002803002/diff/560001/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc#newcode315 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc:315: Navigate(kGoodURL, 2, 0, true); On ...
5 years, 8 months ago (2015-04-25 19:24:51 UTC) #36
hajimehoshi
translate lgtm
5 years, 8 months ago (2015-04-27 04:45:56 UTC) #37
Paweł Hajdan Jr.
chrome/test, content/test: LGTM
5 years, 8 months ago (2015-04-27 08:53:55 UTC) #38
Michael van Ouwerkerk
geolocation lgtm with nit https://codereview.chromium.org/1002803002/diff/640001/chrome/browser/geolocation/geolocation_permission_context_unittest.cc File chrome/browser/geolocation/geolocation_permission_context_unittest.cc (right): https://codereview.chromium.org/1002803002/diff/640001/chrome/browser/geolocation/geolocation_permission_context_unittest.cc#newcode230 chrome/browser/geolocation/geolocation_permission_context_unittest.cc:230: ->SendNavigate(extra_tabs_.size() + 1, entry->GetUniqueID(), true, ...
5 years, 8 months ago (2015-04-27 11:20:25 UTC) #39
clamy
Thanks! One comment below. https://codereview.chromium.org/1002803002/diff/640001/content/common/navigation_params.cc File content/common/navigation_params.cc (right): https://codereview.chromium.org/1002803002/diff/640001/content/common/navigation_params.cc#newcode87 content/common/navigation_params.cc:87: nav_entry_id(0), Shouldn't we initialize intended_as_new_entry ...
5 years, 8 months ago (2015-04-27 11:50:05 UTC) #40
nasko
https://codereview.chromium.org/1002803002/diff/640001/content/common/frame_messages.h File content/common/frame_messages.h (right): https://codereview.chromium.org/1002803002/diff/640001/content/common/frame_messages.h#newcode117 content/common/frame_messages.h:117: IPC_STRUCT_MEMBER(int, nav_entry_id) Tracing through the path of this IPC ...
5 years, 8 months ago (2015-04-27 14:03:56 UTC) #41
Avi (use Gerrit)
Camille, Nasko: please take another look. https://codereview.chromium.org/1002803002/diff/640001/chrome/browser/geolocation/geolocation_permission_context_unittest.cc File chrome/browser/geolocation/geolocation_permission_context_unittest.cc (right): https://codereview.chromium.org/1002803002/diff/640001/chrome/browser/geolocation/geolocation_permission_context_unittest.cc#newcode230 chrome/browser/geolocation/geolocation_permission_context_unittest.cc:230: ->SendNavigate(extra_tabs_.size() + 1, ...
5 years, 8 months ago (2015-04-27 14:56:33 UTC) #42
clamy
Thanks! Lgtm.
5 years, 8 months ago (2015-04-27 15:02:55 UTC) #43
nasko
LGTM
5 years, 8 months ago (2015-04-27 18:42:11 UTC) #44
stevenjb
c/b/chromeos lgtm
5 years, 8 months ago (2015-04-27 18:55:20 UTC) #45
mattm
safe_browsing lgtm
5 years, 8 months ago (2015-04-27 19:12:57 UTC) #46
bengr
data_reduction_proxy lgtm
5 years, 8 months ago (2015-04-27 20:00:27 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1002803002/660001
5 years, 8 months ago (2015-04-27 20:44:49 UTC) #51
commit-bot: I haz the power
Committed patchset #34 (id:660001)
5 years, 8 months ago (2015-04-27 21:17:09 UTC) #52
commit-bot: I haz the power
Patchset 34 (id:??) landed as https://crrev.com/d8d93348bbd8c646c337bdaa40fc0c64204fc5ff Cr-Commit-Position: refs/heads/master@{#327122}
5 years, 8 months ago (2015-04-27 21:17:49 UTC) #53
mohsen
A revert of this CL (patchset #34 id:660001) has been created in https://codereview.chromium.org/1104403002/ by mohsen@chromium.org. ...
5 years, 8 months ago (2015-04-27 22:04:43 UTC) #54
cpu_(ooo_6.6-7.5)
lgtm for rlz
5 years, 8 months ago (2015-04-28 00:44:25 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1002803002/680001
5 years, 8 months ago (2015-04-28 00:47:20 UTC) #59
commit-bot: I haz the power
Committed patchset #35 (id:680001)
5 years, 8 months ago (2015-04-28 01:30:10 UTC) #60
commit-bot: I haz the power
Patchset 35 (id:??) landed as https://crrev.com/5671403d44971669e4d81aecf3f002188ce0e95f Cr-Commit-Position: refs/heads/master@{#327214}
5 years, 8 months ago (2015-04-28 01:31:06 UTC) #61
vkuzkokov
A revert of this CL (patchset #35 id:680001) has been created in https://codereview.chromium.org/1110943003/ by vkuzkokov@chromium.org. ...
5 years, 7 months ago (2015-04-28 12:06:05 UTC) #62
Nikita (slow)
Another reason for revert, this change breaks Instrumentation test AndroidWebViewTest http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/27543
5 years, 7 months ago (2015-04-28 13:11:23 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1002803002/720001
5 years, 7 months ago (2015-05-04 14:59:16 UTC) #67
commit-bot: I haz the power
Committed patchset #37 (id:720001)
5 years, 7 months ago (2015-05-04 15:55:40 UTC) #68
commit-bot: I haz the power
Patchset 37 (id:??) landed as https://crrev.com/a038c6670f450313a8e224ccc5d05dd59e3488c4 Cr-Commit-Position: refs/heads/master@{#328131}
5 years, 7 months ago (2015-05-04 15:56:39 UTC) #69
pdr.
A revert of this CL (patchset #37 id:720001) has been created in https://codereview.chromium.org/1121083004/ by pdr@chromium.org. ...
5 years, 7 months ago (2015-05-05 05:17:29 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1002803002/740001
5 years, 7 months ago (2015-05-07 14:43:31 UTC) #73
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1002803002/780001
5 years, 7 months ago (2015-05-07 20:58:13 UTC) #77
commit-bot: I haz the power
Committed patchset #40 (id:780001)
5 years, 7 months ago (2015-05-07 21:12:57 UTC) #78
commit-bot: I haz the power
Patchset 40 (id:??) landed as https://crrev.com/61cae85448cfeb793270e804b5ad1023993279c5 Cr-Commit-Position: refs/heads/master@{#328829}
5 years, 7 months ago (2015-05-07 21:14:09 UTC) #79
Kunihiko Sakamoto
A revert of this CL (patchset #40 id:780001) has been created in https://codereview.chromium.org/1136553005/ by ksakamoto@chromium.org. ...
5 years, 7 months ago (2015-05-08 04:14:15 UTC) #80
Avi (use Gerrit)
On 2015/05/08 04:14:15, Kunihiko Sakamoto wrote: > A revert of this CL (patchset #40 id:780001) ...
5 years, 7 months ago (2015-05-08 15:20:02 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1002803002/800001
5 years, 7 months ago (2015-05-08 15:55:33 UTC) #84
commit-bot: I haz the power
Committed patchset #41 (id:800001)
5 years, 7 months ago (2015-05-08 17:52:55 UTC) #85
commit-bot: I haz the power
5 years, 7 months ago (2015-05-08 17:53:46 UTC) #86
Message was sent while issue was closed.
Patchset 41 (id:??) landed as
https://crrev.com/7c6f35e1d8731ff5c51ee3910ba24a14e7a8d87c
Cr-Commit-Position: refs/heads/master@{#328979}

Powered by Google App Engine
This is Rietveld 408576698