waterson%netscape.com
|
3a4aff8db2
|
Bug 29284. Be sure to escape quotes! Other serialization cleanup.
|
2000-05-16 05:58:48 +00:00 |
danm%netscape.com
|
f600ade45c
|
store generated overlays in their own directory. force overlay list node to be a seq. r=hyatt@netscape.com
|
2000-05-16 03:16:58 +00:00 |
danm%netscape.com
|
7e4c91e708
|
create directory in Flush. r=waterson@netscape.com
|
2000-05-16 03:09:34 +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 |
waterson%netscape.com
|
9cd4a2aa44
|
Bug 39305. Do not add 'xmlns=' and 'xmlns:foo=' as properties to the RDF graph.
|
2000-05-15 19:12: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 |
hyatt%netscape.com
|
c05e656358
|
Better form.
|
2000-05-15 02:49:56 +00:00 |
hyatt%netscape.com
|
ebf7c3559a
|
Better form.
|
2000-05-15 02:42:37 +00:00 |
hyatt%netscape.com
|
036f7a95f0
|
Changing convertChromeURL
|
2000-05-15 01:40:52 +00:00 |
hyatt%netscape.com
|
258558c1a2
|
making nightlies sane again
|
2000-05-15 00:48:51 +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 |
danm%netscape.com
|
178936af94
|
load newly installed chrome
|
2000-05-13 21:42:56 +00:00 |
danm%netscape.com
|
a2312bf2f1
|
new method checkForNewChrome
|
2000-05-13 21:42:00 +00:00 |
danm%netscape.com
|
c0ae0cbbf6
|
top-level chrome dirs are now packages,locales,skins
|
2000-05-13 21:29:08 +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 |
jst%netscape.com
|
f9fe8d6f06
|
Add GetNodeInfo() to nsIContent.
|
2000-05-12 14:09:28 +00:00 |
jst%netscape.com
|
f0dce37b28
|
Add a SetAttribute method to nsIContent that takes a nsINodeInfo parameter.
|
2000-05-12 13:46:59 +00:00 |
scc%netscape.com
|
383fdc142e
|
string backsliding. r=mjudge
|
2000-05-12 07:53:02 +00:00 |
saari%netscape.com
|
6d85c44bba
|
missed this file
|
2000-05-11 23:08:13 +00:00 |
saari%netscape.com
|
127a21c2fc
|
more for 29800
|
2000-05-11 22:43:32 +00:00 |
cls%seawood.org
|
5be082e304
|
More OS/2 Makefile changes. Bug #34106 Batch 13
|
2000-05-11 14:15:34 +00:00 |
sspitzer%netscape.com
|
fab9214a26
|
no longer a pref, it is hard coded to be on and set to modern.
remove temporary code.
|
2000-05-11 05:19:21 +00:00 |
sspitzer%netscape.com
|
03942386c2
|
it's skins/modern, not modern.
|
2000-05-11 02:57:31 +00:00 |
nisheeth%netscape.com
|
2277ba5c45
|
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
|
ee4b181034
|
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
|
06785d71b0
|
Fix my bigass leak.
|
2000-05-10 08:19:43 +00:00 |
rjc%netscape.com
|
1a44d56fe9
|
Fix silly warnings.
|
2000-05-10 07:26:13 +00:00 |
sspitzer%netscape.com
|
b9d24def8a
|
make the skin switching code turned on/off by a pref. off by default for now.
|
2000-05-09 23:28:57 +00:00 |
hyatt%netscape.com
|
11c8e7cf5c
|
XBL now works with HTML, SVG, MathML, XML, and XUL.
|
2000-05-09 21:41:01 +00:00 |
heikki%citec.fi
|
14cbdd72a2
|
Implemented actuate=onLoad for simple XLinks. r=nisheeth.
|
2000-05-09 07:30:21 +00:00 |
alecf%netscape.com
|
7abd68a450
|
switch to onkeypress for ftang
|
2000-05-09 04:48:59 +00:00 |
saari%netscape.com
|
21a17acf81
|
adding preventDefault to the mousedown event if it pops up a xul popup. This works around a bug where it is possible to have multiple popup listeners for different elements called for one mousedown event. This is a work around for bug 35100. r=hyatt
|
2000-05-08 23:43:35 +00:00 |
pinkerton%netscape.com
|
35f27e9461
|
fix for 38132, assert when mouse was over html element and a tooltip was registered. two things: make sure we always find the xul document using where the popup is registered not the event target, and try/catch around asking for the attribute since DOM Elements won't have attributes.
|
2000-05-08 23:21:57 +00:00 |
pinkerton%netscape.com
|
2499624f31
|
don't let context menu show up under mouse so that clicks can more easily dismiss it. bug 27364, thanks dean_tessman@hotmail.com.
|
2000-05-08 21:24:51 +00:00 |
rjc%netscape.com
|
4b6d90b76b
|
Fix bug # 37682: use nsIFile instead of nsFileSpec.
|
2000-05-07 10:15:48 +00:00 |
rjc%netscape.com
|
b0f9f4a94a
|
Whitespace cleanup.
|
2000-05-07 08:43:42 +00:00 |
rjc%netscape.com
|
b447daaa6c
|
Tweak MakeContainer() to always call NS_NewRDFContainer() if the caller asks for one.
|
2000-05-07 08:38:45 +00:00 |
warren%netscape.com
|
41c657d98e
|
Removed unnecessary dependance on NetworkModular library (really just the Timer library now).
|
2000-05-06 09:20:44 +00:00 |
rjc%netscape.com
|
9ac436086f
|
Fix bug # 20795: can now to specify order of template generated vs. XUL content.
|
2000-05-06 00:01:01 +00:00 |
waterson%netscape.com
|
3a3b744651
|
Bug 34623. Add 'rebuild()' API to XUL elements.
|
2000-05-05 23:39:59 +00:00 |
andreas.otte%primus-online.de
|
e365632082
|
first round of checkins to fix bug 37616, Retire SetRelativePath, r=warren@netscape.com
|
2000-05-05 23:39:25 +00:00 |
waterson%netscape.com
|
3e2175aa29
|
Add nsIXULTemplateBuilder.idl
|
2000-05-05 21:00:42 +00:00 |
waterson%netscape.com
|
799b5beee6
|
Bug 34623. Add nsIXULTemplateBuilder.idl.
|
2000-05-05 20:42:21 +00:00 |
dveditz%netscape.com
|
3982325c1b
|
Fixing repeated 'skin' provider types
|
2000-05-05 03:44:58 +00:00 |