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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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": "bookmarks", 7 "namespace": "bookmarks",
8 "description": "Use the <code>chrome.bookmarks</code> module to create, orga nize, and otherwise manipulate bookmarks. Also see <a href='override.html'>Overr ide Pages</a>, which you can use to create a custom Bookmark Manager page.",
8 "properties": { 9 "properties": {
9 "MAX_WRITE_OPERATIONS_PER_HOUR": { 10 "MAX_WRITE_OPERATIONS_PER_HOUR": {
10 "value": 100, 11 "value": 100,
11 "description": "The maximum number of <code>move</code>, <code>update</c ode>, <code>create</code>, or <code>remove</code> operations that can be perform ed each hour. Updates that would cause this limit to be exceeded fail." 12 "description": "The maximum number of <code>move</code>, <code>update</c ode>, <code>create</code>, or <code>remove</code> operations that can be perform ed each hour. Updates that would cause this limit to be exceeded fail."
12 }, 13 },
13 "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { 14 "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": {
14 "value": 2, 15 "value": 2,
15 "description": "The maximum number of <code>move</code>, <code>update</c ode>, <code>create</code>, or <code>remove</code> operations that can be perform ed each minute, sustained over 10 minutes. Updates that would cause this limit t o be exceeded fail." 16 "description": "The maximum number of <code>move</code>, <code>update</c ode>, <code>create</code>, or <code>remove</code> operations that can be perform ed each minute, sustained over 10 minutes. Updates that would cause this limit t o be exceeded fail."
16 } 17 }
17 }, 18 },
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 }, 504 },
504 { 505 {
505 "name": "onImportEnded", 506 "name": "onImportEnded",
506 "type": "function", 507 "type": "function",
507 "description": "Fired when a bookmark import session is ended.", 508 "description": "Fired when a bookmark import session is ended.",
508 "parameters": [] 509 "parameters": []
509 } 510 }
510 ] 511 ]
511 } 512 }
512 ] 513 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/bluetooth.idl ('k') | chrome/common/extensions/api/browser_action.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698