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

Issue 2484703003: [ios] Adds code to support the iOS Handoff feature. (Closed)

Created:
4 years, 1 month ago by rohitrao (ping after 24h)
Modified:
4 years, 1 month ago
Reviewers:
gab, erikchen, sdefresne
CC:
chromium-reviews, mac-reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[ios] Adds code to support the iOS Handoff feature. BUG=662936 Committed: https://crrev.com/f5225f68f44886f5d020d9e92a3dba6fac23a1ab Cr-Commit-Position: refs/heads/master@{#430766}

Patch Set 1 #

Patch Set 2 : Fixes. #

Total comments: 6

Patch Set 3 : Use existing HandoffManager. #

Patch Set 4 : Review. #

Patch Set 5 : Fix GN. #

Total comments: 8

Patch Set 6 : Review. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+355 lines, -19 lines) Patch
M components/handoff/BUILD.gn View 1 2 2 chunks +9 lines, -6 lines 0 comments Download
M components/handoff/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/handoff/handoff_manager.h View 1 2 3 chunks +16 lines, -0 lines 0 comments Download
M components/handoff/handoff_manager.mm View 1 2 3 chunks +18 lines, -1 line 2 comments Download
A components/handoff/pref_names_ios.h View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A components/handoff/pref_names_ios.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M ios/chrome/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A + ios/chrome/browser/device_sharing/BUILD.gn View 1 2 3 4 2 chunks +13 lines, -6 lines 0 comments Download
A + ios/chrome/browser/device_sharing/OWNERS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A ios/chrome/browser/device_sharing/device_sharing_manager.h View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A ios/chrome/browser/device_sharing/device_sharing_manager.mm View 1 2 3 4 5 1 chunk +103 lines, -0 lines 0 comments Download
A ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm View 1 2 1 chunk +116 lines, -0 lines 0 comments Download
M ios/chrome/browser/pref_names.h View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M ios/chrome/browser/pref_names.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 33 (17 generated)
rohitrao (ping after 24h)
+erikchen for review and OWNERS approval of the DEPS addition +sdefresne FYI
4 years, 1 month ago (2016-11-07 16:17:57 UTC) #2
erikchen
Before I do a full review, can you respond to my comment? https://codereview.chromium.org/2484703003/diff/20001/ios/chrome/browser/device_sharing/handoff_manager.h File ios/chrome/browser/device_sharing/handoff_manager.h ...
4 years, 1 month ago (2016-11-07 19:02:58 UTC) #3
rohitrao (ping after 24h)
On 2016/11/07 19:02:58, erikchen wrote: > Before I do a full review, can you respond ...
4 years, 1 month ago (2016-11-07 19:13:25 UTC) #4
erikchen
lgtm on the premise that the two HandoffManagers will be refactored sometime in the not-so-distant ...
4 years, 1 month ago (2016-11-07 22:02:08 UTC) #5
erikchen
On 2016/11/07 22:02:08, erikchen wrote: > lgtm on the premise that the two HandoffManagers will ...
4 years, 1 month ago (2016-11-07 22:04:34 UTC) #6
rohitrao (ping after 24h)
Updated to use the existing HandoffManager. Do these changes look ok to you? How do ...
4 years, 1 month ago (2016-11-08 02:19:42 UTC) #15
erikchen
lgtm with nits https://codereview.chromium.org/2484703003/diff/70001/components/handoff/handoff_manager.mm File components/handoff/handoff_manager.mm (right): https://codereview.chromium.org/2484703003/diff/70001/components/handoff/handoff_manager.mm#newcode14 components/handoff/handoff_manager.mm:14: #include "components/pref_registry/pref_registry_syncable.h" // nogncheck why do ...
4 years, 1 month ago (2016-11-08 18:13:55 UTC) #18
rohitrao (ping after 24h)
https://codereview.chromium.org/2484703003/diff/70001/components/handoff/handoff_manager.mm File components/handoff/handoff_manager.mm (right): https://codereview.chromium.org/2484703003/diff/70001/components/handoff/handoff_manager.mm#newcode14 components/handoff/handoff_manager.mm:14: #include "components/pref_registry/pref_registry_syncable.h" // nogncheck On 2016/11/08 18:13:55, erikchen wrote: ...
4 years, 1 month ago (2016-11-08 19:57:36 UTC) #19
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/2484703003/90001
4 years, 1 month ago (2016-11-08 20:03:10 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/299739)
4 years, 1 month ago (2016-11-08 20:12:14 UTC) #24
rohitrao (ping after 24h)
+gab for OWNERS approval for the new DEPS entry from components/handoff -> components/pref_registry
4 years, 1 month ago (2016-11-08 20:13:40 UTC) #26
gab
prefs DEPS addition rs-lgtm https://codereview.chromium.org/2484703003/diff/90001/components/handoff/handoff_manager.mm File components/handoff/handoff_manager.mm (right): https://codereview.chromium.org/2484703003/diff/90001/components/handoff/handoff_manager.mm#newcode14 components/handoff/handoff_manager.mm:14: #include "components/pref_registry/pref_registry_syncable.h" // nogncheck What ...
4 years, 1 month ago (2016-11-08 21:26:22 UTC) #27
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/2484703003/90001
4 years, 1 month ago (2016-11-08 23:38:21 UTC) #29
rohitrao (ping after 24h)
https://codereview.chromium.org/2484703003/diff/90001/components/handoff/handoff_manager.mm File components/handoff/handoff_manager.mm (right): https://codereview.chromium.org/2484703003/diff/90001/components/handoff/handoff_manager.mm#newcode14 components/handoff/handoff_manager.mm:14: #include "components/pref_registry/pref_registry_syncable.h" // nogncheck On 2016/11/08 21:26:22, gab wrote: ...
4 years, 1 month ago (2016-11-08 23:39:33 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:90001)
4 years, 1 month ago (2016-11-08 23:45:04 UTC) #31
commit-bot: I haz the power
4 years, 1 month ago (2016-11-08 23:48:57 UTC) #33
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f5225f68f44886f5d020d9e92a3dba6fac23a1ab
Cr-Commit-Position: refs/heads/master@{#430766}

Powered by Google App Engine
This is Rietveld 408576698