Open
Bug 198316
Opened 23 years ago
Updated 3 years ago
Trying to get XUL document prototype for every chrome file
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: janv, Unassigned)
Details
Attachments
(1 file)
|
1.64 KB,
patch
|
Details | Diff | Splinter Review |
While I was debugging bug 125400 I found that we are trying to get prototype for
every chrome file (xml, css, js, etc).
nsChromeProtocolHandler simply doesn't check file extension of the file before
calling GetPrototype().
This can have a perf impact on the start time I guess, not sure how much.
I'll attach a patch.
| Reporter | ||
Comment 1•23 years ago
|
||
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: shrir → xptoolkit.widgets
| Reporter | ||
Updated•7 years ago
|
Assignee: jvarga → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•