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

1935 Коммитов

Автор SHA1 Сообщение Дата
mrbkap@gmail.com 10e61ce970 Make XPCSafeJSObjectWrapper usage in PAC actually work correctly for the common case. bug 391515, r=jst sr+a=brendan 2007-08-15 14:16:52 -07:00
mrbkap@gmail.com a9f1777416 Make XPCSafeJSObjectWrapper easier to use by not throwing for primitive values passed to the constructor. Use it in more places in PAC. bug 388450, r=crowder sr=brendan a=bzbarsky 2007-08-07 18:49:49 -07:00
cbiesinger@gmx.at 44e169b508 389440 move LOAD_NO_NETWORK_IO to nsICachingChannel to avoid modifying semantics of a frozen interface. Also replace NS_ERROR_NEED_NETWORK with NS_ERROR_DOCUMENT_NOT_CACHED
r+sr=bz a=roc
2007-07-26 19:40:45 -07:00
kaie@kuix.de 5b82067aa4 Bug 382223, Add support for Camellia to PSM
Patch contributed by okazaki
r=kengert
2007-07-25 15:53:30 -07:00
bzbarsky@mit.edu 5fda0c5d00 Add a flag that allows protocol handlers to indicate that they don't return any
data.  Bug 379819, patch by Ryan Jones <sciguyryan@gmail.com>, r=me, sr=biesi
2007-07-25 10:21:41 -07:00
enndeakin@sympatico.ca 8efc7f8e46 Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg 2007-07-25 09:53:37 -07:00
dcamp@mozilla.com 0cac14e210 update the offline cache atomically. b=389223, r=biesi, sr=jst 2007-07-24 23:31:27 -07:00
cbiesinger@gmx.at 5412d34bc5 386376 get services lazily in order to avoid recursive getService calls
r=bsmedberg
2007-07-24 16:47:33 -07:00
bzbarsky@mit.edu 429a656eaf Reland part of the patch for bug 330420 which got backed out by the
table-driven QI landing.  Bug 387926, r+sr=bsmedberg
2007-07-24 13:17:11 -07:00
cbiesinger@gmx.at 0fdb87f45b Bug 382113 make sure to add the request to the new loadgroup before removing it
from the old one so that onload doesn't fire before it should
Also make nsLoadGroup::AddRequest assert that the request isn't in the loadgroup yet
Finally, reenable the reftest that tests the <object> onload behaviour
r+sr=bz
2007-07-18 14:37:39 -07:00
bzbarsky@mit.edu 8b31383627 Make SetPort actually update the internal offsets correctly. Bug 388281, r+sr=biesi 2007-07-16 21:48:47 -07:00
dveditz@cruzio.com a9712ad6f2 bug 383478 deal with %00 in file urls, r=bz,darin 2007-07-12 16:04:24 -07:00
jwalden@mit.edu db38a1aa8a Back out bug 386635; it broke restoring sessions in the browser. 2007-07-12 12:11:45 -07:00
mrbkap@gmail.com 9bd0cdbe4b Always return XPCSafeJSObjectWrappers from Components.utils.Sandbox and evalInSandbox. This makes this interface much, much easier to use safely, as the wrapper takes care of several common problems that occur when touching regular JS objects directly. bug 386635, r=jst sr=brendan 2007-07-11 15:52:28 -07:00
dcamp@mozilla.com 95ba46800c implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst 2007-07-08 15:15:51 -07:00
jwalden@mit.edu 6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
timeless@mozdev.org 71bc9a4a03 Bug 386614 Crash [@ nsSocketTransportService::Shutdown] when toggling offline/online in 2 frames
guarding against reentrancy from thread shutdown processing events waiting for thread join.
r=biesi sr=biesi
2007-07-04 12:33:57 -07:00
bent.mozilla@gmail.com d16e5a9bee Bug 386233 - "Content sniffers not always run depending on cache state". r+sr=biesi. 2007-07-02 11:16:52 -07:00
mrbkap@gmail.com 7b0d08e972 Fix typo introduced by bug 374071 original changes r=crowder sr=darin. 2007-06-24 22:23:48 -07:00
asqueella@gmail.com de27b937fa Bug 350932 - expose NS_EscapeURL through nsINetUtil
p=Prasad Sunkari <prasad@medhas.org>
r+sr=biesi
2007-06-21 13:18:25 -07:00
mrbkap@gmail.com f9741f2e19 Switch over to using XPCSafeJSObjectWrapper instead of trying to write it ourselves. bug 374071, r=crowder sr=darin 2007-06-21 11:56:37 -07:00
mrbkap@gmail.com f4030a0ebc Backing out to fix orange. 2007-06-14 17:46:26 -07:00
mrbkap@gmail.com 928f23d72d Switch over to using XPCSafeJSObjectWrapper instead of trying to write it ourselves. bug 374071, r=crowder sr=darin 2007-06-14 16:22:27 -07:00
sdwilsh@shawnwilsher.com c480db976f Bug 383786 - nsIOService uses an Init method when it doesn't need to. Patch by Ryan Jones <sciguyryan@gmail.com>. r=bzbarsky sr=cbiesinger 2007-06-10 17:01:48 -07:00
kaie@kuix.de 30adde7d1d Bug 110161, enable OCSP by defaultr=cbiesinger, sr=mconnor 2007-06-05 12:27:42 -07:00
rflint@ryanflint.com 03f6ae482c Bug 382373 - NS_ERROR_NOT_RESUMABLE and NS_ERROR_FTP_LIST are the same value (25). Patch by Edward Lee <edilee@gmail.com>, r=cbiesinger 2007-06-04 22:48:25 -07:00
db48x@yahoo.com f9f342643d Bug 321706 - Some elements of pages in sub-directories are not loaded if the URL ends by /.patch by Florian Quèze <f.qu@queze.net>, r+sr=cbiesinger 2007-06-03 07:31:14 -07:00
kaie@kuix.de 146b7c014e Bug 110161. Code related to the plan to enable OCSP by default.r=rrelyea, toolkit r=mconnor 2007-05-30 16:13:28 -07:00
wtc@google.com cab9531cad Bug 213637: follow the all lowercase comment style of this file. 2007-05-30 14:36:02 -07:00
wtc@google.com c557b28363 Bug 213637: if the pollable event becomes broken, create a new one. If wecan't create a new one, fall back on "busy wait". Since the pollable eventmay change now, we use a lock to protect it. The bug was tracked down byLiming Zhan. sr=darin.Modified files: nsSocketTransportService2.cpp nsSocketTransportService2.h 2007-05-30 10:30:39 -07:00
dwitte@stanford.edu 7ec8f6a8da Bug 368317 - temp files remain if MoveToNative fails in nsSafeFileOutputStream::Finish(). patch by Ryan Jones (sciguyryan@gmail.com), r=mvl, sr=biesi 2007-05-20 11:12:26 -07:00
asqueella@gmail.com 32a76aff57 Bug 372554 - "ASSERTION: cannot set host on no-auth url" trying to set location.hostname at a file: URLp=Ryan Jones <sciguyryan@gmail.com>r=biesi/r+sr=jst 2007-05-03 23:42:28 -07:00
bzbarsky@mit.edu 63aeadb19b Stylesheets should know what their principal is, and it should be based on theURI the sheet was loaded from, its certificate (if any) and the loaderprincipal, not just on the page the sheet is being applied to. Propagate thisprincipal as the loading principal to @import loads from stylesheets. Changesheet access checks to use this principal instead of the sheet URI. Bug221428, r+sr=peterv 2007-05-01 12:26:15 -07:00
asqueella@gmail.com 6d8baae54f Bug 378128 - ascii art in IDL files should be protected so that it displays in documentationp=Ray Kiddy <ray@ganymede.org>r=biesi 2007-04-27 09:50:11 -07:00
asqueella@gmail.com e764b8540e Bug 377049 - nsBaseURLParser::ParsePath doesn't handle strings that are not NULL terminated, take 2.p=Ryan Jones <sciguyryan@gmail.com>r=biesi 2007-04-27 07:34:26 -07:00
asqueella@gmail.com 3f0777184e Backed out until the patch is tested. Sorry for not building with it.b=377049 2007-04-25 14:10:54 -07:00
asqueella@gmail.com 505241b62b Bug 377049 - nsBaseURLParser::ParsePath doesn't handle strings that are not NULL terminatedp=Ryan Jones <sciguyryan@gmail.com>r=biesi 2007-04-25 13:57:35 -07:00
asqueella@gmail.com cb0fbc5f4c Bug 376865 - nsInputStreamPump::AsyncRead does not null check listenerp=Ryan Jones <sciguyryan@gmail.com>r+sr=biesi 2007-04-25 13:52:16 -07:00
benjamin@smedbergs.us baab01ada6 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
bent.mozilla@gmail.com cc4ca83433 Bug 372050 - "Expose UnescapeString through nsINetUtil". Patch by Prasad Sunkari <prasad@medhas.org>. r+sr=biesi. 2007-04-23 07:19:04 -07:00
sayrer@gmail.com 596e6df701 bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor 2007-04-22 16:56:06 -07:00
sayrer@gmail.com f9f672fc5e backout patch from bug 373253 because changes to nsIPasswordManagerInternal, yes Internal, break multiple projects. 2007-04-20 19:14:40 -07:00
sayrer@gmail.com 2c165e6b36 Bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor 2007-04-20 18:46:51 -07:00
bzbarsky@mit.edu 258bf44955 Add test and some docs for bug 376660. r=biesi 2007-04-16 18:47:57 -07:00
gijskruitbosch@gmail.com 3e830ee3c0 Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Playerp=sciguyryan@gmail.com (Ryan Jones)r=silver@warwickcompsoc.co.uk (James Ross)r+sr=cbiesinger@gmx.at (Christian Biesinger) 2007-04-15 05:31:18 -07:00
bzbarsky@mit.edu 34858fda99 Set mChannel so consumers can get it even if we have no data. Bug 376660,r+sr=biesi 2007-04-05 16:06:00 -07:00
dbaron@dbaron.org e7bb1b1c38 Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 08:34:59 -07:00
dbaron@dbaron.org d98d9fdec5 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 08:33:38 -07:00
cbiesinger@web.de 3698410a1a Bug 372486 – Document and enforce that channels can't be reopenedpatch by Sylvain Pasche <sylvain.pasche@gmail.com> r=biesi sr=darin 2007-03-23 14:56:32 -07:00
hg@mozilla.com 05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
roc+%cs.cmu.edu e3d0dcf50a Bug 371667. When checking autodial status to see if we should put the browser offline, check whether a dial number is actually configured and allow the browser to go offline if no number is configured. r+sr=biesi, patch by Chris Double 2007-03-20 01:58:19 +00:00
mrbkap%gmail.com 5ab9bad426 Prevent the wrong 'this' object creeping into FindProxyForURL. bug 369213, r=darin/crowder sr=dveditz 2007-03-14 18:47:44 +00:00
roc+%cs.cmu.edu 81867edd87 Bug 367447. Support <link rel="offline-resource">. Patch by Dave Camp, r+sr=biesi 2007-03-14 01:52:07 +00:00
asqueella%gmail.com bac46cf8e9 Bug 371473 - Stack overflow when URLs (jar:, view-source:, etc) are nested too deeply
p=Ryan Jones <sciguyryan@gmail.com>
r=bzbarsky, sr=biesi
2007-03-12 05:56:45 +00:00
kaie%kuix.de 16051c655c bug 370802, nsIPermissionManager: Add ability for exact hostname testing
r/sr=cbiesinger
2007-02-20 15:24:36 +00:00
kaie%kuix.de 5af3e3656c Bug 107491, improve SSL error messages
Patch v9 - docshell and netwerk portions
Second and final checkin of this patch, enabling the new SSL error page
r/sr=biesi
2007-02-18 04:24:05 +00:00
kaie%kuix.de b0d5f8d5e3 Bug 107491, improve SSL error messages
Patch v9 - docshell and netwerk portions
Checking in subset to enable landing of crypto code.
r/sr=cbiesinger
2007-02-17 03:47:28 +00:00
dveditz%cruzio.com 2f7c781cd2 bug 370445 prevent embedded nulls when setting location.hostname. r=bz, sr=dbaron, a=jay 2007-02-16 01:10:39 +00:00
mrbkap%gmail.com 9dd316c00e Get the function we want out of the sandbox in a safer way. bug 355215, r=crowder, sr=dveditz 2007-02-09 22:51:49 +00:00
jshin%mailaps.org 88da57650a bug 359808 : drop support for Win9x/ME (get rid of 'A' API code) : r=darin, sr=dougt, sr=darin 2007-02-08 17:48:22 +00:00
mrbkap%gmail.com dbf1be57b8 Use a more roundabout way to convert variables to strings and call FindProxyForURL. bug 355214, r=crowder/darin sr=dveditz 2007-02-05 18:19:48 +00:00
bzbarsky%mit.edu 30e2748426 Let the consumer have a look at the channel we opened if they want (e.g. if
they want its owner).  Bug 369242, r+sr=biesi
2007-02-04 18:03:13 +00:00
crowder%fiverocks.com 0aa15eabb2 Bug 355214: backing out mrbkap's patch for more testing 2007-02-03 00:15:19 +00:00
mrbkap%gmail.com d22f75038d Use a more roundabout way to convert variables to strings and call FindProxyForURL. bug 355214, r=crowder/darin sr=dveditz 2007-02-02 22:40:28 +00:00
cst%yecc.com dc4185c26f Bug 351881 nsIPrompt needs nsIPromptService::STD_YES_NO_BUTTONS
r=biesi sr=darin
2006-12-31 19:23:50 +00:00
sspitzer%mozilla.org 7b267a184a supplimental for bug #364412
Crash when updating in nsIncrementalDownload::OnStartRequest, attempting to allocate a huge amount of memory.

