Bug 160923 - Rename didLayout(LayoutMilestones) to didReachLayoutMilestone(), and related WK2 functions
Summary: Rename didLayout(LayoutMilestones) to didReachLayoutMilestone(), and related ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-16 17:24 PDT by Simon Fraser (smfr)
Modified: 2016-08-19 11:51 PDT (History)
9 users (show)

See Also:


Attachments
Patch (31.81 KB, patch)
2016-08-16 17:27 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2016-08-16 17:24:59 PDT
Rename didLayout(LayoutMilestones) to didReachLayoutMilestone(), and related WK2 functions
Comment 1 Simon Fraser (smfr) 2016-08-16 17:27:56 PDT
Created attachment 286238 [details]
Patch
Comment 2 WebKit Commit Bot 2016-08-16 17:30:05 PDT
Attachment 286238 [details] did not pass style-queue:


ERROR: Source/WebKit/win/ChangeLog:8:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebKit/win/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebKit2/ChangeLog:8:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebKit2/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebKit2/ChangeLog:10:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebKit2/ChangeLog:11:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebCore/ChangeLog:8:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebCore/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 8 in 33 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Tim Horton 2016-08-16 17:32:41 PDT
Comment on attachment 286238 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=286238&action=review

> Source/WebCore/ChangeLog:8
> +	didLayout(LayoutMilestones) -> didReachLayoutMilestone(LayoutMilestones)

Tabs?
Comment 4 Simon Fraser (smfr) 2016-08-19 11:51:28 PDT
https://trac.webkit.org/r204637