buster%netscape.com
04cfddc50d
DOM extension for exposing text areas to XUL
...
bug 12022, r=rickg
1999-11-19 07:18:25 +00:00
mcafee%netscape.com
887a432805
I forgot more stuff for prefs, fixing bustage per my last checkin here.
1999-11-19 05:54:58 +00:00
briano%netscape.com
11819d784e
Automated update
1999-11-19 05:30:20 +00:00
mcafee%netscape.com
0c106adc1e
Fix from Duncan Wilcox, makefiles have dependency on MOZ_TIMER_LIBS and cannot use -ltimer_beos. r=mcafee (me)
1999-11-19 05:24:47 +00:00
mcafee%netscape.com
c325afa7e1
includes were incorrectly wrapped in the NS_BUILD_REFCNT_LOGGING define, fixing mac/win32 bustage.
1999-11-19 05:08:58 +00:00
dougt%netscape.com
365b2789ad
Fixes: 19167,16801,17282,17682,17690,18616 Yes, this one line fix closes
...
all of these bugs and has taken 40 some hours to find. Good night.
1999-11-19 04:11:16 +00:00
harishd%netscape.com
3bf1765e27
Fix for bug 18328
...
r=vidur
1999-11-19 04:02:23 +00:00
nisheeth%netscape.com
5b0dd3b6f6
r=harishd. Tell the refcounting code that the pref service is instantiated.
1999-11-19 03:57:30 +00:00
nisheeth%netscape.com
f6f3439554
r=harishd.
...
- The stack walking code now works on windows. We were initializing the symbol handler on each DLL load which was resetting its symbol tables. Now, we don't re-init the symbol handler repeatedly.
- Added support for an environment variable, XPCOM_REFCNT_LOG_ENABLE_VIA_PREF. When this is set to 1, refcount logging is done based on whether the "Enable XPCOM refcount log" pref in the Debug pane is set. If this is not set, refcount logging is not affected by the pref.
1999-11-19 03:50:28 +00:00
rhp%netscape.com
38fe8921cf
Checking in some debug only code - r: rhp
1999-11-19 03:49:18 +00:00
alecf%netscape.com
ad460da023
fix regression #19239
...
form widget "types" changed to be leading-letter capitalized, which busted the heck out of everything.
couldn't find a reviewer, but this has to be fixed for tomorrow
r=me
1999-11-19 03:37:10 +00:00
rhp%netscape.com
404373bd26
Change for I18N quoting bugs - Bug #: 19164 - r: jefft
1999-11-19 03:27:03 +00:00
mscott%netscape.com
aab5982715
remove two compile warnings to get me off the warnings list...
1999-11-19 03:04:25 +00:00
dougt%netscape.com
3c56a40e88
making sure that we do not empty our segmented buffer if we did not create it
...
bug fix 19290. submitted by bienvenu, r=dougt.
1999-11-19 03:01:33 +00:00
jj%netscape.com
a021294eec
updated version number to M12.
1999-11-19 02:56:00 +00:00
jj%netscape.com
857806d319
renamed output binary from 'apprunner'/'apprunnerDebug' to 'mozilla' and 'mozillaDebug'.
1999-11-19 02:55:46 +00:00
warren%netscape.com
6770f57524
Fixed generic module factory lookup to look in cache.
1999-11-19 02:46:50 +00:00
fur%netscape.com
77db84cccd
Fix build bustage, maybe. Get rid of unnecessary const
1999-11-19 02:35:02 +00:00
fur%netscape.com
47f23d1f43
Took out unnecessary const, which will hopefully unbusticate unix build
1999-11-19 02:25:04 +00:00
akhil.arora%sun.com
e0273c4240
fix=Denis Sharypov <sdv@sparc.spb.su> r=akhil.arora@sun.com
...
19304 convert java dom api to an xpcom module
19305 synchronize with interface changes in nsIDocumentLoaderObserver
1999-11-19 02:17:28 +00:00
beard%netscape.com
f187f89fdf
fix C string leak, bug=18699, r=shaver
1999-11-19 02:14:23 +00:00
Jerry.Kirk%Nexwarecorp.com
ca1696f523
Adding nsSigHandlers file to pull out unix signal handlers into a
...
seperate file.
r=Ramiro
1999-11-19 01:55:19 +00:00
fur%netscape.com
e5fdfdb24e
In support of #8305 (implement cache).
...
Add Truncate() method to nsIFileSpec and implement in nsFileSpecImpl
1999-11-19 01:44:54 +00:00
fur%netscape.com
9b088cf1a4
In support of #8305 (implement cache).
...
Add Truncate() method to nsIFileSpec and implement in nsFileSpecImpl
[Mac Implementation: sdagley, r: sfraser]
[Win implementation: fur, r:rogerl]
[Unix implementation: yixiong.zue@intel.com , r: fur]
1999-11-19 01:42:46 +00:00
bienvenu%netscape.com
8737dce8ab
small performance tweak for null id xul elements r=waterson
1999-11-19 01:31:36 +00:00
tonyr%fbdesigns.com
2d9c7f2665
Changes to support importing Eudora mail/settings on Mac.
1999-11-19 01:25:50 +00:00
fur%netscape.com
5679113aa6
Quash warning
1999-11-19 01:22:30 +00:00
rginda%netscape.com
510c390d39
s/perl5/perl/
1999-11-19 01:18:33 +00:00
ftang%netscape.com
24cdb34bb8
change the charset name to correct case for ISO-8859-x
1999-11-19 01:18:32 +00:00
ftang%netscape.com
9991b485a9
check in backout code after nhotta fix other problem. fix bug 14914
1999-11-19 01:16:53 +00:00
ftang%netscape.com
6add55bb56
fix charset name from BIG5 to Big5
1999-11-19 01:16:07 +00:00
danm%netscape.com
aacfe0af91
windows device context now reports ClientRect in twips, like everyone else. fixes bug 13392. r:saari@netscape.com.
1999-11-19 01:15:46 +00:00
ftang%netscape.com
0818b31afe
change charset name for Big5 from BIG5
1999-11-19 01:15:10 +00:00
ftang%netscape.com
fab29310c5
fix 19132 19135 ane partial fix 12090. implement nsIKBStateContorl for gtk. call ResetInputState from mouse button press. force ime to commit in ResetInputState and send the uncommitted text by using composition start/end and text event. move unicode conversion for IME into nsGtkIMEHelper class. r=erik
1999-11-19 01:14:23 +00:00
dp%netscape.com
479ad973d3
Fixes compilation error with sun workshop. Removed bogus case to
...
PRBool. r=akhil.arora@sun.com
1999-11-19 01:14:07 +00:00
wtc%netscape.com
bdba59b3aa
Allow specification of timeout for test programs.
1999-11-19 01:01:19 +00:00
wtc%netscape.com
dd26474703
Added test case for PR_Available on pipes.
1999-11-19 00:59:57 +00:00
wtc%netscape.com
2ef25f3365
Use #elif instead of #else + #if.
1999-11-19 00:59:17 +00:00
tonyr%fbdesigns.com
1bdff18b94
Added a couple of Morefiles routines to the export list. FSpGetFileSize and FSpResolveFileIDRef. r=sfraser
1999-11-19 00:58:42 +00:00
wtc%netscape.com
edc61d9625
This header file should not define HAVE_UINT. There should be a better
...
solution solution for the problem this solved.
1999-11-19 00:58:21 +00:00
rginda%netscape.com
b5d7c51679
Added most.tests, most of the tests, minus liveconnect and some date/array tests that take a long time.
1999-11-19 00:57:18 +00:00
wtc%netscape.com
08b0402b72
_macos.h: define _MD_MINIMUM_STACK_SIZE to be 58K.
...
pruthr.c: removed unnecessary XP_MAC code since _MD_MINIMUM_STACK_SIZE is
checked by _PR_ADJUST_STACKSIZE.
1999-11-19 00:56:45 +00:00
rginda%netscape.com
38e5dfe58a
HTML output is in, script generally useful. Not tested on win32 or mac yet.
1999-11-19 00:56:17 +00:00
wtc%netscape.com
194d25ba9e
Removed unnecessary _MD_MINIMUM_STACK_SIZE macro definition. Define this
...
macro only if the platform has a minimum stack size requirement.
1999-11-19 00:52:58 +00:00
wtc%netscape.com
96a7a8d65d
Added newline at end of file.
1999-11-19 00:51:58 +00:00
wtc%netscape.com
3c246730fe
Removed the depend:clean hack.
1999-11-19 00:51:25 +00:00
ducarroz%netscape.com
920db262fe
Fix bug 9713. comment out some sensitive code until I rewrite it. This code isn't needed yet. r=mscott
1999-11-19 00:47:40 +00:00
valeski%netscape.com
e84c1214d7
changed the on header notification to actually request the observers of the correct notification. OnHeaders indicates a response has come back, thus those registered for the RESPONSE should get notified, not those registered for the REQUEST
1999-11-19 00:15:42 +00:00
tonyr%fbdesigns.com
8f94375a50
First Checked In.
1999-11-18 23:14:05 +00:00
tonyr%fbdesigns.com
8670aeec2e
First Checked In.
1999-11-18 23:03:36 +00:00