joshmoz%gmail.com
701969ba26
gcc 4 fixes for Mac OS X. part 1 of the landing. Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron
2005-06-15 03:49:26 +00:00
db48x%yahoo.com
b49516c3c9
bug 296522: nsJAR.cpp uses wrong allocator
...
patch by john <johnli1995@hotmail.com>, r=darin, a=asa
2005-06-14 10:29:45 +00:00
joshmoz%gmail.com
d4a4cd13e7
get rid of 68k mac and classic mac os references from plugin code. cleanup only. no bug. r=jst a=asa
2005-06-13 22:31:39 +00:00
mkaply%us.ibm.com
57ba9396d4
#291381
...
r=mkaply, sr=mkaply, a=mkaply
OS/2 only - certain icons resolutions crash - patch from Rich Walsh
2005-06-12 04:58:03 +00:00
timeless%mozdev.org
99672ccd85
Bug 292348 NewEmbededPluginStream misspelled
...
patch by pythonesque+bugzilla@gmail.com r=jst sr=jst a=asa
2005-06-08 23:42:15 +00:00
darin%meer.net
49db45ad14
fixes bug 297124 "mar.exe fails to link with MSVC 2005 beta 2" r=darin,cls
2005-06-08 22:26:48 +00:00
darin%meer.net
8daab17916
Landing libmar for new application update system (bug 296303) r=bsmedberg,cls,brendan
2005-06-08 17:28:20 +00:00
dougt%meer.net
21c1caa3f1
Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa.
2005-06-08 16:48:44 +00:00
joshmoz%gmail.com
37a2ff46af
build on Xcode 2.1 which uses per-build configuration build directories. b=296900 r=josh r=cls r=bsmedberg a=bsmedberg
2005-06-08 02:50:56 +00:00
darin%meer.net
62afc8e69f
Landing bzip2-1.0.3 library components (libbz2), bug=296294, r=bsmedberg, sr+a=brendan
2005-06-06 22:26:32 +00:00
cls%seawood.org
34066213a5
Path translation fixes for msys.
...
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
2005-06-02 04:00:37 +00:00
joshmoz%gmail.com
e6acd8ece7
more bustage fixes for Mac OS X 10.4 build patch. by Mark Mentovai. b=292530
2005-06-01 21:15:09 +00:00
joshmoz%gmail.com
0feedf0e41
more bustage fixes for Mac OS X 10.4 "Tiger" build patch, by Mark Mentovai. b=292530
2005-06-01 20:52:53 +00:00
joshmoz%gmail.com
f111ec1cfa
fix building on Mac OS X 10.3.x "Panther". Patch by Mark Mentovai. b=292530 r=me
2005-06-01 20:13:21 +00:00
joshmoz%gmail.com
06ca0acf9b
more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. b=292530 r=josh r=pinkerton r=cls sr=bryner a=brendan
2005-06-01 18:53:30 +00:00
timeless%mozdev.org
d0db527069
Bug 293307 violation of c++ aliasing rules in imgCacheValidator::OnStartRequest() causing crash if compiled with gcc 4.0
...
r=pavlov sr=bz a=shaver
2005-06-01 18:28:20 +00:00
dougt%meer.net
05339dd922
Add a scriptable hash function API. basically what this does is moves the hashing function out of the nsISignatureVerifier.idl and creates a new interface nsICryptoHash which is scriptable. Because of this change, we needed to fix up all of the call sites. r=darin, sr=dveditz, a=shaver
2005-06-01 16:06:53 +00:00
dveditz%cruzio.com
4735d5bee3
bug 295457 use malloc to avoid OOM exceptions thrown by libstdc++. Patch by biesi, r=tor, sr=dveditz, a=chofmann
2005-05-26 22:43:36 +00:00
bugzilla%arlen.demon.co.uk
052195e7d9
Bug 259325 build error on OpenBSD
...
p=ajschult@verizon.net r=benjamin sr=jst a=asa
2005-05-19 21:49:42 +00:00
darin%meer.net
8ca02fe326
fixes bug 250691 "Disable LMv1 hash by default" r=cneberg, sr=bryner, a=asa
2005-05-15 17:38:58 +00:00
dveditz%cruzio.com
b726ed1415
bug 287618 case shouldn't matter for default pref files, r=bsmedberg,sr=darin,a=asa
2005-05-14 00:30:08 +00:00
bzbarsky%mit.edu
d2523ff115
Removing bogus semicolon. Bug 289051, problem found by lvcipriani@yahoo.com
2005-05-13 17:49:43 +00:00
darin%meer.net
8c2929e38d
fixes bug 290982 "Disallow viewsource:javascript and jar:viewsource URLs" r=dveditz sr=jst a=dbaron
2005-05-12 15:20:43 +00:00
bsmedberg%covad.net
96622a4250
Bug 293461 - Make safe mode a system option and make handling by the EM less fragile. Also fixes bug 275529 - allows app ID and extension ID to be a prettyname@vendor.tld instead of {GUID}. r=darin+robstrong a=asa
2005-05-12 13:23:30 +00:00
cls%seawood.org
1a4e99d28f
Set FORCE_USE_PIC when building libimgicongtk_s.a
...
Bug 292714 r=cbiesinger a=asa,bsmedberg
2005-05-10 06:05:56 +00:00
mkaply%us.ibm.com
039a061f6a
#291381
...
r=mkaply, sr=mkaply (platform specific), a=mkaply (OS/2 only)
Patch from Rich Walsh - rewrite OS/2 icon code to fix some color corruption and overall cleanup
2005-05-07 04:26:15 +00:00
timeless%mozdev.org
d70df2afca
Bug 207306 plugin host should be destoryed on Observe() "NS_XPCOM_SHUTDOWN_OBSERVER_ID" rarther than on "quit-application"
...
patch by bugspam.Callek@gmail.com r=jst sr=jst a=asa
2005-05-01 22:28:46 +00:00
cbiesinger%web.de
6b1cc66eae
292355 send the document's URI as referrer, instead of the document's base URI
...
r=jst sr=bz a=asa
2005-05-01 13:08:14 +00:00
shaver%mozilla.org
e07bb3b929
Bug 292373: fix plugin bustage on Windows from bug 291229's landing.
...
Patch from dougt, r+sr=shaver.
2005-04-30 16:15:08 +00:00
jshin%mailaps.org
1a8118258c
bug 237434 : add several languages/scripts to font selection menu (r=smontagu, sr=dbaron, a=asa)
2005-04-30 02:57:57 +00:00
dougt%meer.net
373d7db1ba
Windows CE build changes. This addresses most of the outstanding Windows
...
CE compilation issues.
This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript. This change is based on bug 242518. See comment 36.
This patch also removes the unused enum in transformiix . See bug
292118.
r/sr = dveditz/shaver
b = 291229
a = asa
2005-04-29 13:33:49 +00:00
cbiesinger%web.de
0911e83759
245631 patch by Son Le <son.le0@gmail.com> r=biesi sr=dveditz a=asa
...
- Return error from WriteFrom when ProcessData fails
- verify that the type of the icon is correct (icon or cursor)
- make sure that the image offset is valid
- check for OOM (mRow, mAlphaBuffer)
- add safety checks for mRow and mAlphaBuffer
2005-04-29 12:16:00 +00:00
cbiesinger%web.de
1225a042ce
Bug 292114 InstantiateFullPagePlugin should take nsIURI*, not nsString&
...
r=jst sr=bz a=asa
2005-04-29 12:11:45 +00:00
tor%cs.brown.edu
5c63365762
Bug 292160 - Turn on SVG preference by default. r=dbaron, sr=brendan, a=asa
2005-04-28 21:43:03 +00:00
kjh-5727%comcast.net
f0505bd282
Bug 179538 - Default solaris print command should call "lp". sr=alecf, a=asa.
2005-04-28 17:13:14 +00:00
cbiesinger%web.de
0c0edb300c
286897 store hotspot information on XBM images if present in the file
...
patch by Aaron Kaluszka <ask@swva.net> r=biesi sr=tor a=asa
2005-04-20 17:17:02 +00:00
bsmedberg%covad.net
cf47fb607f
Fix internal defines (affects gtk2 only), bustage from bug 288626
2005-04-06 04:32:20 +00:00
bsmedberg%covad.net
5cde02f558
Fix build bustage, bug 288626.
2005-04-06 04:29:55 +00:00
bsmedberg%covad.net
564337d16d
Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin
2005-04-06 03:35:24 +00:00
timeless%mozdev.org
1ce3974e6e
Bug 283540 OOM mlk [@ NS_NewPluginPostDataStream]
...
patch by jlurz24@gmail.com r=timeless sr=jst
2005-04-01 23:33:00 +00:00
roc+%cs.cmu.edu
dbf0b5138e
Bug 163215. Make horizontal scroll preferences platform-dependent. r+sr=bryner, patch by Peter Weilbacher
2005-03-28 21:14:17 +00:00
darin%meer.net
1aef58d043
fixes regression bug 287690 "applet crashes Firefox" r=dmose
2005-03-25 21:33:12 +00:00
darin%meer.net
08146eec42
landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky
2005-03-25 03:41:33 +00:00
timeless%mozdev.org
7acfc66b35
Bug 274956 return NS_ERROR_OUT_OF_MEMORY when NS_NEWXPCOM fails
...
patch by 116057@bacon.qcc.mass.edu r=darin sr=darin
2005-03-24 18:17:15 +00:00
pavlov%pavlov.net
e66f9a3d35
add api to allow one to get the mime type and content disposition from imagelib. bug 287286. r=bz sr=shaver
2005-03-23 21:09:02 +00:00
cbiesinger%web.de
03da02a502
Bug 251446 don't return failure when getting data while in DONE state. instead,
...
just ignore the extraneous bytes.
patch by Aaron Kaluszka <ask@swva.net> r=biesi sr=tor
2005-03-23 17:57:45 +00:00
jshin%mailaps.org
0a4fbaf54d
bug 159809 : update default fonts on mac os x (r=jshin, sr=sfraser) patch by Smokey Ardisson with a couple of changes by me
2005-03-23 09:17:58 +00:00
jst%mozilla.jstenback.com
2889c14ff7
More code tidying, no code changes.
2005-03-23 00:49:53 +00:00
jst%mozilla.jstenback.com
e35202446d
Nuke useless whitespace.
2005-03-23 00:37:58 +00:00
jst%mozilla.jstenback.com
7a5f7b45af
Tidy up this code a bit, no code changes other than removing an unused variable.
2005-03-23 00:34:39 +00:00