summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* Make border and background setting and getting non-virtual and use the correc...brettw@google.com2008-11-149-11/+11
* Fixes the interactive ui tests by correctly initializing the specified popup ...ben@chromium.org2008-11-141-2/+1
* Re-do the way browser windows are shown:ben@chromium.org2008-11-1414-127/+115
* Fixes bug where we were not checking if an app from another windowsky@google.com2008-11-141-8/+52
* Three menu bugs:sky@google.com2008-11-131-0/+68
* Puts chrome menus on a slimfast diet: they are no longer chubby. Isky@google.com2008-11-131-0/+1
* Some speculative fixes for UI test flakiness.beng@google.com2008-11-131-6/+7
* Adds the ability for save dialogs to take a default extension.sky@google.com2008-11-124-13/+27
* Fix infobubble crash due to first run bubble having slightly different initia...ben@chromium.org2008-11-122-9/+4
* Reorder functions in browser.hben@chromium.org2008-11-122-5/+4
* Changes TableView to have its own mouse handling code so that we cansky@google.com2008-11-121-0/+4
* Remove some Windows-specific stuff from RenderProcessHost by having callers g...brettw@google.com2008-11-111-1/+1
* Style fixes to BlockedPopupContainer before I submiterg@google.com2008-11-112-20/+26
* Move the hang monitor to the BrowserView, since it's highly Windows/HWND spec...ben@chromium.org2008-11-112-2/+64
* Accept the changes in the UI Language in Options ... -> Language Menu only if...sidchat@google.com2008-11-112-4/+18
* More cleanup in Browser:ben@chromium.org2008-11-112-7/+6
* Only block alert() requests from blocked popups; not all popups.erg@google.com2008-11-111-84/+85
* Fix a crash when dismissing an infobubble... could not locate Window*ben@chromium.org2008-11-112-6/+9
* These files were missed from my last cleanup CL.beng@google.com2008-11-111-6/+0
* Cleanup and rearrange methods on BrowserWindow interface.beng@google.com2008-11-115-59/+33
* Rename BrowserView2 to BrowserView.ben@chromium.org2008-11-1113-171/+170
* Forgot to remove these files.ben@chromium.org2008-11-102-0/+0
* Removes the old frames.ben@chromium.org2008-11-1017-6694/+15
* Move 'learn more' in the privacy section to its own line.glen@chromium.org2008-11-101-18/+5
* Changes tree/table to pass in an appropriate location when the contextsky@google.com2008-11-101-8/+0
* Re-land this change now that I've made a speculative fix to the DraggedTabCon...ben@chromium.org2008-11-101-1/+1
* Minor layout changes that make the bookmark manager and popup blocker look be...glen@chromium.org2008-11-101-4/+3
* Tweak delegate setting in the DraggedTabController to be more robust. Delegat...ben@chromium.org2008-11-101-10/+2
* Make sure that we deny javascript window.close() requests when we are showingerg@google.com2008-11-101-0/+53
* Looks like a size method got left behind in the gfx update. Also make sure th...glen@chromium.org2008-11-072-8/+17
* Fixes bug in building filter string for open dialog that resulted insky@google.com2008-11-071-1/+2
* Updates one of the unit tests I disabled when I rewrote the popup blocker UI.erg@google.com2008-11-071-14/+61
* Added a new interface IChromeHistoryIndexer which needs to be implemented bybrettw@google.com2008-11-071-2/+0
* Adds cut/copy/paste support to the bookmark manager tree/table andsky@google.com2008-11-072-3/+111
* Fix crash in the icon manager. The decoding could be NULL, which would then getbrettw@google.com2008-11-071-1/+7
* Adds import/export of bookmarks to bookmarks.html file.sky@google.com2008-11-075-26/+254
* A crasher would happen if you donwload an exe and the download has completed ...jcampan@chromium.org2008-11-071-1/+6
* Add a function for eliding filenames to a set pixel width while preserving th...glen@chromium.org2008-11-067-50/+31
* Fix Large Font issues in About box (issue 2458).finnur@google.com2008-11-062-23/+63
* Quick and easy fix for vista taskbar auto hide issueamit@chromium.org2008-11-052-10/+67
* Roll back. Sigh. Still not fixed.ben@chromium.org2008-11-051-1/+2
* Reinstate this commented-out code now the root cause of the problem has been ...ben@chromium.org2008-11-051-2/+1
* Some bandaids for tab dragging UI tests:ben@chromium.org2008-11-051-1/+1
* This is r4523, with a few changes to make things work under Vista.erg@google.com2008-11-0517-1007/+736
* Fixes two bookmark manager bugs:sky@google.com2008-11-051-7/+8
* Wrap forward declarations in their relevant namespaceagl@chromium.org2008-11-051-1/+4
* Toolbar Import - Issue 8801, migrated from public tree to svn enlistment.brg@chromium.com2008-11-042-11/+122
* Adds support for autoscrolling on drag to bookmark tree/table.sky@google.com2008-11-045-254/+294
* Fixes two bookmark manager bugs. Use Activate instead of MoveToFrontsky@google.com2008-11-041-1/+4
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-0416-732/+1006