| Commit message (Expand) | Author | Age | Files | Lines |
* | CPM Extension Uninstall Watching | rdevlin.cronin@chromium.org | 2012-07-17 | 1 | -1/+2 |
* | Introduce LaunchParams struct for opening chrome apps. | benwells@chromium.org | 2012-07-13 | 1 | -2/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 3 | -3/+0 |
* | Moved ExtensionPrefs and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-10 | 1 | -1/+1 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 1 | -3/+5 |
* | Move each permission classes to its own files in extensions/permissions and r... | penghuang@chromium.org | 2012-06-27 | 4 | -6/+8 |
* | Move browser commands into a separate file. | ben@chromium.org | 2012-06-25 | 1 | -6/+3 |
* | Move singleton tabs off Browser. | ben@chromium.org | 2012-06-21 | 1 | -1/+2 |
* | Rename IPC Sender and Listener in ppapi, content/public, and content/renderer | brettw@chromium.org | 2012-06-20 | 1 | -0/+1 |
* | Add DesktopNotificationService::AddNotification | stevenjb@google.com | 2012-06-14 | 1 | -8/+6 |
* | Add support for Ash to Notifications | stevenjb@google.com | 2012-06-14 | 1 | -5/+9 |
* | Converted the rest of chrome except for extensions and favicons to user Image... | pkotwicz@chromium.org | 2012-06-05 | 4 | -13/+18 |
* | Revert 140531 - Converted the rest of chrome except for extensions and favico... | pkotwicz@chromium.org | 2012-06-05 | 4 | -18/+13 |
* | Converted the rest of chrome except for extensions and favicons to user Image... | pkotwicz@chromium.org | 2012-06-05 | 4 | -13/+18 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Remove Extension::STRICT_ERROR_CHECKS, it was never used. | aa@chromium.org | 2012-05-31 | 1 | -1/+1 |
* | Pass command line arguments onto platform apps which provide the right intent. | benwells@chromium.org | 2012-05-26 | 1 | -1/+1 |
* | Remove extension application launch code from Browser | benwells@chromium.org | 2012-05-23 | 1 | -2/+3 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 11 | -33/+57 |
* | Move application lifetime functionality off BrowserList. | ben@chromium.org | 2012-05-18 | 2 | -14/+14 |
* | Moves methods for finding browsers to browser_finder. | sky@chromium.org | 2012-05-16 | 2 | -4/+6 |
* | No longer start BG mode until a BackgroundContents is loaded | atwilson@chromium.org | 2012-05-04 | 7 | -37/+156 |
* | RefCounted types should not have public destructors, chrome/browser/ part 6 | rsleevi@chromium.org | 2012-04-27 | 1 | -3/+2 |
* | Resolve the conflict that auto-launch has with the background mode feature. | finnur@chromium.org | 2012-04-20 | 1 | -55/+7 |
* | Disable loading of unpacked extensions when '*' is blacklisted, both via the ... | joaodasilva@chromium.org | 2012-04-18 | 1 | -0/+3 |
* | Moved Linux specific shell integration declarations into own header. | benwells@chromium.org | 2012-04-17 | 1 | -4/+5 |
* | Put manifest string constant declarations into separate header | groby@chromium.org | 2012-03-23 | 1 | -0/+1 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -2/+1 |
* | Add policy to control "allow background apps" | bartfab@chromium.org | 2012-03-19 | 2 | -32/+8 |
* | Add support for multiple icon sizes for Mac platform apps | sail@chromium.org | 2012-03-03 | 1 | -7/+8 |
* | Get browser/background compiling on Android | jgreenwald@chromium.org | 2012-02-24 | 2 | -1/+3 |
* | Support for 512px and 256px icons in extensions | mtytel@chromium.org | 2012-02-24 | 3 | -7/+10 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 2 | -3/+5 |
* | Profiles: Add a --dump-profile-graph option when !NDEBUG. | erg@chromium.org | 2012-01-24 | 1 | -2/+3 |
* | [i18n-fixlet] Make strings branding specific in Wrench menu. | vandebo@chromium.org | 2012-01-18 | 1 | -3/+2 |
* | Introduce background.scripts feature for extension manifests. | aa@chromium.org | 2012-01-10 | 1 | -10/+9 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 3 | -3/+0 |
* | Cleanup extension permissions module. | jstritar@chromium.org | 2012-01-06 | 1 | -7/+8 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac... | jam@chromium.org | 2012-01-02 | 1 | -1/+1 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 2 | -4/+6 |
* | Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref... | bauerb@chromium.org | 2011-12-27 | 1 | -2/+0 |
* | Updating status tray to show just the apps if there's only one profile, not i... | rlp@chromium.org | 2011-12-22 | 1 | -6/+17 |
* | Refactor ProfileInfoCacheObserver interface and usage thereof. | stevet@chromium.org | 2011-12-22 | 3 | -37/+36 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Badge the original profile's desktop shortcut and ensure it is unbadged if it... | stevet@chromium.org | 2011-12-16 | 3 | -3/+8 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -2/+4 |