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

Issue 18563008: Web MIDI: add assign() and equals() to WebMIDIPermissionRequest (Closed)

Created:
7 years, 5 months ago by Takashi Toyoshima
Modified:
7 years, 5 months ago
Reviewers:
abarth-chromium
CC:
blink-reviews, jamesr, dglazkov+blink, eae+blinkwatch, abarth-chromium, Chris Rogers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Web MIDI: add assign() and equals() to WebMIDIPermissionRequest Since WebMIDIPermissionRequeset should be managed by embedder until the permission decision is made, export assign() and equals() methods. It makes it possible to handle them in a container. TEST=none BUG=163795 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154188

Patch Set 1 #

Total comments: 4

Patch Set 2 : for CQ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -8 lines) Patch
M Source/web/WebAccessibilityObject.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebFrameImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebImageDecoder.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebMIDIPermissionRequest.cpp View 1 1 chunk +10 lines, -0 lines 0 comments Download
M Source/web/WebNode.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/WebPluginContainerImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebSpeechRecognitionHandle.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M public/web/WebMIDIPermissionRequest.h View 1 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Takashi Toyoshima
(CC: Chris) Hi Adam, Can you take a look this minor API update change? I ...
7 years, 5 months ago (2013-07-12 09:42:32 UTC) #1
abarth-chromium
lgtm https://codereview.chromium.org/18563008/diff/1/Source/web/WebMIDIPermissionRequest.cpp File Source/web/WebMIDIPermissionRequest.cpp (right): https://codereview.chromium.org/18563008/diff/1/Source/web/WebMIDIPermissionRequest.cpp#newcode60 Source/web/WebMIDIPermissionRequest.cpp:60: return (m_private.get() == n.m_private.get()); No need for the ...
7 years, 5 months ago (2013-07-12 23:00:34 UTC) #2
Takashi Toyoshima
Thank you. https://codereview.chromium.org/18563008/diff/1/Source/web/WebMIDIPermissionRequest.cpp File Source/web/WebMIDIPermissionRequest.cpp (right): https://codereview.chromium.org/18563008/diff/1/Source/web/WebMIDIPermissionRequest.cpp#newcode60 Source/web/WebMIDIPermissionRequest.cpp:60: return (m_private.get() == n.m_private.get()); On 2013/07/12 23:00:34, ...
7 years, 5 months ago (2013-07-14 08:33:29 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/18563008/6001
7 years, 5 months ago (2013-07-14 08:35:46 UTC) #4
commit-bot: I haz the power
7 years, 5 months ago (2013-07-14 10:05:09 UTC) #5
Message was sent while issue was closed.
Change committed as 154188

Powered by Google App Engine
This is Rietveld 408576698