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

Issue 2330253002: Add access to Physical Web Service results (Closed)

Created:
4 years, 3 months ago by hayesjordan
Modified:
4 years, 3 months ago
Reviewers:
cco3, gone
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add access to Physical Web Service results To allow access to Physical Web data, the URL info and Physical Web Service data needs to be paired together. The pairing gives all relevant information for a scanned URL. BUG=636490 Committed: https://crrev.com/576c1dde62f1bc26e4366d50b32f76a636a1dbbd Committed: https://crrev.com/394cd0ae7e135631c6fdb2b41ad651edd65d57b5 Cr-Original-Commit-Position: refs/heads/master@{#419531} Cr-Commit-Position: refs/heads/master@{#419603}

Patch Set 1 #

Patch Set 2 : Fix broken tests #

Total comments: 3

Patch Set 3 : Address cco3 comments #

Patch Set 4 : Address in person discussion #

Total comments: 8

Patch Set 5 : Address cco3 comments #

Patch Set 6 : Fix find bugs errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -0 lines) Patch
A chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwCollection.java View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/physicalweb/UrlManagerTest.java View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (15 generated)
cco3
https://codereview.chromium.org/2330253002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java File chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java (right): https://codereview.chromium.org/2330253002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java#newcode260 chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java:260: pairs.add(new PwPair(mUrlInfoMap.get(pwsResult.requestUrl), pwsResult)); When we have an ID other ...
4 years, 3 months ago (2016-09-16 18:11:50 UTC) #7
hayesjordan
https://codereview.chromium.org/2330253002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java File chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java (right): https://codereview.chromium.org/2330253002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java#newcode260 chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java:260: pairs.add(new PwPair(mUrlInfoMap.get(pwsResult.requestUrl), pwsResult)); On 2016/09/16 18:11:49, cco3 wrote: > ...
4 years, 3 months ago (2016-09-16 18:30:11 UTC) #8
cco3
https://codereview.chromium.org/2330253002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java File chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java (right): https://codereview.chromium.org/2330253002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java#newcode260 chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java:260: pairs.add(new PwPair(mUrlInfoMap.get(pwsResult.requestUrl), pwsResult)); On 2016/09/16 18:30:10, hayesjordan wrote: > ...
4 years, 3 months ago (2016-09-16 18:33:56 UTC) #9
hayesjordan
On 2016/09/16 18:33:56, cco3 wrote: > https://codereview.chromium.org/2330253002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java > File > chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java > (right): > > ...
4 years, 3 months ago (2016-09-16 19:23:54 UTC) #10
hayesjordan
4 years, 3 months ago (2016-09-16 19:24:17 UTC) #11
cco3
LGTM
4 years, 3 months ago (2016-09-16 20:28:19 UTC) #12
cco3
On 2016/09/16 20:28:19, cco3 wrote: > LGTM Please update as discussed in person.
4 years, 3 months ago (2016-09-16 21:13:48 UTC) #13
hayesjordan
On 2016/09/16 21:13:48, cco3 wrote: > On 2016/09/16 20:28:19, cco3 wrote: > > LGTM > ...
4 years, 3 months ago (2016-09-17 00:00:19 UTC) #14
cco3
https://codereview.chromium.org/2330253002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwCollection.java File chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwCollection.java (right): https://codereview.chromium.org/2330253002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwCollection.java#newcode8 chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwCollection.java:8: * A physical web pair represents a UrlInfo and ...
4 years, 3 months ago (2016-09-17 00:08:01 UTC) #15
hayesjordan
https://codereview.chromium.org/2330253002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwCollection.java File chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwCollection.java (right): https://codereview.chromium.org/2330253002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwCollection.java#newcode8 chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PwCollection.java:8: * A physical web pair represents a UrlInfo and ...
4 years, 3 months ago (2016-09-17 01:03:51 UTC) #16
cco3
LGTM
4 years, 3 months ago (2016-09-17 01:12:55 UTC) #17
cco3
4 years, 3 months ago (2016-09-19 16:57:16 UTC) #19
gone
lgtm
4 years, 3 months ago (2016-09-19 17:01:18 UTC) #20
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/2330253002/80001
4 years, 3 months ago (2016-09-19 17:48:09 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-19 19:32:41 UTC) #24
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/576c1dde62f1bc26e4366d50b32f76a636a1dbbd Cr-Commit-Position: refs/heads/master@{#419531}
4 years, 3 months ago (2016-09-19 21:03:06 UTC) #26
Dmitry Titov
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/2356553002/ by dimich@chromium.org. ...
4 years, 3 months ago (2016-09-19 21:24:17 UTC) #27
cco3
LGTM
4 years, 3 months ago (2016-09-19 23:05:18 UTC) #29
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/2330253002/100001
4 years, 3 months ago (2016-09-19 23:06:29 UTC) #32
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-19 23:42:59 UTC) #34
commit-bot: I haz the power
4 years, 3 months ago (2016-09-19 23:44:38 UTC) #36
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/394cd0ae7e135631c6fdb2b41ad651edd65d57b5
Cr-Commit-Position: refs/heads/master@{#419603}

Powered by Google App Engine
This is Rietveld 408576698