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
/
ssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add InfoBarDelegate::web_contents(). This is convenient for the number of
pkasting@chromium.org
2013-04-24
1
-2
/
+2
*
Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.
pkasting@chromium.org
2013-04-23
1
-2
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
2
-6
/
+6
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
2
-6
/
+6
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
2
-6
/
+6
*
chrome: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-03-31
1
-1
/
+1
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
9
-15
/
+15
*
Move c/b/a/infobar files back to c/b/infobar
kaiwang@chromium.org
2013-03-19
1
-2
/
+2
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-2
/
+2
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
4
-4
/
+4
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Remove special case warning for Sirefef.
agl@chromium.org
2013-02-20
1
-96
/
+9
*
content: convert SSL notifications to observer usage (take 2)
phajdan.jr@chromium.org
2013-02-13
3
-6
/
+24
*
Revert "content: convert SSL notifications to observer usage"
phajdan.jr@chromium.org
2013-02-11
3
-23
/
+6
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
2
-7
/
+8
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
content: convert SSL notifications to observer usage
phajdan.jr@chromium.org
2013-02-08
3
-6
/
+23
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
2
-4
/
+4
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-29
1
-42
/
+56
*
Move code in ui\webui\jstemplate_builder.* to webui namespace for consistency.
jam@chromium.org
2013-01-22
1
-1
/
+1
*
Move jstemplate_builder.* to ui\webui so it can be reused by webui implementa...
jam@chromium.org
2013-01-18
1
-1
/
+1
*
Clean up WebContentsModalDialogManager.
wittman@chromium.org
2013-01-12
1
-7
/
+7
*
Change infobar creation to use a public static Create() method on the infobar...
pkasting@chromium.org
2013-01-08
1
-53
/
+64
*
DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.
avi@chromium.org
2013-01-07
1
-1
/
+1
*
Simplify ExecuteJavaScript* functions.
darin@chromium.org
2013-01-04
1
-37
/
+26
*
Rename platform-independent ConstrainedWindow types to WebContentsModalDialog...
wittman@chromium.org
2013-01-03
1
-2
/
+2
*
Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}
darin@chromium.org
2013-01-02
1
-29
/
+47
*
Clean up chrome::CloseWebContents.
avi@chromium.org
2012-12-28
1
-3
/
+3
*
Rename platform-independent ConstrainedWindow types to WebContentsModalDialog...
wittman@chromium.org
2012-12-22
1
-1
/
+1
*
Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper
pkasting@chromium.org
2012-12-20
1
-13
/
+15
*
Remove TabContents includes.
avi@chromium.org
2012-12-14
2
-2
/
+0
*
Fix certificate and keychain installation on Android.
digit@chromium.org
2012-12-11
3
-0
/
+108
*
Un-flake XP Tests (1) build by disabling SSLUITest.TestWSSInvalidCertAndClose on
dbeam@chromium.org
2012-12-10
1
-1
/
+7
*
SSL UMA modifications plus update of warnings.
felt@chromium.org
2012-12-07
1
-35
/
+132
*
Remove TabContents from chrome::Navigate.
avi@chromium.org
2012-12-06
1
-12
/
+12
*
Make certificate selector a window modal dialog
sail@chromium.org
2012-12-05
3
-1
/
+151
*
net: add special case errors for certificates.
agl@chromium.org
2012-11-28
1
-6
/
+84
*
Whoever originally named the UMA group "interstial" misspelled the word, but
felt@chromium.org
2012-11-22
1
-3
/
+3
*
Revert 168919 - Reland http://crrev.com/167867
rsleevi@chromium.org
2012-11-21
1
-1
/
+2
*
Reland http://crrev.com/167867
rsleevi@chromium.org
2012-11-20
1
-2
/
+1
*
Remove tabstrip wrappers in browser_tabstrip.
avi@chromium.org
2012-11-20
1
-2
/
+2
*
Adding UMA for how users interact with SSL warnings.
felt@chromium.org
2012-11-19
3
-5
/
+36
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-1
/
+1
*
Revert 167867 - Re-enable SSLUITest.TestWSSClientCert
rsleevi@chromium.org
2012-11-15
1
-1
/
+2
*
Re-enable SSLUITest.TestWSSClientCert
rsleevi@chromium.org
2012-11-15
1
-2
/
+1
*
Remove TabContents from chrome::AddSelectedTabWithURL.
avi@chromium.org
2012-11-15
1
-5
/
+5
*
WebKit gardening. Disable a failing browser test.
hayato@chromium.org
2012-11-08
1
-1
/
+2
*
Add GetWebSocketTestDataDirectory() to test_data_directory
toyoshim@chromium.org
2012-11-06
1
-14
/
+9
*
Add method to load resources without scale
oshima@chromium.org
2012-11-01
1
-2
/
+1
[next]