Closed
Bug 1444031
Opened 7 years ago
Closed 7 years ago
Rename a couple of atom-related things
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(2 files)
This is a precursor to bug 1411469.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8957075 [details]
Bug 1444031 - Rename Is{Static,Dynamic,HTML5}Atom.
https://reviewboard.mozilla.org/r/226028/#review232146
Sure.
Attachment #8957075 -
Flags: review?(nfroyd) → review+
Comment 4•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8957076 [details]
Bug 1444031 - Rename nsStaticAtom::mAtom as mAtomp.
https://reviewboard.mozilla.org/r/226030/#review232148
Bikeshed: Just call this `mAtomPtr`? Or `mAtomLoc`? `mAtomp` seems a little too terse.
Attachment #8957076 -
Flags: review?(nfroyd) → review+
| Assignee | ||
Comment 5•7 years ago
|
||
Oddly enough, I find the 'p' suffix clearer for a pointer to a pointer. I think there is precedent elsewhere. (E.g. the 'atomp' local in RegisterStaticAtoms().) In contrast, a "Ptr" suffix makes me think it's a single-level pointer, like RefPtr or AutoPtr or UniquePtr. So I'll stick with mAtomp.
| Assignee | ||
Comment 6•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d660ed0a7b4673769ab76298f78ed6661ef6138d
Bug 1444031 - Rename Is{Static,Dynamic,HTML5}Atom. r=froydnj
https://hg.mozilla.org/integration/mozilla-inbound/rev/02a9e772183cc47ee6e7dec944a4996ff047c8f6
Bug 1444031 - Rename nsStaticAtom::mAtom as mAtomp. r=froydnj
Comment 7•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d660ed0a7b46
https://hg.mozilla.org/mozilla-central/rev/02a9e772183c
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Assignee: nobody → n.nethercote
You need to log in
before you can comment on or make changes to this bug.
Description
•