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

84792 Коммитов

Автор SHA1 Сообщение Дата
rpotts%netscape.com bd79912193 bug #87370 (r=dougt sr=mscott). Allow OnStopRequest to be called multiple times (more multipart content) and make sure that OnStopRequest is called even if the channel load fails... 2001-06-29 03:09:59 +00:00
dbaron%fas.harvard.edu 7617e18754 Correctly respond to pref changed notifications when dpi pref is set to 0 or -1 (special values). Fixes blank window after unconfirmed profile automigration. b=87843 r=attinasi sr=brendan 2001-06-29 02:59:44 +00:00
tor%cs.brown.edu 8c7a9c6bf6 Fix static build bustage (comet). Rename scale.{h,cpp} to
imgScaler.{h,cpp} to avoid collision with libimg's scale.cpp.
2001-06-29 02:48:56 +00:00
dbaron%fas.harvard.edu f7789a4395 Fix line endings from peterlubczynski's previous checkin (^M^J -> ^J) to fix IRIX and OS/2 bustage. 2001-06-29 02:34:23 +00:00
rginda%netscape.com 0e1ad7ad4e use file:// url as the filename, instead of the native path, when compiling js components.
for bug 85968.  r=dbradley, sr=shaver
2001-06-29 02:20:48 +00:00
nicolson%netscape.com 4df96456a0 Make JSS releasable with "gmake release". 2001-06-29 01:54:49 +00:00
danm%netscape.com 3de19fb1af use use NET_WM standard to hint the UTF8 window title. bug 9449 code=future@galanet.net r=blizzard,pavlov 2001-06-29 01:53:37 +00:00
nicolson%netscape.com bf7be06934 Changes to make JSS more easily releasable.
Also, get rid of NS_USE_JDK_TOOLSET.
2001-06-29 01:53:01 +00:00
tor%cs.brown.edu 67e8bb510c Bug 88326 - move generic image scaling code from gtk to gfx so that other
ports can share it.  Exported and compiled only where needed.  r=cls
2001-06-29 01:48:11 +00:00
sean%beatnik.com 7c933726d3 fix for bug 84411: infinite loop in regxpcom. r/sr=shaver. properly increment loop variant. 2001-06-29 01:44:35 +00:00
ducarroz%netscape.com ce1ab2460c Fix build bustage in Mac with nsIMsgDBViewIDL 2001-06-29 01:41:18 +00:00
blakeross%telocity.com 6a909b0bd6 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 935536aae3 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 6f259e784c 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 98e3972c84 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 a617c4e8b2 fix interruption of search across folders r=naving, sr=sspitzer 44582 2001-06-29 00:42:52 +00:00
rpotts%netscape.com acfde72f7d 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 9a8861353a 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 1b5964cac7 minor content updates per bug 85925, r=cotter 2001-06-29 00:36:26 +00:00
edburns%acm.org 94bdff2f7d 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 d768cc430c Fix for Shockwave registration bug 85334 r=av sr=attinasi 2001-06-29 00:29:44 +00:00
ddrinan%netscape.com 0dbb5635b5 Checking fix for bug 87902 for Javi. r=ddrinan,sr=brendan,a=asa 2001-06-28 20:12:40 +00:00
justdave%syndicomm.com 40361d84c3 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 8baa1e7854 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 b80cc1b833 updating pref->help keys, b=85925 & 46226, r=cotter@netscape.com 2001-06-28 14:38:49 +00:00
oeschger%netscape.com d7d55b6c06 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 a3ebe88fb9 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 74e8b93014 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 39966986a8 add help buttons to composer dialogs (bug #6685) 2001-06-28 13:48:52 +00:00
brade%netscape.com 40ee14cda1 delete previous word keybindings (bug #57967) 2001-06-28 13:04:11 +00:00
locka%iol.ie 37cb39cfb7 NO CODE CHANGES. Replaced all tab characters with spaces. 2001-06-28 13:01:52 +00:00
pete%alphanumerica.com d11372133c Fix for broken nsIFile method IsSymlink
b=81927 r=blizzard sr=jst

--pete
2001-06-28 12:03:47 +00:00
locka%iol.ie 7512867c12 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 af5caaa475 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 6eccc9e3fc 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 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