Closed Bug 812372 Opened 12 years ago Closed 12 years ago

Refactoring: Rename DocumentViewerImpl to be nsDocumentViewer

Categories

(Core :: Layout, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla20

People

(Reporter: jwir3, Assigned: jwir3)

Details

Attachments

(1 file)

I get caught up with tools that search for classes (e.g. Eclipse) because I expect this class to be prefixed with 'ns', as many of our other classes are. We should change this... probably pretty low-risk, but it will break blame in some cases.
OS: Linux → All
Hardware: x86_64 → All
If you're going to do this, use nsDocumentViewer (lose the "Impl" as well).
Summary: Refactoring: Rename DocumentViewerImpl to be nsDocumentViewerImpl → Refactoring: Rename DocumentViewerImpl to be nsDocumentViewer
Attached patch b812372Splinter Review
Created using the following automated command (on linux):

find . -name "*.js" -o -name "*.cpp-o -name "*.c" -o -name "*.h" -o -name "*.html" -exec sed -i "s/DocumentViewerImpl/nsDocumentViewer/g" '{}' \;
Assignee: nobody → sjohnson
Attachment #683399 - Flags: review?(dbaron)
Comment on attachment 683399 [details] [diff] [review]
b812372

Re-requesting review from ehsan, since dbaron's review queue is super high. :)
Attachment #683399 - Flags: review?(dbaron) → review?(ehsan)
Comment on attachment 683399 [details] [diff] [review]
b812372

Review of attachment 683399 [details] [diff] [review]:
-----------------------------------------------------------------

r=sucker!
Attachment #683399 - Flags: review?(ehsan) → review+
https://hg.mozilla.org/mozilla-central/rev/91dfecde7a96
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Product: Core → Core Graveyard
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: