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

2494 Коммитов

Автор SHA1 Сообщение Дата
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
jdunn%netscape.com 2bb93f0b6d Structs are inheritently private, so friend is required
r= waterson@netscape.com
2000-04-20 01:33:29 +00:00
danm%netscape.com 622d6fe83b dist...chrome restructuring 2000-04-19 21:42:30 +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
waterson%netscape.com 9809282011 Bug 24762. Use arena-based fixed-size allocator for enumerator objects. r=scc 2000-04-19 04:37:41 +00:00
waterson%netscape.com f52c56f569 Bug 24762. Use arena-based fixed-size allocator for Assertion, PLHashEntry, and enumerator objects. r=scc 2000-04-19 04:36:28 +00:00
waterson%netscape.com 7146c8eb12 Add nsFixedSizeAllocator.cpp to the build. 2000-04-19 03:27:42 +00:00
waterson%netscape.com 3d5fc92667 Add nsFixedSizeAllocator.cpp to build. 2000-04-19 03:17:32 +00:00
waterson%netscape.com 316e00a672 Initial revision. 2000-04-19 03:15:25 +00:00
cls%seawood.org a27ca31c45 Latest batch of OS/2 makefile changes. Batch 09. Bug #34106 2000-04-18 10:27:21 +00:00
waterson%netscape.com 97aa29fee8 Fix resource leak because of flow-of-control changes. r=rjc 2000-04-18 04:40:56 +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
rjc%netscape.com 98e66775ad Comment out oftenhit assertion in ArcLabelsIn(). 2000-04-17 05:26:25 +00:00
waterson%netscape.com 886a15f0db Fix uninitialized variable, caught by shalabh@pspl.co.in 2000-04-17 02:07:00 +00:00
scc%netscape.com 94f906edb8 making string conversions explicit 2000-04-15 10:10:02 +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
alecf%netscape.com 955942511b make the rdf delegate progid accessable from a header file, and switch to the cutting-edge progid schema
r=waterson
2000-04-13 23:37:41 +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 d234ce8925 Add nsXULAtoms.cpp to the build. 2000-04-12 05:00:32 +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
mscott%netscape.com 1ef7bc6ebd 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 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
cls%seawood.org 3c1876ab59 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 d4d1bc17e4 Fix windows bustage introduced trying to fix solaris bustage. 2000-04-05 05:48:33 +00:00
waterson%netscape.com 3b09df9586 Renamed to nsXULTemplatebuilder.cpp 2000-04-05 05:22:14 +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
sspitzer%netscape.com aed8392487 fix for #34443. fix by waterson, r=sspitzer. now, it just asserts. 2000-04-05 00:50:20 +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
cls%seawood.org 57978e5c23 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