Honza Bambas
|
edba2799c8
|
Bug 751754 - Allow separation between the update-available and start-download states in appcache, r=jduell
|
2012-10-02 15:55:00 +02:00 |
|
Jason Duell
|
2f13edfe53
|
Bug 786299 - Delete app-cache related to an app when uninstalled. r=honza,jduell
|
2012-10-02 17:39:09 -07:00 |
|
Ed Morley
|
da9299600b
|
Backout bec7e68cad9a & a6228bc28958 (bug 786299) for Windows compilation errors on a CLOSED TREE
|
2012-09-29 01:44:30 +01:00 |
|
Jason Duell
|
b75e7e52c9
|
Bug 786299 - Part 2: Delete app-cache related to an app when uninstalled. r=honza
|
2012-09-28 16:13:17 -07:00 |
|
Jason Duell
|
1a4c79869e
|
Bug 786299 - Delete app-cache related to an app when uninstalled, part 1 r=jduell
|
2012-09-28 16:13:15 -07:00 |
|
Honza Bambas
|
62c6cf834b
|
Bug 756717 - Implement 'appcache jar' for apps, r=tlee+jduell
|
2012-07-31 02:36:00 -04: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 |
|
Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Honza Bambas
|
ae90275e78
|
Bug 753990 - Allow appcache to work with a custom cache (profile) folder within a single application, r=michal.novotny
|
2012-06-04 16:12:24 +02:00 |
|
Brian Nicholson
|
3529eb4647
|
Bug 746697 - Create nsApplicationCacheService to wrap nsOfflineCacheDevice. r=honzab
|
2012-04-30 10:57:09 -07:00 |
|