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"], |
379 "whitelist": [ | |
Sam McNally
2014/03/04 04:55:00
Does this need to live in another entry with "exte
benwells
2014/03/04 05:50:18
Errr yeah. For now I've remove this bit, I'll do t
| |
380 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice | |
381 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal | |
382 "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension | |
383 ] | |
375 }], | 384 }], |
376 "fileSystem.write": [{ | 385 "fileSystem.write": [{ |
377 "channel": "stable", | 386 "channel": "stable", |
378 "extension_types": ["platform_app"] | 387 "extension_types": ["platform_app"] |
379 },{ | 388 },{ |
380 "channel": "stable", | 389 "channel": "stable", |
381 "extension_types": ["extension"], | 390 "extension_types": ["extension"], |
382 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | 391 "whitelist": [ |
392 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice | |
393 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal | |
394 "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension | |
395 ] | |
383 }], | 396 }], |
384 "fileSystemProvider": { | 397 "fileSystemProvider": { |
385 "channel": "trunk", | 398 "channel": "trunk", |
386 "extension_types": ["platform_app"] | 399 "extension_types": ["platform_app"] |
387 }, | 400 }, |
388 "firstRunPrivate": { | 401 "firstRunPrivate": { |
389 "channel": "stable", | 402 "channel": "stable", |
390 "extension_types": ["platform_app"], | 403 "extension_types": ["platform_app"], |
391 "location": "component" | 404 "location": "component" |
392 }, | 405 }, |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
558 "channel": "stable", | 571 "channel": "stable", |
559 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 572 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
560 "whitelist": [ | 573 "whitelist": [ |
561 // The file manager and Google Now are component extensions, and they can | 574 // The file manager and Google Now are component extensions, and they can |
562 // currently use whitelisted interfaces without being on the corresponding | 575 // currently use whitelisted interfaces without being on the corresponding |
563 // whitelist. | 576 // whitelist. |
564 // Adding it to this whitelist documents their dependency, however, and | 577 // Adding it to this whitelist documents their dependency, however, and |
565 // also doesn't hurt anything. | 578 // also doesn't hurt anything. |
566 "A948368FC53BE437A55FEB414106E207925482F5", // File manager | 579 "A948368FC53BE437A55FEB414106E207925482F5", // File manager |
567 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice | 580 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice |
568 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // Quickoffice dev | 581 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal |
569 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension | 582 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension |
570 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor | 583 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor |
571 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now | 584 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now |
572 "6EEEA7775E79C735E4BA1F24DBB191BDACB1262C", // RU-NTP | 585 "6EEEA7775E79C735E4BA1F24DBB191BDACB1262C", // RU-NTP |
573 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 586 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
574 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing | 587 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing |
575 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release | 588 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release |
576 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900. | 589 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900. |
577 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444. | 590 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444. |
578 ] | 591 ] |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
942 // Only allowed for whitelisted extensions until all the caveats are | 955 // Only allowed for whitelisted extensions until all the caveats are |
943 // addressed. Tracked in crbug/285151. | 956 // addressed. Tracked in crbug/285151. |
944 "channel": "stable", | 957 "channel": "stable", |
945 "extension_types": ["extension"], | 958 "extension_types": ["extension"], |
946 "location": "component", | 959 "location": "component", |
947 "whitelist": [ | 960 "whitelist": [ |
948 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 961 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
949 ] | 962 ] |
950 }] | 963 }] |
951 } | 964 } |
OLD | NEW |