| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-30 | 1 | -4/+2 |
* | Standardize usage of virtual/override/final in chrome/browser/ | Daniel Cheng | 2014-10-21 | 3 | -17/+15 |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* | mostynb | 2014-10-13 | 3 | -11/+11 |
* | Revert of Fix the handling of user gestures for external protocol handler dia... | meacer@chromium.org | 2014-07-29 | 5 | -27/+110 |
* | Relanding user gesture fix for external protocol handlers after revert. | meacer@chromium.org | 2014-04-03 | 5 | -102/+27 |
* | Revert of Fix the handling of user gestures for external protocol handler dia... | rlarocque@chromium.org | 2014-04-02 | 5 | -27/+102 |
* | Fix the handling of user gestures for external protocol handler dialogs. | meacer@chromium.org | 2014-04-02 | 5 | -102/+27 |
* | Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops. | sky@chromium.org | 2014-01-20 | 1 | -3/+3 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -1/+2 |
* | Stop using GetDefaultProfile() in Chrome OS implementation of platform_util::... | hashimoto@chromium.org | 2013-12-12 | 2 | -18/+26 |
* | Move ScopedUserPrefUpdate to base/prefs. | derat@chromium.org | 2013-10-30 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in chrome/browser/, part 7. | avi@chromium.org | 2013-07-18 | 2 | -2/+2 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 | tfarina@chromium.org | 2013-07-02 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/browser/e*-h*/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 2 | -7/+7 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -2/+2 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -6/+6 |
* | Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. | joi@chromium.org | 2013-02-06 | 2 | -4/+5 |
* | Make it so the windows store protocol is properly handled | cpu@chromium.org | 2013-01-09 | 1 | -0/+3 |
* | DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon. | avi@chromium.org | 2013-01-07 | 1 | -1/+1 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 2 | -3/+3 |
* | Remove straggling TabContents references. | avi@chromium.org | 2012-12-14 | 1 | -1/+1 |
* | Add a UMA stat to track whether Chrome is the default browser. | robertshield@chromium.org | 2012-12-11 | 1 | -13/+13 |
* | Move WebContentsUserData to content/public/browser. | joi@chromium.org | 2012-10-09 | 1 | -3/+3 |
* | Revert "Revert 159158 - Make using WebContentsUserData simpler." | avi@chromium.org | 2012-09-28 | 2 | -2/+1 |
* | Revert 159158 - Make using WebContentsUserData simpler. | dharani@google.com | 2012-09-28 | 2 | -1/+2 |
* | Make using WebContentsUserData simpler. | avi@chromium.org | 2012-09-27 | 2 | -2/+1 |
* | Cleanup: avoid foo ? true : false, part 1. | thestig@chromium.org | 2012-09-27 | 1 | -2/+1 |
* | Move WebContentsUserData to chrome/browser/common. | avi@chromium.org | 2012-09-27 | 1 | -1/+1 |
* | Switch ExternalProtocolObserver to use WebContentsUserData. | avi@chromium.org | 2012-09-26 | 2 | -2/+10 |
* | IWYU and other random cleanup in chrome/browser/ui. | thestig@chromium.org | 2012-07-31 | 1 | -3/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Prototype version of the first-run dialog for Windows 8. | motek@chromium.org | 2012-06-22 | 1 | -2/+4 |
* | The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the ... | motek@chromium.org | 2012-06-08 | 1 | -1/+1 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | RefCounted types should not have public destructors, chrome/browser/ part 6 | rsleevi@chromium.org | 2012-04-27 | 1 | -1/+3 |
* | TabContents -> WebContentsImpl, part 18. | avi@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 2 | -4/+5 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 2 | -6/+4 |
* | Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread. | joi@chromium.org | 2011-12-07 | 1 | -6/+7 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 1 | -0/+1 |
* | Isolate ExternalProtocolHandlerTest from other tests in the TearDown method. | rnk@chromium.org | 2011-12-01 | 1 | -0/+5 |
* | Random base::Bind migrations (low hanging fruit). | csilv@chromium.org | 2011-11-09 | 1 | -2/+2 |
* | net: Move more three Escape() functions into net namespace. | tfarina@chromium.org | 2011-11-06 | 1 | -1/+1 |
* | Switch to composition for TestBrowserThread. | joi@chromium.org | 2011-11-03 | 1 | -3/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -3/+3 |
* | Open external application dialog should not show for Chrome. | benwells@chromium.org | 2011-09-23 | 3 | -15/+344 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -2/+5 |
* | Move external protocol handling from TC. | avi@chromium.org | 2011-05-25 | 4 | -0/+306 |