Commit Graph

4849 Commits

Author SHA1 Message Date
seawood%netscape.com
3c1c9a835b Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:22:15 +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
bryner%netscape.com
e952d5249e Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:25:25 +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
brade%netscape.com
f765346510 remove ancient prefs (currently in editor.js); r=ccarlen, sr=smfr, bug=202305 2003-06-06 19:25:06 +00:00
cbiesinger%web.de
85d1b7e902 remove final traces of mng decoder, part of bug 195280. not part of build. 2003-06-05 16:27:19 +00:00
bienvenu%netscape.com
f474095b43 turn off secure auth for incoming mail servers by default 2003-06-04 04:09:26 +00:00
pavlov%pavlov.net
89b728063a Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard. 2003-06-03 23:16:42 +00:00
bienvenu%netscape.com
25ec09641d switch secure auth default to true, r=bienvenu, sr=sspitzer, 205771 this patch by ch.ey@gmx.net, as were previous checkins 2003-06-03 19:25:48 +00:00
ftang%netscape.com
f1d2341d13 fix 188429, p=nhotta,r=ftang,sr=sfraser 2003-06-03 00:52:54 +00:00
peterlubczynski%netscape.com
cbbd489aa1 Fixing bug 207558 Flash (and other plugins) don't work if installed into a directory with unicode r=dougt, sr=alecf 2003-05-31 19:07:04 +00:00
tor%cs.brown.edu
e1d5ad41b3 Bug 197530 - remove ppm decoder. r=pavlov,cls sr=blizzard 2003-05-31 10:42:33 +00:00
peterlubczynski%netscape.com
cac4609a7a Fixing bug 159445: Scan for PLIDs upon startup or load time (for plugins) r=jkeiser, sr=alecf 2003-05-27 21:14:55 +00:00
cltbld%netscape.com
948e408760 Updated user agent to 1.5a on trunk - Bug# 205380 ycalonje 2003-05-27 20:40:38 +00:00
neil%parkwaycc.co.uk
99b70125f4 Bug 142590 supplementary patch to fix typo p=malcolm-bmo@farside.org.uk r=me sr=rbs 2003-05-27 12:05:39 +00:00
cbiesinger%web.de
532968d83f partial fix for 202369 r=pavlov sr=darin crash or unchanged when refresh a page with gif files when these gif files removed 2003-05-25 20:38:07 +00:00
jaggernaut%netscape.com
cff86cead9 Bug 193730: fix typo in "pref" name "intl.menuitems.alwaysappendaccesskeys" (access, not acces). Patch by mc <magicdice@hotmail.com>, r=sr=jag 2003-05-24 02:40:08 +00:00
dwitte%stanford.edu
270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
varga%netscape.com
717feaab4a Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa

