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

72311 Коммитов

Автор SHA1 Сообщение Дата
pchen%netscape.com 481190ed33 bugzilla 56564, r=matt, sr=alecf, added string in string bundle for "third"
search URL
2000-10-19 22:43:02 +00:00
pchen%netscape.com 669d675d27 bugzilla 56564, r=matt, sr=alecf, revert code from bugscape 2666 and use
string bundle for "third" search URL
2000-10-19 22:42:17 +00:00
rogerl%netscape.com dca0647bab Adding xmlparser stuff 2000-10-19 22:34:23 +00:00
mstoltz%netscape.com ea75b7e1ad Bug 56851, regression in XPInstall dialog. r=jst, sr=vidur 2000-10-19 22:21:57 +00:00
mkaply%us.ibm.com 3a0fc9c277 #56770
r=mkaply, a=blizzard
Code from jeffk - this was actually a focus problem
2000-10-19 22:20:48 +00:00
mkaply%us.ibm.com 9f883208c2 #55550
r=mkaply, a=blizzard
Code from jjones to check window before deferencing it
2000-10-19 22:13:52 +00:00
varada%netscape.com 9f85b7a761 fix for bug#45493 2000-10-19 22:02:07 +00:00
varada%netscape.com c65e32c96c fix for bug#52834 2000-10-19 22:01:06 +00:00
mkaply%us.ibm.com 8fce60128f #56769
r=mkaply, a=blizzard
Code from jkobal to fix various clipboard problems
2000-10-19 21:57:17 +00:00
dcone%netscape.com dd11969fb9 Have fix for bug 24406. r=kmmclusk sr=buster 2000-10-19 21:49:12 +00:00
alecf%netscape.com dd4f96c8d0 second part of fix for #52519 - unescape text/x-moz-url URLs when they are dropped into bookmarks and history
r=law@netscape.com
a=ben@netscape.com
2000-10-19 21:47:36 +00:00
alecf%netscape.com d9c0ca3d7e second part of fix for #52519 - unescape text/x-moz-url URLs when they are dropped into bookmarks and history
r=law@netscape.com
a=ben@netscape.com
2000-10-19 21:40:09 +00:00
alecf%netscape.com 3a10d326e0 first part of fix for #52519 - escape text/x-moz-url URLs when they are dragged r=law@netscape.com (LOTS of review!)
a=ben@netscape.com
(from the N6 branch)
2000-10-19 21:38:25 +00:00
mkaply%us.ibm.com 51ac1c34a0 #56769
r=mkaply, a=blizzard
Code from jkobal to fix various clipboard problems
2000-10-19 21:18:12 +00:00
sfraser%netscape.com 64d6eb3e8e Fix for 20743 -- better strategy for low-memory handling when allocating image GWorlds. r=pierre, sr=dcone. 2000-10-19 21:17:13 +00:00
morse%netscape.com 693abc1d79 bug 27687, can't log into yahoo mail, r=dveditz,gagan, a=gagan, sr=mscott 2000-10-19 21:15:20 +00:00
javi%netscape.com 65787215f6 Make this directory build in the new world.
Add some debug output in regards as to which directory it's gonna use
for the cert db.
2000-10-19 21:14:34 +00:00
kin%netscape.com cde316513c Fix for bugscape bug #2730 (spellchecker language pop-up menu not localizable)
Modified InitLanguageMenu() to use languageNames.properties and regionNames.properties
instead of the now deprecated acceptlanguage.properties.
r=brade@netscape.com sr,a=sfraser@netscape.com
This fix has not been checked into the Netscape_20000922_BRANCH.
2000-10-19 21:09:06 +00:00
javi%netscape.com ef7df11de3 Decompose the function for the SSL Service Thread to make it easier to read.
When doing a poll, exit the service thread if there are no sockets waiting
for data to be processed.  Make the poll for data from the client and
server sockts time out after 10 minutes.  At that point there should be
nothing waiting or the connection has gone away without us knowing about it.
2000-10-19 21:03:41 +00:00
dmose%mozilla.org f80e4dd62d get rid of outdated comments; a=r=(not built) 2000-10-19 20:51:46 +00:00
ccarlen%netscape.com d735ea5c51 Fix for 56998 which blocks 56041. nsLocalFile::Exists() could return TRUE if the file in fact didn't exist. Happened with files for which the volume or dir didn't exist. r=sfraser. 2000-10-19 20:41:55 +00:00
dougt%netscape.com 5d48538618 b=46775. Adding ablity to generate a static module based on dougt/cls's work. There is a disagreement between us and warren about how exactly to do this. Since I have a working solution, I am checking this onto our embedding branch. This disagreement must be resolved before these changes land on the mozilla trunk. 2000-10-19 20:41:44 +00:00
blizzard%redhat.com 56525a7354 Fix bug #56753. Assertions when initializing the http handler. r=gagan, sr=mscott 2000-10-19 20:05:00 +00:00
brendan%mozilla.org 1ccb4a996e - Treat 08, 09, 078, 079, etc. as decimal, but warn that they're not legal
ECMA-262 octal literals.  Old code would split 08 into 0 and 8 if JS1.2 or
  other non-ECMA version, and always split 078 into 07 and 8, resulting in
  missing ; syntax errors.

