sdwilsh%shawnwilsher.com
56156f50fa
Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose
2007-08-14 16:47:44 +00:00
myk%mozilla.org
8096d920c9
bug 385740: support multiple apps per nsIHandlerInfo via a new nsIHandlerInfo::possibleApplicationHandlers attribute; r=biesi, sr=dmose
2007-08-13 20:41:34 +00:00
cbiesinger%gmx.at
a5251add0a
390126 unescape the URL before compressing whitespace
...
r+sr=bz
2007-08-10 19:52:51 +00:00
mrbkap%gmail.com
6b9e3ec676
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-08 01:49:49 +00:00
cbiesinger%gmx.at
3c5f699dcc
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 20:09:25 +00:00
bzbarsky%mit.edu
d3ff1c8882
Fix crash if the channel gets canceled too early. Bug 390938, r+sr=biesi
2007-08-07 01:59:10 +00:00
ginn.chen%sun.com
fd8e29fa39
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest
...
r=benjamin a=dsicore
2007-08-06 03:22:43 +00:00
benjamin%smedbergs.us
50104ba420
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 18:43:34 +00:00
sdwilsh%shawnwilsher.com
a856e8d5f3
Bug 389969 - There is no protocol handling dialog. r=cbiesinger, sr=dmose, a=schrep
2007-07-30 23:33:17 +00:00
cbiesinger%gmx.at
d95060992d
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-27 02:40:46 +00:00
dwitte%stanford.edu
065cad4b61
followup bustage-related fix for bug 386154, r+sr=biesi, a=gavins for checkin to closed tree
2007-07-26 18:42:54 +00:00
dwitte%stanford.edu
a8cf28605b
fixing bustage.
2007-07-26 08:55:53 +00:00
dwitte%stanford.edu
deacabd876
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-26 06:31:49 +00:00
dcamp%mozilla.com
342fb34d6a
properly delete old files during an offline cache update. b=389591, r+sr=biesi
2007-07-26 00:47:33 +00:00
kaie%kuix.de
c2ee842ca2
Bug 382223, Add support for Camellia to PSM
...
Patch contributed by okazaki
r=kengert
2007-07-25 22:53:30 +00:00
myk%mozilla.org
929bfaec5f
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 20:40:42 +00:00
bzbarsky%mit.edu
5ff58abb6b
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 17:21:42 +00:00
enndeakin%sympatico.ca
94b0f5ba28
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 16:53:39 +00:00
sharparrow1%yahoo.com
dabb8ceb9c
Bug 388245: Remove NS_IMPL_THREADSAFE* macros from netwerk/streamconv. r+sr=biesi
2007-07-25 16:22:28 +00:00
dcamp%mozilla.com
93b26f1eb2
update the offline cache atomically. b=389223, r=biesi, sr=jst
2007-07-25 06:31:28 +00:00
dcamp%mozilla.com
07547d4351
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-25 05:35:40 +00:00
cbiesinger%gmx.at
b19421e4ee
386376 get services lazily in order to avoid recursive getService calls
...
r=bsmedberg
2007-07-24 23:47:33 +00:00
dmose%mozilla.org
6c90e51562
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 23:38:31 +00:00
myk%mozilla.org
bf48d38d93
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 20:29:52 +00:00
bzbarsky%mit.edu
9eb6f256ee
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 20:17:11 +00:00
mats.palmgren%bredband.net
4db0f4f962
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 13:15:38 +00:00
cbiesinger%gmx.at
fecd6b7ed9
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 21:37:40 +00:00
jwalden%mit.edu
c0339291db
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 21:32:51 +00:00
dmose%mozilla.org
1f12541aff
Change nsIHandlerInfo::LaunchWithFile to be launchWithURI (bug 386078), r+sr=biesi
2007-07-17 22:59:58 +00:00
bzbarsky%mit.edu
f19a11a428
Make SetPort actually update the internal offsets correctly. Bug 388281, r+sr=biesi
2007-07-17 04:48:48 +00:00
dwitte%stanford.edu
9ca4577650
add cookie tests for creation time ordering and eviction.
2007-07-16 21:06:55 +00:00
dwitte%stanford.edu
c6fdade4ff
Use getters and setters for database schema version. b=386369, p=sdwilsh, r=dwitte, sr=biesi.
2007-07-16 21:05:35 +00:00
jwalden%mit.edu
b8e6d7a53f
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 23:33:51 +00:00
dveditz%cruzio.com
5a9496d7e5
bug 383478 deal with %00 in file urls, r=bz,darin
2007-07-12 23:04:24 +00:00
jwalden%mit.edu
cd2e5c90ef
Back out bug 386635; it broke restoring sessions in the browser.
2007-07-12 19:11:45 +00:00
jwalden%mit.edu
efef992a97
Back out 384192.
2007-07-12 08:46:10 +00:00
jwalden%mit.edu
26fec64894
Turn on server debugging for a cycle to figure out the orange, bug 384192.
2007-07-12 06:41:56 +00:00
jwalden%mit.edu
8eb492710d
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-12 05:38:48 +00:00
mrbkap%gmail.com
91be19e9bc
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 22:52:29 +00:00
dwitte%stanford.edu
1d02c1a78d
add unit tests for previous checkin.
2007-07-11 03:28:01 +00:00
dwitte%stanford.edu
d11057da3c
web content can set httponly cookie by overwriting a non-httponly one. b=387543, p=dveditz, r=dwitte, sr=mconnor.
2007-07-11 03:21:07 +00:00
dcamp%mozilla.com
bdf488b2a7
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
2007-07-08 22:15:52 +00:00
jwalden%mit.edu
ef68fcf595
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 07:08:56 +00:00
sdwilsh%shawnwilsher.com
3b8029f7cd
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 21:14:56 +00:00
dmose%mozilla.org
8e09a05e8f
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
2007-07-05 19:31:46 +00:00
timeless%mozdev.org
431f08cd2e
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 19:33:57 +00:00
benjamin%smedbergs.us
d39957269b
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
2007-07-02 18:20:28 +00:00
bent.mozilla%gmail.com
cd395879da
Bug 386233 - "Content sniffers not always run depending on cache state". r+sr=biesi.
2007-07-02 18:16:52 +00:00
benjamin%smedbergs.us
42c7e1c6b1
Reverting bug 383167 again for linux test bustage :-(
2007-06-26 19:22:55 +00:00
benjamin%smedbergs.us
b60c196e68
Bug 383167 trying again, reviews by luser and biesi, sr=jst
2007-06-26 16:35:05 +00:00
dwitte%stanford.edu
e1d2d510e9
remove nsICookieServiceInternal. b=384990, r+sr=biesi
2007-06-26 10:41:59 +00:00
dwitte%stanford.edu
decdf58851
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 08:36:55 +00:00
dwitte%stanford.edu
8b23960d83
removing redeclaration, r+sr+ui-r+a=sdwilsh
2007-06-26 05:28:25 +00:00
dwitte%stanford.edu
d7dd0e4780
fix typo from storage checkin.
2007-06-26 05:10:33 +00:00
dcamp%mozilla.com
53f470ceb5
Properly disable caches on profile shutdown. b=380968, r+sr=biesi
2007-06-26 03:25:31 +00:00
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
dwitte%stanford.edu
47ee96efc0
remove p3p hooks from cookies. b=383994, r=timeless, sr=biesi
2007-06-21 05:17:09 +00:00
bzbarsky%mit.edu
b83b7d26c1
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 15:24:17 +00:00
dwitte%stanford.edu
c088ab6394
missed this file in previous checkin.
2007-06-18 00:01:10 +00:00
dwitte%stanford.edu
baecdf2fb5
rev nsICookieManager2 interface to allow adding httpOnly cookies, and update consumers to match. b=379408, r+sr=biesi.
2007-06-17 23:40:41 +00:00
dwitte%stanford.edu
c45de3c235
switch cookies over to mozStorage. b=230933, r=sdwilsh, sr=mconnor.
...
remove nsInt64 usage from cookies, b=384225, r+sr=biesi.
2007-06-17 21:52:22 +00:00
kherron%fmailbox.com
c71c7242f2
Bug 376844 - Single quotes in URLs should be escaped. Patch by Wladimir Palant <trev.moz@adblockplus.org>. r=benjamin, sr=cbiesinger.
2007-06-17 12:29:14 +00:00
dwitte%stanford.edu
e488fd2681
removing unused p3p-related files.
2007-06-17 00:42:13 +00:00
kherron%fmailbox.com
080ad3cf5a
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 19:54:02 +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
timeless%mozdev.org
50bc2f2977
Bug 191187 Request for UDP/IP (datagram) socket provider and support
...
based on dougt's work
patch by mook.moz+mozbz@gmail.com
r=biesi sr=bz
2007-05-31 06:07:27 +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
roc+%cs.cmu.edu
b61bf8ec39
Bug 381657. Install offline cache listener even for loads from the disk/memory caches. patch by Dave Camp, r+sr=biesi
2007-05-30 02:34:23 +00:00
bent.mozilla%gmail.com
243b45e3dd
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 20:08:55 +00:00
jwalden%mit.edu
426b9b3027
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-21 01:35:08 +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
mozilla.mano%sent.com
c8ebe3a5b8
Re-enabling digest auth. tests, a=sayrer.
2007-05-20 00:33:28 +00:00
mozilla.mano%sent.com
2a7de493c7
Commenting out some failing authentication tests to check whetehr places-bookmarks build on the windows machines of MozillaTest, a=sayrer.
2007-05-18 21:53:18 +00:00
sspitzer%mozilla.org
501958169a
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 18:33:19 +00:00
alfred.peng%sun.com
8ff583ea12
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 07:53:42 +00:00
cbiesinger%web.de
919312a409
Bug 370195 ��� sql device for the offline cache
...
patch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
2007-05-14 20:09:20 +00:00
gavin%gavinsharp.com
9899985fbf
Bug 379997: don't delete logins if authentication fails, patch by Justin Dolske <dolske@mozilla.com>, r+sr=biesi
2007-05-14 18:39:35 +00:00
asqueella%gmail.com
c12b10d2b5
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 17:09:52 +00:00
dwitte%stanford.edu
17d826b3f7
unit test for new cookie path checks, per bug 373228.
2007-05-07 11:40:23 +00:00
dveditz%cruzio.com
10c3db121a
bug 373228 incorporate additional review comments after initial checkin, r=dwitte, a=release-drivers
2007-05-07 11:14:01 +00:00
dwitte%stanford.edu
36eabd0083
add nsICookieManager{2} interface tests.
2007-05-06 01:31:06 +00:00
dwitte%stanford.edu
f4d2c3dad6
tweak some comments to reflect the changes in bug 240963.
2007-05-06 01:29:44 +00:00
dwitte%stanford.edu
f2930f0e2d
implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.
...
bug 379239, r=mvl, sr=biesi
2007-05-05 21:09:54 +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
asqueella%gmail.com
8e6161a163
287469 - fix source comments to match idl.
...
r+sr=biesi
2007-05-04 06:00:33 +00:00
sayrer%gmail.com
5165879375
Bug 378787. Digest Authentication Request Splitting. r=biesi, sr=brendan
2007-05-04 03:31:30 +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
dveditz%cruzio.com
1b8681501b
bug 373228 prevent cookies with long paths from taking too much space, r=dwitte, a=juanb
2007-05-01 08:14:49 +00:00
dwitte%stanford.edu
af494e34f9
comment sp fix.
2007-04-29 07:52:23 +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
353b572fdc
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 16:20:26 +00:00
asqueella%gmail.com
d8c9c87cfb
Bug 368702 - Effective TLD Service should treat trailing dot properly
...
p=Wladimir Palant <trev.moz@adblockplus.org>
r=biesi, sr=dveditz
2007-04-27 14:50:15 +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
Olli.Pettay%helsinki.fi
6627cfe9fb
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 16:28:12 +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
cbiesinger%web.de
ee92dc717a
extend test for bug 376660: also test failure cases. r=bz
2007-04-22 20:00:17 +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
cbiesinger%web.de
1a7ca53774
Bug 375878 remove users of Recycle()
...
patch by taras glek r+sr=biesi
2007-03-30 22:44:22 +00:00
gijskruitbosch%gmail.com
9cd5d95c7c
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 17:34:12 +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
mkaply%us.ibm.com
921e9a8206
Bug 178993 -patch from robert sayre and others - r=bsmedberg, dveditz, mvl, sr=darin - add HTTPOnly support
2007-03-14 17:22:01 +00:00
mkaply%us.ibm.com
cbafae509c
Bug 178993 - r=sayrer - Unit testcase for httponly
2007-03-14 17:16:51 +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
mnyromyr%tprac.de
cad66a8510
Bug 373496: "dead" emoticon encoding; p=C�dric "chewey" Menge <bugzilla@mengemail.de>; r/sr=bienvenu
2007-03-11 00:17:00 +00:00
roc+%cs.cmu.edu
f0f83df28b
Bug 362435. Try using Samba's ntlm_auth to perform NTLM authentication on our behalf, when available. If the user has logged in by authenticating to Active Directory, then this may avoid having the user enter their password again. (single sign on) r+sr=biesi
2007-03-08 01:48:25 +00:00
cbiesinger%web.de
caff266fdf
bug 370559 r+sr=darin
...
ignore the address part of the PASV reply
2007-03-07 00:54:20 +00:00
sayrer%gmail.com
7516604055
Backout unfinished patch for bug 178993.
2007-03-02 03:51:30 +00:00
mkaply%us.ibm.com
ea71628986
#178993
...
r=bsmedberg, dveditz, mvl
Add support for httpOnly cookie attribute
2007-03-01 20:09:02 +00:00
benjamin%smedbergs.us
d7b8769ad1
Followup patch to deal with escaped characters, bug 367428 r=biesi
2007-02-26 16:57:48 +00:00
benjamin%smedbergs.us
021d7ba460
Bug 367428 - sanity-check resource URIs, r=biesi
2007-02-26 15:09:02 +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
mozilla.BenB%bucksch.org
5dc86993df
Properly recognize wiki urls with (), and with ', in the middle
...
Bug 133016, r=mscott, sr=biesi
2007-02-17 20:44:08 +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
asqueella%gmail.com
3ebfb7042b
Bug 223846 - AuthName with escaped " in it sets wrong realm
...
p=Ryan Jones <sciguyryan@gmail.com>
r+sr=biesi
2007-02-11 00:33:29 +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
martijn.martijn%gmail.com
8ec675a814
Bug 346125 � Broken link to Netscape Cookie Specification page in cookies.txt file, patch by Robert Millan, r=bzbarsky
2007-02-08 16:46:28 +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
jwalden%mit.edu
181645f9ae
Bug 369169 - Turn off server debug output, uncluttering test logs -- if you need to debug the server or want to see where something's going awry, tweak the new DEBUG constant manually. r=sayrer
2007-02-03 06:15:26 +00:00
jwalden%mit.edu
e4bdd6e0d4
Bug 368942 - Add a do_get_file(path) function to xpcshell-simple, remove do_get_topsrcdir() as unnecessary. Also fix bug 368944 (invalid use of nsILocalFile API in test-harness) at the same time. r=sayrer
2007-02-03 01:46:09 +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
jwalden%mit.edu
f0a7bf3eb8
Unbreak test -- the previous commit should work fine. Bug 351968 is completely committed!
2007-01-31 07:49:10 +00:00
jwalden%mit.edu
b47df8a726
Final try at bug 351968 -- make relative topsrcdirs work, fixing the last build errors. Because xpcshell tests are fragile, this commit intentionally breaks a test so that I can verify correctness; I'll remove the break when I verify the fix works correctly (via broken test error messages).
2007-01-31 07:22:12 +00:00
jwalden%mit.edu
fc1ee576d6
Testing something to determine the problem that's breaking the MozillaTest tinderboxen running automated tests
2007-01-31 03:58:25 +00:00
jwalden%mit.edu
df236c24ab
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
9647d3f6d1
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
becabfb141
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
2425490555
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
23223c2562
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
a61e3d7300
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
161a973467
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
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
timeless%mozdev.org
4c88c8a7ac
Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
...
r=darin
2006-12-21 07:03:23 +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
645c662f42
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
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
6a28c23b23
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
029dff3025
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
92468882ca
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
c3911e8b8d
HTML injection in gopher dir listing. b=358128, r=dveditz
2006-11-28 20:32:27 +00:00
cls%seawood.org
c6b07ba168
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
d7d592d2f1
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
b42867bcdf
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
6f99b22986
tree is closed, backing out my last backout
2006-11-22 22:13:14 +00:00
sspitzer%mozilla.org
4d6f18be2d
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
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
jwalden%mit.edu
3bdf5c5991
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
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
d5e855469f
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
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
timeless%mozdev.org
24a61f105a
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
3515fbf2ea
Backing out removal of baseURI which caused a regression. bug 358128.
2006-10-31 17:53:58 +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
dougt%meer.net
ec4a0f93f0
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
b85923ea7a
Unit testcase for bug 337744, r=darin
2006-10-25 19:35:13 +00:00
cbiesinger%web.de
726fbd8dd2
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
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
vladimir%pobox.com
ba3c1f2953
b=354984, patches to build with vista RC1 SDK, r=darin
2006-10-24 20:38:29 +00:00
darin%meer.net
9012709947
fixes bug 352848 "treat invalie Expires header as expires immediately" r=biesi
2006-10-04 02:54:15 +00:00
cbiesinger%web.de
239a8146c2
bug 353983 add --enable-application=netwerk option
...
r=bsmedberg sr=darin
2006-09-28 21:22:27 +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
4f6b562c77
removing unnecessary util dependency
2006-09-21 02:43:15 +00:00
cbiesinger%web.de
e4d8569147
fixing bustage from Bug 351876
2006-09-15 22:33:04 +00:00
cbiesinger%web.de
99391a2dc2
Bug 351874 Move nsAboutRedirector out of necko
...
r=darin
2006-09-15 22:17:26 +00:00
cbiesinger%web.de
c7c2f947bb
Bug 351876 Move nsICryptoHash into necko
...
r=darin
2006-09-15 22:06:31 +00:00