Closed
Bug 1201135
Opened 10 years ago
Closed 10 years ago
Rename pldhash.{h,cpp} to PLDHashTable.{h,cpp}
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: mccr8, Assigned: n.nethercote)
References
Details
Attachments
(1 file)
43.56 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
These names are a relic of the C origin of this file. The include guards would also need to be updated.
![]() |
Assignee | |
Comment 1•10 years ago
|
||
mccr8, your reward for filing this bug is that you get to do the review :)
Attachment #8661617 -
Flags: review?(continuation)
![]() |
Assignee | |
Updated•10 years ago
|
Assignee: nobody → n.nethercote
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 2•10 years ago
|
||
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8661617 [details] [diff] [review]
Rename pldhash.{h,cpp} to PLDHashTable.{h,cpp}
Review of attachment 8661617 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for fixing this! This has been a constant minor annoyance for me.
::: xpcom/glue/PLDHashTable.h
@@ +3,5 @@
> /* This Source Code Form is subject to the terms of the Mozilla Public
> * License, v. 2.0. If a copy of the MPL was not distributed with this
> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
>
> +#ifndef PLDHashTable_h___
Please remove the trailing underscores in PLDHashTable_h___ per the Mozilla style guide.
Attachment #8661617 -
Flags: review?(continuation) → review+
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Depends on: 1229238
No longer depends on: 1229238
You need to log in
before you can comment on or make changes to this bug.
Description
•