clean up code, per biesi

r=biesi
2006-12-29 01:19:32 +00:00
sspitzer%mozilla.org 8ccdab0e68 fix for bug #364412.
Crash when updating in nsIncrementalDownload::OnStartRequest, attempting to allocate a huge amount of memory.

thanks to biesi for the initial patch.

r=darin
2006-12-27 20:17:44 +00:00
cbiesinger%web.de 7499f5da48 Bug 364847 Give nsISocketTransport classinfo and a THREADSAFE flag
r+sr=darin
2006-12-26 22:14:29 +00:00
cbiesinger%web.de 3665e908b7 bug 261425
Make nsStandardURL::SetSpec and SetHost consistent with respect to handling
spaces in hostnames (i.e. make both return an error)
r+sr=darin
2006-12-19 15:07:14 +00:00
cbiesinger%web.de 1ebd2d6644 bug 362673
Document that nsISocketTransport::securityInfo is only set once the socket is
connected, and document how to trigger connection setup.
r+sr=darin
2006-12-18 21:52:24 +00:00
gavin%gavinsharp.com 94cf4df49c Bug 243207: net_RFindCharInSet is unused, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=biesi 2006-11-22 17:24:32 +00:00
joshmoz%gmail.com eafe54770a remove XP_MAC from network. b=281889 r=darin 2006-11-15 21:38:48 +00:00
bzbarsky%mit.edu 0a3a624149 Make it possible for protocol handlers to configure how CheckLoadURI should
treat them via their protocol flags.  Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
gavin%gavinsharp.com 9cb05ac07d Bug 194357: Dragging and dropping a Windows file shortcut (.lnk) in the browser window doesn't work, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r=biesi, sr=darin 2006-11-06 14:44:28 +00:00
bzbarsky%mit.edu 107962c584 Fix bug 358367, patch by Son Le <son.le0@gmail.com>, r+sr=bzbarsky 2006-10-28 05:15:33 +00:00
bzbarsky%mit.edu 0ce72c77cd Make nsIStreamLoader and nsIUnicharStreamLoader be stream listeners. Bug
281153, patch by Son Le <son.le0@gmail.com>, r=biesi, sr=darin
2006-10-24 21:47:40 +00:00
cbiesinger%web.de 9a381e7875 bug 354410 move auth prompt strings out of necko. also, use the correct
strings for prompting without a realm and for prompting only for a password.
r=darin
2006-09-28 20:11:33 +00:00
bzbarsky%mit.edu d8f81688a6 Improve docs. Bug 354049 2006-09-24 20:16:24 +00:00
cbiesinger%web.de f41ba424e7 Bug 265780 make FTP use nsIAuthPrompt2
r=darin
2006-09-22 21:14:36 +00:00
cbiesinger%web.de 79738ef491 Bug 265780 make FTP use nsIAuthPrompt2
r=darin
2006-09-22 21:06:57 +00:00
cbiesinger%web.de f95ae2630e Bug 353595 fix nsIAuthInformation comments
r=darin
2006-09-22 21:01:59 +00:00
cbiesinger%web.de 74a2a1d30c Bug 351876 Move nsICryptoHash into necko
r=darin
2006-09-15 22:06:31 +00:00
dougt%meer.net 932ef5ffc4 Bug 302284. add xpi hash support to InstallTrigger.install(). r=dveditz, sr=shaver, a=asa 2006-09-15 09:52:07 +00:00
dougt%meer.net 487d7ccfd1 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 2006-09-15 09:51:53 +00:00
timeless%mozdev.org 97d86b0df2 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
cbiesinger%web.de 8c59aae763 Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
cbiesinger%web.de 7a1e713a1d bug 349951 fix log statement to only log the message when the condition is true, not always. r+sr=darin a=beltzner 2006-08-24 18:46:59 +00:00
cbiesinger%web.de 01f83dcbc8 Improve socket logging for bug 327050
r+sr=darin
2006-08-15 18:22:24 +00:00
cbiesinger%web.de 73d63ecdde bug 346939 allow QI to nsIRunnable too, not just inherit from it
r+sr=darin
2006-08-02 01:56:20 +00:00
cbiesinger%web.de 68efed5537 bug 346151 Add nsIProxiedChannel to allow querying the proxy info a channel
was created with
r=darin sr=bz
2006-08-01 21:28:31 +00:00
timeless%mozdev.org c188b489f0 Bug 346576 Fix code comment above blacklisted ports list in netwerk/
patch by bugzilla@mcsmurf.de r=biesi rs=brendan
2006-07-31 14:52:49 +00:00
cbiesinger%web.de 79493647ad Bug 343599 don't forcefully unsuspend the pump in Cancel; instead, only call
OnStopRequest once the pump is no longer suspended.
r=darin sr=bz
2006-07-26 00:17:03 +00:00
cbiesinger%web.de ecec49b5cf Bug 343599 only call Resume if Suspend succeeded
r+sr=darin
2006-07-26 00:15:42 +00:00
cbiesinger%web.de 2864c81290 Bug 345398 make the socket input stream call asyncWait's callback even if it
is already closed r=darin sr=bz
2006-07-26 00:12:39 +00:00
cbiesinger%web.de cd72cddf61 Bug 274218 better document the behaviour of onDataAvailable. r+sr+a=darin 2006-07-20 22:29:34 +00:00
darin%meer.net c9004b71dd fixes bug 318006, r=biesi, sr=dveditz 2006-07-20 00:57:38 +00:00
bzbarsky%mit.edu 64f82c69be Make nsJSChannel follow the nsIChannel interface contract better. Bug 343850,
r=darin, sr=jst
2006-07-19 00:53:11 +00:00
dveditz%cruzio.com 79ec1d3e6f Bug 301762: add missing ssl versions of mail ports, r=dougt, sr=darin, a=darin 2006-07-06 19:40:38 +00:00
cbiesinger%web.de 9d372893f5 bug 226943 Don't map NS_ERROR_UNKNOWN_HOST to NS_ERROR_UNKNOWN_PROXY_HOST when
a SOCKS proxy is used, because in that case, this code resolves the real host
rather than the proxy host

