Closed
Bug 3579
Opened 26 years ago
Closed 25 years ago
[CODE CLEANUP] Change CLSID to ClassID
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
RESOLVED
FIXED
M16
People
(Reporter: dp, Assigned: sford4)
Details
Attachments
(9 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
What do you think about making these other changes too (for xidl): remove
reference parameters, remove default
parameters (in service manager), rename ProgIDToCLSID to ProgIDToClassID (as
per Brendan's suggestion).
Comment 1•26 years ago
|
||
removing default parameters is probably fine. removing reference parameters is
definitely wrong. normal (MS) COM supports them, we should to. We've had this
discussion before. I like the change ProgIDToCLSID --> ProgIDToClassID. The
question is: why is this bug assigned to me and not to shaver or vidur? They are
the IDL owners. Or is the bug just a Request For Comments?
Reporter | ||
Updated•26 years ago
|
Assignee: scc → dp
Reporter | ||
Comment 2•26 years ago
|
||
I wanted to assign this to myself. Yuck.
Reporter | ||
Updated•26 years ago
|
Target Milestone: M4
Reporter | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Target Milestone: M4 → M5
Updated•25 years ago
|
Target Milestone: M5 → M6
Comment 3•25 years ago
|
||
moving off to m6
Reporter | ||
Updated•25 years ago
|
Target Milestone: M6 → M8
Reporter | ||
Updated•25 years ago
|
Summary: Need idl → API: Change CLSID to ClassID
Target Milestone: M8 → M10
Reporter | ||
Updated•25 years ago
|
Summary: API: Change CLSID to ClassID → [CODE CLEANUP] Change CLSID to ClassID
Target Milestone: M10 → M12
Reporter | ||
Updated•25 years ago
|
Target Milestone: M12 → M16
Assignee | ||
Updated•25 years ago
|
Assignee: dp → sford4
Status: ASSIGNED → NEW
Assignee | ||
Comment 4•25 years ago
|
||
I am working on this bug and wanted to know if we wanted to change both
instances to ProgIDToClassID, one in nsRepository and one in nsComponentManager.
I will take the bug as well.
Comment 5•25 years ago
|
||
If we change them, it would be best to change them both. Thanks for doing this!
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•25 years ago
|
||
Assignee | ||
Comment 7•25 years ago
|
||
Assignee | ||
Comment 8•25 years ago
|
||
Assignee | ||
Comment 9•25 years ago
|
||
Assignee | ||
Comment 10•25 years ago
|
||
Assignee | ||
Comment 11•25 years ago
|
||
Assignee | ||
Comment 12•25 years ago
|
||
Assignee | ||
Comment 13•25 years ago
|
||
Assignee | ||
Comment 14•25 years ago
|
||
Comment 15•25 years ago
|
||
If someone can review this patch I can check it in.
Comment 16•25 years ago
|
||
The XPCOM patch looks good to me Chris... do you want me to review all of them?
Comment 17•25 years ago
|
||
If possible, yeah.
Comment 18•25 years ago
|
||
Ok, I'm running these changes. They look sane. Can I get someone-who-cares to
say it's ok to check it in?
Comment 19•25 years ago
|
||
They all look OK to me. At least, I didn't see anything that stuck out as
stupid. If everything is running, then go ahead and check it in ... r=scc.
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 20•25 years ago
|
||
Checked in.
You need to log in
before you can comment on or make changes to this bug.
Description
•