RESOLVED FIXED 172956
[WebIDL] PutForwards is not implemented to spec as illustrated by the WPT WebIDL/ecmascript-binding/put-forwards.html
https://bugs.webkit.org/show_bug.cgi?id=172956
Summary [WebIDL] PutForwards is not implemented to spec as illustrated by the WPT Web...
Sam Weinig
Reported 2017-06-05 21:09:58 PDT
[WebIDL] PutForwards is not implemented to spec as illustrated by the WPT WebIDL/ecmascript-binding/put-forwards.html
Attachments
Patch (66.18 KB, patch)
2017-06-05 21:13 PDT, Sam Weinig
no flags
Patch (12.82 KB, patch)
2017-06-05 21:24 PDT, Sam Weinig
no flags
Patch (11.37 KB, patch)
2017-06-05 21:28 PDT, Sam Weinig
no flags
Archive of layout-test-results from ews100 for mac-elcapitan (972.66 KB, application/zip)
2017-06-05 22:34 PDT, Build Bot
no flags
Archive of layout-test-results from ews105 for mac-elcapitan-wk2 (1.10 MB, application/zip)
2017-06-05 22:37 PDT, Build Bot
no flags
Archive of layout-test-results from ews124 for ios-simulator-wk2 (1017.09 KB, application/zip)
2017-06-05 22:46 PDT, Build Bot
no flags
Archive of layout-test-results from ews117 for mac-elcapitan (1.74 MB, application/zip)
2017-06-05 22:58 PDT, Build Bot
no flags
Patch (13.03 KB, patch)
2017-06-06 15:09 PDT, Sam Weinig
cdumez: review+
cdumez: commit-queue-
Sam Weinig
Comment 1 2017-06-05 21:13:56 PDT Comment hidden (obsolete)
Sam Weinig
Comment 2 2017-06-05 21:24:41 PDT Comment hidden (obsolete)
Sam Weinig
Comment 3 2017-06-05 21:28:44 PDT Comment hidden (obsolete)
Build Bot
Comment 4 2017-06-05 22:34:54 PDT Comment hidden (obsolete)
Build Bot
Comment 5 2017-06-05 22:34:55 PDT Comment hidden (obsolete)
Build Bot
Comment 6 2017-06-05 22:37:39 PDT Comment hidden (obsolete)
Build Bot
Comment 7 2017-06-05 22:37:40 PDT Comment hidden (obsolete)
Build Bot
Comment 8 2017-06-05 22:46:00 PDT Comment hidden (obsolete)
Build Bot
Comment 9 2017-06-05 22:46:01 PDT Comment hidden (obsolete)
Build Bot
Comment 10 2017-06-05 22:58:43 PDT Comment hidden (obsolete)
Build Bot
Comment 11 2017-06-05 22:58:44 PDT Comment hidden (obsolete)
Sam Weinig
Comment 12 2017-06-06 15:09:10 PDT
Chris Dumez
Comment 13 2017-06-07 09:03:04 PDT
Comment on attachment 312128 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=312128&action=review r=me > Source/WebCore/ChangeLog:7 > + Link to the spec? > Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:4601 > + # FIXME: What should the second value to the PutPropertySlot be? We should probably file a bug against the WebIDL spec about the missing "Throw" argument to ES's Set(): Perform ? Set(Q, forwardId, V). I am assuming false is the right thing to do though. > LayoutTests/imported/w3c/ChangeLog:10 > +2017-06-05 Sam Weinig <sam@webkit.org> Double changelog.
Sam Weinig
Comment 14 2017-06-07 11:22:00 PDT
(In reply to Chris Dumez from comment #13) > Comment on attachment 312128 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=312128&action=review > > r=me > > > Source/WebCore/ChangeLog:7 > > + > > Link to the spec? > > > Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:4601 > > + # FIXME: What should the second value to the PutPropertySlot be? > > We should probably file a bug against the WebIDL spec about the missing https://github.com/heycam/webidl/issues/368 > "Throw" argument to ES's Set(): > Perform ? Set(Q, forwardId, V). > > I am assuming false is the right thing to do though. It might be based on strict mode or not. I'm not really sure. > > > LayoutTests/imported/w3c/ChangeLog:10 > > +2017-06-05 Sam Weinig <sam@webkit.org> > > Double changelog. :( I should make the style checker catch this, but I hate the style checker.
Sam Weinig
Comment 15 2017-06-07 11:57:28 PDT
Note You need to log in before you can comment on or make changes to this bug.