Commit Graph

4599 Commits

Author SHA1 Message Date
jaggernaut%netscape.com
4e7c966d11 Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron 2003-07-24 04:53:13 +00:00
aaronl%netscape.com
c82521688c Fixing typo in history dropdown marker checkin 2003-07-23 09:49:59 +00:00
aaronl%netscape.com
c06587c0fc Bug 192577. URL bar's dropdown toggle button doesn't toggle. r=neil, sr=bz 2003-07-23 08:50:40 +00:00
bzbarsky%mit.edu
d16b07ec3e Verbiage change. Bug 198898, patch by durbacher@gmx.de (Andreas Kunz),
r=biesi, sr=bzbarsky
2003-07-22 23:11:27 +00:00
cbiesinger%web.de
e206c0a230 "bug 201046 (sorta), r+sr=bzbarsky, removing unused file" 2003-07-22 14:40:49 +00:00
chanial%noos.fr
316f244de3 bug 210196 Fix use of bookmarks root / top root as a target and correct caller of CanDropBeforeAfter
r=varga, sr=jag
2003-07-17 11:08:07 +00:00
rbs%maths.uq.edu.au
2f2a264bdd Show line numbers on the status bar of view-source in combination with mouse clicks, caret browsing (hit F7), goto line (Ctrl+L), and selection movements. Patch by Christian Schmidt <bugzilla@christian.schmidt.name>, b=15364, r=neil, sr=bz 2003-07-16 07:01:32 +00:00
cls%seawood.org
44e9eecf91 Split XUL layers (xpfe & toolkit) into a separate tier class.
Make the history component its own module.
Bug #107302 r=bryner sr=leaf
2003-07-16 00:33:50 +00:00
bzbarsky%mit.edu
b4fbe0ee60 Fixing mingw bustage. 2003-07-15 03:40:31 +00:00
cbiesinger%web.de
b5f774cdd4 58557 r=bzbarsky sr=jag Mozilla allows you to override internal MIME types to no effect.
This checkin makes it so that a warning message is displayed if the user tries to create a helper app for an internally handled type.
2003-07-14 21:30:27 +00:00
bzbarsky%mit.edu
17603e534e Make history database store the endianness of the page titles as metadata so
when a single profile is shared among machines of different endianness the
database doesn't get all garbled.  Bug 108134, patch by rbasch@mit.edu (Robert
Basch), r=alecf, sr=bzbarsky
2003-07-14 21:29:47 +00:00
timeless%mozdev.org
ef853f6b57 Bug 211652 bookmarks.js fails on QueryInterface for nsIBookmarksService
r=caillon sr=bz
2003-07-14 21:16:33 +00:00
jaggernaut%netscape.com
817298ce0b Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky 2003-07-14 07:37:39 +00:00
jaggernaut%netscape.com
2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
cbiesinger%web.de
d3b5cc2af9 147434 r=bzbarsky sr=bryner a file named ~file.txt will expand to /home/userfile.txt when being attached 2003-07-12 21:12:46 +00:00
dwitte%stanford.edu
0348122ca5 Bug 212284: Adding a web site to allowed popup site list crashes Mozilla [@ nsPermissionManager::Add ]
fixing a crasher regression from yesterday's landing of bug 209475.

patch by mvl; r=dwitte, sr=bz, a=dbaron.
2003-07-11 00:04:02 +00:00
dwitte%stanford.edu
ee64b32c3e Bug 209475: Make nsIPermissionManager more flexible for extensions.
Changes nsIPermissionManager.idl to accept type strings rather than integers; this allows consumers to register unique types more easily, without fear of conflicting with an already-existing one.

Also fixes some bounds-checking fu (sr=bz on irc for those additional portions).

