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

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

Issue 9424036: Move `browsingData` extension API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebuilt docs. Created 8 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 [ 1 [
2 { 2 {
3 "namespace": "experimental.browsingData", 3 "namespace": "browsingData",
4 "types": [ 4 "types": [
5 { 5 {
6 "id": "RemovalOptions", 6 "id": "RemovalOptions",
7 "type": "object", 7 "type": "object",
8 "description": "Options that determine exactly what data will be removed .", 8 "description": "Options that determine exactly what data will be removed .",
9 "properties": { 9 "properties": {
10 "since": { 10 "since": {
11 "type": "number", 11 "type": "number",
12 "optional": true, 12 "optional": true,
13 "description": "Remove data accumulated on or after this date, repre sented in milliseconds since the epoch ('Date().GetTime()'). If absent, defaults to 0 (which would remove everything)." 13 "description": "Remove data accumulated on or after this date, repre sented in milliseconds since the epoch ('Date().GetTime()'). If absent, defaults to 0 (which would remove everything)."
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "type": "function", 318 "type": "function",
319 "description": "Called when websites' WebSQL databases have been cle ared.", 319 "description": "Called when websites' WebSQL databases have been cle ared.",
320 "optional": true, 320 "optional": true,
321 "parameters": [] 321 "parameters": []
322 } 322 }
323 ] 323 ]
324 } 324 }
325 ] 325 ]
326 } 326 }
327 ] 327 ]
OLDNEW
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/common/extensions/api/experimental.browsingData.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698