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

Issue 795343002: Omnibox Watcher: Don't Flag Incidents that are Paste+Enter (Closed)

Created:
6 years ago by Mark P
Modified:
6 years ago
CC:
chromium-reviews, grt+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Omnibox Watcher: Don't Flag Incidents that are Paste+Enter The code currently excludes paste-and-go operations. It should probably also exclude paste+enter operations; these are effectively equivalent. TODO before submitting: test interactively BUG= TBR=bauerb@chromium.org,rogerta@chromium.org bauerb for change to chrome/browser/android/omnibox/autocomplete_controller_android.cc rogerta for change to chrome/browser/rlz/rlz_unittest.cc Committed: https://crrev.com/c281fb257d2acdd247b0692380d084863e2dd462 Cr-Commit-Position: refs/heads/master@{#308233} Committed: https://crrev.com/0dc8fbf38d87a17b5ec0bfe8249d69341122686a Cr-Commit-Position: refs/heads/master@{#308378}

Patch Set 1 #

Patch Set 2 : fix typo in comment #

Total comments: 4

Patch Set 3 : grt's comments #

Total comments: 2

Patch Set 4 : pkasting's comment #

Patch Set 5 : fix android tests #

Patch Set 6 : fix rlz unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -4 lines) Patch
M chrome/browser/android/omnibox/autocomplete_controller_android.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/omnibox/omnibox_log.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/omnibox/omnibox_log.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/rlz/rlz_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/omnibox_watcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 27 (8 generated)
Mark P
pkasting: please review chrome/browser/omnibox/... and chrome/browser/ui/omnibox/omnibox_edit_model.cc grt: please review chrome/browser/safe_browsing/incident_reporting/omnibox_watcher.cc thanks, mark
6 years ago (2014-12-11 23:10:40 UTC) #2
grt (UTC plus 2)
lgtm with nits https://codereview.chromium.org/795343002/diff/20001/chrome/browser/omnibox/omnibox_log.h File chrome/browser/omnibox/omnibox_log.h (right): https://codereview.chromium.org/795343002/diff/20001/chrome/browser/omnibox/omnibox_log.h#newcode60 chrome/browser/omnibox/omnibox_log.h:60: // True if the last action ...
6 years ago (2014-12-12 14:43:49 UTC) #3
Mark P
https://codereview.chromium.org/795343002/diff/20001/chrome/browser/omnibox/omnibox_log.h File chrome/browser/omnibox/omnibox_log.h (right): https://codereview.chromium.org/795343002/diff/20001/chrome/browser/omnibox/omnibox_log.h#newcode60 chrome/browser/omnibox/omnibox_log.h:60: // True if the last action was a PASTE ...
6 years ago (2014-12-12 20:44:33 UTC) #4
grt (UTC plus 2)
lgtm++
6 years ago (2014-12-12 20:47:55 UTC) #5
Peter Kasting
LGTM https://codereview.chromium.org/795343002/diff/40001/chrome/browser/omnibox/omnibox_log.h File chrome/browser/omnibox/omnibox_log.h (right): https://codereview.chromium.org/795343002/diff/40001/chrome/browser/omnibox/omnibox_log.h#newcode60 chrome/browser/omnibox/omnibox_log.h:60: // True if the user's last action was ...
6 years ago (2014-12-12 21:44:28 UTC) #6
Mark P
https://codereview.chromium.org/795343002/diff/40001/chrome/browser/omnibox/omnibox_log.h File chrome/browser/omnibox/omnibox_log.h (right): https://codereview.chromium.org/795343002/diff/40001/chrome/browser/omnibox/omnibox_log.h#newcode60 chrome/browser/omnibox/omnibox_log.h:60: // True if the user's last action was a ...
6 years ago (2014-12-12 22:07:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/795343002/60001
6 years ago (2014-12-12 22:07:56 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/25680) android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/37287)
6 years ago (2014-12-12 22:40:33 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/795343002/80001
6 years ago (2014-12-12 23:13:11 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/30217)
6 years ago (2014-12-13 00:25:52 UTC) #15
grt (UTC plus 2)
TBR bauerb@chromium.org for chrome/browser/android OWNERS since the change there is purely to track an interface ...
6 years ago (2014-12-13 00:59:37 UTC) #16
grt (UTC plus 2)
On 2014/12/13 00:59:37, grt wrote: > TBR mailto:bauerb@chromium.org for chrome/browser/android OWNERS since the change there ...
6 years ago (2014-12-13 01:00:05 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/795343002/80001
6 years ago (2014-12-13 01:01:25 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
6 years ago (2014-12-13 03:09:20 UTC) #21
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/c281fb257d2acdd247b0692380d084863e2dd462 Cr-Commit-Position: refs/heads/master@{#308233}
6 years ago (2014-12-13 03:09:57 UTC) #22
Mark P
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/800983005/ by mpearson@chromium.org. ...
6 years ago (2014-12-13 05:53:46 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/795343002/100001
6 years ago (2014-12-15 17:51:44 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years ago (2014-12-15 18:54:28 UTC) #26
commit-bot: I haz the power
6 years ago (2014-12-15 18:55:19 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/0dc8fbf38d87a17b5ec0bfe8249d69341122686a
Cr-Commit-Position: refs/heads/master@{#308378}

Powered by Google App Engine
This is Rietveld 408576698