summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/interstitial_page.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-091-1/+1
* Crashers from the field indicate the navigation entry can be NULL. This is no...jcampan@chromium.org2009-07-071-0/+13
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-66/+70
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-1/+2
* Simple clean-up of the ssl_manager.h includes.jcampan@chromium.org2009-06-261-0/+1
* Fix interstitial crash.willchan@chromium.org2009-06-241-5/+10
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-1/+1
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+11
* Fix crash on interstitial page when the renderer crashed.willchan@chromium.org2009-06-111-2/+6
* Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...jcampan@chromium.org2009-06-081-1/+1
* Fix inspection of extensions.aa@chromium.org2009-05-191-4/+0
* Forward simplified mouse events to the RenderViewHostDelegate::View so that i...erikkay@google.com2009-05-181-0/+12
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-0/+5
* Revert "Revert "Only show the original RWHV or the interstitial page at any t...willchan@chromium.org2009-05-121-0/+6
* Revert "Only show the original RWHV or the interstitial page at any time."willchan@chromium.org2009-05-111-6/+0
* Only show the original RWHV or the interstitial page at any time.willchan@chromium.org2009-05-111-0/+6
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-1/+1
* The last redesign of interstitial pages made them to be a render view painted...jcampan@chromium.org2009-05-061-0/+13
* Merge two TabContents::InvalidateTypes types and properly update tab download...estade@chromium.org2009-05-061-2/+2
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-051-2/+3
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-4/+4
* When navigating from an interstitial to another page with an interstitial, we...jcampan@chromium.org2009-04-271-3/+13
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-5/+5
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-3/+3
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-7/+7
* Reverting 14005.brettw@chromium.org2009-04-181-7/+7
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-7/+7
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-1/+1
* Remove more reliance on tab contents types.brettw@chromium.org2009-04-051-1/+1
* This CL adds unit-tests for the SafeBrowsingBlockingPage class.jcampan@chromium.org2009-04-031-5/+10
* A crash report from the field reports that we are removing a SafeBrowsingBloc...jcampan@chromium.org2009-03-281-2/+5
* The URL in the bug triggers an SSL interstitial for a redirect that redirects...jcampan@chromium.org2009-03-271-2/+7
* fix bustage - moved fileben@chromium.org2009-03-171-1/+1
* DevToolsManager is a service in the browser process that manages all open dev...yurys@google.com2009-03-161-6/+0
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-2/+2
* A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...jam@chromium.org2009-03-101-3/+3
* Relanding the CL removing Windows specific code from the interstitial page.jcampan@chromium.org2009-03-091-34/+7
* Reverting 11277.jcampan@chromium.org2009-03-091-4/+33
* Removing Windows specific code from interstitial pages.jcampan@chromium.org2009-03-091-33/+4
* Enable interstitial pages for SSL certificate errors on Linux.markus@chromium.org2009-03-071-10/+18
* RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...erg@google.com2009-03-061-2/+2
* NO CODE CHANGE.maruel@google.com2009-03-051-2/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Fix 16/wide build bustange on non-Windows.brettw@chromium.org2009-03-041-1/+1
* Fix the build with some forgotten string conversions on non-Windows.brettw@chromium.org2009-03-041-1/+1
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-1/+1
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-271-1/+1
* Developer tools messages are forwarded as wrapped IPC::Messages(previously th...yurys@google.com2009-02-261-0/+6
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-1/+1
* This make accelerators work in interstitial pages.jcampan@chromium.org2009-02-251-2/+99