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

Issue 10541125: Add "scheme" field to WebIntentServiceData object. (Closed)

Created:
8 years, 6 months ago by Steve McKay
Modified:
8 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add "scheme" field to WebIntentServiceData object. Add unittest for web_intent_service_data. Reorder constructor args to group service url with title. BUG=129199 TEST=./out/Debug/unit_tests --gtest_filter=WebIntentServiceDataTest.* +jamesr AND brettw for webkit_glue changes. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144800

Patch Set 1 #

Patch Set 2 : Additional detail on comments for scheme and service_url. #

Patch Set 3 : Fixed failing test. #

Patch Set 4 : Add scheme to IPC traits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -64 lines) Patch
M chrome/browser/intents/web_intents_registry_unittest.cc View 3 chunks +68 lines, -46 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/common/intents_messages.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M webkit/glue/web_intent_service_data.h View 1 2 chunks +17 lines, -4 lines 0 comments Download
M webkit/glue/web_intent_service_data.cc View 1 2 3 chunks +18 lines, -13 lines 0 comments Download
A webkit/glue/web_intent_service_data_unittest.cc View 1 2 1 chunk +82 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Greg Billock
lgtm
8 years, 6 months ago (2012-06-14 05:06:52 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/smckay@chromium.org/10541125/1
8 years, 6 months ago (2012-06-14 16:07:15 UTC) #2
commit-bot: I haz the power
Presubmit check for 10541125-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 6 months ago (2012-06-14 16:07:17 UTC) #3
Steve McKay
Added OWNERS for webkit to LGTM webkit_glue changes. jamesr@ OR brettw@, if one of you ...
8 years, 6 months ago (2012-06-14 16:42:49 UTC) #4
jamesr
Is "scheme" here something different from a URL scheme? It's a bit confusing to me ...
8 years, 6 months ago (2012-06-14 18:15:37 UTC) #5
Steve McKay
On 2012/06/14 18:15:37, jamesr wrote: > Is "scheme" here something different from a URL scheme? ...
8 years, 6 months ago (2012-06-14 18:52:50 UTC) #6
jamesr
On 2012/06/14 18:52:50, smckay1 wrote: > On 2012/06/14 18:15:37, jamesr wrote: > > Is "scheme" ...
8 years, 6 months ago (2012-06-14 19:14:53 UTC) #7
smckay
Correct. It is entirely unrelated to the service URL. I actually reordered the fields/constructor args ...
8 years, 6 months ago (2012-06-14 19:36:34 UTC) #8
Steve McKay
I don't think the CL is waiting on me. Can folks have another look?
8 years, 6 months ago (2012-06-22 19:16:59 UTC) #9
Steve McKay
Woops. I am responsible for updating the comments. I'll ping when the CL is ready.
8 years, 6 months ago (2012-06-22 19:18:51 UTC) #10
Steve McKay
Okay. Updated the comments. PTAL.
8 years, 6 months ago (2012-06-22 19:22:33 UTC) #11
Greg Billock
On 2012/06/22 19:22:33, smckay1 wrote: > Okay. Updated the comments. PTAL. Can you update content/common/intents_messages.h ...
8 years, 6 months ago (2012-06-25 16:33:16 UTC) #12
Steve McKay
PTAL. I reordered the IPC traits, but don't know for sure that's kosher. Lemme know. ...
8 years, 5 months ago (2012-06-27 22:44:13 UTC) #13
brettw
It's fine to reorder the traits.
8 years, 5 months ago (2012-06-27 22:46:17 UTC) #14
jamesr
lgtm
8 years, 5 months ago (2012-06-27 23:24:28 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/smckay@chromium.org/10541125/28002
8 years, 5 months ago (2012-06-28 00:49:34 UTC) #16
commit-bot: I haz the power
Presubmit check for 10541125-28002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-06-28 00:49:44 UTC) #17
brettw
content/common LGTM
8 years, 5 months ago (2012-06-28 19:05:55 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/smckay@chromium.org/10541125/28002
8 years, 5 months ago (2012-06-28 20:18:56 UTC) #19
commit-bot: I haz the power
8 years, 5 months ago (2012-06-28 21:24:45 UTC) #20
Change committed as 144800

Powered by Google App Engine
This is Rietveld 408576698