index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
webstore_inline_installer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
1
-2
/
+2
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
1
-7
/
+8
*
Update WebstoreInstaller to be ref counted.
jstritar@chromium.org
2011-10-25
1
-4
/
+8
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
1
-0
/
+1
*
Make inline installation callbacks fire when the item is downloaded and insta...
mihaip@chromium.org
2011-10-19
1
-8
/
+13
*
Revert 106140 - Make inline installation callbacks fire when the item is down...
sail@chromium.org
2011-10-18
1
-13
/
+8
*
Make inline installation callbacks fire when the item is downloaded and insta...
mihaip@chromium.org
2011-10-18
1
-8
/
+13
*
Add an install source for inline installs.
mihaip@chromium.org
2011-10-18
1
-1
/
+1
*
More NewRunnable* -> base::Bind for chrome/browser/extensions/.
adamk@chromium.org
2011-10-17
1
-4
/
+3
*
Don't show URL for pending new navigations initiated by the renderer.
creis@chromium.org
2011-10-13
1
-1
/
+2
*
Add a helper class for downloading and installing extensions from the gallery.
jstritar@chromium.org
2011-10-13
1
-13
/
+10
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-2
/
+2
*
Require that inline installs can only be done for CWS items with verified sites.
mihaip@chromium.org
2011-09-14
1
-3
/
+9
*
Make inline install handle inline_install_not_supported CWS responses.
mihaip@chromium.org
2011-09-14
1
-4
/
+31
*
Disable cookies and caching for inline install webstore requests.
mihaip@chromium.org
2011-09-14
1
-0
/
+4
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-09-12
1
-1
/
+3
*
Fix use-after-free in ExtensionWebstorePrivateApiTest.*
jamescook@chromium.org
2011-09-10
1
-11
/
+9
*
Remove redundant LoadURLWithHeaders method.
rogerta@chromium.org
2011-09-10
1
-1
/
+2
*
Missed a tab_contents() check in r100295.
mihaip@chromium.org
2011-09-09
1
-0
/
+6
*
Fix browser crash when tabs that call chrome.webstore.install get closed befo...
mihaip@chromium.org
2011-09-08
1
-10
/
+38
*
Add link URL and success/failure callback parameters to chrome.webstore.insta...
mihaip@chromium.org
2011-09-07
1
-6
/
+35
*
Implement inline install UI for views.
mihaip@chromium.org
2011-09-02
1
-3
/
+3
*
Parse and show CWS data (reviews, number of users) in the inline install dialog.
mihaip@chromium.org
2011-09-01
1
-7
/
+34
*
Add WebstoreInlineInstaller (downloads store data, shows the install UI, and ...
mihaip@chromium.org
2011-08-29
1
-0
/
+293