| OLD | NEW |
| 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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
| 6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
| 7 | 7 |
| 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
| 9 // | 9 // |
| 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ | 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "channel": "stable", | 356 "channel": "stable", |
| 357 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 357 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 358 "location": "component" | 358 "location": "component" |
| 359 }, | 359 }, |
| 360 "fileSystem": [{ | 360 "fileSystem": [{ |
| 361 "channel": "stable", | 361 "channel": "stable", |
| 362 "extension_types": ["platform_app"] | 362 "extension_types": ["platform_app"] |
| 363 },{ | 363 },{ |
| 364 "channel": "stable", | 364 "channel": "stable", |
| 365 "extension_types": ["extension"], | 365 "extension_types": ["extension"], |
| 366 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | 366 "whitelist": [ |
| 367 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice |
| 368 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal |
| 369 "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension |
| 370 ] |
| 367 }], | 371 }], |
| 368 "fileSystem.directory": [{ | 372 "fileSystem.directory": [{ |
| 369 "channel": "stable", | 373 "channel": "stable", |
| 370 "extension_types": ["platform_app"] | 374 "extension_types": ["platform_app"] |
| 371 }], | 375 }], |
| 372 "fileSystem.retainEntries": [{ | 376 "fileSystem.retainEntries": [{ |
| 373 "channel": "stable", | 377 "channel": "stable", |
| 374 "extension_types": ["platform_app"] | 378 "extension_types": ["platform_app"] |
| 375 }], | 379 }], |
| 376 "fileSystem.write": [{ | 380 "fileSystem.write": [{ |
| 377 "channel": "stable", | 381 "channel": "stable", |
| 378 "extension_types": ["platform_app"] | 382 "extension_types": ["platform_app"] |
| 379 },{ | 383 },{ |
| 380 "channel": "stable", | 384 "channel": "stable", |
| 381 "extension_types": ["extension"], | 385 "extension_types": ["extension"], |
| 382 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | 386 "whitelist": [ |
| 387 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice |
| 388 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal |
| 389 "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension |
| 390 ] |
| 383 }], | 391 }], |
| 384 "fileSystemProvider": { | 392 "fileSystemProvider": { |
| 385 "channel": "trunk", | 393 "channel": "trunk", |
| 386 "extension_types": ["platform_app"] | 394 "extension_types": ["platform_app"] |
| 387 }, | 395 }, |
| 388 "firstRunPrivate": { | 396 "firstRunPrivate": { |
| 389 "channel": "stable", | 397 "channel": "stable", |
| 390 "extension_types": ["platform_app"], | 398 "extension_types": ["platform_app"], |
| 391 "location": "component" | 399 "location": "component" |
| 392 }, | 400 }, |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 "channel": "stable", | 566 "channel": "stable", |
| 559 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 567 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 560 "whitelist": [ | 568 "whitelist": [ |
| 561 // The file manager and Google Now are component extensions, and they can | 569 // The file manager and Google Now are component extensions, and they can |
| 562 // currently use whitelisted interfaces without being on the corresponding | 570 // currently use whitelisted interfaces without being on the corresponding |
| 563 // whitelist. | 571 // whitelist. |
| 564 // Adding it to this whitelist documents their dependency, however, and | 572 // Adding it to this whitelist documents their dependency, however, and |
| 565 // also doesn't hurt anything. | 573 // also doesn't hurt anything. |
| 566 "A948368FC53BE437A55FEB414106E207925482F5", // File manager | 574 "A948368FC53BE437A55FEB414106E207925482F5", // File manager |
| 567 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice | 575 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice |
| 568 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // Quickoffice dev | 576 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal |
| 569 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension | 577 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension |
| 570 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor | 578 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor |
| 571 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now | 579 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now |
| 572 "6EEEA7775E79C735E4BA1F24DBB191BDACB1262C", // RU-NTP | 580 "6EEEA7775E79C735E4BA1F24DBB191BDACB1262C", // RU-NTP |
| 573 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 581 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
| 574 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing | 582 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing |
| 575 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release | 583 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release |
| 576 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900. | 584 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900. |
| 577 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444. | 585 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444. |
| 578 ] | 586 ] |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 942 // Only allowed for whitelisted extensions until all the caveats are | 950 // Only allowed for whitelisted extensions until all the caveats are |
| 943 // addressed. Tracked in crbug/285151. | 951 // addressed. Tracked in crbug/285151. |
| 944 "channel": "stable", | 952 "channel": "stable", |
| 945 "extension_types": ["extension"], | 953 "extension_types": ["extension"], |
| 946 "location": "component", | 954 "location": "component", |
| 947 "whitelist": [ | 955 "whitelist": [ |
| 948 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 956 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 949 ] | 957 ] |
| 950 }] | 958 }] |
| 951 } | 959 } |
| OLD | NEW |