Commit Graph

1174 Commits

Author SHA1 Message Date
rginda%netscape.com
a0aefff0e9 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
alecf%netscape.com
454a54290e fix typo that was preventing setAttributeNS from working
(incredibly obvious fix, will notify jst/waterson that this went in)
2000-06-07 01:11:05 +00:00
hyatt%netscape.com
d69e9db8ca Updating tree selection. bug#30511. r=danm 2000-06-07 00:01:04 +00:00
inaky.gonzalez%intel.com
98157fd5a1 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
mkaply%us.ibm.com
03c7ec7c31 # 37239
r = waterson, a = waterson
OS/2 bringup - PR_CALLBACKs for VisualAge
2000-06-05 19:19:14 +00:00
warren%netscape.com
d7efda20c4 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
b088efb508 Tree/grid foundation work. 2000-06-02 08:13:29 +00:00
erik%netscape.com
a2ce4fa1be bug 32206; add notifiers for charset changes; r=buster; a=ftang 2000-06-01 23:10:44 +00:00
hyatt%netscape.com
0880610424 Fix win32 bustage. 2000-05-31 08:40:58 +00:00
hyatt%netscape.com
a7b9a58f8b Fix win32 bustage. 2000-05-31 08:40:44 +00:00
hyatt%netscape.com
25e2e4c7fb removing four more XUL content elements (moving their impls into XBL). 2000-05-31 07:32:36 +00:00
waterson%netscape.com
84ec5e0e86 Bug 40284. Ensure that 'container' attribute correctly updated for extended templates. r=rjc 2000-05-31 00:03:12 +00:00
jst%netscape.com
88fefdd059 Fixing nsbeta2+ crasher bug 39693, the JS gluecode generated by IDLC did properly check if the parguments passed in from JS were of correct type and properly set the return value if they weren't, but then ignored the error and continued passing along an invalid argument to the native implmentation. r=waterson 2000-05-30 22:55:15 +00:00
hyatt%netscape.com
b962248eca Removing obsolete files from the build. 2000-05-30 08:11:35 +00:00
hyatt%netscape.com
c8bc84a0a3 Removing obsolete headers from the build. 2000-05-30 08:07:54 +00:00
hyatt%netscape.com
62b074a8ce Removing obsolete C++ code. 2000-05-30 08:06:59 +00:00
bryner%uiuc.edu
3ac747e4ce 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
d2920f4ba2 Fix mac bustage. 2000-05-27 22:40:40 +00:00
hyatt%netscape.com
2bd2b3bce1 Fixing bugs in skin switching. 2000-05-27 20:03:14 +00:00
hyatt%netscape.com
c7ccb5a606 Brutal sharing of XBL classes implemented. 2000-05-27 08:20:04 +00:00
hyatt%netscape.com
430af5709b Adding anonymous content getter. r=waterson, a=waterson 2000-05-26 22:45:26 +00:00
waterson%netscape.com
b6ac1476df Bug 39876. QI() for nsIXULContent rather than checking the element's namespace. Who knows, some day HTML might support nsIXULContent ;-). r=rjc 2000-05-26 22:26:57 +00:00
ruslan%netscape.com
e830ecd6e9 Make res/chrome handlers implement threadsafe_isupports 2000-05-26 21:00:18 +00:00
harishd%netscape.com
7d67e360d4 DumpContent() for parser regression test.
r=rickg
a=rickg
2000-05-26 19:45:59 +00:00
jst%netscape.com
8b0e02f751 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
27dd808be5 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
waterson%netscape.com
370f6ffba7 Bug 38887. Fix import of IE bookmarks, patch courtesy m_kato@ga2.so-net.ne.jp (Makoto Kato). r=waterson 2000-05-25 06:42:33 +00:00
hyatt%netscape.com
c8d446d250 XBL fixes r=ben 2000-05-24 08:18:38 +00:00
hyatt%netscape.com
f4b0b08faf support for multiple insertion points r=ben 2000-05-22 08:23:46 +00:00
hyatt%netscape.com
21e5ef59a2 fix for making skins script-safe. r=scc 2000-05-19 04:48:43 +00:00
hyatt%netscape.com
ca087e0898 fix for chrome registry bugs. r=danm,waterson, a=waterson 2000-05-18 20:27:37 +00:00
waterson%netscape.com
6211387630 Flush miscellaneous comment changes. 2000-05-17 05:59:10 +00:00
waterson%netscape.com
ed96d6b94a Fix misleading comments. 2000-05-17 05:58:33 +00:00
waterson%netscape.com
9cf221295f Bug 35818. Add support for 'tag' attribute on 'content' condition. 2000-05-17 05:57:09 +00:00
waterson%netscape.com
219e7b6f2e Bug 39512. Remember the last match; support 'container=' and 'member=' attributes on 'template' tag; deduce them if they're not present. 2000-05-17 05:33:23 +00:00
jst%netscape.com
a3033059a1 Store XUL attribute names as nsINodeInfos. 2000-05-17 04:53:16 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
pinkerton%netscape.com
037f62f55f another tweak for tooltips to work on html content. thanks to Robert O'Callahan for the patch. 2000-05-17 01:02:36 +00:00
jst%netscape.com
930a889eb7 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
a743e2b38b 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
798ded8a8e Checking in DOM Level 2 version of the DOM interface Element. 2000-05-15 20:31:55 +00:00
jst%netscape.com
dc1f400d01 Fixing build bustage if PR_LOGGING was defined. 2000-05-15 19:15:14 +00:00
jst%netscape.com
8130b732fa Adding support for document.createElementNS() for XUL documents. 2000-05-15 19:02:30 +00:00
dbaron%fas.harvard.edu
15a4c992b7 Fix leak of namespace manager. r=waterson@netscape.com 2000-05-15 13:11:06 +00:00
brendan%mozilla.org
d342c244b9 Warning abatement. 2000-05-15 06:20:14 +00:00
jst%netscape.com
371b328515 Support wildcard ('*') for namespaceURI in getElementsByTagNameNS(). 2000-05-14 19:37:40 +00:00
jst%netscape.com
dc3303e559 Implementing getElementsByTagNameNS() in the XUL document. 2000-05-14 18:14:30 +00:00
mjudge%netscape.com
6dc5b7a120 removing warning 2000-05-13 22:59:43 +00:00
mjudge%netscape.com
e9b9d825b4 xuldocument now will output xif/text also changing references from nsXifconverter to nsIXIFConverter 2000-05-13 08:13:54 +00:00
mkaply%us.ibm.com
4c8a84ce2c # 37239
r= waterson
OS/2 bring up continues - add PR_CALLBACK for VisualAge
2000-05-12 22:23:36 +00:00