| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from RefCountedThreadSafe
Like http://codereview.chromium.org/4053006 , but for all of chrome.
This CL was created automatically by this clang rewriter: http://codereview.appspot.com/2809041. I manually fixed the one presubmit warning the rewriter introduced.
BUG=28083
TEST=None
Review URL: http://codereview.chromium.org/4188008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64614 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
through, either because they were LOG_IF() (which I didn't search for) or they were added during the week I was changing things.
Plus a few misc. cleanup bits.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4111002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63998 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Make the test continue immediately when a notification is received and remove all tests that check for the absence of notifications, the FilePathWatcher code may generate spurious notifications anyway. Move the tests over to browser_tests so they can run in a separate process. This avoid tinkering with the message loop to catch timeouts but just uses the built-in browser_tests timeouts.
BUG=56868
TEST=Running FilePathWatcherTest should take only a few seconds instead of up to a minute.
Review URL: http://codereview.chromium.org/3555016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62748 0039d316-1c4b-4281-b951-d872f2087c98
|