Chromium Code Reviews
DescriptionAdd sysexEnabled readonly attribute to MIDIAccess
To conform the latest W3C spec, add sysexEnabled attribute.
http://www.w3.org/TR/webmidi/#idl-def-MIDIAccess
MIDIAccess originally has a method sysExEnabled().
To avoid having two functions for the same operation, this change
renames it to sysexEnabled(). This change affects other caller
implementations.
To rename everything in blink, it modifies blink API.
So this change is also the first step of blink API change.
Here are a series of changes.
1. this change
2. https://codereview.chromium.org/210003002/
3. https://codereview.chromium.org/208423016/
BUG=349538
TEST=LayoutTests/webmidi
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169909
Patch Set 1 #
Total comments: 5
Patch Set 2 : use shouldBeTrue and shouldBeFalse #Patch Set 3 : rename everything in blink #
Total comments: 4
Patch Set 4 : indent #
Total comments: 2
Patch Set 5 : kouhei review #Messages
Total messages: 14 (0 generated)
|