Commit Graph

84798 Commits

Author SHA1 Message Date
mscott%netscape.com
0580ad69b7 Bug #65209 --> hook up progress for posting messages.
r=ducarroz
sr=sspitzer
2001-06-29 04:05:38 +00:00
kmcclusk%netscape.com
a80e214257 Enable interrupting of parsing to improve performance during long document loads + include dynamic switching between user-responsiveness and page load performance,bug 76722 sr=attinasi@netscape.com, r=harishd@netscape.com. 2001-06-29 04:01:26 +00:00
justdave%syndicomm.com
9d2900700d Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in checksetup.pl and also provides permission setting for bugzilla installations installed in a personal user directory as opposed to the server's main web space. (makes the files world-readable so the webserver can see them, since you can't set the group)
Patch by Christian Reis <kiko@async.com.br>
r= justdave@syndicomm.com
2001-06-29 03:47:56 +00:00
mkaply%us.ibm.com
bae17b2ada #88282
r=pocemit, sr=tor
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - more efficient font drawing for xlib
2001-06-29 03:22:34 +00:00
dbaron%fas.harvard.edu
d15b507c8b Back out earlier change so that we again treat hyphen as numeric terminator rather than neutral (and conform to the Unicode Bidi algorithm rather than be compatible with IE). b=73251 r=simon@softel.co.il sr=hyatt 2001-06-29 03:20:09 +00:00
dbaron%fas.harvard.edu
f7dfb32406 Fix BiDi regression from style system landing by correcting implementation of 'unicode-bidi' to be a non-inherited property, correctly mapping attributes to it, splitting text frames with both strong RTL and LTR characters, and stripping BiDi control characters. Code by me and lkemmel@il.ibm.com r=simon@softel.co.il sr=hyatt b=83958 2001-06-29 03:15:58 +00:00
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