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

Issue 30943005: Add WaitForCondition() and use it in ExtensionTestNotificationObserver. (Closed)

Created:
7 years, 2 months ago by Bernhard Bauer
Modified:
7 years, 1 month ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, Jeffrey Yasskin, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add WaitForCondition() and use it in ExtensionTestNotificationObserver. BUG=none NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235331

Patch Set 1 #

Total comments: 1

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 5

Patch Set 4 : review #

Patch Set 5 : fix #

Patch Set 6 : . #

Total comments: 4

Patch Set 7 : review #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -43 lines) Patch
M base/callback_list.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M base/callback_list.h.pump View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_test_notification_observer.cc View 1 2 3 4 5 6 3 chunks +96 lines, -41 lines 2 comments Download

Messages

Total messages: 28 (0 generated)
Avi (use Gerrit)
I see what you're getting at but don't see the point. With notifications, it's generic. ...
7 years, 2 months ago (2013-10-23 19:21:52 UTC) #1
Bernhard Bauer
On 2013/10/23 19:21:52, Avi wrote: > I see what you're getting at but don't see ...
7 years, 2 months ago (2013-10-23 21:14:28 UTC) #2
Avi (use Gerrit)
On 2013/10/23 21:14:28, Bernhard Bauer wrote: > On 2013/10/23 19:21:52, Avi wrote: > > I ...
7 years, 2 months ago (2013-10-23 21:21:53 UTC) #3
Bernhard Bauer
On Wed, Oct 23, 2013 at 11:21 PM, <avi@chromium.org> wrote: > On 2013/10/23 21:14:28, Bernhard ...
7 years, 2 months ago (2013-10-23 21:42:54 UTC) #4
Avi (use Gerrit)
> > I don't see an alternative other than creating separate classes. :( > > ...
7 years, 2 months ago (2013-10-24 04:05:21 UTC) #5
Bernhard Bauer
On 2013/10/24 04:05:21, Avi wrote: > > > I don't see an alternative other than ...
7 years, 2 months ago (2013-10-24 18:06:32 UTC) #6
Bernhard Bauer
Jeffrey, want to take a look?
7 years, 2 months ago (2013-10-24 18:06:54 UTC) #7
Avi (use Gerrit)
If you find it useful I will not object. MessageLoopRunner, though.
7 years, 2 months ago (2013-10-24 18:41:48 UTC) #8
Jeffrey Yasskin
It would be great if we could have only one MessageLoop runner instead of both ...
7 years, 2 months ago (2013-10-24 23:49:22 UTC) #9
Bernhard Bauer
https://codereview.chromium.org/30943005/diff/270001/chrome/browser/extensions/extension_test_notification_observer.cc File chrome/browser/extensions/extension_test_notification_observer.cc (right): https://codereview.chromium.org/30943005/diff/270001/chrome/browser/extensions/extension_test_notification_observer.cc#newcode80 chrome/browser/extensions/extension_test_notification_observer.cc:80: class NotificationCallbackRunner : public content::NotificationObserver { On 2013/10/24 23:49:23, ...
7 years, 1 month ago (2013-10-29 16:37:01 UTC) #10
Bernhard Bauer
On 2013/10/29 16:37:01, Bernhard Bauer wrote: > https://codereview.chromium.org/30943005/diff/270001/chrome/browser/extensions/extension_test_notification_observer.cc > File chrome/browser/extensions/extension_test_notification_observer.cc (right): > > https://codereview.chromium.org/30943005/diff/270001/chrome/browser/extensions/extension_test_notification_observer.cc#newcode80 ...
7 years, 1 month ago (2013-11-04 12:24:46 UTC) #11
Jeffrey Yasskin
Sorry for the delay. lgtm, but see if you like the suggestions below. Thanks for ...
7 years, 1 month ago (2013-11-06 03:33:59 UTC) #12
Bernhard Bauer
Albert, can I get an OWNERS review for CallbackList? https://codereview.chromium.org/30943005/diff/500001/chrome/browser/extensions/extension_test_notification_observer.cc File chrome/browser/extensions/extension_test_notification_observer.cc (right): https://codereview.chromium.org/30943005/diff/500001/chrome/browser/extensions/extension_test_notification_observer.cc#newcode123 chrome/browser/extensions/extension_test_notification_observer.cc:123: ...
7 years, 1 month ago (2013-11-11 14:37:44 UTC) #13
awong
Forwarding to Cait since she wrote this. Will rubber stamp if she says it's good.
7 years, 1 month ago (2013-11-12 01:49:13 UTC) #14
Cait (Slow)
I'm ok with the addition of the WARN_UNUSED_RESULT (there was a lot of back and ...
7 years, 1 month ago (2013-11-12 17:04:07 UTC) #15
Bernhard Bauer
> I'm ok with the addition of the WARN_UNUSED_RESULT (there was a lot of back ...
7 years, 1 month ago (2013-11-12 17:51:44 UTC) #16
Cait (Slow)
On 2013/11/12 17:51:44, Bernhard Bauer wrote: > > I'm ok with the addition of the ...
7 years, 1 month ago (2013-11-12 18:26:30 UTC) #17
Bernhard Bauer
On 2013/11/12 18:26:30, Cait Phillips wrote: > On 2013/11/12 17:51:44, Bernhard Bauer wrote: > > ...
7 years, 1 month ago (2013-11-12 18:44:46 UTC) #18
Cait (Slow)
On 2013/11/12 18:44:46, Bernhard Bauer wrote: > On 2013/11/12 18:26:30, Cait Phillips wrote: > > ...
7 years, 1 month ago (2013-11-14 15:32:29 UTC) #19
Cait (Slow)
so as not to block you, base/callbackList changes lgtm (regardless of whether you decide to ...
7 years, 1 month ago (2013-11-14 15:36:26 UTC) #20
awong
base OWNERS lgtm rubber-stamp FWIW, I also don't quite understand why you are exposing a ...
7 years, 1 month ago (2013-11-14 15:40:36 UTC) #21
Jeffrey Yasskin (google)
On Tue, Nov 12, 2013 at 9:51 AM, <bauerb@chromium.org> wrote: >> I'm ok with the ...
7 years, 1 month ago (2013-11-14 17:38:32 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/30943005/600001
7 years, 1 month ago (2013-11-15 10:01:35 UTC) #23
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=225055
7 years, 1 month ago (2013-11-15 12:52:19 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/30943005/600001
7 years, 1 month ago (2013-11-15 13:05:21 UTC) #25
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=225092
7 years, 1 month ago (2013-11-15 15:10:05 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/30943005/600001
7 years, 1 month ago (2013-11-15 15:43:59 UTC) #27
commit-bot: I haz the power
7 years, 1 month ago (2013-11-15 15:54:42 UTC) #28
Message was sent while issue was closed.
Change committed as 235331

Powered by Google App Engine
This is Rietveld 408576698