Commit Graph

69298 Commits

Author SHA1 Message Date
ccarlen%netscape.com
b1e9b81bd1 - NOT PART OF THE BUILD - Updated for embedding API changes 2000-09-01 19:04:06 +00:00
ccarlen%netscape.com
f2d04c9db9 - NOT PART OF THE BUILD - Save prefs as soon as we touch them instead of waiting until quit time. 2000-09-01 19:03:23 +00:00
pnunn%netscape.com
5246f02766 bug#13718: pnunn. move init to intended location. 2000-09-01 19:00:05 +00:00
sspitzer%netscape.com
910ec9b98d fix for crasher bug #51076. the old category code is not ready for prime time, commenting it out.
mozilla 6.0 doesn't support new categories.  r=mscott
2000-09-01 18:56:36 +00:00
dimator%netscape.com
437df4c969 Adding default localstore.rdf for new/mig. profiles. bug 44669. r=sspitzer 2000-09-01 18:52:08 +00:00
brendan%mozilla.org
f4f8bbb650 Followup for 44997, r=shaver:
- #if JS_HAS_LVALUE_RETURN around cx->rval2/rval2set defs and uses.
- Instrument different kinds of invocations, #ifdef DEBUG only.
- Clean up basis case of empty switch statement to use high = -1, low = 0,
  requiring care when optimizing in-range tests using unsigned casts, but
  freeing the interpreter and decompiler from having to do an extra test
  before looping from low to high.
- Clean up all codegen to use JUMP_OFFSET_LEN, ATOM_INDEX_LEN, etc. instead of
  magic 2 or 4.
- Add JSOP_TRY and JSOP_FINALLY no-ops to save a srcnote per JSOP_NOP, and to
  make decompilation and jit'ing easier.
- Minimize number of source notes to maximize SRC_XDELTA span.
- Use JSSCRIPT_FIND_CATCH_START in throw code.
- Indentation and bracing nits picked.
2000-09-01 18:42:22 +00:00
kestes%staff.mail.com
f24c77db50 imbed the version number in the generated html 2000-09-01 18:39:54 +00:00
kestes%staff.mail.com
a2ed4c7a72 export_alltree_headers
function signature has changed.
2000-09-01 18:39:19 +00:00
kestes%staff.mail.com
1d825bdc28 better comments to discribe the settings. 2000-09-01 18:38:23 +00:00
kestes%staff.mail.com
5109cf4f6b $link was in the wrong scope.
I was returning undef instead of $link.
2000-09-01 18:37:52 +00:00
wtc%netscape.com
44a8b535aa Bugzilla bug #30746: the primordial thread should wait for the timer
manager thread to start only if the timer manager thread is a local
thread, otherwise in native-threads-only mode, if NSPR is initialized
by a DLL, the primordial thread may be hung in PR_WaitCondVar because
the (native) timer manager thread does not get to run until the DLL is
initialized.
2000-09-01 18:26:28 +00:00
ducarroz%netscape.com
48555aed0d Fix for bug 50968. Replace out-dated status bar by a new one up to date. R=bienvenu 2000-09-01 18:26:10 +00:00
harishd%netscape.com
4668b6e263 7670 - Enable NOSCRIPT.
r=jst
2000-09-01 18:17:43 +00:00
harishd%netscape.com
47eb728bbf 7670 - Enabling NOSCRIPT content.
47827 - Make sure to check DD's hierarchy.

