Closed Bug 1037028 Opened 10 years ago Closed 10 years ago

More namespace cleanups in imglib

Categories

(Core :: Graphics: ImageLib, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla33

People

(Reporter: mwu, Assigned: mwu)

Details

Attachments

(1 file)

This is a namespace focused cleanup of code in image/src. It's somewhat of a follow up to bug 1024166 but it's a bit more thorough and focused this time.

imgFrame is moved into mozilla::image.

|using namespace mozilla*| is removed where easily done.

|using namespace mozilla::*| is moved inside namespace mozilla where applicable.

mozilla:: is removed in code where we're inside namespace mozilla.

namespace mozilla { and namespace image { added where appropriate.

If any of these cleanups are unwanted, I can remove them from the patch.
Attachment #8453877 - Flags: review?(seth)
Comment on attachment 8453877 [details] [diff] [review]
More namespace cleanups in imglib

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

Thanks for doing this!
Attachment #8453877 - Flags: review?(seth) → review+
https://hg.mozilla.org/mozilla-central/rev/8e453205ddbf
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: