Summary: | Web Automation: upstream safaridriver's JavaScript atom implementations | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Blaze Burg <bburg> | ||||
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bburg, cgarcia, inspector-bugzilla-changes, joepeck, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=174024 | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 166679 | ||||||
Attachments: |
|
Description
Blaze Burg
2017-05-12 16:45:04 PDT
Ping :-) Created attachment 315098 [details]
Patch
Comment on attachment 315098 [details]
Patch
r=me, but I have changed my mind about where these should go. It would be better to put these in Source/WebKit2/UIProcess/Automation/atoms/, so they can be bulk copied without having to specify each by name.
Comment on attachment 315098 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=315098&action=review > Source/WebKit2/ChangeLog:16 > + * UIProcess/Automation/ElementAttribute.js: Added. > + (lowercaseAttributeName.string_appeared_here.lowercaseAttributeName.string_appeared_here.switch): > + (tagName.string_appeared_here.lowercaseAttributeName.string_appeared_here): > + (catch): > + * UIProcess/Automation/ElementDisplayed.js: Added. > + (isShown.nodeIsElement): > + (isShown.parentElementForElement): > + (isShown.enclosingNodeOrSelfMatchingPredicate): You can probably stop this to just the file names. I don't think the functions add value here. > You can probably stop this...
I meant strip this =)
Committed r219388: <http://trac.webkit.org/changeset/219388> |