Commit Graph

105570 Commits

Author SHA1 Message Date
jouni%heikniemi.net
b799fd6bb0 Bug 149246: Allow use of relative time units in query screen.
Patch by Michael Schindler <michael@compressconsult.com>, 2xr=jouni
2002-07-09 10:58:10 +00:00
bzbarsky%mit.edu
5640958a00 "Textbox context menu generates spurious focus events.". Bug 155871,
patch by neil@parkwaycc.co.uk, r=dean_tessman@hotmail.com, sr=jag
2002-07-09 08:42:11 +00:00
bzbarsky%mit.edu
2831ef5a38 Fix use of :active in about:. Bug 155923, patch by
neil@parkwaycc.co.uk, r=dbaron, sr=rbs
2002-07-09 08:32:39 +00:00
bzbarsky%mit.edu
328b5f5978 Bug 128629 -- speed up personal toolbar a bit. Patch by
neil@parkwaycc.co.uk, r=pierrechanial@netscape.net, sr=ben
2002-07-09 08:30:09 +00:00
bzbarsky%mit.edu
a288b8e184 add an additional one-slot global content list cache. Bug 140758 stuff
again, patch by jst@netscape.com, r=bzbarsky, sr=rbs
2002-07-09 07:10:41 +00:00
aaronl%netscape.com
ce23320746 Bug 156301. Link focus outline ghosting during find next. r=bryner, sr=jst 2002-07-09 06:29:45 +00:00
stephend%netscape.com
3307e6c278 Bug 155305. Update copyright information and domain name/company name for Support.com. r=namachi@netscape.com/mlemley@netscape.com, sr=leaf@mozilla.org 2002-07-09 05:46:58 +00:00
tingley%sundell.net
fc4ec6351c Fix for bug 153480 - crash deleting download manager entries.
r=rjc sr=waterson
2002-07-09 05:21:33 +00:00
relyea%netscape.com
73bc75ae28 treat lastTime of 0 as never having checked (not within the interval). 2002-07-09 04:40:35 +00:00
relyea%netscape.com
006e3925e9 1) fix return type warning in pk11ListCertsCallback.
2) treat lastTime==0 as always outside the delay time. (removes spurious
prompts in FIPS mode on some platforms.)
2002-07-09 04:39:35 +00:00
dbaron%fas.harvard.edu
d35e32612b Ensure that scroll position listeners are properly unregistered. b=114221 sr=waterson r=attinasi 2002-07-09 04:30:28 +00:00
dbaron%fas.harvard.edu
834581869f Turn on CSS parser error reporting in DEBUG builds. Make unexpected-EOF error messages more informative. b=155855 r=bzbarsky sr=ben 2002-07-09 04:28:58 +00:00
dbaron%fas.harvard.edu
296e32cbe8 Remove front-end for nglayout.debug.enable_xpcom_refcnt_log pref, which has no backend. r=ben sr=blake b=156157 2002-07-09 04:27:14 +00:00
dbaron%fas.harvard.edu
27b9d4524f To make maintainance easier and allow more data-as-data rather than data-as-code, create a preprocessable list of style structs and use it in many places where we previously listed all (or half) of the style structs. b=155745 r=bzbarsky sr=waterson 2002-07-09 04:10:10 +00:00
bryner%netscape.com
e479db29d7 Bug 121772 - implement NS_THEMECHANGED for gtk. Also includes some cleanup of unused functions and member variables. r=akkana, sr=blizzard. 2002-07-09 04:08:37 +00:00
jst%netscape.com
26f8891307 Fixing bug 146143. Make sure the JS scope is cleared when leaving a full-page plugin. r=bzbarsky@mit.edu, sr=jaggernaut@netscape.com 2002-07-09 03:43:15 +00:00
brendan%mozilla.org
db11f2feb4 Avoid aliasing differently-typed pointers in NS_SWAP64 (142869, r=dbaron, sr=ben). 2002-07-09 03:37:50 +00:00
jst%netscape.com
e6ddef4fe9 Fixing security bug 134315. Make sure we clear the JS scope in cases where it's needed. r=mstoltz@netscape.com, sr=brendan@mozilla.org 2002-07-09 03:23:56 +00:00
jay.yan%sun.com
1ef5b61f45 bug 151107 bug 151114 bug 151139 Support nsIAccessibleHyperlink, nsIAccessibleHyperText, nsIAccessibleValue in MAI(mozilla ATK Implmentation) patch=bolian.yin, r=aaronl, sr=jst, this checkin is not part of default build 2002-07-09 03:18:40 +00:00
jst%netscape.com
f2ccfa37c0 Fixing security bug 134315. Make sure we clear the JS scope in cases where it's needed. r=mstoltz@netscape.com, sr=brendan@mozilla.org 2002-07-09 02:49:58 +00:00
pete.zha%sun.com
d0b062d7c9 fix returned error code for nsIAccessibleHyperText implementation with nsIFrameAccessible
bug=155873 r=aaronl sr=jst patch=gilbert.fang@sun.com
2002-07-09 02:48:20 +00:00
morse%netscape.com
8b3e803d1a bug 152696, cookie - bad check for https, r=dougt, sr=alecf 2002-07-09 02:40:35 +00:00
rods%netscape.com
9ad7dc90a0 use the title unless empty then use URL instead. And change
the progress dialog to display title intead of url
Bug 156305 r=dcone sr=waterson
2002-07-09 02:33:29 +00:00
brendan%mozilla.org
703c294a0e Null-check prop before dropping it (156354, r=khanson, sr=shaver). 2002-07-09 02:24:51 +00:00
rods%netscape.com
733498dff7 simply creates a "title" tag with the subject in it. This enables the printed
mail msgs to display the subject as the title in the progress dialog and on the
printed page
Bug 156307 r=ducarroz sr=spitzer
2002-07-09 02:19:33 +00:00
myk%mozilla.org
d48668c9c1 Fix for bug 150925: make email address changes work.
2xr=bbaetz
2002-07-09 02:16:56 +00:00
brendan%mozilla.org
6377e47a6d Eliminate broken old pre-ECMA switch case compile-time evaluation (144834, r=khanson, sr=shaver). 2002-07-09 02:15:49 +00:00
bbaetz%student.usyd.edu.au
fe976807e1 Recheckin fix for bug 150798 which I accidentaly broke in the fix for bug
150770
r=myk x2 on the new patch
2002-07-09 01:46:30 +00:00
rbs%maths.uq.edu.au
a6dc0bdbde support <msqrt> and <mroot> with Mathematica fonts in addition to TeX fonts, b=121493, r=roc+moz, sr=waterson 2002-07-09 01:41:52 +00:00
rbs%maths.uq.edu.au
f166816b3d crash if position: absolute applied to <math>, b=151054, r=roc+moz, sr=waterson 2002-07-09 01:34:12 +00:00
bbaetz%student.usyd.edu.au
d74ee16523 Bug 151714 - user with no canconfirm permission should not get option to
mark bugs they reported as NEW
r=jouni, myk
2002-07-09 01:17:17 +00:00
alecf%netscape.com
e02f557926 argh, also patch universal char det
similar to patch by bzbarsky@mit.edu that I had in my tree
fixes extensions bustage
2002-07-09 01:10:42 +00:00
jst%netscape.com
c3b623fc32 Fixing one more part of bug 126212. Make nsLoadGroup store the requests in a pldhash in stead of in a linear array for better performance when dealing with *lots* of requests. r=bzbarsky@mit.edu, sr=rpotts@netscape.com 2002-07-09 01:03:45 +00:00
naving%netscape.com
fb1dd64279 155668 r=cavin sr=bienvenu Don't set the prettyName as mailboxName from db, causes problems for japanese local folder names. 2002-07-09 00:55:23 +00:00
jst%netscape.com
3ec33c9d88 Fixing part of bug 126212. Make nsDocLoader store the requests in a pldhash in stead of in a linear array for better performance when dealing with *lots* of requests. r=bzbarsky@mit.edu, sr=rpotts@netscape.com 2002-07-09 00:54:41 +00:00
myk%mozilla.org
099e05229b Fix for bug 150804: makes "allwords" the default when searching for keywords.
2xr=bbaetz
2002-07-09 00:48:25 +00:00
pschwartau%netscape.com
af1fd119ce Trivial whitespace edit. 2002-07-09 00:48:13 +00:00
bzbarsky%mit.edu
ab1e5e8701 Bug 153519 -- parent ContentLists to their root elements. r=peterv, sr=jst 2002-07-09 00:44:20 +00:00
pschwartau%netscape.com
57d575aeb7 Initial add. Regression test for bug 152646. 2002-07-09 00:43:15 +00:00
pschwartau%netscape.com
c71ec565e1 Fixing mistake. Can't call printStatus(), etc. in js1_2 test directory, because js1_2/shell.js doesn't contain them. 2002-07-09 00:29:41 +00:00
shliang%netscape.com
015a863212 155647 - spacing problems in addressbook card view pane. r=bhuvan, sr=sspitzer. 2002-07-09 00:22:38 +00:00
shanjian%netscape.com
61397a850b #70507 New Windows opened via Javascript do not inherit their parent's character set
pass default charset from parent window to new window.
r=jag, sr=brendan
2002-07-09 00:14:48 +00:00
aaronl%netscape.com
0ea947c109 Bug 30088. Type ahead find feature (extension). See bug for the prefs that need to be set for it to work. Not part of build 2002-07-09 00:13:13 +00:00
ssu%netscape.com
aa123cc99c checking patch for walk84@yahoo.com. fixes bug 114464 - No (access keys) mnemonics in Subscribe dialog. r=ssu, sr=sspitzer 2002-07-09 00:10:16 +00:00
mstoltz%netscape.com
d0eab90dbb Bug 154930 - If one page has explicitly set document.domain and another has not,
do not consider them to be of the same origin for security checks. r=dveditz, sr=jst
2002-07-09 00:10:02 +00:00
wtc%netscape.com
0ec01dc560 Bug 119098: fixed the problem building NSPR tests on OS/2. The patch is
contributed by Michael Kaply <mkaply@us.ibm.com> and Julien Pierre
<jpierre@netscape.com>.
2002-07-09 00:09:32 +00:00
alecf%netscape.com
5f2d1b47c1 final fix for bug 125617 - make the charset detectors use the category manager rather than the registry
and make extensible bundles use the category manager as well
r=dougt, sr=dveditz
2002-07-09 00:07:09 +00:00
morse%netscape.com
7da59375cf bug 155679, mapi with turbo and multiple profile doesn't work, r=rdayal, sr=jag 2002-07-09 00:03:37 +00:00
dmose%netscape.com
262731580a Fix message filter matching failures on Message-ID and Content-Type: charset (bug 152468); r=naving@netscape.com, sr=bienvenu@netscape.com 2002-07-08 23:58:42 +00:00
stephend%netscape.com
2969a87417 Bug 155282. I'm adding a comment referencing the bug number to implement drag and drop again. r=racham@netscape.com, sr=sspitzer@netscape.com 2002-07-08 23:55:59 +00:00