jwalden%mit.edu
7eeed473b4
Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg
2007-01-31 03:25:46 +00:00
dveditz%cruzio.com
8f100cd4dc
bug 342314: check-in initial effective-tld file. r=bsmedberg.
...
Effective TLD file itself thanks to Jo Hermans.
2007-01-27 00:12:57 +00:00
jwalden%mit.edu
6b07e41dd6
Bug 368211 - Pretty generated directory listings for directories not containing index.html in the JS HTTP server. r=sayrer
2007-01-26 23:48:34 +00:00
dbaron%dbaron.org
230136a676
Fix valgrind warning about writing uninitialized memory to disk cache by not allocating extra size for disk cache entries and then writing the extra word. b=368119 r+sr=darin
2007-01-25 23:09:01 +00:00
sayrer%gmail.com
48038f6dc5
bug 367537. enhancements to httpd.js. add an index handler and respose.write. r=jwalden
2007-01-24 16:57:03 +00:00
gavin%gavinsharp.com
d3de3edfef
Bug 365529: Take advantage of new yes/no constant in nsIPrompt, patch by Ryan Jones <bugs@ryan-jones.com>, r+sr=biesi for /netwerk, r+sr=neil for mailnews, r=me for the rest
2007-01-04 18:48:53 +00:00
gavin%gavinsharp.com
572e4fb58e
Followup patch for bug 269254: make sure not to include the null terminator in the string's length, patch by Ryan Jones <bugs@ryan-jones.com>, r+sr=biesi
2007-01-04 18:37:00 +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
timeless%mozdev.org
05804e5bfe
Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
...
r=darin
2006-12-21 07:03:23 +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
d8745613ca
bug 357958 Ignore unsupported content encodings instead of making them a fatal
...
error
r+sr=darin
2006-12-19 15:03:17 +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
28b1e5e364
Bug 269254: fix bug in utf16ToUcs4()'s returned length, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=biesi
2006-12-16 14:36:12 +00:00
jwalden%mit.edu
0e8e968c7b
Bug 342877 - Substantially revamp/rewrite the testing-only HTTP server used in necko unit tests, making it suitable for use in Mozilla tests which require files be stored on an HTTP server (e.g. because the test depends on certain HTTP headers being set or not set, the functionality uses HTTP, etc.) but which don't require that the server have a specified hostname. Docs, implementation, and tests (!) are in netwerk/test/httpserver/; if you have questions about using the server in unit tests or have some use case which the server could support better or doesn't support at all, CC me on the bug and I'll see how I can help. Huge (huge) thanks to biesi for the review of the huge patch. r=davel on test-harness changes, r=biesi on the server and test changes
2006-12-15 02:13:54 +00:00
bzbarsky%mit.edu
a09f17bab9
Make sure to not use the same disk cache data block for different URIs. Bug
...
347852, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin, sr=bzbarsky
2006-12-01 04:41:30 +00:00
dougt%meer.net
f3b03d2925
HTML injection in gopher dir listing. b=358128, r=dveditz
2006-11-28 20:32:27 +00:00
cls%seawood.org
5830c027a5
Mingw builds require _WIN32_WINNT >= 0x0501 (XP) to use the IP_ADAPTER features of nsNotifyAddrListener.
...
Also fix header include case for cross-compile builds.
Bug #358023 r=bsmedberg
2006-11-28 03:43:05 +00:00
jwalden%mit.edu
be3ed1d792
Bug 359824 - necko unit test failure: test_authentication.js. Previous commit to revert bug 223846 forgot to remove an extra header that the original commit added; this commit removes that unnecessary include. r=vlad on the original backout patch
2006-11-23 13:19:53 +00:00
sspitzer%mozilla.org
e479dd1e95
backing out the fix for bug #223846 (AuthName with escaped quote in it sets wrong realm) because it causes two regressions:
...
bug #361544 : unable to log into https://intranet.mozilla.org
bug #359824 : necko unit test failure: test_authentication.js
thanks to jeff walden for the patch.
r=vlad, g# agrees with the backout, too.
2006-11-23 01:09:20 +00:00
sspitzer%mozilla.org
f6598b7ba0
tree is closed, backing out my last backout
2006-11-22 22:13:14 +00:00
sspitzer%mozilla.org
8ea56c0bc6
backing out the fix for bug #223846 (AuthName with escaped quote in it sets wrong realm) because it causes two regressions:
...
bug #361544 : unable to log into https://intranet.mozilla.org
bug #359824 : necko unit test failure: test_authentication.js
thanks to jeff walden for the patch.
r=vlad, g# agrees with the backout, too.
2006-11-22 22:03:58 +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
jwalden%mit.edu
6dcb43a12a
Bug 360930 - test_file_protocol.js can fail based on execution environment (where TmpD contains a particularly large number of files). r+sr=biesi
2006-11-16 21:44:46 +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
b924284098
Bug 223846: AuthName with escaped quote in it sets wrong realm, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r=biesi, sr=darin
2006-11-06 14:48:57 +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
timeless%mozdev.org
46d2b15871
Bug 106386 Correct misspellings in source code
...
r=glennrp@gmail.com , bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
dougt%meer.net
88f9df7a07
Backing out removal of baseURI which caused a regression. bug 358128.
2006-10-31 17:53:58 +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
dougt%meer.net
d2991ee682
Removing base uri from indexed html parser as we believe it isn't used. b=358128, r=dveditz
2006-10-26 21:24:10 +00:00
benjamin%smedbergs.us
bfcb485faf
Unit testcase for bug 337744, r=darin
2006-10-25 19:35:13 +00:00
cbiesinger%web.de
3b097dda12
Bug 357877 nsFileChannel::OpenContentStream leaks when
...
nsFileUploadContentStream::IsInitialized fails
patch by Ryan Jones <sciguyryan+bugzilla@gmail.com> r+sr=biesi
2006-10-25 16:00:02 +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
vladimir%pobox.com
115b56787c
b=354984, patches to build with vista RC1 SDK, r=darin
2006-10-24 20:38:29 +00:00
darin%meer.net
0a3e84eb0b
fixes bug 352848 "treat invalie Expires header as expires immediately" r=biesi
2006-10-04 02:54:15 +00:00
cbiesinger%web.de
5b36f89cdb
bug 353983 add --enable-application=netwerk option
...
r=bsmedberg sr=darin
2006-09-28 21:22:27 +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
9823d58566
removing unnecessary util dependency
2006-09-21 02:43:15 +00:00
cbiesinger%web.de
ceb5af864c
fixing bustage from Bug 351876
2006-09-15 22:33:04 +00:00
cbiesinger%web.de
e3d051eb8b
Bug 351874 Move nsAboutRedirector out of necko
...
r=darin
2006-09-15 22:17:26 +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
cbiesinger%web.de
6a579c885f
removing unused include
2006-09-13 23:42:33 +00:00
cbiesinger%web.de
7df0eb47fe
bug 351255 stop processing commands once we hit an error, to avoid using
...
cleared member variables
r=darin
2006-09-13 00:11:45 +00:00
cbiesinger%web.de
c4ede84550
Bug 352236 remove timer code from mozTXTToHTMLConv.cpp
...
r=darin
2006-09-12 23:42:27 +00:00
cbiesinger%web.de
058a0734eb
netwerk/test doesn't need to link to libmozjs, r=darin
2006-09-12 20:03:37 +00:00
benjamin%smedbergs.us
d53a42fd13
Bug 337744 - Additional protocol parsing tightening, r=darin
2006-09-11 15:51:01 +00:00
cbiesinger%web.de
7cb0ae5c43
remove unused include
2006-09-08 21:59:27 +00:00
sayrer%gmail.com
9395f31ee3
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
2006-09-08 04:35:17 +00:00
cbiesinger%web.de
d3117cbea4
Bug 265780 make the level argument to nsIAuthPrompt2 useful by introducing a
...
new flag for nsIHttpAuthenticators indicating whether the PW will be encrypted
r=darin
2006-09-05 23:47:30 +00:00
cbiesinger%web.de
53e3d8497d
Bug 350790 Don't send the request to the server if an on-modify-request
...
observer or a loadgroup observer cancelled the channel
r=darin
2006-08-31 17:51:52 +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
mnyromyr%tprac.de
c224db0a59
Bug 347530: fix typos; p=<tonnes.mb@gmail.com>, r/sr=darin
2006-08-07 21:35:24 +00:00
darin%meer.net
9747f015f1
fixes bug 335909 "google search 'wiki cheese' and click first hit, results in blank page" r=biesi
2006-08-07 18:04:29 +00:00
cbiesinger%web.de
f9a96047a4
actually call test_wrongpw1, and shut down the HTTP server before the scope
...
goes away
2006-08-02 02:02:37 +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
b5f6ef01ec
add more authprompt tests
2006-08-01 21:47:04 +00:00
cbiesinger%web.de
2326f69720
Bug 346323 add a unit test for the IDN service
...
r=darin
2006-08-01 21:30:10 +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
darin%meer.net
08b95ea6ad
fixes bug 342581 "Crash on installing extension [@nsXPInstallManager::OnDataAvailable]" r=biesi sr=bzbarsky
2006-08-01 17:17:32 +00:00
bzbarsky%mit.edu
0ba13612a8
Close the correct file descriptor. Bug 346250, patch by Alfred Kayser
...
<alfredkayser@nl.ibm.com>, r=darin, sr=bzbarsky
2006-08-01 15:18:00 +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
9f2e5d2908
remove misleading comment, no bug. r+sr=bz
2006-07-28 02:45:14 +00:00
cbiesinger%web.de
447660b4bb
bug 346016 add a unit test for authentication prompts
...
r=darin
2006-07-26 23:10:48 +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
neil%parkwaycc.co.uk
457b3880e8
Bug 310403 merge formatting.css from communicator into global p=surkov.alexander@gmail.com r=me sr=jag
2006-07-12 15:43:17 +00:00
benjamin%smedbergs.us
899574c818
Bug 337744 - tighten up resource: protocol handling, r=darin
2006-07-12 15:25:51 +00:00
mnyromyr%tprac.de
a561f2dcd2
Bug 115924: removal of communicatorOverlay.xul; p=Giacomo Magnini <giacomo.magnini@portalis.it>, r=neil, sr=mscott
2006-07-09 12:49:47 +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
bzbarsky%mit.edu
d74d9be343
Just store the flags, not various booleans. Bug 342914, r=biesi, sr=darin
2006-06-29 16:18:01 +00:00
darin%meer.net
806f2c78ff
fixes bug 323708 "Recalculation of ComputeFreshnessLife wrong after performing If-Modified-Since / If-None-Match request" patch by mozilla@com.jkkn.dk r=biesi sr=darin
2006-06-27 23:49:31 +00:00
darin%meer.net
e2de5b18a2
removing unintended printf
2006-06-27 23:14:50 +00:00
darin%meer.net
edc7e0ce24
fixes bug 332730 "lock reentrancy through nsCacheEntryDescriptor::Close (deadlock)" r=biesi sr=bzbarsky
2006-06-27 23:13:48 +00:00
darin%meer.net
10a0c2ec34
fixes bug 184304 "When memory cache is disabled, no-store pages are not displayed at all" patch by mozilla@Weilbacher.org, r=biesi, sr=darin
2006-06-27 21:57:13 +00:00
darin%meer.net
376ceccb2d
removing dead component info (bug 123202)
2006-06-27 20:14:00 +00:00
darin%meer.net
d3461fe44c
removing dead files (bug 123202)
2006-06-27 20:12:47 +00:00
darin%meer.net
85e5760bb5
removing unused files (bug 306896)
2006-06-27 18:10:46 +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
gavin%gavinsharp.com
6dd81ae590
Bug 326528: fix out-of-bound error in pref reading code, r+sr=darin
2006-06-26 00:05:15 +00:00
darin%meer.net
601d46f876
fixes bug 286397 "assertion: buffer truncation inadequate" patch by alfredkayser@nl.ibm.com, r+sr=darin
2006-06-24 01:39:38 +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
darin%meer.net
b1554032ae
fixes bug 331825 "Unable to do conditional gets via XMLHttpRequest with 1.5.0.1, works in 1.0.7" r=biesi sr=bzbarsky
2006-06-23 00:49:40 +00:00
darin%meer.net
e9232626de
adding unit test for bug 336501.
2006-06-23 00:06:22 +00:00
darin%meer.net
ac465186ba
fixes bug 338332 "netwerk/test/TestCookie logic error?" patch by davel, r=darin
2006-06-22 22:22:44 +00:00
darin%meer.net
c6846a8db6
fixing bug 334142 "Firefox 1.5.0.2 doesn't work with some online banking systems" r+sr=bzbarsky
2006-06-22 21:53:06 +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
bzbarsky%mit.edu
282ad6509b
Fiox the special-casing for about:blank to deal with it now being
...
moz-safe-about:blank as far as the security manager is concerned. Bug 342108,
r=darin, sr=jst
2006-06-22 02:21:06 +00:00
bzbarsky%mit.edu
8cd320ad22
Allow about: modules to just set a flag to force script execution to be allowed
...
for particular about: URIs, instead of hardcoding checks in the security
manager. Bug 341313, r=darin, sr=jst
2006-06-22 02:19:49 +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
darin%meer.net
1e7da7adf8
backing out patch for bug 332730
2006-06-20 17:50:49 +00:00
darin%meer.net
753dd7db43
fixes bug 332730 "lock reentrancy through nsCacheEntryDescriptor::Close (deadlock)" r=biesi sr=bzbarsky
2006-06-20 02:05:10 +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
pamg.bugs%gmail.com
1b3e2f9583
Bug 331510: Adding nsEffectiveTLDService to allow necko and others to know about TLD-like subdomains. r=darin
2006-06-09 18:23:10 +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
darin%meer.net
c895133cb1
fixes bug 315159 "Enable the Stream Converter graph code" r=biesi sr=bzbarsky
2006-06-03 00:19:11 +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
pedemont%us.ibm.com
6914d6a2a7
Bug 338876 - Scriptable nsISocketProviderService returns noscript nsISocketProvider. r=darin.
2006-05-30 16:12:51 +00:00
darin%meer.net
429a08b094
fixes bug 184614 "valgrind doesn't like nsDiskCacheBlockFile::WriteBlocks (uninitialized memory written to cache)" patch by alfredkayser@nl.ibm.com, r+sr=darin
2006-05-26 18:21:12 +00:00
darin%meer.net
148944fe8b
fixes bug 312061 "Call res_ninit when restarting the DNS service [was: Firefox keeps a list of dns servers after connection goes down]" r=biesi sr=bzbarsky
2006-05-25 16:49:48 +00:00
ajschult%verizon.net
0cb1a2fd02
Bug 309459: Crash when using cacheService.visitEntries. Patch by Adam Guthrie <ispiked@gmail.com>, r+sr=darin.
2006-05-20 22:36:48 +00:00
darin%meer.net
cb43666976
fixes bug 308371 "Add additional instrumentation to Http protocol" patch by LeRoy Krueger (leroyk@attglobal.net), r+sr=darin
2006-05-19 22:50:02 +00:00
darin%meer.net
eeb69f249f
fix documentation to mention proper http:// URLs.
2006-05-18 19:03:59 +00:00
darin%meer.net
153449a95e
fixes bug 337893 "nye bloat tbox sometimes reports 'RLk:-2147483048.00000B'" r+sr=bzbarsky
2006-05-16 20:11:22 +00:00
bzbarsky%mit.edu
e80a83a9fd
Remove the keyword: protocol handler. Expose the functionality on nsIURIFixup
...
instead. Bug 337339 and bug 264830, r=biesi, sr=darin
2006-05-16 03:02:28 +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
dougt%meer.net
ee1087a2c7
Fixing WINCE build bustage. WINCE-only
2006-05-15 14:48:17 +00:00
darin%meer.net
ea010b8b75
fixes bug 337752 "gcc 3.2.2 generates bad code for nsRunnableMethod<T>" r=bsmedberg
2006-05-12 20:18:13 +00:00
mkaply%us.ibm.com
8f34963317
#326273
...
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
2006-05-11 17:22:54 +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
f220aeccae
fixes SunOS bustage
2006-05-10 20:29:54 +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
darin%meer.net
ceabbc4225
fixes bug fixes bug 336403 "Ts regression caused by patch for bug 76111" r=bzbarsky
2006-05-08 05:30:04 +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
cbiesinger%web.de
51a89a8b1e
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
dbaron%dbaron.org
615888e1ee
Fix Windows tinderbox orange. b=336333 Patch by Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp>. r=dbaron
2006-05-05 16:27:23 +00:00
cls%seawood.org
7477b8fbd6
mingw w32api defines LOGFONT* in wingdi.h. gcc complains about 'comma at end of enumerator list' and that 'ISO C++ prohibits anonymous structs' and that "an anonymous union can only have non-static data members".
...
Fixing bustage.
Bug #336333 r=darin
2006-05-05 01:43:15 +00:00
darin%meer.net
e57b9fe763
fixing build bustage
2006-05-03 01:59:55 +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
darin%meer.net
08fcae1b11
fix build bustage
2006-05-03 00:14:22 +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
darin%meer.net
6bc1de43ad
fixes bug 76111 "Auto detect online/offline status (on win32)" patch by juan_lang@yahoo.com, r=darin
2006-05-02 18:08:55 +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
ajschult%verizon.net
6c8f21d4da
Bug 334421: Shutdown leak of mEvictionQ entries. r+sr=darin
2006-04-29 04:37:07 +00:00
gavin%gavinsharp.com
ded742466c
Bug 335344: Remove leading and trailing space character from emoticon text when using graphical smilies, patch by C�dric Menge <bugzilla@mengemail.de>, r=BenB, sr=bienvenu
2006-04-27 22:13:11 +00:00
mark%moxienet.com
8d6115d496
321366 Crash [@ PR_Close].[@ nsDiskCacheStreamIO::Flush]. Accept possible failure of nsDiskCacheStreamIO::FlushBufferToFile. r=darin
2006-04-25 18:08:09 +00:00
bzbarsky%mit.edu
5ff7b0e960
Fix bug 334990. r+sr=darin
2006-04-24 02:54:26 +00:00
cls%seawood.org
00570f4496
Align mingw libs linkage with msvc.
...
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> for the patch.
Bug #334542 r=cls
2006-04-20 12:59:02 +00:00
cbiesinger%web.de
9003ef3342
bug 334516 Handle the case where we have both a transaction pump and a cache
...
pump (that is, the case when we are completing a partial cache entry):
- correct the assertion
- read from the cache pump when calling type sniffers (since it contains the
initial data)
r+sr+a=darin
2006-04-20 10:59:10 +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
darin%meer.net
d469418257
fixes bug 334439 "nsHttpConnectionMgr::MAX_CONNECTIONS set to mMaxRequestDelay; should be mMaxConnections" patch by dave.puchyr@avaritia.com, r=biesi, sr=darin
2006-04-18 14:24:09 +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
kairo%kairo.at
6aea674984
bug 328317 - merge platform .jar files into en-US.jar, r=mento for the mozilla/config changes r=jag sr=Neil
2006-04-08 11:49:47 +00:00
kairo%kairo.at
91acb7039c
bug 325473 - Undo separation of language and region/content packs, part 4: move pref panel into communictor pefs in suite/, correct installer manifests and fix rough edges of parts 1-3, r=bsmedberg for build system changes (removal of content-packs extension) r=ajschult for installer manifests r=jag sr=Neil
2006-04-08 11:17:06 +00:00
darin%meer.net
db984be6ae
fixes bug 329746, r=biesi sr=bz
2006-04-07 17:45:44 +00:00
darin%meer.net
ebb124c47e
fixes bug 328817, r=biesi sr=bz
2006-04-07 17:44:32 +00:00
darin%meer.net
15471e968f
fixes bug 330214 "Ignore Transfer-Encoding header sent with HTTP/1.0 response" r=biesi sr=bzbarsky
2006-04-05 02:09:41 +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
57e641cb56
fixes bug 330397 "Additional problems with incomplete cache entries and cache flush assertions." r=biesi sr=bzbarsky
2006-03-30 21:06:54 +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
jwalden%mit.edu
ac773c0354
Bug 309296 - RFE: directory listing for jar:. r=darin, sr=bzbarsky
2006-03-29 22:10:37 +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
darin%meer.net
595381752c
backing out my patch for bug 330397 to fix download regression.
2006-03-23 06:45:07 +00:00
darin%meer.net
2a7aacfd38
fixes bug 330397 "Additional problems with incomplete cache entries and cache flush assertions" r=biesi sr=bzbarsky
2006-03-22 01:14:29 +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
mrbkap%gmail.com
4a3e2f516f
Fix silly undefined operation warnings. bug 329357, r+sr=darin
2006-03-08 02:36:41 +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
06bb1a4136
bug 329165 use an unsigned array index
...
r+sr+a=darin
2006-03-03 19:45:16 +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
darin%meer.net
05b255bcdd
fixes bug 321456 "Setting disk cache greater than 2097 MB fails." patch by alfredkayser@nl.ibm.com, r+sr=darin
2006-02-28 22:18:21 +00:00
darin%meer.net
f0f0a5c7ce
fixes bug 189570 "Aborting a page load causes untransferred content that already exists to be doomed from the disk cache" r=biesi sr=bzbarsky
2006-02-28 19:30:31 +00:00
darin%meer.net
2fb3027ee6
fixes bug 296538 "limit the memory cache to a reasonable value" patch by alfredkayser@nl.ibm.com, r=darin
2006-02-27 20:13:42 +00:00
darin%meer.net
7c37f72def
fixes bug 328196 "nsDiskCacheDevice: Memory and codesize optimisations" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin
2006-02-25 02:58:51 +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
darin%meer.net
39e548c9e1
fixes bug 240201 "remove [noscript] from nsICookieManager2::add" r+sr=bzbarsky
2006-02-23 02:08:27 +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
neil%parkwaycc.co.uk
61d1139c42
Fixing VC6 debug build bustage b=328038 r=biesi sr=darin
2006-02-22 12:57:23 +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
darin%meer.net
4982455809
fixes bug 325808 "HTTP code could use a HasToken function" r=biesi, sr=bzbarsky
2006-02-17 22:52:40 +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
benjamin%smedbergs.us
d58e68beb2
Bug 327168 - test holds COMPtrs past XPCOM shutdown, r=darin
2006-02-14 19:39:52 +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
benjamin%smedbergs.us
df69212d42
Bug 78087 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-02-13 20:35:56 +00:00
mozilla.BenB%bucksch.org
40cfa65cbc
Change license of moz(I)TXTToHTMLConv.* to GNU triple-license,
...
but keep modifications. As discussed with Gerv.
2006-02-07 12:36:43 +00:00
darin%meer.net
68108f0712
fixes bug 213005 "ASSERTION: OnDataAvailable implementation consumed no data" r=timeless sr=roc
2006-02-07 01:05:42 +00:00
darin%meer.net
af85372828
fixes bug 137155 "POST request sent as two small packets (IIS 5 sometimes chokes)" r=biesi sr=bzbarsky
2006-02-04 22:57:53 +00:00
mark%moxienet.com
60d0a1723e
325765 Cache causes crash crossing architecture [@ nsDiskCacheRecord::HashNumber].[@ nsDiskCacheMap::FindRecord]. Disk cache is not endian-neutral as was intended. Byte-swap the entire cache header. r=darin sr=smfr a/1.8=darin
2006-02-04 22:01:22 +00:00
cbiesinger%web.de
25c82aa71f
bug 325815 add an HTTP server for necko tests
...
r=darin
2006-02-04 17:23:30 +00:00
darin%meer.net
3612e2fb71
fixes bug 321999 "HTTP waits for response to determine keep-alive state" r=biesi sr=bzbarsky
2006-02-03 23:56:49 +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
davel%mozilla.com
da85bb10e1
Unify necko and content test harnesses. Create common versions of test harness
...
files in tools/test-harness/xpcshell-simple, and modify the existing
instances to use the common files. Bug 322894, r=darin,bzbarsky,
sr=benjamin
2006-01-27 20:56:16 +00:00
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