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

Issue 1206513004: [PresentationAPI] on-session-message handler for binary messages (Blink side). (Closed)

Created:
5 years, 6 months ago by USE s.singapati at gmail.com
Modified:
5 years, 5 months ago
CC:
blink-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[PresentationAPI] on-session-message handler for binary messages. Implements the onmessage event handler of PresentationSession idl to support ArrayBuffer and Blob data types. Chromium CL: https://codereview.chromium.org/1194123003/ BUG=459008 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198654

Patch Set 1 #

Total comments: 2

Patch Set 2 : generic interface to receive binary messages. #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : rebased. layout test update. #

Total comments: 4

Patch Set 5 : refactor deleting sessionClient and using BlobData::appendBytes #

Patch Set 6 : merge #

Patch Set 7 : added typedef uint8_t for WIN32 #

Total comments: 2

Patch Set 8 : Revert "add typedef uint8_t for WIN32" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -2 lines) Patch
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M Source/modules/presentation/Presentation.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/presentation/Presentation.cpp View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M Source/modules/presentation/PresentationController.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/presentation/PresentationController.cpp View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M Source/modules/presentation/PresentationSession.h View 1 2 3 4 5 4 chunks +12 lines, -1 line 0 comments Download
M Source/modules/presentation/PresentationSession.cpp View 1 2 3 4 5 2 chunks +50 lines, -0 lines 0 comments Download
M Source/modules/presentation/PresentationSession.idl View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M public/platform/modules/presentation/WebPresentationController.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 44 (18 generated)
USE s.singapati at gmail.com
5 years, 6 months ago (2015-06-23 12:49:04 UTC) #2
Habib Virji
Only two things will suggest considering : - Some description will be useful. Though it ...
5 years, 6 months ago (2015-06-23 13:10:42 UTC) #3
USE s.singapati at gmail.com
On 2015/06/23 13:10:42, Habib Virji wrote: > Only two things will suggest considering : > ...
5 years, 6 months ago (2015-06-23 14:55:36 UTC) #4
USE s.singapati at gmail.com
PTAL.
5 years, 6 months ago (2015-06-23 15:21:56 UTC) #6
USE s.singapati at gmail.com
And, It is bit unclear that the use of "binaryType" attribute of PresentationSession for onmessage ...
5 years, 6 months ago (2015-06-25 15:32:05 UTC) #7
USE s.singapati at gmail.com
Any comments on this patch?
5 years, 5 months ago (2015-06-29 15:12:24 UTC) #8
mark a. foltz
On 2015/06/29 at 15:12:24, s.singapati wrote: > Any comments on this patch? The binaryType is ...
5 years, 5 months ago (2015-06-29 22:37:04 UTC) #9
mark a. foltz
On 2015/06/29 at 22:37:04, mark a. foltz wrote: > On 2015/06/29 at 15:12:24, s.singapati wrote: ...
5 years, 5 months ago (2015-06-29 22:40:17 UTC) #10
USE s.singapati at gmail.com
PTAL. https://codereview.chromium.org/1206513004/diff/20001/Source/modules/presentation/PresentationSession.idl File Source/modules/presentation/PresentationSession.idl (right): https://codereview.chromium.org/1206513004/diff/20001/Source/modules/presentation/PresentationSession.idl#newcode25 Source/modules/presentation/PresentationSession.idl:25: attribute BinaryType binaryType; "enum BinaryType" is already defined ...
5 years, 5 months ago (2015-06-30 14:32:30 UTC) #11
USE s.singapati at gmail.com
https://codereview.chromium.org/1206513004/diff/20001/Source/modules/presentation/PresentationSession.h File Source/modules/presentation/PresentationSession.h (right): https://codereview.chromium.org/1206513004/diff/20001/Source/modules/presentation/PresentationSession.h#newcode124 Source/modules/presentation/PresentationSession.h:124: BinaryType m_binaryType; Need to give default value to m_binaryType ...
5 years, 5 months ago (2015-07-01 07:17:47 UTC) #12
USE s.singapati at gmail.com
PTAL.
5 years, 5 months ago (2015-07-02 15:33:29 UTC) #13
USE s.singapati at gmail.com
Any comments please? Thanks.
5 years, 5 months ago (2015-07-06 16:03:49 UTC) #15
mark a. foltz
Sorry for the delay, the last several days are a holiday weekend in the US. ...
5 years, 5 months ago (2015-07-06 21:19:45 UTC) #16
USE s.singapati at gmail.com
https://codereview.chromium.org/1206513004/diff/1/Source/modules/presentation/PresentationSession.cpp File Source/modules/presentation/PresentationSession.cpp (right): https://codereview.chromium.org/1206513004/diff/1/Source/modules/presentation/PresentationSession.cpp#newcode246 Source/modules/presentation/PresentationSession.cpp:246: memcpy(rawData->mutableData()->data(), data, length); On 2015/07/06 21:19:44, mark a. foltz ...
5 years, 5 months ago (2015-07-07 15:00:33 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1206513004/80001
5 years, 5 months ago (2015-07-07 15:01:06 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1206513004/80001
5 years, 5 months ago (2015-07-07 15:37:21 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/37142)
5 years, 5 months ago (2015-07-07 15:43:53 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1206513004/100001
5 years, 5 months ago (2015-07-07 16:37:45 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_compile_dbg/builds/50316)
5 years, 5 months ago (2015-07-07 17:03:01 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1206513004/120001
5 years, 5 months ago (2015-07-08 13:08:04 UTC) #33
USE s.singapati at gmail.com
Hello jochen, Could you please review public/platform/WebCommon.h? Thanks. Needed to fix builds on windows. e:\b\build\slave\win_layout\build\src\third_party\webkit\public\platform\modules\presentation\webpresentationcontroller.h(32) ...
5 years, 5 months ago (2015-07-08 13:52:21 UTC) #35
Peter Beverloo
https://codereview.chromium.org/1206513004/diff/120001/public/platform/WebCommon.h File public/platform/WebCommon.h (right): https://codereview.chromium.org/1206513004/diff/120001/public/platform/WebCommon.h#newcode88 public/platform/WebCommon.h:88: #if defined(WIN32) Removing lines 88-97 and 99 (in a ...
5 years, 5 months ago (2015-07-08 14:00:22 UTC) #37
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-08 14:27:19 UTC) #39
USE s.singapati at gmail.com
Now this CL waits on a new CL https://codereview.chromium.org/1223843017/ https://codereview.chromium.org/1206513004/diff/120001/public/platform/WebCommon.h File public/platform/WebCommon.h (right): https://codereview.chromium.org/1206513004/diff/120001/public/platform/WebCommon.h#newcode88 public/platform/WebCommon.h:88: ...
5 years, 5 months ago (2015-07-08 14:39:56 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1206513004/140001
5 years, 5 months ago (2015-07-10 02:34:13 UTC) #43
commit-bot: I haz the power
5 years, 5 months ago (2015-07-10 03:43:14 UTC) #44
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=198654

Powered by Google App Engine
This is Rietveld 408576698