- Fix CheckFinalReturn to be aware of JS_HAS_EXCEPTIONS, finally (sic).  Lots
  of help from jag (Peter Annema, disttsc@bart.nl), thank him.

Both changes got lumped under bug 49233, and are r=jband, sr=shaver.
2000-10-19 19:21:53 +00:00
dougt%netscape.com 55772c357c makes the about:bloat log (a) using nsIFile, and (b) next to the bin directory 2000-10-19 19:05:37 +00:00
locka%iol.ie fa2b23d380 Removed unused variables made obselete by previous checkin. b=56285 2000-10-19 18:56:56 +00:00
robinf%netscape.com e3085e185a updating to reflect latest NS6 UI 2000-10-19 18:48:35 +00:00
anthonyd%netscape.com 629d7a9074 fix for bug #49663
nsRange::DeleteContents leaks
r=sfraser
sr=kin
a=brendan
2000-10-19 18:47:00 +00:00
jeff.dyer%compilercompany.com 39043d84d8 Fix redness by removing incorrect conversion. 2000-10-19 12:17:54 +00:00
jeff.dyer%compilercompany.com c194d27da3 b=53849, r=mstoltz@netscape.com,edburns@acm.org, a=brendan@mozilla.org.
This fix makes Liveconnect smarter about getting a security principal
when verifying that call from an applet to JS should be allowed.
2000-10-19 11:51:22 +00:00
ben%netscape.com 55dc21c8c1 A whole bunch of ViXEn stuff, part 1. Basic aggregate transactions and
undo/redo fit and finish. NOT PART OF BUILD
2000-10-19 11:25:53 +00:00
pollmann%netscape.com 3da7c0c668 Bug 13871: Prevent frameset spoofing r=mstoltz, sr=mscott, a=rpotts 2000-10-19 10:25:49 +00:00
gagan%netscape.com 7642ed6405 Fixing the last addref I added. Part of the bug 32335 cleanup. 2000-10-19 07:08:22 +00:00
gagan%netscape.com bcb3c01e60 Fixes for bug 32335. Include the fix for the leak, changed to voidarray from ISupportsArray, and removed dependency on nsISupports for nsAuth. r=gagan, sr=mscott,brendan 2000-10-19 07:06:50 +00:00
radha%netscape.com f3c249194e Fix for bug # 55055 r=adamlock sr=rpotts 2000-10-19 06:40:46 +00:00
rickg%netscape.com ea55299389 fixed rtm++ bugs: 56665, 57173. r=attinasi, harishd; sr=buster. 2000-10-19 06:38:48 +00:00
racham%netscape.com 640259d10e Fixing bug 56041. We have been storing paths instead of persitent strings since japanese migration bug 44764 was fixed. People who stored profile folders at customized locations on Mac were affected with that change. This fix saves the data back into the registry in persistent format for Mac. r=ccarlen a=alecf 2000-10-19 06:35:13 +00:00
radha%netscape.com 29213fc2e3 Fix for bug # 46828. r=mscott sr=rpotts 2000-10-19 06:24:24 +00:00
buster%netscape.com d2c314a090 bug 57039 crash in [@ nsBlockBandData::GetBandData()]
r=karnaze
a=rickg, a=waterson
some simple bullet-proofing for possible null pointer dereferencing
2000-10-19 05:21:26 +00:00
beard%netscape.com a85ec92774 More const String& happiness. 2000-10-19 03:37:02 +00:00
beard%netscape.com 1352d297a2 const String& to soothe g++ 2000-10-19 03:33:51 +00:00
beard%netscape.com 6561f9adaf Fixing linux breakage, incorrect constructor name. 2000-10-19 03:32:23 +00:00
ben%netscape.com dc7e092ce5 command line handler for Vixen, gut VixenShell, update makefiles.
NOT PART OF BUILD
2000-10-19 03:23:45 +00:00
bryner%uiuc.edu 4c34fad642 Adding unix makefiles for vixen. r/a=ben. 2000-10-19 03:16:19 +00:00
mkaply%us.ibm.com c2aff178a7 #56553
r=mkaply, a=blizzard
Code from jkobal - were doing the wrong thing on window close
2000-10-19 03:11:23 +00:00
jefft%netscape.com 5b0816aa95 fixed bug 57059 -- buffer overrun on message header, r=ducarroz, rhp, sr=mscott 2000-10-19 02:24:09 +00:00
jefft%netscape.com 899366e8a7 fixed bug 55993 -- forward attachment corrupt; r=ducarroz, sr=mscott 2000-10-19 01:51:09 +00:00
beard%netscape.com a5f922e26e Implement GetTagText(). r=jst, sr=waterson, bug #56390. 2000-10-19 01:37:53 +00:00
rods%netscape.com df94ae3123 Both fixes are checks for null pointers 57044 checks for a null toolkit pointer
50208 checks for a null window in the processing of events
Bug 50208, 57044
r=saari,kmcclusk sr=buster
2000-10-19 00:48:06 +00:00
rginda%netscape.com 05f1f7e5e5 made (most) parse*operand functions do the right thing... the rest choke for now. 2000-10-19 00:03:12 +00:00