Bug 150518

Summary: Web Inspector: Remove unused ScrollLayer Timeline EventType
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, esprehn+autocc, glenn, graouts, joepeck, kondapallykalyan, mattbaker, nvasilyev, simon.fraser, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: Other   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix
timothy: review+, joepeck: commit-queue-
[PATCH] For Bots none

Description Joseph Pecoraro 2015-10-23 16:40:16 PDT
* SUMMARY
Remove unused ScrollLayer Timeline EventType.

Frontend doesn't use it, and though it appears hooked up I don't see it even getting sent to the frontend.
Remove it retroactively from iOS backends because I don't think it works there even if it existed.
Comment 1 Joseph Pecoraro 2015-10-23 16:42:12 PDT
Created attachment 263956 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2015-10-23 16:44:10 PDT
Attachment 263956 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Joseph Pecoraro 2015-10-23 17:35:23 PDT
Created attachment 263966 [details]
[PATCH] For Bots
Comment 4 WebKit Commit Bot 2015-10-23 20:59:17 PDT
Comment on attachment 263966 [details]
[PATCH] For Bots

Clearing flags on attachment: 263966

Committed r191532: <http://trac.webkit.org/changeset/191532>