Commit Graph

5190 Commits

Author SHA1 Message Date
gerv%gerv.net
8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
cls%seawood.org
1d5ddefa3e Attempting to fix tinderbox bustage. 2004-04-18 02:51:26 +00:00
bryner%brianryner.com
642f7ede36 deCOMtaminate nsIScriptObjectPrincipal (bug 240745). This also fixes some code in nsCrypto.cpp that sems to have been mis-braced (I don't think it was working as intended). r+sr=jst. 2004-04-18 00:28:47 +00:00
bzbarsky%mit.edu
0c6258698a Switch to nsCOMPtr to fix possible leaks and a possible strict aliasing
violation.  Bug 240710, r+sr=roc
2004-04-17 23:23:19 +00:00
dbaron%dbaron.org
e61dc3e699 Fix bustage, perhaps. 2004-04-17 06:26:27 +00:00
mkaply%us.ibm.com
3ad659d9c9 #234688
r=pedemont, sr=blizzard (platform specific)
OS/2 only - handle cases where we are asked for icons for extensions (.zip, etc.)
2004-04-17 03:20:44 +00:00
bzbarsky%mit.edu
1731f9c04c Make sure to copy over the "common name" (actually "pretty name") of the cert
when cloning it.  Bug 240628, r=caillon, sr=darin.
2004-04-16 15:10:42 +00:00
timeless%mozdev.org
47a7084980 Bug 205140 Prefs: remove "network.http.*.timeout"
r=darin sr=darin
2004-04-16 06:45:05 +00:00
darin%meer.net
54acdf7af3 patch for bug 232567 "Warn when HTTP URL auth information isn't necessary or when it's provided" r=dougt sr=dveditz 2004-04-16 04:48:02 +00:00
cbiesinger%web.de
901a8b8a33 fixing os/2 bustage 2004-04-15 22:36:56 +00:00
cbiesinger%web.de
14177dedcb Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
bmlk%gmx.de
25d000b029 curKey can't be const as it is used as an output argument at RegEnumKeyEx bug 223238. 2004-04-11 17:48:45 +00:00
bmlk%gmx.de
38b54cbe5a improve Java plugin operability for win zip builds by creating the necessary registry key if it doesnt already exist, bug 223238 patch by mcsmurf@gmx.de r/sr=jst a=asa 2004-04-11 15:08:11 +00:00
bryner%brianryner.com
0f3a59bfeb Attempting to fix btek bustage 2004-04-11 09:21:33 +00:00
jst%mozilla.jstenback.com
0e155fa5a4 Cleaning up indentation. 2004-04-11 05:35:35 +00:00
jst%mozilla.jstenback.com
ccafa5c02d Fixing bug 237076 (and bug 89270 too). Make our plugin stream code deal with cases where we're getting data off of the network faster than the plugin can handle it. Suspend the incoming request when the plugin says it can't handle more data, then keep feeding the plugin that we got so far until it's done with it, and then resume the network request. r=brendan@mozilla.org, sr=darin@meer.net, a=asa@mozilla.org 2004-04-11 05:33:17 +00:00
timeless%mozdev.org
c63638e441 Bug 205077 Prefs: Networking cleanup for trunk
patch by benc@chuang.net r=darin a=mkaply
2004-04-08 06:43:34 +00:00
darin%meer.net
02d0ee1b98 fixes bug 226278 "HTTP authentication cache should include URI scheme in its key" r=cneberg@sandia.gov sr=dveditz a=chofmann 2004-04-07 23:34:35 +00:00
kyle.yuan%sun.com
8a147d1bbf Bug 239122 Liveconnect can be used to read any file on user's filesystem
enabling UniversalBrowserRead only during js calling applet
r=jst, sr=brendan, a=chofmann
2004-04-06 03:15:55 +00:00
danm-moz%comcast.net
6d3ddb7d56 remove error from the default list of events allowed to spawn a popup window. bug 239404 r=bzbarzky,jst a=chofmann (big bug need many eye) 2004-04-06 02:07:52 +00:00
bzbarsky%mit.edu
d58f341683 Relanding bug 238654 in a way that hopefully builds. r=sicking, sr=darin,
a=chofmann.
2004-04-06 00:57:13 +00:00
cbiesinger%web.de
10c96079a5 bug 239434 fix comment that mentioned wrong observer topic define name
patch by Ali Ebrahim <aebrahim@uchicago.edu> r=caillon sr=tor a=mkaply
2004-04-05 18:27:50 +00:00
bzbarsky%mit.edu
756bbbb6fa Backing out to fix Windows bustage. 2004-04-05 15:43:21 +00:00
bzbarsky%mit.edu
0318858e42 Disable content-location support when dealing with servers known to send out
bogus content-location headers.  Bug 238654, r=sicking, sr=darin, a=chofmann.
2004-04-05 15:02:48 +00:00
jshin%mailaps.org
aed3ce28e9 bug 129726 : add a pref. entry for always sending URLs in UTF-8 (r=darin, sr=bzbarsky, a=asa) 2004-03-26 12:28:38 +00:00
jst%mozilla.jstenback.com
49d89c054d Fixing bug 86028. Only allow getting these functions across domains, not setting them. r=caillon@aillon.org, sr=dveditz+bmo@cruzio.com, a=dveditz+bmo@cruzio.com 2004-03-25 22:27:29 +00:00
ben%bengoodger.com
582a418b85 bug 236988 - should show application icons in download manager when the file completes downloading. r=bryner sr=mscott a=asa on the nsIconURI part. make the download manager use proper file:/// URIs in the moz-icon:// uris it generates in response to GetTargets NC:IconURI instead of native paths. Make the download manager refresh the icon once the download is complete and have the icon image in download items always bypass the cache when loading its icon. 2004-03-17 21:23:52 +00:00
darin%meer.net
9b6c795f0e Landing patch for bug 17578 "I want Kerberos authentication and TGT forwarding"
This patch enables preliminary support for the SPNEGO protocol (Microsoft's
Negotiate protocol) via the GSSAPI library.  This means that only UNIX-like
operating systems (including Linux and OSX) are supported.  A SSPI-based
solution is needed for WIN32.

Only HTTP authentication is currently supported.  Mail protocols will follow.

Patch by:
  Daniel Kouril <kouril@ics.muni.cz> (original author)
  Wyllys Ingersoll <wyllys.ingersoll@sun.com>
  Christopher Nebergall <cneberg@sandia.gov>
  Darin Fisher <darin@meer.net>

r=dougt sr=bryner a=chofmann
2004-03-15 21:15:20 +00:00
caillon%redhat.com
0c01fd4557 fixing bug 146458 - Liveconnect calls fail if applet's codebase is in different domain.
Use the domain of the page, like we do for script.
r=jst, sr=brendan, a=dbaron
2004-03-13 20:52:39 +00:00
neil%parkwaycc.co.uk
d6fea5202f Fix missing quote rs=glazou a=mkaply patch in bug 68796 2004-03-10 15:20:54 +00:00
mconnor%myrealbox.com
a3a27f4e08 bug 233339 - rewrite CanSetCookie to reflect what dialogs now do, r=dwitte, sr=darin 2004-03-10 06:47:49 +00:00
timeless%mozdev.org
cec291a225 Bug 106386 Correct misspellings in source code
patch by aha@pinknet.cz rs=brendan
2004-03-10 05:33:14 +00:00
darin%meer.net
20b35393cf disabling IPv6 for Mac OSX builds by default. see bug 68796. patch by lorenzo@colitti.com, r+sr=darin, a=chofmann,asa 2004-03-09 23:58:11 +00:00
darin%meer.net
e88a75d16d patch for bug 68796 "IPv6 : Some IPv4 addresses won't resolve w/IPv6 OS" patch by lorenzo@colitti.com r+sr=darin 2004-03-09 20:31:54 +00:00
bsmedberg%covad.net
255960bb10 Bug 233160 - separate style overlays out of nsIXULChomeRegistry r+sr=hyatt with additional lookovers from dbaron+bz 2004-03-09 19:59:09 +00:00
bzbarsky%mit.edu
134fed8856 Load background images from style instead of from painting. This makes us
start loading the background images when we resolve style on an object that
needs them instead of when we scroll down and see it for the first time.  Bug
57607, r=pavlov, sr=dbaron
2004-03-09 03:57:51 +00:00
mkaply%us.ibm.com
5e6bc24eda #235018
r=mkaply, sr=blizzard
Same patch as 229695 for Windows to use MIME type for download icon
2004-03-08 22:39:47 +00:00
jshin%mailaps.org
b0f597c31a bug 55300: add 'Unicode' submenu to the 'Character Encoding' menu. The new submenu has UTF-8, UTF-16*, UTF-32* and UTF-7. UTF-8 was also added to the static list. (r=neil, sr=blizzard, moa for ff = pch) 2004-03-06 06:11:48 +00:00
caillon%redhat.com
bfd1f05ff4 Bug 86193
Add a preference allowing users to prevent sites from cancelling the contextmenu event, so right click will always bring up a context menu if the pref is set.
r=jst sr=bryner
2004-03-06 02:58:08 +00:00
gerv%gerv.net
81d497fec1 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-03-05 22:28:51 +00:00
pkw%us.ibm.com
1fa4c9b7e9 Bug 161138 - Default/null plugin downloads embedded content anyway.
r=bryner@brianryner.com, sr=blizzard@mozilla.org
2004-03-04 22:45:24 +00:00
neil%parkwaycc.co.uk
89cdb3d2c7 Bug 230636 Support Windows XP moz-icon:s with alpha transparancy r=biesi sr=mscott 2004-03-02 09:14:42 +00:00
mconnor%myrealbox.com
3de2156526 Bug 236124 network.http.pipelining.firstrequest is unused and should be removed - patch by Michael Lefevre (michaell+bmo@michaellefevre.com), r+sr=darin 2004-03-02 01:04:35 +00:00
darin%meer.net
c380c59f65 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
cbiesinger%web.de
a8713289be bug 235537 r=neil sr=darin
Always return an error code when MakeInputStream fails, instead of just returning a null stream
2004-02-27 14:19:14 +00:00
amardare%qnx.com
50cd4381bc Before the unification was made, the js were executed in this order: all.js
unix.js photon.js. Now the photon and xp_unix changed places.
The photon section should be after the XP_UNIX section.
r=bsmedberg sr=darin
2004-02-26 15:25:48 +00:00
mconnor%myrealbox.com
98c8be2ad5 Bug 231357 Remove universal image mimetypes from accept header r=darin sr=brendan 2004-02-26 04:16:23 +00:00
tor%cs.brown.edu
82aeae3281 Bug 235298 - gif with invalid end-of-stream marker wasn't being
identified as corrupt.  r=paper, sr=darin
2004-02-25 23:25:57 +00:00
cbiesinger%web.de
958da29c87 removing now-unused mpfilelocprovider, superceded by profile/dirserviceprovider.
bug 235431, r=ccarlen sr=bz
2004-02-24 21:45:22 +00:00
cbiesinger%web.de
7e9e8d2fdb remove unused files. bug 235426 r=bsmedberg sr=bzbarsky 2004-02-24 16:09:25 +00:00
amardare%qnx.com
6fcd2863b9 Reverted my previous changes for the qnx( photon ) section in all.js - they should
be commited in the firefox/thunderbird specific files.
2004-02-24 15:14:13 +00:00
bryner%brianryner.com
078b6c6ce9 Merge jsdom and gklayout libraries (bug 232247). r=dbaron, sr=jst. 2004-02-24 03:22:35 +00:00
amardare%qnx.com
a412c25450 Changes for the qnx(photon) platform. They should not affect building/runtime other platforms.
Added preferences to make firefox use thunderbird and viceversa.
2004-02-23 20:26:15 +00:00
darin%meer.net
8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
darin%meer.net
033fd13e16 relanding patch for bug 132517 "prefs.js frequently truncated on exit or crash" r=ccarlen sr=bryner a=chofmann 2004-02-12 13:09:13 +00:00
jst%mozilla.jstenback.com
2ea10607f7 Checking in for nallen@acm.org, bug 13350. Making the DOM branch callback code limit the ammount of time we allow Mozilla to spend in JS by time, in stead of limiting only by the number of executed branches. r=jst@mozilla.jstenback.com, sr=brendan@mozilla.org, a=chofmann@mozilla.org 2004-02-11 22:22:05 +00:00
bsmedberg%covad.net
a0f62775e8 Bug 233751 - fix #include case on mac, so it will build on HFS+ volumes. patch by ch-moz@bobobeach.com r=me sr=bz 2004-02-11 01:01:31 +00:00
jst%mozilla.jstenback.com
505c634885 Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com. 2004-02-09 22:48:53 +00:00
tor%cs.brown.edu
8d82a3ca72 Bug 212263 - missing files in .cvsignore. Patch by d_king@xtra.co.nz,
r=pavlov, sr=tor.
2004-02-05 16:19:02 +00:00
danm-moz%comcast.net
0dba2725da bump popup window limit to 20 while we're waiting for a UI. b=197919 r=bzbarsky 2004-02-04 03:13:54 +00:00
danm-moz%comcast.net
05d61d400c oopsie 2004-02-03 06:37:17 +00:00
danm-moz%comcast.net
d61c2611dd add popup window event control prefs. bug 197919 r=bryner,jst 2004-02-03 02:23:11 +00:00
bryner%brianryner.com
42adb9f1be More nsIPresContext deCOMtamination (bug 229371). Inline getters and setters for LinkHandler, VisibleArea, and Language; change some methods that don't return any useful data to |void|; make GetContainer return an already_AddRefed. r+sr=dbaron 2004-02-01 10:09:07 +00:00
jst%mozilla.jstenback.com
90431d8022 Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org 2004-01-29 22:04:45 +00:00
bsmedberg%covad.net
7d79d7ba8b Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin 2004-01-28 23:45:17 +00:00
cbiesinger%web.de
065f5ce3fc Bug 166192 Remove last traces of PICS.
patch by Stephen Walker <sdwalker@myrealbox.com> r=bsmedberg,dougt sr=dbaron
2004-01-28 22:42:21 +00:00
bsmedberg%covad.net
6d1e888f03 Bug 232201 - make nsIPrefBranchInternal inherit from nsIPrefBranch (small codesize savings) r=alecf sr=darin 2004-01-28 04:20:03 +00:00
bienvenu%nventure.com
4184a8c675 fix for 232233 crash in SetFileXPPref if value is null sr=mscott 2004-01-27 00:21:38 +00:00
neil%parkwaycc.co.uk
84428dc828 Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron 2004-01-23 13:31:07 +00:00
bsmedberg%covad.net
087527c4b0 Re-landing prefs from bug 178910 that were accidentally removed in bug 224578 due to merge conflicts. r=Sergei Dolgov 2004-01-23 05:00:13 +00:00
bryner%brianryner.com
23ecb8ff4e DeCOMtaminate nsCSSFrameConstructor (bug 231157). This gets rid of the nsIStyleFrameConstruction and nsICSSFrameConstructor interfaces. The frame constructor now has the same lifetime as the pres shell. r+sr=dbaron. 2004-01-21 23:05:10 +00:00
cbiesinger%web.de
b9f936fcf8 Bug 185195 cleanup BMP Decoder
r=neil.parkwaycc.co.uk sr=tor
2004-01-21 17:30:14 +00:00
bsmedberg%covad.net
092dd292b9 Bug 231298 - "Page Setup" doesn't work. Mistakenly removed these prefs during bug 224578. r=obviousness 2004-01-18 19:36:01 +00:00
bsmedberg%covad.net
1e8f67c135 Bug 231270 - fix default prefs for Mac OSX rs=dbaron 2004-01-17 20:04:03 +00:00
bryner%brianryner.com
de23a8f06d Copy the default plugin PkgInfo file to the bundle Contents directory to ensure that the plugin can load successfully on Mac OS 10.1. Bug 230915, r=pinkerton 2004-01-17 00:07:54 +00:00
bsmedberg%covad.net
c7b97d1f33 Bug 224578 - unix.js prefs were left out of first patch! I'm mortified. 2004-01-16 23:59:09 +00:00
tor%cs.brown.edu
285c42cad8 Bug 229652 - invalid gif could crash browser. r=darin, sr=bryner 2004-01-16 23:32:25 +00:00
bsmedberg%covad.net
047415ef80 Bug 224578 - separate embedding/GRE default prefs from application prefs. r=timeless+glazou r/sr=alecf
There were a couple CVS-moves during this process:
modules/libpref/src/init/editor.js -> editor/ui/composer.js
modules/libpref/src/init/mailnews.js -> mailnews/mailnews.js
2004-01-16 19:22:43 +00:00
tor%cs.brown.edu
0cefdcff39 Bug 229836 - map illegal index values to black. r=paper, sr=blizzard 2004-01-14 17:08:26 +00:00
tor%cs.brown.edu
b89c18266c Bug 230578 - missing rows in incremental load of XBM image. r=biesi, sr=bryner 2004-01-12 23:06:01 +00:00
jshin%mailaps.org
127649f06d bug 119825 : url(location) bar keyword search : use google instead of keyword.netscape.com (r=smontagu, sr=brendan) 2004-01-10 13:01:05 +00:00
jst%mozilla.jstenback.com
c000ae86e8 General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org 2004-01-09 23:54:21 +00:00
mkaply%us.ibm.com
16f63ec72c #223128
r=biesinger, sr=blizzard (platform specific)
OS/2 only - don't call streamlistener methods directly
2004-01-08 23:35:07 +00:00
bzbarsky%mit.edu
c9dd4109c2 Setting .src should reset image animations; don't animate images no one is
looking at.  Bug 210001, r=pavlov, sr=jst
2004-01-08 18:29:28 +00:00
bryner%brianryner.com
e65d2d2fe5 Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron. 2004-01-07 22:30:53 +00:00
bsmedberg%covad.net
d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
scott%scott-macgregor.org
ab464e53ee Add (currently unused) prefs for controlling mark as read in mail on a timer.
Part of Bug #75866
2004-01-06 20:30:07 +00:00
cbiesinger%web.de
9a4f1f6761 229695 Icon in download dialog is based on extension, not MIME type
r=neil.parkwaycc.co.uk sr=bz
2004-01-03 17:44:17 +00:00
cls%seawood.org
f19fbcd3a2 If libraries are not exported to $DIST, they should not be exported to $prefix either. Fixing history bustage when using 'make install'.
Bug #229362 r=bsmedberg
2003-12-31 23:35:26 +00:00
bmlk%gmx.de
8c0cb1276d build warning fix, bug 229456, r/sr=bzbarsky 2003-12-27 08:44:10 +00:00
timeless%mozdev.org
042a53af97 Bug 226162 DRefTool analysis for pref files
r=caillon sr=roc
2003-12-21 06:17:26 +00:00
scott%scott-macgregor.org
4280a92fa2 Per darin, back out the fix for Bug #132517 because it is causing
an extra copy of prefs.js to get generated every time you quit the app.
2003-12-20 22:29:03 +00:00
neil%parkwaycc.co.uk
1740a538ef Bug 90906 Remove unused variables p=gautheri@noos.fr r/sr=roc 2003-12-20 18:10:22 +00:00
cbiesinger%web.de
7a40e9e1fe 225807 r=bzbarsky sr=darin make more use of getPrimaryExtension 2003-12-19 21:34:00 +00:00
bienvenu%nventure.com
e0eba35bb5 fix 228791 need ability to have unobscured mcd files, r/sr=mscott 2003-12-19 15:53:15 +00:00
cbiesinger%web.de
3be8cf5bec 221593 win nsIconChannel.cpp should not call streamlistener methods synchronously
r=darin sr=tor
2003-12-19 15:04:27 +00:00
cbiesinger%web.de
04541c45d5 bug 124053 Fix invalid use of JVMContext TLS to map between threads, JSContexts and JSJavaThreadStates
patch by beard@netscape.com r=bnesse sr=rpotts
2003-12-19 14:52:49 +00:00
tor%cs.brown.edu
3e20e22e10 Bug 219705 - crash when using IBM java plugin. r=blizzard, sr=shaver, a=leaf 2003-12-17 19:49:44 +00:00
darin%meer.net
c1f368f908 fixes tinderbox orange (see bug 132517 for more info) sr=bryner 2003-12-17 06:02:57 +00:00
brendan%mozilla.org
9b5d4ac0b1 Fix mistake in last checkin (208121). 2003-12-17 00:33:50 +00:00
darin%meer.net
e254b1e603 fixes bug 132517 "prefs.js frequently truncated on exit or crash" patch by ccarlen r=darin,alecf sr=brendan a=blizzard 2003-12-16 21:02:11 +00:00
neil%parkwaycc.co.uk
633925b48a Bug 24954 Need ability to specify the user's directory with -installer p=ian@arlen.demon.co.uk r=ccarlen sr=bienvenu a=asa 2003-12-16 13:58:02 +00:00
kyle.yuan%sun.com
8aff276808 Bug 208121 Some String properties of a Java object are read as 'null' by Javascript
r=bsmedberg, sr=brendan, a=asa
Using nsDataHashtable instead of nsHashtable for caching class member.
2003-12-16 01:23:23 +00:00
caillon%returnzero.com
643dc8405b Bug 225490
Change the default search engine to google.
Patch by:
  Andreas Kunz <durbacher@gmx.de>
  Serge GAUTHERIE <gautheri@noos.fr>

r=me
sr=ben
a=asa
2003-12-12 22:50:13 +00:00
blizzard%redhat.com
62af343f11 Bug #227963. Fix leak of plugin instance object by the native window code. Just use an nsCOMPtr<> and a getter_AddRefs(). r=robin.lu, sr=bryner, a=asa 2003-12-12 18:09:24 +00:00
jshin%mailaps.org
0e7615402d bug 227815: list CJK fonts twice in native scripts and English because font names returned by Win32 APIs depend on the language version/locale of Windows. (r=smontagu, sr=rbs, a1.6=asa) 2003-12-10 21:42:47 +00:00
cbiesinger%web.de
d3972cefac Bug 178910 beos.js in libprefs is currently underused.
patch by sergei_d@fi.tartu.ee (Sergei Dolgov)
r=dbaron a=asa (only affects BeOS)

this fixes:
workaround for inverted shortcut/menu key assignments.
workaround for  bug 128452
setting OS-native folder for downloads
2003-12-04 23:49:17 +00:00
dbaron%dbaron.org
8b9610f595 Include nscore.h instead of nsCom.h. b=226555 r=dougt sr=darin a=asa 2003-11-29 18:56:10 +00:00
mkaply%us.ibm.com
5d328a147f #226476
r=pedemonte, sr=blizzard (platform specific), a=mkaply
Bad structure/bitfield definitions causing icons not to work
2003-11-24 22:05:11 +00:00
bzbarsky%mit.edu
09fba303d9 Flash crashes GTK2 builds due to a bug in Linux dlopen(). Bug 223744, patch by
anlan@ida.liu.se (Andreas Lange), r=blizzard, sr=bzbarsky, a=asa
2003-11-22 21:19:35 +00:00
mkaply%us.ibm.com
73a242e651 #226340
r=mkaply, sr=blizzard (platform specific), a=mkaply
Code from pedemonte - new font code - want this for beta to get testing on it
2003-11-21 22:30:41 +00:00
darin%meer.net
18d8f4d786 fixes bug 226071 "xremote: openURL doesn't work well when multiple apps with different capabilities are present" r=bz,blizzard sr=bryner a=asa 2003-11-21 00:09:50 +00:00
mkaply%us.ibm.com
23f475e78d #218685
r=mkaply, sr=blizzard (platform specific), a=mkaply
From pedemonte - remove some unnecessary (and wrong) OS/2 specific code in 4.x plugin support
2003-11-19 19:47:11 +00:00
timeless%mozdev.org
8e0d2ea51a Bug 135181 Add Translate Page to the Tools menu
r=caillon sr=jst
2003-11-19 03:20:37 +00:00
pete.zha%sun.com
33f30f9dd3 bug 124029 Roaming - 4.x-HTTP-compatible
attachment 125934 for default roaming profile
r=ccarlen@mac.com sr=bz-vacation@mit.edu
2003-11-18 04:45:02 +00:00
bienvenu%nventure.com
6bd5665598 add pref to use status for checking non-inbox imap folders for new mail, r/sr=mscott 224381 2003-11-18 03:35:28 +00:00
timeless%mozdev.org
41a644f875 Bug 225988 DRefTool analysis for stopwatch files
r=roc sr=roc
2003-11-17 20:44:53 +00:00
timeless%mozdev.org
ea7558fbed Bug 225986 DRefTool analysis for libjar files
r=roc sr=roc
2003-11-17 20:44:14 +00:00
bzbarsky%mit.edu
a8938a3267 Make nsJARURI implement nsIURL. Bug 224797, r=andreas.otte@debitel.net,
sr=darin
2003-11-16 21:43:43 +00:00
tor%cs.brown.edu
67e3853830 Bug 225015 - prevent assert caused by access to nonexistent frame.
r=sicking, sr=bryner
2003-11-16 18:11:04 +00:00
bzbarsky%mit.edu
7a0b8731b8 Have a way to disable the Postscript/* printers via pref even in builds with
the PS module built in.  Bug 225686, patch by dvschweiger@web.de (David
Schweiger), r=biesi, sr=bzbarsky
2003-11-15 19:25:14 +00:00
blizzard%redhat.com
42e603872d Bug #201158. Gtk2 plugins would not be resized properly when the size of the plugin port was changed. r=robin.lu sr=bryner 2003-11-13 16:38:59 +00:00
neil%parkwaycc.co.uk
97442668b2 Bug 225083 moz-icons show wrongly for 5-6-5 bitfields r=ere sr=mscott 2003-11-12 22:25:51 +00:00
darin%meer.net
e4ebafaa4b fix uninitialized variable warning, bug 204503, patch by alfredkayser@nl.ibm.com, r+sr=darin 2003-11-12 20:09:05 +00:00
cbiesinger%web.de
e3dd841394 bug 223997
PluginHostImpl should use GetTypeFromURI not FromExtension
r=peterlubczynski sr=bz
2003-11-08 17:01:46 +00:00
bsmedberg%covad.net
1b1de9ed60 CVS removing old location of IPC code. New location is ipc/ipcd. r/sr=leaf+darin 2003-11-07 13:13:07 +00:00
bsmedberg%covad.net
9192fafedc Bug 224840 (regression from bug 212222) - the alpha sort is a reverse sort... rs=darin 2003-11-06 20:11:01 +00:00
dwitte%stanford.edu
7b568b6327 remove support for dom.disable_cookie_{get,set} prefs.
b=223782, r=jst,caillon, sr=alecf,darin (yes really, four reviews).
2003-11-04 22:44:51 +00:00
bryner%brianryner.com
602eb22f1c Convert imgContainerGIF to use nsCOMArray instead of nsSupportsArray. Bug 224621, r=darin, sr=tor. 2003-11-04 02:14:11 +00:00
bsmedberg%covad.net
2034fc15f9 Bug 212222 - Load default prefs from the GRE and from the application. r/sr=alecf/darin
NOTE: This is only the backend work necessary to load prefs. The actual separation of prefs into application/embedding will happen in another bug.
2003-11-03 16:46:13 +00:00
brendan%mozilla.org
7809adca33 Fix missing cx param problem (223041, r=caillon, sr=dbaron). 2003-11-03 04:26:55 +00:00
bryner%brianryner.com
63d337ab53 Prefix all external symbols in Mozilla's libpng with MOZ_PNG_ to avoid runtime version conflicts with a system-installed libpng in static builds (bug 181936). Patch by glennrp@imagemagick.org, r=pavlov, sr=tor/bryner 2003-11-01 07:20:43 +00:00
mkaply%us.ibm.com
c3a2c84262 #220378
r=jblanco, sr=blizzard (platform specific)
Add some more default fonts for Unicode so DBCS works better
2003-10-31 16:47:52 +00:00
cbiesinger%web.de
6f72539c4d 224053 patch by Malcolm Rowe malcolm-bmo@farside.org.uk
neil.parkwaycc.co.uk: review+
bienvenu: superreview+
Simple HTML (sanitizer) message view disallows numbered list  (OL) with non-default start
fix this by not rmeoving start/type/compact attributes from list tags
2003-10-30 21:14:51 +00:00
neil%parkwaycc.co.uk
cf75861701 Bug 222694 Make windows moz-icon:s work with all colour depths r=ere sr=mscott 2003-10-30 09:22:24 +00:00
dwitte%stanford.edu
359f90d96a remove nsCCookieManager.h in favor of nsNetCID.h.
b=221886, r+sr=darin
2003-10-30 02:59:31 +00:00
tor%cs.brown.edu
8bdd034c9d Bug 222293 - gif crasher if animation overlay is offscreen in only one
direction.  r=paper, sr=blizzard, a=asa.
2003-10-24 02:58:03 +00:00
tor%cs.brown.edu
a41430bfac Bug 205761 - some GIF files don't uncompress. r=paper, sr=bryner, a=asa 2003-10-22 21:12:36 +00:00
bryner%brianryner.com
605cc06382 deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +00:00
mkaply%us.ibm.com
b5ff2bfd7d OS/2 bustage - makefile patch went to wrong file 2003-10-22 00:45:29 +00:00
mkaply%us.ibm.com
cc6f7c7270 Forgot makefile change for OS/2 plugin idl - 215581 2003-10-21 22:38:22 +00:00
caillon%returnzero.com
66caced69a Re-land patch for bug 83536, merging principal objects.
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +00:00
mkaply%us.ibm.com
95401a7d95 #215581
r=mkaply
OS/2 only code to support VACPP Compiled plugins stuff in the new GCC build
2003-10-21 22:11:20 +00:00
timeless%mozdev.org
f980462645 Bug 143687 Bring back site icons (favicons) in personal toolbar
patch by mozilla-bugs@nogin.org r=varga sr=alecf
2003-10-21 17:00:37 +00:00
varga%nixcorp.com
199cf9bc76 Changing my email address. 2003-10-21 15:35:57 +00:00
bzbarsky%mit.edu
1b5abc3d0b Fix plugin crash on HP-UX due to not finding the Xt libs. Bug 164021, patc by
a.lange@home.se (Andreas Lange), r=peterl, sr=bzbarsky
2003-10-21 04:47:32 +00:00
technutz%netscape.net
8ffc7d6bbb Bug 222419. remove wallet.TutorialFromMenu key from all.js. r=neil, sr=bienvenu. 2003-10-20 22:23:09 +00:00
tor%cs.brown.edu
7fac3ddbdc Bug 219705 - fix java applet crash with Blackdown JVM. r=blizzard, sr=shaver 2003-10-17 19:32:28 +00:00
darin%meer.net
50e657cb5e fixes bug 222023 "regression: pref parser should accept single-quote delimited strings" r=timeless sr=brendan 2003-10-16 22:33:02 +00:00
bzbarsky%mit.edu
7e19a9767b Add pref for the default :active styling. Bug 142163, patch by
mats.palmgren@bredband.net (Mats Palmgren), r=bzbarsky/sr=dbaron on the
layout/xpfe parts of the patch, r=glazou/sr=bzbarsky on the editor part,
moa=neil on the prefwindow changes.
2003-10-15 01:56:12 +00:00
darin%meer.net
dd4d098cc1 fixes bug 221643 "regression: escape sequences in pref name not handled correctly" r=timeless sr=brendan 2003-10-10 03:39:27 +00:00
cls%seawood.org
2f52cc1711 Case matters.
Fixing mingw cross-compiling bustage.
2003-10-08 01:07:38 +00:00
dougt%meer.net
f1f8de7a4e fixing the two network.enableIDN prefs in all.js. r+sr=darin, b=221437 2003-10-07 07:04:10 +00:00
darin%meer.net
77642ae698 fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky 2003-10-06 01:46:31 +00:00
joshua.xia%sun.com
2c955e676c for bugzilla #219705 sr=shaver@mozilla.org r=xiaobin.lu@sun.com 2003-10-05 05:36:08 +00:00
bzbarsky%mit.edu
5dcb44523e Make GetPath() work on jar: URIs, incidentally making it possible to use such
as src uris for frames again.  Bug 220776, r=timeless, sr=darin
2003-10-03 22:15:24 +00:00
bryner%brianryner.com
932b64ef52 Link the icon decoder with -framework Carbon to try to avoid undefined symbols on Mac OS 10.1.x. Bug 213639, r=bz. 2003-09-30 07:08:57 +00:00
bryner%brianryner.com
b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
jst%mozilla.jstenback.com
5037b2a4a2 Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
dbaron%dbaron.org
6af4466826 Make the rv:N.N part of the UA string come from the MOZILLA_VERSION macro (from config/milestone.txt) instead of from a pref. b=220220 r=darin sr=bryner 2003-09-25 05:39:11 +00:00
timeless%mozdev.org
f38f773af0 Bug 220060 Crash using nsJar w/ null mZipFile
r=darin sr=darin
2003-09-24 01:48:09 +00:00
timeless%mozdev.org
39af5034bb Bug 62429 The "Start my reply above the quoted text" setting should ALSO allow to prepend the signature above the quote text. (top)
patch by bugzilla@arlen.demon.co.uk r=neil sr=bienvenu
2003-09-23 23:07:54 +00:00
darin%meer.net
963a745153 fixing typo in last checkin 2003-09-23 18:38:49 +00:00
darin%meer.net
9905dca6be fixes bug 219479 "further cleanup for pref backend" patch=alfredkayser@nl.ibm.com r=darin sr=alecf 2003-09-23 17:57:22 +00:00
jag%tty.nl
328f52ed74 Bug 203960: add a UI pref allowing the user to choose between "Add tabs" and "Replace existing tabs". r=Neil, sr=bryner 2003-09-23 06:49:06 +00:00
darin%meer.net
51387a4909 fixes bug 219456 "proxy browsing broken on todays cvs 20030917" r=dougt sr=alecf 2003-09-22 22:30:29 +00:00
dbaron%dbaron.org
0f9c5c2408 Update version number from 1.5b to 1.6a. b=219695 2003-09-21 17:13:12 +00:00
timeless%mozdev.org
7fb93d3607 Bug 219003 vr_stubs.c(186) : warning C4013: 'free' undefined; assuming extern returning int
r=dveditz sr=darin
2003-09-21 04:53:14 +00:00
peterlubczynski%netscape.com
86da6a1622 Fixing bug 211587: Acrobat plugin crashes on Solaris because libXm.so is not loaded. Patch by Andreas Lange (a.lange@home.se) r=peterl sr=blizzard 2003-09-19 23:37:38 +00:00
mkaply%us.ibm.com
8edbf92e6c #73642
r=pavlov, sr=tor
Cleanup of calling conventions in JPEG
2003-09-18 20:38:36 +00:00
timeless%mozdev.org
0a7d3abd6f Bug 218754 Don't double init nsPrefLocalizedString::mUnicodeString
r=bsmedberg sr=alecf
2003-09-18 02:57:13 +00:00
mkaply%us.ibm.com
343d587020 #215581
r/sr=brendan
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
2003-09-16 19:07:19 +00:00
darin%meer.net
f502702793 minor revisions based on review comments from brendan that should have been included in last checkin for bug 98533. 2003-09-16 16:28:48 +00:00
darin%meer.net
1c4700de0c fixes bug 98533 "use lightweight parser to read pref files" r=dougt sr=brendan 2003-09-16 16:19:00 +00:00
darin%meer.net
452afe9434 fixes bug 216854 "necko should not have a compile-time dependency on exthandler" r=dougt sr=bryner 2003-09-16 16:12:59 +00:00
neil%parkwaycc.co.uk
070e42ff42 Bug 36816 news should default to using the server username and password for all groups p=johannesteichmann@web.de r=bienvenu sr=mscott 2003-09-16 09:45:49 +00:00
robin.lu%sun.com
6c65d4e63d patch for bug 189229 : xembed for plugins
patched by robin.lu@sun.com r=joshua.xia@sun.com sr=blizzard@mozilla.org
2003-09-16 01:44:41 +00:00
tor%cs.brown.edu
3ebb217d4f Bug 217025 - handle switch from local colormap to global properly.
r=pavlov, sr=darin
2003-09-15 21:52:44 +00:00
bsmedberg%covad.net
2582cb187e Embedding and GRE manifests. 2003-09-15 19:57:05 +00:00
bienvenu%nventure.com
af2d8016e9 add default prefs for aging messages from pop3 server, r/sr=mscott 107883 2003-09-13 15:11:13 +00:00
mkaply%us.ibm.com
d24ef33a8a Bug #203344
r=darin, sr=alecf
Code from Alfred Kayser - optimization in nsJarChannel
2003-09-11 16:45:50 +00:00
jshin%mailaps.org
c309791ae2 removed the pollution (in unix.js) in the prev. check-in for bug 152264 2003-09-11 13:42:30 +00:00
jshin%mailaps.org
cd6feee343 bug 152264 : add zh-HK langGroup so that fonts can be specified separately for zh-HK and zh-TW langGroups (r=katakai, sr=blizzard). L10N changes included. 2003-09-11 12:01:08 +00:00
timeless%mozdev.org
e8c8dcd5a8 Bug 217089 Compiler warnings
patch by mbockelkamp@web.de r=jst sr=jst
2003-09-11 03:18:49 +00:00
timeless%mozdev.org
cde5a0d7c9 Bug 217089 Compiler warnings
patch by mbockelkamp@web.de r=mkaply
2003-09-11 03:18:47 +00:00
tor%cs.brown.edu
3cefd71eb7 Bug 218758 - prevent read off end of interlace buffer for interlaced RGB
interlaced PNGs.  r=pavlov, sr=bryner
2003-09-11 02:59:31 +00:00
tor%cs.brown.edu
56855dc89b Bug 218651 - ignore contents of ICO directory entry reserved field.
r=pavlov, sr=bryner
2003-09-11 02:56:54 +00:00
tor%cs.brown.edu
984e645620 Bug 217025 - GIF decoder cleanup. r=pavlov, sr=darin 2003-09-11 02:54:29 +00:00
bryner%brianryner.com
63fa99c65e Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 23:12:15 +00:00
bryner%brianryner.com
5cd0bcdb7a Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:56:05 +00:00
caillon%returnzero.com
f8e8aed8a7 Backing out the patch to bug 83536.
I will reland this when 1.6a re-opens.
r+sr=jst@netscape.com
a=chofmann
2003-08-22 03:06:53 +00:00
tor%cs.brown.edu
a2d78f44c5 Bug 209079 - corrupted gif LZW data could crash mozilla.
r=pavlov, sr=dbaron, a=brendan
2003-08-20 18:04:52 +00:00
cls%seawood.org
1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
bienvenu%nventure.com
26d4f767e3 add pref for disabling secure auth on smtp servers, patch by ch.ey@gmx.net, r=me, sr=scott, a=asa 203785 2003-08-14 21:25:24 +00:00
neil%parkwaycc.co.uk
119060f0df Bug 141531 move quote reply pref (reply below/above) to account settings p=bugzilla@arlen.demon.co.uk r=me sr=bienvenu a=asa 2003-08-12 12:33:04 +00:00
neil%parkwaycc.co.uk
9081af54eb Bug 61520 Add additional headers to every message p=telio+bugzilla@telio.net r=dmose sr=mscott a=rjesup a=asa 2003-08-10 18:24:08 +00:00
bienvenu%nventure.com
764b67eae3 add default pref for password protecting local hdr cache, 214402, r=scott, sr/a=sspitzer 2003-08-08 14:16:11 +00:00
caillon%returnzero.com
d2484ac884 Regression fixes from my landing of bug 83536.
Fixes bugs 213918, 213958.  Also fixes a non-related leak of nsIPrincipals.
r+sr=bzbarsky@mit.edu
2003-07-26 05:30:15 +00:00
jaggernaut%netscape.com
95899387f6 Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2003-07-25 19:06:59 +00:00