summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* Move the BookmarkMenuController out of bookmarks to the platform-specific partbrettw@chromium.org2009-05-265-2/+414
* Renames BrowserView::GetBrowserViewForHWND tosky@chromium.org2009-05-264-12/+26
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-262-2/+2
* Make hwnd_notification_source portable by making it use NativeWindow (andbrettw@chromium.org2009-05-231-2/+2
* Makes the info bars compile.sky@chromium.org2009-05-231-6/+6
* Makes FindBarWin buildable on linux. FindBarWin should be renamed tosky@chromium.org2009-05-234-56/+144
* Forces window to show and hide with native system calls at the beginningmirandac@chromium.org2009-05-231-0/+4
* Gets toolbar_star_toggle to compile on linux.sky@chromium.org2009-05-221-0/+1
* Refactors TabContentsContainerView into TabContentsContainer and associated p...ben@chromium.org2009-05-2212-320/+737
* Some more porting of browser_views.brettw@chromium.org2009-05-222-15/+17
* Reverting 16802.mirandac@chromium.org2009-05-221-3/+0
* Forces window to show and hide with native system calls at the beginningmirandac@chromium.org2009-05-221-0/+3
* Fix the Windows build by adding some missing headers.brettw@chromium.org2009-05-221-1/+2
* Move more dialog showing routines to browser_dialogs.h to reduce dependenciesbrettw@chromium.org2009-05-227-12/+68
* Remove some dependencies on Windows-specific files in BrowserView. The usagebrettw@chromium.org2009-05-221-10/+7
* Fix bug 12468 where F3 (FindNext) in a brand new tab was not using prepopulat...finnur@chromium.org2009-05-222-77/+99
* Issue 12160: Crashidanan@chromium.org2009-05-221-0/+24
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-221-1/+14
* Middle clicking on a bookmark from the bookmark manager nowbrettw@google.com2009-05-222-0/+14
* - Passing correct window handle to CreateChromeWindow(). We should pass thehbono@chromium.org2009-05-227-18/+10
* Move a bunch of dialog creation routines to browser_dialogs.h to break thebrettw@chromium.org2009-05-2212-34/+152
* Implement clear browsing data dialog in linuxevan@chromium.org2009-05-221-17/+3
* Revert "Revert "Use a NotificationRegistrar to listen for notifications. BUG=...tc@google.com2009-05-221-1/+1
* Revert "Use a NotificationRegistrar to listen for notifications.BUG=2381"tc@google.com2009-05-221-1/+1
* Find box regression: Doesn't move if obscuring. The problem is that we get mu...finnur@chromium.org2009-05-211-0/+40
* Make views/ depend only on images from app/resources.ben@chromium.org2009-05-2113-6/+17
* Use a NotificationRegistrar to listen for notifications.BUG=2381pkasting@chromium.org2009-05-211-1/+1
* Gets LocationBarView to compile on linux. PageInfoWindow is nearlysky@chromium.org2009-05-215-64/+136
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-216-44/+24
* Convert all but one Find test from ui_test to In-Processfinnur@chromium.org2009-05-214-74/+101
* Theme the find bar.glen@chromium.org2009-05-216-49/+45
* Remove the dependency from browser_view on the bug report dialog. I am going tobrettw@chromium.org2009-05-214-41/+65
* Make the link to Chromium project page depend on UI locale.yutak@chromium.org2009-05-211-2/+1
* This is the merge of Yusuke's patch at:xji@chromium.org2009-05-211-1/+3
* Gets info_bubble compiling on linux. This code has a ton of ifdefs. Itsky@chromium.org2009-05-218-83/+119
* DevTools: remove Debugger menu by default.pfeldman@chromium.org2009-05-211-0/+7
* Try to make TextField::Controller implementors cross-platform by abstractingbrettw@chromium.org2009-05-2116-60/+47
* Revert 16567.ben@chromium.org2009-05-2113-16/+6
* Reverting 16569.ben@chromium.org2009-05-211-1/+0
* Fix release build by adding intermediate dir to release build include dirs too.ben@chromium.org2009-05-211-0/+1
* views/ should use resources from app/resources. Move dependent images to this...ben@chromium.org2009-05-2113-6/+16
* Remove widget_win.h dependency from fullscreen_exit_bubble.h. It is unused inbrettw@chromium.org2009-05-202-1/+1
* Convert most of the Find UI tests to InProcBrowser tests. I might be able to ...finnur@chromium.org2009-05-202-194/+230
* Remove unnecessary function overload in FontDisplayView.yutak@chromium.org2009-05-201-20/+0
* Moves GetFavIcon from BookmarkNode to BookmarkModel. I'm doing thissky@chromium.org2009-05-201-2/+2
* Commit for Miranda. glen@chromium.org2009-05-194-22/+150
* Adds DidProcessEvent to MessagePumpGLib.sky@chromium.org2009-05-194-1/+9
* Draw the toolbar separator correctly, and in maximized mode.glen@chromium.org2009-05-192-25/+47
* Add a skeleton browser_frame implementation for GTK, make browser_view (whichbrettw@chromium.org2009-05-195-16/+129
* Fix inspection of extensions.aa@chromium.org2009-05-193-197/+0