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

Issue 2624143003: Update OCMock to 3.1.5 (Closed)

Created:
3 years, 11 months ago by gambard
Modified:
3 years, 10 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, vabr+watchlistpasswordmanager_chromium.org, tfarina, pkl (ping after 24h if needed), noyau+watch_chromium.org, mac-reviews_chromium.org, marq+watch_chromium.org, chromium-apps-reviews_chromium.org, gcasto+watchlist_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update OCMock to 3.1.5 This CL updates OCMock to 3.1.5. This update is possible as the iOS code is now open source and the OSX uses the 10.10 SDK. BUG=622753 NOPRESUBMIT=true Review-Url: https://codereview.chromium.org/2624143003 Cr-Commit-Position: refs/heads/master@{#449299} Committed: https://chromium.googlesource.com/chromium/src/+/d8d4403f85a825365647cd629289c210afc0da49

Patch Set 1 #

Patch Set 2 : Update configs #

Patch Set 3 : Patches in more commits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3759 lines, -1202 lines) Patch
M chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/passwords/password_controller_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/passwords/password_generation_agent_unittest.mm View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/ocmock/BUILD.gn View 1 4 chunks +31 lines, -5 lines 0 comments Download
M third_party/ocmock/Changes.txt View 1 chunk +152 lines, -151 lines 0 comments Download
M third_party/ocmock/License.txt View 1 chunk +177 lines, -15 lines 0 comments Download
M third_party/ocmock/OCMock/NSInvocation+OCMAdditions.h View 1 chunk +37 lines, -24 lines 0 comments Download
M third_party/ocmock/OCMock/NSInvocation+OCMAdditions.m View 19 chunks +108 lines, -74 lines 0 comments Download
M third_party/ocmock/OCMock/NSMethodSignature+OCMAdditions.h View 2 chunks +18 lines, -5 lines 0 comments Download
M third_party/ocmock/OCMock/NSMethodSignature+OCMAdditions.m View 1 chunk +51 lines, -9 lines 0 comments Download
M third_party/ocmock/OCMock/NSNotificationCenter+OCMAdditions.h View 1 chunk +17 lines, -6 lines 0 comments Download
M third_party/ocmock/OCMock/NSNotificationCenter+OCMAdditions.m View 2 chunks +17 lines, -5 lines 0 comments Download
A third_party/ocmock/OCMock/NSObject+OCMAdditions.h View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/NSObject+OCMAdditions.m View 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/NSValue+OCMAdditions.h View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/NSValue+OCMAdditions.m View 1 chunk +107 lines, -0 lines 0 comments Download
M third_party/ocmock/OCMock/OCClassMockObject.h View 1 chunk +18 lines, -5 lines 0 comments Download
M third_party/ocmock/OCMock/OCClassMockObject.m View 4 chunks +241 lines, -7 lines 0 comments Download
M third_party/ocmock/OCMock/OCMArg.h View 3 chunks +28 lines, -8 lines 0 comments Download
M third_party/ocmock/OCMock/OCMArg.m View 5 chunks +51 lines, -10 lines 0 comments Download
M third_party/ocmock/OCMock/OCMBlockCaller.h View 2 chunks +15 lines, -6 lines 0 comments Download
M third_party/ocmock/OCMock/OCMBlockCaller.m View 2 chunks +24 lines, -10 lines 0 comments Download
M third_party/ocmock/OCMock/OCMBoxedReturnValueProvider.h View 1 chunk +15 lines, -4 lines 0 comments Download
M third_party/ocmock/OCMock/OCMBoxedReturnValueProvider.m View 1 chunk +31 lines, -201 lines 0 comments Download
M third_party/ocmock/OCMock/OCMConstraint.h View 2 chunks +19 lines, -12 lines 0 comments Download
M third_party/ocmock/OCMock/OCMConstraint.m View 4 chunks +33 lines, -17 lines 0 comments Download
M third_party/ocmock/OCMock/OCMExceptionReturnValueProvider.h View 1 chunk +15 lines, -4 lines 0 comments Download
M third_party/ocmock/OCMock/OCMExceptionReturnValueProvider.m View 1 chunk +15 lines, -4 lines 0 comments Download
A third_party/ocmock/OCMock/OCMExpectationRecorder.h View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMExpectationRecorder.m View 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMFunctions.h View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMFunctions.m View 1 chunk +295 lines, -0 lines 0 comments Download
M third_party/ocmock/OCMock/OCMIndirectReturnValueProvider.h View 1 chunk +15 lines, -4 lines 0 comments Download
M third_party/ocmock/OCMock/OCMIndirectReturnValueProvider.m View 2 chunks +29 lines, -8 lines 0 comments Download
A third_party/ocmock/OCMock/OCMInvocationExpectation.h View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMInvocationExpectation.m View 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMInvocationMatcher.h View 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMInvocationMatcher.m View 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMInvocationStub.h View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMInvocationStub.m View 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMLocation.h View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMLocation.m View 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMMacroState.h View 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMMacroState.m View 1 chunk +112 lines, -0 lines 0 comments Download
M third_party/ocmock/OCMock/OCMNotificationPoster.h View 1 chunk +15 lines, -4 lines 0 comments Download
M third_party/ocmock/OCMock/OCMNotificationPoster.m View 2 chunks +20 lines, -6 lines 0 comments Download
M third_party/ocmock/OCMock/OCMObserverRecorder.h View 1 chunk +15 lines, -4 lines 0 comments Download
M third_party/ocmock/OCMock/OCMObserverRecorder.m View 2 chunks +26 lines, -14 lines 0 comments Download
M third_party/ocmock/OCMock/OCMPassByRefSetter.h View 1 chunk +15 lines, -4 lines 0 comments Download
M third_party/ocmock/OCMock/OCMPassByRefSetter.m View 2 chunks +20 lines, -6 lines 0 comments Download
M third_party/ocmock/OCMock/OCMRealObjectForwarder.h View 1 chunk +15 lines, -4 lines 0 comments Download
M third_party/ocmock/OCMock/OCMRealObjectForwarder.m View 2 chunks +31 lines, -12 lines 0 comments Download
A third_party/ocmock/OCMock/OCMRecorder.h View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMRecorder.m View 1 chunk +109 lines, -0 lines 0 comments Download
M third_party/ocmock/OCMock/OCMReturnValueProvider.h View 2 chunks +16 lines, -5 lines 0 comments Download
M third_party/ocmock/OCMock/OCMReturnValueProvider.m View 2 chunks +33 lines, -11 lines 0 comments Download
A third_party/ocmock/OCMock/OCMStubRecorder.h View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMStubRecorder.m View 1 chunk +187 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMVerifier.h View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/ocmock/OCMock/OCMVerifier.m View 1 1 chunk +48 lines, -0 lines 0 comments Download
M third_party/ocmock/OCMock/OCMock.h View 1 chunk +80 lines, -5 lines 0 comments Download
M third_party/ocmock/OCMock/OCMock-Info.plist View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/ocmock/OCMock/OCMockObject.h View 3 chunks +40 lines, -9 lines 0 comments Download
M third_party/ocmock/OCMock/OCMockObject.m View 4 chunks +214 lines, -102 lines 0 comments Download
D third_party/ocmock/OCMock/OCMockRecorder.h View 1 chunk +0 lines, -32 lines 0 comments Download
D third_party/ocmock/OCMock/OCMockRecorder.m View 1 chunk +0 lines, -187 lines 0 comments Download
M third_party/ocmock/OCMock/OCObserverMockObject.h View 2 chunks +27 lines, -6 lines 0 comments Download
M third_party/ocmock/OCMock/OCObserverMockObject.m View 4 chunks +60 lines, -16 lines 0 comments Download
M third_party/ocmock/OCMock/OCPartialMockObject.h View 2 chunks +15 lines, -12 lines 0 comments Download
M third_party/ocmock/OCMock/OCPartialMockObject.m View 2 chunks +161 lines, -85 lines 0 comments Download
D third_party/ocmock/OCMock/OCPartialMockRecorder.h View 1 chunk +0 lines, -12 lines 0 comments Download
D third_party/ocmock/OCMock/OCPartialMockRecorder.m View 1 chunk +0 lines, -27 lines 0 comments Download
M third_party/ocmock/OCMock/OCProtocolMockObject.h View 1 chunk +15 lines, -4 lines 0 comments Download
M third_party/ocmock/OCMock/OCProtocolMockObject.m View 3 chunks +24 lines, -14 lines 0 comments Download
M third_party/ocmock/README.chromium View 1 2 2 chunks +11 lines, -18 lines 0 comments Download
M third_party/ocmock/ocmock_extensions.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/ocmock/ocmock_extensions.mm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (19 generated)
gambard
I want to update OCMock to a newer version, but I am hitting a presubmit ...
3 years, 11 months ago (2017-01-11 16:08:56 UTC) #10
Robert Sesek
LGTM. Please also ping the OSPO for the license change (per https://chromium.googlesource.com/chromium/src.git/+/master/docs/adding_to_third_party.md#Get-a-Review). On 2017/01/11 16:08:56, ...
3 years, 11 months ago (2017-01-11 16:32:53 UTC) #11
gambard
On 2017/01/11 16:32:53, Robert Sesek wrote: > LGTM. Please also ping the OSPO for the ...
3 years, 11 months ago (2017-01-11 16:51:58 UTC) #12
gambard
In addition, I patched in c32abcaba428921d8ac12ac98b272ecf8241f9bb and 33aeea46b0912d9f57ff0ee2763f2667ac099acc to allow the use of .andReturn(...). I ...
3 years, 10 months ago (2017-02-08 09:17:04 UTC) #17
Robert Sesek
slgtm
3 years, 10 months ago (2017-02-08 19:49:31 UTC) #18
marq (ping after 24h)
ios/ LGTM
3 years, 10 months ago (2017-02-09 14:30:02 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2624143003/40001
3 years, 10 months ago (2017-02-09 14:30:40 UTC) #24
commit-bot: I haz the power
3 years, 10 months ago (2017-02-09 15:42:27 UTC) #27
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/d8d4403f85a825365647cd629289...

Powered by Google App Engine
This is Rietveld 408576698