#1286 closed defect (fixed)
Using reserved word "namespace" for some variable names
Reported by: | James Burke | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
"namespace" is a reserved word for JavaScript?/ECMAScript. It is being used as a variable name at least in src/uri/Uri.js (for the nsUri function). The rest of the code should be scrubbed too.
Attachments (2)
Change History (11)
comment:1 Changed 16 years ago by
Owner: | changed from anonymous to dylan |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Sorry, Dylan, there are lots more of these, and I'm to blame. Most came from Shane's patch. I've been fixing them incrementally, but I need to do more.
comment:4 Changed 16 years ago by
Owner: | changed from dylan to Adam Peller |
---|---|
Status: | reopened → new |
comment:5 Changed 16 years ago by
as of now:
src/storage/browser.js src/widget/DomWidget.js src/widget/Manager.js src/widget/Parse.js src/widget/TreeV3.js src/widget/Widget.js src/xml/Parse.js src/namespace.js src/storage.js
Changed 16 years ago by
Attachment: | namespace-storage-r5427.patch added |
---|
keyword patches to storage code
comment:8 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed in [5324]