Commit Graph

43132 Commits

Author SHA1 Message Date
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
frankm%eng.sun.com
ff41abd7f6 To compile on Linux, renamed 'jarray' to 'theJarray' (jarray is a JNI type), and made sure all paths in xpjd_GetInterfaceInfoNative() return a jboolean (bug 15279).
Updated genproxy usage message, and moved printf within cmdline parsing code (bug 15386).
r=edburns@acm.org,akhil.arora@sun.com perm=scc
1999-10-02 00:18:02 +00:00
kmcclusk%netscape.com
12272aee6f r=rods; bug=15312 nsIWidget::GetParent now stops at the top of the widget hierarchy on WIN32
r=rods; bug=13644 Dropdown on WIN32 no longer causes parent window to change z-order or activation
1999-10-02 00:13:23 +00:00
tao%netscape.com
f206712f25 makefile for lang. 1999-10-02 00:04:22 +00:00
briano%netscape.com
c01d063547 Automated update 1999-10-02 00:03:06 +00:00
troy%netscape.com
1be0909b54 Hooked up SizeOf() for cell map and table layout strategies. Also added in
some table frame data that was missed
1999-10-02 00:02:54 +00:00
briano%netscape.com
146fe2429b Fix for HP-UX 11 problem trying to use libc_r when it shouldn't be. 1999-10-02 00:02:35 +00:00
valeski%netscape.com
57515c5355 15300 r=warren. Changed NS_NewThread api to default to PR_UNJOINABLE_THREAD, also added new NS_NewThread() function so you don't have to combine the runnable w/ thread creation. added threads to xpcom init so you can create them w/ the com mgr. 15298 r=gagan, FTP threads are now synched w/ ftp handler shutdown, removed extraneous buffer work, added ftp authentication, and ftp channel content length 1999-10-01 23:32:12 +00:00
valeski%netscape.com
d66cd6ac49 15300 r=warren. Changed NS_NewThread api to default to PR_UNJOINABLE_THREAD, also added new NS_NewThread() function so you don't have to combine the runnable w/ thread creation. added threads to xpcom init so you can create them w/ the com mgr. 1999-10-01 23:30:06 +00:00
dougt%netscape.com
38f4e29eb0 adding hostname to socket provider. (r) warren. 1999-10-01 23:23:49 +00:00
briano%netscape.com
319ef7e115 Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. 1999-10-01 23:07:38 +00:00
norris%netscape.com
9169791d48 Contribution from Andrew Wason:
Subject:
        optimizer Makefiles
   Date:
        Fri, 01 Oct 1999 14:50:05 -0400
   From:
        Andrew Wason <aw@softcom.com>
     To:
        norris@netscape.com
    CC:
        Howard Lin <howard@softcom.com>




Norris,

Here are patches to the Rhino Makefiles to build the optimizer package and
the jsc compiler.  They also fix a problem with "gmake clean".

Andrew
--
Andrew Wason
SoftCom, Inc.
aw@softcom.com
1999-10-01 22:58:48 +00:00
norris%netscape.com
cf9f713ecb \t doesn't work on Windows. 1999-10-01 22:56:30 +00:00
dp%netscape.com
83045c8396 Eliminating 3 leaks to servicemanager when running for the first time.
bug# 15387 r=law
1999-10-01 22:39:20 +00:00
dbragg%netscape.com
466f6cc2d4 Initial checkin of mac xpi build files. Approval=trudelle, Reviewer=ssu 1999-10-01 22:31:46 +00:00
hyatt%netscape.com
9e7252a4e6 Restructuring ua.css. 1999-10-01 21:57:32 +00:00
hyatt%netscape.com
9f5ee90ab4 Restructuring ua.css to use html.css 1999-10-01 21:57:01 +00:00
Jerry.Kirk%Nexwarecorp.com
69a5b7023a Photon Only...
Added ConsumeEvents parameter to CaptureRollupEvents
r=Michael.Kedl@Nexwarecorp.com
1999-10-01 21:54:47 +00:00
tao%netscape.com
1ffc74a22d Add new makefile to hook up lang/ directory. 1999-10-01 21:54:30 +00:00
hyatt%netscape.com
4f0f268674 Fixing bustage. 1999-10-01 21:47:17 +00:00
pierre%netscape.com
675acb9003 Fixed #14416 "GFX combo boxes cause zombie windows": there was a memory leak in WidgetToScreen and ScreenToWidget. r=dcone/sfraser Fixed #14775 "Crash removing delete observer when closing windows": reshuffled nsToolkit and added nsMacFocusHandler to nsMacEventHandler. r=dcone/sfraser 1999-10-01 21:40:22 +00:00
pierre%netscape.com
8c4468746e Fixed #14775 "Crash removing delete observer when closing windows": reshuffled nsToolkit and added nsMacFocusHandler to nsMacEventHandler. r=dcone/sfraser 1999-10-01 21:40:04 +00:00
fur%netscape.com
4bb28b8cda Updated API 1999-10-01 21:30:53 +00:00
briano%netscape.com
6233e64a9f Fixed the typo that broke the Unix builds. 1999-10-01 21:19:14 +00:00
Jerry.Kirk%Nexwarecorp.com
745f8fadb0 Photon Only changes...
remove bogus call to nsIAppShell->GetNativeData since it isn't used
Added code for menu RollUp
Change Invalidate Code  not to when widget is not Realized
Changed mUpdateArea from nsRect to nsIRegion
Moved the HandleEvent code from nsWindow to nsWidget
r=Michael.Kedl@Nexwarecorp.com
1999-10-01 21:06:43 +00:00
hyatt%netscape.com
f0b1fd346c Adding skin.css 1999-10-01 21:01:24 +00:00
akkana%netscape.com
001e990fbb Automated tests of output. Not part of apprunner, not built by default.
Fix Compare() function;
add lots of before and after files for testing various regressions;
add a TestOutSinks script which tests the known cases.
1999-10-01 20:55:01 +00:00
hyatt%netscape.com
0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
danm%netscape.com
eabfc99537 making copacetic for AIX 1999-10-01 20:27:45 +00:00
valeski%netscape.com
e0f2c7fad2 15296 r=gagan. Added .txt extension to the MIME type extension resolver. 1999-10-01 20:25:38 +00:00
pavlov%netscape.com
7e2a55ff0e remove files since we have idl files for both of these r=pinkerton 1999-10-01 20:16:36 +00:00