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

Issue 8468032: Fix next_page_id_ in a NTP forced to share an existing WebUI process. (Closed)

Created:
9 years, 1 month ago by Charlie Reis
Modified:
9 years, 1 month ago
Reviewers:
jam, sky
CC:
chromium-reviews, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., estade+watch_chromium.org, brettw
Visibility:
Public.

Description

Fix next_page_id_ in a NTP forced to share an existing WebUI process. BUG=104258 TEST=See bug for repro steps. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110556

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix comments. #

Patch Set 3 : Switch to UpdateAndSendMaxPageID #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -9 lines) Patch
M chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc View 2 chunks +64 lines, -0 lines 0 comments Download
M content/browser/renderer_host/browser_render_process_host.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/browser_render_process_host.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/mock_render_process_host.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/mock_render_process_host.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/site_instance.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Charlie Reis
Scott, would you be willing to review, since it has to do with page ID ...
9 years, 1 month ago (2011-11-16 02:34:02 UTC) #1
sky
http://codereview.chromium.org/8468032/diff/1/content/browser/renderer_host/browser_render_process_host.h File content/browser/renderer_host/browser_render_process_host.h (right): http://codereview.chromium.org/8468032/diff/1/content/browser/renderer_host/browser_render_process_host.h#newcode52 content/browser/renderer_host/browser_render_process_host.h:52: virtual void UpdateMaxPageID(int32 page_id) OVERRIDE; Move this with other ...
9 years, 1 month ago (2011-11-16 05:08:40 UTC) #2
Charlie Reis
I've cleaned it up a bit, but I'm slightly concerned that we'll be notifying the ...
9 years, 1 month ago (2011-11-16 19:41:36 UTC) #3
sky
On Wed, Nov 16, 2011 at 11:41 AM, <creis@chromium.org> wrote: > I've cleaned it up ...
9 years, 1 month ago (2011-11-16 20:05:46 UTC) #4
Charlie Reis
On 2011/11/16 20:05:46, sky wrote: > On Wed, Nov 16, 2011 at 11:41 AM, <mailto:creis@chromium.org> ...
9 years, 1 month ago (2011-11-16 21:23:03 UTC) #5
sky
LGTM
9 years, 1 month ago (2011-11-16 21:30:52 UTC) #6
Charlie Reis
Adding John for content owners approval.
9 years, 1 month ago (2011-11-17 17:54:20 UTC) #7
jam
9 years, 1 month ago (2011-11-17 20:31:47 UTC) #8
renderer lgtm

Powered by Google App Engine
This is Rietveld 408576698