gecko-dev/dom/media/mediacapabilities
Alex Chronopoulos 966ab066dc Bug 1580112 - Stop updating the database when the value has not changed. r=alwu
In most of the cases, the value to be stored is the same as the existing value, which does not require an update to the database. Setting something in the database requires disk access. By using this we avoid accessing the disk in the majority of the cases.

Differential Revision: https://phabricator.services.mozilla.com/D45504

--HG--
extra : moz-landing-system : lando
2019-09-11 20:21:51 +00:00
..
BenchmarkStorageChild.cpp Bug 1530996 - Create the IPC protocol to access the database from the content process. r=jya 2019-08-06 09:24:34 +00:00
BenchmarkStorageChild.h Bug 1530996 - Create the IPC protocol to access the database from the content process. r=jya 2019-08-06 09:24:34 +00:00
BenchmarkStorageParent.cpp Bug 1580112 - Stop updating the database when the value has not changed. r=alwu 2019-09-11 20:21:51 +00:00
BenchmarkStorageParent.h Bug 1573184 - Add gtests to BenchmarkStorage classes. r=jya 2019-08-14 10:41:18 +00:00
DecoderBenchmark.cpp Bug 1571821 - Use total frames instead of parsed frames to calculate benchmark. r=alwu 2019-09-09 20:08:59 +00:00
DecoderBenchmark.h Bug 1571821 - Use total frames instead of parsed frames to calculate benchmark. r=alwu 2019-09-09 20:08:59 +00:00
KeyValueStorage.cpp Bug 1572043 - Introduce a method to clear all the entries of a database.r=jya 2019-08-13 05:05:40 +00:00
KeyValueStorage.h Bug 1572043 - Introduce a method to clear all the entries of a database.r=jya 2019-08-13 05:05:40 +00:00
MediaCapabilities.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-08-13 07:15:25 +00:00
MediaCapabilities.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
moz.build Bug 1530996 - Store the benchmark calculated from the frame statistics. r=jya 2019-08-06 09:24:36 +00:00
PBenchmarkStorage.ipdl Bug 1572043 - Introduce a check version method in the benchmark storage IPDL protocol.r=jya 2019-08-13 09:29:19 +00:00