summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl
Commit message (Expand)AuthorAgeFilesLines
* This is a temp hack to get SSLUITest.TestHTTPErrorWithNoNavEntry working on l...oshima@chromium.org2009-11-181-0/+5
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-8/+8
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-074-3/+14
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-038-69/+54
* Degrade the https color and lock icon for the page that has a worker that loa...dimich@google.com2009-10-191-40/+90
* Always ASSERT that created servers are non-NULL (since creation can fail). B...pkasting@chromium.org2009-10-131-1/+44
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-122-0/+3
* Update the SSLClientAuthHandler to use the thread safe reference counter.mbelshe@google.com2009-10-091-1/+2
* Remove old way of handling mixed content now that we have the new mixed contentabarth@chromium.org2009-09-2911-344/+18
* Update our mixed content state with information from the new mixed contentabarth@chromium.org2009-09-265-1/+31
* This CL adds a test to insure we are not regressing on http://crbug.com/19941jcampan@chromium.org2009-09-151-0/+37
* The SSL policy when showing an error page sets the page type on the wrong nav...jcampan@chromium.org2009-09-121-2/+6
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-102-2/+2
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-053-22/+2
* Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering upbrettw@chromium.org2009-09-022-21/+22
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-316-16/+18
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-282-6/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-282-2/+6
* Add new certificate error codewtc@chromium.org2009-08-143-8/+28
* Disable SSLUITest.TestGoodFrameNavigation as it seems to be flaky.hamaji@chromium.org2009-08-061-1/+1
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-142-3/+3
* The SSL UI tests are only run on Windows today.jcampan@chromium.org2009-07-081-1021/+0
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-041-17/+22
* Move GetTabContentsID out of tab util because it has nothing to do with tabs orbrettw@chromium.org2009-06-301-3/+4
* A first implementation of the SSL client auth UI.This uses the Windows API th...jcampan@chromium.org2009-06-272-0/+160
* Simple clean-up of the ssl_manager.h includes.jcampan@chromium.org2009-06-261-20/+5
* On Linux, the path to the exe is used to fork renderer processes.jcampan@chromium.org2009-06-251-15/+0
* Removing a now irrelevant browser test and disabling 2 failing ones (in order...jcampan@chromium.org2009-06-231-56/+7
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-1/+1
* Removed mixed content options. Turns out extremely few users changed the def...abarth@chromium.org2009-06-162-70/+1
* Porting the browser tests to Unix.jcampan@chromium.org2009-06-051-4/+18
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-033-0/+3
* Disabling a UI test that is flacky.jcampan@chromium.org2009-06-021-1/+2
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-30/+30
* Fix crash when updating a navigation entry without a site_instance.abarth@chromium.org2009-05-221-2/+7
* Check if the test server started successfully before using it.phajdan.jr@chromium.org2009-05-211-3/+60
* More progress on ForceHTTPS.abarth@chromium.org2009-05-203-5/+27
* Try 16161 again. Third time is the charm.abarth@chromium.org2009-05-161-0/+174
* Reverting 16164.abarth@chromium.org2009-05-153-193/+39
* Try 16162 again. Hopefully should build with gcc.abarth@chromium.org2009-05-153-39/+193
* Reverting 16161.abarth@chromium.org2009-05-151-179/+0
* Add unit tests for SSLHostState.abarth@chromium.org2009-05-151-0/+179
* Finish refactoring to make SSLPolicy and friends unit testable. Next stop: t...abarth@chromium.org2009-05-1510-284/+280
* Update comments as requested by jcampan.abarth@chromium.org2009-05-142-3/+1
* Remove bad DCHECK.abarth@chromium.org2009-05-141-1/+0
* Build fix.abarth@chromium.org2009-05-143-14/+8
* Factor SSLPolicyBackend out of SSLManager.abarth@chromium.org2009-05-149-274/+354
* Resubmit 16044 with typo fixed.abarth@chromium.org2009-05-144-42/+40