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

Issue 1370453002: Introduce WebMediaSession (Closed)

Created:
5 years, 3 months ago by davve
Modified:
5 years, 2 months ago
CC:
avayvod+watch_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, mcasas+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-media_chromium.org, nasko+codewatch_chromium.org, posciak+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce WebMediaSession WebMediaSession is the API enabling web exposed MediaSession objects to control platform implementations of media session related functionality. Implementation will begin with Android and other platforms will be added later. BUG=497735 Committed: https://crrev.com/9b97db48d95635e9c5d48676df8dc51c9e5eef2a Cr-Commit-Position: refs/heads/master@{#355058}

Patch Set 1 #

Patch Set 2 : Remove some stale includes #

Patch Set 3 : Expect no platform implementation on !ANDROID #

Total comments: 40

Patch Set 4 : Address review comments #

Total comments: 2

Patch Set 5 : Rebased and MediaSession changes in case of no impl #

Patch Set 6 : Revert throwing in the constructor; would needlessly complicate existing tests #

Total comments: 36

Patch Set 7 : Address review comments #

Total comments: 18

Patch Set 8 : Adress further more review comments #

Patch Set 9 : Re-upload #

Total comments: 2

Patch Set 10 : Address resolver is unused #

Total comments: 3

Patch Set 11 : Anchor scoped_ptr properly #

Patch Set 12 : Moar scope #

Total comments: 1