The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
neil%parkwaycc.co.uk
6a04aff08a Bug 206312 Some rle4 bitmaps not recognised r=biesi sr=tor a=mkaply 2003-05-23 08:38:07 +00:00
jshin%mailaps.org
2f9ea6e59b bug 206123 : add more scripts to font-pref. UI for Windows build
(r=smontagu, sr=rbs, a=mkaply)
2003-05-23 05:36:50 +00:00
bienvenu%netscape.com
1b79a5f79c fix corruption and or crash when runing quicktime plugin r=peterl, sr=darin, a=sspitzer 206530 2003-05-21 21:47:51 +00:00
darin%netscape.com
257789be07 adding pref changes for bug 204255, r=ccarlen, sr=alecf, a=sspitzer 2003-05-21 21:14:29 +00:00
jdunn%netscape.com
2ccffbbee7 Fix PNG crasher/hang. The problem is due to a the casting of float to int/unsigned.
Patch submitted by randeg@alum.rpi.edu
r=pavlov@pavlov.net
sr=tor@acm.org
a=asa@mozilla.org
# 200801
2003-05-19 12:54:16 +00:00
cbiesinger%web.de
8cb8cf91d7 204994 r=neil.parkwaycc.co.uk sr=tor a=dbaron crash if i view the attachment (attached to bug 196977) 2003-05-17 16:51:19 +00:00
bryner%netscape.com
ed3638f072 Fix mozcomps meta-component build on non-win32 platforms (bug 205711). Patch by ccarlen, r=pavlov, sr=me, a=sspitzer. 2003-05-16 06:07:37 +00:00
shliang%netscape.com
fa7043c160 bug 205054 - need descriptive text dialog to come up for user's first junk mail action. r/sr/a=sspitzer 2003-05-16 01:10:33 +00:00
mstoltz%netscape.com
c1add8be6f Bug 202253 - Remove prefs granting pages at www.mozilla.org access to the clipboard. r=mkaply, sr=heikki, a=asa 2003-05-16 00:18:06 +00:00
dbaron%dbaron.org
f132e9126f Remove some code left over from old native form controls. b=205575 r+sr=roc a=asa 2003-05-14 22:36:33 +00:00
sspitzer%netscape.com
fdd4cc0957 fix for bug #194273
move to junk folder (or delete) when the user manually marks as junk.
this was one of the top usability items we found, during UE studies
r/sr=bienvenu, a=sspitzer
2003-05-14 20:38:40 +00:00
jst%netscape.com
ee8865dfac Fixing the last part of bug 93015. Making libpr0n's loadgroup handling more consistent to prevent image loads from happening w/o putting image request (proxies) into the loadgroup while the load is in progress. Also making sure that requests that are added to the loadgroup are always pulled out. Patch by pavlov@pavlov.net and myself, r=pavlov@pavlov.net, jst@netscape.com, sr=darin@netscape.com, a=asa@mozilla.org 2003-05-14 05:42:06 +00:00
bienvenu%netscape.com
43f7843ba4 fix for 205003 add pref for doing sec auth, default to false, patch by ch.ey@gmx.net, r=bienvenu, sr/a=sspitzer 2003-05-14 03:16:02 +00:00
jst%netscape.com
14b59ee3e0 Backing out part of bug 93015 until we can figure out how to fix the problem w/o causing regression bug 205236. 2003-05-12 22:28:04 +00:00
jst%netscape.com
fba31f0405 Fixing bug 93015. Making sure image that start loading before the page is done loading get added to the documents load group to prevent the page's onload handler from running before the image's onload handler runs. r=pavlov@pavlov.net, sr=darin@netscape.com, a=sspitzer@netscape.com 2003-05-09 20:42:49 +00:00
ccarlen%netscape.com
42bee0b1e9 Make it possible for other XUL apps to hide profile switching UI. b=204908, r=/sr=/a=sspitzer 2003-05-09 13:06:29 +00:00
smontagu%netscape.com
1d28d1dc0e Don't do numeric substitution in Arabic text by default. Bug 181711, r+sr=rbs, a=asa. 2003-05-08 18:38:19 +00:00
sspitzer%netscape.com
0e038caab6 fix for bug #189490.
remember the current mail view, across sessions.
(we already remember it when switching folders).
r/sr=bienvenu a=sspitzer
2003-05-08 14:05:57 +00:00
seawood%netscape.com
61bd0c328e Fixing --disable-oji mac bustage.
Bug #204647 r=peterl sr=sfraser a=asa
2003-05-08 06:59:16 +00:00
shliang%netscape.com
6142ab1816 195285 - junk mail column placement incorrect for existing profiles. r=jag,sr/a=sspitzer. 2003-05-06 01:04:17 +00:00
darin%netscape.com
41280f92f9 fixes bug 22994 "Mail reader allows spammers to set/get cookies to track web usage"
r=dwitte sr=dveditz a=sspitzer
2003-05-05 21:27:02 +00:00
ccarlen%netscape.com
a7e34e6c37 Profile sharing - use in prefs. bug=202474, r=jgaunt/sr=alecf/a=asa 2003-05-02 04:00:19 +00:00
jaggernaut%netscape.com
3b05412cff Bug 201177: Simplify pref UI for startup/new tab/new window behaviour. Patch by Ian Neal <ian@arlen.demon.co.uk>, r=Neil, sr=jag, a=sspitzer 2003-05-01 21:02:50 +00:00
smontagu%netscape.com
e4a5676200 Bug 201568 GIF infrastructure cleanup and refactoring, r=pavlov, sr=tor a=sspitzer. 2003-05-01 18:18:43 +00:00
cbiesinger%web.de
8283b0d357 oops, forgot to address pavlov's review comment from irc 2003-05-01 17:43:19 +00:00
cbiesinger%web.de
140e74472d 152834 r=pavlov sr=darin a=asa When Viewing Images, "Stopped" appears on status bar 2003-05-01 17:41:33 +00:00
caillon%returnzero.com
8fef74d33c Bug 173430 - flawfinder warnings in libpref
r=alecf,dwitte
sr=dmose
a=asa
2003-04-29 04:17:38 +00:00
cbiesinger%web.de
164f735c82 201107 r=pavlov sr=bz a=sspitzer Trunk M140A crash [@ imgRequestProxy::OnDataAvailable] 2003-04-28 17:49:58 +00:00
caillon%returnzero.com
731073c19a Backing out previous patch since it was causing addressbook problems. 2003-04-27 10:36:58 +00:00
caillon%returnzero.com
6221b1ca6c Bug 173430 - flawfinder warnings in libpref
r=alecf, sr=dmose, a=sspitzer
2003-04-27 04:47:46 +00:00
peterlubczynski%netscape.com
f75a4e4ba8 Fixing bug 200976, NP_GetValue gets mangled r=jkeiser, sr=bzbarsky, a=asa 2003-04-25 21:56:47 +00:00
peterlubczynski%netscape.com
fe0f1159d7 Removing nsPluginViewer.cpp and friends, bug 195502, r=jkeiser, sr=alecf, a=asa 2003-04-25 02:50:10 +00:00
peterlubczynski%netscape.com
a7ee7206e2 Removing nsPluginViewer.cpp and friends, bug 195502, r=jkeiser, sr=alecf, a=asa 2003-04-25 01:47:52 +00:00
peterlubczynski%netscape.com
1fb13b0d22 Removing nsPluginViewer.cpp and friends, bug 195502, r=jkeiser, sr=alecf, a=asa 2003-04-25 00:21:12 +00:00
gordon%netscape.com
890ddacffe Fix bug 105344. r=saari, sr=darin. 2003-04-23 05:11:58 +00:00
smontagu%netscape.com
d7f8e0fffa Better default Hebrew fonts for Windows. Bug 149796, r=mkaply, sr=jag. 2003-04-23 03:15:13 +00:00
smontagu%netscape.com
1ec1871875 Bug 202009 (AIX) Some Japanese characters in UTF-8 document display as ? Authors=hhoetzel@us.ibm.com, Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=roc+moz 2003-04-22 18:58:59 +00:00
sfraser%netscape.com
352be220ed Fix bug 196704: implement commands to get the selected text, and insert text, to allow for embedders (like Camino) to use them, e.g. for the Mac OS X services menu. Also fix image copy. r=brade, sr=kin. 2003-04-22 18:11:12 +00:00
cbiesinger%web.de
0151883894 no bug. remove unused preference. r+sr=bzbarsky 2003-04-21 23:09:24 +00:00
bryner%netscape.com
b5af164b7c Remove now-unused nsScrollingView and nsIScrollbar implementations. Removed unused widget/public/nsWidgetSupport.h. Bug 201624, r+sr=roc. 2003-04-21 23:01:36 +00:00
seawood%netscape.com
f7bf89f618 Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
tor%cs.brown.edu
c592bcd28c Bug 202376 - backout of checkin for 155941. png_set_filler doesn't do
what I expected and caused problems on macos.
2003-04-18 14:30:10 +00:00
suresh%netscape.com
8d8227a283 fix for bug 188956 - Clean up Cache pref panel. This changes the UI display in cache panel from KB to MB. r-varga, sr-alecf. 2003-04-18 02:10:41 +00:00
seawood%netscape.com
fd2883713e Implement mozcomps static build variant.
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
sspitzer%netscape.com
7aa37ce171 fix for bug #199360
for simple left clicks of urls in mail messages that we know should open a browser window
(or load in the top most browser window), do it right away.

