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

Side by Side Diff: chrome/common/extensions/api/virtual_keyboard_private.json

Issue 313983002: Add flag to enable experimental features for input view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Doc tweaks. Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/extensions/api/input/input.cc ('k') | ui/keyboard/keyboard_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [ 5 [
6 { 6 {
7 "namespace": "virtualKeyboardPrivate", 7 "namespace": "virtualKeyboardPrivate",
8 "compiler_options": { 8 "compiler_options": {
9 "implemented_in": "chrome/browser/extensions/api/input/input.h" 9 "implemented_in": "chrome/browser/extensions/api/input/input.h"
10 }, 10 },
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "name": "config", 132 "name": "config",
133 "properties": { 133 "properties": {
134 "layout": { 134 "layout": {
135 "type": "string", 135 "type": "string",
136 "minLength": 1, 136 "minLength": 1,
137 "description": "Virtual keyboard layout string." 137 "description": "Virtual keyboard layout string."
138 }, 138 },
139 "a11ymode": { 139 "a11ymode": {
140 "type": "boolean", 140 "type": "boolean",
141 "description": "True if accessbility virtual keyboard is ena bled." 141 "description": "True if accessbility virtual keyboard is ena bled."
142 },
143 "experimental": {
144 "type": "boolean",
145 "description": "True if experimental features are enabled."
142 } 146 }
143 } 147 }
144 } 148 }
145 ] 149 ]
146 } 150 }
147 ] 151 ]
148 } 152 }
149 ], 153 ],
150 "events": [ 154 "events": [
151 { 155 {
(...skipping 11 matching lines...) Expand all
163 "description": "The value of type attribute of the focused text input box.", 167 "description": "The value of type attribute of the focused text input box.",
164 "enum": ["text", "number", "password", "date", "url", "tel", "em ail"] 168 "enum": ["text", "number", "password", "date", "url", "tel", "em ail"]
165 } 169 }
166 } 170 }
167 } 171 }
168 ] 172 ]
169 } 173 }
170 ] 174 ]
171 } 175 }
172 ] 176 ]
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/input/input.cc ('k') | ui/keyboard/keyboard_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698