| Commit message (Expand) | Author | Age | Files | Lines |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Prevent extension and bookmark popups from interfering with close window/tab ... | isherman@chromium.org | 2011-10-28 | 1 | -38/+21 |
* | Move cloud_print_class_mac files from content/common to chrome/common/cloud_p... | jam@chromium.org | 2011-10-27 | 1 | -4/+4 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -7/+8 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Refactor downloads into a ProfileKeyedService. | rdsmith@chromium.org | 2011-10-12 | 1 | -1/+7 |
* | [Mac] Conditionally show/hide the main menubar Users menu. | rsesek@chromium.org | 2011-10-11 | 1 | -8/+6 |
* | Show sync promo at startup | sail@chromium.org | 2011-10-05 | 1 | -1/+4 |
* | Change Browser::OpenApplication() to handle having no browser windows open. | atwilson@chromium.org | 2011-09-29 | 1 | -6/+2 |
* | Simplify GCP integration with print preview. | abodenha@chromium.org | 2011-09-19 | 1 | -1/+2 |
* | Revert 101256 - Simplify GCP integration with print preview. | hbono@chromium.org | 2011-09-15 | 1 | -2/+1 |
* | Simplify GCP integration with print preview. | abodenha@chromium.org | 2011-09-15 | 1 | -1/+2 |
* | Fix saved screenshots for feedback. | rkc@chromium.org | 2011-08-31 | 1 | -12/+3 |
* | Code to accept a print ticket on the command line. | abeera@google.com | 2011-08-20 | 1 | -1/+3 |
* | Missed one thing after r97456. | mark@chromium.org | 2011-08-19 | 1 | -1/+1 |
* | Revert 97442 - Code to accept a print ticket on the command line. | bauerb@chromium.org | 2011-08-19 | 1 | -3/+1 |
* | Code to accept a print ticket on the command line. | abeera@google.com | 2011-08-19 | 1 | -1/+3 |
* | Move the core download files to content. | jam@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | Virtual Cloud Print Driver for Mac. | abeera@google.com | 2011-08-15 | 1 | -0/+56 |
* | [Mac] Remove the Profile menu on Leopard to prevent drawing artifacts. | rsesek@chromium.org | 2011-08-03 | 1 | -0/+10 |
* | [Sync] Remove need for WideToUTF8 conversion for SyncBackendHost | akalin@chromium.org | 2011-08-03 | 1 | -0/+1 |
* | Fix ThreadRestrictions problem on Mac GetDefaultProfile. | mirandac@chromium.org | 2011-07-20 | 1 | -2/+2 |
* | [Mac] Add the Profile menu to the main menubar. | rsesek@chromium.org | 2011-07-19 | 1 | -0/+19 |
* | Change history, downloads, bookmarks to also load over NTP. | gbillock@chromium.org | 2011-07-14 | 1 | -1/+1 |
* | Revert 92289 - Change history, downloads, bookmarks to also load over NTP. | gbillock@chromium.org | 2011-07-13 | 1 | -1/+1 |
* | Change history, downloads, bookmarks to also load over NTP. | gbillock@chromium.org | 2011-07-13 | 1 | -1/+1 |
* | Build fixes for mac. Hopefully ends soon. | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Fix for build failures on mac and Linux | ananta@chromium.org | 2011-07-10 | 1 | -1/+2 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -2/+3 |
* | Make BookmarkMenuBridge objects and BookMarkMenuCocoaController objects take ... | maf@chromium.org | 2011-07-09 | 1 | -1/+2 |
* | Revert 91935 - Mac. Do not display "Other Bookmarks" folder or its preceding ... | maf@chromium.org | 2011-07-09 | 1 | -2/+1 |
* | Mac. Do not display "Other Bookmarks" folder or its preceding separator in an... | maf@chromium.org | 2011-07-09 | 1 | -1/+2 |
* | Show singleton tab instead of opening multiple help tabs. | keishi@google.com | 2011-07-06 | 1 | -1/+1 |
* | Fix relaunches on the Mac. | mark@chromium.org | 2011-06-24 | 1 | -11/+0 |
* | Rename -[AppController defaultProfile] to |-lastProfile|. | rsesek@chromium.org | 2011-06-20 | 1 | -51/+50 |
* | In -[AppController defaultProfile] use the last-used profile, rather than the... | rsesek@chromium.org | 2011-06-19 | 1 | -0/+5 |
* | [Mac] Add the ability to rebuild items in the main menubar when the profile c... | rsesek@chromium.org | 2011-06-17 | 1 | -3/+34 |
* | Moved files related to background mode to browser/background. | atwilson@chromium.org | 2011-06-17 | 1 | -1/+1 |
* | Reverted r88133 (http://codereview.chromium.org/7065054/) , and removed only ... | shinyak@google.com | 2011-06-16 | 1 | -0/+79 |
* | Removed the code that checks the tab number. | shinyak@google.com | 2011-06-07 | 1 | -97/+0 |
* | Mac. Add new Bookmarks submenu to Wrench menu. | maf@chromium.org | 2011-05-11 | 1 | -0/+4 |
* | Extension Apps that prefer a panel over a tab, should launch that way when | finnur@chromium.org | 2011-05-06 | 1 | -1/+1 |
* | Profile shouldn't own Session/TabRestore services. | torne@chromium.org | 2011-04-28 | 1 | -3/+6 |
* | Move UserMetrics to content. | michaeln@google.com | 2011-04-27 | 1 | -5/+3 |
* | options: Get rid of the unused OptionsGroup enum. | tfarina@chromium.org | 2011-04-25 | 1 | -1/+0 |
* | Use the real Mac browser app's bundle identifier everywhere that a base | mark@chromium.org | 2011-04-22 | 1 | -2/+9 |
* | This CL implements alternative asynchronous methods for profile and preferenc... | altimofeev@chromium.org | 2011-04-19 | 1 | -8/+6 |
* | Revert 81394 (broke sync_integration_tests and clang) - This CL implements al... | altimofeev@chromium.org | 2011-04-13 | 1 | -6/+8 |
* | This CL implements alternative asynchronous methods for profile and preferenc... | altimofeev@chromium.org | 2011-04-13 | 1 | -8/+6 |
* | [Mac] Confirm-to-quit: Add histogram metrics. | rsesek@chromium.org | 2011-04-05 | 1 | -1/+3 |