| Commit message (Expand) | Author | Age | Files | Lines |
* | In cases of SSL error page due to HSTS, explain why the user cannot proceed. | palmer@chromium.org | 2012-01-21 | 1 | -1/+4 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -1/+2 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -1/+1 |
* | Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac... | jam@chromium.org | 2012-01-02 | 1 | -2/+3 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -1/+3 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -2/+3 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 1 | -5/+5 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Remove the wording that suggests it is possible to proceed after fatal SSL er... | palmer@chromium.org | 2011-12-16 | 1 | -1/+4 |
* | 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 SecurityStyle enum into content/public/common and put it into the conten... | jam@chromium.org | 2011-10-21 | 1 | -1/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -0/+1 |
* | Use new callbacks for SSL UI. | mattm@chromium.org | 2011-09-30 | 1 | -10/+8 |
* | Don't crash if DontProceed is chosen on the SSL interstitial page after Proce... | cbentzel@chromium.org | 2011-09-03 | 1 | -1/+5 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | 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 | 1 | -16/+20 |
* | Move most of the core SSL code from chrome to content. The UI code that's sp... | jam@chromium.org | 2011-06-03 | 1 | -1/+1 |
* | Adopt InterstitialPage to RenderViewHost message changes which were introduce... | markusheintz@chromium.org | 2011-05-03 | 1 | -1/+3 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -2/+2 |
* | Delete the temporary headers left behind in chrome\browser. I've left browse... | jam@chromium.org | 2011-03-01 | 1 | -6/+6 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage. | thestig@chromium.org | 2011-01-15 | 1 | -1/+0 |
* | Cleanup: Remove unneeded chrome/browser/ui/browser.h usage. | thestig@chromium.org | 2011-01-13 | 1 | -1/+0 |
* | Cleanup: Remove unneeded includes of pref_names.h | thestig@chromium.org | 2011-01-13 | 1 | -1/+0 |
* | Remove wstring from l10n_util. Part 2. | avi@chromium.org | 2010-12-28 | 1 | -4/+4 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 1 | -1/+1 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 3]. | jhawkins@chromium.org | 2010-11-16 | 1 | -1/+1 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Remove remaining deprecated wstring methods from base/values.{cc,h}. | viettrungluu@chromium.org | 2010-08-17 | 1 | -19/+22 |
* | Add an SSLBlockingPage::ErrorLevel enum type to make the | wtc@chromium.org | 2010-05-03 | 1 | -3/+4 |
* | Use the same code to handle both overridable and fatal | wtc@chromium.org | 2010-04-20 | 1 | -11/+20 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -3/+2 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -0/+1 |
* | Cleanup histogram classes mixing SetFlags into FactoryGet arguments | jar@chromium.org | 2009-12-28 | 1 | -5/+2 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 1 | -3/+5 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -1/+1 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 1 | -1/+1 |