1. 8016685 Convert captive portal interstitial finch flag to a feature by meacer · 9 years ago
  2. 5057f82 Attempt an on-demand time fetch when encountering a date invalid error by estark · 9 years ago
  3. ab78fef Move some global feature defines to buildflags by brettw · 9 years ago
  4. d19deef Simplify security_interstitials::ControllerClient and other related classes. by meacer · 9 years ago
  5. 0df1d3a Navigation: move RestoreType and ReloadType into a separate file by toyoshim · 9 years ago
  6. aa06031 Migrate chrome/browser files to histogram_macros.h includes. by asvitkine · 9 years ago
  7. 719dde5 Remove unnecessary |result| argument from AllowCertificateError() by estark · 9 years ago
  8. 5283579 Use DCHECKs when observing only a single notification. by thestig · 10 years ago
  9. 4af4858 Convert //chrome/browser from scoped_ptr to std::unique_ptr by dcheng · 10 years ago
  10. f940d5d Increase SSL interstitial delay to 3 seconds to detect more captive portals. by meacer · 10 years ago
  11. ee63a4e Modify the console message for www mismatch redirections. by meacer · 10 years ago
  12. 740b02b Use network time for bad clock interstitial. by mab · 10 years ago
  13. e73d8520c Convert Pass()→std::move() in //chrome by dcheng · 10 years ago
  14. 664c07b Switch to standard integer types in chrome/browser/, part 4 of 4. by avi · 10 years ago
  15. 70127b4 Move error classification into the ssl_errors component by felt · 10 years ago
  16. 035d90a Add cert reporting to the BadClockBlockingPage by felt · 10 years ago
  17. 2493b445 Create a component for SSL error handling by felt · 10 years ago
  18. 9f8cbae Revert "Create a component for SSL error handling" by jdonnelly · 10 years ago
  19. 7f141064 Create a component for SSL error handling by felt · 10 years ago
  20. 534cc9e7 Have SSLErrorHandler decide which type of interstitial to display by felt · 10 years ago
  21. 8b4cea2 Empty CL for readability review. by meacer · 10 years ago
  22. 3999e37 Disable name mismatch redirection for non-overridable SSL errors by bhanudev · 10 years ago
  23. d6bd778 Add a Console Message after WWW Mismatch Redirect by bhanudev · 10 years ago
  24. 4b280dc Finch flag for Common Name Mismatch Handler by bhanudev · 10 years ago
  25. 45d9a43 UMA stats for WWW Mismatch errors by bhanudev · 10 years ago
  26. 2051ce7 Common Name Mismatch Handler For WWW Subdomain Mismatch case by bhanudev · 10 years ago
  27. 85c5b8b5 Delete SSLErrorHandler when the page load stops by bhanudev · 10 years ago
  28. ab92f0e5 Add certificate reporting to CaptivePortalBlockingPage by estark · 11 years ago
  29. e66e7ff Add enterprise policy for SSL error overriding by fahl · 11 years ago
  30. 3ba1113 Add certificate report interface to break ssl->safe_browsing dependency by estark · 11 years ago
  31. 93272ab Add checkbox for reporting invalid TLS/SSL cert chains by estark · 11 years ago
  32. d2c91b4 Destroy SSLErrorHandler on new navigations so that it can properly be recreated. by meacer · 11 years ago
  33. 920f3bdf added clock interstitial to chrome://interstitials by fahl · 11 years ago
  34. ca64d9819 Add login url to captive portal interstitial. by meacer · 11 years ago
  35. 5c77768 Add finch gate for captive portal interstitial. by meacer · 11 years ago
  36. 4ef065e Add custom interstitial for captive portals. by meacer · 11 years ago
  37. 74b962a Move most of the core SSL code from chrome to content. The UI code that's specific to Chrome (i.e. interstitial, dialogs) stays behind. This change just moves code, and so adds a bunch of files to DEPS. I'll add proper interfaces in a follow up cl, but keeping the move simple at first. by [email protected] · 15 years ago
  38. 5f945a0e Update a bunch of files to the new location of browser_thread.h by [email protected] · 15 years ago
  39. 7a8c55e Remove frame_origin and main_frame_origin from network requests. by [email protected] · 15 years ago
  40. e4be2dd Deinline even more destructors. by [email protected] · 15 years ago
  41. 6981d963 net: Remove typedef net::URLRequest URLRequest; by [email protected] · 15 years ago
  42. 66620503 Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*. by [email protected] · 15 years ago
  43. 8281e48e Rename ChromeThread to BrowserThread Part22: by [email protected] · 15 years ago
  44. 02d08e0 FBTF: Small nits; moving virtual methods to implementation. by [email protected] · 15 years ago
  45. 9a7e150 Rename ChromeThread to BrowserThread Part6: by [email protected] · 15 years ago
  46. 8a58f9a Remove the mostly-unused FilterPolicy class. Convert the only actually-used bit, FILTER_EXTENSION_MESSAGES, into a bool that's only passed to places that really need it. by [email protected] · 16 years ago
  47. 0d3dc8e2 Fifth patch in getting rid of caching MessageLoop pointers. by [email protected] · 16 years ago
  48. 347867b7 Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering up by [email protected] · 16 years ago
  49. 76543b9c Replace the RenderProcessHost.PID function that returns the OS-generated by [email protected] · 16 years ago
  50. 336870f3 Move GetTabContentsID out of tab util because it has nothing to do with tabs or by [email protected] · 16 years ago
  51. 67039c73 Resubmit 16044 with typo fixed. by [email protected] · 17 years ago
  52. 7b391ba2 Revert 16044 by [email protected] · 17 years ago
  53. 2647ad4 Minor cleanup of SSL UI code. by [email protected] · 17 years ago
  54. 1d89a82f Refactor the inner classes from SSLManager to their own files to reduce the complexity of SSLManager. Heading towards unit testability of this code. by [email protected] · 17 years ago