dwitte@stanford.edu
|
a06fef8172
|
add unit tests for previous checkin.
|
2007-07-10 20:28:01 -07:00 |
|
dwitte@stanford.edu
|
d4eda07129
|
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
|
95ba46800c
|
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
|
2007-07-08 15:15:51 -07:00 |
|
jwalden@mit.edu
|
6d7584839a
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
sdwilsh@shawnwilsher.com
|
c94d0a239c
|
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
|
ec036ba262
|
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
|
71bc9a4a03
|
Bug 386614 Crash [@ nsSocketTransportService::Shutdown] when toggling offline/online in 2 frames
guarding against reentrancy from thread shutdown processing events waiting for thread join.
r=biesi sr=biesi
|
2007-07-04 12:33:57 -07:00 |
|
benjamin@smedbergs.us
|
f1593a410c
|
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
|
d16e5a9bee
|
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
|
b21f7b3a04
|
Reverting bug 383167 again for linux test bustage :-(
|
2007-06-26 12:22:51 -07:00 |
|
benjamin@smedbergs.us
|
c93d1d5be6
|
Bug 383167 trying again, reviews by luser and biesi, sr=jst
|
2007-06-26 09:35:01 -07:00 |
|
dwitte@stanford.edu
|
bb15ff449a
|
remove nsICookieServiceInternal. b=384990, r+sr=biesi
|
2007-06-26 03:41:58 -07:00 |
|
dwitte@stanford.edu
|
c9d4ef4c68
|
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
|
22d4d91046
|
removing redeclaration, r+sr+ui-r+a=sdwilsh
|
2007-06-25 22:28:25 -07:00 |
|
dwitte@stanford.edu
|
ed30e5a43f
|
fix typo from storage checkin.
|
2007-06-25 22:10:33 -07:00 |
|
dcamp@mozilla.com
|
18c9fcb0a2
|
Properly disable caches on profile shutdown. b=380968, r+sr=biesi
|
2007-06-25 20:25:31 -07:00 |
|
mrbkap@gmail.com
|
7b0d08e972
|
Fix typo introduced by bug 374071 original changes r=crowder sr=darin.
|
2007-06-24 22:23:48 -07:00 |
|
asqueella@gmail.com
|
de27b937fa
|
Bug 350932 - expose NS_EscapeURL through nsINetUtil
p=Prasad Sunkari <prasad@medhas.org>
r+sr=biesi
|
2007-06-21 13:18:25 -07:00 |
|
mrbkap@gmail.com
|
f9741f2e19
|
Switch over to using XPCSafeJSObjectWrapper instead of trying to write it ourselves. bug 374071, r=crowder sr=darin
|
2007-06-21 11:56:37 -07:00 |
|
dwitte@stanford.edu
|
b28806e2c6
|
remove p3p hooks from cookies. b=383994, r=timeless, sr=biesi
|
2007-06-20 22:17:08 -07:00 |
|
bzbarsky@mit.edu
|
d9d2951fb4
|
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
|
6d2c342bb5
|
missed this file in previous checkin.
|
2007-06-17 17:01:10 -07:00 |
|
dwitte@stanford.edu
|
341f5cae54
|
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
|
5493e24575
|
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
|
46876b4cf8
|
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
|
18ccaa21a1
|
removing unused p3p-related files.
|
2007-06-16 17:42:13 -07:00 |
|
kherron@fmailbox.com
|
d04e5ca122
|
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
|
f4030a0ebc
|
Backing out to fix orange.
|
2007-06-14 17:46:26 -07:00 |
|
mrbkap@gmail.com
|
928f23d72d
|
Switch over to using XPCSafeJSObjectWrapper instead of trying to write it ourselves. bug 374071, r=crowder sr=darin
|
2007-06-14 16:22:27 -07:00 |
|
sdwilsh@shawnwilsher.com
|
c480db976f
|
Bug 383786 - nsIOService uses an Init method when it doesn't need to. Patch by Ryan Jones <sciguyryan@gmail.com>. r=bzbarsky sr=cbiesinger
|
2007-06-10 17:01:48 -07:00 |
|
kaie@kuix.de
|
30adde7d1d
|
Bug 110161, enable OCSP by defaultr=cbiesinger, sr=mconnor
|
2007-06-05 12:27:42 -07:00 |
|
rflint@ryanflint.com
|
03f6ae482c
|
Bug 382373 - NS_ERROR_NOT_RESUMABLE and NS_ERROR_FTP_LIST are the same value (25). Patch by Edward Lee <edilee@gmail.com>, r=cbiesinger
|
2007-06-04 22:48:25 -07:00 |
|
db48x@yahoo.com
|
f9f342643d
|
Bug 321706 - Some elements of pages in sub-directories are not loaded if the URL ends by /.patch by Florian Quèze <f.qu@queze.net>, r+sr=cbiesinger
|
2007-06-03 07:31:14 -07:00 |
|
timeless@mozdev.org
|
945e198423
|
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
|
146b7c014e
|
Bug 110161. Code related to the plan to enable OCSP by default.r=rrelyea, toolkit r=mconnor
|
2007-05-30 16:13:28 -07:00 |
|
wtc@google.com
|
cab9531cad
|
Bug 213637: follow the all lowercase comment style of this file.
|
2007-05-30 14:36:02 -07:00 |
|
wtc@google.com
|
c557b28363
|
Bug 213637: if the pollable event becomes broken, create a new one. If wecan't create a new one, fall back on "busy wait". Since the pollable eventmay change now, we use a lock to protect it. The bug was tracked down byLiming Zhan. sr=darin.Modified files: nsSocketTransportService2.cpp nsSocketTransportService2.h
|
2007-05-30 10:30:39 -07:00 |
|
roc+@cs.cmu.edu
|
83d1634cc5
|
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
|
20b6443053
|
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
|
2b27fe648e
|
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
|
7ec8f6a8da
|
Bug 368317 - temp files remain if MoveToNative fails in nsSafeFileOutputStream::Finish(). patch by Ryan Jones (sciguyryan@gmail.com), r=mvl, sr=biesi
|
2007-05-20 11:12:26 -07:00 |
|
mozilla.mano@sent.com
|
4e60ba0a57
|
Re-enabling digest auth. tests, a=sayrer.
|
2007-05-19 17:33:28 -07:00 |
|
mozilla.mano@sent.com
|
d3274b766d
|
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
|
8f70e570a0
|
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
|
e797adbd2a
|
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
|
383c82c5d9
|
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
|
7772de75a1
|
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
|
79da1f0638
|
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
|
b391e7785e
|
unit test for new cookie path checks, per bug 373228.
|
2007-05-07 04:40:23 -07:00 |
|
dveditz@cruzio.com
|
ca4bb32d44
|
bug 373228 incorporate additional review comments after initial checkin, r=dwitte, a=release-drivers
|
2007-05-07 04:14:01 -07:00 |
|