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

Issue 7645041: mac: Makeshift UI for scroll feedback. (Closed)

Created:
9 years, 4 months ago by Nico
Modified:
9 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

mac: Makeshift UI for scroll feedback. Heavily based on code by Alexei Svitkine <asvitkine@chromium.org>; BUG=90228 TEST=two-finger history scroll. get some ui feedback. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97022

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 24

Patch Set 5 : comments #

Total comments: 10

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -5 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 3 chunks +26 lines, -5 lines 0 comments Download
A chrome/browser/ui/cocoa/history_overlay_controller.h View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/history_overlay_controller.mm View 1 2 3 4 5 1 chunk +180 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Nico
9 years, 4 months ago (2011-08-16 00:00:12 UTC) #1
Mark Mentovai
Cool. Thanks to Alexei, too. http://codereview.chromium.org/7645041/diff/5001/chrome/browser/renderer_host/render_widget_host_view_mac.mm File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/7645041/diff/5001/chrome/browser/renderer_host/render_widget_host_view_mac.mm#newcode1606 chrome/browser/renderer_host/render_widget_host_view_mac.mm:1606: // toward 0. Since ...
9 years, 4 months ago (2011-08-16 01:01:20 UTC) #2
Nico
http://codereview.chromium.org/7645041/diff/5001/chrome/browser/renderer_host/render_widget_host_view_mac.mm File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/7645041/diff/5001/chrome/browser/renderer_host/render_widget_host_view_mac.mm#newcode1606 chrome/browser/renderer_host/render_widget_host_view_mac.mm:1606: // toward 0. On 2011/08/16 01:01:20, Mark Mentovai wrote: ...
9 years, 4 months ago (2011-08-16 04:56:17 UTC) #3
Mark Mentovai
LGTM to the code. But you should be aware that I just synced up to ...
9 years, 4 months ago (2011-08-16 05:47:22 UTC) #4
Alexei Svitkine (slow)
http://codereview.chromium.org/7645041/diff/7002/chrome/browser/renderer_host/render_widget_host_view_mac.mm File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/7645041/diff/7002/chrome/browser/renderer_host/render_widget_host_view_mac.mm#newcode1596 chrome/browser/renderer_host/render_widget_host_view_mac.mm:1596: HistoryOverlayController* historyOverlay = I was going to ask you ...
9 years, 4 months ago (2011-08-16 14:10:04 UTC) #5
Alexei Svitkine (slow)
> You probably want to keep a scoped ptr to the history controller so the ...
9 years, 4 months ago (2011-08-16 14:11:47 UTC) #6
Mark Mentovai
http://codereview.chromium.org/7645041/diff/7002/chrome/browser/ui/cocoa/history_overlay_controller.mm File chrome/browser/ui/cocoa/history_overlay_controller.mm (right): http://codereview.chromium.org/7645041/diff/7002/chrome/browser/ui/cocoa/history_overlay_controller.mm#newcode101 chrome/browser/ui/cocoa/history_overlay_controller.mm:101: mode_ = mode; asvitkine_ wrote: > Can you DCHECK() ...
9 years, 4 months ago (2011-08-16 14:17:24 UTC) #7
Alexei Svitkine (slow)
http://codereview.chromium.org/7645041/diff/7002/chrome/browser/ui/cocoa/history_overlay_controller.mm File chrome/browser/ui/cocoa/history_overlay_controller.mm (right): http://codereview.chromium.org/7645041/diff/7002/chrome/browser/ui/cocoa/history_overlay_controller.mm#newcode101 chrome/browser/ui/cocoa/history_overlay_controller.mm:101: mode_ = mode; On 2011/08/16 14:17:24, Mark Mentovai wrote: ...
9 years, 4 months ago (2011-08-16 14:21:25 UTC) #8
Nico
mark: that's because the WebKit part this depends on isn't rolled in yet (it is ...
9 years, 4 months ago (2011-08-16 14:49:45 UTC) #9
Nico
asvitkine: Having a scoped_nsobject on the rwhvmac doesn't work so well when the user does ...
9 years, 4 months ago (2011-08-16 15:55:43 UTC) #10
Nico
Tryjob error: &quot;__Block_object_dispose&quot;, referenced from: ___destroy_helper_block_ in libbrowser.a(render_widget_host_view_mac.o) ___destroy_helper_block_ in libbrowser.a(render_widget_host_view_mac.o) &quot;__Block_object_assign&quot;, referenced from: ___copy_helper_block_ ...
9 years, 4 months ago (2011-08-16 16:07:53 UTC) #11
Mark Mentovai
9 years, 4 months ago (2011-08-16 17:10:19 UTC) #12
This now depends on http://codereview.chromium.org/7657014/ to add some more
symbols to my closure-blocks compatibility library.

Powered by Google App Engine
This is Rietveld 408576698