pinkerton%aol.net
520e38fc3d
cleanup problems with bookmark toolbar and bookmark manager when launched
...
from odoc or gurl appleEvents. lazily setup bookmark manager to improve
new window open times. (bug 232092)
2004-01-28 19:54:53 +00:00
scott%scott-macgregor.org
d0d584ea47
Bug #232433 --> Account Settings / Local Folders needs a browse button
...
sr=bienvenu
2004-01-28 19:16:30 +00:00
bmlk%gmx.de
bd892589bf
recover overflow area during incr. reflows in table frames, bug 219220 r/sr=dbaron
2004-01-28 18:44:41 +00:00
bienvenu%nventure.com
280838d067
fix 232429 addr book changes required for palm sync fixes, track deleted ab's with a pref, and export display name property string sr=mscott
2004-01-28 17:22:13 +00:00
pinkerton%aol.net
c29c27b9e7
fix bustage and remove dependence on internal header
2004-01-28 17:06:06 +00:00
neil%parkwaycc.co.uk
92c4f9e32f
pref entry for Bug 16498 Finished Downloading sound r=varga sr=bz
2004-01-28 16:07:44 +00:00
cbiesinger%web.de
6141ea6cf4
trying to fix mac bustage
2004-01-28 15:08:46 +00:00
cbiesinger%web.de
049f6d895d
bug 78919, part 3: Move nsMIMEInfoImpl to exthandler, and don't allow to CreateInstance it
...
r=bzbarsky sr=darin
2004-01-28 14:48:22 +00:00
ian%hixie.ch
7126fa6307
Also accept 'commands' command instead of help, since it is what some people expect. We should probably also support 'list' but that is more likely to clash with other modules.
2004-01-28 13:09:40 +00:00
ian%hixie.ch
577637eb51
Make the help line shorter so it doesn't wrap.
2004-01-28 13:08:18 +00:00
ian%hixie.ch
b8929c3271
First, dramatically reduce the priority of Infobot responses. Especially with eager mode enabled, infobot was being ridiculously helpful, butting in to all kinds of conversations with other modules. Also, don't treat 'bla is bla?' as a statement. This may need tweaking some (now it treats it as a question for 'bla is bla', which you can't easily set anyway)
2004-01-28 13:07:05 +00:00
ian%hixie.ch
bd25744be1
Oops, reality did not match the documentation. Fix reality. (once a module returns 0, stop using the handlers. Hopefully this won't break any modules.)
2004-01-28 13:02:49 +00:00
hpradhan%hotpop.com
b0106235cd
bug 229575 : refactor some code that was common between
...
the xml and html content sinks into nsContentSink
r=sicking sr=jst
2004-01-28 12:14:17 +00:00
hpradhan%hotpop.com
08548ef3b2
bug 232035 : fix leak and cleanup some stuff in printing code r=dbaron sr=jst
2004-01-28 11:17:14 +00:00
jshin%mailaps.org
f185240ddc
follow-up to bug 227547 (not a bug) : added missing 'const' qualifier to the first parameter of CopyUTF8toUTF16NFC()
2004-01-28 08:21:39 +00:00
jshin%mailaps.org
7ea1ca7ed8
bug 230210: add High Sorbian (hsb) to the language list r=smontagu, sr=blizzard
2004-01-28 06:15:35 +00:00
jshin%mailaps.org
c1cd0c39a9
bug 227547: return local file names after converting NFD (decomposed Unicode) to NFC (composed Unicode) for consumers (Mac OS X only). r=ccarlen, sr=sfraser
2004-01-28 05:55:30 +00:00
bsmedberg%covad.net
6c3b3e2161
Fix system pref extension for bug 232201. r=bustage
2004-01-28 05:11:20 +00:00
jgmyers%speakeasy.net
d001ae79d0
address review comments: bug 231659
2004-01-28 04:29:14 +00:00
bsmedberg%covad.net
0958cd0389
Bug 232201 - make nsIPrefBranchInternal inherit from nsIPrefBranch (small codesize savings) r=alecf sr=darin
2004-01-28 04:20:03 +00:00
jst%mozilla.jstenback.com
65b212a279
Fixing regression bug 232343. Make nsTextServicesDocument::GetFirstTextNodeInPrevBlock() just return the first text node in the previous block, and not also position the iterator at that node. r=mscott@mozilla.org, sr=bryner@brianryner.com
2004-01-28 04:09:23 +00:00
jgmyers%speakeasy.net
21362b48fa
rewrite utf8 parser for strictness: bug 231659 r=MisterSSL
2004-01-28 03:48:43 +00:00
jgmyers%speakeasy.net
ca5e04ee48
fix charset conversion: bug 185167 r=kaie sr=sspitzer
2004-01-28 03:44:38 +00:00
jst%mozilla.jstenback.com
40f3136034
Fixing typo in comment.
2004-01-28 02:55:49 +00:00
jst%mozilla.jstenback.com
008734068d
Adding partial implementations of some DOM LS classes. Not part of the build yet.
2004-01-28 02:55:18 +00:00
pschwartau%netscape.com
0b1928388d
Updating JS_GetImplementationVersion() to date of latest JS release (67111).
2004-01-28 02:10:31 +00:00
myk%mozilla.org
c8aefc5608
Fix validation problem (unescaped ampersands) by making the program listing be CDATA.
2004-01-28 01:44:41 +00:00
jpierre%netscape.com
9eb7b71e75
Fix for 231051 - crlutil asserts after deleting CRL. r=wtc, nelsonb
2004-01-28 01:17:13 +00:00
bryner%brianryner.com
b73e785459
fixing svg bustage
2004-01-28 01:15:30 +00:00
cbiesinger%web.de
36ad5a54c0
bug 230931 - nsFileStreams.h should not #include nsReadLine.h
...
this forward-declares nsLineBuffer in nsFileStreams.h instead, and turns a
typedef struct { ... } nsLineBuffer into struct nsLineBuffer { ... }
r=bzbarsky sr=darin
2004-01-28 00:22:55 +00:00
bryner%brianryner.com
fd6fed0d82
More nsIPresContext deCOMtamination (bug 229371). Removed GetBaseURL, rename GetMedium to Medium and inline it, remove virtual style resolution methods that forward to style set (callers will call style set methods directly). Removed PresContext parameter to StyleSet style resolution functions. r+sr=dbaron.
2004-01-28 00:18:22 +00:00
wchang0222%aol.com
808ec4877d
Bugzilla bug 231018: use AIX.mk for all AIX versions. Removed the
...
AIXm.n.mk files. Removed support for AIX 3.2, 4.1, and 4.2. Removed
unused make variable EXPORT_RULES. Removed unused macro define -DAIX4_3.
The patch is contributed by Philip K. Warren <pkw@us.ibm.com>. r=wtc.
Modified Files:
AIX.mk config.mk
Removed Files:
AIX3.2.mk AIX4.1.mk AIX4.2.mk AIX4.3.mk AIX5.1.mk AIX5.2.mk
2004-01-27 23:55:38 +00:00
wchang0222%aol.com
7f4f187ac4
Bugzilla bug 232226: use the -bnortllib linker flag when building AIX
...
shared libraries so that they do not include a reference to the run time
linker library - only the main program needs to have a reference to the
run-time linker library. The patch is contributed by Philip K. Warren
<pkw@us.ibm.com>. r=wtc.
2004-01-27 23:10:18 +00:00
jst%mozilla.jstenback.com
0b578ab1cf
Removing these interfaces in favor of the ones in dom/public/idl/ls/. Not part of the build.
2004-01-27 23:00:38 +00:00
jst%mozilla.jstenback.com
2971dd8ec6
Bringing these interfaces up to match the latest spec. Not part of the build.
2004-01-27 22:59:47 +00:00
cbiesinger%web.de
223f88ad10
119491 patch by Kenneth Herron (kherron) <kjh-5727@comcast.net>
...
r=biesi sr=bzbarsky
replace printf-style debugging with nspr logs
2004-01-27 22:27:55 +00:00
bzbarsky%mit.edu
e679e963b2
Make sure to not return uninitialized stuff. Bug 232317, r+sr=jst
2004-01-27 22:24:02 +00:00
rlk%trfenv.com
62d16198c5
Bug 231835 - It's now "Bookmarks File" (plural), update help documentation. Patch by Joe Infla (mail124@bellsouth.net). r=stolenclover@yahoo.com.tw
2004-01-27 21:27:35 +00:00
bzbarsky%mit.edu
ecd8c8058c
If compilation of a prototype member fails, destroy all prototype members
...
before bailing. Bug 232095, r+sr=bryner
2004-01-27 21:18:00 +00:00
pinkerton%aol.net
e3853d645a
remove references to system internet prefs since they no longer exist on
...
panther. first stab at choosing download folder (display works, setting it
does not)
2004-01-27 20:52:18 +00:00
caillon%returnzero.com
0249abad0f
232327 - Use valid JS in our javascript: URL wrapping around window._content
...
r=shaver sr=brendan
2004-01-27 19:51:31 +00:00
darin%meer.net
16b9405816
fixes bug 230456 "potential invalid memory access [@nsFontMetricsGTK::TryNodes]" r=bryner
2004-01-27 18:49:03 +00:00
relyea%netscape.com
d1378d4081
bug 231698: fix regression in reading SDR data in databases written on 64-bit platforms.
...
r=MisterSSL
2004-01-27 18:31:29 +00:00
bsmedberg%covad.net
12adab5ccb
These four files need placeholders so that the SeamonkeyAll CVS module pulls without errors.
2004-01-27 17:43:06 +00:00
scott%scott-macgregor.org
183a28e92f
remove @ marks around app_version
2004-01-27 17:37:15 +00:00
scott%scott-macgregor.org
1676a87223
Bug #132159 --> Quick Search: Status text "1 matches found" is grammatically incorrect
...
patch by stephen walker
r=neil
sr=mscott
2004-01-27 17:33:33 +00:00
timeless%mozdev.org
2ffeb5cbdf
Bug 224327 if domain.com is blocked, sub.domain.com is blocked, but cannot be unblocked using remove
...
patch by mconnor@myrealbox.com r=neil sr=alecf
2004-01-27 16:42:29 +00:00
timeless%mozdev.org
59098ccb9b
Bug 175359 Add confirm dialog for Remove All Cookies/Remove All Sites
...
patch by mconnor@myrealbox.com r=mvl sr=alecf
2004-01-27 16:41:15 +00:00
timeless%mozdev.org
dcb0aea500
Bug 231831 About Popups doesn't load pref panel on Yes.
...
patch by r=neil sr=jag
2004-01-27 16:38:45 +00:00
jst%mozilla.jstenback.com
b93150920c
Fixing bug 232133. Cleaning up nsHTMLSelectElement a bit. r+sr=bzbarsky@mit.edu.
2004-01-27 16:20:38 +00:00