WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
156978
Drop [UsePointersEvenForNonNullableObjectArguments] from Node
https://bugs.webkit.org/show_bug.cgi?id=156978
Summary
Drop [UsePointersEvenForNonNullableObjectArguments] from Node
youenn fablet
Reported
2016-04-25 08:03:39 PDT
Drop [UsePointersEvenForNonNullableObjectArguments] from Node
Attachments
Patch
(4.03 KB, patch)
2016-04-25 08:42 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch
(4.03 KB, patch)
2016-04-26 07:48 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Archive of layout-test-results from ews103 for mac-yosemite
(905.00 KB, application/zip)
2016-04-26 08:36 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews105 for mac-yosemite-wk2
(1.06 MB, application/zip)
2016-04-26 08:38 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews121 for ios-simulator-wk2
(766.78 KB, application/zip)
2016-04-26 08:44 PDT
,
Build Bot
no flags
Details
Fixing compareDocumentPosition
(3.99 KB, patch)
2016-04-27 01:47 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
youenn fablet
Comment 1
2016-04-25 08:42:53 PDT
Created
attachment 277251
[details]
Patch
youenn fablet
Comment 2
2016-04-25 08:49:18 PDT
(In reply to
comment #1
)
> Created
attachment 277251
[details]
> Patch
The patch is not trying to change insertBefore, replaceChild, removeChild and appendChild as the DOM methods are used in various places, including GObject bindings.
youenn fablet
Comment 3
2016-04-26 07:48:54 PDT
Created
attachment 277368
[details]
Patch
Build Bot
Comment 4
2016-04-26 08:36:06 PDT
Comment on
attachment 277368
[details]
Patch
Attachment 277368
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.webkit.org/results/1223684
New failing tests: imported/w3c/web-platform-tests/html/dom/interfaces.html imported/w3c/web-platform-tests/dom/interfaces.html
Build Bot
Comment 5
2016-04-26 08:36:11 PDT
Created
attachment 277371
[details]
Archive of layout-test-results from ews103 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews103 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 6
2016-04-26 08:38:00 PDT
Comment on
attachment 277368
[details]
Patch
Attachment 277368
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.webkit.org/results/1223683
New failing tests: imported/w3c/web-platform-tests/html/dom/interfaces.html imported/w3c/web-platform-tests/dom/interfaces.html
Build Bot
Comment 7
2016-04-26 08:38:05 PDT
Created
attachment 277372
[details]
Archive of layout-test-results from ews105 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews105 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Build Bot
Comment 8
2016-04-26 08:44:41 PDT
Comment on
attachment 277368
[details]
Patch
Attachment 277368
[details]
did not pass ios-sim-ews (ios-simulator-wk2): Output:
http://webkit-queues.webkit.org/results/1223688
New failing tests: imported/w3c/web-platform-tests/html/dom/interfaces.html imported/w3c/web-platform-tests/dom/interfaces.html
Build Bot
Comment 9
2016-04-26 08:44:45 PDT
Created
attachment 277373
[details]
Archive of layout-test-results from ews121 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews121 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.4
youenn fablet
Comment 10
2016-04-27 01:47:21 PDT
Created
attachment 277462
[details]
Fixing compareDocumentPosition
Chris Dumez
Comment 11
2016-04-27 09:26:06 PDT
Comment on
attachment 277462
[details]
Fixing compareDocumentPosition View in context:
https://bugs.webkit.org/attachment.cgi?id=277462&action=review
r=me
> Source/WebCore/dom/Node.idl:67 > + [ObjCLegacyUnnamedParameters, Custom, RaisesException] Node insertBefore([CustomReturn] Node? newChild,
Since those are Custom, why do we need the change?
> Source/WebCore/dom/Node.idl:70 > + [ObjCLegacyUnnamedParameters, Custom, RaisesException] Node replaceChild(Node? newChild,
Since those are Custom, why do we need the change?
> Source/WebCore/dom/Node.idl:73 > + [Custom, RaisesException] Node removeChild([CustomReturn] Node? oldChild);
Since those are Custom, why do we need the change?
> Source/WebCore/dom/Node.idl:75 > + [Custom, RaisesException] Node appendChild([CustomReturn] Node? newChild);
Since those are Custom, why do we need the change?
youenn fablet
Comment 12
2016-04-27 11:56:58 PDT
Thanks for the review.
> > Source/WebCore/dom/Node.idl:75 > > + [Custom, RaisesException] Node appendChild([CustomReturn] Node? newChild); > > Since those are Custom, why do we need the change?
It is breaking GObject and probably ObjC binding code.
WebKit Commit Bot
Comment 13
2016-04-28 10:35:16 PDT
Comment on
attachment 277462
[details]
Fixing compareDocumentPosition Clearing flags on attachment: 277462 Committed
r200197
: <
http://trac.webkit.org/changeset/200197
>
WebKit Commit Bot
Comment 14
2016-04-28 10:35:21 PDT
All reviewed patches have been landed. Closing bug.
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