summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fixes navigation issues with interstitial pages.creis@chromium.org2010-03-111-0/+71
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-083-1/+3
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-1/+2
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-2/+1
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-1/+2
* Linux: implement Client SSL Certificate selection UImattm@chromium.org2010-03-042-7/+325
* Mac: implement <keygen> support, including adding generated cert to the Keych...snej@chromium.org2010-03-023-0/+207
* Fix SSLUITest.TestHTTPSErrorWithNoNavEntryagl@chromium.org2010-03-011-15/+6
* Remove obsolete "using WebKit::WebConsoleMessage" statements.wtc@chromium.org2010-02-262-4/+0
* Mac client-side SSL cert improvements.snej@chromium.org2010-02-241-0/+4
* Make the translation bar not show up again when you closed it in a page jcampan@chromium.org2010-02-231-5/+0
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-194-4/+4
* Client-side SSL cert support for Mac.snej@chromium.org2010-02-185-48/+139
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-5/+2
* Implement ResourceQueue, an object that makes it easy to delay startingphajdan.jr@chromium.org2009-12-102-2/+4
* Marking test as flaky since it is failing in release >50% of the time now.thomasvl@chromium.org2009-12-101-3/+8
* [Mac] Browser_tests workthomasvl@chromium.org2009-12-081-1/+1
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-3/+5
* Fix null-pointer crash.abarth@chromium.org2009-12-051-0/+3
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-1/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-1/+1
* Flaky tests on linux/view/64bit builds.oshima@chromium.org2009-11-251-10/+8
* Moving two tests to FLAKY tests.oshima@chromium.org2009-11-251-3/+8
* 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