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

Issue 2324593002: [Mac] Fix for security indicator drag&drop navigation (Closed)

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

Description

[Mac] Fix for security indicator drag&drop navigation Reject drops that land on the omnibox decorations BUG=588381 Committed: https://crrev.com/441287d182ed3eef1fa522d682ad705e659023bc Cr-Commit-Position: refs/heads/master@{#420768}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use dragginglocation instead #

Patch Set 3 : Don't drop it in padding #

Patch Set 4 : Cleaned up #

Total comments: 6

Patch Set 5 : Fix for shrike #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -5 lines) Patch
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm View 1 2 3 4 1 chunk +11 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm View 1 2 3 4 2 chunks +34 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (4 generated)
spqchan
PTAL
4 years, 3 months ago (2016-09-07 22:30:56 UTC) #2
shrike
https://codereview.chromium.org/2324593002/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm File chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm (right): https://codereview.chromium.org/2324593002/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm#newcode522 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm:522: [[self cell] decorationForEvent:[NSApp currentEvent] Relying on [NSApp currentEvent] for ...
4 years, 3 months ago (2016-09-07 23:49:27 UTC) #3
spqchan
PTAL https://codereview.chromium.org/2324593002/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm File chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm (right): https://codereview.chromium.org/2324593002/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm#newcode522 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm:522: [[self cell] decorationForEvent:[NSApp currentEvent] On 2016/09/07 23:49:27, shrike ...
4 years, 3 months ago (2016-09-08 17:41:43 UTC) #4
shrike
On 2016/09/08 17:41:43, spqchan wrote: > Done. Thank you. I think that's safer. One more ...
4 years, 3 months ago (2016-09-08 18:01:18 UTC) #5
spqchan
On 2016/09/08 18:01:18, shrike wrote: > On 2016/09/08 17:41:43, spqchan wrote: > > Done. > ...
4 years, 3 months ago (2016-09-08 18:09:17 UTC) #6
spqchan
PTAL
4 years, 3 months ago (2016-09-15 00:33:10 UTC) #7
shrike
https://codereview.chromium.org/2324593002/diff/60001/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm File chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm (right): https://codereview.chromium.org/2324593002/diff/60001/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm#newcode524 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm:524: return canDropAtLocation ? [dropHandler_ draggingUpdated:sender] I think you need ...
4 years, 3 months ago (2016-09-16 18:28:41 UTC) #8
spqchan
PTAL https://codereview.chromium.org/2324593002/diff/60001/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm File chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm (right): https://codereview.chromium.org/2324593002/diff/60001/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm#newcode524 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm:524: return canDropAtLocation ? [dropHandler_ draggingUpdated:sender] On 2016/09/16 18:28:41, ...
4 years, 3 months ago (2016-09-20 21:00:00 UTC) #9
shrike
lgtm On 2016/09/20 21:00:00, spqchan wrote: > On 2016/09/16 18:28:41, shrike wrote: > > Do ...
4 years, 3 months ago (2016-09-20 23:10:47 UTC) #10
spqchan
Thanks! +avi for owner
4 years, 3 months ago (2016-09-20 23:12:09 UTC) #12
Avi (use Gerrit)
lgtm
4 years, 3 months ago (2016-09-21 02:44:42 UTC) #13
lgarron
On 2016/09/21 at 02:44:42, avi wrote: > lgtm Works well on my computer. Safe to ...
4 years, 3 months ago (2016-09-23 22:42:42 UTC) #14
spqchan
On 2016/09/23 22:42:42, lgarron wrote: > On 2016/09/21 at 02:44:42, avi wrote: > > lgtm ...
4 years, 3 months ago (2016-09-23 22:45:50 UTC) #15
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/2324593002/80001
4 years, 3 months ago (2016-09-23 22:46:45 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-23 23:04:18 UTC) #18
commit-bot: I haz the power
4 years, 3 months ago (2016-09-23 23:06:33 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/441287d182ed3eef1fa522d682ad705e659023bc
Cr-Commit-Position: refs/heads/master@{#420768}

Powered by Google App Engine
This is Rietveld 408576698