Commit Graph

133603 Commits

Author SHA1 Message Date
aaronleventhal%moonset.net
ec9d7c97c6 Bug 260563. Put space before parenthesized appended accesskey, it looks nicer (trivial patch). r=dbaron, sr=pkwarren 2004-09-21 19:28:14 +00:00
aaronleventhal%moonset.net
c48a2a1a00 Bug 260823. Report correct accessible value for HTML comboboxes. r=pkw, sr=bryner 2004-09-21 19:23:14 +00:00
mvl%exedo.nl
fd88f0a648 Check for memory allocation failures.
bug 226048, r=mostafah
2004-09-21 18:56:45 +00:00
bienvenu%nventure.com
82e84e5d05 fix pop3 get new mail with imail server, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott, 258077 2004-09-21 18:41:47 +00:00
igor%mir2.org
bfc17d4124 In NativeRegExp.executeREBytecode I moved code to manipulate regexp program
stack to separated pushProgStack|popProgStack methods to localize changes to
for the following patch to use linked list for state stack.
2004-09-21 18:38:46 +00:00
tor%cs.brown.edu
9658782ff7 Bug 258009 - DoS vulnerablity. r=tor, sr=dveditz 2004-09-21 18:23:09 +00:00
glen.beasley%sun.com
8b09c31544 258666 JDK 1.5 made enum a keyword 2004-09-21 18:16:14 +00:00
bzbarsky%mit.edu
32ae4b67d6 Set checkbox checked state if we didn't restore it (instead of if we didn't
restore anything at all).  Bug 259486, r+sr=jst
2004-09-21 18:04:47 +00:00
bienvenu%nventure.com
8657fc1866 fix problems accessing local folders with unc path local dirs, r=bienvenu, sr=mscott, patch by slavek.banko@axis.cz 133153 2004-09-21 17:56:44 +00:00
neil%parkwaycc.co.uk
a01e4f8ff5 Make "Log Out" clear all HTTP auth sessions as well as expiring the master password b=55181 p=vhaarr@firefox.no r=me sr=darin 2004-09-21 16:11:28 +00:00
timeless%mozdev.org
bca91b2417 Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
patch by timwatt@gmail.com r=darin sr=darin
2004-09-21 16:00:50 +00:00
pedemont%us.ibm.com
5203c18e3a Remove extra semicolon. Not part of default build 2004-09-21 15:46:59 +00:00
bienvenu%nventure.com
83cddd275f trunk version of fix for 231846 delete bug in threaded view, when switching from flat sort, sr=mscott 2004-09-21 15:07:07 +00:00
bienvenu%nventure.com
3190138636 fix 259259, handling of extreme out of order threaded messages, sr=sspitzer 2004-09-21 15:05:18 +00:00
igor%mir2.org
86848a99b8 I merged REMatchState into REGlobalData and replaced all REMatchState usages as function return type by boolean. It simplified matching code while reducing code bloat. 2004-09-21 15:00:43 +00:00
silver%warwickcompsoc.co.uk
a13247a1e8 Bug 260633 - Make URL generation only remove #, if safe, and make gotoIRCURL stick the # back in as nessessary.
ChatZilla only.
r=samuel@sieb.net
2004-09-21 14:58:26 +00:00
amardare%qnx.com
650bbed788 Change for qnx(photon) platform only. It should not affect other platforms.
Changed CreateDrawingSurface to properly return an error if allocating offscreen memory fails.
2004-09-21 14:37:23 +00:00
roc+%cs.cmu.edu
ed606a4d5d Bug 258175. Always capture the mouse at the root of the document if we haven't captured it in any child. r+sr=bzbarsky 2004-09-21 13:58:22 +00:00
roc+%cs.cmu.edu
ca479a7c10 Bug 260515. Fix obviously broken code in CombineBreakType. r+sr=dbaron 2004-09-21 13:56:06 +00:00
cbiesinger%web.de
f31ccc73eb Bug 260659 cookies use static string objects
r=dwitte sr=darin
2004-09-21 11:58:49 +00:00
cbiesinger%web.de
f0e6217202 Bug 260661 removing unused variable in htmlparser (WriteTag)
r+sr=bz
2004-09-21 11:56:20 +00:00
jwalden%mit.edu
1129c92866 Syncing trunk Help with branch Help... 2004-09-21 06:53:35 +00:00
jwalden%mit.edu
f5beaa67da Syncing trunk Help with branch Help... 2004-09-21 06:45:52 +00:00
pete.zha%sun.com
29cf5bbc1d bug 260525
bustage for Solaris gcc box
r=dbaron
It's a bustage fix for bug 234470
2004-09-21 06:02:24 +00:00
dbaron%dbaron.org
985f6ba949 Fix bustage. b=259615 (and 258521) 2004-09-21 05:04:01 +00:00
dbaron%dbaron.org
0d3d6bc0d3 Turn on CSS error reporting. b=65469 r+sr=bzbarsky 2004-09-21 04:41:42 +00:00
dbaron%dbaron.org
feb3d9aee8 Don't allow the user to scroll things that are 'overflow: hidden'. b=259615 r+sr=roc 2004-09-21 04:41:08 +00:00
vladimir%pobox.com
88acc07ddd wrong IID; this one matches aviary and 1.7 2004-09-21 04:25:40 +00:00
kyle.yuan%sun.com
e81d588f47 Bug 237228 pref "layout.word_select.eat_space_to_next_word" can't be set by user in the profile's prefs.js
r=dbaron, sr=roc, patch=ginn.chen@sun.com
2004-09-21 04:25:08 +00:00
db48x%yahoo.com
aa17b33cca fixes bug 260293: TreeWalker root (currentNode) with no visible descendants goes astray
patch by Alex "WeirdAl" Vincent <ajvincent@gmail.com>, r=sicking, sr=bz
2004-09-21 04:13:52 +00:00
brendan%mozilla.org
b52b04ab35 Avoid recursive death in exn_toString (260541, r=shaver). 2004-09-21 01:18:00 +00:00
brendan%mozilla.org
5c46d927b8 Patch from Larry Cook <lcook@sybase.com> to fix long-delay timer queue order bug (252324, r+sr=me). 2004-09-21 01:11:47 +00:00
myk%mozilla.org
256bfa463c Fix for bug 245075: command-line script that sends bug mail so installations can push bug mail out if it's been missed by the code that sends mail when changes are made; written by Dave Miller 2004-09-21 00:58:32 +00:00
brendan%mozilla.org
c57499697a Make JSOP_SET{PROP,ELEM} be detecting (259935, r=shaver). 2004-09-21 00:25:46 +00:00
vladimir%pobox.com
d1d148096e b=253954, let nsDOMParser detect charset from xml entity decl -- finally remembered to land this; r=bz,sr=shaver 2004-09-20 23:15:26 +00:00
bzbarsky%mit.edu
863645a88a Set the out param to the clone before notifying on the clone. This will help
with callers that expect the variable they are cloning into to be set by the
time notifications happen.  Bug 259139, r=pavlov, sr=dbaron
2004-09-20 22:46:22 +00:00
igor%mir2.org
cc4eeda146 1. Use direct reference to backTraceStack top to save/restore backTraceStack reference when matching REOP_ASSERT/REOP_ASSERT_NOT
2. Coalesce duplicated code in NativeRegExp.executeREBytecode
2004-09-20 22:44:51 +00:00
neil%parkwaycc.co.uk
6a4f37de6b Don't use QueryInterface to get a view from a scrollable view b=258521 r+sr=roc 2004-09-20 22:25:07 +00:00
cltbld
03f4b6764f added ability to push raw xpi files 2004-09-20 22:10:28 +00:00
cbiesinger%web.de
1aac4304bd removing obsolete nmake makefile (r+sr=darin) 2004-09-20 20:52:30 +00:00
dbaron%dbaron.org
908a315919 Fix bustage when CSS error reporting disabled. b=187007 2004-09-20 20:08:20 +00:00
dbaron%dbaron.org
c1a9e0bf17 Make CSS errors localizable. b=187007 r+sr=bzbarsky 2004-09-20 19:38:11 +00:00
Stefan.Borggraefe%gmx.de
a51b28e26e Bug 259724: Wrong behaviour of toolbarbutton when it is disabled
r+sr=neil
2004-09-20 18:47:42 +00:00
saul.edwards%sun.com
d50f77aa5b 258699: Add finalize method to CipherContentProxy class. 2004-09-20 17:11:55 +00:00
cbiesinger%web.de
b1fad3b809 bug 259803 get views using GetInterface from a widget's client data, rather than
by queryinterface, r=pinkerton sr=roc
2004-09-20 12:51:31 +00:00
cbiesinger%web.de
a34befdcab 258822 minimize/restore/close buttons in fullscreen mode need tooltips
r+sr=neil
2004-09-20 12:49:41 +00:00
cbiesinger%web.de
63b01e54c1 bug 260400: removing files made obsolete by bug 176919, r+sr=darin 2004-09-20 12:48:28 +00:00
bmlk%gmx.de
6b38526e02 fix MEW computation regression introduced by my previous checkin bug 257955 r/sr=roc 2004-09-20 12:40:20 +00:00
aaronleventhal%moonset.net
78f76ffeb3 Bug 68841. Underline xul:radio and xul:checkbox accesskeys. r=mconnor, sr=neil 2004-09-20 11:29:07 +00:00
pete.zha%sun.com
6df378819a fix bustage for bug 234470 just landed
sr=dmose
2004-09-20 08:25:49 +00:00