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

Side by Side Diff: chrome/common/extensions/docs/management.html

Issue 8488012: Fix for management API related to escalated permissions disabled extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased again Created 9 years, 1 month 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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 3281 matching lines...) Expand 10 before | Expand all | Expand 10 after
3292 3292
3293 <!-- FUNCTION PARAMETERS --> 3293 <!-- FUNCTION PARAMETERS -->
3294 <dd style="display: none; "> 3294 <dd style="display: none; ">
3295 <div></div> 3295 <div></div>
3296 </dd> 3296 </dd>
3297 3297
3298 </div> 3298 </div>
3299 </div><div> 3299 </div><div>
3300 <div> 3300 <div>
3301 <dt> 3301 <dt>
3302 <var>disabledReason</var>
3303 <em>
3304
3305 <!-- TYPE -->
3306 <div style="display:inline">
3307 (
3308 <span class="optional">optional</span>
3309 <span class="enum">enumerated</span>
3310 <span id="typeTemplate">
3311 <span style="display: none; ">
3312 <a> Type</a>
3313 </span>
3314 <span>
3315 <span style="display: none; ">
3316 array of <span><span></span></span>
3317 </span>
3318 <span>string</span>
3319 <span>["unknown", "permissions_increase"]</span>
3320 </span>
3321 </span>
3322 )
3323 </div>
3324
3325 </em>
3326 </dt>
3327 <dd class="todo" style="display: none; ">
3328 Undocumented.
3329 </dd>
3330 <dd>A reason the item is disabled.</dd>
3331 <dd style="display: none; ">
3332 This parameter was added in version
3333 <b><span></span></b>.
3334 You must omit this parameter in earlier versions,
3335 and you may omit it in any version. If you require this
3336 parameter, the manifest key
3337 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
3338 can ensure that your extension won't be run in an earlier browser ve rsion.
3339 </dd>
3340
3341 <!-- OBJECT PROPERTIES -->
3342 <dd style="display: none; ">
3343 <dl>
3344 <div>
3345 <div>
3346 </div>
3347 </div>
3348 </dl>
3349 </dd>
3350
3351 <!-- OBJECT METHODS -->
3352 <dd style="display: none; ">
3353 <div></div>
3354 </dd>
3355
3356 <!-- OBJECT EVENT FIELDS -->
3357 <dd style="display: none; ">
3358 <div></div>
3359 </dd>
3360
3361 <!-- FUNCTION PARAMETERS -->
3362 <dd style="display: none; ">
3363 <div></div>
3364 </dd>
3365
3366 </div>
3367 </div><div>
3368 <div>
3369 <dt>
3302 <var>isApp</var> 3370 <var>isApp</var>
3303 <em> 3371 <em>
3304 3372
3305 <!-- TYPE --> 3373 <!-- TYPE -->
3306 <div style="display:inline"> 3374 <div style="display:inline">
3307 ( 3375 (
3308 <span class="optional" style="display: none; ">optional</spa n> 3376 <span class="optional" style="display: none; ">optional</spa n>
3309 <span class="enum" style="display: none; ">enumerated</span> 3377 <span class="enum" style="display: none; ">enumerated</span>
3310 <span id="typeTemplate"> 3378 <span id="typeTemplate">
3311 <span style="display: none; "> 3379 <span style="display: none; ">
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
4000 _uff=0; 4068 _uff=0;
4001 urchinTracker(); 4069 urchinTracker();
4002 } 4070 }
4003 catch(e) {/* urchinTracker not available. */} 4071 catch(e) {/* urchinTracker not available. */}
4004 </script> 4072 </script>
4005 <!-- end analytics --> 4073 <!-- end analytics -->
4006 </div> 4074 </div>
4007 </div> <!-- /gc-footer --> 4075 </div> <!-- /gc-footer -->
4008 </div> <!-- /gc-container --> 4076 </div> <!-- /gc-container -->
4009 </body></html> 4077 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/test/data/extensions/api_test/management/test/basics.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698