vidur%netscape.com
d690a7d2b9
Fix for bug 38349. Implemented nsIDOMNode::CloneNode() and ImportNode() for XML and HTML documents as part of finishing out our DOM1 and DOM2 implementations. Cleanup of DOMImplementation::createDocument. r=jst
2000-06-21 23:56:52 +00:00
vidur%netscape.com
19aa4a879d
Fix for bug 9392. document.plugins now aliases to window.navigator.plugins. r=nisheeth
2000-06-21 00:53:26 +00:00
ben%netscape.com
a62dc4a525
fix for 41657, r=waterson, hyatt
2000-06-20 05:43:52 +00:00
vidur%netscape.com
07473b6e07
Work for bug 33475 - completion of Document related DOM Level 2 support. Load() no longer takes extra unused argument. r=jst,nisheeth
2000-06-17 01:47:02 +00:00
axel%pike.org
49a4f2644d
Code cleanup, XSL->MOZ_XSL, r=nisheeth, a=waterson
2000-06-14 07:35:26 +00:00
scc%mozilla.org
55650a35b3
fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms
2000-06-12 23:52:31 +00:00
rginda%netscape.com
c17389789e
implement document.height/width for xul documents (copy/paste from nsDocument.cpp) for bug 41638
...
r=danm
2000-06-08 00:51:13 +00:00
inaky.gonzalez%intel.com
2b549b6f09
Fixed nsSupportsHashtable behaviour and API to fix leaks in
...
nsDirectoryService. Fixes bugs #38606 and #39859 .
a=waterson; r=rayw,brendan,warren
2000-06-06 22:06:56 +00:00
warren%netscape.com
ddce19c8d3
Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433
2000-06-02 23:41:43 +00:00
hyatt%netscape.com
e891a5ba9c
Tree/grid foundation work.
2000-06-02 08:13:29 +00:00
erik%netscape.com
a258aa2914
bug 32206; add notifiers for charset changes; r=buster; a=ftang
2000-06-01 23:10:44 +00:00
bryner%uiuc.edu
dc815cf23f
Enable the caching of XBL documents in the XUL cache. Not yet
...
used. r=hyatt.
2000-05-28 07:30:48 +00:00
hyatt%netscape.com
e0cfd827ae
Fix mac bustage.
2000-05-27 22:40:40 +00:00
hyatt%netscape.com
8b528f224c
Fixing bugs in skin switching.
2000-05-27 20:03:14 +00:00
hyatt%netscape.com
3064160cb5
Adding anonymous content getter. r=waterson, a=waterson
2000-05-26 22:45:26 +00:00
ruslan%netscape.com
68b998a06d
Make res/chrome handlers implement threadsafe_isupports
2000-05-26 21:00:18 +00:00
jst%netscape.com
46cd84fa38
Checking in temporary code that lets a user turn on the new DOM Level 2 behavior by setting the 'temp.DOMLevel2update.enabled' preference to true, this is to help with the general DOM update, and it's part of the fix needed for bug 33474. r=vidur@netscape.com, a=pdt@netscape.com
2000-05-25 23:48:45 +00:00
waterson%netscape.com
f36668c374
Bug 39037. Feeble attempt to fix: if for some reason we never got a parser, or the SetParser(nsnull) is called before calling DidBuildModel().
2000-05-25 06:58:34 +00:00
hyatt%netscape.com
5bed7dc4bd
fix for making skins script-safe. r=scc
2000-05-19 04:48:43 +00:00
hyatt%netscape.com
f7e1915f69
fix for chrome registry bugs. r=danm,waterson, a=waterson
2000-05-18 20:27:37 +00:00
waterson%netscape.com
e44d72df38
Flush miscellaneous comment changes.
2000-05-17 05:59:10 +00:00
jst%netscape.com
d0ef19a152
Store XUL attribute names as nsINodeInfos.
2000-05-17 04:53:16 +00:00
jst%netscape.com
b22cf9671a
Updating nsIContent to allow accessin the attribute prefix and not only the attribute name and value.
2000-05-17 00:21:53 +00:00
joki%netscape.com
b2e873d830
Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed.
2000-05-16 11:35:12 +00:00
jst%netscape.com
a29b0b6f25
Checking in DOM Level 2 version of the DOM interface Element.
2000-05-15 20:31:55 +00:00
jst%netscape.com
acf1d8d069
Fixing build bustage if PR_LOGGING was defined.
2000-05-15 19:15:14 +00:00
jst%netscape.com
ba15afe1a0
Adding support for document.createElementNS() for XUL documents.
2000-05-15 19:02:30 +00:00
dbaron%fas.harvard.edu
1b3f6ef567
Fix leak of namespace manager. r=waterson@netscape.com
2000-05-15 13:11:06 +00:00
jst%netscape.com
9b81553504
Support wildcard ('*') for namespaceURI in getElementsByTagNameNS().
2000-05-14 19:37:40 +00:00
jst%netscape.com
a294cac2fd
Implementing getElementsByTagNameNS() in the XUL document.
2000-05-14 18:14:30 +00:00
mjudge%netscape.com
41eeb41b1b
removing warning
2000-05-13 22:59:43 +00:00
mjudge%netscape.com
68a5f190e0
xuldocument now will output xif/text also changing references from nsXifconverter to nsIXIFConverter
2000-05-13 08:13:54 +00:00
saari%netscape.com
b8aa8a1761
more for 29800
2000-05-11 22:43:32 +00:00
nisheeth%netscape.com
6346ccc595
Add support for loading an XML document from script within a XUL document also.
2000-05-10 23:02:32 +00:00
jst%netscape.com
50499cc037
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
2000-05-10 13:13:39 +00:00
hyatt%netscape.com
0166bfad1b
XBL now works with HTML, SVG, MathML, XML, and XUL.
2000-05-09 21:41:01 +00:00
sfraser%netscape.com
03cdcb6495
Print to the console when loading a JS file fails. This cause us to print a message when a JS file included by XUL is missing.
2000-05-03 22:47:48 +00:00
nisheeth%netscape.com
fa1d77063b
1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
...
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
sfraser%netscape.com
14f40c1c2a
Add an UpdateCommandState method to the command maanger.
2000-05-01 01:33:22 +00:00
mjudge%netscape.com
19d29307eb
small change to the way you get selection
2000-04-28 06:22:07 +00:00
waterson%netscape.com
2259db6f0c
Fix memory churn caused by implicit nsString ctor.
2000-04-27 06:44:13 +00:00
waterson%netscape.com
93ec532eed
Fix memory churn caused by implicit nsString ctor.
2000-04-27 05:53:36 +00:00
waterson%netscape.com
161096afb1
Move template builder 'release' to SetScriptGlobalObject() so that we'll always release the template builders regardless of whether someone else leaks the nsXULDocument object.
2000-04-27 00:32:02 +00:00
jst%netscape.com
3625709458
Landing DOM Level 2 CSS and Views interfaces and implementation.
2000-04-26 13:58:56 +00:00
sfraser%netscape.com
704a8ccc4a
Implemented new calls on the command manager which are callthroughs from the controller, with a context parameter.
2000-04-26 06:15:40 +00:00
sfraser%netscape.com
1fbb40753c
Lots of new comments, added interface for nsIStateUpdatingControllerCommand, and added calls on the command manager which are callthroughs from the controller, with a context parameter.
2000-04-26 06:15:23 +00:00
waterson%netscape.com
974535ba6a
Remove XIF assertions. akk and mjudge say this is ok.
2000-04-26 03:47:15 +00:00
mjudge%netscape.com
6622635cab
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
sfraser%netscape.com
37dbaee080
Add some null checks to prevent crashes if calling GetControllerAt with an index that is too large.
2000-04-26 00:58:14 +00:00
waterson%netscape.com
ea8dbfd673
Use fixed size arena allocator for element map.
2000-04-25 01:21:57 +00:00