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

Issue 16023013: Introduce the iOS consumer API. (Closed)

Created:
7 years, 7 months ago by blundell
Modified:
7 years, 6 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Introduce the iOS consumer API. The purpose of this API is to make the iOS port less vulnerable to bustage during merges while in the process of upstreaming (see https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-technical-approach). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203144

Patch Set 1 #

Patch Set 2 : Add files #

Patch Set 3 : Avoid git looking for copies #

Patch Set 4 : Fix path #

Patch Set 5 : Fix ordering #

Total comments: 8

Patch Set 6 : Response to review #

Total comments: 4

Patch Set 7 : Response to reviews #

Total comments: 1

Patch Set 8 : Response to review #

Patch Set 9 : Fix missing base files #

Patch Set 10 : Response to review #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -0 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A ios/OWNERS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A ios/README.txt View 1 chunk +3 lines, -0 lines 0 comments Download
A ios/consumer/README.txt View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
A ios/consumer/base/util.mm View 1 2 3 4 5 6 7 8 9 1 chunk +18 lines, -0 lines 0 comments Download
A ios/consumer/ios_consumer.gyp View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download
A ios/consumer/public/DEPS View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 1 comment Download
A ios/consumer/public/base/util.h View 1 2 3 4 5 6 7 8 9 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
blundell
7 years, 7 months ago (2013-05-27 16:29:37 UTC) #1
stuartmorgan
https://codereview.chromium.org/16023013/diff/1007/ios/consume/README.txt File ios/consume/README.txt (right): https://codereview.chromium.org/16023013/diff/1007/ios/consume/README.txt#newcode7 ios/consume/README.txt:7: an OWNER. I wonder if we should put a ...
7 years, 6 months ago (2013-05-28 08:43:40 UTC) #2
blundell
Thanks. https://codereview.chromium.org/16023013/diff/1007/ios/consume/README.txt File ios/consume/README.txt (right): https://codereview.chromium.org/16023013/diff/1007/ios/consume/README.txt#newcode7 ios/consume/README.txt:7: an OWNER. Good idea, done. On 2013/05/28 08:43:40, ...
7 years, 6 months ago (2013-05-28 09:01:14 UTC) #3
jam
lgtm (although I'm not an owner for any of these directories) https://codereview.chromium.org/16023013/diff/12001/ios/consume/OWNERS File ios/consume/OWNERS (right): ...
7 years, 6 months ago (2013-05-28 14:38:02 UTC) #4
darin (slow to review)
nit: why "consume" and not "consumer"?
7 years, 6 months ago (2013-05-28 17:47:07 UTC) #5
blundell
On 2013/05/28 17:47:07, darin wrote: > nit: why "consume" and not "consumer"? I had been ...
7 years, 6 months ago (2013-05-28 18:24:06 UTC) #6
darin (slow to review)
OK On Tue, May 28, 2013 at 11:24 AM, <blundell@chromium.org> wrote: > On 2013/05/28 17:47:07, ...
7 years, 6 months ago (2013-05-28 18:31:41 UTC) #7
blundell
Thanks for the reviews, all comments applied, including s/consume/consumer/g. https://codereview.chromium.org/16023013/diff/12001/ios/consume/OWNERS File ios/consume/OWNERS (right): https://codereview.chromium.org/16023013/diff/12001/ios/consume/OWNERS#newcode4 ios/consume/OWNERS:4: ...
7 years, 6 months ago (2013-05-28 20:26:01 UTC) #8
darin (slow to review)
https://codereview.chromium.org/16023013/diff/24001/ios/consumer/public/base/util.h File ios/consumer/public/base/util.h (right): https://codereview.chromium.org/16023013/diff/24001/ios/consumer/public/base/util.h#newcode9 ios/consumer/public/base/util.h:9: namespace base { I recommend avoiding nested namespaces. I ...
7 years, 6 months ago (2013-05-28 21:00:09 UTC) #9
blundell
SGTM. I like the idea of having ios/foo be namespaced ios_foo as a convention, so ...
7 years, 6 months ago (2013-05-28 21:08:20 UTC) #10
darin (slow to review)
Note, it can get annoying if you have a lot of those ios_ prefixed namespaces. ...
7 years, 6 months ago (2013-05-28 21:11:24 UTC) #11
blundell
Fine with me as well. Done. On 2013/05/28 21:11:24, darin wrote: > Note, it can ...
7 years, 6 months ago (2013-05-28 21:17:28 UTC) #12
darin (slow to review)
LGTM https://codereview.chromium.org/16023013/diff/33002/ios/consumer/public/DEPS File ios/consumer/public/DEPS (right): https://codereview.chromium.org/16023013/diff/33002/ios/consumer/public/DEPS#newcode4 ios/consumer/public/DEPS:4: # be kept in sync with src/DEPS. note ...
7 years, 6 months ago (2013-05-28 21:29:04 UTC) #13
blundell
On 2013/05/28 21:29:04, darin wrote: > LGTM > > https://codereview.chromium.org/16023013/diff/33002/ios/consumer/public/DEPS > File ios/consumer/public/DEPS (right): > ...
7 years, 6 months ago (2013-05-30 09:25:49 UTC) #14
stuartmorgan
LGTM
7 years, 6 months ago (2013-05-30 10:59:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/16023013/33002
7 years, 6 months ago (2013-05-30 11:00:28 UTC) #16
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=155660
7 years, 6 months ago (2013-05-30 12:34:49 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/16023013/33002
7 years, 6 months ago (2013-05-30 13:01:22 UTC) #18
commit-bot: I haz the power
7 years, 6 months ago (2013-05-30 15:09:33 UTC) #19
Message was sent while issue was closed.
Change committed as 203144

Powered by Google App Engine
This is Rietveld 408576698