Use FrozenArray instead of T[] array in ServiceWorkerMessageEvent and ExtendableMessageEvent. |
||
Issue descriptionThe T[] array type has ben removed from WebIDL. Instead we should use FrozenArray in ServiceWorkerMessageEvent and ExtendableMessageEvent. https://github.com/slightlyoff/ServiceWorker/issues/810
,
Jul 19 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/541047a6af9e1a9ac0e4c20dcfc0cf952de45c23 commit 541047a6af9e1a9ac0e4c20dcfc0cf952de45c23 Author: jinho.bang <jinho.bang@samsung.com> Date: Tue Jul 19 07:53:48 2016 ServiceWorker: Use FrozenArray for *MessageEvent.ports. The T[] array type has ben removed from WebIDL. Instead we should use FrozenArray in ServiceWorkerMessageEvent and ExtendableMessageEvent. Related spec issue: https://github.com/slightlyoff/ServiceWorker/issues/810 BUG= 628911 Review-Url: https://codereview.chromium.org/2155943002 Cr-Commit-Position: refs/heads/master@{#406230} [modify] https://crrev.com/541047a6af9e1a9ac0e4c20dcfc0cf952de45c23/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.idl [modify] https://crrev.com/541047a6af9e1a9ac0e4c20dcfc0cf952de45c23/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl
,
Jul 19 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by nhiroki@chromium.org
, Jul 19 2016