| Commit message (Expand) | Author | Age | Files | Lines |
* | More base::Bind migrations. | csilv@chromium.org | 2011-11-22 | 1 | -1/+2 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | Get rid of a bunch of view_messages.h includes from chrome by making the TabC... | jam@chromium.org | 2011-11-21 | 2 | -3/+3 |
* | Switch BackgroundContents to use TabContents instead of RenderViewHost. | jam@chromium.org | 2011-11-11 | 2 | -2/+2 |
* | Moving the SignalingTask class to base/test. | tommi@chromium.org | 2011-11-02 | 3 | -29/+29 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 13 | -0/+13 |
* | wstring removal/cleanup in browser/ui/login | tony@chromium.org | 2011-10-31 | 1 | -3/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 12 | -23/+30 |
* | Use base::IgnoreReturn<bool>( instead of base::IgnoreReturn(base::Callback<bo... | mdm@chromium.org | 2011-10-24 | 3 | -165/+165 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 4 | -17/+20 |
* | Fix linux build | jam@chromium.org | 2011-10-19 | 1 | -15/+15 |
* | More build fixes from notification move. | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 5 | -55/+55 |
* | Linux: downgrade an ERROR to a WARNING because it can actually happen normally. | mdm@chromium.org | 2011-10-17 | 1 | -2/+4 |
* | Convert most remaining uses of NewRunnable*() in the password manager to base... | mdm@chromium.org | 2011-10-04 | 4 | -32/+37 |
* | Convert more password manager uses of NewRunnable*() to base::Bind(). | mdm@chromium.org | 2011-10-04 | 3 | -45/+34 |
* | Change some uses of NewRunnable*() in unit tests to base::Bind(). | mdm@chromium.org | 2011-10-03 | 2 | -170/+160 |
* | Don't immediately fill saved passwords in Incognito mode. | isherman@chromium.org | 2011-09-30 | 1 | -4/+7 |
* | Coverity: Fix uninitialized member variables. | kmadhusu@chromium.org | 2011-09-27 | 1 | -1/+3 |
* | Use DISABLE_RUNNABLE_METHOD_REFCOUNT macro in several places I've previously ... | mdm@chromium.org | 2011-09-21 | 4 | -20/+4 |
* | Linux: clean up a bit after getting rid of the last use of dbus-glib. | mdm@chromium.org | 2011-09-20 | 4 | -96/+1097 |
* | Linux: use our spiffy new DBus client library for KWallet, instead of dbus-glib. | mdm@chromium.org | 2011-09-15 | 3 | -254/+459 |
* | Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t... | jochen@chromium.org | 2011-09-14 | 1 | -7/+7 |
* | Reduce number of unnamed-type-template-args violations (mostly when passing v... | pkasting@chromium.org | 2011-09-01 | 1 | -1/+1 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 5 | -10/+4 |
* | Allow sync integration tests to operate on multiple datatypes: Passwords | rsimha@chromium.org | 2011-08-23 | 1 | -1/+13 |
* | Linux: allow appending to a list of passwords in the GNOME keyring backend to... | mdm@chromium.org | 2011-08-23 | 2 | -1/+42 |
* | base: Fix the TODO in string_util.h | tfarina@chromium.org | 2011-08-17 | 4 | -9/+15 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 5 | -5/+5 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #5 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+2 |
* | Revert 96098 - ui_tests began crashing | rsleevi@chromium.org | 2011-08-10 | 1 | -2/+1 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #5 | phajdan.jr@chromium.org | 2011-08-09 | 1 | -1/+2 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 4 | -3/+9 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 6 | -6/+6 |
* | Move more files from chrome/test to chrome/test/base, part #2 | phajdan.jr@chromium.org | 2011-07-29 | 3 | -3/+3 |
* | Linux: add an additional unit test for the password store bug fixed in r93300. | mdm@chromium.org | 2011-07-22 | 1 | -0/+98 |
* | Add a bunch of OVERRIDE annotations to virtual method implementations. | mdm@chromium.org | 2011-07-21 | 7 | -60/+60 |
* | Linux: fix a bug in password store migration that would incorrectly migrate p... | mdm@chromium.org | 2011-07-21 | 1 | -0/+1 |
* | Fix build failure due to merge. | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 12 | -12/+12 |
* | Passwords/Valgrind: Fix a leak. | jhawkins@chromium.org | 2011-07-19 | 1 | -0/+1 |
* | Linux: revive a mysteriously disabled test and add tests for the GNOME Keyrin... | mdm@chromium.org | 2011-07-19 | 5 | -95/+892 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 2 | -5/+5 |
* | Reland r92615 - Linux: make externally-stored passwords (e.g. GNOME Keyring) ... | mdm@chromium.org | 2011-07-16 | 6 | -108/+357 |
* | Revert 92615 - Linux: make externally-stored passwords (e.g. GNOME Keyring) p... | mdm@chromium.org | 2011-07-14 | 6 | -353/+108 |
* | Linux: make externally-stored passwords (e.g. GNOME Keyring) profile-specific. | mdm@chromium.org | 2011-07-14 | 6 | -108/+353 |
* | Remove unnecessary include of <dbus/dbus-glib.h>. | satorux@chromium.org | 2011-07-11 | 1 | -1/+0 |
* | Fix for compile failures caused by the change to move chrome specific notific... | ananta@chromium.org | 2011-07-10 | 1 | -4/+5 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 5 | -20/+23 |
* | Linux: Don't store duplicate logins in KWallet. | mdm@chromium.org | 2011-06-30 | 1 | -1/+15 |