Update latest ChromeVox from upstream
commit3fda54ad92524fe479eeb3515f3f6ac669e72618
authorplundblad@chromium.org <plundblad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 5 Jun 2014 14:37:37 +0000 (5 14:37 +0000)
committerplundblad@chromium.org <plundblad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 5 Jun 2014 14:37:37 +0000 (5 14:37 +0000)
treeb730538d576ba954dd35c6b664ebc05fd3382be1
parent576d65a58af228f0b5843cfff515ae8b4926f5cd
Update latest ChromeVox from upstream

Change log for this version:
Skip elements that are referenced by another element using aria-labelledby.
Override sticky mode within a single tab, rather than globally.
Don't crash if chrome.experimental doesn't exist anymore.
Basic Chrome OS touch screen support.
Handle braille text input, contracted and uncontracted.

BUG=310285
TBR=dtseng@chromium.org

Review URL: https://codereview.chromium.org/316803004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275102 0039d316-1c4b-4281-b951-d872f2087c98
18 files changed:
chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js
chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js
chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager.js
chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js
chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js
chrome/browser/resources/chromeos/chromevox/common/chromevox.js
chrome/browser/resources/chromeos/chromevox/common/dom_util.js
chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js
chrome/browser/resources/chromeos/chromevox/host/chrome/braille_display_manager.js
chrome/browser/resources/chromeos/chromevox/host/chrome/braille_input_handler.js [new file with mode: 0644]
chrome/browser/resources/chromeos/chromevox/host/chrome/expanding_braille_translator.js
chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
chrome/third_party/chromevox/chromeVoxChromeBackgroundScript.js
chrome/third_party/chromevox/chromeVoxChromeOptionsScript.js
chrome/third_party/chromevox/chromeVoxChromePageScript.js
chrome/third_party/chromevox/chromeVoxKbExplorerScript.js
chrome/third_party/chromevox/chromevox/injected/mathjax.js