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

84957 Коммитов

Автор SHA1 Сообщение Дата
locka%iol.ie 1738b333c6 Updated printing code to use public api and wait for printing to complete before returning. b=77537 r=ccarlen@netscape.com sr=blizzard@mozilla.org 2001-06-28 11:47:21 +00:00
cls%seawood.org 0363ae912c ^Ms bad 2001-06-28 10:15:17 +00:00
cls%seawood.org 098afccb30 ^Ms bad. 2001-06-28 10:14:18 +00:00
hewitt%netscape.com 8563fc457d 84051 - Modern theme - final update including new sidebar, statusbar, scrollbars, progress meter, checkboxes, radios, and other small tweaks. r=andreww, sr=hyatt 2001-06-28 09:15:38 +00:00
cls%seawood.org fdb5f40be4 ^Ms bad. 2001-06-28 08:22:24 +00:00
cls%seawood.org 3e7bb1318e dos2unix is your friend. say good-bye to pesky ^Ms. 2001-06-28 08:21:23 +00:00
rginda%netscape.com 9307dd9430 - not built -
add strings for startup failure, and exception formatting
2001-06-28 08:10:57 +00:00
rginda%netscape.com 0ca07c06f7 - not built -
tear down in onclose, instead of onunload
2001-06-28 08:10:14 +00:00
rginda%netscape.com 049fb0d6e8 - not built -
fix for xpconnect name change
2001-06-28 08:09:29 +00:00
rginda%netscape.com c46f545623 - not built -
s/throw BadMojo/throw new BadMojo/g so we can test with instanceof later
2001-06-28 08:08:32 +00:00
rginda%netscape.com 5863ee2785 - not built -
s/throw BadMojo/throw new BadMojo/g so we can test with instanceof later
add formatException() function
redo BadMojo() to construct a new object, we'll need the prototype chain set up right so we can test exceptions with instanceof
2001-06-28 08:08:08 +00:00
rginda%netscape.com afd9d057bf - not built -
add message consts for startup error and exception formats
2001-06-28 08:03:24 +00:00
rginda%netscape.com 7c0b8d809a - not built -
catch startup exceptions and complain.
use MSG_COMMASP instead of ", "
print formatted jsdIValue in the props command's error message
detach debugger onClose instead of onUnload
2001-06-28 08:02:40 +00:00
rginda%netscape.com b61d4de677 - not built -
test for a valid exception before we start looking up properties on it.
2001-06-28 07:59:52 +00:00
rginda%netscape.com 7adb0389b4 - not built -
s/throw BadMojo/throw new BadMojo/g so we can test with instanceof later
split on $ (end of line) instead of \n, as discussed in bug 85968
2001-06-28 07:58:36 +00:00
rginda%netscape.com 0ea34eb8cc - not built -
intial add of a simple read-eval app, for testing the basics.
2001-06-28 07:54:50 +00:00
rginda%netscape.com 6a25bb3258 - not built -
Add isValid to jsdIScript
Add jsdIService::isOn
2001-06-28 07:47:22 +00:00
rginda%netscape.com 19f9333338 - not built -
declare and initialize new provate members in jsdScript, copy important script properties at jsdScript creation time, so they're around after Invalidate().
2001-06-28 07:47:04 +00:00
rginda%netscape.com f40fe785c4 - not built -
large changes to fix the following bugs:
82684, crash manually clearing breakpoint
*actually* clearing mValid in jsdScript::Invalidate fixed this one.

85636, assertions on quiting venkman
jsdService::Off now disconnects the hooks into JSD, to avoid calling back into js after that.  It also processes any pending script delete events that occurred during the last GC. The code to process the gPendingScripts list has been factored out of the gc callback.  Processing the dead script list allows us to properly finalize all of the jsdIScript object, which seems to clear up the "gc roots exist at shutdown" assertions.  In effect, these changes get rid of *all* of the jsd related assertions on exit.

Added isOn attribute to jsdIService.
Added isValid attribute to jsdIScript.  We now prefetch appropriate properties from the underlying JSDScript, so that it's available after the script is Invalidate()d

moved jsdService constructor to jsd_xpc.h

