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

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

Issue 12223068: Fix some typos, broken links and other issues in extension docs (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 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 | Annotate | Revision Log
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 "uses_feature_system": true, 8 "uses_feature_system": true,
9 "channel": "stable", 9 "channel": "stable",
10 "dependencies": ["permission:bookmarks"], 10 "dependencies": ["permission:bookmarks"],
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "type": "array", 495 "type": "array",
496 "items": { "type": "string" } 496 "items": { "type": "string" }
497 } 497 }
498 } 498 }
499 } 499 }
500 ] 500 ]
501 }, 501 },
502 { 502 {
503 "name": "onImportBegan", 503 "name": "onImportBegan",
504 "type": "function", 504 "type": "function",
505 "description": "Fired when a bookmark import session is begun. Expensiv e observers should ignore handleCreated updates until onImportEnded is fired. O bservers should still handle other notifications immediately.", 505 "description": "Fired when a bookmark import session is begun. Expensiv e observers should ignore handle onCreated updates until onImportEnded is fired. Observers should still handle other notifications immediately.",
Mike West 2013/02/11 08:21:53 Please drop "handle". "Expensive observers should
方觉(Fang Jue) 2013/02/11 11:37:54 Done.
506 "parameters": [] 506 "parameters": []
507 }, 507 },
508 { 508 {
509 "name": "onImportEnded", 509 "name": "onImportEnded",
510 "type": "function", 510 "type": "function",
511 "description": "Fired when a bookmark import session is ended.", 511 "description": "Fired when a bookmark import session is ended.",
512 "parameters": [] 512 "parameters": []
513 } 513 }
514 ] 514 ]
515 } 515 }
516 ] 516 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/api/content_settings.json » ('j') | chrome/common/extensions/api/downloads.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698