gecko/netwerk/cookie
Ehsan Akhgari bd52bd3f4e Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:

#!/bin/bash

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "*/.git*" \
       ! -wholename "obj-*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -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 MOZ_DELETE '= delete'
2015-01-08 23:19:05 -05:00
..
test Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
CookieServiceChild.cpp
CookieServiceChild.h
CookieServiceParent.cpp
CookieServiceParent.h
moz.build Bug 575918: enable IPC tests on Mac since they work now, r=bsmedberg 2015-01-02 17:00:20 -08:00
nsCookie.cpp Bug 1034916 - Remove dangerous public destructor of nsUTF8ConverterService. r=ehsan 2014-07-31 10:06:00 -07:00
nsCookie.h
nsCookieService.cpp Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
nsCookieService.h bug 1105074 - make more stuff final r=froydnj 2014-11-25 13:56:07 -05:00
nsICookie2.idl
nsICookie.idl
nsICookieManager2.idl
nsICookieManager.idl
nsICookiePermission.idl
nsICookieService.idl
PCookieService.ipdl Bug 1056018 - Mark the a few IPC calls as urgent priority to deal with edge cases involving CPOWs. r=billm (with one bugfix written by him and r=me) 2014-10-30 15:51:39 -07:00