Граф коммитов

5129 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net ca7df14533 Bug 322000: update about:licence to fulfil all our obligations with regard to notifications, copyright statements and so on. Patch by gerv; r=mconnor, mscott. 2006-01-27 12:08:02 +00:00
gavin%gavinsharp.com 41485f71b8 Bug 306966: Convert method comments in nsISecretDecoderRing to doxygen, patch by Jeff Walden <jwalden@mit.edu>, r+sr=darin 2006-01-26 01:09:09 +00:00
cbiesinger%web.de e3d6dfa174 bug 321932 improve nsIRequest::isPending documentation
r+sr=darin
2006-01-25 16:47:12 +00:00
darin%meer.net 7328013630 fixes bug 321833 "Clearing the cache prevents disk cache from working" r=mconnor, alfredkayser 2006-01-24 14:47:06 +00:00
darin%meer.net 54e4cc43da fixes bug 323378 "Accessing data:;base64, produces a crash for some architectures" patch by sylvain.pasche@gmail.com, r+sr=darin 2006-01-19 19:04:27 +00:00
bsmedberg%covad.net 3530da7ba8 Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin 2006-01-17 15:41:40 +00:00
gavin%gavinsharp.com 2c41e8ddeb Bug 289640: Remove unused preference security.ui.enable, patch by Daniel Cater <DJCater@Gmail.com>, r=kaie, sr=darin 2006-01-16 15:08:30 +00:00
darin%meer.net 387edde4eb fixes bug 319368 "Implement <a ping>" r=jst sr=bzbarsky 2006-01-11 01:50:15 +00:00
gavin%gavinsharp.com 41b4ad9c1a Bug 320851: http authentication (401) prompt no longer displays scheme, r+sr=darin 2006-01-10 17:59:49 +00:00
jshin%mailaps.org 05377e6a08 bug 227290 : be generous to overlong (invalid) B-encoded words in RFC 2047 encoded header (r=smontagu, sr=bienvenu) 2006-01-09 18:05:25 +00:00
darin%meer.net 8350195d1e additional follow-up patch for bug 318193, r=bz 2006-01-03 22:08:05 +00:00
darin%meer.net 05358b0f3d fixes regression introduced by patch for bug 318193, r=biesi 2006-01-03 19:25:18 +00:00
darin%meer.net 80976a34f6 fixing bustage 2006-01-02 03:20:04 +00:00
darin%meer.net ff99eafe20 fixing build bustage 2006-01-02 02:57:15 +00:00
darin%meer.net eb3847a802 fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz 2006-01-02 02:30:32 +00:00
darin%meer.net 6d9308ac14 fixes bug 317627 "Display hex dump of cache data in about:cache-entry" r=biesi 2005-12-19 23:04:27 +00:00
timeless%mozdev.org 63408ce9ed Bug 320498 Fix NewChannel impls to handle null in argument
r=darin sr=darin
2005-12-18 01:50:50 +00:00
cbiesinger%web.de 9469c444c4 bug 309525 Add a canConvert to nsIStreamConverterService that allows determining
whether a conversion from one type to another is possible.
r=darin sr=bz
2005-12-17 18:22:03 +00:00
bsmedberg%covad.net 6c3b0b3035 Fix conflicts between bug 317937 and bug 313309 2005-12-12 15:52:31 +00:00
timeless%mozdev.org c034e6fe1c Bug 319003 remove unused variable gSession from TestCacheService
r=darin sr=darin
2005-12-11 02:38:15 +00:00
bzbarsky%mit.edu f89e435042 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 5f59e639bc 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 920b401cfe fix 318750 text to html converter broken, r=neil, sr=mscott 2005-12-02 21:42:15 +00:00
neil%parkwaycc.co.uk 0d29adadea 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 4ca41e210a 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 9b0852aaf7 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 db820cf720 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 aa67b246b9 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 19e6e1862a Fix negative leak stats regression from bug 302724. 2005-11-16 19:35:07 +00:00
gerv%gerv.net 4dd8a70100 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-11-15 21:50:29 +00:00
dwitte%stanford.edu 6ec3c0a50a 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 49d4c40624 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 c5cd635355 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 d7edd84520 bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf 2005-11-15 21:50:23 +00:00
bzbarsky%mit.edu b511cb188c Log addref/release for nsHostResolver and nsHostRecord. Bug 302724, r+sr=darin 2005-11-15 17:30:50 +00:00
dbaron%dbaron.org 3c95294952 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 8d046ba95a 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 314601212b Remove extraneous semi-colon as it breaks some builds. 2005-11-12 19:40:46 +00:00
darin%meer.net 54c383b944 fixes bustage: "about" is not an optional protocol 2005-11-12 18:46:42 +00:00
darin%meer.net 697c78f1ea 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 78f6d0683d 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 446ecfcbd1 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 9efd50d7d5 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 3d9340e0ae Bug 315087 - convert necko tests to use the glue, r=darin 2005-11-08 19:23:00 +00:00
darin%meer.net 3b9b3570d4 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 57399917a2 fixes bug 314325 "necko_unit_tests/test_localstreams.js fails" r=biesi 2005-10-29 17:26:12 +00:00
bienvenu%nventure.com 1d236ef23c 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 7285cba05b 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 2ae1b4fd94 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 5f452431d1 fixes bug 300613 "insecure page can be made to appear secure" r=bzbarsky sr=dveditz 2005-10-21 01:56:55 +00:00