Save the runtime passed to OnForRuntime so we can use it to clear the GC Gallback in Off().
2001-06-28 07:46:36 +00:00
cotter%netscape.com 10a1f695af help content updates per b=85925, PDT approved, r=oeschge, a=asa 2001-06-28 07:45:11 +00:00
syd%netscape.com aab0a06dec Fix for part of 85716. r=ssu, sr=ben. Set tcp window size to more rational size. 2001-06-28 07:39:46 +00:00
justdave%syndicomm.com 8fbb787774 Fix for bug 87983: backdoor.cgi is Netscape-specific, and not part of the bugzilla package. Removing from CVS. 2001-06-28 06:49:06 +00:00
cls%seawood.org f9b3c9195c Updating REQUIRES. Fixing senna bustage 2001-06-28 06:34:07 +00:00
cls%seawood.org 9663f67f7d Removing extra ^Ms to fix irix bustage 2001-06-28 06:22:48 +00:00
timeless%mac.com 47f40c74a7 Bugzilla Bug 76820 Xlib-toolkit does not render images correctly...
patch by timecop@network.email.ne.jp r=Tomi.Leppikangas@oulu.fi rs=darin
2001-06-28 05:29:22 +00:00
jst%netscape.com 88de2440ef Fixing bug 87961. Fixing problems with accessing items in DOM 'array' objects. r/sr=brenda@mozilla.org, vidur@netscape.com 2001-06-28 04:26:29 +00:00
mscott%netscape.com 4a2e26f09d Bug #88066 --> add an advanced button to the helper app dialog. Remove some obsolete DTD strings.
r=hewitt
sr=sspitzer
2001-06-28 04:18:57 +00:00
bzbarsky%mit.edu e5853acf0a Fixing Mac bustage. Part of 81165 2001-06-28 04:10:13 +00:00
bbaetz%cs.mcgill.ca 47e4feb198 Bug 57411 - "error loading url" message should print out macro name where
available. (We only do this on debug builds)
r=jag, sr=ben
2001-06-28 03:35:05 +00:00
bzbarsky%mit.edu 6587a3431e Add an nILineInputStream interface, a ReadLine() helper function, and an
implementation of this interface by nsFileInputStream.  Bug 81165,
r=dougt, sr=darin
2001-06-28 03:19:51 +00:00
sgehani%netscape.com 3492c52688 String libs before packaging xpis.
b  = 88129
r  = ssu
sr = granrose
2001-06-28 03:10:38 +00:00
blakeross%telocity.com 30e157f930 renaming for clarity (not part of build) 2001-06-28 03:04:11 +00:00
pinkerton%netscape.com 69b810010e Adding scrollwheel support for OSX via carbon events. Turning off phantom scrollbar hack under carbon. refactoring scrollwheel event dispatch so both can co-exist. r=beard/sr=sfraser bug 71045 2001-06-28 02:47:07 +00:00
chak%netscape.com efc3872feb Fix for #80778 - ASSERTION on startup: nsAppStartupNotifier.cpp
r/sr=alecf
2001-06-28 02:32:12 +00:00
mscott%netscape.com 190b061f3f Bug #80866 --> new helper app dialog design.
r=hewitt
sr=sspitzer
2001-06-28 02:19:28 +00:00
mscott%netscape.com c00f3b6094 Bug #80866 --> new helper app dialog design. Also fixes 87888
r=hewitt
sr=sspitzer
2001-06-28 02:18:54 +00:00
mscott%netscape.com 8c372a328b Bug #80866 --> new helper app dialog design. Re-implement Get/SetAlwaysAskBeforeHandling to remember in two
sets of preferences.

r=hewitt
sr=sspitzer
2001-06-28 02:18:13 +00:00
mscott%netscape.com 4e413cbce5 Bug #80866 --> new helper app dialog design. Add prefs for remembering the decision to show the
helper app dialog for a particular mime type. Make sure the progress dialog stays up by default.
r=hewitt
sr=sspitzer
2001-06-28 02:17:17 +00:00
blakeross%telocity.com d52ae4afe8 Wallet checks slow context menu creation on forms containing lots of elements (77073). r=morse sr=ben 2001-06-28 02:00:41 +00:00
nicolson%netscape.com 4c9c46275b This is file is ancient cruft. 2001-06-28 01:50:39 +00:00
wtc%netscape.com 2243f9864e Fixed build breakage on Mac. 2001-06-28 01:48:28 +00:00
depstein%netscape.com 2e5c8d74f6 updated README.TXT with description and build instructions. 2001-06-28 01:47:19 +00:00
nicolson%netscape.com 34d2f25223 Fix 88063: JSS binary release must use NSPR and NSS binary releases.
Patch written (and presumably reviewed) by wtc.
2001-06-28 01:43:12 +00:00
bryner%uiuc.edu a50ed6eef9 Bug 75049 - Enable NSS for carbon build. patch from beard, r=mcgreer, sr=nelsonb, a=asa. 2001-06-28 01:40:39 +00:00
darin%netscape.com f829862401 Fixes bug 85054 "Hard Drive grinds when disk cache set to zero."
patch=gordon, r=gagan, sr=darin
2001-06-28 01:30:26 +00:00
sgehani%netscape.com 2244e1eaad Add a dropdown to choose searchengine when in basic mode in
the search sidebar panel.

b  = 86483
r  = matt
sr = alecf
2001-06-28 01:27:35 +00:00
bienvenu%netscape.com 679104606e fix handling of errors opening dbs r=naving, sr=sspitzer 84438 2001-06-28 01:24:59 +00:00
bienvenu%netscape.com cd24eabcfa fix threads created with root msg with id 1 not to have thread id 1, fix handling of errors opening dbs r=naving, sr=sspitzer 84438 2001-06-28 01:21:45 +00:00
mscott%netscape.com 0813dc8ec2 Bug #81352 --> when saving an attachment to disk, be sure to apply the bin hex
decoder for windows and unix platforms if appropriate.
r=ducarroz
sr=sspitzer
2001-06-28 01:20:04 +00:00
mscott%netscape.com e1c1c8e3c0 Bug #81352 --> hook up the bin hex stream decoder for Windows and Unix.
r=ducarroz
sr=sspitzer
2001-06-28 01:09:51 +00:00