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

Issue 9909019: Add schema chrome-extension-resource:// for extension resources (Closed)

Created:
8 years, 8 months ago by Peng
Modified:
7 years, 6 months ago
CC:
chromium-reviews, arv (Not doing code reviews), Mihai Parparita -not on Chrome, bryeung
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add schema chrome-extension-resource:// for extension resources. It may be used for bundle JS libraries in future like Google Analytics JS library. Mark a test case flaky for OSX, and reland it. BUG=122987 TEST=unit_tests --gtest_filter=ExtensionFileUtil.* TEST=browser_tests --gtest_filter=ExtensionResourceRequestPolicyTest* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137794 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137918

Patch Set 1 : Update #

Total comments: 18

Patch Set 2 : Update #

Total comments: 22

Patch Set 3 : Fix review issues #

Total comments: 14

Patch Set 4 : Add tests #

Total comments: 12

Patch Set 5 : Update #

Total comments: 22

Patch Set 6 : Use c-e-r://invalid/ #

Patch Set 7 : Rebase on HEAD #

Patch Set 8 : Rebase on HEAD #

Patch Set 9 : Update #

Patch Set 10 : Rebase again #

Patch Set 11 : Update #

Patch Set 12 : Update #

Patch Set 13 : Update #

Patch Set 14 : Update #

Total comments: 12

Patch Set 15 : Fix issues #

Total comments: 4

Patch Set 16 : Update #

Patch Set 17 : Update #

Total comments: 2

Patch Set 18 : Update #

