summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 16044abarth@chromium.org2009-05-144-40/+42
* Minor cleanup of SSL UI code.abarth@chromium.org2009-05-144-42/+40
* Refactor the inner classes from SSLManager to their own files to reduce the c...abarth@chromium.org2009-05-1411-593/+657
* Tweak comment as requested by wtc.abarth@chromium.org2009-05-131-3/+3
* Clarify the semantics of some SSLHostState data structures.abarth@chromium.org2009-05-131-1/+6
* Be slightly more precise in how we propagate mixed content state.abarth@chromium.org2009-05-126-30/+50
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-112-0/+0
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-1/+1
* honor index in createTab()rafaelw@chromium.org2009-05-061-2/+2
* Move l10n_util to app/ben@chromium.org2009-05-054-4/+4
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-053-3/+3
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-045-26/+17
* Stop the location bar from flashing white when navigating from one HTTPS site...abarth@chromium.org2009-05-012-6/+5
* Add some histograms to see how often users click through blocking pages.abarth@chromium.org2009-05-011-1/+22
* Migrating the SSL UI tests to be browser tests.jcampan@chromium.org2009-04-291-8/+763
* Relanding this: jcampan@chromium.org2009-04-281-0/+20
* Reverting my change it breaks release compilation on Windows.jcampan@chromium.org2009-04-271-20/+0