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

Issue 11741014: Move 'intents' parsing out of Extension (Closed)

Created:
7 years, 11 months ago by Joe Thomas
Modified:
7 years, 11 months ago
CC:
chromium-reviews, groby+watch_chromium.org, nkostylev+watch_chromium.org, rouslan+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, oshima+watch_chromium.org, smckay+watch_chromium.org, gbillock+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, Devlin, SanjoyPal
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Move 'intents' parsing out of Extension Patch from Joe Thomas <mhx348@motorola.com>;. BUG=159265 TBR=ben@chromium.org for gyp Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176274

Patch Set 1 #

Patch Set 2 : fixed intents unittest #

Total comments: 16

Patch Set 3 : Review comments addressed #

Total comments: 2

Patch Set 4 : lazy instance #

Total comments: 4

Patch Set 5 : nit fixed #

Patch Set 6 : patch rebased #

Patch Set 7 : fixed special_storage_policy unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+537 lines, -332 lines) Patch
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_special_storage_policy.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_special_storage_policy_unittest.cc View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/platform_app_launcher.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
A chrome/browser/extensions/web_intents_parser.h View 1 2 3 4 5 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/extensions/web_intents_parser.cc View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
M chrome/browser/intents/web_intents_registry.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/intents/web_intents_registry_unittest.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 2 3 4 5 4 chunks +0 lines, -17 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 3 4 5 3 chunks +0 lines, -164 lines 0 comments Download
A chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc View 1 2 3 4 1 chunk +178 lines, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_web_unittest.cc View 2 chunks +0 lines, -145 lines 0 comments Download
A chrome/common/extensions/web_intents_handler.h View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A chrome/common/extensions/web_intents_handler.cc View 1 2 3 4 1 chunk +212 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Joe Thomas
7 years, 11 months ago (2013-01-03 04:20:19 UTC) #1
Yoyo Zhou
https://codereview.chromium.org/11741014/diff/2001/chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc File chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc (right): https://codereview.chromium.org/11741014/diff/2001/chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc#newcode16 chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc:16: namespace keys = extension_manifest_keys; No need for this if ...
7 years, 11 months ago (2013-01-04 01:04:24 UTC) #2
Joe Thomas
https://codereview.chromium.org/11741014/diff/2001/chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc File chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc (right): https://codereview.chromium.org/11741014/diff/2001/chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc#newcode16 chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc:16: namespace keys = extension_manifest_keys; On 2013/01/04 01:04:25, Yoyo Zhou ...
7 years, 11 months ago (2013-01-04 03:33:35 UTC) #3
Yoyo Zhou
https://codereview.chromium.org/11741014/diff/2001/chrome/common/extensions/web_intents_handler.cc File chrome/common/extensions/web_intents_handler.cc (right): https://codereview.chromium.org/11741014/diff/2001/chrome/common/extensions/web_intents_handler.cc#newcode167 chrome/common/extensions/web_intents_handler.cc:167: g_empty_intents_data.Get().intents_data; On 2013/01/04 03:33:35, Joe Thomas wrote: > On ...
7 years, 11 months ago (2013-01-05 00:27:42 UTC) #4
Joe Thomas
https://codereview.chromium.org/11741014/diff/2001/chrome/common/extensions/web_intents_handler.cc File chrome/common/extensions/web_intents_handler.cc (right): https://codereview.chromium.org/11741014/diff/2001/chrome/common/extensions/web_intents_handler.cc#newcode167 chrome/common/extensions/web_intents_handler.cc:167: g_empty_intents_data.Get().intents_data; On 2013/01/05 00:27:42, Yoyo Zhou wrote: > On ...
7 years, 11 months ago (2013-01-05 01:49:27 UTC) #5
Yoyo Zhou
LGTM https://codereview.chromium.org/11741014/diff/25001/chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc File chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc (right): https://codereview.chromium.org/11741014/diff/25001/chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc#newcode44 chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc:44: ASSERT_TRUE(extension.get()); You can also write this ASSERT_TRUE(extension); https://codereview.chromium.org/11741014/diff/25001/chrome/common/extensions/web_intents_handler.cc ...
7 years, 11 months ago (2013-01-05 01:51:19 UTC) #6
Joe Thomas
+ ben for gyp changes + gbillock for chrome/browser/intents + mirandac for chrome/browser/profiles Please review. ...
7 years, 11 months ago (2013-01-05 02:05:58 UTC) #7
Joe Thomas
https://codereview.chromium.org/11741014/diff/25001/chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc File chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc (right): https://codereview.chromium.org/11741014/diff/25001/chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc#newcode44 chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc:44: ASSERT_TRUE(extension.get()); On 2013/01/05 01:51:19, Yoyo Zhou wrote: > You ...
7 years, 11 months ago (2013-01-05 03:02:03 UTC) #8
Miranda Callahan
profiles/* LGTM. On 2013/01/05 03:02:03, Joe Thomas wrote: > https://codereview.chromium.org/11741014/diff/25001/chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc > File > chrome/common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc > ...
7 years, 11 months ago (2013-01-07 14:13:42 UTC) #9
Joe Thomas
@Greg Billock, Ping. Could you please review chrome/browser/intents/ changes? Thanks
7 years, 11 months ago (2013-01-09 17:36:02 UTC) #10
Greg Billock
On 2013/01/09 17:36:02, Joe Thomas wrote: > @Greg Billock, > > Ping. Could you please ...
7 years, 11 months ago (2013-01-09 17:37:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11741014/35001
7 years, 11 months ago (2013-01-10 16:19:38 UTC) #12
commit-bot: I haz the power
Presubmit check for 11741014-35001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 11 months ago (2013-01-10 16:19:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11741014/35001
7 years, 11 months ago (2013-01-10 16:21:24 UTC) #14
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) sync_unit_tests, unit_tests
7 years, 11 months ago (2013-01-10 16:35:07 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11741014/35001
7 years, 11 months ago (2013-01-10 16:48:24 UTC) #16
Joe Thomas
Hello Yoyo, Could you please review chrome/browser/extensions/extension_special_storage_policy_unittest.cc in the latest patch. I fixed a failing ...
7 years, 11 months ago (2013-01-10 21:16:29 UTC) #17
Yoyo Zhou
LGTM
7 years, 11 months ago (2013-01-10 21:56:36 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11741014/42007
7 years, 11 months ago (2013-01-10 21:59:36 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11741014/42007
7 years, 11 months ago (2013-01-11 04:58:52 UTC) #20
commit-bot: I haz the power
7 years, 11 months ago (2013-01-11 05:54:22 UTC) #21
Message was sent while issue was closed.
Change committed as 176274

Powered by Google App Engine
This is Rietveld 408576698