Bug 111426

Summary: Rename WebCore/editing/visible_units.* to VisibleUnits.*
Product: WebKit Reporter: Kent Tamura <tkent>
Component: HTML EditingAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Trivial CC: aboxhall, apinheiro, cfleizach, darin, dmazzoni, enrica, esprehn+autocc, gyuyoung.kim, jdiggs, mifenton, ojan.autocc, rakuco, rniwa, webkit.review.bot
Priority: P5    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 109781    
Attachments:
Description Flags
Patch ap: review+

Description Kent Tamura 2013-03-05 05:02:01 PST
Rename WebCore/editing/visible_units.* to VisibleUnits.*
Comment 1 Kent Tamura 2013-03-05 05:14:07 PST
Created attachment 191472 [details]
Patch
Comment 2 Alexey Proskuryakov 2013-03-05 09:58:21 PST
Comment on attachment 191472 [details]
Patch

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

> Source/WebCore/WebCore.vcxproj/WebCore.vcxproj:11134
> -</Project>
>  \ No newline at end of file
> +</Project>

Will Visual Studio insist on changing it back?
Comment 3 Kent Tamura 2013-03-06 04:50:15 PST
Comment on attachment 191472 [details]
Patch

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

> Source/WebCore/WebCore.vcxproj/WebCore.vcxproj:1
> -<?xml version="1.0" encoding="utf-8"?>
> +<?xml version="1.0" encoding="utf-8"?>

I'll revert this.

>> Source/WebCore/WebCore.vcxproj/WebCore.vcxproj:11134
>> +</Project>
> 
> Will Visual Studio insist on changing it back?

I'm not sure.

It seems my editor automatically fix the final newline.  I'll revert this part before landing.
Comment 4 Kent Tamura 2013-03-06 05:02:12 PST
Committed r144911: <http://trac.webkit.org/changeset/144911>