sspitzer%netscape.com
9d87bda031
bulletproofing fix for bug #35568 . r=waterson.
2000-04-12 07:38:17 +00:00
waterson%netscape.com
aa23398ba7
Add nsXULAtoms.cpp to the build.
2000-04-12 05:00:32 +00:00
waterson%netscape.com
0cd1973ec7
Initial revision.
2000-04-12 04:49:28 +00:00
tbogard%aol.net
1fbf6ea566
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
71dff3183c
Bug 35360. Fix UMRs in MatchList discovered by bruce@cybersight.com.
2000-04-11 22:36:53 +00:00
waterson%netscape.com
0b9683de47
Bug 35392. Fix leaking MemoryElement when already in set. r=beard -- thanks for wiping my chin.
2000-04-11 22:35:43 +00:00
mscott%netscape.com
70b70cf844
Bug #34769 (this change is actually dougt's). Don't allow the chrome cache channel to stomp on it's original
...
uri if it's already been set.
r=waterson,mscott
a=leaf
2000-04-10 00:25:22 +00:00
waterson%netscape.com
315557d12e
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
15adcd65d2
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
8642c8be3a
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
3133985689
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
1b703e36d5
Bug 34408. Force <treeitem> to reframe when open/close attribute changes. r=hyatt
2000-04-06 21:53:12 +00:00
cls%seawood.org
adef1ac6f6
Minor changes to incoporate OS/2 into our build system. Bug #34106
...
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
waterson%netscape.com
7b851fb8ab
Fix windows bustage introduced trying to fix solaris bustage.
2000-04-05 05:48:33 +00:00
waterson%netscape.com
921a7f1697
Renamed to nsXULTemplatebuilder.cpp
2000-04-05 05:22:14 +00:00
waterson%netscape.com
79215cf024
Fix build bustage on Solaris Workshop compiler.
2000-04-05 05:18:42 +00:00
waterson%netscape.com
f835a34327
Bug 29507. Clean up PresShell refcounting. r=troy
2000-04-05 05:17:36 +00:00
mkaply%us.ibm.com
cedcce6c59
# 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
sspitzer%netscape.com
965bee004d
fix for #34443 . fix by waterson, r=sspitzer. now, it just asserts.
2000-04-05 00:50:20 +00:00
hyatt%netscape.com
ea2d786aaa
Eliminating nsIFocusableContent
2000-04-04 23:54:06 +00:00
waterson%netscape.com
713bcb8c56
Remove redundant class forward decls that were causing VC++ internal compiler errors.
2000-04-04 08:32:58 +00:00
waterson%netscape.com
f070169ada
Ok, really fix HP-UX this time.
2000-04-04 08:19:51 +00:00
waterson%netscape.com
c0d96583c0
Fix build bustage on HP-UX. Access to protected classes only allowed by 'friends'.
2000-04-04 07:28:31 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
waterson%netscape.com
03acc506a2
Add new XUL template builder to the build.
2000-04-04 00:47:20 +00:00
waterson%netscape.com
4f51782966
Add new template builder to the Mac build.
2000-04-04 00:46:44 +00:00
waterson%netscape.com
4624cf597f
Add new XUL template builder to the windows build.
2000-04-04 00:44:18 +00:00
waterson%netscape.com
62b54345cf
Rename Key::Hash(const void*) to avoid ambiguity on Mac.
2000-04-04 00:40:41 +00:00
mkaply%us.ibm.com
ee4cad8887
# 33859
...
r= waterson@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:47:44 +00:00
jst%netscape.com
44d3c72ca2
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
e0626a8313
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
5fd1e516f9
Leak fixes. NOT YET IN THE BUILD.
2000-04-03 06:44:41 +00:00
waterson%netscape.com
ea9019498e
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
scc%netscape.com
8ffaada718
making string conversions explicit
2000-04-03 05:28:56 +00:00
scc%netscape.com
49201b0040
making string conversions explicit
2000-04-03 05:13:05 +00:00
jst%netscape.com
94e684ba9d
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
37ec600551
Fix nsCOMPtr bustage on Linux. NOT YET PART OF THE BUILD.
2000-04-02 09:22:50 +00:00
waterson%netscape.com
37e1e5cda4
Fix memory leaks, problems with incrmental update. NOT YET IN THE BUILD.
2000-04-02 09:11:00 +00:00
waterson%netscape.com
d3d9596fe6
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
9f4e5b9940
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
waterson%netscape.com
f3fc4cb99b
Check in new and improved rule matching for XUL templates. NOT YET IN THE BUILD. a=leaf
2000-04-01 01:38:55 +00:00
waterson%netscape.com
d29d5f9d44
Bug 34061. Fix uninitialized memory problems when called from nsXULDocument::AddSubtreeToDocument().
2000-03-31 19:01:56 +00:00
hyatt%netscape.com
b6dec09958
Fumbling around trying to fix 800K leak.
2000-03-31 10:26:25 +00:00
attinasi%netscape.com
1621b39d9e
Implemented Style Size Dump. r=rickg b=26565
2000-03-31 07:08:36 +00:00
waterson%netscape.com
93fb73ad56
Bug 26402. Compile event handlers when content is inserted into the document. r=hyatt
2000-03-31 04:03:25 +00:00
waterson%netscape.com
e703ba7bc1
Fix off-by-one error that could occur if you try to inspect an RDF container during renumbering.
2000-03-31 03:52:55 +00:00
jim_nance%yahoo.com
dc0e139673
Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
...
days for module owners to comment on. r=troy@netscape.com
2000-03-30 03:21:26 +00:00
tbogard%aol.net
beaea69674
Set the command using the enumerated type rather than the string type.
2000-03-29 06:10:04 +00:00
tbogard%aol.net
35bdf3c6fd
Do the GetDocShell using the nsIScriptGlobalObject interface instead of the nsPIDOMWindow interface.
2000-03-29 05:39:04 +00:00
warren%netscape.com
727f312b32
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00