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

43026 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com dc46519283 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 925d52494b 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 0d9360ceab Fixing #13783 (garbage-pointer dereference) 1999-10-02 00:41:03 +00:00
kmcclusk%netscape.com 6a6348bb78 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 6013736468 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 3953f290cd 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 9364ab1b8a makefile for lang. 1999-10-02 00:04:22 +00:00
briano%netscape.com ffa6b3b99b Automated update 1999-10-02 00:03:06 +00:00
troy%netscape.com e2ac00fe47 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 32261acad9 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 0155919623 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 a05208badc 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 14ecb2a17e adding hostname to socket provider. (r) warren. 1999-10-01 23:23:49 +00:00
briano%netscape.com 7460b70e7e 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 7b6b013b5a 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 f3b4f6e683 \t doesn't work on Windows. 1999-10-01 22:56:30 +00:00
dp%netscape.com d0d4046a40 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 be30a89b45 Initial checkin of mac xpi build files. Approval=trudelle, Reviewer=ssu 1999-10-01 22:31:46 +00:00
hyatt%netscape.com 8f9a09af87 Restructuring ua.css. 1999-10-01 21:57:32 +00:00
hyatt%netscape.com a743892b2e Restructuring ua.css to use html.css 1999-10-01 21:57:01 +00:00
Jerry.Kirk%Nexwarecorp.com 97115c270b Photon Only...
Added ConsumeEvents parameter to CaptureRollupEvents
r=Michael.Kedl@Nexwarecorp.com
1999-10-01 21:54:47 +00:00
tao%netscape.com 282e04291f Add new makefile to hook up lang/ directory. 1999-10-01 21:54:30 +00:00
hyatt%netscape.com 82245c51c5 Fixing bustage. 1999-10-01 21:46:13 +00:00
pierre%netscape.com f588951106 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 1404c9b219 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 5b94ac83c3 Updated API 1999-10-01 21:30:53 +00:00
Jerry.Kirk%Nexwarecorp.com 1741d6d1f1 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 a0b798bff0 Adding skin.css 1999-10-01 21:01:24 +00:00
akkana%netscape.com af1be70f7d 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 9e75934ef0 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 abb582d012 making copacetic for AIX 1999-10-01 20:27:45 +00:00
valeski%netscape.com 1227c3aa42 15296 r=gagan. Added .txt extension to the MIME type extension resolver. 1999-10-01 20:25:38 +00:00
pavlov%netscape.com 890d074ae3 remove files since we have idl files for both of these r=pinkerton 1999-10-01 20:16:36 +00:00
dp%netscape.com 0533415a4e Using NS_ENSURE and NS_GET_IID() 1999-10-01 20:13:55 +00:00
kipp%netscape.com ea74d6b3c4 r=peterl; bug=15373; Fixed atom memory leaky 1999-10-01 20:13:39 +00:00
av%netscape.com 435d460fb3 Fixing dereferencing null-pointer. Caused crash, #14496 1999-10-01 20:10:39 +00:00
dp%netscape.com 6c6f732e6b Converter to nsIModule to prepare for memory leaks fixing.
Bug# 14034 r=waterson
1999-10-01 20:04:34 +00:00
kin%netscape.com cad219e42e Fix VC5 build bustage with (T*) cast. 1999-10-01 16:23:17 +00:00
danm%netscape.com 57fc8acd6d event handler holds weak reference to frame. fixes bug 14885. r:buster 1999-10-01 15:00:57 +00:00
dcone%netscape.com 36f6d2f011 added background fix.. commented out for now until other platforms are tested 1999-10-01 14:35:20 +00:00
rods%netscape.com e121d483ee Added new method to tell the listcontrolframe it is about to be rolled up by the combobox
this enables it to unset any temporary selections and restore the actual selection
1999-10-01 14:30:33 +00:00
rods%netscape.com 6bac2f6151 ifdef'd out the new code that handles the computed size and ifdef'ed in the old code for Linux 1999-10-01 14:28:25 +00:00
rods%netscape.com 2424740140 ifdef out a debug statement 1999-10-01 14:26:40 +00:00
rods%netscape.com 888d1325e2 removed noisy printf 1999-10-01 14:20:45 +00:00
troy%netscape.com 1c37e5443d Optimized rendering context setup and solid brush handling 1999-10-01 14:19:36 +00:00
valeski%netscape.com aff9ac100d 15352 r=jevering. regular pointers to com ptrs changeover, as well as more initialization of a PRExplodedTime struct. 1999-10-01 14:10:02 +00:00
valeski%netscape.com c42ae35203 12748 r=Andreas. Completely removed the GetHostByAddr() call so we no longer do any reverse lookups 1999-10-01 13:38:46 +00:00
valeski%netscape.com 192d847d99 15297 r=gagan. Condensed Enumerate() Reset() call combinations to overloaded Reset() 1999-10-01 13:37:11 +00:00
kin%netscape.com c6a1730309 Fix for bug #12195: [DOGFOOD] caret cruft left after a backspace at end of line
Added code to DrawCaretWithContext() that makes sure that the caret
doesn't hang outiside the left edge of a frame.
r=sfraser@netscape.com
1999-10-01 13:16:30 +00:00
ramiro%netscape.com 6ca405327d fix build bustage. 1999-10-01 12:21:33 +00:00