WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
64629
Umbrella bug: implement transferable typed array support.
https://bugs.webkit.org/show_bug.cgi?id=64629
Summary
Umbrella bug: implement transferable typed array support.
Luke Zarko
Reported
2011-07-15 14:32:34 PDT
Typed arrays should become Transferable (ref.
http://www.whatwg.org/specs/web-apps/current-work/complete/common-dom-interfaces.html#transferable-objects
)-- that is, it should be possible to pass a typed array using postMessage such that control of the data is sent but the array's data is not copied.
Attachments
Add attachment
proposed patch, testcase, etc.
Kenneth Russell
Comment 1
2011-11-03 11:29:25 PDT
After more discussion on public-webapps, only the ArrayBuffer type will be Transferable -- the typed array views will not be. Note, though, that transfer of an ArrayBuffer necessitates side-effects on the views that refer to it, in order to cause their lengths to go to zero. However, this is essentially an implementation detail. I suspect that this bug should be closed, and the work done under Issue 66578.
David Levin
Comment 2
2011-11-03 11:53:00 PDT
(In reply to
comment #1
)
> this bug should be closed, and the work done under Issue 66578.
This is just the master bug for the feature. I suspect there will be no patches for it directly, and it will be resolved after all bugs that it depends on have been resolved.
David Levin
Comment 3
2011-11-03 11:57:49 PDT
(In reply to
comment #2
)
> (In reply to
comment #1
) > > this bug should be closed, and the work done under Issue 66578. > > This is just the master bug for the feature. I suspect there will be no patches for it directly, and it will be resolved after all bugs that it depends on have been resolved.
fwiw like this:
https://bugs.webkit.org/show_bug.cgi?id=68822
Kenneth Russell
Comment 4
2011-11-03 16:17:42 PDT
(In reply to
comment #3
)
> (In reply to
comment #2
) > > (In reply to
comment #1
) > > > this bug should be closed, and the work done under Issue 66578. > > > > This is just the master bug for the feature. I suspect there will be no patches for it directly, and it will be resolved after all bugs that it depends on have been resolved. > > fwiw like this:
https://bugs.webkit.org/show_bug.cgi?id=68822
I see. I wasn't sure which was the umbrella bug.
Anne van Kesteren
Comment 5
2023-08-23 08:29:35 PDT
Done.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug