cbiesinger@gmx.at
4aec05dc5d
394242 improve the comments on some necko APIs r+sr+a=bz
2007-08-31 13:23:31 -07:00
cbiesinger@gmx.at
9d8a5ad7d9
add unit test for bug 372050 and the unescape parts of bug 350932; also, clarify comments for the ESCAPE_URL_ONLY_NONASCII flag. r+sr+a=bz
2007-08-31 13:19:37 -07:00
cbiesinger@gmx.at
f5d475704c
389719 always release notification callbacks/progress sink r+sr+a=bzbarsky
2007-08-31 12:44:17 -07:00
cbiesinger@gmx.at
2c8aa626bc
more tests for nsIResumableChannel
2007-08-30 16:00:38 -07:00
sharparrow1@yahoo.com
1ddeb8e819
Bug 391915: Don't use atoms from nsCacheMetaData because atoms aren't threadsafe. r+sr=biesi, a=blocking1.9
2007-08-30 10:51:07 -07:00
cbiesinger@gmx.at
58fc7fb5e5
392282 don't allow opening cache entries after the cache service has shut down r+sr+a=bz
2007-08-28 15:05:32 -07:00
sdwilsh@shawnwilsher.com
64b9885a71
Bug 389575 - Add WARNINGS_AS_ERRORS compile time flag. r=bsmedberg NPOTFB.
2007-08-28 09:02:43 -07:00
jag@tty.nl
01a818841c
s/NS_INTERFACE_MAP_END_THREADSAFE/NS_INTERFACE_MAP_END/. Should've been done for bug 201040. rs=biesi, a=dbaron
2007-08-27 23:11:34 -07:00
wtc@google.com
85b48f00bd
Bug 213637: code cleanup: use nsAutoLock instead of manually calling PR_Lock/PR_Unlock, and removed mThreadEventLock. r=biesi Modified files: nsSocketTransportService2.cpp nsSocketTransportService2.h
2007-08-26 13:14:57 -07:00
philringnalda@gmail.com
3c20b513dc
Bug 392718 - With beautified ftp listings, long filenames are truncated, making them hard to read, patch by Dão Gottwald <dao@design-noir.de>, r+sr+a1.9=bz
2007-08-25 20:20:24 -07:00
cbiesinger@gmx.at
08c9590416
fix typo in comment
2007-08-24 18:30:39 -07:00
cbiesinger@gmx.at
84c618fe46
393624 check for unexpected status codes when resuming downloads r+sr+a=bz
2007-08-24 17:47:54 -07:00
cbiesinger@gmx.at
648dde66e9
263127 close the tempfile output stream before calling the observer patch by Wladimir Palant <trev.moz@adblockplus.org> r=biesi sr=darin
2007-08-24 17:26:18 -07:00
cbiesinger@gmx.at
1a0a46a143
393622 add logging to HTTP channel resuming code r+sr+a=bz
2007-08-24 16:17:07 -07:00
cbiesinger@gmx.at
8dd85d354a
move Listener and read_stream to its own head file so that it can be reused by other tests
2007-08-24 11:08:37 -07:00
Olli.Pettay@helsinki.fi
df19e64ec1
Bug 392760, Provide keyboard-accessibility for sorting headers FTP/File/Jar/Gopher dir listing, p=dao@design-noir.de, r+sr+a=bz
2007-08-24 03:12:46 -07:00
bzbarsky@mit.edu
2081a66d5b
Relanding patch for bug 137155 on trunk because we think it may be OK now. Patch by darin, r+sr=bzbarsky+biesi, a=bzbarsky
2007-08-23 18:45:23 -07:00
jwalden@mit.edu
3ce961d924
Bug 370245 - Make the HTTP server asynchronously process requests, and pave the way for future improvements to processing. r=biesi, a=bsmedberg on a testing-only change
2007-08-23 15:07:40 -07:00
bzbarsky@mit.edu
91e5a21d63
Make Suspend() work on an HTTP channel if called right after AsyncOpen. Bug 392837, r+sr=biesi, a=bzbarsky
2007-08-23 11:56:12 -07:00
rflint@ryanflint.com
ca7ff74822
Bug 339964 - move tabbrowser.xml out of mozilla/toolkit and into mozilla/browser. Patch by Stefan <stefanh@bluebottle.com> and myself, r=mconnor
2007-08-22 14:02:02 -07:00
cbiesinger@gmx.at
3fd0e58156
Bug 391951 don't strip escaped spaces for non-base64 data URIs r+sr=bz
2007-08-21 10:28:22 -07:00
cbiesinger@gmx.at
474f4d0e8f
392428 always consider IP addresses valid hostnames r+sr+a=bz
2007-08-21 10:14:47 -07:00
bzbarsky@mit.edu
c337f354ba
Make <object> do the same text/plain sniffing that <iframe> does, and use the content type hint if the type comes back as application/octet-stream or sniffed-binary. Bug 389677, r+sr=biesi, a=sicking
2007-08-20 20:26:12 -07:00
dmose@mozilla.org
ab74de52a8
Split nsIHandlerInfo.launchWithURI into nsIHandlerInfo.launchWithURI and nsIMIMEInfo.launchWithFile (bug 391194) r=cbiesinger@gmx.at, sr=bzbarsky@mit.edu
2007-08-20 17:47:47 -07:00
dtownsend@oxymoronical.com
7d469334fd
Bug 341472: ship with fewer security warnings showing by default. p=Adam Guthrie <ispiked@gmail.com>, r=darin.moz@gmail.com, ui-r=beltzner, a=wanted-firefox3
2007-08-20 07:22:42 -07:00
bent.mozilla@gmail.com
a832d44b1c
Bug 392657 - Fix typo in comment.
2007-08-19 21:06:58 -07:00
bent.mozilla@gmail.com
225376c1d2
Bug 392657 - "'ASSERTION: QueryInterface needed', nsURIChecker missing nsIRequestObserver in QI map". r+sr=biesi, a=bz.
2007-08-19 20:19:11 -07:00
jwalden@mit.edu
b064769994
Bug 294800 - Beautify FTP/File/Jar/Gopher dir listings (CSS, icons, sortable columns) so that they don't look like they're from 1995. (Ooh, shiny!) Patch by Dao Gottwald <dao@design-noir.de>, r+sr=bz, r=mano, a=dsicore
2007-08-17 15:57:36 -07:00
cbiesinger@gmx.at
39f20ad01d
Bug 390082 make sure to make data connections to the same IP address as the control connection r+sr+a=bz
2007-08-15 17:15:53 -07:00
mrbkap@gmail.com
f926fad63c
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
sdwilsh@shawnwilsher.com
2d76dd97b7
Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose
2007-08-14 09:47:41 -07:00
myk@mozilla.org
7f291695cc
bug 385740: support multiple apps per nsIHandlerInfo via a new nsIHandlerInfo::possibleApplicationHandlers attribute; r=biesi, sr=dmose
2007-08-13 13:41:34 -07:00
cbiesinger@gmx.at
9b59ad0887
390126 unescape the URL before compressing whitespace r+sr=bz
2007-08-10 12:52:50 -07:00
mrbkap@gmail.com
27c4e871fc
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
b8563e2aac
388523 make sure to call OnStartRequest even when we have a pending auth retry and the channel has been cancelled in the meantime r+sr=bz
2007-08-07 13:09:25 -07:00
bzbarsky@mit.edu
86b952451d
Fix crash if the channel gets canceled too early. Bug 390938, r+sr=biesi
2007-08-06 18:59:10 -07:00
ginn.chen@sun.com
6f5f621c9e
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore
2007-08-05 20:22:32 -07:00
benjamin@smedbergs.us
952a655e07
Bug 389671 - CVS remove old suite-style multi-profile code which is not used anymore, r=luser (NPOB except for removing build-system references to files/options)
2007-08-02 11:43:30 -07:00
sdwilsh@shawnwilsher.com
ff0bfe2ccc
Bug 389969 - There is no protocol handling dialog. r=cbiesinger, sr=dmose, a=schrep
2007-07-30 16:33:16 -07:00
cbiesinger@gmx.at
15ab3cf4dd
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
dwitte@stanford.edu
f29a52c53a
followup bustage-related fix for bug 386154, r+sr=biesi, a=gavins for checkin to closed tree
2007-07-26 11:42:54 -07:00
dwitte@stanford.edu
d573a81aec
fixing bustage.
2007-07-26 01:55:53 -07:00
dwitte@stanford.edu
cb975c0e57
rework etld backend to use a flat hash instead of a tree-hash structure, to reduce memory consumption and eliminate shutdown leaks. bugs 386154 and 386155,
...
r=biesi
2007-07-25 23:31:49 -07:00
dcamp@mozilla.com
cb1b36c829
properly delete old files during an offline cache update. b=389591, r+sr=biesi
2007-07-25 17:47:33 -07:00
kaie@kuix.de
7218a5b61c
Bug 382223, Add support for Camellia to PSM
...
Patch contributed by okazaki
r=kengert
2007-07-25 15:53:30 -07:00
myk@mozilla.org
8c68740696
bug 388388: (relanding updated patch) differentiate between MIME and protocol nsIHandlerInfo objects by not allowing protocol objects to be QIed to nsIMIMEInfo, and expose the scheme for a protocol object via the new nsIHandlerInfo::type attribute (which also holds the MIME type for a MIME object and deprecates nsIMIMEInfo::MIMEType); r=dmose, sr=biesi
2007-07-25 13:40:41 -07:00
bzbarsky@mit.edu
8ddf6feeaa
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
ad4871e657
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
sharparrow1@yahoo.com
ece15fb20c
Bug 388245: Remove NS_IMPL_THREADSAFE* macros from netwerk/streamconv. r+sr=biesi
2007-07-25 09:22:27 -07:00
dcamp@mozilla.com
53f92f7497
update the offline cache atomically. b=389223, r=biesi, sr=jst
2007-07-24 23:31:27 -07:00
dcamp@mozilla.com
e6fea393ca
move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst
2007-07-24 22:35:39 -07:00
cbiesinger@gmx.at
1a21866674
386376 get services lazily in order to avoid recursive getService calls
...
r=bsmedberg
2007-07-24 16:47:33 -07:00
dmose@mozilla.org
4c4b9931ca
Back out MIME/protocol handler work from bug 388388 because of difficult to diagnose unit test lossage on windows. Note that Windows tinderboxen will go and stay red until they are clobbered because of dependency system lossage.
2007-07-24 16:38:29 -07:00
myk@mozilla.org
7dbffc5c3e
bug 388388: differentiate between MIME and protocol nsIHandlerInfo objects by not allowing protocol objects to be QIed to nsIMIMEInfo, and expose the scheme for a protocol object via the new nsIHandlerInfo::type attribute (which also holds the MIME type for a MIME object and deprecates nsIMIMEInfo::MIMEType); r=dmose, sr=biesi
2007-07-24 13:29:50 -07:00
bzbarsky@mit.edu
defcacbc9d
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
mats.palmgren@bredband.net
d62bd01eaf
Don't clobber 'pos' in the inner loops since we might need it again for the outer loop. b=388424 r=cbiesinger sr=bzbarsky
2007-07-22 06:15:38 -07:00
cbiesinger@gmx.at
0cbb53edf3
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
jwalden@mit.edu
13955bbb15
Bug 376489 - Serve reftests from a web server so as not to depend on external resources, if the reftest is marked as needing HTTP; also picks up support for HTTP header and status modification in reftest files. r=dbaron
2007-07-18 14:32:50 -07:00
dmose@mozilla.org
4ff9bf6218
Change nsIHandlerInfo::LaunchWithFile to be launchWithURI (bug 386078), r+sr=biesi
2007-07-17 15:59:58 -07:00
bzbarsky@mit.edu
309dff6d03
Make SetPort actually update the internal offsets correctly. Bug 388281, r+sr=biesi
2007-07-16 21:48:47 -07:00
dwitte@stanford.edu
093db8c452
add cookie tests for creation time ordering and eviction.
2007-07-16 14:06:55 -07:00
dwitte@stanford.edu
dd438f3b7f
Use getters and setters for database schema version. b=386369, p=sdwilsh, r=dwitte, sr=biesi.
2007-07-16 14:05:35 -07:00
jwalden@mit.edu
467b250535
Attempt to recommit part of the patch for bug 384192, in the hopes that this makes it easier to figure out what part of it is wrong. This part enables proxying for the added domains but doesn't actually use it.
2007-07-12 16:33:51 -07:00
dveditz@cruzio.com
4aa374a072
bug 383478 deal with %00 in file urls, r=bz,darin
2007-07-12 16:04:24 -07:00
jwalden@mit.edu
e1716a3a06
Back out bug 386635; it broke restoring sessions in the browser.
2007-07-12 12:11:45 -07:00
jwalden@mit.edu
a37e39d744
Back out 384192.
2007-07-12 01:46:07 -07:00
jwalden@mit.edu
58aee53863
Turn on server debugging for a cycle to figure out the orange, bug 384192.
2007-07-11 23:41:56 -07:00
jwalden@mit.edu
2c73b2927f
Bug 384192 - Mochitest needs to support subdomain tests; use a proxy hack to pretend the tests are available on example.com, example.org, and various subdomains of each, on various ports, to satisfy this need. r=robcee
2007-07-11 22:38:47 -07:00
mrbkap@gmail.com
82173d579a
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
dwitte@stanford.edu
03fc13d2b5
add unit tests for previous checkin.
2007-07-10 20:28:01 -07:00
dwitte@stanford.edu
48062dcdf3
web content can set httponly cookie by overwriting a non-httponly one. b=387543, p=dveditz, r=dwitte, sr=mconnor.
2007-07-10 20:21:07 -07:00
dcamp@mozilla.com
08e612af60
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
2007-07-08 15:15:51 -07:00
jwalden@mit.edu
12e960c504
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
sdwilsh@shawnwilsher.com
b2c0a418d8
Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=cbiesinger, sr=cbiesinger
2007-07-07 14:14:56 -07:00
dmose@mozilla.org
00137b6801
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
2007-07-05 12:31:44 -07:00
timeless@mozdev.org
c34ef613ea
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
benjamin@smedbergs.us
4e1cca5f54
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
2007-07-02 11:20:24 -07:00
bent.mozilla@gmail.com
d3aeadd92b
Bug 386233 - "Content sniffers not always run depending on cache state". r+sr=biesi.
2007-07-02 11:16:52 -07:00
benjamin@smedbergs.us
a396305c4a
Reverting bug 383167 again for linux test bustage :-(
2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
eb1adfce8d
Bug 383167 trying again, reviews by luser and biesi, sr=jst
2007-06-26 09:35:01 -07:00
dwitte@stanford.edu
82787cebe0
remove nsICookieServiceInternal. b=384990, r+sr=biesi
2007-06-26 03:41:58 -07:00
dwitte@stanford.edu
85ec4d77d0
prevent creating, modifying, and deleting HttpOnly cookies from web content, and add unit tests to that effect. b=383181, r+sr=dveditz
2007-06-26 01:36:50 -07:00
dwitte@stanford.edu
f7bc5bcfc4
removing redeclaration, r+sr+ui-r+a=sdwilsh
2007-06-25 22:28:25 -07:00
dwitte@stanford.edu
b3a0d8ccb2
fix typo from storage checkin.
2007-06-25 22:10:33 -07:00
dcamp@mozilla.com
51f613480e
Properly disable caches on profile shutdown. b=380968, r+sr=biesi
2007-06-25 20:25:31 -07:00
mrbkap@gmail.com
9f88b8fa91
Fix typo introduced by bug 374071 original changes r=crowder sr=darin.
2007-06-24 22:23:48 -07:00
asqueella@gmail.com
5603f09234
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
2441a1ff2e
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
dwitte@stanford.edu
d4499e7561
remove p3p hooks from cookies. b=383994, r=timeless, sr=biesi
2007-06-20 22:17:08 -07:00
bzbarsky@mit.edu
a2a94cb133
Fix assertion to not fire when it shouldn't. Bug 303003, patch by Radek
...
'sysKin' Czyz <syskin@syskin.cjb.net>, r=alfredkayser@nl.ibm.com , sr=biesi
2007-06-18 08:24:17 -07:00
dwitte@stanford.edu
0a2fbc705f
missed this file in previous checkin.
2007-06-17 17:01:10 -07:00
dwitte@stanford.edu
4e806db6ed
rev nsICookieManager2 interface to allow adding httpOnly cookies, and update consumers to match. b=379408, r+sr=biesi.
2007-06-17 16:40:40 -07:00
dwitte@stanford.edu
ee596924ec
switch cookies over to mozStorage. b=230933, r=sdwilsh, sr=mconnor.
...
remove nsInt64 usage from cookies, b=384225, r+sr=biesi.
2007-06-17 14:52:22 -07:00
kherron@fmailbox.com
9db028e660
Bug 376844 - Single quotes in URLs should be escaped. Patch by Wladimir Palant <trev.moz@adblockplus.org>. r=benjamin, sr=cbiesinger.
2007-06-17 05:29:08 -07:00
dwitte@stanford.edu
6c24095fe5
removing unused p3p-related files.
2007-06-16 17:42:13 -07:00
kherron@fmailbox.com
51f766a9e8
Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc.
2007-06-16 12:53:59 -07:00
mrbkap@gmail.com
7f9370e812
Backing out to fix orange.
2007-06-14 17:46:26 -07:00
mrbkap@gmail.com
cfbef6bda5
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
d2866ca59e
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
9a33524e74
Bug 110161, enable OCSP by defaultr=cbiesinger, sr=mconnor
2007-06-05 12:27:42 -07:00
rflint@ryanflint.com
819097251e
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
95ca3a7621
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
timeless@mozdev.org
aa5ab88cbe
Bug 191187 Request for UDP/IP (datagram) socket provider and supportbased on dougt's workpatch by mook.moz+mozbz@gmail.comr=biesi sr=bz
2007-05-30 23:07:26 -07:00
kaie@kuix.de
485ecbb620
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
aa362a7542
Bug 213637: follow the all lowercase comment style of this file.
2007-05-30 14:36:02 -07:00
wtc@google.com
511a17b6cb
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
roc+@cs.cmu.edu
dc39d7d327
Bug 381657. Install offline cache listener even for loads from the disk/memory caches. patch by Dave Camp, r+sr=biesi
2007-05-29 19:34:23 -07:00
bent.mozilla@gmail.com
934776a3e5
Bug 380846 - "Make the build system friendlier for XULRunner apps and extensions." r=bsmedberg. Adds confvars.sh files for all major apps and makefiles.sh for all extensions.
2007-05-23 13:08:44 -07:00
jwalden@mit.edu
0fec6e9d5e
Bug 367214 - mod_cern_meta support in the HTTP server, enabling modification of the HTTP status and headers sent in the response for a file. r=biesi
2007-05-20 18:35:06 -07:00
dwitte@stanford.edu
ba2ebee056
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
mozilla.mano@sent.com
35d337f280
Re-enabling digest auth. tests, a=sayrer.
2007-05-19 17:33:28 -07:00
mozilla.mano@sent.com
318c544f01
Commenting out some failing authentication tests to check whetehr places-bookmarks build on the windows machines of MozillaTest, a=sayrer.
2007-05-18 14:53:18 -07:00
sspitzer@mozilla.org
4f72a74574
fix for bug #380741 : Crash with about:cache and clear privacy data [@nsCOMPtr::StartAssignment]fall out from bug #380704 : compile error [@nsOfflineCacheDevice::Init]fix by dcamp@mozilla.com, r/sr=biesi
2007-05-17 11:33:19 -07:00
alfred.peng@sun.com
c18ec2381c
Bug 380704. compile error [@nsOfflineCacheDevice::Init]. Fix the bustage for bug 370195 on Solaris SPARC/x86 with Sun Compiler.r+sr=jst.
2007-05-15 00:53:42 -07:00
cbiesinger@web.de
cdb2f9621e
Bug 370195 – sql device for the offline cachepatch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
2007-05-14 13:09:20 -07:00
gavin@gavinsharp.com
7868c73939
Bug 379997: don't delete logins if authentication fails, patch by Justin Dolske <dolske@mozilla.com>, r+sr=biesi
2007-05-14 11:39:34 -07:00
asqueella@gmail.com
5b202363c0
Bug 369787 - calling nsHttpChannel::SetContentType on a closed channel doesn't work as expected.p=Sylvain Pasche <sylvain.pasche@gmail.com>r=biesi, sr=darin
2007-05-13 10:09:52 -07:00
dwitte@stanford.edu
208f04d630
unit test for new cookie path checks, per bug 373228.
2007-05-07 04:40:23 -07:00
dveditz@cruzio.com
a55f84842c
bug 373228 incorporate additional review comments after initial checkin, r=dwitte, a=release-drivers
2007-05-07 04:14:01 -07:00
dwitte@stanford.edu
ff4afd6930
add nsICookieManager{2} interface tests.
2007-05-05 18:31:06 -07:00
dwitte@stanford.edu
ac8deabbec
tweak some comments to reflect the changes in bug 240963.
2007-05-05 18:29:44 -07:00
dwitte@stanford.edu
6aa43dff43
implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.bug 379239, r=mvl, sr=biesi
2007-05-05 14:09:54 -07:00
asqueella@gmail.com
e2a5e3b2d3
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
asqueella@gmail.com
decfc1002c
287469 - fix source comments to match idl.r+sr=biesi
2007-05-03 23:00:33 -07:00
sayrer@gmail.com
f4210a470d
Bug 378787. Digest Authentication Request Splitting. r=biesi, sr=brendan
2007-05-03 20:31:30 -07:00
bzbarsky@mit.edu
d1aea320f7
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
dveditz@cruzio.com
d20df8be84
bug 373228 prevent cookies with long paths from taking too much space, r=dwitte, a=juanb
2007-05-01 01:14:49 -07:00
dwitte@stanford.edu
04803c3e98
comment sp fix.
2007-04-29 00:52:23 -07:00
asqueella@gmail.com
bcd4b5ca56
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
37a554bcea
test for bug 261425 - a space in a url between the : and // does nothing.p=Ryan Jones <sciguyryan@gmail.com>r=biesi
2007-04-27 09:20:26 -07:00
asqueella@gmail.com
d845d97f1d
Bug 368702 - Effective TLD Service should treat trailing dot properlyp=Wladimir Palant <trev.moz@adblockplus.org>r=biesi, sr=dveditz
2007-04-27 07:50:15 -07:00
asqueella@gmail.com
48c98bdb92
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
7a1cc637ac
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
7453837208
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
c45dd68061
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
Olli.Pettay@helsinki.fi
c12709d866
Bug 378380, FTP problem with IBM iSeries (AS400, Series I) systems (does not recognize SYST response), p=bugzilla@mcsmurf.de, r+sr=biesi
2007-04-23 09:28:12 -07:00
benjamin@smedbergs.us
0ab7558e7b
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
d5b0c8d3ff
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
51bcdde2cb
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
cbiesinger@web.de
ad7b7bf85b
extend test for bug 376660: also test failure cases. r=bz
2007-04-22 13:00:17 -07:00
sayrer@gmail.com
37d4822820
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
0af36b6a52
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
b1392bb0f0
Add test and some docs for bug 376660. r=biesi
2007-04-16 18:47:57 -07:00
gijskruitbosch@gmail.com
a650e64d62
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
4b0e0f16c1
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
cbiesinger@web.de
0f57d5fea3
Bug 375878 remove users of Recycle()patch by taras glek r+sr=biesi
2007-03-30 15:44:22 -07:00
gijskruitbosch@gmail.com
fcd0b2b1c9
Bug 375488 - HttpOnly Cookies broken (exchanged httponly and secure arguments in function call)
...
p=ronny.perinke@gmx.de (Ronny Perinke)
r=mozilla@kaply.com
sr=darin.moz@gmail.com (Darin Fisher)
2007-03-27 10:34:12 -07:00
dbaron@dbaron.org
cb52af13a3
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
2007-03-27 08:34:59 -07:00
dbaron@dbaron.org
4d961c5c49
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 08:33:38 -07:00
cbiesinger@web.de
05cabfc8d9
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
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
mats.palmgren%bredband.net
210aff65ef
URI.path one character short after redirect involving fragment. b=438288 r+sr=cbiesinger a=ss
2008-07-31 01:31:21 +00:00
kaie%kuix.de
04c5217cbd
Bug 431819, IMAP/POP/SMTP/LDAP with SSL client auth, Thunderbird repeatedly prompts for client certificate
...
r=rrelyea, r=dveditz, a1.9.0.2=shaver
Bug 426555, nsClientAuthRememberService must be refcounted and implement nsISupportsWeakReference
r/sr=mrbkap, a1.9.0.2=shaver
2008-07-08 20:34:40 +00:00
reed%reedloden.com
8ab1b41684
Remove accidentally added $.
2008-07-01 06:38:10 +00:00
reed%reedloden.com
a2b002b4fd
Bug 438585 - "Updates to Public Suffix List" [p=gerv@mozilla.org (Gervase Markham) r=dwitte a=beltzner]
2008-07-01 06:30:36 +00:00
reed%reedloden.com
09cecf8fe4
Bug 422172 - ""Automatic proxy configuration URL" reload button does not work" [p=hugues.fournier@gmail.com (Hugues Fournier) r+sr=biesi a1.9=beltzner]
2008-05-08 09:05:11 +00:00
reed%reedloden.com
c1251c7f9a
Back out Hugues Fournier's patch from bug 422172 as a possible cause of the crashes.
2008-05-07 11:29:08 +00:00
reed%reedloden.com
3112855a10
Bug 422172 - ""Automatic proxy configuration URL" reload button does not work" [p=hugues.fournier@gmail.com (Hugues Fournier) r+sr=biesi a1.9=beltzner]
2008-05-07 10:13:47 +00:00
gavin%gavinsharp.com
078045aad3
Bug 431774: make this test actually test what it was supposed to, instead of always passing, r=biesi
2008-05-05 21:00:59 +00:00
gavin%gavinsharp.com
4fc2d520f4
Bug 428250: clicking in blank space in file column of directory listing activates links, patch by D��o Gottwald <dao@mozilla.com>, r=mano, r=biesi, a=beltzner
2008-05-05 20:48:11 +00:00
gavin%gavinsharp.com
4b14f97563
Bug 431013: FTP view is not using new folder icons on XP and Vista (also changes default ftp:/file: listing favicon), icons by Alex Faaborg and the Iconfactory, r=dao, sr=jst, a=damon
2008-04-29 18:47:38 +00:00
gavin%gavinsharp.com
7aba0fedbe
Back out the patch for bug 235853, again, because of mochi*chrome* failures this time.
2008-04-18 02:49:41 +00:00
gavin%gavinsharp.com
b6885fb7c6
Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, and fix HTTP channel code to properly forward cache-related properties to new proxied channels, patch by shaver@mozilla.org, r+sr=biesi, a=beltzner
2008-04-18 01:36:30 +00:00
cbiesinger%gmail.com
40e15cdf56
Bug 429128 correctly adjust mRef when changing the query part of a URL
...
r+sr=bz a=beltzner; unit test by bz r+sr=biesi
2008-04-17 08:27:44 +00:00
gavin%gavinsharp.com
4c3127345f
Bug 411433: properly handle file location URL in directory listings, patch by Masahiro Yamada <masa141421356@gmail.com>, r=biesi, sr=bzbarsky, a=damon
2008-04-16 20:23:23 +00:00
smontagu%smontagu.org
9175bd4606
Pass domain names to stringprep label by label. Bug 427959, r+sr=biesi, a1.9+b1.9=beltzner
2008-04-14 08:26:55 +00:00
gavin%gavinsharp.com
b8e10f42bf
Bug 421828: about:cache hexdump does not truncate buffer, overwrites counter, patch by Jan Darmochwal <jdarmochwal@gmx.de>, r=biesi, sr=bzbarsky, a=schrep
2008-04-14 01:15:45 +00:00
gavin%gavinsharp.com
007dba43d9
Bug 424877: remove FAMFAMFAM / Silk icons from themes, patch by D��o Gottwald <dao@mozilla.com>, r=biesi, a=beltzner
2008-04-14 00:48:16 +00:00
mkmelin+mozilla%iki.fi
398984dcc6
Bug 408096: & not escaped as & in href when creating plaintext url html
...
r=benb, sr=cbiesinger, a1.9=beltzner
2008-04-12 13:16:26 +00:00
masayuki%d-toybox.com
8b69e009dc
Bug 411854 directory list should use localized ellipsis p=Masahiro Yamada<masa141421356@gmail.com> r=bzbarsky a1.9=beltzner
2008-04-09 17:35:30 +00:00
dcamp%mozilla.com
949505d29b
Bug 425792: Properly update and use expiration times when updating the offline cache. r/sr=biesi, b1.9=damons
2008-04-09 05:22:35 +00:00
wtc%google.com
519eb06597
Bug 426060: handle the possibility that both mHostRecord->addr_info and
...
mHostRecord->addr are null if the old mHostRecord->addr_info exired and
our attempt to reresolve it failed. r=jst, sr=cbiesinger blocking1.9+
Modified Files: nsDNSService2.cpp nsHostResolver.cpp
2008-04-09 00:42:52 +00:00
reed%reedloden.com
9441ef1ee3
Bug 407845 - "nsCookieService::FindCookie() shouldn't return expired cookies" [p=dwitte@stanford.edu (Dan Witte [dwitte]) r+sr=biesi a1.9=damons]
2008-04-08 19:24:58 +00:00
smontagu%smontagu.org
7945173f14
Fallback to null-padding in nsMimeHeaderParam::GetParameter if all other conversions fail. Bug 419157, r+sr=biesi, b=beltzner
2008-04-08 18:45:55 +00:00
gavin%gavinsharp.com
33bf416c78
Back out bug 235853 due to mochitest failures
2008-04-08 17:23:20 +00:00
gavin%gavinsharp.com
90eb8cd700
Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, patch by shaver@mozilla.org, r+sr=biesi, a=beltzner
2008-04-08 14:28:03 +00:00
timeless%mozdev.org
71f819b50c
Bug 394114 Interfaces missing from various QI implementations.
...
r=jag sr=jag a=dsicore
2008-04-06 12:28:42 +00:00
reed%reedloden.com
2f4e8866b0
Bug 422016 - "Crash [@ nsHttpHeaderArray::PeekHeader] with proxied https only when network.http.pipelining.ssl is true" [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=biesi a=blocking1.9+]
2008-03-28 08:46:15 +00:00
reed%reedloden.com
f308c87b81
Bug 422591 - "nsNotifyAddrListener shuts down its worker thread in response to the wrong observer topic" [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=biesi a=blocking1.9+]
2008-03-28 08:35:28 +00:00
gavin%gavinsharp.com
4f3000ff9a
Back out bug 235853 due to unit mochitest failures
2008-03-25 18:35:25 +00:00
shaver%mozilla.org
820904d062
Bug 235853: don't freeze the UI when resolving DNS for PAC, by using deferred
...
resolution if we would otherwise block on DNS. r+madskills=biesi, a-b5=mconnor
2008-03-25 15:55:19 +00:00
sdwilsh%shawnwilsher.com
4dc42ff373
Bug 423273 - Fix storage API to not break old behavior. r=shaver, sr=shaver, a=shaver
2008-03-24 22:14:40 +00:00
cbiesinger%gmail.com
4c490ce9b9
364741 set mFDConnected before sending the connected notification
...
r+sr=bz a=beltzner
2008-03-19 22:12:28 +00:00
timeless%mozdev.org
4dd59e4169
reverting, wrong patch, missing AMBIGUOUS
2008-03-19 21:55:28 +00:00
timeless%mozdev.org
8f189a966c
Bug 394114 Interfaces missing from various QI implementations.
...
r=jag sr=jag a=dsicore
2008-03-19 21:19:42 +00:00
cbiesinger%gmail.com
5b79560863
followup to bug 418535, add comments about which threads
...
nsISocketTransportService functions can be called on
patch by Florian Qu��ze <florian@queze.net> r+sr=biesi
2008-03-18 21:00:53 +00:00
reed%reedloden.com
9cc0310da0
Bug 419794 - "work out key API for nsICryptoHMAC" (API use nsIKeyObject + fix nsKeyModule + nsICryptoHMAC usage fix) [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=rrelyea sr=dveditz a=blocking1.9+]
2008-03-18 19:46:05 +00:00
jwalden%mit.edu
2325e6844e
Add a bunch of forgotten |false| parameters to setHeader calls in httpd.js server handlers; no functionality change because absence defaulted to false. No bug, test-only set of trivial changes so self-reviewing...
2008-03-18 17:42:39 +00:00
dwitte%stanford.edu
3d7e613144
fix followup review comments from bug 421494. r=mconnor, sr=bz
2008-03-16 09:30:29 +00:00
dveditz%cruzio.com
a7133765b2
bug 421840, relax restriction on empty user:info to fix mailnews regression bug 419116. r/sr=biesi,neil, a=dsicore
2008-03-15 01:31:42 +00:00
reed%reedloden.com
ee46607594
Bug 333308 - "make clean and make distclean miss various files" (cleanup even more 2) [p=fta+bugzilla@sofaraway.org (Fabien Tassin) / mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=damons]
2008-03-14 15:18:24 +00:00
cbiesinger%gmail.com
96200d526e
bug 395581 release and null out mTransaction when its Init method failed so
...
that we don't try to do anything with this half-initialized object, in
particular call Close on it.
r+sr=bz a=shaver
2008-03-12 12:58:06 +00:00
dwitte%stanford.edu
dabe103242
Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+
2008-03-12 07:53:58 +00:00
reed%reedloden.com
6eef32f605
Bug 419036 - "Simplify nsCacheEntryHashTable::VisitEntries and break 'friendship'" [p=alfredkayser@gmail.com (Alfred Kayser) r=dcamp sr=biesi a1.9=damons]
2008-03-11 08:08:06 +00:00
timeless%mozdev.org
a7bb4c6fc2
Bug 419510 PAC dateRange function doesn't handle months after JUN
...
r=biesi a=dsicore
Also adds support for getDay("SAT")...
2008-03-11 01:40:08 +00:00
dolske%mozilla.com
0d7966313a
Bug 419081 - Password prompting code doesn't check new passwords against all possible existing passwords. r=gavin, a=blocking-ff3+
2008-03-11 00:14:10 +00:00
reed%reedloden.com
1c7d2d6f10
Bug 355181 - "net_IsValidHostName() comment says one thing, code does another" (use a whitelist) [p=michal@allpeers.com (Michal Novotny) r=biesi a=blocking1.9+]
2008-03-10 18:59:13 +00:00
dwitte%stanford.edu
1b9d06321e
improve interface documentation. no bug, npob
2008-03-09 09:12:12 +00:00
reed%reedloden.com
6fed798209
Bug 421490 - "wpad may be dangerous, and it is on by default" (only use WPAD if explicitly set in the prefs) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a=blocking1.9+]
2008-03-08 09:58:17 +00:00
dwitte%stanford.edu
74c089d7ff
Bug 404225 - improve nsCookieService::GetEnumerator() performance. r+sr+a=shaver
2008-03-08 09:47:23 +00:00
dveditz%cruzio.com
98238bb67a
bug 295922 change default for "select cert automatically", r/sr=biesi, blocking1.9+
2008-03-07 10:52:21 +00:00
bugzilla%standard8.plus.com
3c3e952ef9
Bug 382437 nsLoginManagerPrompter.js needs to implement nsIAuthPrompt. r=dolske,gavin,sr=dveditz,approval1.9b4=beltzner
2008-03-02 12:24:25 +00:00
bzbarsky%mit.edu
7566776699
Add the charset right after the type, before all other params, if there is no
...
existing charset in the type. Bug 413974, r=biesi, sr=sicking, a=beltzner
2008-02-29 04:24:33 +00:00
dwitte%stanford.edu
fe5c819390
Bug 416207 - Update cookie/permission services from changes to mozIStorageService::OpenDatabase. r=sdwilsh, sr=mconnor, a=beltzner
2008-02-28 08:23:13 +00:00
dcamp%mozilla.com
955c3ee534
Bug 415799: Interface and implementation for HMAC support. p=honzab@allpeers.com (Jan Bambas), r=kaie, r=rrelyea, sr=dveditz, blocking1.9=sayrer
2008-02-27 06:31:14 +00:00
wtc%google.com
583175cfbb
Bug 403370: fixed a memory leak of a PRNetAddr whenever
...
nsHostResolver::ResolveHost parses an IP address literal again.
r=cbiesinger,darin. a1.9+=damons.
Modified files: nsHostResolver.cpp nsHostResolver.h
2008-02-27 00:27:33 +00:00
wtc%google.com
77a674505e
Bug 415033: added a hidden preference (in about:config) for enabling or
...
disabling the TLS session ticket extension. The patch is contributed by
Nagendra Modadugu <ngm+mozilla@google.com>. r=wtc,rrelyea,kengert
a1.9+=damons
Modified Files:
netwerk/base/public/security-prefs.js
security/manager/ssl/src/nsNSSComponent.cpp
2008-02-26 23:09:39 +00:00
jwalden%mit.edu
c7d042ef68
Bug 417218 - nsStandardURL::SetPath does the wrong thing when the path is '/' and is being set to ''. r+sr=biesi, a=beltzner
2008-02-26 22:48:42 +00:00
benjamin%smedbergs.us
6ae402409d
Bug 409384 - Firefox 3.0b2 fauks to compile with gcc 4.3, r=dwitte+dbaron a=damons
2008-02-26 22:44:42 +00:00
florian%queze.net
5efdac4852
Bug 418535 - Make socket attachment to nsSocketTransportService usable from XPCOM. r+sr=biesi, a1.9=beltzner
2008-02-26 20:39:51 +00:00
roc+%cs.cmu.edu
15e1fd1561
Bug 416175. Don't leak nsHttpConnectionInfo in nsHttpConnectionMgr::AddTransactionToPipeline. Also instruments nsHttpConnectionInfo so we can easily find more leaks of that object in future. r+sr=bzbarsky
2008-02-22 01:09:42 +00:00
tglek%mozilla.com
060c62ce9f
bug 398568: Fix prbool misuse in netwerk. r=biesi a=dsicore
2008-02-21 23:18:50 +00:00
benjamin%smedbergs.us
624a4d7ef0
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
2008-02-21 20:39:23 +00:00
dveditz%cruzio.com
bb8b27aec5
bug 415034 prevent URIs with userinfo but no username. r=biesi, sr=bsmedberg, blocking1.9+
2008-02-21 01:24:41 +00:00
dougt%meer.net
8ff8fd8e42
disable autodialer in windows mobile. r=bsmedberg, a=beltzner
2008-02-20 22:41:27 +00:00
jag%tty.nl
4221353fba
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 08:50:33 +00:00
jwalden%mit.edu
9b46e19eac
Bug 414122 - Packaging changes to no longer ship an effective TLD list as a separate file, since we compile the data into necko now. r=notworthsomeonestimetoreview, a=blocker
2008-02-15 00:02:45 +00:00
jwalden%mit.edu
757dfd68a0
Bug 414122 - Preprocess effective TLD data into C++ code (eliminate file I/O to read, move parsing out of C++, remove an arena, etc.). r=dwitte, sr=bsmedberg, a=blocker
2008-02-14 22:57:21 +00:00
reed%reedloden.com
d49499977e
Bug 412207 - nsSocketTransport::OnSocketDetached should null out mCallbacks and mEventSink [p=cbiesinger@gmx.at (Christian :Biesinger) r=Silver sr=sicking a=blocking1.9+]
2008-02-14 11:12:50 +00:00
reed%reedloden.com
3dfe737eb3
Bug 415262 - "Make general use of new NSPR rotate macros" [p=swsnyder@insightbb.com (Steve Snyder) r=wtc sr=dbaron a=blocking1.9+]
2008-02-13 11:34:47 +00:00
benjamin%smedbergs.us
5b73c350a5
Bustage fix, bug 412320
2008-02-12 20:07:57 +00:00
benjamin%smedbergs.us
b27c6528eb
Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking
2008-02-12 19:46:50 +00:00
reed%reedloden.com
78ca9562e3
Typo fix.
2008-02-10 10:04:21 +00:00
reed%reedloden.com
545a0b1293
Bug 410150 - "nsCacheService: only add observers that we really need" (Use array/for loops for the Add/Remove observers) [p=alfredkayser@gmail.com (Alfred Kayser) r=dcamp sr=biesi a1.9=damons]
2008-02-10 04:53:28 +00:00
timeless%mozdev.org
02ab84d777
Backing out because of unit test failure:
...
[Exception... "Component returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED) [nsIZipWriter.addEntryStream]" nsresult: "0x80470002 (NS_BASE_STREAM_CLOSED)" location: "JS frame :: ../../../../_tests/xpcshell-simple/test_zipwriter/unit/test_storedata.js :: run_test :: line 84" data: no]
2008-02-10 00:01:36 +00:00
timeless%mozdev.org
c1d8d1f0ef
Bug 412867 nsSimpleStreamListener needs to autoclose mSink IFF !mObserver
...
r=biesi a=dsicore
2008-02-09 23:15:26 +00:00
reed%reedloden.com
81592a91e5
Bug 396222 - "let clients track the offline cache usage for a domain" [p=dcamp@mozilla.com (Dave Camp) / honzab@allpeers.com (Honza Bambas) r+sr=biesi r=dcamp a1.9=schrep]
2008-02-07 09:04:30 +00:00
dwitte%stanford.edu
f35c448f68
enable pipelining over SSL by default. b=414477, r=biesi, sr=shaver, a=mconnor
2008-02-07 04:04:56 +00:00
jwalden%mit.edu
f975099f55
Bug 401649 - JS CGI support in httpd.js -- create responses conditioned on header values and HTTP method types! r=sayrer
2008-02-06 01:12:33 +00:00
dwitte%stanford.edu
f428dec64a
trivial errors-as-warnings fix for gcc4.3.
2008-02-03 05:06:57 +00:00
reed%reedloden.com
bcf067e270
Bug 414901 - "Back out scriptable IO" [p=neil@mozilla.com (Neil Deakin) r+sr=bsmedberg a1.9b3=beltzner]
2008-02-02 02:07:51 +00:00
reed%reedloden.com
1adc075781
Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :(
2008-02-01 09:00:59 +00:00
reed%reedloden.com
93e093620e
Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :(
2008-02-01 08:51:32 +00:00
enndeakin%sympatico.ca
a354d29dce
Bug 414901, back out scriptable IO api, r+sr=bsmedberg,a=beltzner
2008-01-31 19:18:09 +00:00
jonas%sicking.cc
98d1136fea
Bug 397878: Send Referer-Root header when doing cross-site access requests. Also update domain pattern matching to spec. Patch by <suryaismail@gmail.com>. r=bent sr=sicking b3a=beltzner
2008-01-31 08:17:47 +00:00
reed%reedloden.com
8ccf1d6e0d
Bug 408979 - "Downloads are canceled on Exit when using a proxy server (HTTP/1.0)" (Remove HTTP/1.0 check) [p=hskupin@gmail.com (Henrik Skupin) r+sr=biesi a1.9=damons]
2008-01-30 04:35:17 +00:00
reed%reedloden.com
056df08ce8
Bug 66057 - "Proxy: $http_proxy should influence proxy settings" [p=roc@ocallahan.org (Robert O'Callahan [roc]) / diane@ghic.org (Diane Trout) / ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=josh r+sr=biesi a1.9=damons]
2008-01-29 18:38:16 +00:00
reed%reedloden.com
a3f36dae61
Back out for now until there's a fix.
2008-01-29 17:57:18 +00:00
reed%reedloden.com
bf5e0f8c83
Bug 66057 - "Proxy: $http_proxy should influence proxy settings" [p=roc@ocallahan.org (Robert O'Callahan [roc]) / diane@ghic.org (Diane Trout) / ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=josh r+sr=biesi a1.9=damons]
2008-01-29 15:58:42 +00:00
reed%reedloden.com
ae484ef34b
Bug 405693 - "don't update identical offline cache manifests" [p=honzab@allpeers.com (Honza Bambas) r=dcamp sr=biesi a=blocking1.9+]
2008-01-29 07:54:56 +00:00
dwitte%stanford.edu
38b80c653c
Bug 409614 - IDN with non-ASCII TLD is displayed in Punycode. r+sr=biesi, a=damons
2008-01-29 06:06:01 +00:00
reed%reedloden.com
0a39674b7c
Disable sporatically failing test that bz enabled earlier due to oranges.
2008-01-29 05:33:21 +00:00
bzbarsky%mit.edu
6d73489b1f
Reenable the test on non-Windows.
2008-01-28 23:23:55 +00:00
sayrer%gmail.com
b883e94744
Bug 400091. nsFaviconService leak with rapid page loads. r/sr=biesi
2008-01-28 23:21:27 +00:00
jwalden%mit.edu
ef82c1fcc7
Remove a duplicated entry in the effective TLD data file. alphabetsoup=campbells
2008-01-28 10:42:50 +00:00
dwitte%stanford.edu
ea344c4ed0
update effective tld data file for gecko 1.9. b=403655, patch by Jo Hermans (jo.hermans@gmail.com) and Caio Tiago Oliveira (asrail@gmail.com), r=dwitte, moa=biesi, a=blocking1.9+
2008-01-28 04:43:09 +00:00
dcamp%mozilla.com
3f8fd161e5
Bug 405695: Use asciiHost/asciiSpec for offline cache ownership keys. p=Honza Bambas, r=me, sr=biesi
2008-01-23 04:31:51 +00:00
dcamp%mozilla.com
bd5453a7c2
Bug 398478: Clear globalStorage for offline apps separately from cookies, and the offline cache separately from the main cache. r=enndeakin, r=mconnor, sr=biesi
2008-01-23 04:06:37 +00:00
reed%reedloden.com
8925924459
Bug 412023 - "Table overflows the ftp listings page" [p=dao@mozilla.com (D��o Gottwald) r+sr=roc a1.9=schrep]
2008-01-16 01:44:25 +00:00
mats.palmgren%bredband.net
ba4a646d74
Make NS_ReadLine() not lie about having more data when the stream ends in \r\n. b=397850 r+sr=cbiesinger a=blocking1.9
2008-01-15 10:23:00 +00:00