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

Side by Side Diff: chrome/common/extensions/docs/templates/json/whats_new.json

Issue 2424143002: Elim detached_panel type and update chrome.windows documentation (Closed)
Patch Set: . Created 4 years, 2 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
« no previous file with comments | « chrome/common/extensions/api/windows.json ('k') | tools/json_schema_compiler/test/windows.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "backgroundpages.to-be-non-persistent": { 2 "backgroundpages.to-be-non-persistent": {
3 "type": "additionsToExistingApis", 3 "type": "additionsToExistingApis",
4 "description": "Background pages can optionally be non-persistent, using a feature we call <code>event pages</code>. Event pages run only while they're being used, and will unload when idle to save resources.", 4 "description": "Background pages can optionally be non-persistent, using a feature we call <code>event pages</code>. Event pages run only while they're being used, and will unload when idle to save resources.",
5 "version": 22 5 "version": 22
6 }, 6 },
7 "chromeSetting.set-regular-only-scope": { 7 "chromeSetting.set-regular-only-scope": {
8 "type": "additionsToExistingApis", 8 "type": "additionsToExistingApis",
9 "description": "The types.ChromeSetting.set method now has a <code>regul ar_only</code> scope.", 9 "description": "The types.ChromeSetting.set method now has a <code>regul ar_only</code> scope.",
10 "version": 21 10 "version": 21
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "description": "You are no longer required to specify the <code>tabId</c ode> for the tabs.update method. When not provided, the tabId defaults to the se lected tab of the current window.", 164 "description": "You are no longer required to specify the <code>tabId</c ode> for the tabs.update method. When not provided, the tabId defaults to the se lected tab of the current window.",
165 "version": 16 165 "version": 16
166 }, 166 },
167 "external-files-be-owned-by-users-in-wheel-group": { 167 "external-files-be-owned-by-users-in-wheel-group": {
168 "type": "additionsToExistingApis", 168 "type": "additionsToExistingApis",
169 "description": "External extension files on Mac OS can now be owned by u sers within a wheel group (or an admin group).", 169 "description": "External extension files on Mac OS can now be owned by u sers within a wheel group (or an admin group).",
170 "version": 16 170 "version": 16
171 }, 171 },
172 "experimental-permission-no-longer-required-for-panel-type": { 172 "experimental-permission-no-longer-required-for-panel-type": {
173 "type": "additionsToExistingApis", 173 "type": "additionsToExistingApis",
174 "description": "The experimental permission is no longer required for th e panel type. By default, the panel type creates a popup unless the <code>--enab le-panels</code> flag is set.", 174 "description": "Experimental permission for deprecated windows.create pa nel type.",
175 "version": 16 175 "version": 16
176 }, 176 },
177 "offline_enabled.field-specify-without-connection": { 177 "offline_enabled.field-specify-without-connection": {
178 "type": "manifestChanges", 178 "type": "manifestChanges",
179 "description": "The new offline_enabled field lets you specify that your app works well even without an internet connection.", 179 "description": "The new offline_enabled field lets you specify that your app works well even without an internet connection.",
180 "version": 15 180 "version": 15
181 }, 181 },
182 "management.getPermissionWarningsById.retrieve-permission-warning": { 182 "management.getPermissionWarningsById.retrieve-permission-warning": {
183 "type": "additionsToExistingApis", 183 "type": "additionsToExistingApis",
184 "description": "You can retrieve permission warnings using the new manag ement API methods management.getPermissionWarningsById and management.getPermiss ionWarningsByManifest.", 184 "description": "You can retrieve permission warnings using the new manag ement API methods management.getPermissionWarningsById and management.getPermiss ionWarningsByManifest.",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "type": "additionsToExistingApis", 358 "type": "additionsToExistingApis",
359 "description": "A new windows.WINDOW_ID_NONE constant identifies when fo cus shifts away from the browser.", 359 "description": "A new windows.WINDOW_ID_NONE constant identifies when fo cus shifts away from the browser.",
360 "version": 6 360 "version": 6
361 }, 361 },
362 "tabs.getCurrent-returns-tab": { 362 "tabs.getCurrent-returns-tab": {
363 "type": "additionsToExistingApis", 363 "type": "additionsToExistingApis",
364 "description": "The new tabs.getCurrent method returns the tab associate d with the currently executing script.", 364 "description": "The new tabs.getCurrent method returns the tab associate d with the currently executing script.",
365 "version": 6 365 "version": 6
366 } 366 }
367 } 367 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/windows.json ('k') | tools/json_schema_compiler/test/windows.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698