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

Issue 1215433003: CL for Objective-C readability (Closed)

Created:
5 years, 6 months ago by shreyasv1
Modified:
5 years, 5 months ago
CC:
chromium-reviews, rohitrao (ping after 24h), Eugene But (OOO till 7-30)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

CL for Objective-C readability - Added more clarity to some comments. - Added mode to the description string. - Moved @properties before methods and added #pragma in the implementations - Refactored code to obtain an OperationType for a mode change in to its own method (operationTypeToChangeMode). - Changed finalizeChangeToMode to return a BOOL - Changed operationQueueForStashAndRestoreOperations's QoS to user initiated, since that's more appropriate. Committed: https://crrev.com/1767559652e5f2990819b8f5d1e63c546f349238 Cr-Commit-Position: refs/heads/master@{#338318}

Patch Set 1 #

Patch Set 2 : y #

Total comments: 67

Patch Set 3 : y #

Total comments: 7

Patch Set 4 : y #

Total comments: 6

Patch Set 5 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -234 lines) Patch
M ios/web/crw_browsing_data_store.mm View 1 2 3 4 15 chunks +250 lines, -197 lines 1 comment Download
M ios/web/crw_browsing_data_store_unittest.mm View 1 2 3 4 4 chunks +9 lines, -13 lines 0 comments Download
M ios/web/public/crw_browsing_data_store.h View 1 2 3 4 3 chunks +19 lines, -24 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
shreyasv1
5 years, 6 months ago (2015-06-25 21:16:18 UTC) #2
stuartmorgan
Overall this looks great. Specific notes/nits below. https://codereview.chromium.org/1215433003/diff/20001/ios/web/crw_browsing_data_store.mm File ios/web/crw_browsing_data_store.mm (right): https://codereview.chromium.org/1215433003/diff/20001/ios/web/crw_browsing_data_store.mm#newcode48 ios/web/crw_browsing_data_store.mm:48: - (instancetype)init ...
5 years, 5 months ago (2015-06-30 21:57:18 UTC) #3
stuartmorgan
Added initial reviewers to CC, since I just noticed that they are not there.
5 years, 5 months ago (2015-06-30 21:59:13 UTC) #4
shreyasv1
https://codereview.chromium.org/1215433003/diff/20001/ios/web/crw_browsing_data_store.mm File ios/web/crw_browsing_data_store.mm (right): https://codereview.chromium.org/1215433003/diff/20001/ios/web/crw_browsing_data_store.mm#newcode48 ios/web/crw_browsing_data_store.mm:48: - (instancetype)init NS_UNAVAILABLE; On 2015/06/30 21:57:17, stuartmorgan wrote: > ...
5 years, 5 months ago (2015-07-07 21:42:06 UTC) #5
stuartmorgan
https://codereview.chromium.org/1215433003/diff/20001/ios/web/crw_browsing_data_store.mm File ios/web/crw_browsing_data_store.mm (right): https://codereview.chromium.org/1215433003/diff/20001/ios/web/crw_browsing_data_store.mm#newcode52 ios/web/crw_browsing_data_store.mm:52: @property(nonatomic, readonly) NSArray* allBrowsingDataManagers; On 2015/07/07 21:42:05, shreyasv1 wrote: ...
5 years, 5 months ago (2015-07-09 16:33:50 UTC) #6
shreyasv1
https://codereview.chromium.org/1215433003/diff/20001/ios/web/crw_browsing_data_store.mm File ios/web/crw_browsing_data_store.mm (right): https://codereview.chromium.org/1215433003/diff/20001/ios/web/crw_browsing_data_store.mm#newcode52 ios/web/crw_browsing_data_store.mm:52: @property(nonatomic, readonly) NSArray* allBrowsingDataManagers; On 2015/07/09 16:33:49, stuartmorgan wrote: ...
5 years, 5 months ago (2015-07-09 17:18:01 UTC) #7
stuartmorgan
I think this is in good shape. Eugene or Rohit, please review the CL, then ...
5 years, 5 months ago (2015-07-09 17:50:52 UTC) #8
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/1215433003/diff/60001/ios/web/crw_browsing_data_store.mm File ios/web/crw_browsing_data_store.mm (right): https://codereview.chromium.org/1215433003/diff/60001/ios/web/crw_browsing_data_store.mm#newcode172 ios/web/crw_browsing_data_store.mm:172: - (instancetype)init { You don't need this since ...
5 years, 5 months ago (2015-07-09 20:08:08 UTC) #10
stuartmorgan
lgtm
5 years, 5 months ago (2015-07-09 20:58:45 UTC) #11
shreyasv1
https://codereview.chromium.org/1215433003/diff/60001/ios/web/crw_browsing_data_store.mm File ios/web/crw_browsing_data_store.mm (right): https://codereview.chromium.org/1215433003/diff/60001/ios/web/crw_browsing_data_store.mm#newcode172 ios/web/crw_browsing_data_store.mm:172: - (instancetype)init { On 2015/07/09 20:08:08, eugenebut wrote: > ...
5 years, 5 months ago (2015-07-10 17:06:22 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1215433003/80001
5 years, 5 months ago (2015-07-10 17:06:39 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 5 months ago (2015-07-10 17:44:33 UTC) #16
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/1767559652e5f2990819b8f5d1e63c546f349238 Cr-Commit-Position: refs/heads/master@{#338318}
5 years, 5 months ago (2015-07-10 17:45:49 UTC) #17
justincohen
5 years, 5 months ago (2015-07-15 12:53:17 UTC) #19
Message was sent while issue was closed.
https://codereview.chromium.org/1215433003/diff/80001/ios/web/crw_browsing_da...
File ios/web/crw_browsing_data_store.mm (left):

https://codereview.chromium.org/1215433003/diff/80001/ios/web/crw_browsing_da...
ios/web/crw_browsing_data_store.mm:178: - (instancetype)init {
Removing this breaks iOS9 compile.

Powered by Google App Engine
This is Rietveld 408576698