Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/da764acb16bb
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #24743 from mnjul/bug_1075970_no_highlight_after_switching_inputtypes
Bug 1075970 - The reverse (TargetObj-to-DOMElement) map introduced in
Bug 1044525 is now one-to-many mapping. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/0cc580585840
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc:
Bug 1075970 - The reverse (TargetObj-to-DOMElement) map introduced in
Bug 1044525 is now one-to-many mapping.
- Since a layout may be associated with more than one rendered layouts (according to different input types and other flags), a target obj must be able to reverse-mapped to multiple DOMElements.
- The 'value' of the reverse WeakMap() (key'ed by target obj) is now an object of keyboardClass-to-DOMElement; the keyboardClass is decided by render as different keyboardClass values map to different physical DOM keyboard layout.
--- a/b2g/config/gaia.json
+++ b/b2g/config/gaia.json
@@ -1,9 +1,9 @@
{
"git": {
"git_revision": "",
"remote": "",
"branch": ""
},
- "revision": "cd6fc659e79183956f75fe78c0037093ce42708c",
+ "revision": "da764acb16bb9b54e666ec3b6727bc310c27ac61",
"repo_path": "/integration/gaia-central"
}