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

Issue 12212089: content: convert child process notifications to observer usage (Closed)

Created:
7 years, 10 months ago by Paweł Hajdan Jr.
Modified:
7 years, 9 months ago
Reviewers:
jam
CC:
chromium-reviews, MAD, jar (doing other things), jam, yoshiki+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, Ilya Sherman, tfarina
Visibility:
Public.

Description

content: convert child process notifications to observer usage BUG=170921 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185337

Patch Set 1 #

Patch Set 2 : trybots #

Total comments: 1

Patch Set 3 : fixes #

Total comments: 8

Patch Set 4 : fixes #

Patch Set 5 : trybots #

Total comments: 10

Patch Set 6 : fixes #

Total comments: 5

Patch Set 7 : private #

Unified diffs Side-by-side diffs Delta from patch set Stats (+328 lines, -273 lines) Patch
M chrome/browser/android/crash_dump_manager.h View 1 2 3 4 5 6 3 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/android/crash_dump_manager.cc View 1 2 3 4 5 6 3 chunks +19 lines, -18 lines 0 comments Download
M chrome/browser/metrics/metrics_service.h View 1 2 6 chunks +16 lines, -9 lines 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 1 2 3 4 5 4 chunks +29 lines, -48 lines 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.h View 4 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.cc View 1 2 3 4 5 6 3 chunks +19 lines, -47 lines 0 comments Download
M chrome/browser/task_manager/task_manager_worker_resource_provider.h View 1 2 3 4 5 6 4 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/task_manager/task_manager_worker_resource_provider.cc View 1 2 3 4 5 6 4 chunks +47 lines, -53 lines 0 comments Download
M content/browser/browser_child_process_host_impl.h View 1 2 3 2 chunks +9 lines, -4 lines 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 2 3 4 5 6 8 chunks +45 lines, -19 lines 0 comments Download
M content/browser/mach_broker_mac.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M content/browser/mach_broker_mac.cc View 1 2 3 4 5 3 chunks +13 lines, -8 lines 0 comments Download
M content/browser/media/webrtc_internals.h View 1 2 3 4 5 6 3 chunks +10 lines, -1 line 0 comments Download
M content/browser/media/webrtc_internals.cc View 1 2 3 4 5 6 2 chunks +13 lines, -15 lines 0 comments Download
M content/browser/plugin_process_host.cc View 1 2 3 4 5 6 1 chunk +4 lines, -1 line 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
A content/public/browser/browser_child_process_observer.h View 1 2 3 4 5 6 1 chunk +44 lines, -0 lines 0 comments Download
A content/public/browser/browser_child_process_observer.cc View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
M content/public/browser/notification_types.h View 1 1 chunk +0 lines, -31 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Paweł Hajdan Jr.
7 years, 10 months ago (2013-02-08 13:06:47 UTC) #1
jam
https://codereview.chromium.org/12212089/diff/3001/content/public/browser/browser_child_process_observer.h File content/public/browser/browser_child_process_observer.h (right): https://codereview.chromium.org/12212089/diff/3001/content/public/browser/browser_child_process_observer.h#newcode17 content/public/browser/browser_child_process_observer.h:17: class CONTENT_EXPORT BrowserChildProcessObserver { interfaces should be used on ...
7 years, 10 months ago (2013-02-08 18:48:07 UTC) #2
Paweł Hajdan Jr.
PTAL I'm not entirely sure about this new observer interface - any feedback how to ...
7 years, 10 months ago (2013-02-14 15:37:42 UTC) #3
jam
https://codereview.chromium.org/12212089/diff/8001/content/public/browser/browser_child_process_observer.h File content/public/browser/browser_child_process_observer.h (right): https://codereview.chromium.org/12212089/diff/8001/content/public/browser/browser_child_process_observer.h#newcode19 content/public/browser/browser_child_process_observer.h:19: // Called on UI thread when a child process ...
7 years, 10 months ago (2013-02-15 22:44:00 UTC) #4
Paweł Hajdan Jr.
PTAL https://codereview.chromium.org/12212089/diff/8001/content/public/browser/browser_child_process_observer.h File content/public/browser/browser_child_process_observer.h (right): https://codereview.chromium.org/12212089/diff/8001/content/public/browser/browser_child_process_observer.h#newcode19 content/public/browser/browser_child_process_observer.h:19: // Called on UI thread when a child ...
7 years, 10 months ago (2013-02-18 14:21:07 UTC) #5
jam
https://codereview.chromium.org/12212089/diff/8001/content/public/browser/browser_child_process_observer.h File content/public/browser/browser_child_process_observer.h (right): https://codereview.chromium.org/12212089/diff/8001/content/public/browser/browser_child_process_observer.h#newcode41 content/public/browser/browser_child_process_observer.h:41: ~BrowserChildProcessObserver() {} On 2013/02/18 14:21:07, Paweł Hajdan Jr. wrote: ...
7 years, 10 months ago (2013-02-19 18:07:09 UTC) #6
Paweł Hajdan Jr.
https://codereview.chromium.org/12212089/diff/8001/content/public/browser/browser_child_process_observer.h File content/public/browser/browser_child_process_observer.h (right): https://codereview.chromium.org/12212089/diff/8001/content/public/browser/browser_child_process_observer.h#newcode41 content/public/browser/browser_child_process_observer.h:41: ~BrowserChildProcessObserver() {} On 2013/02/19 18:07:09, jam wrote: > On ...
7 years, 10 months ago (2013-02-20 12:11:42 UTC) #7
jam
https://codereview.chromium.org/12212089/diff/19001/content/browser/media/webrtc_internals.h File content/browser/media/webrtc_internals.h (right): https://codereview.chromium.org/12212089/diff/19001/content/browser/media/webrtc_internals.h#newcode68 content/browser/media/webrtc_internals.h:68: // BrowserChildProcessObserver implementation. On 2013/02/20 12:11:42, Paweł Hajdan Jr. ...
7 years, 10 months ago (2013-02-20 19:26:30 UTC) #8
tfarina
https://codereview.chromium.org/12212089/diff/23001/content/public/browser/browser_child_process_observer.h File content/public/browser/browser_child_process_observer.h (right): https://codereview.chromium.org/12212089/diff/23001/content/public/browser/browser_child_process_observer.h#newcode1 content/public/browser/browser_child_process_observer.h:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 10 months ago (2013-02-26 19:47:24 UTC) #9
Paweł Hajdan Jr.
https://codereview.chromium.org/12212089/diff/19001/content/browser/media/webrtc_internals.h File content/browser/media/webrtc_internals.h (right): https://codereview.chromium.org/12212089/diff/19001/content/browser/media/webrtc_internals.h#newcode68 content/browser/media/webrtc_internals.h:68: // BrowserChildProcessObserver implementation. On 2013/02/20 19:26:31, jam wrote: > ...
7 years, 9 months ago (2013-02-27 19:13:23 UTC) #10
tfarina
https://codereview.chromium.org/12212089/diff/23001/content/public/browser/browser_child_process_observer.h File content/public/browser/browser_child_process_observer.h (right): https://codereview.chromium.org/12212089/diff/23001/content/public/browser/browser_child_process_observer.h#newcode1 content/public/browser/browser_child_process_observer.h:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 9 months ago (2013-02-27 19:17:13 UTC) #11
jam
lgtm
7 years, 9 months ago (2013-02-28 21:43:26 UTC) #12
Paweł Hajdan Jr.
7 years, 9 months ago (2013-02-28 22:00:45 UTC) #13
Message was sent while issue was closed.
Committed patchset #7 manually as r185337 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698