Bug 176255 - DOMMatrix and DOMMatrixReadOnly should be available in workers
Summary: DOMMatrix and DOMMatrixReadOnly should be available in workers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-09-01 16:30 PDT by Sam Weinig
Modified: 2017-09-27 12:52 PDT (History)
2 users (show)

See Also:


Attachments
Patch (205.50 KB, patch)
2017-09-01 16:58 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (207.26 KB, patch)
2017-09-01 17:34 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2017-09-01 16:30:58 PDT
DOMMatrix and DOMMatrixReadOnly should be available in workers
Comment 1 Sam Weinig 2017-09-01 16:58:46 PDT
Created attachment 319673 [details]
Patch
Comment 2 Simon Fraser (smfr) 2017-09-01 17:13:53 PDT
Comment on attachment 319673 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=319673&action=review

> Source/WebCore/ChangeLog:18
> +            Adds support for [Exposed] extended attributes on operations, attributes and.

and. ?
Comment 3 Sam Weinig 2017-09-01 17:16:14 PDT
(In reply to Simon Fraser (smfr) from comment #2)
> Comment on attachment 319673 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=319673&action=review
> 
> > Source/WebCore/ChangeLog:18
> > +            Adds support for [Exposed] extended attributes on operations, attributes and.
> 
> and. ?

Oh, the 'constants' on the next line should have been included before the period.
Comment 4 Sam Weinig 2017-09-01 17:34:58 PDT
Created attachment 319680 [details]
Patch
Comment 5 Sam Weinig 2017-09-01 18:38:10 PDT
Committed r221512: <http://trac.webkit.org/changeset/221512>
Comment 6 Radar WebKit Bug Importer 2017-09-27 12:52:49 PDT
<rdar://problem/34694198>