Bug 143984

Summary: Rename hasOverride{Height,Width}() to hasOverrideLogicalContent{Height,Width}()
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: New BugsAssignee: Manuel Rego Casasnovas <rego>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, darin, esprehn+autocc, glenn, hyatt, kondapallykalyan, svillar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Manuel Rego Casasnovas 2015-04-21 02:16:44 PDT
Rename hasOverride{Height,Width}() to hasOverrideLogicalContent{Height,Width}()
Comment 1 Manuel Rego Casasnovas 2015-04-21 02:23:04 PDT
Created attachment 251225 [details]
Patch
Comment 2 Manuel Rego Casasnovas 2015-04-21 03:10:17 PDT
Adding some reviewers on CC, this is a simple refactoring.
Comment 3 Darin Adler 2015-04-21 08:49:47 PDT
Comment on attachment 251225 [details]
Patch

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

> Source/WebCore/WebCore.order:6853
> -__ZNK7WebCore9RenderBox17hasOverrideHeightEv
> +__ZNK7WebCore9RenderBox17hasOverrideLogicalContentHeightEv

No need to ever hand-edit order files; they have to be regenerated by actually running tests with WebKit. If editing this file was needed, this is wrong because the 17 is no longer correct.
Comment 4 Manuel Rego Casasnovas 2015-04-22 02:02:23 PDT
Created attachment 251307 [details]
Patch for landing
Comment 5 Manuel Rego Casasnovas 2015-04-22 02:03:38 PDT
Thanks for the review!

(In reply to comment #3)
> Comment on attachment 251225 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=251225&action=review
> 
> > Source/WebCore/WebCore.order:6853
> > -__ZNK7WebCore9RenderBox17hasOverrideHeightEv
> > +__ZNK7WebCore9RenderBox17hasOverrideLogicalContentHeightEv
> 
> No need to ever hand-edit order files; they have to be regenerated by
> actually running tests with WebKit. If editing this file was needed, this is
> wrong because the 17 is no longer correct.

Yeah, it was manually modified. I only checked that the Mac build worked after the modification, but it also works without any change, so I'm removing this change.
Comment 6 WebKit Commit Bot 2015-04-22 03:32:33 PDT
Comment on attachment 251307 [details]
Patch for landing

Clearing flags on attachment: 251307

Committed r183100: <http://trac.webkit.org/changeset/183100>
Comment 7 WebKit Commit Bot 2015-04-22 03:32:39 PDT
All reviewed patches have been landed.  Closing bug.