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

69217 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org 396485e045 Forgot to round capacity up to nearest power of two\! r=bienvenu. 2000-08-31 03:12:40 +00:00
danm%netscape.com 17b80feb19 check for null context before clearing JS watchpoints. bug 49615. patch from afranke@ags.uni-sb.de. r=brendan, me a=brendan 2000-08-31 03:10:52 +00:00
brendan%mozilla.org fee5220228 Use lazy JS class init to save memory and cycles; also expand tabs per Emacs modeline (46703, r=blizzard@mozilla.org). 2000-08-31 02:59:59 +00:00
buster%netscape.com 644740d8b6 bug 48295 (floating nested table height initially 0, makes layout wrong)
r=karnaze
values from the wrong struct were getting passed into SetTallestCell
2000-08-31 02:57:58 +00:00
nelsonb%netscape.com ac1576b1d1 Some cleanup. Check error codes for all functions that return them. 2000-08-31 02:52:23 +00:00
nelsonb%netscape.com 79db8e17f9 Big changes for performance. mp_digits are now always unsigned ints.
mp_words are used only on machines that support long long arithmetic.
s_mp_mod_d() was deleted.  It was not being used and was not part of the
public API. The code that computes squares in s_mp_sqr was broken out
into a separate new function s_mpv_sqr_add_prop(), which is a target for
assembly language optimization.  New function s_mpv_div_2dx1d(), also a
target for assembly optimization.  These changes made X86 benchmark time
go from 22.5 seconds to 8.3 seconds on my reference test system.
2000-08-31 02:51:23 +00:00
nelsonb%netscape.com abe117c1ce Add support for Linux on X86 CPUs. Use assembler code on MIPS CPUs. 2000-08-31 02:43:56 +00:00
dr%netscape.com dd4147c01a removed nsTabFrame stuff, fix for 50612, r=ben 2000-08-31 02:41:55 +00:00
nelsonb%netscape.com 6817ff9bb1 Gnu assembler implementations of all s_mpv_ functions for Intel X86 CPUs. 2000-08-31 02:41:20 +00:00
nelsonb%netscape.com d9081b6d4d Add implementation of s_mpv_sqr_add_prop. 2000-08-31 02:40:32 +00:00
saari%netscape.com f7208bdfa9 Removing nsTabFrame.cpp from layout.mcp for dr fix for 50612 2000-08-31 02:39:51 +00:00
bryner%uiuc.edu a8b16274f3 Fixing 50554 - keep the tree in a consistent state while removing its content.
This is prep work for 47795.  Also fixes chatzilla crash.  r=waterson.
2000-08-31 02:39:48 +00:00
beard%netscape.com 3940913be4 bug #44187: added guards to prevent crashes when Java not available. r=jband 2000-08-31 02:37:42 +00:00
kmcclusk%netscape.com 7d81913b4d Revert back to old loop construct for dispatching events which is safer when the event destroys the current view bug 50335 r=attinasi@netscape.com 2000-08-31 02:31:17 +00:00
beard%netscape.com e14415a0f9 fixing crasher, reference counting problems. r=ccarlen 2000-08-31 02:26:44 +00:00
saari%netscape.com d27521c8bd Fixes for Mac menu bugs 49576, and 49142. r=pinkerton 2000-08-31 02:26:08 +00:00
waterson%netscape.com b6927e3a0e Add pldhash.c to the build. 2000-08-31 02:18:08 +00:00
waterson%netscape.com 4c414fe5f9 Add pldhash.h to the build. 2000-08-31 02:17:29 +00:00
ben%netscape.com 35ad3305c8 fix for the simplest part of 30878, right click checks checkboxes. 2000-08-31 02:13:00 +00:00
dr%netscape.com 8a1367b96e fix for 49802, r=danm 2000-08-31 02:07:04 +00:00
naving%netscape.com 6488fb8171 Changed the BuildPop3Url to pass the port also 2000-08-31 01:53:45 +00:00
naving%netscape.com 8459400ceb #define POP3_PORT was removed to get the port set for POP acct. Useful if the port is not
the default port.
2000-08-31 01:52:51 +00:00
alecf%netscape.com 8a1261a253 fix for 40357 - in filter editor, only display folder which can accept new messages
r=bienvenu
2000-08-31 01:50:48 +00:00
naving%netscape.com 6bda90e8bf Read the profile from the directory with the hostname appended rather than hostandport
when migration is done
2000-08-31 01:49:44 +00:00
naving%netscape.com 488017cc4d truncating the port number from the popservername because it causes problem
in creating directory on windows (Name:port)
2000-08-31 01:45:58 +00:00
mcafee%netscape.com 8e58f3a1f0 Backing out fix for solaris from earlier, r=akkana,scc 2000-08-31 01:22:17 +00:00
tao%netscape.com 1969b6881b remove en-DE place holder from US build; a=ftang. 2000-08-31 01:09:31 +00:00
beard%netscape.com 4d77b2b175 Use Addr2Line with Linux format leak files. 2000-08-31 01:08:16 +00:00
beard%netscape.com c6a58bb03e Linux: used to map library +offset to file:line 2000-08-31 01:07:33 +00:00
pollmann%netscape.com 87cf1f6ddb Bug 50143: All radio buttons should be unchecked before checking new one when restoring frame state r=jst@netscape.com 2000-08-31 00:59:31 +00:00
tao%netscape.com 3b781fd7e4 Take out en-DE place holder from installer build. a=ftang. 2000-08-31 00:56:23 +00:00
andreww%netscape.com 3030fc3770 fixing bugscape http://bugscape/show_bug.cgi?id=2177 r=hyatt. 2000-08-31 00:40:46 +00:00
nhotta%netscape.com 49df2f7db3 Changed to remember the query charset in GetInternetSearchURL(). Then use it to convert from that charset to UTF-8 in FindInternetSearchResults(), bug 42221, r=rjc. 2000-08-31 00:37:39 +00:00
nhotta%netscape.com 37e45003fe Changed to get a webshell service through docshell, bug 50806, r=harishd. 2000-08-31 00:36:54 +00:00
jst%netscape.com ef147e7941 Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com 2000-08-31 00:36:31 +00:00
slamm%netscape.com d03f5efc31 Use proper interface variable to use directory services. Fixes window.sidebar.addPanel(...). bug 50167. r=mcafee 2000-08-31 00:20:02 +00:00
cmanske%netscape.com 349d86d62d Fixed bad string value, part of 47695, r=beppe 2000-08-31 00:10:55 +00:00
mcafee%netscape.com d083075b19 Fixing tab problem 2000-08-31 00:05:39 +00:00
cyeh%bluemartini.com 78be249b9d fix for 44617: edit*.cgi: Should show which product you're working on
patches by mtakacs@pacbell.net (Tak)
2000-08-30 23:44:36 +00:00
slamm%netscape.com cc6ba910f2 Remove icons for horizontal grippy. (47585) r=mcafee 2000-08-30 23:42:24 +00:00
slamm%netscape.com e3d98f87bf Update text for no panels in sidebar. r=mcafee 2000-08-30 23:42:16 +00:00
slamm%netscape.com 982f1e723f Add text for up/down buttons. Replace occurences of 'panel' with 'tab' (47585) r=mcafee 2000-08-30 23:42:09 +00:00
slamm%netscape.com d4e81e8f2c Separate the grippy from the sidebar header for mailnews (47585). r=mcafee 2000-08-30 23:42:04 +00:00
slamm%netscape.com dadc9ae3d1 Avoid panels loading in the background (46736). General rewrite (i.e. standardize the arguments passed by wrapping the panels and panel lists in objects). r=mcafee 2000-08-30 23:41:58 +00:00
slamm%netscape.com 46754b965f Separate the splitter from the sidebar header (47585) r=mcafee 2000-08-30 23:41:53 +00:00
slamm%netscape.com 77165b2fb8 Handle remote folders better. Force them to have a twisty by setting container='true'. Fix Save(), so that it does not write over pre-existing values (46666). Fix loading of remove folders (48093). Make customize tab dialog have a close box (48228). r=mcafee 2000-08-30 23:41:43 +00:00
slamm%netscape.com e2c3a54cff Update a panel on close (47585). r=mcafee 2000-08-30 23:41:37 +00:00
slamm%netscape.com 8503febc68 Drop special grippy images and use standard grippy images instead (47585). Add style for hiding the twirling load gif. r=mcafee 2000-08-30 23:41:32 +00:00
slamm%netscape.com d2411524df Drop gifs. Styles for 'more tabs' link (47585). r=mcafee 2000-08-30 23:41:24 +00:00
slamm%netscape.com c8726b8fa8 Sidebar customize dialog: More panels link (47585). r=mcafee 2000-08-30 23:41:17 +00:00