summaryrefslogtreecommitdiffstats
path: root/chrome/browser/user_style_sheet_watcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert UserStyleSheetWatcher to a ProfileKeyedService.rlp@chromium.org2012-04-061-2/+7
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-2/+3
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* More base::Bind migrations.csilv@chromium.org2011-11-221-3/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-4/+4
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-3/+4
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Fix RENDER_VIEW_HOST_CREATED_FOR_TAB AllSources usage in UserStyleSheetWatcher.yoz@chromium.org2011-10-131-5/+13
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-5/+6
* Move FilePathWatcher to base/files.craig.schlenter@chromium.org2011-04-141-0/+2
* kqueue implementation of FilePathWatcher on Mac.dmaclach@chromium.org2011-04-011-2/+1
* Revert 80101 - kqueue implementation of FilePathWatcher on Mac.dmaclach@chromium.org2011-04-011-1/+2
* kqueue implementation of FilePathWatcher on Mac.dmaclach@chromium.org2011-03-311-2/+1
* Move FilePathWatcher class from chrome/browser/... to content/common...dmaclach@chromium.org2011-03-181-1/+5
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* Rename ChromeThread to BrowserThread Part16:tfarina@chromium.org2010-10-111-5/+5
* Reland 56341 - Add support for watching directories to FileWatcher.mnissler@chromium.org2010-08-191-19/+19
* Revert 56341 - Add support for watching directories to FileWatcher.mnissler@chromium.org2010-08-171-19/+19
* Add support for watching directories to FileWatcher.mnissler@chromium.org2010-08-171-19/+19
* Rework FileWatcher to avoid race condition upon deletion.mnissler@chromium.org2010-08-111-41/+104
* Connect UserStyleSheetWatcher to FileWatcher to have changes totony@chromium.org2010-03-151-3/+24
* First cut at custom user style sheets.tony@chromium.org2010-03-081-0/+82