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

Issue 2319033006: Include a page title in the Physical Web omnibox overflow item (Closed)

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

Description

Include a page title in the Physical Web omnibox overflow item Instead of only listing the number of nearby Physical Web URLs, also include the page title of the top URL. The title will be truncated if it is too long to fit in the omnibox popup. BUG=630769 Committed: https://crrev.com/08c7909beaede13cc84f7ae081274ce7ae10f789 Cr-Commit-Position: refs/heads/master@{#418689}

Patch Set 1 #

Total comments: 28

Patch Set 2 : changes for mpearson@, refactor unit tests #

Total comments: 12

Patch Set 3 : nits #

Total comments: 2

Patch Set 4 : move kPhysicalWebMaxMatches declaration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -109 lines) Patch
M components/omnibox/browser/physical_web_provider.h View 1 2 3 2 chunks +19 lines, -3 lines 0 comments Download
M components/omnibox/browser/physical_web_provider.cc View 1 2 6 chunks +28 lines, -23 lines 0 comments Download
M components/omnibox/browser/physical_web_provider_unittest.cc View 1 2 8 chunks +158 lines, -81 lines 0 comments Download
M components/omnibox_strings.grdp View 1 2 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
mattreynolds
Hi Mark, here's the CL to adjust the Physical Web content and description strings, PTAL.
4 years, 3 months ago (2016-09-07 19:38:29 UTC) #2
Mark P
https://codereview.chromium.org/2319033006/diff/1/components/omnibox/browser/physical_web_provider.cc File components/omnibox/browser/physical_web_provider.cc (right): https://codereview.chromium.org/2319033006/diff/1/components/omnibox/browser/physical_web_provider.cc#newcode39 components/omnibox/browser/physical_web_provider.cc:39: // The maximum length of the page title in ...
4 years, 3 months ago (2016-09-08 18:49:50 UTC) #3
mattreynolds
https://codereview.chromium.org/2319033006/diff/1/components/omnibox/browser/physical_web_provider.cc File components/omnibox/browser/physical_web_provider.cc (right): https://codereview.chromium.org/2319033006/diff/1/components/omnibox/browser/physical_web_provider.cc#newcode39 components/omnibox/browser/physical_web_provider.cc:39: // The maximum length of the page title in ...
4 years, 3 months ago (2016-09-09 21:24:55 UTC) #4
Mark P
https://codereview.chromium.org/2319033006/diff/1/components/omnibox/browser/physical_web_provider.cc File components/omnibox/browser/physical_web_provider.cc (right): https://codereview.chromium.org/2319033006/diff/1/components/omnibox/browser/physical_web_provider.cc#newcode41 components/omnibox/browser/physical_web_provider.cc:41: static const size_t kMaxTitleLength = 15; On 2016/09/09 21:24:54, ...
4 years, 3 months ago (2016-09-13 23:34:43 UTC) #5
mattreynolds
https://codereview.chromium.org/2319033006/diff/1/components/omnibox/browser/physical_web_provider.cc File components/omnibox/browser/physical_web_provider.cc (right): https://codereview.chromium.org/2319033006/diff/1/components/omnibox/browser/physical_web_provider.cc#newcode41 components/omnibox/browser/physical_web_provider.cc:41: static const size_t kMaxTitleLength = 15; On 2016/09/13 23:34:42, ...
4 years, 3 months ago (2016-09-14 19:04:42 UTC) #6
Mark P
lgtm with a trivial comment below --mark https://codereview.chromium.org/2319033006/diff/40001/components/omnibox/browser/physical_web_provider.h File components/omnibox/browser/physical_web_provider.h (right): https://codereview.chromium.org/2319033006/diff/40001/components/omnibox/browser/physical_web_provider.h#newcode28 components/omnibox/browser/physical_web_provider.h:28: // The ...
4 years, 3 months ago (2016-09-14 19:33:11 UTC) #7
mattreynolds
Thanks Mark! https://codereview.chromium.org/2319033006/diff/40001/components/omnibox/browser/physical_web_provider.h File components/omnibox/browser/physical_web_provider.h (right): https://codereview.chromium.org/2319033006/diff/40001/components/omnibox/browser/physical_web_provider.h#newcode28 components/omnibox/browser/physical_web_provider.h:28: // The maximum number of match results ...
4 years, 3 months ago (2016-09-14 19:42:24 UTC) #8
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/2319033006/60001
4 years, 3 months ago (2016-09-14 19:44:36 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/141598)
4 years, 3 months ago (2016-09-14 20:37:37 UTC) #13
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/2319033006/60001
4 years, 3 months ago (2016-09-14 21:23:42 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-14 22:00:31 UTC) #16
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 22:02:54 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/08c7909beaede13cc84f7ae081274ce7ae10f789
Cr-Commit-Position: refs/heads/master@{#418689}

Powered by Google App Engine
This is Rietveld 408576698