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

Issue 356613002: Add queryForNewLocalDevices to gcdPrivate (Closed)

Created:
6 years, 5 months ago by Noam Samuel
Modified:
6 years, 5 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Add function queryForNewLocalDevices to send query for new local devices, implement it for mDNS (WiFi devices forthcoming) BUG=383167 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282098

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -3 lines) Patch
M chrome/browser/extensions/api/gcd_private/gcd_private_api.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/gcd_private/gcd_private_api.cc View 1 2 3 4 2 chunks +32 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/gcd_private/gcd_private_apitest.cc View 1 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/gcd_private.idl View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/gcd_private/api/send_query.html View 2 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/gcd_private/api/send_query.js View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Noam Samuel
6 years, 5 months ago (2014-06-24 21:03:34 UTC) #1
Vitaly Buka (NO REVIEWS)
lgtm BUG?
6 years, 5 months ago (2014-06-24 21:17:48 UTC) #2
Vitaly Buka (NO REVIEWS)
The CQ bit was unchecked by vitalybuka@chromium.org
6 years, 5 months ago (2014-06-24 21:17:51 UTC) #3
asargent_no_longer_on_chrome
https://codereview.chromium.org/356613002/diff/1/chrome/common/extensions/api/gcd_private.idl File chrome/common/extensions/api/gcd_private.idl (right): https://codereview.chromium.org/356613002/diff/1/chrome/common/extensions/api/gcd_private.idl#newcode39 chrome/common/extensions/api/gcd_private.idl:39: // onLocalDeviceStateChanged event per device. Did you consider having ...
6 years, 5 months ago (2014-06-24 22:31:48 UTC) #4
Noam Samuel
https://codereview.chromium.org/356613002/diff/1/chrome/common/extensions/api/gcd_private.idl File chrome/common/extensions/api/gcd_private.idl (right): https://codereview.chromium.org/356613002/diff/1/chrome/common/extensions/api/gcd_private.idl#newcode39 chrome/common/extensions/api/gcd_private.idl:39: // onLocalDeviceStateChanged event per device. On 2014/06/24 22:31:48, Antony ...
6 years, 5 months ago (2014-06-24 23:07:06 UTC) #5
asargent_no_longer_on_chrome
Ah, I get it, so there's really no concept of the query being "done". It ...
6 years, 5 months ago (2014-06-24 23:12:49 UTC) #6
Vitaly Buka (NO REVIEWS)
The CQ bit was checked by vitalybuka@chromium.org
6 years, 5 months ago (2014-07-01 19:34:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/356613002/1
6 years, 5 months ago (2014-07-01 19:37:06 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-01 19:49:25 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-01 19:50:35 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/23780)
6 years, 5 months ago (2014-07-01 19:50:36 UTC) #11
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 5 months ago (2014-07-08 21:54:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/356613002/20001
6 years, 5 months ago (2014-07-08 21:57:46 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-09 01:51:25 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-09 02:56:52 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/49651)
6 years, 5 months ago (2014-07-09 02:56:52 UTC) #16
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/356613002/diff/20001/chrome/browser/extensions/api/gcd_private/gcd_private_api.cc File chrome/browser/extensions/api/gcd_private/gcd_private_api.cc (right): https://codereview.chromium.org/356613002/diff/20001/chrome/browser/extensions/api/gcd_private/gcd_private_api.cc#newcode264 chrome/browser/extensions/api/gcd_private/gcd_private_api.cc:264: "You must first subscribe to onCloudDeviceStateChanged notifications"; please update ...
6 years, 5 months ago (2014-07-09 04:34:09 UTC) #17
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 5 months ago (2014-07-09 17:01:36 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/356613002/80001
6 years, 5 months ago (2014-07-09 17:02:36 UTC) #19
commit-bot: I haz the power
Change committed as 282098
6 years, 5 months ago (2014-07-09 19:35:09 UTC) #20
horo
A revert of this CL has been created in https://codereview.chromium.org/384503003/ by horo@chromium.org. The reason for ...
6 years, 5 months ago (2014-07-10 01:24:32 UTC) #21
horo
A revert of this CL has been created in https://codereview.chromium.org/384543003/ by horo@chromium.org. The reason for ...
6 years, 5 months ago (2014-07-10 01:43:36 UTC) #22
horo
6 years, 5 months ago (2014-07-10 02:32:00 UTC) #23
Message was sent while issue was closed.
Revert button didn't work.
So I reverted with "drover --revert 282098".

https://codereview.chromium.org/377383008/

Powered by Google App Engine
This is Rietveld 408576698