Граф коммитов

2587 Коммитов

Автор SHA1 Сообщение Дата
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
waterson%netscape.com 289f86d5d9 Bug 29284. Be sure to escape quotes! Other serialization cleanup. 2000-05-16 05:58:48 +00:00
danm%netscape.com 69046d3d92 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 9e2d7cf79f create directory in Flush. r=waterson@netscape.com 2000-05-16 03:09:34 +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
waterson%netscape.com aef23fb1f5 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 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
brendan%mozilla.org 8863d5a4ce Warning abatement. 2000-05-15 06:20:14 +00:00
hyatt%netscape.com 243240bd8b Better form. 2000-05-15 02:49:56 +00:00
hyatt%netscape.com da607e0ef8 Better form. 2000-05-15 02:42:37 +00:00
hyatt%netscape.com cb38cb409d Changing convertChromeURL 2000-05-15 01:40:52 +00:00
hyatt%netscape.com d8232452e3 making nightlies sane again 2000-05-15 00:48:51 +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
danm%netscape.com f909e3a6de load newly installed chrome 2000-05-13 21:42:56 +00:00
danm%netscape.com 5161585202 new method checkForNewChrome 2000-05-13 21:42:00 +00:00
danm%netscape.com e6b9efbec5 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +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
mkaply%us.ibm.com 8b307332cd # 37239
r= waterson
OS/2 bring up continues - add PR_CALLBACK for VisualAge
2000-05-12 22:23:36 +00:00
jst%netscape.com c7e3c310d9 Add GetNodeInfo() to nsIContent. 2000-05-12 14:09:28 +00:00
jst%netscape.com ff00e8645b Add a SetAttribute method to nsIContent that takes a nsINodeInfo parameter. 2000-05-12 13:46:59 +00:00
scc%netscape.com d11c66a210 string backsliding. r=mjudge 2000-05-12 07:53:02 +00:00
saari%netscape.com d7a2786534 missed this file 2000-05-11 23:08:13 +00:00
saari%netscape.com b8aa8a1761 more for 29800 2000-05-11 22:43:32 +00:00
cls%seawood.org fec728bf12 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
sspitzer%netscape.com 0c8baab22c 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 26415ee067 it's skins/modern, not modern. 2000-05-11 02:57:31 +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 f909e4ece7 Fix my bigass leak. 2000-05-10 08:19:43 +00:00
rjc%netscape.com 452612c8c3 Fix silly warnings. 2000-05-10 07:26:13 +00:00
sspitzer%netscape.com 8b837e047f 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 0166bfad1b XBL now works with HTML, SVG, MathML, XML, and XUL. 2000-05-09 21:41:01 +00:00
heikki%citec.fi bc9eec293a Implemented actuate=onLoad for simple XLinks. r=nisheeth. 2000-05-09 07:30:21 +00:00
alecf%netscape.com 2c05690aed switch to onkeypress for ftang 2000-05-09 04:48:59 +00:00
saari%netscape.com 1f7a0de255 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 f84b62bec5 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 88871f3f6d 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 16608fae3d Fix bug # 37682: use nsIFile instead of nsFileSpec. 2000-05-07 10:15:48 +00:00
rjc%netscape.com 56206fc77d Whitespace cleanup. 2000-05-07 08:43:42 +00:00
rjc%netscape.com 8c3684b190 Tweak MakeContainer() to always call NS_NewRDFContainer() if the caller asks for one. 2000-05-07 08:38:45 +00:00
warren%netscape.com 5a3f32aaca Removed unnecessary dependance on NetworkModular library (really just the Timer library now). 2000-05-06 09:20:44 +00:00
rjc%netscape.com 7f59b073bd 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 2aac796cb5 Bug 34623. Add 'rebuild()' API to XUL elements. 2000-05-05 23:39:59 +00:00
andreas.otte%primus-online.de bdc707dcc5 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 a70f0f1b0a Add nsIXULTemplateBuilder.idl 2000-05-05 21:00:42 +00:00
waterson%netscape.com fe2e320b21 Bug 34623. Add nsIXULTemplateBuilder.idl. 2000-05-05 20:42:21 +00:00