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

1816 Коммитов

Автор SHA1 Сообщение Дата
mrbkap%gmail.com f06b757100 Fix typo introduced by bug 374071 original changes r=crowder sr=darin. 2007-06-25 05:23:48 +00:00
asqueella%gmail.com fb73556000 Bug 350932 - expose NS_EscapeURL through nsINetUtil
p=Prasad Sunkari <prasad@medhas.org>
r+sr=biesi
2007-06-21 20:18:25 +00:00
mrbkap%gmail.com 12648cca10 Switch over to using XPCSafeJSObjectWrapper instead of trying to write it ourselves. bug 374071, r=crowder sr=darin 2007-06-21 18:56:37 +00:00
mrbkap%gmail.com b88c57402d Backing out to fix orange. 2007-06-15 00:46:26 +00:00
mrbkap%gmail.com 1cee9748b4 Switch over to using XPCSafeJSObjectWrapper instead of trying to write it ourselves. bug 374071, r=crowder sr=darin 2007-06-14 23:22:27 +00:00
sdwilsh%shawnwilsher.com 407c3de9a3 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-11 00:01:48 +00:00
kaie%kuix.de 22f5505a0a Bug 110161, enable OCSP by default
r=cbiesinger, sr=mconnor
2007-06-05 19:27:42 +00:00
rflint%ryanflint.com 43a60df69c 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-05 05:48:25 +00:00
db48x%yahoo.com 5ec958f553 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 14:31:14 +00:00
kaie%kuix.de 4888314444 Bug 110161. Code related to the plan to enable OCSP by default.
r=rrelyea, toolkit r=mconnor
2007-05-30 23:13:30 +00:00
wtc%google.com 6223bff43f Bug 213637: follow the all lowercase comment style of this file. 2007-05-30 21:36:02 +00:00
wtc%google.com f5976efaae Bug 213637: if the pollable event becomes broken, create a new one. If we
can't create a new one, fall back on "busy wait".  Since the pollable event
may change now, we use a lock to protect it.  The bug was tracked down by
Liming Zhan. sr=darin.
Modified files: nsSocketTransportService2.cpp nsSocketTransportService2.h
2007-05-30 17:30:39 +00:00
dwitte%stanford.edu a3dc4fee64 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 18:12:26 +00:00
asqueella%gmail.com d6e3c1b3e2 Bug 372554 - "ASSERTION: cannot set host on no-auth url" trying to set location.hostname at a file: URL
p=Ryan Jones <sciguyryan@gmail.com>
r=biesi/r+sr=jst
2007-05-04 06:42:29 +00:00
bzbarsky%mit.edu d979f584e1 Stylesheets should know what their principal is, and it should be based on the
URI the sheet was loaded from, its certificate (if any) and the loader
principal, not just on the page the sheet is being applied to.  Propagate this
principal as the loading principal to @import loads from stylesheets.  Change
sheet access checks to use this principal instead of the sheet URI.  Bug
221428, r+sr=peterv
2007-05-01 19:26:15 +00:00
asqueella%gmail.com 14532bd967 Bug 378128 - ascii art in IDL files should be protected so that it displays in documentation
p=Ray Kiddy <ray@ganymede.org>
r=biesi
2007-04-27 16:50:11 +00:00
asqueella%gmail.com 377b1073e4 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 14:34:26 +00:00
asqueella%gmail.com eb3caf5010 Backed out until the patch is tested. Sorry for not building with it.
b=377049
2007-04-25 21:10:54 +00:00
asqueella%gmail.com 5e4bce1f90 Bug 377049 - nsBaseURLParser::ParsePath doesn't handle strings that are not NULL terminated
p=Ryan Jones <sciguyryan@gmail.com>
r=biesi
2007-04-25 20:57:35 +00:00
asqueella%gmail.com bd94db2646 Bug 376865 - nsInputStreamPump::AsyncRead does not null check listener
p=Ryan Jones <sciguyryan@gmail.com>
r+sr=biesi
2007-04-25 20:52:16 +00:00
benjamin%smedbergs.us 3fb4912f5d 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 14:22:04 +00:00
bent.mozilla%gmail.com be4225d0e8 Bug 372050 - "Expose UnescapeString through nsINetUtil". Patch by Prasad Sunkari <prasad@medhas.org>. r+sr=biesi. 2007-04-23 14:19:04 +00:00
sayrer%gmail.com a8800a7d36 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 23:56:07 +00:00
sayrer%gmail.com e4bf07a854 backout patch from bug 373253 because changes to nsIPasswordManagerInternal, yes Internal, break multiple projects. 2007-04-21 02:14:40 +00:00
sayrer%gmail.com f8b270a303 Bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor 2007-04-21 01:46:51 +00:00
bzbarsky%mit.edu 8d38ea0f4b Add test and some docs for bug 376660. r=biesi 2007-04-17 01:47:58 +00:00
gijskruitbosch%gmail.com 2d835d35e0 Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Player
p=sciguyryan@gmail.com (Ryan Jones)
r=silver@warwickcompsoc.co.uk (James Ross)
r+sr=cbiesinger@gmx.at (Christian Biesinger)
2007-04-15 12:31:18 +00:00
bzbarsky%mit.edu 78fd80b722 Set mChannel so consumers can get it even if we have no data. Bug 376660,
r+sr=biesi
2007-04-05 23:06:00 +00:00
dbaron%dbaron.org d2a7c1e86a Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 15:35:02 +00:00
dbaron%dbaron.org a32fb9b241 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 15:33:45 +00:00
cbiesinger%web.de 7ab307f3ae Bug 372486 ��� Document and enforce that channels can't be reopened
patch by Sylvain Pasche <sylvain.pasche@gmail.com> r=biesi sr=darin
2007-03-23 21:57:26 +00:00
roc+%cs.cmu.edu 1a356b3f42 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 43ff966e8c 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 0fc5109e5f 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 20b4afc68c 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 e992f34c9e bug 370802, nsIPermissionManager: Add ability for exact hostname testing
r/sr=cbiesinger
2007-02-20 15:24:36 +00:00
kaie%kuix.de a3d8454c22 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 70ee2afe72 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 a86af11b7f 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 99e34d92ab 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 ab27ba75e9 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 cdda8da797 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 f6c7b5292c 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 df756cd425 Bug 355214: backing out mrbkap's patch for more testing 2007-02-03 00:15:19 +00:00
mrbkap%gmail.com 267f406f5a 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 9ed511f639 Bug 351881 nsIPrompt needs nsIPromptService::STD_YES_NO_BUTTONS
r=biesi sr=darin
2006-12-31 19:23:50 +00:00
sspitzer%mozilla.org 8e4e18e7aa 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 10489af0dc 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 7835963149 Bug 364847 Give nsISocketTransport classinfo and a THREADSAFE flag
r+sr=darin
2006-12-26 22:14:29 +00:00
cbiesinger%web.de 616fb82b62 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 e17dde10e8 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 4c49d9826f 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 7b7d790403 remove XP_MAC from network. b=281889 r=darin 2006-11-15 21:38:48 +00:00
bzbarsky%mit.edu 142a417a31 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 3bccd76250 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 d2a00db8b4 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 b0b0fcc6e4 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 e94d018626 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 35d81718ff Improve docs. Bug 354049 2006-09-24 20:16:24 +00:00
cbiesinger%web.de 79680d64f2 Bug 265780 make FTP use nsIAuthPrompt2
r=darin
2006-09-22 21:14:36 +00:00
cbiesinger%web.de 3bbe4edc19 Bug 265780 make FTP use nsIAuthPrompt2
r=darin
2006-09-22 21:06:57 +00:00
cbiesinger%web.de 8dac335267 Bug 353595 fix nsIAuthInformation comments
r=darin
2006-09-22 21:01:59 +00:00
cbiesinger%web.de c7c2f947bb Bug 351876 Move nsICryptoHash into necko
r=darin
2006-09-15 22:06:31 +00:00
dougt%meer.net 8d2a0db08f 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 03fe8bba2f 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 1846fd9c62 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
cbiesinger%web.de 71105206f8 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 a42ea4e407 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 6c5fa91295 Improve socket logging for bug 327050
r+sr=darin
2006-08-15 18:22:24 +00:00
cbiesinger%web.de 4eadee3d77 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 0154617925 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 3d5828115f 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 7703bc4bb4 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 5ee454e55b Bug 343599 only call Resume if Suspend succeeded
r+sr=darin
2006-07-26 00:15:42 +00:00
cbiesinger%web.de 07ecca07e1 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 de8444ea06 Bug 274218 better document the behaviour of onDataAvailable. r+sr+a=darin 2006-07-20 22:29:34 +00:00
darin%meer.net d37ee0a0e8 fixes bug 318006, r=biesi, sr=dveditz 2006-07-20 00:57:38 +00:00
bzbarsky%mit.edu f2ae79785c 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 0f54abe47e 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 508c6a6202 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 562a1bbe7a 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 ff3757376d removing dead files (bug 123202) 2006-06-27 20:12:47 +00:00
mrbkap%gmail.com 0c2eb64b5f 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 34a8a7b46b 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 f3e1ecabf0 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 5a8abe1925 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 64681af28a 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 c5b0a97e63 removing bogus printf 2006-06-13 01:14:46 +00:00
darin%meer.net 3a47a59aa8 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 da6ba65698 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 2ee39179d3 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 62727bab27 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 9391198a55 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 7197f4d213 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 f57931ec5f fix documentation to mention proper http:// URLs. 2006-05-18 19:03:59 +00:00
kaie%kuix.de d29da504bd 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 5546eca278 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 0739aaf87d fixing vc6 build bustage 2006-05-10 21:08:55 +00:00
darin%meer.net f6649a638d fixing AIX bustage 2006-05-10 20:31:18 +00:00
darin%meer.net d1d8837620 make use of nsRunnableMethod<T> to fix AIX bustage 2006-05-10 19:28:04 +00:00