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

Issue 317413003: Move MIDI code to hang off WebFrame. (Closed)

Created:
6 years, 6 months ago by jam
Modified:
6 years, 6 months ago
CC:
blink-reviews, jamesr, dglazkov+blink, abarth-chromium, oilpan-reviews, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move MIDI code to hang off WebFrame. BUG=304341 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175803

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 2

Patch Set 3 : update #

Patch Set 4 : fix webkit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -22 lines) Patch
M Source/modules/webmidi/MIDIAccess.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/webmidi/MIDIClient.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/webmidi/MIDIController.h View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
M Source/modules/webmidi/MIDIController.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M public/web/WebFrameClient.h View 2 chunks +6 lines, -0 lines 0 comments Download
M public/web/WebViewClient.h View 2 chunks +0 lines, -6 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
jam
https://codereview.chromium.org/317413003/diff/1/Source/modules/webmidi/MIDIController.h File Source/modules/webmidi/MIDIController.h (right): https://codereview.chromium.org/317413003/diff/1/Source/modules/webmidi/MIDIController.h#newcode42 Source/modules/webmidi/MIDIController.h:42: class MIDIController FINAL : public NoBaseWillBeGarbageCollectedFinalized<MIDIController>, public WillBeHeapSupplement<LocalFrame> { ...
6 years, 6 months ago (2014-06-06 18:23:52 UTC) #1
sof
https://codereview.chromium.org/317413003/diff/1/Source/modules/webmidi/MIDIController.h File Source/modules/webmidi/MIDIController.h (right): https://codereview.chromium.org/317413003/diff/1/Source/modules/webmidi/MIDIController.h#newcode42 Source/modules/webmidi/MIDIController.h:42: class MIDIController FINAL : public NoBaseWillBeGarbageCollectedFinalized<MIDIController>, public WillBeHeapSupplement<LocalFrame> { ...
6 years, 6 months ago (2014-06-06 19:32:55 UTC) #2
jam
all done, thanks for looking. I also removed some other stuff that was added recently.
6 years, 6 months ago (2014-06-06 20:03:27 UTC) #3
sof
https://codereview.chromium.org/317413003/diff/20001/Source/modules/webmidi/MIDIController.h File Source/modules/webmidi/MIDIController.h (right): https://codereview.chromium.org/317413003/diff/20001/Source/modules/webmidi/MIDIController.h#newcode46 Source/modules/webmidi/MIDIController.h:46: void requestSysexPermission(PassRefPtr<MIDIAccess>); Why this change? MIDIAccess is still a ...
6 years, 6 months ago (2014-06-06 20:13:03 UTC) #4
jam
https://codereview.chromium.org/317413003/diff/20001/Source/modules/webmidi/MIDIController.h File Source/modules/webmidi/MIDIController.h (right): https://codereview.chromium.org/317413003/diff/20001/Source/modules/webmidi/MIDIController.h#newcode46 Source/modules/webmidi/MIDIController.h:46: void requestSysexPermission(PassRefPtr<MIDIAccess>); On 2014/06/06 20:13:03, sof wrote: > Why ...
6 years, 6 months ago (2014-06-06 20:38:29 UTC) #5
sof
On 2014/06/06 20:38:29, jam wrote: > https://codereview.chromium.org/317413003/diff/20001/Source/modules/webmidi/MIDIController.h > File Source/modules/webmidi/MIDIController.h (right): > > https://codereview.chromium.org/317413003/diff/20001/Source/modules/webmidi/MIDIController.h#newcode46 > ...
6 years, 6 months ago (2014-06-06 20:44:03 UTC) #6
haraken
LGTM. What other modules you're planning to move off from Page?
6 years, 6 months ago (2014-06-07 02:38:45 UTC) #7
kouhei (in TOK)
+toyoshim lgtm
6 years, 6 months ago (2014-06-09 01:57:30 UTC) #8
Takashi Toyoshima
lgtm
6 years, 6 months ago (2014-06-09 04:50:31 UTC) #9
jam
On 2014/06/07 02:38:45, haraken wrote: > LGTM. > > What other modules you're planning to ...
6 years, 6 months ago (2014-06-09 06:09:07 UTC) #10
jam
The CQ bit was checked by jam@chromium.org
6 years, 6 months ago (2014-06-09 06:09:12 UTC) #11
jam
The CQ bit was unchecked by jam@chromium.org
6 years, 6 months ago (2014-06-09 06:09:44 UTC) #12
jam
The CQ bit was checked by jam@chromium.org
6 years, 6 months ago (2014-06-09 06:31:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jam@chromium.org/317413003/40001
6 years, 6 months ago (2014-06-09 06:31:37 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 6 months ago (2014-06-09 06:49:33 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-09 06:53:30 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/7270)
6 years, 6 months ago (2014-06-09 06:53:31 UTC) #17
tkent
web/ lgtm. Please fix the webkit_unit_tests crash.
6 years, 6 months ago (2014-06-09 07:56:14 UTC) #18
jam
The CQ bit was checked by jam@chromium.org
6 years, 6 months ago (2014-06-09 16:15:14 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jam@chromium.org/317413003/60001
6 years, 6 months ago (2014-06-09 16:15:34 UTC) #20
commit-bot: I haz the power
6 years, 6 months ago (2014-06-09 17:23:00 UTC) #21
Message was sent while issue was closed.
Change committed as 175803

Powered by Google App Engine
This is Rietveld 408576698