Bug 111426 - Rename WebCore/editing/visible_units.* to VisibleUnits.*
Summary: Rename WebCore/editing/visible_units.* to VisibleUnits.*
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P5 Trivial
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks: 109781
  Show dependency treegraph
 
Reported: 2013-03-05 05:02 PST by Kent Tamura
Modified: 2013-03-06 05:02 PST (History)
14 users (show)

See Also:


Attachments
Patch (158.50 KB, patch)
2013-03-05 05:14 PST, Kent Tamura
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>