bsmedberg%covad.net
a9926b8556
Fix conflicts between bug 317937 and bug 313309
2005-12-12 15:52:31 +00:00
timeless%mozdev.org
3c09a5c6f5
Bug 319003 remove unused variable gSession from TestCacheService
...
r=darin sr=darin
2005-12-11 02:38:15 +00:00
bzbarsky%mit.edu
974c8484e6
Just throw if a null visitor is passed. Bug 309459, patch by Adam Guthrie
...
<ispiked@gmail.com>, r+sr=darin
2005-12-07 05:35:39 +00:00
roc+%cs.cmu.edu
14d4d88d51
Bug 315345. nsIPermission should be in network/base/public for now, alongside nsIPermissionManager. r+sr=darin
2005-12-06 01:32:59 +00:00
bienvenu%nventure.com
b20811d7f8
fix 318750 text to html converter broken, r=neil, sr=mscott
2005-12-02 21:42:15 +00:00
neil%parkwaycc.co.uk
480f8e01d3
Bug 317937 Get rid of some unnecessary CIDs and change some possibly unsafe nsCOMPtr usage into the equivalently unsafe static casts r=darin sr=jst
2005-12-02 12:02:44 +00:00
darin%meer.net
2bd2f5f427
fixes bug 316372 "mailto: links do not open Compose window anymore" patch by bzbarsky, r=biesi, sr=darin
2005-11-30 00:54:49 +00:00
timeless%mozdev.org
3db428f6ac
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
b78d0c2416
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
timeless%mozdev.org
5cf4939f9c
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=timeless rs=brendan
2005-11-21 06:01:10 +00:00
dbaron%dbaron.org
b53416dbb5
Fix negative leak stats regression from bug 302724.
2005-11-16 19:35:07 +00:00
gerv%gerv.net
816dbf4c27
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-11-15 21:50:29 +00:00
dwitte%stanford.edu
89963e4b77
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.
2005-11-15 21:50:28 +00:00
dwitte%stanford.edu
12edefb96c
remove cid's/contractid's and factory constructors for nsCookie and nsPermission, since these objects shouldn't be instantiable.
...
b=209506, r=darin/mvl, sr=bz
2005-11-15 21:50:25 +00:00
bzbarsky%mit.edu
d0caa5e714
Checking in permissions rewrite phase 1 (troop deployment in the permission
...
gulf). Bug 191380, patch by mvl@exedo.nl (Michiel van Leeuwen),
r=dwitte@stanford.edu , sr=darin.
2005-11-15 21:50:24 +00:00
morse%netscape.com
47c633991f
bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf
2005-11-15 21:50:23 +00:00
bzbarsky%mit.edu
ebf2fcaaa7
Log addref/release for nsHostResolver and nsHostRecord. Bug 302724, r+sr=darin
2005-11-15 17:30:50 +00:00
dbaron%dbaron.org
8e1263ab28
Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin
2005-11-14 20:09:51 +00:00
bsmedberg%covad.net
30f85dcf6f
Fix usage of NS_GET_IID with a template param to use the NS_GET_TEMPLATE_IID version, from bug 313309.
2005-11-14 15:27:46 +00:00
darin%meer.net
10b1e16bff
Remove extraneous semi-colon as it breaks some builds.
2005-11-12 19:40:46 +00:00
darin%meer.net
60431e2978
fixes bustage: "about" is not an optional protocol
2005-11-12 18:46:42 +00:00
darin%meer.net
56de173b8c
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2005-11-12 18:17:19 +00:00
bsmedberg%covad.net
dff1dea638
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
darin%meer.net
35d9827616
fix error in last checkin: a.Left(b, 10) != a = Substring(b, 10)
...
r=biesi
2005-11-08 23:39:42 +00:00
cbiesinger%web.de
d73e12f724
Bug 248052 Add a contract ID for a global channeleventsink. Make the
...
scriptsecuritymanager register for that and implement nsIChannelEventSink. Veto
redirects if CheckLoadURI fails. Remove the explicit usage of
nsIScriptSecurityManager from nsHttpChannel.cpp.
This eliminates js and xpconnect from REQUIRES, and brings us closer to remove
caps.
r=darin sr=bz
2005-11-08 20:47:16 +00:00
bsmedberg%covad.net
16b82e48cc
Bug 315087 - convert necko tests to use the glue, r=darin
2005-11-08 19:23:00 +00:00
darin%meer.net
59741b54f4
fixes bug 315411 "fail to check the IDN is in whitelist if user inputs un-normalized URL in URL bar" patch by Masayuki Nakano <masayuki@d-toybox.com>, r=jshin, sr=darin
2005-11-08 19:18:14 +00:00
darin%meer.net
797ed0cd9b
fixes bug 314325 "necko_unit_tests/test_localstreams.js fails" r=biesi
2005-10-29 17:26:12 +00:00
bienvenu%nventure.com
4fc86d9668
add more logging to nsHostResolver to help diagnose 173924, in which host lookups stop working afer extended period of time, r/sr=darin
2005-10-28 21:24:48 +00:00
darin%meer.net
a20f75c1de
fixes bug 314239 "SU downloader cannot handle redirects when not making a range request" r+sr=bzbarsky
2005-10-28 19:45:48 +00:00
cbiesinger%web.de
19ac3d11e9
bug 313414 process cookies only after sending http-on-examine-response, to allow
...
the observer to do stuff to the cookie header (modify or delete it)
r+sr=darin
2005-10-25 21:00:54 +00:00
darin%meer.net
4ccdd4f21f
fixes bug 300613 "insecure page can be made to appear secure" r=bzbarsky sr=dveditz
2005-10-21 01:56:55 +00:00
darin%meer.net
8ee3046b01
fixes bug 306170 "background download fails if server returns 200 response" r=biesi sr=bzbarsky
2005-10-20 21:45:13 +00:00
darin%meer.net
c1e85f032e
fixes bug 309424 "mozilla 1.5beta1 freezes & goes into 95+% cpu usage browsing blackisha.com" r=biesi sr=bzbarsky
2005-10-20 18:19:24 +00:00
darin%meer.net
81bc93141f
fixes bug 290190 "crash when network connection drops and reconnects [@ msvcrt.dll - nsDNSRecord::GetNextAddr ]" r=biesi sr=bzbarsky
2005-10-18 21:25:05 +00:00
joshmoz%gmail.com
014614bdd1
Fix Intel Mac UA string, navigator.oscpu, navigator.platform values. The values in this patch match up with what Apple is using in their latest Intel build. b=297607 r=dbaron sr=darin
2005-10-18 19:32:01 +00:00
andreas.otte%debitel.net
8f21c35cd1
extending list of blacklisted characters for bug 309128 [More IDN DNS lookup and URL display problems], r=cbiesinger, sr=darin
2005-10-15 23:03:46 +00:00
darin%meer.net
4af416f017
fixes bug 304286 "Certificate failures during automatic check for updates should not give user choice to connect anyway" r=biesi sr=dveditz
2005-10-15 02:46:06 +00:00
darin%meer.net
1be09e612b
fixes bug 309335 "Unknown content type dialog(helper app dialog) shows escaped file name if it has non-ASCII char" patch by biesi+darin r=bzbarsky
2005-10-13 21:50:25 +00:00
bzbarsky%mit.edu
fa27c7e880
Fix deadlock on profile switch. Bug 309729, r=neil, sr=darin
2005-10-12 02:18:32 +00:00
darin%meer.net
205d93256f
fix spelling nit, r=dbaron
2005-10-11 00:46:30 +00:00
darin%meer.net
25ad6d3aa7
fixes bug 311595 "Cannot use bouncer to serve mar files" r=biesi sr=bzbarsky
2005-10-10 23:44:47 +00:00
darin%meer.net
ba5e4322e3
Followup patch for bug 289352 "swap back the words from network to host format" patch by alfredkayser@nl.ibm.com, r=darin
2005-10-10 17:30:14 +00:00
bzbarsky%mit.edu
5d4d3b61ac
Make sure to always set the right capacity on the memory cache device. Bug
...
309729, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin, sr=bzbarsky
2005-10-09 19:58:06 +00:00
darin%meer.net
27d9608992
fixes bug 289352 "remove redundant seek, and optimize bitmap usage" patch by alfredkayser@nl.ibm.com, r+sr=darin
2005-10-08 01:20:36 +00:00
bryner%brianryner.com
0a3422432f
Don't lose track of image requests that are multipart/x-mixed-replace, so that we can disable bfcache for these documents. Bug 308903, r=pavlov, sr=darin.
2005-10-03 22:27:20 +00:00
masayuki%d-toybox.com
8e1f134c7a
back out previous check-in b=309335
2005-10-01 23:06:46 +00:00
mconnor%steelgryphon.com
91ac6f5e9c
bug 306658 - disallow cookies from non-file URIs without
...
hostnames, r=dwitte, sr=darin
2005-10-01 05:20:21 +00:00
masayuki%d-toybox.com
47852834ca
Bug 309335 Unknown content type dialog(helper app dialog) shows escaped file name if it has non-ASCII char r+sr=darin
2005-10-01 03:26:03 +00:00
bzbarsky%mit.edu
c2d3149abf
Failure to open a channel in a stream loader should just make init() throw.
...
Bug 310319, r+sr=darin
2005-09-29 22:00:26 +00:00