Ben Kelly
|
1947fc8d08
|
Bug 1112071 Change Cache ManagerId to use QuotaManager's concept of origin. r=ehsan
|
2015-08-31 14:26:29 -07:00 |
Jan Varga
|
baba1643c1
|
Bug 1130775 - Convert synchronized ops and storage registration into unified directory locks; r=bent
--HG--
rename : dom/quota/OriginOrPatternString.h => dom/quota/OriginScope.h
|
2015-06-30 14:59:27 +02:00 |
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
Ben Kelly
|
f9064fc636
|
Bug 940273 - Part 4 - Initial implementation of Service Worker Cache. r=ehsan,baku,janv
|
2015-03-02 14:20:00 +01:00 |