| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up remaining unused globals (on mac). | thakis@chromium.org | 2013-09-26 | 1 | -5/+3 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Revert 219709 "Remove the Extensions URLRequestContext." | earthdok@chromium.org | 2013-08-27 | 1 | -10/+27 |
* | Remove the Extensions URLRequestContext. | ajwong@chromium.org | 2013-08-27 | 1 | -27/+10 |
* | Use a direct include of the message_loop header in chrome/browser/, part 8. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/browser/o*-p*/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update chrome/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-04 | 1 | -1/+1 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -5/+5 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Transfer data as ref counted memory, not as a file to avoid file operation wh... | vitalybuka@chromium.org | 2013-03-05 | 1 | -44/+33 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -13/+13 |
* | Remove straggling TabContents references. | avi@chromium.org | 2012-12-14 | 1 | -3/+2 |
* | chrome/browser: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-17 | 1 | -3/+3 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Move the web dialogs code to src/ui/web_dialogs from src/chrome | mazda@chromium.org | 2012-05-31 | 1 | -0/+1 |
* | Make cloud print dialog creation function not use browser list, instead obtai... | ben@chromium.org | 2012-05-24 | 1 | -2/+1 |
* | Revert 138823 - Make cloud print dialog creation function not use browser lis... | ben@chromium.org | 2012-05-24 | 1 | -1/+2 |
* | Make cloud print dialog creation function not use browser list, instead obtai... | ben@chromium.org | 2012-05-24 | 1 | -2/+1 |
* | Revert 138561 - Make cloud print dialog creation function not use browser lis... | ben@chromium.org | 2012-05-23 | 1 | -1/+2 |
* | Make cloud print dialog creation function not use browser list, instead obtai... | ben@chromium.org | 2012-05-23 | 1 | -2/+1 |
* | Revert cloud print dialog changes. | ben@chromium.org | 2012-05-23 | 1 | -1/+2 |
* | Make cloud print dialog creation function not use browser list, instead obtai... | ben@chromium.org | 2012-05-23 | 1 | -2/+1 |
* | Web-ify a bunch of these names. I am going to move some of the framework code... | ben@chromium.org | 2012-04-25 | 1 | -15/+15 |
* | TabContents -> WebContentsImpl, part 20. | avi@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Merge Cloud Print signin dialog into regular Cloud Print dialog. | abodenha@chromium.org | 2012-01-19 | 1 | -3/+8 |
* | Allow HtmlDialogUIDelegate to specify dialog ModalType. | flackr@chromium.org | 2012-01-12 | 1 | -4/+4 |
* | Move WebUIMessageHandler to its own file in the public directory and put it i... | jam@chromium.org | 2011-12-31 | 1 | -0/+1 |
* | Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo... | jam@chromium.org | 2011-12-27 | 1 | -1/+2 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 1 | -0/+1 |
* | base::Bind: Easy cleanups in chrome/browser/printing. | jhawkins@chromium.org | 2011-11-10 | 1 | -15/+13 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -4/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -4/+4 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Simplify GCP integration with print preview. | abodenha@chromium.org | 2011-09-19 | 1 | -1/+1 |
* | Revert 101256 - Simplify GCP integration with print preview. | hbono@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | Simplify GCP integration with print preview. | abodenha@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | Code to accept a print ticket on the command line. | abeera@google.com | 2011-08-20 | 1 | -3/+11 |
* | Revert 97442 - Code to accept a print ticket on the command line. | bauerb@chromium.org | 2011-08-19 | 1 | -11/+3 |
* | Code to accept a print ticket on the command line. | abeera@google.com | 2011-08-19 | 1 | -3/+11 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Convert HtmlDialogUIDelegate::GetDialogTitle() to string16. | tony@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 1 | -1/+2 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |