* SUMMARY Rename HitTestRequest DisallowShadowContent to DisallowUserAgentShadowContent. See diagnosis in patch on bug 157446. HitTesting is intended to reach nodes inside Web Components shadow content. This property on the HitTestRequest is intended to avoid hit testing in UserAgent shadow content. Lets rename the enum value, and cascading methods for clarity.
Created attachment 278317 [details] [PATCH] Proposed Fix
cq- there is one instance in WebKitAdditions that I'll want to change at the same time.
And this probably won't apply until bug 157446 lands anyways.
Comment on attachment 278317 [details] [PATCH] Proposed Fix r=me assuming you add some change log description.
<http://trac.webkit.org/changeset/200540>