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

Issue 159373: Pipeline will execute a callback whenever an run-time error has happened.... (Closed)

Created:
11 years, 5 months ago by kylep
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, fbarchard, Alpha Left Google, kylep, awong, darin (slow to review), brettw, scherkus (not reviewing)
Visibility:
Public.

Description

Pipeline will execute a callback whenever an run-time error has happened. BUG=16738 TEST=pipeline_impl_unittest.cc Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21877

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 14

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 10

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -1 line) Patch
M media/base/pipeline_impl.h View 1 2 3 4 5 6 7 8 3 chunks +8 lines, -1 line 0 comments Download
M media/base/pipeline_impl.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -0 lines 0 comments Download
M media/base/pipeline_impl_unittest.cc View 3 4 5 7 5 chunks +7 lines, -0 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.h View 1 2 3 4 5 3 chunks +6 lines, -0 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.cc View 1 2 3 4 5 6 7 8 4 chunks +46 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kylep
This what you're looking for? http://codereview.chromium.org/159373/diff/7/10 File webkit/glue/webmediaplayer_impl.cc (right): http://codereview.chromium.org/159373/diff/7/10#newcode417 Line 417: // We're in ...
11 years, 5 months ago (2009-07-24 23:01:58 UTC) #1
scherkus (not reviewing)
looking great! what if the error callback was settable? so constructor stayed the same but ...
11 years, 5 months ago (2009-07-25 00:46:06 UTC) #2
kylep
http://codereview.chromium.org/159373/diff/28/1027 File media/base/pipeline_impl.cc (right): http://codereview.chromium.org/159373/diff/28/1027#newcode507 Line 507: if (error_callback_.get()) { On 2009/07/25 00:46:06, scherkus wrote: ...
11 years, 5 months ago (2009-07-27 19:53:11 UTC) #3
scherkus (not reviewing)
http://codereview.chromium.org/159373/diff/28/1026 File media/base/pipeline_impl.h (right): http://codereview.chromium.org/159373/diff/28/1026#newcode10 Line 10: #include <map> On 2009/07/27 19:53:11, kylep wrote: > ...
11 years, 4 months ago (2009-07-28 16:09:08 UTC) #4
kylep
http://codereview.chromium.org/159373/diff/1064/43 File media/base/pipeline_impl.cc (right): http://codereview.chromium.org/159373/diff/1064/43#newcode543 Line 543: if (error_callback_.get() && error != PIPELINE_STOPPING) { On ...
11 years, 4 months ago (2009-07-28 17:44:48 UTC) #5
scherkus (not reviewing)
11 years, 4 months ago (2009-07-28 18:09:23 UTC) #6
LGTM!

Powered by Google App Engine
This is Rietveld 408576698