Benoit Jacob
|
2734f9a700
|
Bug 1028588 - Fix dangerous public destructors in extensions/ - r=ehsan
|
2014-06-23 18:40:02 -04:00 |
|
Ehsan Akhgari
|
c069003a4b
|
Bug 895141 - Remove useless prlong.h inclusions from the tree; r=jcranmer
|
2013-07-18 12:06:38 -04:00 |
|
matekm
|
97c84bb143
|
Bug 784739 - Switch from NULL to nullptr in extensions/; r=ehsan
|
2013-04-02 21:06:20 -04:00 |
|
Josh Matthews
|
2019943424
|
Bug 722850 - Part 3: Check the private browsing status of channels when checking cookie permissions. r=mconnor
|
2012-02-01 05:20:01 -05:00 |
|
Ed Morley
|
f1e15b22a9
|
Backout 7a0fe388a24b, 2a9fbd15cad4, 320c1567e431 & d907ac7bf669 (bug 722850) for xpcshell & browser-chrome failures
|
2012-11-16 14:18:41 +00:00 |
|
Josh Matthews
|
8d7c56318d
|
Bug 722850 - Part 3: Check the private browsing status of channels when checking cookie permissions. r=mconnor
|
2012-02-01 05:20:01 -05:00 |
|
Isaac Aggrey
|
a53c93b026
|
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
|
2012-09-28 14:55:23 -05:00 |
|
Monica Chew
|
794a8eae22
|
Bug 770691 - Add plubming for per-site third party cookie blocking. r=mconnor sr=biesi,jduell,mconnor
--HG--
extra : rebase_source : 4ee3c16a72f0a557575349354060b76ca4e34031
|
2012-09-14 13:57:56 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Dan Witte
|
94bef3b858
|
Bug 537156 - [e10s] Implement cookies. r=jduell,sdwilsh; sr=bz
|
2010-03-25 16:02:28 -07:00 |
|
Mark Banner
|
56bda86fbf
|
Bug 501925 Change cookie policy to relax the mailnews-specific APP_TYPE_MAIL requirement. r=Neil,r=dwitte,sr=dmose
|
2009-09-02 09:42:53 +01:00 |
|
Ehsan Akhgari
|
425e7654c9
|
Bug 468700 - Having "Ask me Everytime" enabled for Cookies during Private Browsing is unusable; r=dwitte sr=bzbarsky
|
2009-01-21 11:16:28 +03:30 |
|
dwitte@stanford.edu
|
cea619cb14
|
cid and comment don't match, b=305444
|
2007-06-22 04:12:13 -07:00 |
|
dwitte@stanford.edu
|
7e8c0cc18e
|
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 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|