| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContents -> WebContentsImpl, part 18. | avi@chromium.org | 2012-04-17 | 2 | -2/+2 |
* | Prevent the PasswordManager from provisionally saving data from username-less... | isherman@chromium.org | 2012-04-14 | 1 | -2/+4 |
* | Do not show "Save password?" infobar for failed login attempts. | isherman@chromium.org | 2012-03-27 | 3 | -45/+59 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -1/+0 |
* | Rename OnPasswordFormsFound -> OnPasswordFormsParsed and OnPasswordFormsVisib... | isherman@chromium.org | 2012-03-21 | 3 | -26/+26 |
* | Make sure password manager does not display at the same time as one-click. | rogerta@chromium.org | 2012-03-21 | 4 | -10/+19 |
* | Move *keychain_mac* files to crypto/ | akalin@chromium.org | 2012-03-17 | 9 | -19/+33 |
* | Profiles: Really fix refcounted services. | erg@chromium.org | 2012-03-16 | 6 | -15/+16 |
* | Use PasswordStoreDefault on Android | yfriedman@chromium.org | 2012-03-14 | 1 | -8/+10 |
* | Profile refactoring: Remove all PasswordStore code from the Profile interface. | erg@chromium.org | 2012-03-14 | 20 | -79/+382 |
* | KWallet: use the new PickleIterator API instead of the old Pickle-centric one. | mdm@chromium.org | 2012-03-10 | 2 | -25/+22 |
* | Linux: always use 64-bit sizes when writing password pickles to KWallet. | mdm@chromium.org | 2012-03-09 | 3 | -78/+215 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 2 | -4/+5 |
* | Add Ilya and Tim to password_manager OWNERS. The current owners I added based... | mdm@chromium.org | 2012-03-05 | 1 | -0/+2 |
* | Fix memory failures in PasswordManager tests | isherman@chromium.org | 2012-03-02 | 2 | -5/+9 |
* | Clean up password manager code. | isherman@chromium.org | 2012-03-02 | 4 | -85/+117 |
* | Fix PasswordStoreWinTest.Migration leak. | rnk@chromium.org | 2012-02-28 | 1 | -42/+35 |
* | Encyptor file changes. | cramya@chromium.org | 2012-02-23 | 1 | -1/+1 |
* | [Sync] Remove dependency on common/random.h from sync | akalin@chromium.org | 2012-02-22 | 3 | -5/+9 |
* | More SQL statement usage regularization. Back-touch some | gbillock@chromium.org | 2012-02-18 | 1 | -55/+10 |
* | dbus: add ObjectPath type | keybuk@google.com | 2012-02-14 | 2 | -6/+10 |
* | Revert 121920 - dbus: add ObjectPath type | dpapad@chromium.org | 2012-02-14 | 2 | -10/+6 |
* | dbus: add ObjectPath type | keybuk@chromium.org | 2012-02-14 | 2 | -6/+10 |
* | 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 |