Commit Graph

43212 Commits

Author SHA1 Message Date
beard%netscape.com
3a35f6481c changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:08:40 +00:00
beard%netscape.com
bab29893c2 added pulling of mozilla/gc/boehm, conditionally building gc.mcp if $GC_LEAK_DETECTOR is true, and building MemAllocator.mcp[MemAllocatorGC.o], NSStdLib.mcp[NSStdLibGC.shlb] if $GC_LEAK_DETECTOR is true. r=smfr 1999-10-03 20:06:10 +00:00
beard%netscape.com
12ae6bdc48 Added $GC_LEAK_DETECTOR. r=smfr 1999-10-03 20:03:39 +00:00
beard%netscape.com
39e0350da6 added GC_LEAK_DETECTOR variable. r=smfr 1999-10-03 20:01:48 +00:00
tonyr%fbdesigns.com
080fbe17be Update progID's from component://netscape/* to component://mozilla/* 1999-10-03 18:02:22 +00:00
tonyr%fbdesigns.com
65ec9970f4 Fix bustage caused by new account manager API's 1999-10-03 18:00:23 +00:00
tonyr%fbdesigns.com
465384c3e6 Update to use nsIModule 1999-10-03 17:59:09 +00:00
tonyr%fbdesigns.com
cde80c93b8 Updated to use nsIModule 1999-10-03 17:55:56 +00:00
mcafee%netscape.com
df4935b698 Better variable names for readability. 1999-10-03 08:13:41 +00:00
mcafee%netscape.com
704c0ea29e Adding text to debug pref UI documenting how the debugPaintFlashing pref works with the caps-lock key. r=braddr@portland.puremagic.com 1999-10-03 06:56:43 +00:00
beard%netscape.com
aae57945f3 Modernized to use NSComponentStartup.o. Not part of build. 1999-10-03 02:58:48 +00:00
beard%netscape.com
9f9e1e8d58 added access path to find Sample.idl. Not part of build. 1999-10-03 02:58:20 +00:00
hyatt%netscape.com
7501e2d296 Fixing apprunner startup bustage on mac. r=beard 1999-10-03 01:41:06 +00:00
beard%netscape.com
29555f5d48 Now that mozilla/lib/mac/NSStartup has been added to the modules file, SeaMonkeyEditor, reenabled building NSStartup.mcp. Converted building JSLoader.mcp into Components, per shaver's permission. r=smfr 1999-10-03 00:37:19 +00:00
rjc%netscape.com
5f3ca2b087 Fix problem with nsSecurityManagerFactory conversion to be a nsIModule. Patch from peterl@netscape.com. Review: me. 1999-10-02 20:19:23 +00:00
peterl%netscape.com
88203d51ef Don't access undisplayed content map if it isn't there... 1999-10-02 19:45:18 +00:00
rjc%netscape.com
f477d85f4b Temporarily turning off the changes to nsSecurityManagerFactory to make it a nsIModule due to problem at startup. 1999-10-02 19:24:05 +00:00
morse%netscape.com
9f15026b4d add some new concatenation rules 1999-10-02 16:36:53 +00:00
rbs%maths.uq.edu.au
93ac1da9b5 Adding remaining MathML hooks. r:peterl. 1999-10-02 11:05:49 +00:00
rbs%maths.uq.edu.au
93d65241ae Adding remaining MathML hooks 1999-10-02 11:01:41 +00:00
rbs%maths.uq.edu.au
129e3d048e Adding remaining MathML hooks and changing ifdef INCLUDE_MATHML to ifdef MOZ_MATHML to avoid thinking autoconf-related. r:peterl 1999-10-02 10:41:40 +00:00
rbs%maths.uq.edu.au
b7e28d02f1 Change of the IID for the nsIMathMLFrame interface. The previous IID was taken while the MathML code was awaiting to land. 1999-10-02 09:14:57 +00:00
rbs%maths.uq.edu.au
0c41307df4 Taking an interface ID for the nsIMathMLFrame interface 1999-10-02 09:00:39 +00:00
rbs%maths.uq.edu.au
4c3248b3af Adding relative path to external DTD 1999-10-02 06:53:41 +00:00
rbs%maths.uq.edu.au
6270ee8081 Initializing a variable to zero 1999-10-02 06:50:38 +00:00
rbs%maths.uq.edu.au
cba4d15894 Update to match recent changes in the nsIFrame API. 1999-10-02 06:20:30 +00:00
briano%netscape.com
432a09f767 Added some tweaks and support for UnixWare 7. 1999-10-02 06:00:33 +00:00
peterl%netscape.com
d8902f6f3a added hooks to track content that doesn't get a frame
Fix for bug 9013 (and any dynamic change from display:none) r=troy
1999-10-02 04:27:40 +00:00
peterl%netscape.com
05e9be3b5f Added ability to track changes to content without frame
Fix for bug 9013 (and any dynamic change from display:none) r=troy
1999-10-02 04:26:53 +00:00
peterl%netscape.com
9dfc2c381c added API to track content that didn't get a frame
Fix for bug 9013 (and any dynamic change from display:none) r=troy
1999-10-02 04:26:24 +00:00
peterl%netscape.com
01c3dcd2fe added multimap to track content that didn't get a frame
Fix for bug 9013 (and any dynamic change from display:none) r=troy
1999-10-02 04:25:29 +00:00
peterl%netscape.com
724aca8163 removing dead style change code
r=troy
1999-10-02 04:24:20 +00:00
peterl%netscape.com
5e1b925280 removing dead style change code and refereneces to dead style change code
r=troy
1999-10-02 04:23:48 +00:00
peterl%netscape.com
2fb6714797 fixed fix to bug 15373. Now it won't crash on EOF conditions 1999-10-02 04:23:00 +00:00
scc%netscape.com
68c500eb62 Fixing Mac build bustage by backing out (actually commenting out) beards previous change. The project he cites isn't in the module (or something) and isn't getting checked out. Ergo, errors when you try to find it to build. Couldn't find anyone to review or approve and there is no bug number ... but it has to be done. I guess I'm going to hell. 1999-10-02 03:41:52 +00:00
norris%netscape.com
d21c5596fd Fix the following bugs:
14443 "Same origin" security policy may be circumvented using docu
14820 Fixing up the relationship between nsCodeBasePrincipal and n
14919 Crash in JS MM code
Reviewed by mstoltz, approved by scc.
1999-10-02 03:41:37 +00:00
troy%netscape.com
6b808204e8 Added SizeOf() handler for floater information maintained by the
line box
1999-10-02 02:51:03 +00:00
briano%netscape.com
e4a67cc61d Added support for SCO UnixWare 7. 1999-10-02 02:49:32 +00:00
beard%netscape.com
7c6b49c2c3 added mozilla/lib/mac/NSStartup/NSStartup.mcp to the build. This will create NSAppStartup.o, NSComponentStartup.o, and NSLibraryStartup.o, and will permit conditional use of the GC leak detector. r=sdagley 1999-10-02 02:21:17 +00:00
beard%netscape.com
e38afe0189 First Checked In. 1999-10-02 01:52:41 +00:00
hyatt%netscape.com
a5532cda21 Resolving apprunner bustage in an unfortunate way. r=danm 1999-10-02 01:48:59 +00:00
peterl%netscape.com
69b8aced3f removed leak of atom 1999-10-02 01:32:38 +00:00
selmer%netscape.com
12ce9be35f Major rework on interpreting commands 1999-10-02 01:28:27 +00:00
hyatt%netscape.com
eb919f73f1 Fixing the problem with chrome skin initialization in viewer and apprunner. 1999-10-02 00:55:57 +00:00
rjc%netscape.com
dcbe5188de Update leak docs. (Not part of build.) 1999-10-02 00:52:49 +00:00
troy%netscape.com
5dfb641a58 Added SizeOf() handler for space manager 1999-10-02 00:52:01 +00:00
rjc%netscape.com
38e1d06d8d Bug # 14034: Convert to nsIModule to prepare for memory leak fixing. Review: dp@netscape.com 1999-10-02 00:48:02 +00:00
gagan%netscape.com
caad83220b Fix for 14772. r-rjc/a-self. Removed the pragma no-cache header being sent to proxy requests. 1999-10-02 00:43:10 +00:00
av%netscape.com
70e29c914b Fixing #13783 (garbage-pointer dereference) 1999-10-02 00:41:03 +00:00
kmcclusk%netscape.com
1a8cdcbdc8 r=rods;bug=14867 put in style rule to disable file selector button
bug=15328 put in disable rules for button label
bug=12227 To remove combobox reflows, changed padding settings for select's active
button to match non-active state. Also changed padding+border to match between
button's with focus and active buttons drawn with focus. Added gif for active state
of combo box to indicate that it is depressed.
1999-10-02 00:28:37 +00:00