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

84715 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com 69e9d6e9f5 Fix build bustage in Mac with nsIMsgDBViewIDL 2001-06-29 01:41:18 +00:00
blakeross%telocity.com 31624daa7f Fixing all (I think) drag and drop issues between the content area, the personal toolbar, and the bookmarks panel/manager. Includes the inability to drag a bookmark with no name, many links dragged to the bookmarks panel not having a title (79600), and bookmarks dragged to personal toolbar having names like "NC:BookmarksRoot" (85328). r=kerz sr=ben 2001-06-29 01:33:28 +00:00
naving%netscape.com 59db120b53 85632 r=bienvenu sr=mscott; Do not start downloading msgs until the
folder summary file has been built.
2001-06-29 01:05:25 +00:00
jst%netscape.com caa2d5ba7b Fixing bug 81669. Implement nsXULComment::CreateComment(), patch by Fabian Guisset (hidday@geocities.com), r=peterv@netscape.com, sr=jst@netscape.com 2001-06-29 00:48:35 +00:00
sspitzer%netscape.com 6b89bb98c0 fix for bug #86326. make it so news is threaded by default.
r=bienvenu, sr=mscott.
2001-06-29 00:48:14 +00:00
bienvenu%netscape.com d3765cf59b fix interruption of search across folders r=naving, sr=sspitzer 44582 2001-06-29 00:42:52 +00:00
rpotts%netscape.com 55530daee4 bug #65777 (r=jst, sr=vidur). Reworked javascript: protocol so script execution is synchronous inside of AsyncOpen() 2001-06-29 00:40:45 +00:00
oeschger%netscape.com 4170919ca1 fix for 87487, fix=walk84, r=oeschger, sr=waterson, finishing up help locale packaging, already on branch 2001-06-29 00:40:16 +00:00
oeschger%netscape.com cfb8dc5377 minor content updates per bug 85925, r=cotter 2001-06-29 00:36:26 +00:00
edburns%acm.org 825abe478e bug=79851
r/sr=darin
This bug fix makes nsPluginHostImpl::GetCookie() return the cookie value properly.
2001-06-29 00:33:01 +00:00
peterlubczynski%netscape.com 67c59e3edb Fix for Shockwave registration bug 85334 r=av sr=attinasi 2001-06-29 00:29:44 +00:00
ddrinan%netscape.com b14824c424 Checking fix for bug 87902 for Javi. r=ddrinan,sr=brendan,a=asa 2001-06-28 20:12:40 +00:00
justdave%syndicomm.com f321dcd882 Fix for but 76073: - and + didn't work in quicksearch in IE and Opera
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= justdave@syndicomm.com
2001-06-28 16:27:37 +00:00
jake%acutex.net e95335dcaf Refix bug 80289. Don't print header for groups if there aren't any groups to display (was printing a header without groups in rare instances).
Patch by Joe Robins <jmrobins@tgix.com>
r= jake@acutex.net
2001-06-28 15:42:30 +00:00
oeschger%netscape.com 36846d86c1 updating pref->help keys, b=85925 & 46226, r=cotter@netscape.com 2001-06-28 14:38:49 +00:00
oeschger%netscape.com 07e4f6f63a adding help buttons to os2 dialogs to fix pref panel there, b=46226, rs=blizzard, r=mkaply 2001-06-28 14:29:26 +00:00
nboyd%atg.com a3b59239d5 Subject:
Rhino: speed optimization in omj/Interpreter.java
        Date:
             Tue, 26 Jun 2001 21:06:56 +0200
       From:
             Igor Bukanov <igor@icesoft.no>
 Organization:
             Wind River
         To:
             Norris Boyd <nboyd@atg.com>




Hi, Norris!

The attached Interpreter_patch contains a speed optimization patch that
tries to avoid creation of Double objects by keeping a parallel stack
for double values: instead of putting Double to the stack, DBL_MRK is
put and the real value is put to double stack (sDbl). Then when reading
stack with DBL_MRK, the double value from the double stack is used
wrapped to Double object when necessary. In addition local and vars
arrays are merged to stack array.

