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

3668 Коммитов

Автор SHA1 Сообщение Дата
joki%netscape.com 494a7daf96 Fix bustage 2000-05-16 12:49:04 +00:00
joki%netscape.com d53ca62337 Fix for bustage 2000-05-16 11:36:34 +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
joki%netscape.com d7557a57a5 Adding accesskey support. Bug 959. 2000-05-16 10:22:20 +00:00
jst%netscape.com 780fa4b8f1 Cleaning up GetNodeName() in preparation for swiching mozilla over to a DOM Level 2 compliant .nodeName property. 2000-05-16 03:22:25 +00:00
cmanske%netscape.com acad8adcca Select table column and row support (20973). r=mjudge 2000-05-16 03:03:13 +00:00
shaver%mozilla.org 2da0ab457d Significantly reduce the amount of time we blow on style reresolution by
tracking the attributes which appear in CSS selectors, and only firing
a complete reresolution when we change one of those.  In the irrelevant-attr
case, we just let the frame update itself and get on with our lives right
away.  Fixed 38378, r=brendan, booyah.

Also, when setting an attribute to the same value that it currently holds,
don't think about it especially hard, and _don't_ go anywhere near the
style code.  Fixed 21879, r=brendan, boo_yah_.
2000-05-16 02:43:33 +00:00
jst%netscape.com adab725bd3 Make .localName always return the local name, even if there's no namespace on the node. 2000-05-16 02:17:14 +00:00
jst%netscape.com 62324c1e44 Implementing getElementsByTagNameNS() for XML and HTML documents. 2000-05-16 00:55:05 +00:00
jst%netscape.com 81e8c37fef Pass the name without the prefix to the DOM script object factory... 2000-05-15 22:48:38 +00:00
attinasi%netscape.com 14623c747b Added support for simple xlinks: we now treat simple xlinks like links for styling. b=38026 r=dbaron 2000-05-15 22:30:27 +00:00
rickg%netscape.com c3c9c9c825 fixed edge case in entity reduction code 2000-05-15 20:37:01 +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
mjudge%netscape.com 61fbed4f1b removing comment on code 2000-05-15 14:25:52 +00:00
mjudge%netscape.com f67e2e21a7 typedef before switch gets thrown 2000-05-15 14:24:02 +00:00
mjudge%netscape.com 6e60f28e28 fixing legal issues 2000-05-15 14:19:25 +00:00
mjudge%netscape.com de897049e6 fixing output from selection piece 2000-05-15 14:18:30 +00:00
jst%netscape.com df963dfb2a Fix .innerHTML regression (from the XIF converter update), and add a null document check. 2000-05-15 14:07:36 +00:00
dbaron%fas.harvard.edu 15a4c992b7 Fix leak of namespace manager. r=waterson@netscape.com 2000-05-15 13:11:06 +00:00
rickg%netscape.com cb303580f6 fixed bugs: 37417 and 26023 2000-05-15 07:27:55 +00:00
ben%netscape.com c1fb66d25c checking in support for script block children on XBL <handler> elements. r=hyatt 2000-05-15 07:19:35 +00:00
brendan%mozilla.org d342c244b9 Warning abatement. 2000-05-15 06:20:14 +00:00
bryner%uiuc.edu 5884370784 Hook up text enlarge/reduce with ctrl+mousewheel. bug
25427.  r=erik@netscape.com.
2000-05-15 02:10:11 +00:00
jst%netscape.com 1ecefec3cc More WIP on getComputedStyle(), not part of the build yet. 2000-05-15 01:59:05 +00:00
jst%netscape.com b9c54d8a6a Adding a very primitive readonly implementation of CSSPrimitiveValue. Not part of the build yet. 2000-05-15 01:58:26 +00:00
jst%netscape.com 3ef6dbd214 WIP for getComputedStyle(). 2000-05-15 01:33:27 +00:00
jst%netscape.com 63e304e863 Implementing createElementNS(). 2000-05-14 23:55:04 +00:00
jst%netscape.com cb9ed532cf More utility frunctions in nsINodeInfoManager. 2000-05-14 23:45:32 +00:00
scc%netscape.com db4332e617 string fixes 2000-05-14 23:06:18 +00:00
jst%netscape.com 371b328515 Support wildcard ('*') for namespaceURI in getElementsByTagNameNS(). 2000-05-14 19:37:40 +00:00
harishd%netscape.com 991ed3414f Enabling NOLAYERS by default ( since we don't support LAYER tag ).
r=vidur

Putting webshellservice into parser bundle for use by observer base.

r=nisheeth
2000-05-14 19:25:06 +00:00
jst%netscape.com 4b767ec567 Adding more utility functions to nsINodeInfo. 2000-05-14 18:34:35 +00:00
jst%netscape.com dc3303e559 Implementing getElementsByTagNameNS() in the XUL document. 2000-05-14 18:14:30 +00:00
jst%netscape.com bfb27a83a7 Implementing DOM hasFeature() and supports(). 2000-05-14 13:08:00 +00:00
scc%netscape.com c99391a385 string fixes 2000-05-14 08:10:00 +00:00
jst%netscape.com 33ae0e1c7e Make processing instructions implement nsIDOMLinkStyle, also did some general cleaning up. 2000-05-14 02:11:44 +00:00
jst%netscape.com 7b59e6951c Add support for DOM Level 2 document.defaultView 2000-05-14 02:08:53 +00:00
hyatt%netscape.com f5ba3d2ebf XBL changes. 2000-05-13 23:02:12 +00:00
mjudge%netscape.com 6dc5b7a120 removing warning 2000-05-13 22:59:43 +00:00
mjudge%netscape.com fa4088842d fixing warnings and some redundant code 2000-05-13 20:47:42 +00:00
jst%netscape.com e0f24c4de8 In stead of throwing an exception when the user asks for the owner rule of style sheet we return null. 2000-05-13 18:10:24 +00:00
mjudge%netscape.com 481c5db0e2 fixing redundant calls to notify selection listeners 2000-05-13 09:10:16 +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
mjudge%netscape.com e8885126eb nsXifConverter to nsIXIFConverter 2000-05-13 08:13:05 +00:00
mjudge%netscape.com d3823b7654 changing nsXifconverter to nsIXifConverter 2000-05-13 08:11:29 +00:00
mjudge%netscape.com b007525646 nsIXifconverter from nsXifConverter 2000-05-13 08:11:07 +00:00
mjudge%netscape.com 2a9f26fef3 changing nsXifconverter to nsIXIFconverter 2000-05-13 08:09:25 +00:00
mjudge%netscape.com a4c310645c (ender-lite) forcing use of nsixifconverter rather than nsxifconverter. making tostring method take output type parameters. 2000-05-13 08:07:34 +00:00