Birunthan Mohanathas
a29151dc87
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
Jan Varga
186504e6b4
Bug 1170021 - Part 2: Move DirectoryLock out of QuotaManager class; r=bent
2015-06-30 14:59:53 +02:00
Jan Varga
d39a93ca78
Bug 1170021 - Part 1: Merge QuotaManager with QuotaObject; r=bent
2015-06-30 14:59:42 +02:00
Jan Varga
a1455f50a1
Bug 1130775 - Convert synchronized ops and storage registration into unified directory locks; r=bent
2015-06-30 14:59:27 +02:00
Ben Turner
a5d54cecd4
Bug 858680 - Part 4: Perform maintenance on databases while idle, r=janv.
2015-05-04 22:56:47 -07:00
Wes Kocher
42f6eae010
Backed out changeset ca9c2b05d659 (bug 858680)
2015-05-21 16:44:36 -07:00
Ben Turner
ad8389529a
Bug 858680 - Part 4: Perform maintenance on databases while idle, r=janv.
2015-05-04 22:56:47 -07:00
Andrew McCreight
92010d3e4c
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
2015-05-03 15:32:37 -04:00
Andrea Marchesini
18b38ad706
Bug 1156632 - Remove unused forward class declarations - patch 4 - netwerk image and dom, r=ehsan
2015-04-22 08:29:20 +02:00
Jan Varga
d025110ed9
Bug 1129991 - Remove QuotaManager::SetCurrentWindow(); r=bent
2015-04-02 08:22:19 +02:00
Andrea Marchesini
ad97ae68b8
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
2015-03-27 18:52:19 +00:00
Ehsan Akhgari
ea41d8de48
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
Jan Varga
e1f128e2a0
Bug 1123637 - Remove all code relevant to quota prompts; r=bent,ehsan
2015-01-22 09:40:42 +01:00
Jan Varga
43f3eda931
Bug 1119462 - Allow unlimited quota for explicit persistent storage; r=bent
2015-01-09 16:56:23 +01:00
Nigel Babu
7f50e9ab87
Backed out changeset 15830cc2b55b (bug 1119462) for B2G M5 bustage
...
CLOSED TREE
2015-01-09 10:06:31 +05:30
Jan Varga
48f7df3117
Bug 1119462 - Allow unlimited quota for explicit persistent storage; r=bent
2015-01-09 01:24:54 +01:00
Wes Kocher
013607be86
Backout 977aab16aad3 (bug 1119462) for Android build bustage
2015-01-08 16:15:27 -08:00
Jan Varga
a650c79bf4
Bug 1119462 - Allow unlimited quota for explicit persistent storage; r=bent
2015-01-09 00:31:50 +01:00
Jan Varga
8aa840dbd3
Bug 771288 - Multiprocess FileHandle support (FileHandle on PBackground); Part 1 - Remove unused stuff; r=bent
2014-12-06 07:31:53 -08:00
Jan Varga
748d734cae
Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan
2014-11-28 09:44:12 +01:00
Jan Varga
8f0f4f7668
Bug 1089764 - Treat persistent storage as temporary storage; r=bent
2014-11-04 21:44:56 +01:00
Jan Varga
9f9640ff1f
Backed out changeset 45dad11b6580 (bug 1089764) for causing bug 1093067 and bug 1093223.
2014-11-03 21:00:52 +01:00
Jan Varga
3efec9fd96
Bug 1089764 - Treat persistent storage as temporary storage; r=bent
2014-11-01 02:21:25 +01:00
Jan Varga
b1e3edde39
Bug 1056939 - indexedDB.open fails for certain database names - part 2; r=bent
2014-10-13 21:12:25 +02:00
Ben Turner
e30152a851
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
2014-09-26 16:21:57 -07:00
Ben Turner
4937da099f
Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE.
2014-09-17 19:36:01 -04:00
Ben Turner
aede706b17
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
2014-09-13 12:12:19 -04:00
Ehsan Akhgari
e77b15f93a
Bug 1050611 - Fix more bad implicit constructors in dom and docshell; r=smaug
2014-08-08 09:49:39 -04:00
Luke Wagner
5fb0eca135
Bug 968272 - use less conservative temporary storage policy in QuotaManager (r=janv)
2014-05-20 17:19:59 -05:00
Luke Wagner
d271fee400
Bug 980447 - Add persistenceType argument to nsIQuotaManager.clearStoragesForURI (r=janv)
2014-04-14 15:48:49 -05:00
Luke Wagner
713797d27a
Bug 929236 - Cache asm.js compiled code in Gecko (r=janv)
2013-11-18 15:49:53 -06:00
Andrea Marchesini
e3503d741f
Bug 932119 - convert nsIAtom to nsString in QuotaManager and IndexedDB, r=janv
2013-11-25 16:53:48 +00:00
Benoit Jacob
c719617d8e
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
2013-09-19 09:54:39 -04:00
Andrea Marchesini
7e0afb2a23
Bug 916094 - Assertions removed from IDBFactory::Create() when it's used in JS from chrome in IPC. r=bent
2013-09-19 14:45:25 +02:00
Wes Kocher
df60e63207
Backed out changeset 554bfe767519 (bug 913847) for leaking on a CLOSED TREE
2013-09-18 17:21:02 -07:00
Benoit Jacob
7bcf1eee88
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
2013-09-18 18:50:32 -04:00
Jan Varga
f354bdf37d
Bug 785884 - Implement support for temporary storage (aka shared pool). r=ehsan, r=bent
2013-09-11 06:18:36 +02:00
Jan Varga
3ef4972643
Bug 878703 - Cleanup usage of IO thread only objects. r=bent
2013-06-05 10:11:23 +02:00
Ben Turner
a8153c7739
Bug 856032 - 'Quota management enabled even for origins with unlimited permission granted'. r=janv.
2013-03-31 17:10:27 -07:00
Ryan VanderMeulen
23c53444bb
Backed out changeset 3a242f8d8298 (bug 856032) for mochitest-2 failures.
2013-03-30 16:15:06 -04:00
Ben Turner
a0e2281493
Bug 856032 - 'Quota management enabled even for origins with unlimited permission granted'. r=janv.
2013-03-30 11:30:16 -07:00
Jan Varga
d067a001e6
Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent
2013-03-26 12:13:17 +01:00
Jan Varga
cce084987f
Bug 820715 - Move quota related pieces from IndexedDatabaseManager to QuotaManager. r=bent
2012-12-19 18:45:57 +01:00
Jan Varga
836d404c2e
Bug 787804 - Rewrite quota handling (eliminate test_quota.c). r=bent,asuth,vladan
2012-12-17 20:25:10 +01:00