waterson%netscape.com
ace52951cf
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
d0ef19a152
Store XUL attribute names as nsINodeInfos.
2000-05-17 04:53:16 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
pinkerton%netscape.com
e6e6074486
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
b22cf9671a
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
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
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
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
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
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
saari%netscape.com
b8aa8a1761
more for 29800
2000-05-11 22:43:32 +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
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
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
56206fc77d
Whitespace cleanup.
2000-05-07 08:43:42 +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
waterson%netscape.com
fe2e320b21
Bug 34623. Add nsIXULTemplateBuilder.idl.
2000-05-05 20:42:21 +00:00
waterson%netscape.com
8ffd6fae3d
Bug 38185. Fix ports build bustage. a=brade
2000-05-04 19:57:31 +00:00
rjc%netscape.com
7c8164bc51
Comment change.
2000-05-04 12:54:11 +00:00
waterson%netscape.com
d59ead45cd
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
440f01e5c0
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
03cdcb6495
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
e9575fdd89
add search of anonymous content to previous checkin. code=hyatt
2000-05-02 22:48:17 +00:00
nisheeth%netscape.com
fa1d77063b
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
14f40c1c2a
Add an UpdateCommandState method to the command maanger.
2000-05-01 01:33:22 +00:00
danm%netscape.com
271a9216c0
add popup and popupset atoms. bug 33675
2000-04-28 20:33:52 +00:00
danm%netscape.com
a923c3f1c4
implement _child popup content. bug 33675. code=hyatt
2000-04-28 20:31:26 +00:00
mjudge%netscape.com
19d29307eb
small change to the way you get selection
2000-04-28 06:22:07 +00:00
waterson%netscape.com
2259db6f0c
Fix memory churn caused by implicit nsString ctor.
2000-04-27 06:44:13 +00:00
waterson%netscape.com
93ec532eed
Fix memory churn caused by implicit nsString ctor.
2000-04-27 05:53:36 +00:00
waterson%netscape.com
161096afb1
Move template builder 'release' to SetScriptGlobalObject() so that we'll always release the template builders regardless of whether someone else leaks the nsXULDocument object.
2000-04-27 00:32:02 +00:00
jst%netscape.com
3625709458
Landing DOM Level 2 CSS and Views interfaces and implementation.
2000-04-26 13:58:56 +00:00
sfraser%netscape.com
704a8ccc4a
Implemented new calls on the command manager which are callthroughs from the controller, with a context parameter.
2000-04-26 06:15:40 +00:00
sfraser%netscape.com
1fbb40753c
Lots of new comments, added interface for nsIStateUpdatingControllerCommand, and added calls on the command manager which are callthroughs from the controller, with a context parameter.
2000-04-26 06:15:23 +00:00
waterson%netscape.com
07207e9705
Remove assertions so that you can set properties on XUL elements.
2000-04-26 03:49:39 +00:00
waterson%netscape.com
974535ba6a
Remove XIF assertions. akk and mjudge say this is ok.
2000-04-26 03:47:15 +00:00
mjudge%netscape.com
6622635cab
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
sfraser%netscape.com
37dbaee080
Add some null checks to prevent crashes if calling GetControllerAt with an index that is too large.
2000-04-26 00:58:14 +00:00
waterson%netscape.com
d9de0cb0de
Bug 34619. Fixed-size allocators for nsXULTemplateBuilder, try numero dos, with egcs fixed.
2000-04-25 04:11:53 +00:00
waterson%netscape.com
a76d125ae2
Back out changes: they broke egcs.
2000-04-25 01:28:09 +00:00
waterson%netscape.com
5eb3e883e3
Bug 34619. Judicious use of fixed size allocators to reduce overhead.
2000-04-25 01:24:24 +00:00
waterson%netscape.com
ea8dbfd673
Use fixed size arena allocator for element map.
2000-04-25 01:21:57 +00:00
waterson%netscape.com
570c646e75
Bug 35815. Implement <bindings> for XUL templates.
2000-04-24 04:22:26 +00:00
joki%netscape.com
f45f136808
Fix for bug 23373, allow prevention of context menu via mousedown handler
2000-04-24 02:07:06 +00:00
anthonyd%netscape.com
05840e5f32
drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge
2000-04-20 23:11:41 +00:00
waterson%netscape.com
76236ce568
Bug 10208. Correctly update 'empty' attribute when a container's contents are changed.
2000-04-19 05:39:26 +00:00
pinkerton%netscape.com
006d15968e
set the popup node on tooltips.
2000-04-18 02:34:32 +00:00
waterson%netscape.com
ccac31827b
Fix build bustage.
2000-04-17 17:51:01 +00:00
scc%netscape.com
0655986fe5
making string conversions explicit
2000-04-17 14:47:33 +00:00
scc%netscape.com
134ac7603e
making string conversions explicit
2000-04-17 14:40:25 +00:00
scc%netscape.com
7e868737a5
making string conversions explicit
2000-04-17 14:30:23 +00:00
waterson%netscape.com
886a15f0db
Fix uninitialized variable, caught by shalabh@pspl.co.in
2000-04-17 02:07:00 +00:00
mccabe%netscape.com
4537a69b81
Modify nsIScriptGlobalObjectOwner::ReportScriptError to take an nsIScriptError interface, rather than separate message, file, line arguments.
...
Fix implementations and their callers, and restore error printing to stderr even when the error is successfully logged to the console service, to make life easier for people who go to the trouble to invoke Mozilla with -console.
2000-04-15 01:56:47 +00:00
jst%netscape.com
2c4d540f7a
Update the DOM interface to DOM Level 2, only stubs so far.
2000-04-13 21:21:02 +00:00
waterson%netscape.com
58be5b3d42
Bug 34565. Initial support for extended <template> syntax.
2000-04-13 21:13:00 +00:00
waterson%netscape.com
7410c99129
Fix compiler warning; use of uninitialized variable.
2000-04-13 20:04:13 +00:00
waterson%netscape.com
fc68198af8
Add commentary, Value::GetType() method.
2000-04-13 20:03:39 +00:00
waterson%netscape.com
97b4a22f34
Be sure to initialize out parameter when FindChildByTag() doesn't find anything.
2000-04-13 20:02:38 +00:00
sspitzer%netscape.com
00f16e8d17
bulletproofing fix for bug #35568 . r=waterson.
2000-04-12 07:38:17 +00:00
waterson%netscape.com
a68ea0ec89
Initial revision.
2000-04-12 04:49:28 +00:00
tbogard%aol.net
353de7b69c
Changed to use the enumeration rather than the string based parameter to the parser loading mode.
2000-04-11 23:48:37 +00:00
waterson%netscape.com
21d2baa588
Bug 35360. Fix UMRs in MatchList discovered by bruce@cybersight.com.
2000-04-11 22:36:53 +00:00
waterson%netscape.com
d9654f7668
Bug 35392. Fix leaking MemoryElement when already in set. r=beard -- thanks for wiping my chin.
2000-04-11 22:35:43 +00:00
waterson%netscape.com
88cd229180
Bug 34726. Add an out parameter to ConflictSet::Add() that indicates whether the new instantiation triggered any new rules to be matched. The caller then uses this parameter to decide whether or not to add the key of a rule cluster to the 'newkeys' set. r=rjc, a=leaf
2000-04-07 19:22:59 +00:00
waterson%netscape.com
3cf037186b
Bug 34408. Fix botched checkin that left '#if 0' in the code. a=leaf
2000-04-07 18:24:15 +00:00
saari%netscape.com
d2e5e709ae
Checking in fix for Waterson for M15 bug #34464 , Mac menus crashing after you close a window. Waterson did the work, I just reviewed. r=saari, a=leaf
2000-04-06 22:43:18 +00:00
waterson%netscape.com
17a5546da1
Bug 34714. Only add 'default' containment properties if the 'containment' attribute *isn't* set on the root. r=rjc, a=leaf
2000-04-06 22:01:32 +00:00
waterson%netscape.com
5714fdebe0
Bug 34408. Force <treeitem> to reframe when open/close attribute changes. r=hyatt
2000-04-06 21:53:12 +00:00
waterson%netscape.com
d4d1bc17e4
Fix windows bustage introduced trying to fix solaris bustage.
2000-04-05 05:48:33 +00:00
waterson%netscape.com
5f63c58683
Fix build bustage on Solaris Workshop compiler.
2000-04-05 05:18:42 +00:00
waterson%netscape.com
6ae5675fa2
Bug 29507. Clean up PresShell refcounting. r=troy
2000-04-05 05:17:36 +00:00
mkaply%us.ibm.com
4e00b5fa33
# 34082
...
r= waterson@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
2000-04-05 02:39:51 +00:00
hyatt%netscape.com
63c490cec5
Eliminating nsIFocusableContent
2000-04-04 23:54:06 +00:00
waterson%netscape.com
d37bc68c0a
Remove redundant class forward decls that were causing VC++ internal compiler errors.
2000-04-04 08:32:58 +00:00
waterson%netscape.com
83d24aba01
Ok, really fix HP-UX this time.
2000-04-04 08:19:51 +00:00
waterson%netscape.com
01e123053b
Fix build bustage on HP-UX. Access to protected classes only allowed by 'friends'.
2000-04-04 07:28:31 +00:00
waterson%netscape.com
1f36716fe9
Rename Key::Hash(const void*) to avoid ambiguity on Mac.
2000-04-04 00:40:41 +00:00
jst%netscape.com
aebdfd63a7
Updating the DOM Attr interface to match the DOM Level 2 spec. r=waterson@netscape.com
2000-04-03 13:40:04 +00:00
waterson%netscape.com
18579e1b8c
Reduce allocation overhead in ConflictSet; lazily create hashtable in MatchSet. NOT YET IN THE BUILD.
2000-04-03 07:55:35 +00:00
waterson%netscape.com
0b5c23c47c
Leak fixes. NOT YET IN THE BUILD.
2000-04-03 06:44:41 +00:00
waterson%netscape.com
c4f3739d2a
Bug 26402, try number two. Do event handler recompilation and 'style' attribute fixup in nsXULElement::SetDocument(). Fix uninitialized out params in nsXULElement::GetAttribute() and nsXULElement::GetClasses().
2000-04-03 05:36:17 +00:00
jst%netscape.com
09556dd1c8
Updating the interfaces Document and HTMLDocument to comply with DOM Level 2, only stubs for new methods for now.
2000-04-02 17:46:30 +00:00
waterson%netscape.com
5bc7a8e1a2
Fix nsCOMPtr bustage on Linux. NOT YET PART OF THE BUILD.
2000-04-02 09:22:50 +00:00
waterson%netscape.com
634070892f
Fix memory leaks, problems with incrmental update. NOT YET IN THE BUILD.
2000-04-02 09:11:00 +00:00
waterson%netscape.com
0ab84db792
Fix performance problem with KeySet, removing content from a container. NOT YET IN THE BUILD.
2000-04-02 01:55:46 +00:00
jst%netscape.com
5fdb266f31
Updating the DOM Node interface to match the DOM Level 2 interface, only stub implemetations so far.
2000-04-01 13:31:23 +00:00