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

Issue 77773003: Make WebMIDI use blink Promise. (Closed)

Created:
7 years, 1 month ago by yhirano
Modified:
6 years, 9 months ago
CC:
blink-reviews, arv (Not doing code reviews)
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Make WebMIDI use blink Promise. Use Blink Promise instead of MIDIAccessPromise. BUG=320984 R=toyoshim@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169727

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 12

Patch Set 5 : #

Patch Set 6 : #

Total comments: 8

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : \ #

Total comments: 2

Patch Set 11 : rebase #

Patch Set 12 : rebase #

Patch Set 13 : #

Total comments: 12

Patch Set 14 : rebase #

Patch Set 15 : #

Total comments: 11

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : #

Patch Set 20 : rebase #

Patch Set 21 : Reduce protect(this). #

Total comments: 14

Patch Set 22 : #

Patch Set 23 : #

Total comments: 16

Patch Set 24 : #

Total comments: 13

Patch Set 25 : #

Patch Set 26 : rebase #

Patch Set 27 : #

Patch Set 28 : #

Patch Set 29 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+284 lines, -364 lines) Patch
M LayoutTests/webmidi/permission.html View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/webmidi/permission-expected.txt View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M LayoutTests/webmidi/requestmidiaccess.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/webmidi/requestmidiaccess-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/webmidi/requestmidiaccess-fail.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webmidi/requestmidiaccess-fail-expected.txt View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
A + LayoutTests/webmidi/requestmidiaccess-in-detached-frame.html View 1 2 3 4 5 6 7 8 9 1 chunk +14 lines, -12 lines 0 comments Download
A + LayoutTests/webmidi/requestmidiaccess-in-detached-frame-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/bindings.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -0 lines 0 comments Download
A Source/bindings/v8/MIDIAccessResolver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +42 lines, -0 lines 0 comments Download
A Source/bindings/v8/MIDIAccessResolver.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +40 lines, -0 lines 0 comments Download
M Source/bindings/v8/V8Binding.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +7 lines, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +0 lines, -3 lines 0 comments Download
M Source/modules/webmidi/MIDIAccess.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +33 lines, -9 lines 0 comments Download
M Source/modules/webmidi/MIDIAccess.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 5 chunks +121 lines, -38 lines 0 comments Download
D Source/modules/webmidi/MIDIAccessPromise.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -92 lines 0 comments Download
D Source/modules/webmidi/MIDIAccessPromise.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -146 lines 0 comments Download
D Source/modules/webmidi/MIDIAccessPromise.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -40 lines 0 comments Download
M Source/modules/webmidi/NavigatorWebMIDI.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/webmidi/NavigatorWebMIDI.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +15 lines, -10 lines 0 comments Download
M Source/modules/webmidi/NavigatorWebMIDI.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 73 (0 generated)
yhirano
7 years ago (2013-11-27 06:06:45 UTC) #1
yhirano
ping
7 years ago (2013-12-03 03:22:39 UTC) #2
eseidel
I suspect there are other Promise-capable reviewers as well which might speed your review.
7 years ago (2013-12-03 03:31:30 UTC) #3
Takashi Toyoshima
This review didn't appear in my incoming review list since my mail address was wrong. ...
7 years ago (2013-12-03 10:48:50 UTC) #4
Takashi Toyoshima
https://codereview.chromium.org/77773003/diff/60001/Source/modules/webmidi/NavigatorWebMIDI.cpp File Source/modules/webmidi/NavigatorWebMIDI.cpp (right): https://codereview.chromium.org/77773003/diff/60001/Source/modules/webmidi/NavigatorWebMIDI.cpp#newcode82 Source/modules/webmidi/NavigatorWebMIDI.cpp:82: resolver->reject(DOMError::create("InvalidStateError")); Sent a pull request to use AbortError here. ...
7 years ago (2013-12-03 11:34:48 UTC) #5
yhirano
Sorry, I mis-wrote your mail address > toyoshim@ abarth@, can you take a look at ...
7 years ago (2013-12-03 12:14:15 UTC) #6
Takashi Toyoshima
Yep, LGTM for Web MIDI. Please wait a review by abarth@ on Promise.
7 years ago (2013-12-03 12:44:45 UTC) #7
abarth-chromium
not lgtm This CL contains several serious bugs. https://codereview.chromium.org/77773003/diff/100001/Source/modules/webmidi/MIDIAccess.h File Source/modules/webmidi/MIDIAccess.h (right): https://codereview.chromium.org/77773003/diff/100001/Source/modules/webmidi/MIDIAccess.h#newcode89 Source/modules/webmidi/MIDIAccess.h:89: NavigatorWebMIDI* ...
7 years ago (2013-12-03 16:57:56 UTC) #8
yhirano
https://codereview.chromium.org/77773003/diff/100001/Source/modules/webmidi/MIDIAccess.h File Source/modules/webmidi/MIDIAccess.h (right): https://codereview.chromium.org/77773003/diff/100001/Source/modules/webmidi/MIDIAccess.h#newcode89 Source/modules/webmidi/MIDIAccess.h:89: NavigatorWebMIDI* m_navigator; On 2013/12/03 16:57:57, abarth wrote: > This ...
7 years ago (2013-12-04 05:20:23 UTC) #9
abarth-chromium
I'm sorry, but I don't have the bandwidth to help you fix this CL. Hopefully ...
7 years ago (2013-12-04 06:05:13 UTC) #10
Takashi Toyoshima
https://codereview.chromium.org/77773003/diff/100001/Source/modules/webmidi/NavigatorWebMIDI.cpp File Source/modules/webmidi/NavigatorWebMIDI.cpp (right): https://codereview.chromium.org/77773003/diff/100001/Source/modules/webmidi/NavigatorWebMIDI.cpp#newcode83 Source/modules/webmidi/NavigatorWebMIDI.cpp:83: resolver->reject(DOMError::create("AbortError")); How about other Promise or asynchronous API usages? ...
7 years ago (2013-12-04 06:48:37 UTC) #11
yhirano
haraken@, can you take a look at this CL? https://codereview.chromium.org/77773003/diff/100001/Source/modules/webmidi/NavigatorWebMIDI.cpp File Source/modules/webmidi/NavigatorWebMIDI.cpp (right): https://codereview.chromium.org/77773003/diff/100001/Source/modules/webmidi/NavigatorWebMIDI.cpp#newcode83 Source/modules/webmidi/NavigatorWebMIDI.cpp:83: ...
7 years ago (2013-12-05 08:19:11 UTC) #12
haraken
https://codereview.chromium.org/77773003/diff/230001/Source/modules/webmidi/MIDIAccess.cpp File Source/modules/webmidi/MIDIAccess.cpp (right): https://codereview.chromium.org/77773003/diff/230001/Source/modules/webmidi/MIDIAccess.cpp#newcode82 Source/modules/webmidi/MIDIAccess.cpp:82: // |this| can be deleted here. This sounds ugly. ...
7 years ago (2013-12-06 00:42:28 UTC) #13
yhirano
PTAL? > haraken https://codereview.chromium.org/77773003/diff/230001/Source/modules/webmidi/MIDIAccess.cpp File Source/modules/webmidi/MIDIAccess.cpp (right): https://codereview.chromium.org/77773003/diff/230001/Source/modules/webmidi/MIDIAccess.cpp#newcode82 Source/modules/webmidi/MIDIAccess.cpp:82: // |this| can be deleted here. ...
6 years, 10 months ago (2014-02-21 10:52:29 UTC) #14
haraken
I'm afraid that this CL is still a bit too complicated. MIDIAccess has a lot ...
6 years, 10 months ago (2014-02-21 11:11:39 UTC) #15
yhirano
https://codereview.chromium.org/77773003/diff/760002/Source/modules/webmidi/MIDIAccess.cpp File Source/modules/webmidi/MIDIAccess.cpp (right): https://codereview.chromium.org/77773003/diff/760002/Source/modules/webmidi/MIDIAccess.cpp#newcode178 Source/modules/webmidi/MIDIAccess.cpp:178: RefPtr<MIDIAccess> protect(this); On 2014/02/21 11:11:40, haraken wrote: > > ...
6 years, 10 months ago (2014-02-21 13:52:35 UTC) #16
yhirano
https://codereview.chromium.org/77773003/diff/760002/Source/modules/webmidi/MIDIAccess.cpp File Source/modules/webmidi/MIDIAccess.cpp (right): https://codereview.chromium.org/77773003/diff/760002/Source/modules/webmidi/MIDIAccess.cpp#newcode178 Source/modules/webmidi/MIDIAccess.cpp:178: RefPtr<MIDIAccess> protect(this); On 2014/02/21 13:52:35, yhirano wrote: > On ...
6 years, 10 months ago (2014-02-26 09:18:07 UTC) #17
haraken
not LGTM because of the complicated state management. https://codereview.chromium.org/77773003/diff/1160001/Source/bindings/v8/MIDIAccessResolver.h File Source/bindings/v8/MIDIAccessResolver.h (right): https://codereview.chromium.org/77773003/diff/1160001/Source/bindings/v8/MIDIAccessResolver.h#newcode49 Source/bindings/v8/MIDIAccessResolver.h:49: static ...
6 years, 10 months ago (2014-02-26 11:30:38 UTC) #18
yhirano
https://codereview.chromium.org/77773003/diff/1160001/Source/modules/webmidi/MIDIAccess.cpp File Source/modules/webmidi/MIDIAccess.cpp (right): https://codereview.chromium.org/77773003/diff/1160001/Source/modules/webmidi/MIDIAccess.cpp#newcode199 Source/modules/webmidi/MIDIAccess.cpp:199: m_requesting = true; On 2014/02/26 11:30:39, haraken wrote: > ...
6 years, 10 months ago (2014-02-26 11:55:14 UTC) #19
haraken
https://codereview.chromium.org/77773003/diff/1160001/Source/modules/webmidi/MIDIAccess.cpp File Source/modules/webmidi/MIDIAccess.cpp (right): https://codereview.chromium.org/77773003/diff/1160001/Source/modules/webmidi/MIDIAccess.cpp#newcode199 Source/modules/webmidi/MIDIAccess.cpp:199: m_requesting = true; On 2014/02/26 11:55:15, yhirano wrote: > ...
6 years, 10 months ago (2014-02-26 12:09:51 UTC) #20
yhirano
https://codereview.chromium.org/77773003/diff/1160001/Source/modules/webmidi/MIDIAccess.cpp File Source/modules/webmidi/MIDIAccess.cpp (right): https://codereview.chromium.org/77773003/diff/1160001/Source/modules/webmidi/MIDIAccess.cpp#newcode199 Source/modules/webmidi/MIDIAccess.cpp:199: m_requesting = true; On 2014/02/26 12:09:52, haraken wrote: > ...
6 years, 10 months ago (2014-02-26 12:16:36 UTC) #21
yhirano
https://codereview.chromium.org/77773003/diff/1160001/Source/modules/webmidi/MIDIAccess.cpp File Source/modules/webmidi/MIDIAccess.cpp (right): https://codereview.chromium.org/77773003/diff/1160001/Source/modules/webmidi/MIDIAccess.cpp#newcode199 Source/modules/webmidi/MIDIAccess.cpp:199: m_requesting = true; On 2014/02/26 12:16:37, yhirano wrote: > ...
6 years, 10 months ago (2014-02-26 12:37:11 UTC) #22
haraken
https://codereview.chromium.org/77773003/diff/1160001/Source/modules/webmidi/MIDIAccess.cpp File Source/modules/webmidi/MIDIAccess.cpp (right): https://codereview.chromium.org/77773003/diff/1160001/Source/modules/webmidi/MIDIAccess.cpp#newcode199 Source/modules/webmidi/MIDIAccess.cpp:199: m_requesting = true; On 2014/02/26 12:37:12, yhirano wrote: > ...
6 years, 10 months ago (2014-02-26 12:52:39 UTC) #23
yhirano
6 years, 10 months ago (2014-02-27 01:43:05 UTC) #24
yhirano
Discussed with haraken@, kouhei@ 1. Having intrinsic states is no problem, MIDIAccess can (and should) ...
6 years, 9 months ago (2014-02-27 11:37:49 UTC) #25
yhirano
PTAL https://codereview.chromium.org/77773003/diff/1160001/Source/bindings/v8/MIDIAccessResolver.h File Source/bindings/v8/MIDIAccessResolver.h (right): https://codereview.chromium.org/77773003/diff/1160001/Source/bindings/v8/MIDIAccessResolver.h#newcode49 Source/bindings/v8/MIDIAccessResolver.h:49: static PassOwnPtr<MIDIAccessResolver> create(PassRefPtr<ScriptPromiseResolver> resolver, ExecutionContext* executionContext) { return ...
6 years, 9 months ago (2014-03-04 17:52:59 UTC) #26
yhirano
ping
6 years, 9 months ago (2014-03-10 01:35:40 UTC) #27
haraken
Sorry for the review delay. This CL looks much better than before. Although I'm still ...
6 years, 9 months ago (2014-03-13 02:22:32 UTC) #28
yhirano
https://codereview.chromium.org/77773003/diff/1200001/Source/bindings/v8/MIDIAccessResolver.cpp File Source/bindings/v8/MIDIAccessResolver.cpp (right): https://codereview.chromium.org/77773003/diff/1200001/Source/bindings/v8/MIDIAccessResolver.cpp#newcode41 Source/bindings/v8/MIDIAccessResolver.cpp:41: MIDIAccessResolver::MIDIAccessResolver(PassRefPtr<ScriptPromiseResolver> resolver, ExecutionContext* context) On 2014/03/13 02:22:33, haraken wrote: ...
6 years, 9 months ago (2014-03-13 05:43:21 UTC) #29
haraken
ok, LGTM from my side. Let's give abarth a chance to take another look.
6 years, 9 months ago (2014-03-13 05:48:45 UTC) #30
yhirano
abarth, do you have any comments?
6 years, 9 months ago (2014-03-17 08:57:22 UTC) #31
abarth-chromium
https://codereview.chromium.org/77773003/diff/1220001/Source/bindings/v8/MIDIAccessResolver.h File Source/bindings/v8/MIDIAccessResolver.h (right): https://codereview.chromium.org/77773003/diff/1220001/Source/bindings/v8/MIDIAccessResolver.h#newcode30 Source/bindings/v8/MIDIAccessResolver.h:30: // OF THIS SOFTWARE, EVEN IF ADVISED OF THE ...
6 years, 9 months ago (2014-03-20 00:43:46 UTC) #32
yhirano
https://codereview.chromium.org/77773003/diff/1220001/Source/bindings/v8/MIDIAccessResolver.h File Source/bindings/v8/MIDIAccessResolver.h (right): https://codereview.chromium.org/77773003/diff/1220001/Source/bindings/v8/MIDIAccessResolver.h#newcode30 Source/bindings/v8/MIDIAccessResolver.h:30: // OF THIS SOFTWARE, EVEN IF ADVISED OF THE ...
6 years, 9 months ago (2014-03-20 02:40:50 UTC) #33
haraken
https://codereview.chromium.org/77773003/diff/1220001/Source/bindings/v8/MIDIAccessResolver.h File Source/bindings/v8/MIDIAccessResolver.h (right): https://codereview.chromium.org/77773003/diff/1220001/Source/bindings/v8/MIDIAccessResolver.h#newcode66 Source/bindings/v8/MIDIAccessResolver.h:66: RefPtr<DOMWrapperWorld> m_world; On 2014/03/20 02:40:51, yhirano wrote: > On ...
6 years, 9 months ago (2014-03-20 04:37:15 UTC) #34
abarth-chromium
Ok, sounds like you and haraken have things under control. Please feel free to land ...
6 years, 9 months ago (2014-03-20 16:44:24 UTC) #35
haraken
On 2014/03/20 16:44:24, abarth wrote: > Ok, sounds like you and haraken have things under ...
6 years, 9 months ago (2014-03-20 19:17:21 UTC) #36
yhirano
Thank you!
6 years, 9 months ago (2014-03-20 19:25:46 UTC) #37
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 9 months ago (2014-03-20 19:25:58 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/77773003/1240001
6 years, 9 months ago (2014-03-20 19:26:07 UTC) #39
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 19:26:45 UTC) #40
commit-bot: I haz the power
Failed to apply patch for Source/modules/webmidi/NavigatorWebMIDI.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-20 19:26:46 UTC) #41
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 9 months ago (2014-03-20 20:03:29 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/77773003/1260001
6 years, 9 months ago (2014-03-20 20:03:40 UTC) #43
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 20:16:50 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_compile_dbg
6 years, 9 months ago (2014-03-20 20:16:51 UTC) #45
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 9 months ago (2014-03-20 20:30:54 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/77773003/1300001
6 years, 9 months ago (2014-03-20 20:30:59 UTC) #47
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 20:34:22 UTC) #48
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_rel
6 years, 9 months ago (2014-03-20 20:34:22 UTC) #49
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 9 months ago (2014-03-20 21:09:32 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/77773003/1300001
6 years, 9 months ago (2014-03-20 21:09:42 UTC) #51
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 21:21:10 UTC) #52
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 9 months ago (2014-03-20 21:21:14 UTC) #53
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 9 months ago (2014-03-21 00:36:53 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/77773003/1300001
6 years, 9 months ago (2014-03-21 00:37:01 UTC) #55
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 00:39:51 UTC) #56
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-21 00:39:53 UTC) #57
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 9 months ago (2014-03-21 01:09:27 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/77773003/1300001
6 years, 9 months ago (2014-03-21 01:09:52 UTC) #59
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 02:22:22 UTC) #60
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-21 02:22:23 UTC) #61
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 9 months ago (2014-03-21 03:11:59 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/77773003/1300001
6 years, 9 months ago (2014-03-21 03:12:08 UTC) #63
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 04:25:32 UTC) #64
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-21 04:25:33 UTC) #65
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 9 months ago (2014-03-21 06:40:50 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/77773003/1320001
6 years, 9 months ago (2014-03-21 06:41:02 UTC) #67
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 07:14:05 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 9 months ago (2014-03-21 07:14:06 UTC) #69
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 9 months ago (2014-03-21 07:56:55 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/77773003/1320001
6 years, 9 months ago (2014-03-21 07:57:07 UTC) #71
commit-bot: I haz the power
Change committed as 169727
6 years, 9 months ago (2014-03-21 07:57:38 UTC) #72
vsevik
6 years, 9 months ago (2014-03-21 08:48:44 UTC) #73
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/207583005/ by vsevik@chromium.org.

The reason for reverting is: This patch has broken oilpan compilation.

http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20Oilpan/bu....

Powered by Google App Engine
This is Rietveld 408576698