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

Issue 799005: Connect UserStyleSheetWatcher to FileWatcher to have changes to (Closed)

Created:
10 years, 9 months ago by tony
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, chromium-reviews
Visibility:
Public.

Description

Connect UserStyleSheetWatcher to FileWatcher to have changes to Default/User StyleSheets/Custom.css instantly change layout in all your tabs. BUG=2393 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=41561

Patch Set 1 #

Total comments: 11

Patch Set 2 : review comments #

Patch Set 3 : check file thread #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -6 lines) Patch
M chrome/browser/user_style_sheet_watcher.h View 1 2 3 3 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/user_style_sheet_watcher.cc View 1 2 3 4 chunks +24 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
tony
It's pretty cool to watch all your tabs change when you save your changes to ...
10 years, 9 months ago (2010-03-10 06:50:12 UTC) #1
Paweł Hajdan Jr.
You may want to talk with John Abd-El-Malek about the "cached MessageLoop pointer" if you ...
10 years, 9 months ago (2010-03-10 09:33:21 UTC) #2
Evan Martin
http://codereview.chromium.org/799005/diff/1/2 File chrome/browser/user_style_sheet_watcher.cc (right): http://codereview.chromium.org/799005/diff/1/2#newcode15 chrome/browser/user_style_sheet_watcher.cc:15: const char kStyleSheetDir[] = "User StyleSheets"; Comments, e.g. "name ...
10 years, 9 months ago (2010-03-10 16:03:01 UTC) #3
tony
http://codereview.chromium.org/799005/diff/1/2 File chrome/browser/user_style_sheet_watcher.cc (right): http://codereview.chromium.org/799005/diff/1/2#newcode15 chrome/browser/user_style_sheet_watcher.cc:15: const char kStyleSheetDir[] = "User StyleSheets"; On 2010/03/10 16:03:01, ...
10 years, 9 months ago (2010-03-11 07:16:04 UTC) #4
Paweł Hajdan Jr.
10 years, 9 months ago (2010-03-11 07:36:21 UTC) #5
I see, scoped_ptr for file_watcher_ is fine then. LGTM after
http://codereview.chromium.org/864001 lands.

Powered by Google App Engine
This is Rietveld 408576698