Patch Set 19 : Make some test flaky for OSX #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -9 lines) Patch
M chrome/browser/browser_process_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_resource_protocols.h View 1 2 3 4 5 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_resource_protocols.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +81 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_resource_request_policy_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +21 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -0 lines 0 comments Download
A chrome/browser/resources/extension_resource/demo/library.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_resources.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/common/chrome_content_client.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_paths.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_paths.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/common/extensions/csp_validator.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/csp_validator_unittest.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension_file_util.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_file_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_file_util_unittest.cc View 1 2 3 4 3 chunks +68 lines, -2 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +19 lines, -3 lines 0 comments Download
M chrome/renderer/extensions/extension_resource_request_policy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +9 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/extension_resource_request_policy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/accessible_cer/background.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/accessible_cer/main.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/accessible_cer/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/nonaccessible_chrome_resource_scheme.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 67 (0 generated)
abarth-chromium
Can this scheme be referenced by random web pages? I didn't see anything to prevent ...
8 years, 8 months ago (2012-04-11 20:15:33 UTC) #1
abarth-chromium
Also, it should be easy to add tests for this patch. You want to test ...
8 years, 8 months ago (2012-04-11 20:16:29 UTC) #2
abarth-chromium
https://chromiumcodereview.appspot.com/9909019/diff/1001/chrome/common/extensions/csp_validator.cc File chrome/common/extensions/csp_validator.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/1001/chrome/common/extensions/csp_validator.cc#newcode47 chrome/common/extensions/csp_validator.cc:47: StartsWithASCII(source, "chrome-extension-resource://", true)) { Note: If an extension uses ...
8 years, 8 months ago (2012-04-11 20:18:16 UTC) #3
Peng
https://chromiumcodereview.appspot.com/9909019/diff/1001/chrome/common/extensions/csp_validator.cc File chrome/common/extensions/csp_validator.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/1001/chrome/common/extensions/csp_validator.cc#newcode47 chrome/common/extensions/csp_validator.cc:47: StartsWithASCII(source, "chrome-extension-resource://", true)) { On 2012/04/11 20:15:33, abarth wrote: ...
8 years, 8 months ago (2012-04-11 20:23:51 UTC) #4
Tom Sepez
Just a few nits here. https://chromiumcodereview.appspot.com/9909019/diff/1001/chrome/browser/extensions/extension_protocols.cc File chrome/browser/extensions/extension_protocols.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/1001/chrome/browser/extensions/extension_protocols.cc#newcode329 chrome/browser/extensions/extension_protocols.cc:329: ExtensionInfoMap* extension_info_map) nit: Indentation. ...
8 years, 8 months ago (2012-04-11 20:31:16 UTC) #5
Peng
https://chromiumcodereview.appspot.com/9909019/diff/1001/chrome/browser/extensions/extension_protocols.cc File chrome/browser/extensions/extension_protocols.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/1001/chrome/browser/extensions/extension_protocols.cc#newcode329 chrome/browser/extensions/extension_protocols.cc:329: ExtensionInfoMap* extension_info_map) On 2012/04/11 20:31:16, Tom Sepez wrote: > ...
8 years, 8 months ago (2012-04-11 21:40:12 UTC) #6
miket_OOO
LGTM but see comments. https://chromiumcodereview.appspot.com/9909019/diff/19002/chrome/browser/extensions/extension_protocols.cc File chrome/browser/extensions/extension_protocols.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/19002/chrome/browser/extensions/extension_protocols.cc#newcode346 chrome/browser/extensions/extension_protocols.cc:346: PathService::Get(chrome::DIR_RESOURCES_EXTENSION, &path); Is this the ...
8 years, 8 months ago (2012-04-12 18:38:39 UTC) #7
Peng
Fixed issues. Please reviews it again. Thanks. https://chromiumcodereview.appspot.com/9909019/diff/19002/chrome/browser/extensions/extension_protocols.cc File chrome/browser/extensions/extension_protocols.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/19002/chrome/browser/extensions/extension_protocols.cc#newcode346 chrome/browser/extensions/extension_protocols.cc:346: PathService::Get(chrome::DIR_RESOURCES_EXTENSION, &path); ...
8 years, 8 months ago (2012-04-12 20:13:22 UTC) #8
Peng
Fixed issues. Please reviews it again. Thanks.
8 years, 8 months ago (2012-04-12 20:13:22 UTC) #9
miket_OOO
lgtm
8 years, 8 months ago (2012-04-12 20:52:02 UTC) #10
Peng
On 2012/04/12 20:52:02, miket wrote: > lgtm Tom & abarth, could please you review this ...
8 years, 8 months ago (2012-04-13 03:22:53 UTC) #11
abarth-chromium
This all looks fine, but as far as I can tell this patch has no ...
8 years, 8 months ago (2012-04-13 17:11:24 UTC) #12
Tom Sepez
Absolutely must have new tests that show: - Extensions can't perform arbitrary directory traversal '..'. ...
8 years, 8 months ago (2012-04-13 17:20:50 UTC) #13
miket_OOO
> When someone changes something down the road that breaks one of these rules, we ...
8 years, 8 months ago (2012-04-13 17:41:20 UTC) #14
Tom Sepez
On 2012/04/13 17:41:20, miket wrote: > > When someone changes something down the road that ...
8 years, 8 months ago (2012-04-13 18:59:22 UTC) #15
miket_OOO
> Assuming, of course, that they don't just disable the test so they can check ...
8 years, 8 months ago (2012-04-13 19:16:16 UTC) #16
Aaron Boodman
Please do not add this new permission. We've had a lot of trouble with these ...
8 years, 8 months ago (2012-04-16 18:54:36 UTC) #17
Aaron Boodman
http://codereview.chromium.org/9909019/diff/11003/chrome/test/data/extensions/api_test/accessible_cer/manifest.json File chrome/test/data/extensions/api_test/accessible_cer/manifest.json (right): http://codereview.chromium.org/9909019/diff/11003/chrome/test/data/extensions/api_test/accessible_cer/manifest.json#newcode4 chrome/test/data/extensions/api_test/accessible_cer/manifest.json:4: "manifest_version": 2, We should make the default security policy ...
8 years, 8 months ago (2012-04-16 18:56:15 UTC) #18
Aaron Boodman
http://codereview.chromium.org/9909019/diff/11003/chrome/common/extensions/extension_file_util.cc File chrome/common/extensions/extension_file_util.cc (right): http://codereview.chromium.org/9909019/diff/11003/chrome/common/extensions/extension_file_util.cc#newcode629 chrome/common/extensions/extension_file_util.cc:629: std::string host = net::UnescapeURLComponent(url.host(), On 2012/04/16 18:54:36, Aaron Boodman ...
8 years, 8 months ago (2012-04-16 18:59:57 UTC) #19
Peng
CL is updated. Please review it again. Thanks. https://chromiumcodereview.appspot.com/9909019/diff/14020/chrome/browser/extensions/extension_protocols.cc File chrome/browser/extensions/extension_protocols.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/14020/chrome/browser/extensions/extension_protocols.cc#newcode348 chrome/browser/extensions/extension_protocols.cc:348: extension_file_util::ExtensionURLToRelativeFilePath(request->url()); ...
8 years, 8 months ago (2012-04-17 13:52:05 UTC) #20
Aaron Boodman
http://codereview.chromium.org/9909019/diff/48001/chrome/common/extensions/csp_validator.cc File chrome/common/extensions/csp_validator.cc (right): http://codereview.chromium.org/9909019/diff/48001/chrome/common/extensions/csp_validator.cc#newcode47 chrome/common/extensions/csp_validator.cc:47: StartsWithASCII(source, "chrome-extension-resource:", true)) { Why not "//" here too? ...
8 years, 8 months ago (2012-04-18 17:52:24 UTC) #21
Tom Sepez
Tests seem OK, just a few nits and one worry. Thanks. http://codereview.chromium.org/9909019/diff/48001/chrome/browser/extensions/extension_resource_protocols.h File chrome/browser/extensions/extension_resource_protocols.h (right): ...
8 years, 8 months ago (2012-04-18 18:03:01 UTC) #22
Aaron Boodman
http://codereview.chromium.org/9909019/diff/48001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/9909019/diff/48001/chrome/renderer/chrome_content_renderer_client.cc#newcode721 chrome/renderer/chrome_content_renderer_client.cc:721: (url.SchemeIs(chrome::kExtensionResourceScheme) && On 2012/04/18 18:03:01, Tom Sepez wrote: > ...
8 years, 8 months ago (2012-04-18 18:06:20 UTC) #23
Tom Sepez
http://codereview.chromium.org/9909019/diff/48001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/9909019/diff/48001/chrome/renderer/chrome_content_renderer_client.cc#newcode721 chrome/renderer/chrome_content_renderer_client.cc:721: (url.SchemeIs(chrome::kExtensionResourceScheme) && Maybe you invent c-e-r://null and check for ...
8 years, 8 months ago (2012-04-18 18:24:38 UTC) #24
Peng
http://codereview.chromium.org/9909019/diff/48001/chrome/browser/extensions/extension_resource_protocols.h File chrome/browser/extensions/extension_resource_protocols.h (right): http://codereview.chromium.org/9909019/diff/48001/chrome/browser/extensions/extension_resource_protocols.h#newcode1 chrome/browser/extensions/extension_resource_protocols.h:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
8 years, 8 months ago (2012-04-18 18:29:16 UTC) #25
Peng
http://codereview.chromium.org/9909019/diff/48001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/9909019/diff/48001/chrome/renderer/chrome_content_renderer_client.cc#newcode721 chrome/renderer/chrome_content_renderer_client.cc:721: (url.SchemeIs(chrome::kExtensionResourceScheme) && On 2012/04/18 18:24:38, Tom Sepez wrote: > ...
8 years, 8 months ago (2012-04-18 18:35:12 UTC) #26
Peng
http://codereview.chromium.org/9909019/diff/48001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/9909019/diff/48001/chrome/renderer/chrome_content_renderer_client.cc#newcode721 chrome/renderer/chrome_content_renderer_client.cc:721: (url.SchemeIs(chrome::kExtensionResourceScheme) && On 2012/04/18 18:24:38, Tom Sepez wrote: > ...
8 years, 8 months ago (2012-04-18 18:47:32 UTC) #27
Aaron Boodman
http://codereview.chromium.org/9909019/diff/48001/chrome/common/extensions/extension_file_util.cc File chrome/common/extensions/extension_file_util.cc (right): http://codereview.chromium.org/9909019/diff/48001/chrome/common/extensions/extension_file_util.cc#newcode639 chrome/common/extensions/extension_file_util.cc:639: base::ThreadRestrictions::ScopedAllowIO allow_io; On 2012/04/18 18:29:16, Peng wrote: > On ...
8 years, 8 months ago (2012-04-18 18:51:01 UTC) #28
Aaron Boodman
http://codereview.chromium.org/9909019/diff/48001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/9909019/diff/48001/chrome/renderer/chrome_content_renderer_client.cc#newcode721 chrome/renderer/chrome_content_renderer_client.cc:721: (url.SchemeIs(chrome::kExtensionResourceScheme) && On 2012/04/18 18:51:01, Aaron Boodman wrote: > ...
8 years, 8 months ago (2012-04-18 19:13:49 UTC) #29
Tom Sepez
> We are going to use chrome-extension-resource://invalid. This results in a page that > has ...
8 years, 8 months ago (2012-04-18 19:33:38 UTC) #30
Peng
Hi Sky, James, Could you please review this CL? Thanks.
8 years, 8 months ago (2012-04-19 15:11:49 UTC) #31
sky
LGTM
8 years, 8 months ago (2012-04-19 15:54:00 UTC) #32
miket_OOO
I have not re-reviewed because I subsequent reviews are sufficiently thorough. Rubber-stamp LGTM.
8 years, 8 months ago (2012-04-19 18:21:07 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/47005
8 years, 8 months ago (2012-04-19 18:24:25 UTC) #34
commit-bot: I haz the power
Can't process patch for file chrome/browser/resources/extension_resource/analytics/ga.js. File's status is None, patchset upload is incomplete.
8 years, 8 months ago (2012-04-19 18:24:26 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/54001
8 years, 8 months ago (2012-04-19 18:30:02 UTC) #36
commit-bot: I haz the power
Can't process patch for file chrome/browser/resources/extension_resource/analytics/ga.js. File's status is None, patchset upload is incomplete.
8 years, 8 months ago (2012-04-19 18:30:03 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/56002
8 years, 8 months ago (2012-04-19 19:00:45 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/56002
8 years, 8 months ago (2012-04-19 19:44:51 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/56002
8 years, 8 months ago (2012-04-19 20:11:47 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/56002
8 years, 8 months ago (2012-04-19 20:24:59 UTC) #41
Peng
Update this CL. I removed GA library from this CL. This CL is only for ...
8 years, 7 months ago (2012-05-16 15:11:21 UTC) #42
miket_OOO
On 2012/05/16 15:11:21, Peng wrote: > Update this CL. > I removed GA library from ...
8 years, 7 months ago (2012-05-16 16:21:41 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/73002
8 years, 7 months ago (2012-05-16 16:30:38 UTC) #44
commit-bot: I haz the power
Presubmit check for 9909019-73002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-16 16:31:04 UTC) #45
Peng
Hi arv, Could you please review code under chrome/browser/resources? Hi Miranda, Could you please review ...
8 years, 7 months ago (2012-05-16 17:33:02 UTC) #46
Mihai Parparita -not on Chrome
https://chromiumcodereview.appspot.com/9909019/diff/71008/chrome/browser/extensions/extension_resource_request_policy_apitest.cc File chrome/browser/extensions/extension_resource_request_policy_apitest.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/71008/chrome/browser/extensions/extension_resource_request_policy_apitest.cc#newcode202 chrome/browser/extensions/extension_resource_request_policy_apitest.cc:202: "web_accessible/nonaccessabile_chrome_resource_scheme.html")); Typo ("nonaccessabile") https://chromiumcodereview.appspot.com/9909019/diff/71008/chrome/browser/extensions/extension_resource_request_policy_apitest.cc#newcode222 chrome/browser/extensions/extension_resource_request_policy_apitest.cc:222: #if defined(OS_WIN) Why is ...
8 years, 7 months ago (2012-05-16 23:17:43 UTC) #47
Peng
https://chromiumcodereview.appspot.com/9909019/diff/71008/chrome/browser/extensions/extension_resource_request_policy_apitest.cc File chrome/browser/extensions/extension_resource_request_policy_apitest.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/71008/chrome/browser/extensions/extension_resource_request_policy_apitest.cc#newcode202 chrome/browser/extensions/extension_resource_request_policy_apitest.cc:202: "web_accessible/nonaccessabile_chrome_resource_scheme.html")); On 2012/05/16 23:17:44, Mihai Parparita wrote: > Typo ...
8 years, 7 months ago (2012-05-17 14:49:57 UTC) #48
Mihai Parparita -not on Chrome
LGTM https://chromiumcodereview.appspot.com/9909019/diff/71009/chrome/browser/extensions/extension_resource_request_policy_apitest.cc File chrome/browser/extensions/extension_resource_request_policy_apitest.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/71009/chrome/browser/extensions/extension_resource_request_policy_apitest.cc#newcode19 chrome/browser/extensions/extension_resource_request_policy_apitest.cc:19: command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis); These two flags should no longer be ...
8 years, 7 months ago (2012-05-17 15:08:07 UTC) #49
Peng
https://chromiumcodereview.appspot.com/9909019/diff/71009/chrome/browser/extensions/extension_resource_request_policy_apitest.cc File chrome/browser/extensions/extension_resource_request_policy_apitest.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/71009/chrome/browser/extensions/extension_resource_request_policy_apitest.cc#newcode19 chrome/browser/extensions/extension_resource_request_policy_apitest.cc:19: command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis); On 2012/05/17 15:08:07, Mihai Parparita wrote: > These ...
8 years, 7 months ago (2012-05-17 15:32:35 UTC) #50
James Hawkins
resources/ LGTM
8 years, 7 months ago (2012-05-17 17:51:13 UTC) #51
Elliot Glaysher
profiles lgtm
8 years, 7 months ago (2012-05-17 18:20:05 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/76003
8 years, 7 months ago (2012-05-17 18:21:57 UTC) #53
commit-bot: I haz the power
Presubmit check for 9909019-76003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-17 18:22:24 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/69033
8 years, 7 months ago (2012-05-17 19:13:28 UTC) #55
commit-bot: I haz the power
Presubmit check for 9909019-69033 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-17 19:13:54 UTC) #56
Elliot Glaysher
https://chromiumcodereview.appspot.com/9909019/diff/69033/chrome/browser/extensions/extension_resource_protocols.cc File chrome/browser/extensions/extension_resource_protocols.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/69033/chrome/browser/extensions/extension_resource_protocols.cc#newcode39 chrome/browser/extensions/extension_resource_protocols.cc:39: base::ThreadRestrictions::ScopedAllowIO allow_io; The presubmit check is doing its job ...
8 years, 7 months ago (2012-05-17 19:23:40 UTC) #57
Peng
https://chromiumcodereview.appspot.com/9909019/diff/69033/chrome/browser/extensions/extension_resource_protocols.cc File chrome/browser/extensions/extension_resource_protocols.cc (right): https://chromiumcodereview.appspot.com/9909019/diff/69033/chrome/browser/extensions/extension_resource_protocols.cc#newcode39 chrome/browser/extensions/extension_resource_protocols.cc:39: base::ThreadRestrictions::ScopedAllowIO allow_io; On 2012/05/17 19:23:41, Elliot Glaysher wrote: > ...
8 years, 7 months ago (2012-05-17 19:26:11 UTC) #58
Mihai Parparita -not on Chrome
On Thu, May 17, 2012 at 12:26 PM, <penghuang@chromium.org> wrote: > I can not find ...
8 years, 7 months ago (2012-05-17 19:40:27 UTC) #59
Peng
On 2012/05/17 19:40:27, Mihai Parparita wrote: > On Thu, May 17, 2012 at 12:26 PM, ...
8 years, 7 months ago (2012-05-17 21:40:01 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/78003
8 years, 7 months ago (2012-05-17 21:43:09 UTC) #61
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary filesare still unsupported at ...
8 years, 7 months ago (2012-05-17 21:49:39 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/78003
8 years, 7 months ago (2012-05-17 23:12:03 UTC) #63
commit-bot: I haz the power
Change committed as 137794
8 years, 7 months ago (2012-05-18 01:50:23 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/9909019/78005
8 years, 7 months ago (2012-05-18 17:53:48 UTC) #65
commit-bot: I haz the power
Change committed as 137918
8 years, 7 months ago (2012-05-18 19:09:22 UTC) #66
Steve McKay
7 years, 6 months ago (2013-06-13 20:54:05 UTC) #67
Message was sent while issue was closed.
On 2012/05/18 19:09:22, I haz the power (commit-bot) wrote:
> Change committed as 137918

This patch is referenced from a privacy review for an aborted effort
(https://code.google.com/p/chromium/issues/detail?id=123803). As that project
was aborted can this change be reverted? Or is this functionality now being used
for other purposes?

Powered by Google App Engine
This is Rietveld 408576698