patch by mvl; r=dwitte, sr=bz.
2003-07-09 00:20:57 +00:00
cbiesinger%web.de
9871c15630 179084, patch by mcsmurf@gmx.net r=varga sr=jag Bookmark Export uses Unix carriage returns on all platforms 2003-07-08 17:24:57 +00:00
smontagu%netscape.com
45a0ed1fed Change parsing of language tags for the Accept-Language header to accept from 2 to 8 characters in the first subtag. Bug 208277, author=d95mback@dtek.chalmers.se, r=smontagu, sr=darin. 2003-07-02 21:59:22 +00:00
timeless%mozdev.org
a35730ae9a Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2003-07-02 14:29:47 +00:00
cbiesinger%web.de
02dd545de1 205440 patch by kd-moz@tprac.de r=shliang sr=jag JavaScript error in internetresults.xul/.js 2003-07-01 20:04:30 +00:00
cbiesinger%web.de
a0c42e6953 170131 r=timeless sr=bzbarsky Missing/misleading window/widget titles in helper application selection dialog
note: this checkin only fixes the "title" part of the bug
2003-06-30 17:58:56 +00:00
jshin%mailaps.org
e1522e5284 bug 208903 : make download manager work with non-ASCII file names (r=varga, sr=jag) 2003-06-26 04:20:25 +00:00
ccarlen%netscape.com
2d9e11b576 Bug 210541 - Bookmarks service crashes if nsIProfile implementation is not present because of missing success check on getService() call. r=pch/sr=alecf 2003-06-24 22:40:38 +00:00
ssu%netscape.com
38bfb4eec9 fixing bug 201381 - Auto-importing IE favorites with directory entries may take a very long time, CPU usage 100. r=varga, sr=jag 2003-06-24 22:01:46 +00:00
jst%netscape.com
abefba9053 Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com 2003-06-24 21:43:01 +00:00
neil%parkwaycc.co.uk
51a049a41e Bug 126182 Fix case of access keys in download manager toolbar p=hippie@arcmis.com r=me sr=bz 2003-06-23 12:01:10 +00:00
timeless%mozdev.org
c8e1cc4cb0 Bug 58613 "last page visited" cannot handle framed pages properly
patch by ian@arlen.demon.co.uk r=timeless sr=alecf
2003-06-22 17:46:13 +00:00
caillon%returnzero.com
4cc64cee34 Bug 209852. Remove |dont_QueryInterface|.
r=dbaron, sr=jag
2003-06-21 00:15:41 +00:00
smontagu%netscape.com
ccddc670c1 Fix regression in Character Coding menu. Bug 209878, r/sr=alecf 2003-06-19 23:14:13 +00:00
jshin%mailaps.org
125f1c3274 additional check-in for bug 133615 (forgotten in the initial landing)
r=yokoyama, sr=jag
2003-06-19 10:07:59 +00:00
pete.zha%sun.com
d49b523c8c bug=185000 r=timeless@bemail.org sr=alecf@flett.org
Make Integration of mozilla and Java Plugin be better
2003-06-19 08:00:35 +00:00
jaggernaut%netscape.com
1e2c571106 Bug 180512: Textboxes do not support context attribute overriding default context menu. Patch by Alex Vincent <ajvincent@juno.com>, r=timeless, sr=jag 2003-06-19 04:28:10 +00:00
alecf%flett.org
f43f8eebe9 fix for bug 205895 - make nsIMIMEInfo.getFileExtensions use a string enumerator, to avoid excess allocation at startup
r=bz, sr=darin
2003-06-17 17:00:40 +00:00
kairo%kairo.at
ccd0707c81 bug 207642 - update localeVersion for 1.5a, also update contents-platform.rdf and contents-region.rdf files, r=rchen, sr=blizzard 2003-06-12 15:19:21 +00:00
scott%scott-macgregor.org
f6235aff2f Get the file picker working in thunderbird for linux.
Has no effect on non thunderbird builds.
2003-06-12 04:04:15 +00:00
sspitzer%netscape.com
e904c459d5 fix for bug #178183
Cancel button inoperative on "Download Font" dialog
r/sr=jag,bienvenu
initial patch by smontagu@netscape.com
2003-06-12 03:27:20 +00:00
mkaply%us.ibm.com
2ed91a4ab1 Better fix for 206775 per jag 2003-06-11 22:34:07 +00:00
alecf%flett.org
2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com
97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
mkaply%us.ibm.com
6c434e3246 #206775
r=pedemonte, sr=alecf
Allow history search to work with NLS chars and special chars
2003-06-10 18:29:23 +00:00
sspitzer%netscape.com
f66409a939 fix for bug #197486
eval() in XBL may be dangerous; consider an alternative
thanks to neil.parkwaycc.co.uk@myrealbox.com for the fix.
r=jag, sr=ssptzer
2003-06-09 22:59:30 +00:00
bolian.yin%sun.com
8001504701 Bug 202388 runtime switch between system prefs and mozilla prefs.
sr=alecf.
2003-06-09 08:30:04 +00:00
varga%netscape.com
d79b7f1c25 Fix for bug 200048. "Set as New Bookmark Folder / New Personal Toolbar" not working.
r=jag, sr=sspitzer
2003-06-08 16:21:12 +00:00
shliang%netscape.com
df938ddfef 208357 - image manager menuitem needs to be removed for ns builds on mac osx. r=sgehani, sr=jag 2003-06-05 03:49:48 +00:00
varga%netscape.com
ae79291954 Fix for bug 175881. DL manager's "Launch File" and "Show in Finder" buttons are not functional with previous download entries
r=neil, sr=jag
2003-06-04 23:40:17 +00:00
kairo%kairo.at
0b93c73eee bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard 2003-06-04 11:11:19 +00:00
jshin%mailaps.org
705c95a9ff bug 133615 : remove ISO-2022-KR/Visual Hebrew from 'Save As Charset' menu
in Composer. (r=neil, sr=jag)
2003-06-04 06:19:35 +00:00
sspitzer%netscape.com
97ce16dc05 fix for bug #177280
Notification sound doesn't work
thanks to mloiselle@yahoo.com (Marc Loiselle) for the fix
r/sr=dmose,darin,sspitzer
2003-06-03 23:45:04 +00:00