Bumping gaia.json for 2 gaia revision(s) a=gaia-bump

========

https://hg.mozilla.org/integration/gaia-central/rev/beea810aba49
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1130317 - merge pull request #28052 from mnjul:bug_1130317_dict_blob_predetermine_length to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/b746bccf6af9
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1130317 - Pre-determine length of Uint8Array of Keyboard user dictionary dict blob

- The total byte length of serialized nodes can be inferred when filling each node's offset information, and is subsequently combined with header & character table size to initialize the Uint8Array total length.
- We thus avoid pushing to a JS array one-byte-by-one-byte and convert the array to Uint8Array, which should lead to better performance.
This commit is contained in:
B2G Bumper Bot 2015-02-10 19:55:08 -08:00
Родитель 4e1bc4d42d
Коммит 2eda48951a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,9 +1,9 @@
{
"git": {
"git_revision": "b077b97eead06bac34a7ba95eb2d77650a97ee2b",
"git_revision": "3b20ace1a5456f91e750ed2a92db0b7e37098763",
"remote": "https://git.mozilla.org/releases/gaia.git",
"branch": ""
},
"revision": "769403f166d40bac99ff0486381a55edaec5968d",
"revision": "beea810aba497bde0dfeca1f9f627f5869830b08",
"repo_path": "integration/gaia-central"
}