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

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

Issue 7608001: Remove stray underscore in referringVisitId field description. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | chrome/common/extensions/docs/history.html » ('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 { 2 {
3 "namespace": "extension", 3 "namespace": "extension",
4 "unprivileged": true, 4 "unprivileged": true,
5 "types": [ 5 "types": [
6 { 6 {
7 "id": "MessageSender", 7 "id": "MessageSender",
8 "type": "object", 8 "type": "object",
9 "description": "An object containing information about the script contex t that sent a message or request.", 9 "description": "An object containing information about the script contex t that sent a message or request.",
10 "properties": { 10 "properties": {
(...skipping 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after
2421 } 2421 }
2422 }, 2422 },
2423 { 2423 {
2424 "id": "VisitItem", 2424 "id": "VisitItem",
2425 "type": "object", 2425 "type": "object",
2426 "description": "An object encapsulating one visit to a URL.", 2426 "description": "An object encapsulating one visit to a URL.",
2427 "properties": { 2427 "properties": {
2428 "id": {"type": "string", "minimum": 0, "description": "The unique iden tifier for the item."}, 2428 "id": {"type": "string", "minimum": 0, "description": "The unique iden tifier for the item."},
2429 "visitId": {"type": "string", "description": "The unique identifier fo r this visit."}, 2429 "visitId": {"type": "string", "description": "The unique identifier fo r this visit."},
2430 "visitTime": {"type": "number", "optional": true, "description": "When this visit occurred, represented in milliseconds since the epoch."}, 2430 "visitTime": {"type": "number", "optional": true, "description": "When this visit occurred, represented in milliseconds since the epoch."},
2431 "referringVisitId": {"type": "string", "description": "The visit_id of the referrer."}, 2431 "referringVisitId": {"type": "string", "description": "The visit ID of the referrer."},
2432 "transition": { 2432 "transition": {
2433 "type": "string", 2433 "type": "string",
2434 "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_ subframe", "generated", "start_page", "form_submit", "reload", "keyword", "keywo rd_generated"], 2434 "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_ subframe", "generated", "start_page", "form_submit", "reload", "keyword", "keywo rd_generated"],
2435 "description": "The <a href='#transition_types'>transition type</a> for this visit from its referrer." 2435 "description": "The <a href='#transition_types'>transition type</a> for this visit from its referrer."
2436 } 2436 }
2437 } 2437 }
2438 } 2438 }
2439 ], 2439 ],
2440 "functions": [ 2440 "functions": [
2441 { 2441 {
(...skipping 4983 matching lines...) Expand 10 before | Expand all | Expand 10 after
7425 "description": "A string result code. The value is non-empty on success only in tests.", 7425 "description": "A string result code. The value is non-empty on success only in tests.",
7426 "optional": "true" 7426 "optional": "true"
7427 } 7427 }
7428 ] 7428 ]
7429 } 7429 }
7430 ] 7430 ]
7431 } 7431 }
7432 ] 7432 ]
7433 } 7433 }
7434 ] 7434 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698