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

Issue 27173: Fix 8030: Crash in EndFindSession (automation_ui_test) (Closed)

Created:
11 years, 9 months ago by Finnur
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

We can get into a state where the automation framework presses the Close button in the Find box after the tab has been destroyed. This causes the Find box to act on a NULL web_contents_ pointer. We now guard against this by checking for NULL web_contents before performing any work that relies on it. (I can't reproduce this bug manually or by running the automation testing locally, but this is an attempt to fix the crash by using the information gathered from looking at the crash dump). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10414

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -10 lines) Patch
M chrome/browser/views/find_bar_win.cc View 1 2 chunks +14 lines, -10 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Finnur
11 years, 9 months ago (2009-02-25 23:23:21 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698