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

Issue 10535081: Fixed a bug in the WaitUntilNavigationCompletes automation command. (Closed)

Created:
8 years, 6 months ago by craigdh
Modified:
8 years, 6 months ago
Reviewers:
dennis_jeffrey
CC:
chromium-reviews, robertshield, kkania, Nirnimesh
Visibility:
Public.

Description

Fixed a bug in the WaitUntilNavigationCompletes automation command. Previously the hook would try to use reply_message, despite it being owned by a scoped_ptr in the NavigationNotificationObserver. This resulted in a segfault when the page was already loaded, as the scoped_ptr was deleting the object when the observer was deleted. BUG=None TEST=functional/apptest.py Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141278

Patch Set 1 #

Patch Set 2 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M chrome/browser/automation/automation_provider_observers.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
craigdh
8 years, 6 months ago (2012-06-08 17:33:23 UTC) #1
dennis_jeffrey
LGTM Cool! Thanks for fixing this.
8 years, 6 months ago (2012-06-08 18:02:09 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/craigdh@chromium.org/10535081/3001
8 years, 6 months ago (2012-06-08 19:18:37 UTC) #3
commit-bot: I haz the power
8 years, 6 months ago (2012-06-08 20:36:06 UTC) #4
Change committed as 141278

Powered by Google App Engine
This is Rietveld 408576698