summaryrefslogtreecommitdiffstats
path: root/chrome/browser/view_ids.h
Commit message (Collapse)AuthorAgeFilesLines
* Factoring out the layout code from browser_view in preparation to implement ↵oshima@chromium.org2010-01-151-0/+11
| | | | | | | | | | | | | | | | | side bar. (and this will also allow us to clean up browser extender) - BrowserLayoutManager interface with extra layout methods for BrowserView - ChromeLayoutManager implements the same layout policy as of today. - Added new view IDs so that layout manager can identify comoponents added to the BrowserView. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36276 Review URL: http://codereview.chromium.org/543035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36377 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 36276 - Factoring out the layout code from browser_view in ↵jshin@chromium.org2010-01-141-9/+0
| | | | | | | | | | | | | | | | | | preparation to implement side bar. (and this will also allow us to clean up browser extender) BrowserLayoutManager interface with extra layout methods for BrowserView ChromeLayoutManager implements the same layout policy as of today. Added new view IDs so that layout manager can identify comoponents added to the BrowserView. BUG=none TEST=none Review URL: http://codereview.chromium.org/543035 TBR=oshima@chromium.org Review URL: http://codereview.chromium.org/550050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36300 0039d316-1c4b-4281-b951-d872f2087c98
* Factoring out the layout code from browser_view in preparation to implement ↵oshima@chromium.org2010-01-141-0/+9
| | | | | | | | | | | | | | | side bar. (and this will also allow us to clean up browser extender) - BrowserLayoutManager interface with extra layout methods for BrowserView - ChromeLayoutManager implements the same layout policy as of today. - Added new view IDs so that layout manager can identify comoponents added to the BrowserView. BUG=none TEST=none Review URL: http://codereview.chromium.org/543035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36276 0039d316-1c4b-4281-b951-d872f2087c98
* Port Browser Actions browsertest to linux.estade@chromium.org2009-10-141-0/+1
| | | | | | | | | BUG=23882 TEST=run it Review URL: http://codereview.chromium.org/274025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28941 0039d316-1c4b-4281-b951-d872f2087c98
* Add more view ids and gtk widget names to so gtkparasite istony@chromium.org2009-09-231-0/+9
| | | | | | | | easier to navigate. Review URL: http://codereview.chromium.org/221001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26992 0039d316-1c4b-4281-b951-d872f2087c98
* Port more browser focus tests to linux.estade@chromium.org2009-08-191-0/+1
| | | | | | | | | | | | | | | | | | | Added a new test to make sure clicking sets focus, since I changed a lot of tests to programatically set focus instead of using clicking. Also set the actual time on our synthetic key events. I'm still not sure this is necessary but would like to avoid subtle bugs. Also get rid of the NineBox constructor that takes a theme provider and convert its callers to use cairo directly or the other NineBox constructor. This change was necessary because theme providers could go stale and then the NineBox would cause seg faults. Also, it was only being used for single images... and UniBox just sounds wrong. Also fix extension shelf to paint its image with the correct x/y (noticeable only with certain themes). Remove the notification observer stuff from the extension shelf, as I don't think there is any action to be taken when the theme changes. BUG=19076 BUG=19659 TEST=all the ported interactive ui tests (as well as all the already-working tests) pass. TEST=(Linux) things still render correctly (frame image, drop shadows, find box, extension shelf) Review URL: http://codereview.chromium.org/173030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23732 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a bookmark menu. This is experimental. To turn on you needsky@google.com2009-03-201-0/+1
| | | | | | | | | | | | --bookmark-menu. BUG=3206 TEST=Turn on the bookmark menu via --bookmark-menu and make sure it works. Also make sure I didn't break anything on the bookmark bar. Review URL: http://codereview.chromium.org/42460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12217 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the Home button to the MSAA focus order, if enabled. Also removes an ↵klink@chromium.org2008-12-181-0/+1
| | | | | | | | unnecessary check from ViewAccessibility. Review URL: http://codereview.chromium.org/15026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7239 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regression with Find in page focus on trunk. finnur@google.com2008-12-101-4/+6
| | | | | | | | | | | | Basically, if the Find box is open, pressing Ctrl+F should set focus to the text field. This regressed when the Find box moved into web_contents_view. I have added a UI test to catch this in the future. Review URL: http://codereview.chromium.org/13721 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6748 0039d316-1c4b-4281-b951-d872f2087c98
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1287 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome to the repository.initial.commit2008-07-261-0/+76
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98