patch by Sylvain Pasche <sylvain.pasche@gmail.com> r=biesi sr=darin
2006-07-06 10:19:36 +00:00
martijn.martijn%gmail.com 93cbe207f8 Bug 343281 - nsIFileInputStream/nsIFileOutputStream::Init - document the special -1 value for ioFlags and perm params, patch by Nickolay Ponomarev. r=cbiesinger, sr=darin 2006-06-30 23:06:20 +00:00
darin%meer.net d3461fe44c removing dead files (bug 123202) 2006-06-27 20:12:47 +00:00
mrbkap%gmail.com 90e515c6ab Add some additional documentation about this function's behavior. bug 342191, r+sr=darin 2006-06-27 17:57:26 +00:00
darin%meer.net c5a852d94f fixes bug 312811 "Port blocking code gets confused by proxy server" r=biesi sr=bzbarsky 2006-06-24 01:25:17 +00:00
dveditz%cruzio.com 506140bd0c Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
jwalden%mit.edu 9c1bc7d3ad Bug 342321 - nsIncrementalDownload doesn't create 0-sized file when downloading a 0-sized file. r+sr=darin 2006-06-22 00:22:53 +00:00
bzbarsky%mit.edu 9509962b32 Move the safe vs unsafe about: distinction out of the security manager and into
nsIAboutModule implementations.  Bug 337746, r=dveditz, sr=darin
2006-06-19 21:02:12 +00:00
darin%meer.net 951c3f5544 removing bogus printf 2006-06-13 01:14:46 +00:00
darin%meer.net 03fdfa5587 fixes bug 243277 "Offline: PAC: fails to load at startup when offline, then never tries again" r=biesi sr=bzbarsky 2006-06-13 01:14:20 +00:00
mrbkap%gmail.com 26f873f113 Add some additional evalInSandbox functionality for PAC and use it there. bug 337389, r=shaver sr=darin 2006-06-07 20:21:40 +00:00
mrbkap%gmail.com 783e510c94 Remove some functions that scripts don't need. bug 337389, r=darin sr=dveditz 2006-06-07 01:58:51 +00:00
mark%moxienet.com a6b04ae8c0 340032 nsIThreadObserver needs a method called after processing an event to support Cocoa autorelease pools. r=darin sr=bryner 2006-06-07 00:06:11 +00:00
timeless%mozdev.org a768026fc9 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
bzbarsky%mit.edu 5c970102ff Make the documentURI of a document and the currentURI of a docshell immutable objects.
Bug 336699, r=darin, sr=jst
2006-05-31 17:57:14 +00:00
darin%meer.net eeb69f249f fix documentation to mention proper http:// URLs. 2006-05-18 19:03:59 +00:00
kaie%kuix.de 99c1cc7b57 bug 235773, Patch v13
This check in will make PSM aware of ECC cipher suites. Nightly builds will not yet contain ECC, because NSS is still
being compiled with ECC disabled.
r=rrelyea/darin
2006-05-16 00:33:44 +00:00
darin%meer.net e53eb29e72 fixing upload to a file channel and the win32 vc6 build bustage (out with NS_NewRunnableMethod and in with NS_NEW_RUNNABLE_METHOD) 2006-05-10 22:49:04 +00:00
darin%meer.net 60abfd74e7 fixing vc6 build bustage 2006-05-10 21:08:55 +00:00
darin%meer.net 670687c184 fixing AIX bustage 2006-05-10 20:31:18 +00:00
darin%meer.net 6b272f1c86 make use of nsRunnableMethod<T> to fix AIX bustage 2006-05-10 19:28:04 +00:00
darin%meer.net 0318b8c707 landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
timeless%mozdev.org 37914e5bf8 Bug 331023 Cleanup of IDL files; fixing type inconsistencies
r=darin sr=bz
2006-05-07 01:32:17 +00:00
mrbkap%gmail.com 40246f8fb1 Ensure that |this| is correct when calling FindProxyForURL. bug 336313, r=darin sr+a=dveditz 2006-05-03 00:21:50 +00:00
bzbarsky%mit.edu 722b5218b2 Add an interface for nested URIs (like jar:, view-source:, etc) to implement
and use it in various places.  Create null principals if asked for a codebase
principal for a codebase that doesn't have an inherent security context (eg
data: or javascript:).  Bug 334407, r=biesi,dveditz, sr=darin
2006-05-02 18:54:19 +00:00
benjamin%smedbergs.us cb2a755465 Bug 332147 - Expose nsEscape on a scriptable interface, r=darin 2006-05-02 16:27:23 +00:00
masayuki%d-toybox.com b3c81544e5 Bug 333703 Non-ascii directory name is garbled in directory index. patch by Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp> r=jshin, sr=darin 2006-05-02 06:24:11 +00:00
bzbarsky%mit.edu 5ff7b0e960 Fix bug 334990. r+sr=darin 2006-04-24 02:54:26 +00:00
bzbarsky%mit.edu 3b734765a8 Better docs for the LOAD_REPLACE flag. Bug 333595, r=biesi, sr=darin 2006-04-19 15:11:58 +00:00
dougt%meer.net e87d50cb0f didn't mean to commit the header. 2006-04-17 23:00:39 +00:00
dougt%meer.net cfef30d5a1 Bug 334361. Failure to honor network changes. wince only r=darin 2006-04-17 22:59:10 +00:00
masayuki%d-toybox.com 51891c5774 Bug 261929 Consider sending urls in UTF-8 by default (images/links with non-ASCII chacters not displayed). patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=cbiesinger, sr=darin 2006-04-13 14:44:38 +00:00
roc+%cs.cmu.edu 35738108fd Bug 312793. Add Necko APIs to enable automatic management of online/offline status, and let Firefox use it. Disable automatic management in Thunderbird and Seamonkey until those apps are ready for it. Other applications will get automatic management by default. This needs platform-specific components to be created before it will have any effect. r+sr=darin 2006-04-04 21:26:17 +00:00
darin%meer.net 1b73e64f90 fixes bug 287646 "Eliminate nsPIProtocolProxyService and introduce reloadPAC method" r=biesi,neil,beng,mscott sr=bzbarsky 2006-03-30 17:31:15 +00:00
jwalden%mit.edu db9da5fe6c Bug 324815 - Convert directory contents array in nsDirectoryIndexStream to nsCOMArray. r+sr=darin 2006-03-30 03:02:59 +00:00
jshin%mailaps.org e845c8b218 bug 278161: make file URLs always be in (escaped) UTF-8 regardless of the file system encoding (opening an link to a local non-ASCII file) : forgot to address one of review comments when landing. : esc_AlwaysCopy is not necessary any more. 2006-03-29 08:10:50 +00:00
jshin%mailaps.org a6045d1c74 bug 278161 : make file URLs always be in (escaped) UTF-8 regardless of the file system encoding (opening an link to a local non-ASCII file) r/sr=darin 2006-03-29 04:53:21 +00:00
bryner%brianryner.com 4cd1e2b280 Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin. 2006-03-15 04:59:42 +00:00
darin%meer.net 7142e1baad fixes bug 329260 "Disk cache keeps emptying itself" r=biesi sr=bzbarsky 2006-03-09 20:02:54 +00:00
darin%meer.net 4b0f8e64ec fixes bug 329559 "nsSocketInputStream::Available is not implemented properly" r=biesi sr=bzbarsky 2006-03-07 20:43:41 +00:00
cbiesinger%web.de 4d74bf4593 bug 324985 remove unnecessary whitespace 2006-03-04 00:24:52 +00:00
cbiesinger%web.de 055af5662f bug 324985 Allow components to register in a category to get told about all page
loads and allow sniffing the content type. Only works for docshell-initiated
loads.
r=darin sr=bz
2006-03-03 21:06:53 +00:00
cbiesinger%web.de 9be0f56986 bug 329039 make nsIOService's ctor and dtor private
r+sr+a=darin
2006-03-03 19:34:25 +00:00
darin%meer.net 8330866f4e restoring nsBaseChannel changes. reverting nsInputStreamPump changes. 2006-03-03 18:39:40 +00:00
darin%meer.net 0fedd52f49 relanding ftp patch for bug 312760 "implement ftp using nsBaseChannel" r=biesi sr=bzbarsky 2006-03-03 16:27:35 +00:00
cbiesinger%web.de 6f436f541b bug 328218 don't allow creating multiple IO services
r+sr+a=darin
2006-03-01 18:45:14 +00:00
darin%meer.net d4547ceb4f backing out my latest patch for bug 312760 to clear Tp regression. 2006-03-01 18:30:51 +00:00
darin%meer.net 3f4da940e3 landing FTP patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky 2006-03-01 04:48:43 +00:00
timeless%mozdev.org 1ce5986f6b Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
cbiesinger%web.de 9ca6a7aab1 Bug 315598 Allow more than one global redirect observer, using the
"net-channel-event-sinks" category.
r=darin sr=bz
2006-02-22 14:07:21 +00:00
kaie%kuix.de 4c135d354c bug 236933, Disable SSL2 and other weak ciphers by default
This checkin changes the default prefs only
r=darin
2006-02-22 12:40:17 +00:00
dougt%meer.net e33ad1cbb9 Fix for 322251. Windows CE only. not establishing GPRS connections. r=darin 2006-02-17 17:17:43 +00:00
cbiesinger%web.de a381b0935f bug 325177 r=darin sr=bz
- add a "request" parameter to nsIContentSniffer
- make the unknowndecoder implement nsIContentSniffer
- make nsBaseChannel do type detection via nsIContentSniffer rather than a
  stream converter
