Closed
Bug 482154
Opened 17 years ago
Closed 17 years ago
Restructure default app lookup code
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stuart.morgan+bugzilla, Assigned: stuart.morgan+bugzilla)
Details
Attachments
(1 file)
|
2.50 KB,
patch
|
mikepinkerton
:
superreview+
|
Details | Diff | Splinter Review |
We used to use an undocumented function to look up default handlers by bundle URL, so getting the bundle ID was implemented in terms of that. Now we do the lookup by bundle ID, so we are pointlessly round-tripping through the URL when something asks for the ID.
Attachment #366222 -
Flags: superreview?(mikepinkerton)
Comment 1•17 years ago
|
||
Comment on attachment 366222 [details] [diff] [review]
cleanup
sr=pink
Attachment #366222 -
Flags: superreview?(mikepinkerton) → superreview+
Checked in on cvs trunk for Stuart.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•