Patch Set 13 : Add virtual default destructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -13 lines) Patch
M content/content_renderer.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/media/android/webmediasession_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +27 lines, -0 lines 0 comments Download
A content/renderer/media/android/webmediasession_android.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +27 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 3 chunks +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/android/virtual/mediasession/media/mediasession/htmlmediaelement-set-session-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/android/virtual/mediasession/media/mediasession/mediasession-constructor-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/mediasession/media/mediasession/htmlmediaelement-set-session-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/virtual/mediasession/media/mediasession/mediasession-constructor-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/EmptyClients.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/EmptyClients.cpp View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoaderClient.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasession/MediaSession.h View 1 2 3 4 5 6 7 1 chunk +17 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasession/MediaSession.cpp View 1 2 3 4 5 6 7 1 chunk +38 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasession/MediaSession.idl View 1 2 3 4 6 1 chunk +4 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/modules/mediasession/MediaSessionError.h View 1 2 3 4 5 6 7 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/mediasession/MediaSessionError.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/mediasession/MediaSessionTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +66 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/modules.gypi View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp View 1 2 3 4 5 6 7 3 chunks +10 lines, -0 lines 0 comments Download
M third_party/WebKit/public/blink_headers.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/public/platform/modules/mediasession/OWNERS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/public/platform/modules/mediasession/WebMediaSession.h View 1 2 3 4 5 6 7 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/public/platform/modules/mediasession/WebMediaSessionError.h View 1 2 3 4 5 6 7 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebFrameClient.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 79 (26 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/20001
5 years, 3 months ago (2015-09-24 13:37:28 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/103348)
5 years, 3 months ago (2015-09-24 13:46:37 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/40001
5 years, 2 months ago (2015-09-25 13:25:54 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-09-25 14:50:03 UTC) #8
davve
Attempt at getting the ball rolling (again). Some code is lifted from https://codereview.chromium.org/1259643002/ and I've ...
5 years, 2 months ago (2015-09-25 15:31:13 UTC) #10
mlamouri (slow - plz ping)
Thanks for doing this! :) Please see comments below. https://codereview.chromium.org/1370453002/diff/40001/content/renderer/media/android/webmediasession_android.cc File content/renderer/media/android/webmediasession_android.cc (right): https://codereview.chromium.org/1370453002/diff/40001/content/renderer/media/android/webmediasession_android.cc#newcode22 content/renderer/media/android/webmediasession_android.cc:22: ...
5 years, 2 months ago (2015-09-28 15:16:03 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/60001
5 years, 2 months ago (2015-10-06 12:04:42 UTC) #13
davve
Thanks for the detailed review, Mounir! https://codereview.chromium.org/1370453002/diff/40001/content/renderer/media/android/webmediasession_android.cc File content/renderer/media/android/webmediasession_android.cc (right): https://codereview.chromium.org/1370453002/diff/40001/content/renderer/media/android/webmediasession_android.cc#newcode22 content/renderer/media/android/webmediasession_android.cc:22: NOTREACHED(); On 2015/09/28 ...
5 years, 2 months ago (2015-10-06 12:05:13 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/120005) mac_chromium_compile_dbg_ng on ...
5 years, 2 months ago (2015-10-06 12:06:09 UTC) #16
davve
https://codereview.chromium.org/1370453002/diff/60001/third_party/WebKit/Source/modules/mediasession/MediaSession.cpp File third_party/WebKit/Source/modules/mediasession/MediaSession.cpp (right): https://codereview.chromium.org/1370453002/diff/60001/third_party/WebKit/Source/modules/mediasession/MediaSession.cpp#newcode35 third_party/WebKit/Source/modules/mediasession/MediaSession.cpp:35: return new MediaSession(client->createWebMediaSession()); Philip suggested that we might throw ...
5 years, 2 months ago (2015-10-06 15:24:34 UTC) #17
davve
https://codereview.chromium.org/1370453002/diff/60001/third_party/WebKit/Source/modules/mediasession/MediaSession.cpp File third_party/WebKit/Source/modules/mediasession/MediaSession.cpp (right): https://codereview.chromium.org/1370453002/diff/60001/third_party/WebKit/Source/modules/mediasession/MediaSession.cpp#newcode50 third_party/WebKit/Source/modules/mediasession/MediaSession.cpp:50: return resolver->promise(); Creating the promise this late doesn't work ...
5 years, 2 months ago (2015-10-06 16:05:11 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/80001
5 years, 2 months ago (2015-10-06 16:05:44 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/122762)
5 years, 2 months ago (2015-10-06 17:28:27 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/100001
5 years, 2 months ago (2015-10-07 07:04:48 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-07 08:09:08 UTC) #26
mlamouri (slow - plz ping)
https://codereview.chromium.org/1370453002/diff/100001/content/renderer/media/android/webmediasession_android.h File content/renderer/media/android/webmediasession_android.h (right): https://codereview.chromium.org/1370453002/diff/100001/content/renderer/media/android/webmediasession_android.h#newcode8 content/renderer/media/android/webmediasession_android.h:8: #include "base/threading/thread_checker.h" nit: I don't think you need that ...
5 years, 2 months ago (2015-10-07 14:19:31 UTC) #27
philipj_slow
https://codereview.chromium.org/1370453002/diff/100001/content/renderer/media/android/webmediasession_android.h File content/renderer/media/android/webmediasession_android.h (right): https://codereview.chromium.org/1370453002/diff/100001/content/renderer/media/android/webmediasession_android.h#newcode8 content/renderer/media/android/webmediasession_android.h:8: #include "base/threading/thread_checker.h" No longer needed? https://codereview.chromium.org/1370453002/diff/100001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): ...
5 years, 2 months ago (2015-10-07 14:37:13 UTC) #28
davve
https://codereview.chromium.org/1370453002/diff/100001/content/renderer/media/android/webmediasession_android.h File content/renderer/media/android/webmediasession_android.h (right): https://codereview.chromium.org/1370453002/diff/100001/content/renderer/media/android/webmediasession_android.h#newcode8 content/renderer/media/android/webmediasession_android.h:8: #include "base/threading/thread_checker.h" On 2015/10/07 14:19:30, Mounir Lamouri wrote: > ...
5 years, 2 months ago (2015-10-08 09:17:35 UTC) #29
philipj_slow
https://codereview.chromium.org/1370453002/diff/100001/third_party/WebKit/Source/modules/mediasession/MediaSession.h File third_party/WebKit/Source/modules/mediasession/MediaSession.h (right): https://codereview.chromium.org/1370453002/diff/100001/third_party/WebKit/Source/modules/mediasession/MediaSession.h#newcode27 third_party/WebKit/Source/modules/mediasession/MediaSession.h:27: static MediaSession* createForTesting(PassOwnPtr<WebMediaSession>); On 2015/10/08 09:17:35, David Vest wrote: ...
5 years, 2 months ago (2015-10-08 09:34:57 UTC) #30
philipj_slow
My issues have been addressed, LGTM.
5 years, 2 months ago (2015-10-08 09:35:32 UTC) #31
philipj_slow
Anton had a few comments on https://codereview.chromium.org/1259643002/ that I never addressed.
5 years, 2 months ago (2015-10-09 09:38:54 UTC) #32
mlamouri (slow - plz ping)
https://codereview.chromium.org/1370453002/diff/100001/third_party/WebKit/Source/modules/mediasession/MediaSession.h File third_party/WebKit/Source/modules/mediasession/MediaSession.h (right): https://codereview.chromium.org/1370453002/diff/100001/third_party/WebKit/Source/modules/mediasession/MediaSession.h#newcode27 third_party/WebKit/Source/modules/mediasession/MediaSession.h:27: static MediaSession* createForTesting(PassOwnPtr<WebMediaSession>); On 2015/10/08 at 09:34:57, philipj wrote: ...
5 years, 2 months ago (2015-10-09 13:01:28 UTC) #33
philipj_slow
https://codereview.chromium.org/1370453002/diff/120001/third_party/WebKit/Source/modules/mediasession/MediaSession.cpp File third_party/WebKit/Source/modules/mediasession/MediaSession.cpp (right): https://codereview.chromium.org/1370453002/diff/120001/third_party/WebKit/Source/modules/mediasession/MediaSession.cpp#newcode34 third_party/WebKit/Source/modules/mediasession/MediaSession.cpp:34: return nullptr; On 2015/10/09 13:01:28, Mounir Lamouri wrote: > ...
5 years, 2 months ago (2015-10-09 15:05:39 UTC) #34
mlamouri (slow - plz ping)
On 2015/10/09 at 15:05:39, philipj wrote: > https://codereview.chromium.org/1370453002/diff/120001/third_party/WebKit/Source/modules/mediasession/MediaSession.cpp > File third_party/WebKit/Source/modules/mediasession/MediaSession.cpp (right): > > https://codereview.chromium.org/1370453002/diff/120001/third_party/WebKit/Source/modules/mediasession/MediaSession.cpp#newcode34 ...
5 years, 2 months ago (2015-10-12 10:20:40 UTC) #35
whywhat
lgtm given Mounir's comments are addressed https://codereview.chromium.org/1370453002/diff/120001/third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.h File third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.h (right): https://codereview.chromium.org/1370453002/diff/120001/third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.h#newcode188 third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.h:188: ScriptState::Scope scope(resolver->scriptState()); nit: ...
5 years, 2 months ago (2015-10-13 15:59:05 UTC) #36
mlamouri (slow - plz ping)
https://codereview.chromium.org/1370453002/diff/120001/third_party/WebKit/public/platform/modules/mediasession/WebMediaSession.h File third_party/WebKit/public/platform/modules/mediasession/WebMediaSession.h (right): https://codereview.chromium.org/1370453002/diff/120001/third_party/WebKit/public/platform/modules/mediasession/WebMediaSession.h#newcode20 third_party/WebKit/public/platform/modules/mediasession/WebMediaSession.h:20: virtual void deactivate(WebMediaSessionCommandCallback*) = 0; On 2015/10/13 at 15:59:05, ...
5 years, 2 months ago (2015-10-14 11:02:43 UTC) #37
philipj_slow
We've been in Opio in Provence for an engineering seminar, so that's why we've been ...
5 years, 2 months ago (2015-10-16 13:22:10 UTC) #38
philipj_slow
Anton, I don't suppose you have an opinion on the DOMException vs. TypeError thing? Depending ...
5 years, 2 months ago (2015-10-16 13:25:08 UTC) #39
mlamouri (slow - plz ping)
On 2015/10/16 at 13:25:08, philipj wrote: > Anton, I don't suppose you have an opinion ...
5 years, 2 months ago (2015-10-17 09:55:15 UTC) #40
whywhat
Philip, let's say I trust Mounir on the DOMException vs TypeError issue :)
5 years, 2 months ago (2015-10-19 08:52:50 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/140001
5 years, 2 months ago (2015-10-19 13:08:21 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/160001
5 years, 2 months ago (2015-10-19 13:09:21 UTC) #45
davve
https://codereview.chromium.org/1370453002/diff/100001/third_party/WebKit/public/platform/modules/mediasession/WebMediaSession.h File third_party/WebKit/public/platform/modules/mediasession/WebMediaSession.h (right): https://codereview.chromium.org/1370453002/diff/100001/third_party/WebKit/public/platform/modules/mediasession/WebMediaSession.h#newcode20 third_party/WebKit/public/platform/modules/mediasession/WebMediaSession.h:20: virtual void deactivate(WebMediaSessionCommandCallback*) = 0; On 2015/10/09 13:01:28, Mounir ...
5 years, 2 months ago (2015-10-19 13:12:42 UTC) #46
philipj_slow
https://codereview.chromium.org/1370453002/diff/160001/third_party/WebKit/Source/modules/mediasession/MediaSessionError.cpp File third_party/WebKit/Source/modules/mediasession/MediaSessionError.cpp (right): https://codereview.chromium.org/1370453002/diff/160001/third_party/WebKit/Source/modules/mediasession/MediaSessionError.cpp#newcode16 third_party/WebKit/Source/modules/mediasession/MediaSessionError.cpp:16: DOMException* MediaSessionError::take(ScriptPromiseResolver* resolver, const WebMediaSessionError& webError) resolver argument is ...
5 years, 2 months ago (2015-10-19 13:23:08 UTC) #47
davve
https://codereview.chromium.org/1370453002/diff/160001/third_party/WebKit/Source/modules/mediasession/MediaSessionError.cpp File third_party/WebKit/Source/modules/mediasession/MediaSessionError.cpp (right): https://codereview.chromium.org/1370453002/diff/160001/third_party/WebKit/Source/modules/mediasession/MediaSessionError.cpp#newcode16 third_party/WebKit/Source/modules/mediasession/MediaSessionError.cpp:16: DOMException* MediaSessionError::take(ScriptPromiseResolver* resolver, const WebMediaSessionError& webError) On 2015/10/19 13:23:08, ...
5 years, 2 months ago (2015-10-19 14:02:06 UTC) #48
philipj_slow
I have no further issues. Mounir, you get the final say :) https://codereview.chromium.org/1370453002/diff/180001/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp File third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp ...
5 years, 2 months ago (2015-10-19 14:22:55 UTC) #49
davve
https://codereview.chromium.org/1370453002/diff/180001/content/renderer/media/android/webmediasession_android.cc File content/renderer/media/android/webmediasession_android.cc (right): https://codereview.chromium.org/1370453002/diff/180001/content/renderer/media/android/webmediasession_android.cc#newcode15 content/renderer/media/android/webmediasession_android.cc:15: scoped_ptr<blink::WebMediaSessionActivateCallback>(callback) Add variable so that the scoped_ptr doesn't go ...
5 years, 2 months ago (2015-10-20 04:56:58 UTC) #50
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/200001
5 years, 2 months ago (2015-10-20 06:24:12 UTC) #52
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/128757) mac_chromium_rel_ng on ...
5 years, 2 months ago (2015-10-20 08:14:05 UTC) #54
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/220001
5 years, 2 months ago (2015-10-20 09:46:46 UTC) #56
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-20 11:08:45 UTC) #59
mlamouri (slow - plz ping)
lgtm Thank you so much for applying the comments!
5 years, 2 months ago (2015-10-20 12:31:55 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/220001
5 years, 2 months ago (2015-10-20 12:32:02 UTC) #63
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/110970)
5 years, 2 months ago (2015-10-20 12:41:29 UTC) #65
mlamouri (slow - plz ping)
+jochen@ for content/renderer/
5 years, 2 months ago (2015-10-20 12:50:47 UTC) #67
jochen (gone - plz use gerrit)
lgtm
5 years, 2 months ago (2015-10-20 12:52:45 UTC) #68
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1370453002/diff/220001/content/renderer/media/android/webmediasession_android.h File content/renderer/media/android/webmediasession_android.h (right): https://codereview.chromium.org/1370453002/diff/220001/content/renderer/media/android/webmediasession_android.h#newcode15 content/renderer/media/android/webmediasession_android.h:15: WebMediaSessionAndroid() = default; please add a dtor
5 years, 2 months ago (2015-10-20 12:53:12 UTC) #69
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/240001
5 years, 2 months ago (2015-10-20 13:25:48 UTC) #71
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-20 14:36:45 UTC) #73
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370453002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370453002/240001
5 years, 2 months ago (2015-10-20 14:44:56 UTC) #76
commit-bot: I haz the power
Committed patchset #13 (id:240001)
5 years, 2 months ago (2015-10-20 14:50:20 UTC) #77
commit-bot: I haz the power
Patchset 13 (id:??) landed as https://crrev.com/9b97db48d95635e9c5d48676df8dc51c9e5eef2a Cr-Commit-Position: refs/heads/master@{#355058}
5 years, 2 months ago (2015-10-20 14:52:02 UTC) #78
davve
5 years, 2 months ago (2015-10-22 07:02:04 UTC) #79
Message was sent while issue was closed.
A revert of this CL (patchset #13 id:240001) has been created in
https://codereview.chromium.org/1412933005/ by davve@opera.com.

The reason for reverting is: Tests leak under address sanitizer. See
https://code.google.com/p/chromium/issues/detail?id=546394..

Powered by Google App Engine
This is Rietveld 408576698