if the url is slow to load, switching messages can kill the load, and the window
never shows up.

play nice with stand alone mail, which doesn't need this trick.

r=bryner, sr=mscott
2003-04-16 20:39:38 +00:00
tor%cs.brown.edu
e2d713d121 Bug 155941: use libpng for mac pixel padding. r=biesi, sr=blizzard 2003-04-16 10:48:44 +00:00
tor%cs.brown.edu
fb9827549c Bug 155942: use libjpeg to handle grayscale, support YCbCr, use
less memory on non-mac platforms.  r=biesi, sr=blizzard
2003-04-16 10:47:27 +00:00
shliang%netscape.com
13a42d51d1 bug 107877. default font prefs for msg compose. r=neil, brade, sr=sspitzer, jag. 2003-04-16 07:07:10 +00:00
jaggernaut%netscape.com
2fc43892ed Bug 197671: make defaults for what page to load on startup, new window, and new tab be what they used to be. Patch by ian@arlen.demon.co.uk, r=/sr=jag 2003-04-16 02:36:49 +00:00
timeless%mozdev.org
a589c5aade Bug 142590 Add "Do Not Edit" warning to prefs.js
patch by stevechapel@earthlink.net r=ccarlen sr=rbs
2003-04-15 02:24:46 +00:00
timeless%mozdev.org
41de224cd8 Bug 197671 Separate "When Navigator starts up" from "What a new tab/window does" preferences
patch by ian@arlen.demon.co.uk r=timeless sr=jag
2003-04-15 01:49:51 +00:00
dougt%netscape.com
4dba4eaf22 Fixes application crash when loading meta components. patch by cls, r=dougt, b=201684. 2003-04-14 20:57:59 +00:00
tor%cs.brown.edu
812ffefbdd Bug 199169 - plug occasional leak of gif colormap. r=paper, sr=brendan 2003-04-12 10:44:35 +00:00
joshua.xia%sun.com
fbdd2b9887 bugid=186056 browser crashed on second call to applet using javascript
r=brendan@mozilla.org sr=beard@netscape.com
2003-04-11 05:47:21 +00:00
darin%netscape.com
4c694bf157 fixes bug 201295 "Changed toplevel images don't reload [file:// URLs]" r=biesi sr=pavlov 2003-04-10 01:01:31 +00:00
bryner%netscape.com
fbaaafee40 Fix leak of pluginFileInDirectory objects from ScanPluginsDirectory(). Patch by dbradley@netscape.com, r=peterl, sr=me. 2003-04-08 02:49:26 +00:00
tor%cs.brown.edu
018d28d608 Bug 199701 - protect against illegal colormap indexes. r=paper, sr=blizzard 2003-04-06 11:54:06 +00:00
amardare%qnx.com
03b9d797ff Changes for the photon platforms.
These changes should not affect the building on other platforms or the runtime on other platforms.
Changed the default font size.
2003-04-04 23:10:28 +00:00
sfraser%netscape.com
c1617d1775 Build the default plugin on Mac OS X, bug 179863. r=cls, sr=bryner. 2003-04-04 22:47:50 +00:00
sfraser%netscape.com
5b3f8676d6 Build the default plugin as Mach-O, in a way that works in objdir builds. r=cls, sr=bryner, bug 179863. 2003-04-04 22:47:03 +00:00
kysmith%netscape.com
40b182063f updating user agent to 1.4b 2003-04-04 20:50:36 +00:00
seawood%netscape.com
a9357d146b Use NSPR functions to get path separators instead of obsolete xp_path.h.
Bug #171883 r=bryner sr=alecf
2003-04-04 05:00:29 +00:00
seawood%netscape.com
b88dd1c331 Purge XP_PC.
Bug #56767
2003-04-04 03:01:25 +00:00
alecf%netscape.com
dcaf858b0d fix for bug 200524, use arenas to allocate pref names
r=dveditz, sr=jag
2003-04-04 02:19:25 +00:00
seawood%netscape.com
bf5970191d Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-03 22:42:02 +00:00
alecf%netscape.com
4c0620dc02 just recovering --disable-oji
(only affects  --disable-oji builds)
2003-04-03 21:19:41 +00:00
mstoltz%netscape.com
1279efefd0 Bug 95735 - Block 2 additional DOM properties in MailNews to avoid message eavesdropping using DOM 2 APIs. Patch by jst. r=mstoltz, sr=heikki 2003-04-03 19:26:41 +00:00
mstoltz%netscape.com
7b93771a4d Bug 59767 - add CheckLoadURI call to GetURL and PostURL calls from the Java plugin. r=peterlubczynski, sr=heikki. 2003-04-03 19:11:41 +00:00
seawood%netscape.com
80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
alecf%netscape.com
e5320ad239 ignore generated files 2003-04-02 06:04:30 +00:00
louie.zhao%sun.com
412f75987b fix the XPCOM out-param memory ownership issue of bug 60304 "Basic Auth
doesn't work for Java"
patch = joshua.xia; r = jst; sr = darin
2003-04-02 03:52:56 +00:00
bzbarsky%mit.edu
ce3a0d97fb "Backing" changes back in since tree has reopened. 2003-04-02 03:19:50 +00:00
bzbarsky%mit.edu
429e0e4ded Backing all this out, since tree is closed. 2003-04-02 02:02:10 +00:00
bzbarsky%mit.edu
76564a67f0 Fix crash on failures to open channels. Bug 199966, r=pr0nmeister (pavlov),
sr=jst
2003-04-02 01:32:50 +00:00
seawood%netscape.com
f742c92816 The plugin function table must remain the same regardless of build configuration.
Bug #199567 r=peterl sr=sfraser a=asa
2003-03-31 19:44:29 +00:00
timeless%mozdev.org
65c63fb817 Fixing case
r=bryner sr=jag
2003-03-26 07:21:30 +00:00
darin%netscape.com
2f924faf40 landing jdunn's patch for bug 121084, cache: Images requested twice -> "The image cannot be displayed, because it contains errors." message [when "Compare the page in cache ..." set to "every time I view the page"], r=pavlov sr=darin 2003-03-26 05:29:11 +00:00
shliang%netscape.com
6fb1258807 195924, 195921, 195928 - popup blocking changes to use whitelisting only and provide info dlg when popup first encountered. r=danm, sr=jag. 2003-03-26 02:03:13 +00:00
peterlubczynski%netscape.com
fe452130d5 Fixing bug 192914, prevent Real from recursivly dispatching events, r=smontagu@netscape.com, sr=bzbarsky@mit.edu 2003-03-25 23:10:20 +00:00
mkaply%us.ibm.com
84a453d012 Not part of build - allow tester to be built via regular build process 2003-03-25 21:19:14 +00:00
mkaply%us.ibm.com
5113765704 #188249
r=peterl, sr=dbaron
Rename some strcmpi to stricmp and itoa to _itoa
Not part of default build
2003-03-25 20:56:47 +00:00