The attached before.txt and after.txt contain results of typical runs of
mozilla/js/benchmarks/all_bench.js before and after optimization on my
PC: Athlon 650/Red Hat 7.0/JDK 1.3.0 from Sun .

In number of cases the optimization actually slow down the executionby
5-10% (I guess due to the checks for DBL_MRK), but mostly it is a nice
sped up often by factor of 2 ot more with overall optimization win: 267
versus 218 seconds.

I guess it is possible to apply the same optimization to the optimizer
package, but in our browser we use strictly interpreter mode. Also by
changing signature of call/construct methods in Scriptable it is
possible to avoid creation of almost all objects currently allocated
during method calls, but that is for far future.

Regards, Igor
2001-06-28 14:28:19 +00:00
ccarlen%netscape.com 7f09885054 Bug 87150 - enter or double-click does not dismiss profile selection dialog. r=brade/sr=blake 2001-06-28 14:21:35 +00:00
brade%netscape.com 73608f57be add help buttons to composer dialogs (bug #6685) 2001-06-28 13:48:52 +00:00
brade%netscape.com 1f523bc327 delete previous word keybindings (bug #57967) 2001-06-28 13:04:11 +00:00
locka%iol.ie cfdce7310e NO CODE CHANGES. Replaced all tab characters with spaces. 2001-06-28 13:01:52 +00:00
pete%alphanumerica.com 26e685e8f1 Fix for broken nsIFile method IsSymlink
b=81927 r=blizzard sr=jst

--pete
2001-06-28 12:03:47 +00:00
locka%iol.ie 0c8b1015ce Added code to adjust requested window size to account for the frame and client edge. b=84034 r=chak@netscape.com sr=blizzard@mozilla.org 2001-06-28 11:57:53 +00:00
locka%iol.ie 0bf8422551 Change backslash/forward slash fixup to only occur for ftp, http & https protocols. b=81717 r=rpotts@netscape.com sr=mscott@netscape.com 2001-06-28 11:54:27 +00:00
locka%iol.ie 1b799ded6c Added null pointer check to prevent crash when stream converter is missing. b=83336 r=rpotts@netscape.com sr=darin@netscape.com 2001-06-28 11:53:17 +00:00
locka%iol.ie 4c10b63de4 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 dd3cdfc420 ^Ms bad 2001-06-28 10:15:17 +00:00
cls%seawood.org 2d92f50c6c ^Ms bad. 2001-06-28 10:14:18 +00:00
hewitt%netscape.com e5bb07b125 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 104c96dcc6 ^Ms bad. 2001-06-28 08:22:24 +00:00
cls%seawood.org c068ceff88 dos2unix is your friend. say good-bye to pesky ^Ms. 2001-06-28 08:21:23 +00:00
rginda%netscape.com 7d288ddcb1 - not built -
add strings for startup failure, and exception formatting
2001-06-28 08:10:57 +00:00
rginda%netscape.com 7eaa0eaca9 - not built -
tear down in onclose, instead of onunload
2001-06-28 08:10:14 +00:00
rginda%netscape.com 71991725c5 - not built -
fix for xpconnect name change
2001-06-28 08:09:29 +00:00
rginda%netscape.com 7e0208ed53 - 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 65d0cc4783 - 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 aa829f037a - not built -
add message consts for startup error and exception formats
2001-06-28 08:03:24 +00:00
rginda%netscape.com 81eec79846 - 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 a71cbeb830 - 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 f3d6f202e0 - 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 ae629a3fc2 - 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 0dd8228c9c - not built -
Add isValid to jsdIScript
Add jsdIService::isOn
2001-06-28 07:47:22 +00:00
rginda%netscape.com 27a7eb62fc - 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 b799edc573 - 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 8f2f321edd help content updates per b=85925, PDT approved, r=oeschge, a=asa 2001-06-28 07:45:11 +00:00
syd%netscape.com 304c46f3a5 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 b89f413d7c 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 8ddd60fce9 Updating REQUIRES. Fixing senna bustage 2001-06-28 06:34:07 +00:00
cls%seawood.org 4d0b6b5dff Removing extra ^Ms to fix irix bustage 2001-06-28 06:22:48 +00:00
timeless%mac.com 4e5b525299 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