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
/
ssl_policy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-3
/
+2
*
Remove obsolete "using WebKit::WebConsoleMessage" statements.
wtc@chromium.org
2010-02-26
1
-2
/
+0
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Fix null-pointer crash.
abarth@chromium.org
2009-12-05
1
-0
/
+3
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
1
-0
/
+2
*
Remove old way of handling mixed content now that we have the new mixed content
abarth@chromium.org
2009-09-29
1
-109
/
+14
*
Update our mixed content state with information from the new mixed content
abarth@chromium.org
2009-09-26
1
-0
/
+13
*
The SSL policy when showing an error page sets the page type on the wrong nav...
jcampan@chromium.org
2009-09-12
1
-2
/
+6
*
Move StringPiece into the base namespace. It is colliding
tony@chromium.org
2009-09-10
1
-1
/
+1
*
Rename X-Force-TLS to Strict-Transport-Security.
abarth@chromium.org
2009-09-05
1
-5
/
+1
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
1
-5
/
+6
*
Add new certificate error code
wtc@chromium.org
2009-08-14
1
-1
/
+2
*
This provides a simpler js template engine than JsTemplate. It has been
arv@google.com
2009-07-14
1
-2
/
+2
*
Removed mixed content options. Turns out extremely few users changed the def...
abarth@chromium.org
2009-06-16
1
-4
/
+1
*
Headers cleanup in chrome/browser/
phajdan.jr@chromium.org
2009-06-03
1
-0
/
+1
*
Fix crash when updating a navigation entry without a site_instance.
abarth@chromium.org
2009-05-22
1
-2
/
+7
*
More progress on ForceHTTPS.
abarth@chromium.org
2009-05-20
1
-4
/
+10
*
Finish refactoring to make SSLPolicy and friends unit testable. Next stop: t...
abarth@chromium.org
2009-05-15
1
-137
/
+125
*
Factor SSLPolicyBackend out of SSLManager.
abarth@chromium.org
2009-05-14
1
-21
/
+20
*
Refactor the inner classes from SSLManager to their own files to reduce the c...
abarth@chromium.org
2009-05-14
1
-50
/
+51
*
Be slightly more precise in how we propagate mixed content state.
abarth@chromium.org
2009-05-12
1
-7
/
+10
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-4
/
+3
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-1
/
+1
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-1
/
+1
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-1
/
+1
*
Remove more unneeded scaffolding.
thestig@chromium.org
2009-04-08
1
-6
/
+1
*
Stop serializing WebString over IPC. The new rule is that only POD (plain old
darin@chromium.org
2009-04-06
1
-5
/
+2
*
Use WebConsoleMessage instead of ConsoleMessageLevel.
darin@chromium.org
2009-03-31
1
-3
/
+8
*
Resubmitted code from revision 12809. The bug in the Windows SSL stack that
markus@chromium.org
2009-03-31
1
-2
/
+10
*
Reverting, as this changelist broke unittests on Windows.
markus@chromium.org
2009-03-30
1
-10
/
+2
*
Change the bad-certificate handler for SSL (using NSS) to return an
markus@chromium.org
2009-03-30
1
-2
/
+10
*
SSLPolicy fix: Step 9 of 9 (hopefully!).
abarth@chromium.org
2009-03-20
1
-103
/
+104
*
SSLPolicy Fix: Step 8.
abarth@chromium.org
2009-03-18
1
-57
/
+62
*
SSLPolicy Fix: Step 7.
abarth@chromium.org
2009-03-17
1
-244
/
+89
*
SSLPolicy Fix: Step 5.
abarth@chromium.org
2009-03-17
1
-3
/
+3
*
SSLPolicy Fix: Step 3.
abarth@chromium.org
2009-03-17
1
-0
/
+18
*
Stop having renderers use both pids and a monotonically increasing "host_id"....
jam@chromium.org
2009-03-12
1
-1
/
+1
*
revert broken change 10833
nsylvain@chromium.org
2009-03-03
1
-16
/
+8
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-8
/
+16
*
Revert dsh's change 10818
nsylvain@chromium.org
2009-03-03
1
-15
/
+8
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-8
/
+15
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
1
-2
/
+4
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
1
-4
/
+2
*
Reapply of Tony's r9656 (Add chrome/browser/ssl/ssl_manager.cc to the build.)
estade@chromium.org
2009-02-12
1
-8
/
+16
*
Move browser_resources.rc into a a grd file. While I'm at it,
tc@google.com
2009-02-09
1
-1
/
+3
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-3
/
+3
*
Move files out of browser and into either renderer_host or tab_contents.
brettw@chromium.org
2009-01-22
1
-1
/
+1
*
Move all the SSL stuff into its own subdir
ben@chromium.org
2009-01-16
1
-0
/
+483