Ehsan Akhgari
|
748c8aca19
|
Bug 1048271 - Fix more bad implicit constructors in netwerk; r=mcmanus
|
2014-08-05 09:20:24 -04:00 |
|
Benoit Jacob
|
ff32bb14c1
|
Bug 1028588 - Fix dangerous public destructors in netwerk/ - r=mcmanus
|
2014-06-24 12:36:44 -04:00 |
|
Birunthan Mohanathas
|
59b969f7f4
|
Bug 869836 - Part 8: Use Append('c') instead of Append("c") . r=ehsan
|
2014-05-22 06:48:52 +03:00 |
|
Daniel Holbert
|
826df07705
|
Bug 984786 part 7: Give NS_INLINE_DECL_*REFCOUNTING classes private destructor & MOZ_FINAL annotation where appropriate, in /netwerk. r=hurley
|
2014-04-02 11:20:46 -07:00 |
|
Daniel Holbert
|
10664c28e1
|
Bug 989676: Remove redundant 'const' qualifier applied to already-'const' typedefs in nsCookieService.h. r=hurley
|
2014-04-01 18:18:36 -07:00 |
|
Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Nicholas Nethercote
|
91175eb896
|
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
|
2013-12-07 22:09:10 -08:00 |
|
Nathan Froyd
|
67bb073574
|
Bug 946870 - make the cookie service report its memory; r=ehsan,njn
|
2013-12-03 16:58:41 -05:00 |
|
Birunthan Mohanathas
|
8975ae03b9
|
Bug 784739 - Switch from NULL to nullptr in netwerk/ (1/2); r=ehsan
|
2013-09-19 15:28:26 -04:00 |
|
Robert O'Callahan
|
03e7828db2
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
David Rajchenbach-Teller
|
a4528c0dc2
|
Bug 897033 - Fix nsCookieService's statement finalization. r=ehsan
|
2013-07-23 16:41:23 -04:00 |
|
David Rajchenbach-Teller
|
1cebff6f78
|
Bug 837326 - Informing observers upon accept/reject of a third-party cookie;r=ehsan
|
2013-06-22 07:11:12 +02:00 |
|
Nathan Froyd
|
72a9f29c5d
|
Backout 65804eae62b1, a0b216d3be12, 68e5d9fe91fc (bug 837326) for impending bustage that would make this CLOSED TREE worse than it already is
|
2013-06-21 15:39:45 -04:00 |
|
David Rajchenbach-Teller
|
6de9b437ab
|
Bug 837326 - Informing observers upon accept/reject of a third-party cookie;r=ehsan
|
2013-06-21 21:18:59 +02:00 |
|
Ed Morley
|
ca0201607a
|
Backed out changeset 75fa13b20c1d (bug 837326)
|
2013-06-21 18:21:08 +01:00 |
|
David Rajchenbach-Teller
|
7b8194e587
|
Bug 837326 - Informing observers upon accept/reject of a third-party cookie;r=ehsan
|
2013-06-21 17:48:31 +02:00 |
|
Jonathan Mayer
|
529b037b7c
|
Bug 818340 - change third party cookie handling to block third party cookies from sites I haven't visited. (r=jdm, r=dolske)
--HG--
extra : rebase_source : f486f39feac1fb743edc920618bec29884d515f1
|
2013-02-22 08:16:01 -08:00 |
|
Josh Matthews
|
b4fc8f6d3a
|
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 |
|
Josh Matthews
|
a7cb2b3434
|
Bug 722850 - Part 2: Query the private browsing status of channels used to manipulate cookies. r=mconnor
|
2012-02-08 13:37:07 -05:00 |
|
Ed Morley
|
fd965f5f0b
|
Backout 7a0fe388a24b, 2a9fbd15cad4, 320c1567e431 & d907ac7bf669 (bug 722850) for xpcshell & browser-chrome failures
|
2012-11-16 14:18:41 +00:00 |
|
Josh Matthews
|
de3382698e
|
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 |
|
Josh Matthews
|
624e9dce37
|
Bug 722850 - Part 2: Query the private browsing status of channels used to manipulate cookies. r=mconnor
|
2012-02-08 13:37:07 -05:00 |
|
Jason Duell
|
a54c38a647
|
Bug 795203 - B2g: clear private data: cookies. r=mconnor,jduell
|
2012-09-28 17:03:00 -07:00 |
|
Isaac Aggrey
|
b95ab79e45
|
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
|
2012-09-28 14:55:23 -05:00 |
|
Mounir Lamouri
|
599443f29a
|
Bug 783408 - 3/4 - Delete app's cookies when uninstalled. r=jlebar,mconnor
|
2012-09-27 22:37:28 +01:00 |
|
Mounir Lamouri
|
b8dffb5266
|
Bug 783408 - 2/4 - Add a function to remove app's cookies in nsICookieManager2. r=jduell sr=mconnor
|
2012-09-27 22:37:02 +01:00 |
|
Mounir Lamouri
|
1034c194b7
|
Bug 783408 - 1/4 - Add a method in nsICookieManager2 that returns app's cookies. r=jduell sr=mconnor
|
2012-09-27 22:17:08 +01:00 |
|
Nathan Froyd
|
9f72e22940
|
Bug 792421 - fix build error in nsCookieService.h; r=jduell
|
2012-09-19 10:55:09 -04:00 |
|
Jason Duell
|
fa09e23fb6
|
Bug 756648 - Implement "cookie jars" for apps. r=biesi,smaug
--HG--
rename : netwerk/test/unit_ipc/test_cookie_wrap.js => netwerk/test/unit_ipc/test_cookie_header_wrap.js
|
2012-09-18 12:04:04 -04:00 |
|
Monica Chew
|
24f244f851
|
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
|
e368dc9c85
|
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
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Justin Lebar
|
1fc1dc1879
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
--HG--
extra : rebase_source : 6fa267a89878cc1a766d8618569debcea9b12e48
|
2012-03-12 18:53:18 -04:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
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
|
d2b70213ac
|
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 |
|
Neil Rashbrook
|
e626e8ff0c
|
Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte
|
2011-09-15 08:40:17 +01:00 |
|
Neil Rashbrook
|
396ec9d7bf
|
Backout of bug 611503 because Android has some weird string code
|
2011-09-14 21:14:57 +01:00 |
|
Neil Rashbrook
|
12e76a497d
|
Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte
|
2011-09-14 20:21:20 +01:00 |
|
Matheus Kerschbaum
|
4eb6429f47
|
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
|
2011-04-02 19:14:00 -07:00 |
|
Dan Witte
|
6f2f3bc827
|
Bug 547031 - Improve async error handling in cookies. Part 6: Implement async error handling. r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
b5497e6704
|
Bug 547031 - Improve async error handling in cookies. Part 5: Fix observers to deal with reentrancy. r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
d68adf317c
|
Bug 547031 - Improve async error handling in cookies. Part 3: Get the sync database connection early so it can't fail. r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
c593ee0bc6
|
Bug 547031 - Improve async error handling in cookies. Part 2: Clean up TryInitDB(). r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
087d7b66aa
|
Bug 547031 - Improve async error handling in cookies. Part 1: Refactor to allow multiple DBStates. r=sdwilsh, a=betaN+
|
2010-11-12 09:32:35 -08:00 |
|
Dan Witte
|
322d2841cd
|
Followup for review comment in bug 608545. a=b7+
|
2010-11-02 10:46:19 -07:00 |
|
Dan Witte
|
468790a66e
|
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 5: Replace expired cookies eagerly, and make expired cookies visible in API results. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:53 -07:00 |
|
Dan Witte
|
a67d6f7873
|
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 2: add triple index. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:52 -07:00 |
|
Dan Witte
|
00d881f2c7
|
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 1: fix mDefaultDBState. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:52 -07:00 |
|
Dan Witte
|
f90d6cec5d
|
Bug 595305 - Factor cookie third-party URI code into separate API. r=bent, a=betaN+
|
2010-10-19 09:37:03 -07:00 |
|
Dan Witte
|
5cf671a843
|
Back out all cookie changes due to bug 602746. a=omgeverythingisbroken
|
2010-10-07 19:02:30 -07:00 |
|