Bug 157475

Summary: REGRESSION (198056): Unable to use edit buttons on WordPress
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, eoconnor, esprehn+autocc, jond, kangil.han, koivisto, kondapallykalyan, ryanhaddad
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 148695    
Attachments:
Description Flags
Renames deepPath to composedPath koivisto: review+

Ryosuke Niwa
Reported 2016-05-09 08:50:39 PDT
We need to rename `Event.prototype.deepPath` to `Event.prototype.composedPath`
Attachments
Renames deepPath to composedPath (9.23 KB, patch)
2016-05-09 10:08 PDT, Ryosuke Niwa
koivisto: review+
Ryosuke Niwa
Comment 1 2016-05-09 10:08:43 PDT
Created attachment 278407 [details] Renames deepPath to composedPath
Antti Koivisto
Comment 2 2016-05-09 10:23:06 PDT
Comment on attachment 278407 [details] Renames deepPath to composedPath r=me This tramples over the existing definition of "composed tree" which we use widely internally. Hope this is the last time the terminology changes.
Ryosuke Niwa
Comment 3 2016-05-09 10:46:15 PDT
Ryan Haddad
Comment 4 2016-05-09 12:48:55 PDT
This change introduced LayoutTest failures: fast/xmlhttprequest/xmlhttprequest-get.xhtml [ Failure ] http/tests/workers/worker-importScriptsOnError.html [ Failure ] inspector/model/remote-object-get-properties.html [ Failure ] <https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK2%20%28Tests%29/builds/5041>
Ryan Haddad
Comment 5 2016-05-09 13:10:38 PDT
(In reply to comment #4) > This change introduced LayoutTest failures: > > fast/xmlhttprequest/xmlhttprequest-get.xhtml [ Failure ] > http/tests/workers/worker-importScriptsOnError.html [ Failure ] > inspector/model/remote-object-get-properties.html [ Failure ] > > <https://build.webkit.org/builders/ > Apple%20El%20Capitan%20Debug%20WK2%20%28Tests%29/builds/5041> Rebaselined tests in <https://trac.webkit.org/r200585>
Note You need to log in before you can comment on or make changes to this bug.