| Commit message (Expand) | Author | Age | Files | Lines |
* | Add OSSTATUS_LOG API. | mark@chromium.org | 2012-01-27 | 2 | -8/+8 |
* | Linux: stop migrating old, shared passwords into the profile-specific passwor... | mdm@chromium.org | 2012-01-13 | 4 | -14/+20 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+1 |
* | Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. | ajwong@chromium.org | 2012-01-06 | 3 | -217/+247 |
* | Fix MockKeychain implementation on Mac | rsimha@chromium.org | 2011-12-27 | 2 | -10/+8 |
* | Remove temporary redirect header and DEPS exception for cancelable_request.h | joi@chromium.org | 2011-12-27 | 2 | -2/+2 |
* | base::Bind: Random remaining cleanups. | jhawkins@chromium.org | 2011-12-23 | 1 | -3/+5 |
* | New callback cleanup for password manager. | dcheng@chromium.org | 2011-12-23 | 8 | -64/+38 |
* | Change most of the methods of WebContentsObserver to take a content::WebConte... | jam@chromium.org | 2011-12-23 | 2 | -3/+4 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 2 | -4/+4 |
* | Group forms-related files in webkit/glue in a forms/ subdirectory. | isherman@chromium.org | 2011-12-15 | 35 | -187/+209 |
* | Hide the process of instantiating NotificationServiceImpl from embedders. | tfarina@chromium.org | 2011-12-14 | 1 | -2/+2 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -3/+4 |
* | Removing MessageLoop::QuitTask() from chrome/ | dcheng@chromium.org | 2011-12-10 | 6 | -7/+7 |
* | Mac: speculative fix for bug 105759 based on the assumption that we have a re... | mdm@chromium.org | 2011-11-30 | 1 | -1/+4 |
* | callback_forward.h forward-declares base::Callback and base::Closure. | erikwright@chromium.org | 2011-11-28 | 1 | -1/+1 |
* | Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...) | dcheng@chromium.org | 2011-11-25 | 3 | -29/+31 |
* | 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 |