Birunthan Mohanathas
|
ff8ce9bd42
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Olli Pettay
|
7bba9e8fa0
|
Bug 964462, simplify ipc offline resource refcounting, r=mayhemer
--HG--
extra : rebase_source : 362ce98a10c25f7e3263f23736a18d2bcfb16e75
|
2014-02-06 16:16:41 +02:00 |
|
Honza Bambas
|
e9a11b99f8
|
Bug 956930 - Launching an app preloading appcache throws an offline error, r=jduell+sicking
|
2014-02-04 01:52:57 +01:00 |
|
Masatoshi Kimura
|
0ca884d24e
|
Bug 950311 - deCOM nsIDOMLoadStatus. r=mayhemer
|
2013-12-19 00:11:54 +09:00 |
|
Chris Peterson
|
c2d288cdfb
|
Bug 940235 - Build uriloader in unified mode. r=ehsan
|
2013-11-18 23:50:59 -08:00 |
|
Honza Bambas
|
0748f4b88a
|
Bug 927878 - crash in nsDOMOfflineResourceList::ApplicationCacheAvailable(nsIApplicationCache*) when installing an app, r=jduell
|
2013-11-06 16:59:04 +01:00 |
|
Birunthan Mohanathas
|
babfc6b761
|
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
|
2013-10-23 16:36:09 -04:00 |
|
Honza Bambas
|
ea8ec4777e
|
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 |
|
Fernando Jiménez
|
d9c0277fa7
|
Bug 861894 - Avoid apps to schedule new offline cache downloads while device free space is low. r=honzab
|
2013-05-10 16:16:56 +02:00 |
|
Fernando Jiménez
|
1e7fe65de4
|
Bug 829763: App infrastructure stalls when checking for an update for a hosted app; r=honzab
|
2013-01-21 09:38:40 +01:00 |
|
Honza Bambas
|
92a45a42b7
|
Bug 761040 - Offline cache entries are created for no-store entries r=jduell
|
2013-01-07 16:01:00 +01:00 |
|
Honza Bambas
|
1e1dc4a34b
|
Bug 715809 - AppCache should accept manifests served with non-standard mime types, r=jonas
|
2013-01-03 17:43:51 +01:00 |
|
Fernando Jiménez
|
d3ab989f15
|
Bug 819971 - Expose nsOfflineCacheUpdate::Cancel() via nsIOfflineCacheUpdate.idl; r=honzab
|
2012-12-18 22:41:15 +01:00 |
|
Honza Bambas
|
0d8694bccb
|
Bug 807501 - Add proper console logs when app cache manifest load failes, r=jduell
|
2012-11-03 17:17:47 +01:00 |
|
Honza Bambas
|
61a507cc68
|
Bug 794663 - Allow downloading appcache for a specific appid/browserflag, r=jduell
|
2012-10-26 13:02:47 +02:00 |
|
Honza Bambas
|
f58e5a0d57
|
Bug 751754 - Allow separation between the update-available and start-download states in appcache, r=jduell
|
2012-10-02 15:55:00 +02:00 |
|
Honza Bambas
|
74bc9298a3
|
Bug 800945 - Force logging of offline cache updates, r=jduell
|
2012-10-22 19:59:07 +02:00 |
|
Honza Bambas
|
81203246b6
|
Bug 764758 - Intermittent crash during test_xhtmlManifest.xhtml [@ nsOfflineCacheUpdateItem::OnDataAvailable], part2, r=jduell
|
2012-10-22 19:59:07 +02:00 |
|
Honza Bambas
|
ed37aef13b
|
Bug 764758 - Intermittent crash during test_xhtmlManifest.xhtml [@ nsOfflineCacheUpdateItem::OnDataAvailable], part1, r=jduell
|
2012-10-22 19:59:07 +02:00 |
|
Nick Hurley
|
31985d7fa6
|
Bug 536324 part 3 - Change consumers of nsIChannel. r=sworkman
|
2012-10-22 10:51:07 -07:00 |
|
Honza Bambas
|
41c12a706a
|
Bug 756717 - Implement 'appcache jar' for apps, r=tlee+jduell
|
2012-07-31 02:36:00 -04:00 |
|
Makoto Kato
|
c28c020a8f
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
|
Aryeh Gregor
|
87ee7da27f
|
Bug 782594 - Make some methods in uriloader/ infallible; r=bz
|
2012-08-14 12:10:42 +03:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Honza Bambas
|
a5c1861217
|
Bug 765203 - Support mode 'unknown' when parsing cache manifest, r=jduell
|
2012-07-14 11:52:35 +02:00 |
|
Honza Bambas
|
d08a526246
|
Bug 767096 - Optimize nsICachingChannel interface for offline cache writing, r=sinker
|
2012-07-11 20:20:17 +02:00 |
|
Ryan VanderMeulen
|
89aff4650d
|
Backout 2838ba825479, 991404facac2, 7f6e22f10b99, 30a4e0cf7130, ad2c42efbe57, and 1f07f04ec01d (Bug 760067, Bug 767096, Bug 765158, Bug 729182) due to xpcshell orange.
|
2012-07-10 19:21:54 -04:00 |
|
Honza Bambas
|
24c40e8525
|
Bug 767096 - Optimize nsICachingChannel interface for offline cache writing, r=sinker
|
2012-07-10 23:49:18 +02:00 |
|
Ehsan Akhgari
|
5f1dca309f
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (uriloader parts); r=bzbarsky
|
2012-06-12 23:53:09 -04:00 |
|
Geoff Lankow
|
00f3a215c9
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Honza Bambas
|
5087829839
|
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 |
|
Honza Bambas
|
680e33b76d
|
Bug 744719 - Change offline cache update to load files in parallel, r=michal.novotny
|
2012-06-04 16:12:23 +02:00 |
|
Honza Bambas
|
acf15bad5e
|
Bug 744710 - Enable getting updates on how many bytes of an appcache update have been downloaded, r=michal
|
2012-05-22 22:12:40 +02:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ryan VanderMeulen
|
0c2f2d9626
|
Backout bug 674728 part 3 due to missing reviews.
|
2012-03-31 18:18:08 -04:00 |
|
Ryan VanderMeulen
|
3416d4009d
|
Bustage fix for bug 674728.
|
2012-03-30 21:15:12 -04:00 |
|
Sinker Li
|
954be9a5df
|
Bug 674728 - Part 3: Evict cache asynchronized. r=honzab
|
2012-03-30 20:52:07 -04:00 |
|
Sinker Li
|
f140262449
|
Bug 674728 - Part 1: Pinned apps get higher priority for cache. r=honzab
|
2012-03-30 20:52:06 -04:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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
|
d8e503c38b
|
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 |
|
Masayuki Nakano
|
0f3527ba9b
|
Bug 666903 uriloader should use mozilla::Preferences r=bz
|
2011-07-01 17:35:28 +09:00 |
|
Masayuki Nakano
|
088288c705
|
back out previous checkin
|
2011-07-01 16:37:06 +09:00 |
|
Masayuki Nakano
|
8693de84dd
|
Bug 666903 uriloader should use mozilla::Preferences r=bz
|
2011-07-01 15:26:10 +09:00 |
|
Ed Morley
|
5a6749df7a
|
Bug 659956 - Remove unused variable from nsOfflineCacheUpdate.cpp; r=bz
|
2011-05-26 11:15:56 -07:00 |
|
Daniel Holbert
|
ff123ba64d
|
Bug 308590 patch 5: Clean up QIs to nsIURL that are really checks for "Does this support GetRef/SetRef", now that nsIURI supports GetRef/SetRef too. r=bz
|
2011-05-21 18:12:46 -07:00 |
|
Matheus Kerschbaum
|
93480c6366
|
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
|
2011-04-02 19:14:00 -07:00 |
|
timeless@mozdev.org
|
faba012902
|
Bug 615425 warnings in prefetch
r=jst
--HG--
extra : rebase_source : 56d3a2285ab7065a9652af4b694915b2e6e264b8
|
2010-12-04 11:07:08 +01:00 |
|
Honza Bambas
|
2652f6995a
|
Bug 544462 - HTML5 Offline features - Asterisk (*) not supported in network section of manifest file, r=jst, a2.0=jst
|
2010-11-25 21:49:19 +01:00 |
|