WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
188226
Optionally expose Attr::style to JavaScript
https://bugs.webkit.org/show_bug.cgi?id=188226
Summary
Optionally expose Attr::style to JavaScript
mitz
Reported
2018-08-01 10:32:52 PDT
Attr::style is currently exposed via the Objective-C DOM bindings, but it’s not a standard property, so it’s not part of the JavaScript DOM API exposed to webpages. To allow clients of the Objective-C DOM bindings to transition to the JavaScript bindings, add a runtime-enabled option to expose Attr::style to JavaScript as well.
Attachments
Expose Attr::style to JS when _WKProcessPoolConfiguration.attrStyleEnabled is YES
(21.69 KB, patch)
2018-08-01 14:23 PDT
,
mitz
darin
: review+
ews-watchlist
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from ews206 for win-future
(13.03 MB, application/zip)
2018-08-01 20:26 PDT
,
EWS Watchlist
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2018-08-01 10:36:27 PDT
<
rdar://problem/42818113
>
mitz
Comment 2
2018-08-01 14:23:00 PDT
Created
attachment 346298
[details]
Expose Attr::style to JS when _WKProcessPoolConfiguration.attrStyleEnabled is YES
Darin Adler
Comment 3
2018-08-01 18:49:30 PDT
Comment on
attachment 346298
[details]
Expose Attr::style to JS when _WKProcessPoolConfiguration.attrStyleEnabled is YES This comment in Attr.cpp is now inaccurate: CSSStyleDeclaration* Attr::style() { // This function only exists to support the Obj-C bindings. I suggest either removing the comment or replacing the comment with something that helps explain what context we might want to make this public (possibly handy for JavaScript code implementing editing operations for apps like Mail) and what context we should not (non-standard, not intended to be part of the web platform).
EWS Watchlist
Comment 4
2018-08-01 20:25:52 PDT
Comment on
attachment 346298
[details]
Expose Attr::style to JS when _WKProcessPoolConfiguration.attrStyleEnabled is YES
Attachment 346298
[details]
did not pass win-ews (win): Output:
https://webkit-queues.webkit.org/results/8732735
New failing tests: http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin.html http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video.html http/tests/security/video-poster-cross-origin-crash2.html
EWS Watchlist
Comment 5
2018-08-01 20:26:03 PDT
Created
attachment 346356
[details]
Archive of layout-test-results from ews206 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews206 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
mitz
Comment 6
2018-08-02 09:43:59 PDT
Thanks for the review, Darin! (In reply to Darin Adler from
comment #3
)
> Comment on
attachment 346298
[details]
> Expose Attr::style to JS when _WKProcessPoolConfiguration.attrStyleEnabled > is YES > > This comment in Attr.cpp is now inaccurate: > > CSSStyleDeclaration* Attr::style() > { > // This function only exists to support the Obj-C bindings. > > I suggest either removing the comment or replacing the comment with > something that helps explain what context we might want to make this public > (possibly handy for JavaScript code implementing editing operations for apps > like Mail) and what context we should not (non-standard, not intended to be > part of the web platform).
I replaced the comment with one that is correct, but probably doesn’t quite satisfy your requirements. Committed <
https://trac.webkit.org/r234502
>.
Dawei Fenton (:realdawei)
Comment 7
2018-08-02 11:17:02 PDT
(In reply to mitz from
comment #6
)
> Thanks for the review, Darin! > > (In reply to Darin Adler from
comment #3
) > > Comment on
attachment 346298
[details]
> > Expose Attr::style to JS when _WKProcessPoolConfiguration.attrStyleEnabled > > is YES > > > > This comment in Attr.cpp is now inaccurate: > > > > CSSStyleDeclaration* Attr::style() > > { > > // This function only exists to support the Obj-C bindings. > > > > I suggest either removing the comment or replacing the comment with > > something that helps explain what context we might want to make this public > > (possibly handy for JavaScript code implementing editing operations for apps > > like Mail) and what context we should not (non-standard, not intended to be > > part of the web platform). > > I replaced the comment with one that is correct, but probably doesn’t quite > satisfy your requirements. > > Committed <
https://trac.webkit.org/r234502
>.
After this revision the macOS and iOS bots are showing TestWebKitAPI.WebKit.AttrStyle Timeout Sample output:
https://build.webkit.org/builders/Apple%20High%20Sierra%20Release%20WK2%20%28Tests%29/builds/5959/steps/run-api-tests/logs/stdio
mitz
Comment 8
2018-08-02 11:20:12 PDT
(In reply to David Fenton (:realdawei) from
comment #7
)
> (In reply to mitz from
comment #6
) > > > > Committed <
https://trac.webkit.org/r234502
>. > > After this revision the macOS and iOS bots are showing > TestWebKitAPI.WebKit.AttrStyle Timeout > > Sample output: >
https://build.webkit.org/builders/
> Apple%20High%20Sierra%20Release%20WK2%20%28Tests%29/builds/5959/steps/run- > api-tests/logs/stdio
Strange that we didn’t see it locally nor in EWS. I am guessing that the timeout occurs while waiting to load the test page.
mitz
Comment 9
2018-08-02 11:25:53 PDT
(In reply to mitz from
comment #8
)
> (In reply to David Fenton (:realdawei) from
comment #7
) > > (In reply to mitz from
comment #6
) > > > > > > Committed <
https://trac.webkit.org/r234502
>. > > > > After this revision the macOS and iOS bots are showing > > TestWebKitAPI.WebKit.AttrStyle Timeout > > > > Sample output: > >
https://build.webkit.org/builders/
> > Apple%20High%20Sierra%20Release%20WK2%20%28Tests%29/builds/5959/steps/run- > > api-tests/logs/stdio > > Strange that we didn’t see it locally nor in EWS. I am guessing that the > timeout occurs while waiting to load the test page.
I downloaded the archive the bot was testing from <
https://s3-us-west-2.amazonaws.com/archives.webkit.org/mac-highsierra-x86_64-release/234502.zip
> and tried it myself: $ DYLD_FRAMEWORK_PATH=~/Desktop/234502/Release ~/Desktop/234502/Release/TestWebKitAPI **PASS** WebKit.FormSubmission **PASS** WebKit.AboutBlankLoad **PASS** WebKit.AdditionalReadAccessAllowedURLs **PASS** WebKit.AlwaysRevalidatedURLSchemes **PASS** WebKit.ApplicationManifestCoding **PASS** WebKit.ApplicationManifestBasic **PASS** WebKit.ApplicationManifestDisplayMode **PASS** WebKit.RespondToPolicyForNavigationResponseAsynchronously **PASS** WebKit.PolicyForNavigationResponseCancelAsynchronously **PASS** WebKit.AttrStyle **PASS** WebKit.AutoLayoutIntegration […] so the the test is passing on my computer with the same bits. I may need access to the bot to understand what’s different there.
mitz
Comment 10
2018-08-02 12:06:46 PDT
Wenson figured it out! Fixed in <
https://trac.webkit.org/r234505
>.
Dawei Fenton (:realdawei)
Comment 11
2018-08-02 12:52:52 PDT
(In reply to mitz from
comment #10
)
> Wenson figured it out! > > Fixed in <
https://trac.webkit.org/r234505
>.
Great!
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