| Commit message (Expand) | Author | Age | Files | Lines |
* | Move most of the core SSL code from chrome to content. The UI code that's sp... | jam@chromium.org | 2011-06-03 | 1 | -132/+0 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -3/+3 |
* | Revert 70281 - Revert 70271 - Remove wstring from l10n_util. Part 3. | avi@chromium.org | 2010-12-29 | 1 | -1/+2 |
* | Revert 70271 - Remove wstring from l10n_util. Part 3. | avi@chromium.org | 2010-12-29 | 1 | -2/+1 |
* | Remove wstring from l10n_util. Part 3. | avi@chromium.org | 2010-12-29 | 1 | -1/+2 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -1/+1 |
* | net: Add namespace net to URLRequest and URLRequestJob classes. | tfarina@chromium.org | 2010-11-28 | 1 | -1/+4 |
* | Cleanup the SSLPolicyBackend class. | tfarina@chromium.org | 2010-09-04 | 1 | -26/+0 |
* | Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h. | viettrungluu@chromium.org | 2010-08-06 | 1 | -2/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Plumb SSL connection information into the PageInfo model. | agl@chromium.org | 2010-07-12 | 1 | -2/+4 |
* | Rename "mixed content" to "insecure content" in as many places as possible, t... | pkasting@chromium.org | 2010-05-18 | 1 | -3/+1 |
* | Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB... | pkasting@chromium.org | 2010-05-17 | 1 | -34/+34 |
* | Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206... | rvargas@google.com | 2010-05-15 | 1 | -34/+34 |
* | (Original patch reviewed at http://codereview.chromium.org/2067003 ) | pkasting@chromium.org | 2010-05-15 | 1 | -34/+34 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -7/+3 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -3/+7 |
* | Omnibox M5 work, part 1: Security changes | pkasting@chromium.org | 2010-03-24 | 1 | -7/+3 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -1/+1 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -1/+1 |
* | Fifth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-03 | 1 | -3/+1 |
* | Remove old way of handling mixed content now that we have the new mixed content | abarth@chromium.org | 2009-09-29 | 1 | -12/+0 |
* | Update our mixed content state with information from the new mixed content | abarth@chromium.org | 2009-09-26 | 1 | -0/+4 |
* | Simple clean-up of the ssl_manager.h includes. | jcampan@chromium.org | 2009-06-26 | 1 | -20/+5 |
* | Finish refactoring to make SSLPolicy and friends unit testable. Next stop: t... | abarth@chromium.org | 2009-05-15 | 1 | -57/+12 |
* | Build fix. | abarth@chromium.org | 2009-05-14 | 1 | -6/+0 |
* | Factor SSLPolicyBackend out of SSLManager. | abarth@chromium.org | 2009-05-14 | 1 | -70/+11 |
* | Refactor the inner classes from SSLManager to their own files to reduce the c... | abarth@chromium.org | 2009-05-14 | 1 | -272/+9 |
* | Be slightly more precise in how we propagate mixed content state. | abarth@chromium.org | 2009-05-12 | 1 | -3/+13 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -3/+3 |
* | Stop the location bar from flashing white when navigating from one HTTPS site... | abarth@chromium.org | 2009-05-01 | 1 | -1/+5 |
* | Stop serializing WebString over IPC. The new rule is that only POD (plain old | darin@chromium.org | 2009-04-06 | 1 | -5/+3 |
* | Use WebConsoleMessage instead of ConsoleMessageLevel. | darin@chromium.org | 2009-03-31 | 1 | -3/+5 |
* | SSLPolicy fix: Step 9 of 9 (hopefully!). | abarth@chromium.org | 2009-03-20 | 1 | -10/+10 |
* | SSLPolicy Fix: Step 8. | abarth@chromium.org | 2009-03-18 | 1 | -30/+102 |
* | SSLPolicy Fix: Step 3. | abarth@chromium.org | 2009-03-17 | 1 | -6/+7 |
* | Landing again the CL that adds security info to canceled requests (last time ... | jcampan@chromium.org | 2009-03-08 | 1 | -3/+10 |
* | Revert change 11197 because it created 138 new layout tests | nsylvain@chromium.org | 2009-03-07 | 1 | -10/+3 |
* | Landing again the CL that adds security info to canceled requests (it was bre... | jcampan@chromium.org | 2009-03-07 | 1 | -3/+10 |
* | Reverting 11179. | jcampan@chromium.org | 2009-03-07 | 1 | -10/+3 |
* | This CL adds a way to specify the security info when canceling a URLRequest. | jcampan@chromium.org | 2009-03-07 | 1 | -3/+10 |
* | Remember that we've white listed a certificate when we switch to a new tab. | abarth@chromium.org | 2009-02-13 | 1 | -28/+27 |
* | Revert 9747 | abarth@chromium.org | 2009-02-13 | 1 | -27/+28 |
* | Remember that we've white listed a certificate when we switch to a new tab. | abarth@chromium.org | 2009-02-13 | 1 | -28/+27 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -1/+0 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -1/+1 |