summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/panels
Commit message (Collapse)AuthorAgeFilesLines
* Reduce minimum size of Panels to allow 1-text-line tight autosize.dimich@chromium.org2011-11-241-0/+2
| | | | | | | | | | | | | | BUG=102708 TEST=PanelBrowserTest.SizeClamping This patch does not attempt to calculate the actual size of titlebar and text line on a particular machine, just changes defaults to more accommodating. Instead of 100x100 we now have 100x20. Width of 100 seems to be a good arbitrary value that allows reasonable rendering of titlebar with close button, favicon and few characters of title text. Height of 20 allows auto-sizing to tightly wrap around small content (like a text line) Review URL: http://codereview.chromium.org/8621002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111480 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup to move other Panels test data files to new panels test dir.jennb@chromium.org2011-11-161-0/+18
| | | | | | | | | BUG=None TEST=PanelBrowserTest.AutoResize, CreateWithExistingContents, OnBeforeUnloadOnClose Review URL: http://codereview.chromium.org/8568034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110226 0039d316-1c4b-4281-b951-d872f2087c98
* Fix panels being removed from PanelManager prematurely.prasadt@chromium.org2011-11-151-0/+26
BUG=102720 TEST=Manual repro steps in the bug report. Review URL: http://codereview.chromium.org/8505047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110110 0039d316-1c4b-4281-b951-d872f2087c98