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

Issue 11640032: Delay forcing natural scroll setting until after initial sync. (Closed)

Created:
8 years ago by achuithb
Modified:
8 years ago
Reviewers:
xiyuan, sky
CC:
chromium-reviews, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Delay forcing natural scroll setting until after initial sync. BUG=166760 TEST=manual. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174278

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -12 lines) Patch
M chrome/browser/chromeos/preferences.h View 1 3 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 4 chunks +27 lines, -11 lines 3 comments Download

Messages

Total messages: 15 (0 generated)
achuithb
Please take a look, Scott and Xiyuan.
8 years ago (2012-12-20 00:24:45 UTC) #1
xiyuan
https://codereview.chromium.org/11640032/diff/1/chrome/browser/chromeos/preferences.cc File chrome/browser/chromeos/preferences.cc (right): https://codereview.chromium.org/11640032/diff/1/chrome/browser/chromeos/preferences.cc#newcode392 chrome/browser/chromeos/preferences.cc:392: prefs->AddObserver(this); Where do we RemoveObserver? https://codereview.chromium.org/11640032/diff/1/chrome/browser/chromeos/preferences.cc#newcode692 chrome/browser/chromeos/preferences.cc:692: nit: nuke ...
8 years ago (2012-12-20 01:44:27 UTC) #2
achuithb
PTAL. I was worried about dtor ordering, but it's ok for RemoveObserver in ~Preferences. https://codereview.chromium.org/11640032/diff/1/chrome/browser/chromeos/preferences.cc ...
8 years ago (2012-12-20 01:53:31 UTC) #3
xiyuan
LGTM How about explicitly releasing |chromeos_preferences_| in ProfileImpl to ensure the destruct order?
8 years ago (2012-12-20 02:35:13 UTC) #4
achuithb
On 2012/12/20 02:35:13, xiyuan wrote: > LGTM > > How about explicitly releasing |chromeos_preferences_| in ...
8 years ago (2012-12-20 06:12:57 UTC) #5
xiyuan
On 2012/12/20 06:12:57, achuith.bhandarkar wrote: > That's a good point. Where do you think we ...
8 years ago (2012-12-20 06:53:04 UTC) #6
achuithb
On 2012/12/20 06:53:04, xiyuan wrote: > On 2012/12/20 06:12:57, achuith.bhandarkar wrote: > > That's a ...
8 years ago (2012-12-20 11:23:18 UTC) #7
xiyuan
On 2012/12/20 11:23:18, achuith.bhandarkar wrote: > I need to merge this change into M23. I'm ...
8 years ago (2012-12-20 16:04:57 UTC) #8
sky
https://codereview.chromium.org/11640032/diff/6001/chrome/browser/chromeos/preferences.cc File chrome/browser/chromeos/preferences.cc (right): https://codereview.chromium.org/11640032/diff/6001/chrome/browser/chromeos/preferences.cc#newcode392 chrome/browser/chromeos/preferences.cc:392: // This causes OnIsSyncingChanged to be called when the ...
8 years ago (2012-12-20 16:29:17 UTC) #9
xiyuan
https://codereview.chromium.org/11640032/diff/6001/chrome/browser/chromeos/preferences.cc File chrome/browser/chromeos/preferences.cc (right): https://codereview.chromium.org/11640032/diff/6001/chrome/browser/chromeos/preferences.cc#newcode461 chrome/browser/chromeos/preferences.cc:461: ForceNaturalScrollDefault(); On 2012/12/20 16:29:17, sky wrote: > If you ...
8 years ago (2012-12-20 17:07:49 UTC) #10
sky
Ah, ok. LGTM
8 years ago (2012-12-20 17:49:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/11640032/6001
8 years ago (2012-12-20 21:10:20 UTC) #12
achuithb
On 2012/12/20 16:04:57, xiyuan wrote: > On 2012/12/20 11:23:18, achuith.bhandarkar wrote: > > I need ...
8 years ago (2012-12-20 21:10:57 UTC) #13
achuithb
Thanks for the reviews, Scott and Xiyuan!
8 years ago (2012-12-20 21:11:13 UTC) #14
commit-bot: I haz the power
8 years ago (2012-12-20 23:55:45 UTC) #15
Message was sent while issue was closed.
Change committed as 174278

Powered by Google App Engine
This is Rietveld 408576698