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_installer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Loosen strict manifest equality requirement during webstore installs
asargent@chromium.org
2013-08-23
1
-2
/
+5
*
Move GetDefaultDownloadDirectory() function into DownloadPrefs.
tfarina@chromium.org
2013-08-17
1
-2
/
+1
*
Remove GetActiveEntry usage from chrome/browser/extensions.
nasko@chromium.org
2013-08-16
1
-2
/
+2
*
Rename extension_manifest_keys namespace to extensions::manifest_keys.
yoz@chromium.org
2013-08-15
1
-3
/
+2
*
Move all the Record*() functions to download_stats.h/cc.
tfarina@chromium.org
2013-08-09
1
-2
/
+2
*
Clarify kInvalidDownloadError's meaning.
DHNishi@gmail.com
2013-07-31
1
-1
/
+2
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-1
/
+1
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Clean up app launcher enable code in webstore_private_api.
calamity@chromium.org
2013-07-08
1
-1
/
+2
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2
tfarina@chromium.org
2013-07-03
1
-1
/
+1
*
app_list: One click install for web store result.
xiyuan@chromium.org
2013-06-27
1
-4
/
+34
*
Change default Omaha installsource param from "" to "ondemand"
asargent@chromium.org
2013-06-22
1
-1
/
+1
*
Use a direct include of strings headers in chrome/browser/extensions/, part 4.
avi@chromium.org
2013-06-10
1
-2
/
+2
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Add os/arch/nacl_arch to webstore install code
asargent@chromium.org
2013-05-04
1
-24
/
+28
*
Made it possible to tell whether an extension is being installed or updated.
mgiuca@chromium.org
2013-05-03
1
-1
/
+1
*
drive: Rename drive_file_sytem_util to file_system_util
satorux@chromium.org
2013-04-26
1
-1
/
+1
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+2
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-2
/
+1
*
Really fix build after r193020.
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
/
+2
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-2
/
+4
*
Create a Manifest to get attributes instead of peeking in the Dictionary a ma...
koz@chromium.org
2013-03-10
1
-1
/
+3
*
Remove install time OAuth2 dialogs for Identity API
courage@chromium.org
2013-03-07
1
-2
/
+1
*
Fix up unused includes from chrome/browser/extensions to the rest of chrome/b...
yoz@chromium.org
2013-03-05
1
-2
/
+2
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-9
/
+11
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
More debugging in WebstoreInstaller::StartDownload
benjhayden@chromium.org
2012-12-14
1
-11
/
+51
*
Remove TabContents from extensions.
avi@chromium.org
2012-12-11
1
-1
/
+0
*
Merge most instances of DownloadSaveInfo into DownloadUrlParams.
rdsmith@chromium.org
2012-11-06
1
-5
/
+2
*
Fix use-after-free and crash in extension install from web intents
jamescook@chromium.org
2012-10-30
1
-0
/
+4
*
Shift passage of FileStream in downloads system to be by scoped_ptr<>.
rdsmith@chromium.org
2012-10-17
1
-3
/
+4
*
Make show_dialog_callback optional in ExtensionInstallPrompt
sail@chromium.org
2012-10-13
1
-1
/
+0
*
drive: Rename 'gdata' namespace to 'drive' in chrome/browser/chromeos/drive
satorux@chromium.org
2012-10-12
1
-1
/
+1
*
Making ShowExtensionInstallDialog a callback
sail@chromium.org
2012-10-12
1
-0
/
+1
*
drive: Rename chrome/browser/chromeos/gdata to chrome/browser/chromeos/drive
satorux@chromium.org
2012-10-11
1
-1
/
+1
*
OnDownloadStarted takes DownloadItem* instead of DownloadId
benjhayden@chromium.org
2012-10-09
1
-19
/
+11
*
Mac Web Intents Part 1: Show extension download progress
sail@chromium.org
2012-10-03
1
-10
/
+29
*
Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favo...
benjhayden@chromium.org
2012-09-25
1
-0
/
+2
*
Rename GData to Drive in drive_file_system_util
kochi@chromium.org
2012-09-07
1
-1
/
+1
*
Split gdata_util into two fragments (gdata_util, gdata_file_system_util) for ...
nhiroki@chromium.org
2012-09-05
1
-1
/
+1
*
Guard against more NULL pointers in WebstoreInstaller.
benjhayden@chromium.org
2012-08-31
1
-10
/
+22
*
Reland
benjhayden@chromium.org
2012-08-09
1
-5
/
+3
*
Make DownloadItem derive SupportsUserData instead of re-implementing it.
benjhayden@chromium.org
2012-08-08
1
-2
/
+2
*
Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo...
rdsmith@chromium.org
2012-08-06
1
-3
/
+5
*
DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVING
benjhayden@chromium.org
2012-08-03
1
-5
/
+3
*
Ensure that the WebstoreInstaller is always deleted on the UI thread
asargent@chromium.org
2012-08-02
1
-0
/
+1
*
Re-apply CL's to force store-hosted extension update checks to use SSL
asargent@chromium.org
2012-07-27
1
-1
/
+1
*
Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'
mseaborn@chromium.org
2012-07-20
1
-1
/
+1
[next]