| Commit message (Expand) | Author | Age | Files | Lines |
* | We have a problem in the process on destroying WebContentsImpl because | zverre@yandex-team.ru | 2014-05-09 | 1 | -2/+1 |
* | Make sideloaded (externally installed) extensions display webstore info | rdevlin.cronin@chromium.org | 2014-01-29 | 1 | -9/+4 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 1 | -1/+1 |
* | Hide "0 users" in inline installation. | miket@chromium.org | 2013-07-31 | 1 | -2/+7 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 4. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Add URI scheme support to inline install request validator | rockot@chromium.org | 2013-05-08 | 1 | -10/+34 |
* | Add inline installer support for multiple verified sites per Web Store item. | rockot@chromium.org | 2013-04-18 | 1 | -17/+40 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -1/+2 |
* | WebstoreStandaloneInstaller: refactored to make easier to use/extend. | sergeygs@chromium.org | 2013-03-15 | 1 | -0/+168 |
* | Switch install-from-webstore UI to use regular instead of inline install dialog | asargent@chromium.org | 2012-10-08 | 1 | -465/+0 |
* | Mac Web Intents Part 1: Show extension download progress | sail@chromium.org | 2012-10-03 | 1 | -1/+3 |
* | Support an --install-from-webstore command line switch | asargent@chromium.org | 2012-09-17 | 1 | -27/+24 |
* | Update oauth strings for extension install UI | estade@chromium.org | 2012-08-15 | 1 | -0/+3 |
* | Correct const accessors in base/values.(h|cc), Part II (ListValue) | vabr@chromium.org | 2012-08-03 | 1 | -2/+2 |
* | Send cookies in inline install metadata requests, so that trusted tester item... | mihaip@chromium.org | 2012-08-02 | 1 | -2/+1 |
* | Pass through Extension::FROM_WEBSTORE to Extension::Create when installing an | kalman@chromium.org | 2012-07-31 | 1 | -1/+6 |
* | Add a method to create ExtensionInstallPrompt from WebContents. | nileshagrawal@chromium.org | 2012-07-18 | 1 | -5/+3 |
* | Move WebstoreInstaller, WebstoreInlineInstaller, related in extensions namespace | rdevlin.cronin@chromium.org | 2012-07-12 | 1 | -1/+5 |
* | Move application creation and extension install prompt showing off Browser an... | ben@chromium.org | 2012-07-03 | 1 | -1/+1 |
* | Move content::URLFetcher static functions to net::URLFetcher | akalin@chromium.org | 2012-06-19 | 1 | -2/+2 |
* | Remove BrowserList::GetLastActive from extensions install dialog code by plum... | jam@chromium.org | 2012-06-15 | 1 | -3/+4 |
* | Refactoring ExtensionInstallUI to abstract the Browser references. | jcivelli@chromium.org | 2012-06-08 | 1 | -5/+6 |
* | Change most content::URLFetcher references to net::URLFetcher | akalin@chromium.org | 2012-05-23 | 1 | -1/+1 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -1/+1 |
* | Reland 137540 - Disable off-store extension installs by default. Also get rid... | aa@chromium.org | 2012-05-17 | 1 | -4/+4 |
* | Revert 137540 - Disable off-store extension installs by default. Also get rid... | aa@chromium.org | 2012-05-17 | 1 | -4/+4 |
* | Disable off-store extension installs by default. Also get rid of ExtensionSer... | aa@chromium.org | 2012-05-16 | 1 | -4/+4 |
* | Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/ | akalin@chromium.org | 2012-05-11 | 1 | -2/+2 |
* | RefCounted types should not have public destructors, chrome/browser/extension... | rsleevi@chromium.org | 2012-04-27 | 1 | -28/+28 |
* | Do not show the install prompt for themes. | jstritar@chromium.org | 2012-04-20 | 1 | -11/+8 |
* | Improve assocation of WebstoreInstallers to CrxInstallers. | jstritar@chromium.org | 2012-04-03 | 1 | -8/+8 |
* | Stop using weak v8 references to keep track of inline install callbacks. | mihaip@chromium.org | 2012-02-11 | 1 | -2/+4 |
* | Create an API around UtilityProcessHost and use that from chrome. | jam@chromium.org | 2012-02-03 | 1 | -14/+11 |
* | Handle paths and ports in verified domains in inline install. | mihaip@chromium.org | 2012-01-25 | 1 | -10/+30 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -0/+1 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -13/+13 |
* | Change most of the methods of WebContentsObserver to take a content::WebConte... | jam@chromium.org | 2011-12-23 | 1 | -6/+7 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -4/+4 |
* | 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 |
* | Allow all URLPatterns to have ports. | aa@chromium.org | 2011-12-19 | 1 | -2/+1 |
* | Convert the easy cases of URLPattern::ERROR_ON_PORT to USE_PORT | aa@chromium.org | 2011-12-16 | 1 | -1/+1 |
* | Convert calls to the utility process in extension code to use the zygote on L... | jorgelo@chromium.org | 2011-12-13 | 1 | -0/+1 |
* | Move URLPattern::ParseOption into a field. | aa@chromium.org | 2011-12-09 | 1 | -1/+2 |
* | Replace the GURL referrer field of OpenURLParams with a content::Referrer | jochen@chromium.org | 2011-12-05 | 1 | -1/+2 |
* | Set referrer for webstore inline install requests, so we can see what the top... | mihaip@chromium.org | 2011-11-17 | 1 | -0/+4 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc... | jam@chromium.org | 2011-10-27 | 1 | -1/+1 |