2006-02-17 16:54:27 +00:00
bzbarsky%mit.edu af75f10d9f Add some comments for future reference. No bug, r=darin 2006-02-14 19:45:23 +00:00
cbiesinger%web.de 7d20ed1ad6 bug 326693 filechannel ignores content-type hints
r+sr=darin
2006-02-14 18:46:12 +00:00
cbiesinger%web.de 5cdaeda098 bug 327065 misc necko cleanup, see bug for details
r+sr=darin
2006-02-14 15:37:10 +00:00
cbiesinger%web.de c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +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
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 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 eb3847a802 fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz 2006-01-02 02:30:32 +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
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 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
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
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 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
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 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
darin%meer.net 8fd663c522 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 5927d4d73a 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
andreas.otte%debitel.net f71592a376 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 363a58640d 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
darin%meer.net 9088ff378b fix spelling nit, r=dbaron 2005-10-11 00:46:30 +00:00
darin%meer.net 6bf2e7dc44 fixes bug 311595 "Cannot use bouncer to serve mar files" r=biesi sr=bzbarsky 2005-10-10 23:44:47 +00:00
bryner%brianryner.com 2768ce1dbd 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 4632dfa33b back out previous check-in b=309335 2005-10-01 23:06:46 +00:00
masayuki%d-toybox.com a7185fb833 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 f7b86680d1 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
peterv%propagandism.org 8702e6b0aa Fix for bug 307713 (Improve and use nsAgg's macros). r=dougt, sr=darin. 2005-09-28 13:13:27 +00:00
darin%meer.net d78e1730ff Fixes bug 304904 "Necko should refuse to look up invalid hostnames containing '%'" patch by andreas.otte@debitel.net, r=biesi, sr=darin 2005-09-22 21:38:12 +00:00
bzbarsky%mit.edu eabb28c936 Show a useful error message if a page claims to be compressed and isn't. Bug
184144, patch by Vidar Braut Haarr <vhaarr+bmo@gmail.com>, r=darin, sr=bzbarsky
2005-09-16 19:27:27 +00:00
darin%meer.net cb8b2568ac fixes bug 308370 "nsIncrementalDownload::GetDestination should return a clone of nsIFile" r=biesi 2005-09-14 20:49:03 +00:00
dbaron%dbaron.org e7099d7048 Additional precautions against potential buffer overruns. b=307259 r=darin sr=dveditz 2005-09-13 17:38:20 +00:00
darin%meer.net 07f624a9b4 fixes bug 293350 "Allow dynamic changes to notification callbacks" r=biesi sr=bzbarsky 2005-09-10 00:20:02 +00:00
dbaron%dbaron.org 736d952606 NormalizeIDN can (and should, I think) normalize to an empty string in some cases, so don't use AppendSegmentToBuf, which will do the wrong thing with an empty string and potentially overrun buffer. b=307259 r=darin sr=dveditz 2005-09-09 19:06:58 +00:00
timeless%mozdev.org a8dd33ffee Bug 306086 LOAD_RETARGETED_DOCUMENT_URI confused it's for its
patch by stephend r=darin
2005-09-02 00:48:01 +00:00
andreas.otte%debitel.net dee34dff43 Backing out the preliminary fix for bug 304904 it breaks thunderbird local folders 2005-08-25 19:25:29 +00:00
mrbkap%gmail.com b9b46b0f14 bug 302834: Components.utils.evalInSandbox should return the result of the given operations. Introduce a new Sandbox constructor to pass in as the second argument. Also bring the one use of evalInSandbox in the tree up to date with the new API. r=shaver/brendan 2005-08-25 16:38:58 +00:00
andreas.otte%debitel.net 2fdb84ddb1 preliminary fix for bug 304904 [Firefox should refuse to look up invalid hostnames containing "%"], r=cbiesinger, sr=bzbarsky 2005-08-24 19:50:38 +00:00
cbiesinger%web.de 847e149c52 bug 304414 Implement Available correctly for directory index streams (i.e. make
them never return -1)
r+sr=bz
2005-08-21 14:13:52 +00:00