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

Issue 839413004: Remove the use of page id from building the commit params. (Closed)

Created:
5 years, 11 months ago by Avi (use Gerrit)
Modified:
5 years, 10 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, mkwst+moarreviews-renderer_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

Patch Set 1 #

Total comments: 3

Patch Set 2 : with test, works too! #

Patch Set 3 : last_page_id_sent_to_browser_ #

Patch Set 4 : rebase #

Patch Set 5 : test both enums (still fails site-per-process) #

Total comments: 10

Patch Set 6 : with fix for site-per-process #

Total comments: 3

Patch Set 7 : code-b-gone #

Patch Set 8 : git cl try #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -39 lines) Patch
M content/browser/frame_host/navigation_controller_impl_browsertest.cc View 1 2 3 4 5 2 chunks +119 lines, -1 line 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -15 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 3 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 5 chunks +10 lines, -13 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -7 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 41 (8 generated)
Avi (use Gerrit)
5 years, 11 months ago (2015-01-14 16:33:01 UTC) #2
Charlie Reis
https://codereview.chromium.org/839413004/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (left): https://codereview.chromium.org/839413004/diff/1/content/renderer/render_frame_impl.cc#oldcode3688 content/renderer/render_frame_impl.cc:3688: if (render_view_->page_id_ > render_view_->last_page_id_sent_to_browser_) If this works, that means ...
5 years, 11 months ago (2015-01-14 18:18:40 UTC) #3
Avi (use Gerrit)
https://codereview.chromium.org/839413004/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/839413004/diff/1/content/renderer/render_frame_impl.cc#newcode3686 content/renderer/render_frame_impl.cc:3686: if (ds->replacesCurrentHistoryItem()) On 2015/01/14 18:18:40, Charlie Reis wrote: > ...
5 years, 11 months ago (2015-01-14 21:23:20 UTC) #4
Avi (use Gerrit)
Charlie, this is better now. A test, a better implementation, and the world is good.
5 years, 11 months ago (2015-01-16 15:28:25 UTC) #5
Charlie Reis
Great-- I like the new fix, and it's good to have a test for this.
5 years, 11 months ago (2015-01-23 07:19:27 UTC) #6
Charlie Reis
And LGTM, of course.
5 years, 11 months ago (2015-01-23 07:19:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/839413004/40001
5 years, 11 months ago (2015-01-23 07:20:51 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 11 months ago (2015-01-23 07:40:51 UTC) #10
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/66f3ec8e5ee6c3b528b5a6054cdca85ac0b29699 Cr-Commit-Position: refs/heads/master@{#312791}
5 years, 11 months ago (2015-01-23 07:41:55 UTC) #11
kochi
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/867963002/ by kochi@chromium.org. ...
5 years, 11 months ago (2015-01-23 09:29:47 UTC) #12
Avi (use Gerrit)
FYI, it turns out that when pushState is used, replacesCurrentHistoryItem() is true. ಠ_ಠ. This is ...
5 years, 10 months ago (2015-01-27 23:40:15 UTC) #13
Charlie Reis
[+japhet] On 2015/01/27 23:40:15, Avi wrote: > FYI, it turns out that when pushState is ...
5 years, 10 months ago (2015-01-27 23:46:29 UTC) #15
Nate Chapin
On 2015/01/27 23:46:29, Charlie Reis (slow until 1-29) wrote: > [+japhet] > > On 2015/01/27 ...
5 years, 10 months ago (2015-01-27 23:47:23 UTC) #16
Avi (use Gerrit)
On 2015/01/27 23:47:23, Nate Chapin wrote: > On 2015/01/27 23:46:29, Charlie Reis (slow until 1-29) ...
5 years, 10 months ago (2015-01-27 23:49:00 UTC) #17
Nate Chapin
On 2015/01/27 23:47:23, Nate Chapin wrote: > On 2015/01/27 23:46:29, Charlie Reis (slow until 1-29) ...
5 years, 10 months ago (2015-01-27 23:49:48 UTC) #18
Avi (use Gerrit)
On 2015/01/27 23:49:48, Nate Chapin wrote: > Interesting, yeah, pushState/replaceState don't update that start on ...
5 years, 10 months ago (2015-01-28 00:25:10 UTC) #19
Avi (use Gerrit)
With the blink fix, this looks like it works now.
5 years, 10 months ago (2015-01-28 21:26:57 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/839413004/60001
5 years, 10 months ago (2015-01-28 21:28:32 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-01-28 21:33:42 UTC) #23
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/5fe8124cafd9ea996b99cfc88366315aad0c63b2 Cr-Commit-Position: refs/heads/master@{#313589}
5 years, 10 months ago (2015-01-28 21:34:41 UTC) #24
Avi (use Gerrit)
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/874743003/ by avi@chromium.org. ...
5 years, 10 months ago (2015-01-29 19:53:13 UTC) #25
Charlie Reis
Test updates LGTM with nits. https://codereview.chromium.org/839413004/diff/80001/content/browser/frame_host/navigation_controller_impl_browsertest.cc File content/browser/frame_host/navigation_controller_impl_browsertest.cc (right): https://codereview.chromium.org/839413004/diff/80001/content/browser/frame_host/navigation_controller_impl_browsertest.cc#newcode95 content/browser/frame_host/navigation_controller_impl_browsertest.cc:95: node->current_frame_host()->delegate()->GetAsWebContents()), This feels a ...
5 years, 10 months ago (2015-02-02 17:50:32 UTC) #26
Avi (use Gerrit)
PTAL. https://codereview.chromium.org/839413004/diff/80001/content/browser/frame_host/navigation_controller_impl_browsertest.cc File content/browser/frame_host/navigation_controller_impl_browsertest.cc (right): https://codereview.chromium.org/839413004/diff/80001/content/browser/frame_host/navigation_controller_impl_browsertest.cc#newcode95 content/browser/frame_host/navigation_controller_impl_browsertest.cc:95: node->current_frame_host()->delegate()->GetAsWebContents()), On 2015/02/02 17:50:32, Charlie Reis wrote: > ...
5 years, 10 months ago (2015-02-02 20:59:36 UTC) #27
Avi (use Gerrit)
https://codereview.chromium.org/839413004/diff/100001/content/browser/frame_host/navigator_impl.cc File content/browser/frame_host/navigator_impl.cc (right): https://codereview.chromium.org/839413004/diff/100001/content/browser/frame_host/navigator_impl.cc#newcode523 content/browser/frame_host/navigator_impl.cc:523: } On 2015/02/02 20:59:36, Avi wrote: > it turns ...
5 years, 10 months ago (2015-02-02 21:06:21 UTC) #28
Charlie Reis
LGTM if you remove that whole block in navigator_impl.cc. https://codereview.chromium.org/839413004/diff/100001/content/browser/frame_host/navigator_impl.cc File content/browser/frame_host/navigator_impl.cc (right): https://codereview.chromium.org/839413004/diff/100001/content/browser/frame_host/navigator_impl.cc#newcode523 content/browser/frame_host/navigator_impl.cc:523: ...
5 years, 10 months ago (2015-02-02 21:24:29 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/839413004/120001
5 years, 10 months ago (2015-02-02 22:10:18 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/20665)
5 years, 10 months ago (2015-02-02 23:04:50 UTC) #33
Avi (use Gerrit)
Charlie, Nasko: Please look at the WebContentsImplTest.StartStopEventsBalance test change. Charlie because you know this area, ...
5 years, 10 months ago (2015-02-03 17:39:40 UTC) #35
nasko
https://codereview.chromium.org/839413004/diff/140001/content/browser/web_contents/web_contents_impl_unittest.cc File content/browser/web_contents/web_contents_impl_unittest.cc (right): https://codereview.chromium.org/839413004/diff/140001/content/browser/web_contents/web_contents_impl_unittest.cc#newcode2912 content/browser/web_contents/web_contents_impl_unittest.cc:2912: subframe, 3, bar_url, ui::PAGE_TRANSITION_MANUAL_SUBFRAME); On 2015/02/03 17:39:39, Avi wrote: ...
5 years, 10 months ago (2015-02-03 17:45:48 UTC) #36
Charlie Reis
https://codereview.chromium.org/839413004/diff/140001/content/browser/web_contents/web_contents_impl_unittest.cc File content/browser/web_contents/web_contents_impl_unittest.cc (right): https://codereview.chromium.org/839413004/diff/140001/content/browser/web_contents/web_contents_impl_unittest.cc#newcode2912 content/browser/web_contents/web_contents_impl_unittest.cc:2912: subframe, 3, bar_url, ui::PAGE_TRANSITION_MANUAL_SUBFRAME); On 2015/02/03 17:45:48, nasko wrote: ...
5 years, 10 months ago (2015-02-03 17:46:56 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/839413004/140001
5 years, 10 months ago (2015-02-03 18:00:44 UTC) #39
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 10 months ago (2015-02-03 18:28:14 UTC) #40
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 18:30:08 UTC) #41
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/8c46f7e14826aff30a5fe3bb0751380e0078609d
Cr-Commit-Position: refs/heads/master@{#314370}

Powered by Google App Engine
This is Rietveld 408576698