Honza Bambas
|
894ba59236
|
Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin
|
2013-09-20 11:11:25 +02:00 |
|
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
|
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 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Sinker Li
|
a861ebdc6c
|
Bug 674728 - Part 1: Pinned apps get higher priority for cache. r=honzab
|
2012-03-30 20:52:06 -04:00 |
|
Dão Gottwald
|
cefe50199a
|
Bug 526230 - nsIApplicationCacheService::getGroups count outparam should be optional. r=honzab
|
2009-11-04 20:23:20 +01:00 |
|
Dave Camp
|
79e576b0fa
|
Bug 442810 - update ui for app cache changes. r=gavin, r=honzab, sr=bz
|
2009-02-22 11:09:10 -08:00 |
|
Dave Camp
|
0c0880f78f
|
Bug 461071: Allow application caches to be obsoleted. r=honzab, r+sr=bz
|
2008-11-04 10:59:12 -08:00 |
|
Dave Camp
|
f1c1dc3474
|
Bug 442813: Implement fallback/opportunistic caching for application caches. p=me, Honza Bambas <honzab@allpeers.com>, r+sr=biesi
|
2008-09-30 11:34:23 -07:00 |
|
Dave Camp
|
43a0d08dee
|
Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
* * *
|
2008-08-26 16:09:02 -07:00 |
|
Dave Camp
|
0cabe03883
|
Backed out changeset ebafb9df6ce0 (bug 442806)
|
2008-08-24 23:11:31 -07:00 |
|
Dave Camp
|
2f08e458a6
|
Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
|
2008-08-24 21:51:19 -07:00 |
|
Dave Camp
|
8e9da90c59
|
Backed out changeset ea551e6f0f40 (bug 442806)
|
2008-08-19 22:53:20 -07:00 |
|
Dave Camp
|
6280e84411
|
Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
|
2008-08-19 19:30:44 -07:00 |
|