Closed Bug 98325 Opened 23 years ago Closed 15 years ago

Separate DOM-compliant JS and non-DOM compliant JS into different files

Categories

(Bugzilla :: Query/Bug List, enhancement, P3)

2.15
enhancement

Tracking

()

RESOLVED WONTFIX

People

(Reporter: caillon, Unassigned)

References

(Depends on 1 open bug)

Details

Spin-off of bug 96983 and bug 98307.

We should probably have DOM JS files that get loaded for DOM browsers, and non
DOM files (using the JS that we have currently) for other browsers.

This is efficient because it saves download time: the user only downloads the JS
that his/her browsers needs.

It also saves some client side processing time as their browser doesn't have to
go through all the if(DOM) {/* DOM Code */}else{/* non DOM */ } blocks that we'd
have otherwise.
Status: NEW → ASSIGNED
Please give ASSIGNED bugs a milestone.
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.18
Sigh.  No time to work on this anymore...  ->Default owner.
Assignee: caillon → endico
Status: ASSIGNED → NEW
Assignee: endico → nobody
These bugs appear to be abandoned.  Retargeting to 2.20
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
Severity: normal → enhancement
Target Milestone: Bugzilla 2.20 → Future
QA Contact: mattyt-bugzilla → default-qa
Target Milestone: Future → ---
Assignee: nobody → query-and-buglist
I doubt this bug is still needed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.