| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 2 | -15/+16 |
* | UI strings for the SSL roadblock/error pages for the CERT_WEAK_KEY case. | palmer@chromium.org | 2011-12-16 | 2 | -4/+21 |
* | Beef up insecure content icon tests. The state of the icon is meaningless wh... | tsepez@chromium.org | 2011-12-16 | 1 | -2/+25 |
* | Remove the wording that suggests it is possible to proceed after fatal SSL er... | palmer@chromium.org | 2011-12-16 | 1 | -1/+4 |
* | Removing MessageLoop::QuitTask() from chrome/ | dcheng@chromium.org | 2011-12-10 | 1 | -2/+2 |
* | Re-enable several SSL UI tests now that the root bug should be fixed. | rsleevi@chromium.org | 2011-11-25 | 1 | -12/+6 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 1 | -5/+5 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -1/+1 |
* | Remove needless include of the content/browser/render_process_host.h header f... | ananta@chromium.org | 2011-11-04 | 1 | -1/+0 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Move SecurityStyle enum into content/public/common and put it into the conten... | jam@chromium.org | 2011-10-21 | 2 | -4/+7 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 2 | -10/+14 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 2 | -12/+12 |
* | Move the PageType enum to content/public/common, put it into the content name... | jam@chromium.org | 2011-10-18 | 1 | -3/+4 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -0/+1 |
* | Make SSLUITestBlock() robust regardless of default mixed content blocking set... | tsepez@chromium.org | 2011-10-15 | 1 | -0/+1 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -5/+7 |
* | Use new callbacks for SSL UI. | mattm@chromium.org | 2011-09-30 | 3 | -22/+22 |
* | content: Move constrained window code from TabContents to TabContentsWrapper | erg@chromium.org | 2011-09-30 | 1 | -3/+10 |
* | GTTF: Remove super-flaky ui_test_utils functions and fix callers. | phajdan.jr@chromium.org | 2011-09-27 | 1 | -2/+5 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 3 | -8/+10 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 3 | -10/+8 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 3 | -8/+10 |
* | Disable SSLUITest.TestBadHTTPSDownload | cbentzel@chromium.org | 2011-09-03 | 1 | -1/+3 |
* | Don't crash if DontProceed is chosen on the SSL interstitial page after Proce... | cbentzel@chromium.org | 2011-09-03 | 2 | -1/+48 |
* | Revert 96617 | gbillock@chromium.org | 2011-08-17 | 1 | -48/+105 |
* | Revert 96593 - Fix up various browser tests not to use WaitForNavigation. | gbillock@chromium.org | 2011-08-12 | 1 | -105/+48 |
* | Fix up various browser tests not to use WaitForNavigation. | gbillock@chromium.org | 2011-08-12 | 1 | -48/+105 |
* | Mark SSLUITest.TestHTTPSErrorWithNoNavEntry flaky on ChromeOS. | mnissler@chromium.org | 2011-08-10 | 1 | -1/+9 |
* | Disable SSLUITest.TestRefNavigation on chromiumos. | yzshen@chromium.org | 2011-08-06 | 1 | -2/+2 |
* | Marked SSLUITest.TestOKHTTPS flaky. | apatrick@chromium.org | 2011-08-04 | 1 | -1/+8 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -2/+2 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -2/+5 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 2 | -2/+2 |
* | Disable FLAKY_TestUnauthenticatedFrameNavigation on all platforms, as it's ti... | joth@chromium.org | 2011-06-17 | 1 | -10/+1 |
* | Disabling FLAKY_TestUnauthenticatedFrameNavigation as it's timing out, like o... | joth@chromium.org | 2011-06-17 | 1 | -1/+2 |
* | Re-enable SSL UI tests after providing browser that once again allows | tsepez@chromium.org | 2011-06-09 | 1 | -7/+59 |
* | Disable 3 ssl tests. | simonjam@chromium.org | 2011-06-08 | 1 | -3/+8 |
* | Remove the remaining Chrome SSL dependencies from content. | jam@chromium.org | 2011-06-06 | 1 | -3/+6 |
* | Get rid of some SSL dependencies by talking to SSLBlockingPolicy through a ca... | jam@chromium.org | 2011-06-04 | 2 | -51/+26 |
* | Move most of the core SSL code from chrome to content. The UI code that's sp... | jam@chromium.org | 2011-06-03 | 20 | -1846/+1 |
* | Disable SSLUITest.TestRunsCachedInsecureContent on Linux. | joi@chromium.org | 2011-06-03 | 1 | -2/+2 |
* | Disable SSLUITest.TestRunsCachedInsecureContent on Linux. | joi@chromium.org | 2011-06-02 | 1 | -1/+9 |
* | Factor load notification detail structs out of NavigationController and into | pinkerton@chromium.org | 2011-05-31 | 1 | -3/+3 |
* | Mark SSLUITest.TestRefNavigation flaky on ChromeOS | kinuko@chromium.org | 2011-05-30 | 1 | -1/+9 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Get rid of url_request_tracking.*. The only other place that used it other t... | jam@chromium.org | 2011-05-23 | 1 | -1/+0 |
* | Remove unneeded call to StartCrossSiteTransition. | creis@chromium.org | 2011-05-19 | 1 | -0/+7 |
* | Get rid of TabContentsSSLHelper dependency from content. | jam@chromium.org | 2011-05-18 | 4 | -30/+76 |