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

Issue 6677108: `extension.isAllowed???Access` samples (Closed)

Created:
9 years, 9 months ago by Mike West
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, pam+watch_chromium.org
Visibility:
Public.

Description

`extension.isAllowed???Access` samples Sample extension for the `extension.isAllowed???Access` APIs, and adding the functionality to the proxy sample extension. BUG=76494, 74694 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80329 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80331

Patch Set 1 #

Total comments: 7

Patch Set 2 : Cleanup based on Arne's feedback. #

Total comments: 2

Patch Set 3 : Dropping innerHTML #

Patch Set 4 : Regenerating documentation. #

Total comments: 1

Patch Set 5 : Whitespace, regenerating zip files. #

Patch Set 6 : Rebasing, regenerating documentation again. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+675 lines, -455 lines) Patch
A chrome/common/extensions/docs/examples/api/extension/isAllowedAccess.zip View 1 2 3 Binary file 0 comments Download
A chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/manifest.json View 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/popup.html View 1 2 3 4 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/sample.css View 1 1 chunk +61 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/sample-128.png View Binary file 0 comments Download
A chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/sample-16.png View Binary file 0 comments Download
A chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/sample-19.png View Binary file 0 comments Download
A chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/sample-48.png View Binary file 0 comments Download
chrome/common/extensions/docs/examples/extensions/proxy_configuration.zip View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/proxy_configuration/manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/examples/extensions/proxy_configuration/popup.html View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/proxy_configuration/proxy_form_controller.js View 1 2 3 4 5 chunks +42 lines, -8 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js View 1 1 chunk +6 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/samples.html View 1 2 3 4 5 51 chunks +481 lines, -442 lines 0 comments Download
M chrome/common/extensions/docs/samples.json View 1 2 3 4 4 chunks +28 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Mike West
Hey Arne, I've put together a tiny API sample for the new `extension.isAllowed???Access` bits (see ...
9 years, 9 months ago (2011-03-17 11:58:38 UTC) #1
kurrik.chromium
Yeah, this is cool. Just a few suggestions on ways I think it could be ...
9 years, 9 months ago (2011-03-21 22:12:44 UTC) #2
kurrik.chromium
Oops, didn't publish comments. http://codereview.chromium.org/6677108/diff/1/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/popup.html File chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/popup.html (right): http://codereview.chromium.org/6677108/diff/1/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/popup.html#newcode16 chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/popup.html:16: <li><p><span>1</span> chrome.extension.isAllowedFileSchemeAccess: <code id="file">unknown</code> (unpacked ...
9 years, 9 months ago (2011-03-21 22:13:02 UTC) #3
Mike West
I've made some changes based on your comments, and updated the manifest. WDYT? http://codereview.chromium.org/6677108/diff/1/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/popup.html File ...
9 years, 9 months ago (2011-03-22 08:44:56 UTC) #4
kurrik.chromium
LGTM. I'd really prefer not to use innerHTML in samples unless absolutely necessary, but honestly ...
9 years, 9 months ago (2011-03-22 18:22:13 UTC) #5
Mike West
Fair point. I'll change it. http://codereview.chromium.org/6677108/diff/8001/chrome/common/extensions/docs/examples/extensions/proxy_configuration/proxy_form_controller.js File chrome/common/extensions/docs/examples/extensions/proxy_configuration/proxy_form_controller.js (right): http://codereview.chromium.org/6677108/diff/8001/chrome/common/extensions/docs/examples/extensions/proxy_configuration/proxy_form_controller.js#newcode664 chrome/common/extensions/docs/examples/extensions/proxy_configuration/proxy_form_controller.js:664: var msg = "<p>I'm ...
9 years, 9 months ago (2011-03-22 19:58:51 UTC) #6
Mike West
I've dropped `innerHTML` and regenerated the documentation after rebasing on top of origin/trunk. If you're ...
9 years, 9 months ago (2011-03-23 08:44:46 UTC) #7
kurrik.chromium
Can you update the issue with the following whitespace fix? Patch doesn't apply cleanly with ...
9 years, 9 months ago (2011-03-29 20:41:30 UTC) #8
Mike West
On 2011/03/29 20:41:30, kurrik.chromium wrote: > Can you update the issue with the following whitespace ...
9 years, 9 months ago (2011-03-29 21:07:05 UTC) #9
kurrik.chromium
Hm, can you just send me a zip of modified files, then? You should also ...
9 years, 8 months ago (2011-04-01 00:29:58 UTC) #10
Mike West
On 2011/04/01 00:29:58, kurrik.chromium wrote: > You should also go in for provisional committer status ...
9 years, 8 months ago (2011-04-04 08:57:37 UTC) #11
commit-bot: I haz the power
Can't process patch for file chrome/common/extensions/docs/examples/extensions/proxy_configuration.zip. File's status is None, patchset upload is incomplete
9 years, 8 months ago (2011-04-04 12:01:48 UTC) #12
commit-bot: I haz the power
Can't process patch for file chrome/common/extensions/docs/examples/extensions/proxy_configuration.zip. File's status is None, patchset upload is incomplete
9 years, 8 months ago (2011-04-04 12:02:35 UTC) #13
Mike West
On 2011/04/04 12:01:48, commit-bot wrote: > Can't process patch for file > chrome/common/extensions/docs/examples/extensions/proxy_configuration.zip. > File's ...
9 years, 8 months ago (2011-04-04 12:12:31 UTC) #14
kurrik.chromium
9 years, 8 months ago (2011-04-04 17:00:57 UTC) #15
Thanks, Mike.  Sorry for the hassle.

~Arne

On Mon, Apr 4, 2011 at 5:12 AM, <mkwst@chromium.org> wrote:

> On 2011/04/04 12:01:48, commit-bot wrote:
>
>> Can't process patch for file
>> chrome/common/extensions/docs/examples/extensions/proxy_configuration.zip.
>> File's status is None, patchset upload is incomplete
>>
>
> Gah.  Ok, so the commit-bot can't handle binary files either. This is a
> somewhat
> broken system.
>
> Mailing you a zip, Arne.
>
>
> http://codereview.chromium.org/6677108/
>

Powered by Google App Engine
This is Rietveld 408576698