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

Issue 9460001: Adding persistance for gesture recognition parms. (Closed)

Created:
8 years, 10 months ago by girard
Modified:
8 years ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, sadrul, ben+watch_chromium.org, scottmg
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Adding persistance for gesture recognition parms. Observer updates GestureRecognition parameters when settings change. BUG=114015 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124433 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=125421

Patch Set 1 #

Total comments: 8

Patch Set 2 : Updated as per rjkroege's review. Factored aura code into separate cc file. #

Total comments: 2

Patch Set 3 : Renamed GesturePrefsHelper to GesturePrefsAuraObserver. #

Patch Set 4 : Adjusted file locations as per ben's suggestion. #

Patch Set 5 : Ooops. Forgot to correct the path change. Fixed. #

Patch Set 6 : Corrected merge failure in chrome_browser.gypi #

Patch Set 7 : Updated views/aura to views/ash. #

Patch Set 8 : Fixed merge collision in chrome_browser.gypi #

Patch Set 9 : Uninitialized variable. Ooops. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -1 line) Patch
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/ui/gesture_prefs.h View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/browser/ui/gesture_prefs.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/ash/gesture_prefs_aura.cc View 1 2 3 4 5 6 7 8 1 chunk +119 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 4 chunks +5 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M ui/aura/gestures/gesture_configuration.h View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
girard
8 years, 10 months ago (2012-02-24 13:41:23 UTC) #1
rjkroege
https://chromiumcodereview.appspot.com/9460001/diff/1/chrome/browser/gesture_prefs.cc File chrome/browser/gesture_prefs.cc (right): https://chromiumcodereview.appspot.com/9460001/diff/1/chrome/browser/gesture_prefs.cc#newcode16 chrome/browser/gesture_prefs.cc:16: #if defined(USE_AURA) From my experience, this pattern is atypical. ...
8 years, 10 months ago (2012-02-24 15:21:34 UTC) #2
girard
On 2012/02/24 15:21:34, rjkroege wrote: > https://chromiumcodereview.appspot.com/9460001/diff/1/chrome/browser/gesture_prefs.cc > File chrome/browser/gesture_prefs.cc (right): > > https://chromiumcodereview.appspot.com/9460001/diff/1/chrome/browser/gesture_prefs.cc#newcode16 > ...
8 years, 9 months ago (2012-02-28 23:48:05 UTC) #3
girard
+scottmg since the current checkin aims to make the gesture-recognizer-configuration logic behave nicely in a ...
8 years, 9 months ago (2012-02-28 23:52:01 UTC) #4
rjkroege
nit: class name change. you'll need an owner too. LGTM https://chromiumcodereview.appspot.com/9460001/diff/6001/chrome/browser/gesture_prefs_aura.cc File chrome/browser/gesture_prefs_aura.cc (right): https://chromiumcodereview.appspot.com/9460001/diff/6001/chrome/browser/gesture_prefs_aura.cc#newcode18 ...
8 years, 9 months ago (2012-02-29 15:45:35 UTC) #5
girard
+ben (owner) Updated code as per rjkroege's review. Renamed helper class to better reflect its ...
8 years, 9 months ago (2012-02-29 20:21:02 UTC) #6
Ben Goodger (Google)
Can we put these new files into: chrome/browser/ui/views/aura ?
8 years, 9 months ago (2012-02-29 20:49:16 UTC) #7
girard
On 2012/02/29 20:49:16, Ben Goodger (Google) wrote: > Can we put these new files into: ...
8 years, 9 months ago (2012-02-29 21:20:20 UTC) #8
Ben Goodger (Google)
k. at the very least those can move to browser/ui ? -Ben On Wed, Feb ...
8 years, 9 months ago (2012-02-29 21:44:33 UTC) #9
girard
Agreed. I've moved the files as per Ben's suggestion. Thanks
8 years, 9 months ago (2012-02-29 22:23:47 UTC) #10
Ben Goodger (Google)
lgtm
8 years, 9 months ago (2012-02-29 22:25:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/girard@chromium.org/9460001/14001
8 years, 9 months ago (2012-02-29 22:26:10 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/girard@chromium.org/9460001/19001
8 years, 9 months ago (2012-03-01 03:15:31 UTC) #13
commit-bot: I haz the power
Can't apply patch for file chrome/chrome_browser.gypi. While running patch -p1 --forward --force; patching file chrome/chrome_browser.gypi ...
8 years, 9 months ago (2012-03-01 03:15:34 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/girard@chromium.org/9460001/20001
8 years, 9 months ago (2012-03-01 16:27:43 UTC) #15
commit-bot: I haz the power
Change committed as 124433
8 years, 9 months ago (2012-03-01 18:23:18 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/girard@chromium.org/9460001/47001
8 years, 9 months ago (2012-03-07 16:48:00 UTC) #17
commit-bot: I haz the power
Can't apply patch for file chrome/chrome_browser.gypi. While running patch -p1 --forward --force; patching file chrome/chrome_browser.gypi ...
8 years, 9 months ago (2012-03-07 16:48:05 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/girard@chromium.org/9460001/52001
8 years, 9 months ago (2012-03-07 16:54:15 UTC) #19
commit-bot: I haz the power
Change committed as 125421
8 years, 9 months ago (2012-03-07 18:59:53 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/girard@chromium.org/9460001/56001
8 years, 9 months ago (2012-03-07 20:24:59 UTC) #21
commit-bot: I haz the power
8 years, 9 months ago (2012-03-07 20:25:01 UTC) #22
Can't apply patch for file chrome/browser/prefs/browser_prefs.cc.
While running patch -p1 --forward --force;
patching file chrome/browser/prefs/browser_prefs.cc
Hunk #1 FAILED at 52.
Hunk #2 succeeded at 232 with fuzz 2 (offset 72 lines).
1 out of 2 hunks FAILED -- saving rejects to file
chrome/browser/prefs/browser_prefs.cc.rej

Powered by Google App Engine
This is Rietveld 408576698