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

Issue 60006: Fix linux crash on opening new tab. (Closed)

Created:
11 years, 8 months ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
Reviewers:
John Grabowski
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Remove an #if !defined(OS_LINUX) Fixes a linux crash on opening a new tab, because without this code, the render process sends a page_id of 1 to the browser process, which crashes in NavigationController::ClassifyNavigation since page_id==1 is not higher than the max page id (when you've already surfed to another page in a previous tab), so the NavigationController crashes on trying to look up an entry for the page which doesn't exist. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12954

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -3 lines) Patch
M chrome/renderer/render_thread.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
willchan no longer on Chromium
11 years, 8 months ago (2009-04-01 07:36:10 UTC) #1
John Grabowski
11 years, 8 months ago (2009-04-01 16:51:56 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698