This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 657 - L3 LS use of local variable "builder" conflicts with ECMA framework
Summary: L3 LS use of local variable "builder" conflicts with ECMA framework
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-07 02:15 UTC by Curt Arnold
Modified: 2004-04-08 15:45 UTC (History)
0 users

See Also:


Attachments
Change builder to parser, PR URL's to REC URL's (311.38 KB, patch)
2004-04-07 02:46 UTC, Curt Arnold
Details
Change entity definition to parser.setFilter.myfilter (704 bytes, patch)
2004-04-08 11:45 UTC, Curt Arnold
Details

Description Curt Arnold 2004-04-07 02:15:12 UTC
Many LS tests use the local variable name "builder" which conflicts with the 
ECMAScript framework's global "builder" variable which is used to implement 
the framework "load" method.  Proposed solution is to change the tests to 
use "parser" instead of "builder"
Comment 1 Curt Arnold 2004-04-07 02:46:35 UTC
Created attachment 348 [details]
Change builder to parser, PR URL's to REC URL's

Also changes PR URL's to REC URL's and adds missing createTempURI method.
Comment 2 Curt Arnold 2004-04-08 11:45:58 UTC
Created attachment 349 [details]
Change entity definition to parser.setFilter.myfilter