|
WebMIDI: Add MIDIOptions dictionary
We have basic support for IDL dictionary so we can use it for
MIDIOptions. Renamed m_sysexEnabled and setSysexEnabled()
because their role have changed.
MIDIOptions is the first IDL dictionary in modules/ so this CL
also contains GYP/GN changes.
Existing tests (LayoutTests/webmidi) should cover this change.
BUG= 403150
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181866
Total comments: 2
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+118 lines, -86 lines) |
Patch |
 |
M |
Source/bindings/modules/idl.gni
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/modules/idl.gypi
|
View
|
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/modules/v8/BUILD.gn
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/modules/v8/generated.gyp
|
View
|
1
2
3
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/modules.gni
|
View
|
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/modules.gypi
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/MIDIAccess.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/MIDIAccess.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/MIDIAccessInitializer.h
|
View
|
1
2
3
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/MIDIAccessInitializer.cpp
|
View
|
1
2
3
4
5
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/MIDIClientMock.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
Source/modules/webmidi/MIDIOptions.h
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
A + |
Source/modules/webmidi/MIDIOptions.idl
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/NavigatorWebMIDI.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/NavigatorWebMIDI.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/NavigatorWebMIDI.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/MIDIClientProxy.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebMIDIPermissionRequest.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 15 (3 generated)
|