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
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
saari%netscape.com
127a21c2fc
more for 29800
2000-05-11 22:43:32 +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
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
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
b0f9f4a94a
Whitespace cleanup.
2000-05-07 08:43:42 +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
waterson%netscape.com
799b5beee6
Bug 34623. Add nsIXULTemplateBuilder.idl.
2000-05-05 20:42:21 +00:00
waterson%netscape.com
8743489395
Bug 38185. Fix ports build bustage. a=brade
2000-05-04 19:57:31 +00:00
rjc%netscape.com
40f7929750
Comment change.
2000-05-04 12:54:11 +00:00
waterson%netscape.com
b833debf12
Bug 37290. Fix 'bindings' implementation to avoid excessive update when re-computing: only index sources that participate in a binding, using bindings rather than lookup to maintain values even for 'simple' rules, lazily compute bindings. Rename 'nsBinding' to 'nsAssertion' to clarify difference.
2000-05-04 09:57:59 +00:00
waterson%netscape.com
6af30c5a92
Bug 37639. Be sure to send notifications about document change down to anonymous content elements. r=hyatt
2000-05-04 04:25:50 +00:00
sfraser%netscape.com
170f02a59e
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
danm%netscape.com
65d7396a48
add search of anonymous content to previous checkin. code=hyatt
2000-05-02 22:48:17 +00:00
nisheeth%netscape.com
7e37fb4356
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
18e706dc0d
Add an UpdateCommandState method to the command maanger.
2000-05-01 01:33:22 +00:00
danm%netscape.com
2ede8155e7
add popup and popupset atoms. bug 33675
2000-04-28 20:33:52 +00:00
danm%netscape.com
399e50832e
implement _child popup content. bug 33675. code=hyatt
2000-04-28 20:31:26 +00:00
mjudge%netscape.com
64d7efcbdb
small change to the way you get selection
2000-04-28 06:22:07 +00:00
waterson%netscape.com
53247daf40
Fix memory churn caused by implicit nsString ctor.
2000-04-27 06:44:13 +00:00