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

Issue 10386144: Fixed a possible memory leak and support null pointers in AutomationEventObservers' NotifyEvent. (Closed)

Created:
8 years, 7 months ago by craigdh
Modified:
8 years, 7 months ago
CC:
chromium-reviews, robertshield, kkania
Visibility:
Public.

Description

Fixed a possible memory leak and support null pointers in AutomationEventObservers' NotifyEvent. BUG=None TEST=functional/apptest.py Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137466

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M chrome/browser/automation/automation_event_observers.cc View 2 chunks +5 lines, -1 line 4 comments Download
M chrome/browser/automation/automation_event_observers_chromeos.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/automation/automation_event_queue.cc View 3 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
craigdh
8 years, 7 months ago (2012-05-15 17:38:20 UTC) #1
craigdh
8 years, 7 months ago (2012-05-16 16:47:05 UTC) #2
Nirnimesh
Lgtm On Wednesday, May 16, 2012, <craigdh@chromium.org> wrote: > http://codereview.chromium.org/10386144/ > -- ../NiR
8 years, 7 months ago (2012-05-16 16:52:12 UTC) #3
dennis_jeffrey
A couple questions. http://codereview.chromium.org/10386144/diff/1/chrome/browser/automation/automation_event_observers.cc File chrome/browser/automation/automation_event_observers.cc (right): http://codereview.chromium.org/10386144/diff/1/chrome/browser/automation/automation_event_observers.cc#newcode31 chrome/browser/automation/automation_event_observers.cc:31: if (event_queue_) { Will "value" get ...
8 years, 7 months ago (2012-05-16 16:55:42 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/craigdh@chromium.org/10386144/1
8 years, 7 months ago (2012-05-16 16:55:52 UTC) #5
craigdh
https://chromiumcodereview.appspot.com/10386144/diff/1/chrome/browser/automation/automation_event_observers.cc File chrome/browser/automation/automation_event_observers.cc (right): https://chromiumcodereview.appspot.com/10386144/diff/1/chrome/browser/automation/automation_event_observers.cc#newcode31 chrome/browser/automation/automation_event_observers.cc:31: if (event_queue_) { On 2012/05/16 16:55:42, dennis_jeffrey wrote: > ...
8 years, 7 months ago (2012-05-16 17:00:55 UTC) #6
dennis_jeffrey
LGTM thanks!
8 years, 7 months ago (2012-05-16 17:03:08 UTC) #7
commit-bot: I haz the power
8 years, 7 months ago (2012-05-16 18:45:13 UTC) #8
Change committed as 137466

Powered by Google App Engine
This is Rietveld 408576698