r=jst
2000-09-01 18:17:17 +00:00
brendan%mozilla.org
e185d5b9b7 Fix js_EnterSharpObject to clean up sharpObjectMap on error (44009, r=shaver). 2000-09-01 18:01:04 +00:00
dbragg%netscape.com
2598ed20af Fix for bug 46802. Added the test from the nspref.dll to prevent unnecessary loading 2000-09-01 18:00:03 +00:00
dbragg%netscape.com
7f6e1cb522 Fix for bug 46802. Removed the test from the nspref.dll to prevent unnecessary loading 2000-09-01 17:59:29 +00:00
dbragg%netscape.com
77d801d185 Fix for bug 46802. Changed name of function to reflect its new functionality. 2000-09-01 17:58:33 +00:00
sspitzer%netscape.com
24538d74a9 checking in alecf's masterful fix for dogfood bug #50685.
r=putterman,sspitzer a=granrose
2000-09-01 17:25:01 +00:00
wtc%netscape.com
186f59fb5b Set version number to 4.1. 2000-09-01 16:07:38 +00:00
bienvenu%netscape.com
59b080e5bb fix build bustage for locka, remove viewSource from jar manifest 2000-09-01 14:36:10 +00:00
bienvenu%netscape.com
e4622d02ab add batching support for msg count notifications r=putterman 49212 and 17470 2000-09-01 14:25:09 +00:00
locka%iol.ie
bf41e5e70d Removed hack put in to drag and drop to workaround this bug. b=41984, r=jst 2000-09-01 13:43:20 +00:00
locka%iol.ie
1f402e7d0a Attach nsGlobalWindow's title property to the primary content document's title property. b=41984, r=jst 2000-09-01 13:31:21 +00:00
waqar%netscape.com
3bf37c3125 #=48907
r=rods@netscape.com
a=kmcclusk@netscape.com
d=Implement CSS3 Font for GTK.
2000-09-01 13:21:46 +00:00
rcassin%supernova.org
410730cd0f Fix for bug 47574: extra, unused strings / entities defined in editor UI files - r=anthonyd, cmanske 2000-09-01 13:14:09 +00:00
mkaply%us.ibm.com
9962a1f69b #47874
r=mkaply, a=brendan
More fixups to widget - better menu code
Use Window Properties instead of PresParams
Rework subclass stuff to be more like Win
2000-09-01 13:09:21 +00:00
mkaply%us.ibm.com
b501a83f8c OS/2 Tinderbox break
PR_CALLBACK needed here
2000-09-01 13:03:40 +00:00
rods%netscape.com
d77e0816f4 When calculating the point size of a LOGFONT the scalling between the screen
and the printer must be taken into account. (The LOGFONT metrics are for the screen)
Bug 45656  r=dcone
2000-09-01 11:59:48 +00:00
pavlov%netscape.com
e74258e943 ugh, fix for the windows bustage. this fix sucks. windows.h sucks. 2000-09-01 10:34:05 +00:00
ben%netscape.com
0b12927e7d remind me again why I use linux... fixing mac build bustage due to missing file in project thingy... i hope this works.. I thought macs were supposed to be friendly. bah. pav 2000-09-01 10:08:08 +00:00
cls%seawood.org
ec57e3d50b Reorder libs for Irix linker & properly link in _s.a libs 2000-09-01 09:29:20 +00:00
pavlov%netscape.com
36d6a97e21 adding to windows makefile 2000-09-01 09:27:32 +00:00
pavlov%netscape.com
b956215375 fix for secure smtp bug 30321 r=mscott for the smtp part and r=bryner for the rest 2000-09-01 09:00:37 +00:00
hyatt%netscape.com
bf208e29cb Closing my eyes, crossing my fingers, and pressing the NUKE THE TREE button. r=nobody, I'm trying to recover from vidur's window bomb. :) 2000-09-01 08:40:38 +00:00
jst%netscape.com
7fec4da1ce Comment and whitespace change... 2000-09-01 08:24:00 +00:00
hyatt%netscape.com
26294ec87c XBL syntax changes. r=ben 2000-09-01 08:10:14 +00:00
hyatt%netscape.com
a00da988b4 XBL syntax changes. r=ben 2000-09-01 08:07:07 +00:00
hyatt%netscape.com
7bc95814d5 More XBL syntax changes. r=ben 2000-09-01 08:05:16 +00:00
ben%netscape.com
9a7760557b make my previous checkin a bit more robust 2000-09-01 07:59:49 +00:00
pavlov%netscape.com
0351bd680d removing makefile that is no longer in the tree 2000-09-01 07:55:20 +00:00
cls%seawood.org
bd028ed30c Need to explicitly cast pointer to public DOM window interface 2000-09-01 07:41:46 +00:00
pavlov%netscape.com
364611d68d fix for crash when trying to get the parent file when the file was a drive r=dougt bug 50837 2000-09-01 07:36:55 +00:00
jst%netscape.com
7aa7ed7f6d Fixing nsbeta3+ bug 28277. Add a callback to nsHTMLImageElement so that we know when a image created in JavaScript has loaded (or fails to load), this is needed to support onload and onerror event fireing and also to support the '.complete' property on images create in JavaScript. r=nisheeth@netscape.com 2000-09-01 07:05:08 +00:00
saari%netscape.com
0a86bc4cbd recommiting my mac only menu optimizations after the false alarm backout
earlier today.
2000-09-01 06:37:57 +00:00
wtc%netscape.com
b4d3758798 Bugzilla bug #40778: backed out the previous checkin. I convinced myself
that users shouldn't be accessing the 'reserved_fn_n' fields at all.
Modified files: prio.h, priometh.c, prlayer.c, prsocket.c, ptio.c
2000-09-01 06:02:03 +00:00
mscott%netscape.com
f1aa9956b6 conrad's directory service change broke helper app support 'cause we don't find the mimetypes.rdf file anymore.
minor tweak to fix that
r=sspitzer
2000-09-01 05:58:42 +00:00
ben%netscape.com
7df47feb54 common dialog localization, 38523. r=hyatt 2000-09-01 05:54:59 +00:00
ben%netscape.com
fa34c388c4 add common dialogs properties file for common dialog localization, 38523 2000-09-01 05:54:14 +00:00
bryner%uiuc.edu
64567f4646 Landing RDF_FILEPICKER_BRANCH. r=pavlov.
beta3+ bugs fixed:
49693 (crash on ..)
47795 (filepicker slowness)

Also includes patches from disttsc@bart.nl to fix:
9542 (esc should dismiss)
42054 (filepicker should recognize ~)
42056 (make the filepicker history list work)
2000-09-01 05:49:45 +00:00