Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Side by Side Diff: third_party/google_input_tools/src/chrome/os/message/name.js

Issue 1576613002: Update Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing APIs, remove bade dependencies. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The ChromeOS IME Authors. All Rights Reserved. 1 // Copyright 2014 The ChromeOS IME Authors. All Rights Reserved.
2 // limitations under the License. 2 // limitations under the License.
3 // See the License for the specific language governing permissions and 3 // See the License for the specific language governing permissions and
4 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 4 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5 // distributed under the License is distributed on an "AS-IS" BASIS, 5 // distributed under the License is distributed on an "AS-IS" BASIS,
6 // Unless required by applicable law or agreed to in writing, software 6 // Unless required by applicable law or agreed to in writing, software
7 // 7 //
8 // http://www.apache.org/licenses/LICENSE-2.0 8 // http://www.apache.org/licenses/LICENSE-2.0
9 // 9 //
10 // You may obtain a copy of the License at 10 // You may obtain a copy of the License at
(...skipping 17 matching lines...) Expand all
28 CANDIDATES: 'candidates', 28 CANDIDATES: 'candidates',
29 CANDIDATE_ID: 'candidateID', 29 CANDIDATE_ID: 'candidateID',
30 CODE: 'code', 30 CODE: 'code',
31 CONTEXT_ID: 'contextID', 31 CONTEXT_ID: 'contextID',
32 CONTEXT_TYPE: 'contextType', 32 CONTEXT_TYPE: 'contextType',
33 CURSOR_VISIBLE: 'cursorVisible', 33 CURSOR_VISIBLE: 'cursorVisible',
34 CTRL_KEY: 'ctrlKey', 34 CTRL_KEY: 'ctrlKey',
35 CURSOR: 'cursor', 35 CURSOR: 'cursor',
36 ENGINE_ID: 'engineID', 36 ENGINE_ID: 'engineID',
37 FOCUS: 'focus', 37 FOCUS: 'focus',
38 FORCE_AUTO_SPACE: 'force_auto_space',
38 GESTURE_DATA: 'gestureData', 39 GESTURE_DATA: 'gestureData',
39 GESTURE_RESULTS: 'gestureResults', 40 GESTURE_RESULTS: 'gestureResults',
40 HEIGHT: 'height', 41 HEIGHT: 'height',
41 ID: 'id', 42 ID: 'id',
42 IN_PROGRESS: 'inProgress', 43 IN_PROGRESS: 'inProgress',
43 IS_AUTOCORRECT: 'isAutoCorrect', 44 IS_AUTOCORRECT: 'isAutoCorrect',
44 IS_EMOJI: 'isEmoji', 45 IS_EMOJI: 'isEmoji',
45 IS_SWIPE: 'isSwipe', 46 IS_SWIPE: 'isSwipe',
46 KEY: 'key', 47 KEY: 'key',
47 KEYBOARD_LAYOUT: 'keyboardLayout', 48 KEYBOARD_LAYOUT: 'keyboardLayout',
(...skipping 13 matching lines...) Expand all
61 POSSIBILITIES: 'possibilities', 62 POSSIBILITIES: 'possibilities',
62 PROPERTIES: 'properties', 63 PROPERTIES: 'properties',
63 REQUEST_ID: 'requestId', 64 REQUEST_ID: 'requestId',
64 SCREEN: 'screen', 65 SCREEN: 'screen',
65 SHIFT_KEY: 'shiftKey', 66 SHIFT_KEY: 'shiftKey',
66 SOURCE: 'source', 67 SOURCE: 'source',
67 SOURCES: 'sources', 68 SOURCES: 'sources',
68 SPATIAL_DATA: 'spatialData', 69 SPATIAL_DATA: 'spatialData',
69 STROKES: 'strokes', 70 STROKES: 'strokes',
70 TEXT: 'text', 71 TEXT: 'text',
72 TEXT_BEFORE_CURSOR: 'text_before_cursor',
71 VERTICAL: 'vertical', 73 VERTICAL: 'vertical',
72 VISIBLE: 'visible', 74 VISIBLE: 'visible',
73 VISIBILITY: 'visibility', 75 VISIBILITY: 'visibility',
74 VOICE_STATE: 'voice_state', 76 VOICE_STATE: 'voice_state',
75 WIDTH: 'width', 77 WIDTH: 'width',
76 WORKSPACE_HEIGHT: 'workspace_height', 78 WORKSPACE_HEIGHT: 'workspace_height',
77 SWITCHING: 'switching', 79 SWITCHING: 'switching',
78 VOICE_PRIVACY_INFO: 'voice_privacy_info', 80 VOICE_PRIVACY_INFO: 'voice_privacy_info',
79 HWT_PRIVACY_INFO: 'hwt_privacy_info' 81 HWT_PRIVACY_INFO: 'hwt_privacy_info'
80 }; 82 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698