summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_win.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add methods to close individual or all open windows to Shelljochen@chromium.org2012-03-301-3/+4
| | | | | | | | | BUG=111316 TEST=none Review URL: https://chromiumcodereview.appspot.com/9909015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129828 0039d316-1c4b-4281-b951-d872f2087c98
* Content shell: Use only public API.avi@chromium.org2012-03-261-3/+3
| | | | | | | | | BUG=119869 TEST=none Review URL: https://chromiumcodereview.appspot.com/9834092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129010 0039d316-1c4b-4281-b951-d872f2087c98
* Content shell: Don't automatically resize the window to preferred size.avi@chromium.org2012-03-251-2/+2
| | | | | | | | | | BUG=90445,115784 TEST=the window remains the size the user specified Review URL: http://codereview.chromium.org/9839091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128824 0039d316-1c4b-4281-b951-d872f2087c98
* Switch chrome to use TabContentsViewWin. The goal is to eventually have all ↵jam@chromium.org2012-03-071-4/+2
| | | | | | | | | | | TabContentsView implementations in content, since a lot of classes that they would depend on shouldn't be exposed to embedders. (for others reading: Ben said once this is done TabContentsViewAura will be created and we can remove TabContentsViewViews). BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9600004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125396 0039d316-1c4b-4281-b951-d872f2087c98
* content shell/GTK: Add user interface niceness.erg@chromium.org2012-01-191-0/+3
| | | | | | | | | | | | | | | | - We handle multiple popup windows properly, only shutting down when the last window is closed. - We have a throbber that spins while loading. - Typing 'http://' is optional - Ctrl+w, Ctrl+l, Ctrl+r, Alt+back, and Alt+forward are hooked up as keyboard accelerators. BUG=90445 Review URL: http://codereview.chromium.org/9251024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118226 0039d316-1c4b-4281-b951-d872f2087c98
* Content: First draft at a content_shell on GTK.erg@chromium.org2012-01-141-1/+8
| | | | | | | | | | | | | | | | | THIS IS NOT READY FOR DAILY USE. The shell, in its current state, can bring up the default google.com homepage. And that's about it. There are problems with the url bar, scrolling (weird crashes complaining about not having a ResourceBundle), it breaks badly on popups, et cetera. BUG=90445 TEST=none; this is a testing tool. Review URL: http://codereview.chromium.org/9213012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117768 0039d316-1c4b-4281-b951-d872f2087c98
* Rename TabContents::browser_context() to GetBrowserContext and put it into ↵jam@chromium.org2011-12-211-1/+1
| | | | | | | | | the WebContents interface. BUG=98716 Review URL: http://codereview.chromium.org/9021022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115435 0039d316-1c4b-4281-b951-d872f2087c98
* Initial changes for Mac content shell.avi@chromium.org2011-10-061-14/+12
| | | | | | | | | | | BUG=90445 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104359 Review URL: http://codereview.chromium.org/8171012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104379 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 104359 - Initial changes for Mac content shell.avi@chromium.org2011-10-061-12/+14
| | | | | | | | | | | | BUG=90445 TEST=none Review URL: http://codereview.chromium.org/8171012 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/8174013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104363 0039d316-1c4b-4281-b951-d872f2087c98
* Initial changes for Mac content shell.avi@chromium.org2011-10-061-14/+12
| | | | | | | | | BUG=90445 TEST=none Review URL: http://codereview.chromium.org/8171012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104359 0039d316-1c4b-4281-b951-d872f2087c98
* Change content shell variable names to be more xplat.avi@chromium.org2011-10-061-27/+26
| | | | | | | | | BUG=90445 TEST=none Review URL: http://codereview.chromium.org/8171002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104331 0039d316-1c4b-4281-b951-d872f2087c98
* A few improvements to content_shell:jam@chromium.org2011-09-261-3/+26
| | | | | | | | | | | | | -support multiple windows, this allows window.open to work -add menu to create new windows-update buttons and url bar -ensure we destruct ResourceContext on the right thread -ensure we destruct BrowserContext while all the threads are still alive -add http:// to the url if the user forgot to enter it BUG= 90445 Review URL: http://codereview.chromium.org/8043011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102749 0039d316-1c4b-4281-b951-d872f2087c98
* Add a simple GUI around the content shell. This is inspired heavily by ↵jam@chromium.org2011-09-201-0/+252
TestShell. BUG=90445 Review URL: http://codereview.chromium.org/7983015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102053 0039d316-1c4b-4281-b951-d872f2087c98