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

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

Issue 701603002: Update to google-input-tools version 1.0.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 23 matching lines...) Expand all
34 ID: 'id', 34 ID: 'id',
35 IS_EMOJI: 'isEmoji', 35 IS_EMOJI: 'isEmoji',
36 IS_AUTOCORRECT: 'isAutoCorrect', 36 IS_AUTOCORRECT: 'isAutoCorrect',
37 KEY: 'key', 37 KEY: 'key',
38 KEYCODE: 'keyCode', 38 KEYCODE: 'keyCode',
39 KEYSET: 'keyset', 39 KEYSET: 'keyset',
40 KEY_DATA: 'keyData', 40 KEY_DATA: 'keyData',
41 LANGUAGE: 'language', 41 LANGUAGE: 'language',
42 MATCHED_LENGTHS: 'matchedLengths', 42 MATCHED_LENGTHS: 'matchedLengths',
43 MSG: 'msg', 43 MSG: 'msg',
44 MSG_TYPE: 'type', 44 TYPE: 'type',
45 OPTION_PREFIX: 'optionPrefix', 45 OPTION_PREFIX: 'optionPrefix',
46 OPTION_TYPE: 'optionType', 46 OPTION_TYPE: 'optionType',
47 PAGE_SIZE: 'pageSize', 47 PAGE_SIZE: 'pageSize',
48 POSSIBILITIES: 'possibilities', 48 POSSIBILITIES: 'possibilities',
49 PROPERTIES: 'properties', 49 PROPERTIES: 'properties',
50 REQUEST_ID: 'requestId', 50 REQUEST_ID: 'requestId',
51 SHIFT_KEY: 'shiftKey', 51 SHIFT_KEY: 'shiftKey',
52 SOURCE: 'source', 52 SOURCE: 'source',
53 SOURCES: 'sources', 53 SOURCES: 'sources',
54 SPATIAL_DATA: 'spatialData', 54 SPATIAL_DATA: 'spatialData',
55 SCREEN: 'screen', 55 SCREEN: 'screen',
56 STROKES: 'strokes', 56 STROKES: 'strokes',
57 TEXT: 'text', 57 TEXT: 'text',
58 VERTICAL: 'vertical', 58 VERTICAL: 'vertical',
59 VISIBLE: 'visible', 59 VISIBLE: 'visible',
60 VISIBILITY: 'visibility', 60 VISIBILITY: 'visibility',
61 WIDTH: 'width' 61 WIDTH: 'width'
62 }; 62 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698