summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* Oops, another variable also has the same problem (warning turned into error d...finnur@chromium.org2009-09-151-2/+2
* Fix linux build warning treated as error.finnur@chromium.org2009-09-141-1/+1
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-148-443/+557
* Removes some dead NOTIMPLEMENTEDs and enables some code that no longersky@chromium.org2009-09-143-10/+2
* Try to fix Linux views buildpkasting@chromium.org2009-09-141-1/+1
* Factor out border-drawing code from autocomplete_popup_contents_view.cc into ...pkasting@chromium.org2009-09-144-103/+176
* Split the "downloads in progress at exit" confirm dialog text intopaul@chromium.org2009-09-141-13/+45
* Changes the width of pinned tabs to 56, except on chrome os where itsky@chromium.org2009-09-141-7/+7
* This CL makes the focus remembered across tab switches for Chrome Linux with ...jcampan@chromium.org2009-09-147-70/+81
* Clean up a few tiny things I noticed.pkasting@chromium.org2009-09-142-4/+2
* The focus is not restored properly when a Windows modal dialogjcampan@chromium.org2009-09-141-42/+1
* Try to fix the Linux Views build.pkasting@chromium.org2009-09-141-1/+1
* Some initial cleanup of InfoBubble:pkasting@chromium.org2009-09-143-110/+60
* Move sync wizard dimension constants to locale_settings GRD.tim@chromium.org2009-09-141-5/+7
* Implements LocationBarView::AvailableWidth for Gtk.sky@chromium.org2009-09-141-2/+1
* Use jstemplates in merge and sync setup page.tim@chromium.org2009-09-141-3/+17
* Clean up a few things about the first run bubble code:pkasting@chromium.org2009-09-122-254/+291
* The shell dialog code explicitly disables the browser HWND before calling the...jcampan@chromium.org2009-09-111-1/+42
* While importing favicon, make sure there is an entry in the history db.kuchhal@chromium.org2009-09-111-6/+6
* Add button number to page action event reply object. Fix outdated page action...mattm@chromium.org2009-09-111-1/+8
* Force page-action views to update after reloading an extension, by deletingpam@chromium.org2009-09-112-0/+6
* [Windows] Clear Browsing Data dialog should not have any button as defaultmark@chromium.org2009-09-112-0/+5
* Adds pinned tabs to windows. As the code between windows and gtk issky@chromium.org2009-09-119-145/+776
* Gtk: Allow all columns in task manager to be sortable.mhm@chromium.org2009-09-111-13/+3
* Strict transport security: add checkbox to clear state.agl@chromium.org2009-09-112-3/+23
* Linux: implement Page Actions support.mattm@chromium.org2009-09-102-164/+19
* Populate strings in gaia_login.html using jstemplates instead of literals.tim@chromium.org2009-09-101-1/+27
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-3/+3
* Make the "get themes" button into a link instead.mdm@chromium.org2009-09-102-12/+15
* Error diagnostics for Blacklist IOidanan@chromium.org2009-09-102-0/+136
* sliding animation for moleserikkay@chromium.org2009-09-101-14/+72
* First cut at implementation of FindBar for views / gtkdavemoore@chromium.org2009-09-0911-332/+398
* Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL.jhawkins@chromium.org2009-09-091-5/+4
* Make BrowserView layout both extension shelf and bookmarks bar if toolstrips ...sidchat@google.com2009-09-091-1/+2
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-091-1/+1
* Wires up drag and drop for bookmark menus and cleans up a couple ofsky@chromium.org2009-09-092-0/+18
* Remove jankiness from bookmark animation for --show-extensions-on-top.sidchat@google.com2009-09-081-4/+0
* Fixes regression introduced in dnd refactoring. I removed a check forsky@chromium.org2009-09-084-39/+105
* Fix linux-views build by adding a header change I missed in my previous check...snej@chromium.org2009-09-082-2/+5
* Fleshes out the tooltip implementation for views on Gtk. It doesn'tsky@chromium.org2009-09-082-41/+20
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-083-7/+15
* Fix some gcc 4.4 issues when compiling with toolkit_views.craig.schlenter@chromium.org2009-09-072-5/+6
* Fix adjacent separators when not running with --enable-sync.pkasting@chromium.org2009-09-051-1/+1
* Fix small pixel glitches in omnibox dropdown corners.pkasting@chromium.org2009-09-052-4/+15
* Move the "history is too new" dialog out oftony@chromium.org2009-09-052-0/+22
* Allow the default browser check to return "unknown" and reflect that in the UI.mdm@chromium.org2009-09-041-1/+7
* Make the extension shelf appear on the left of the bookmark bar, instead of o...sidchat@google.com2009-09-042-17/+58
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-043-13/+14
* Delete all precompiled support. It is causing more harm than good, especially...maruel@chromium.org2009-09-042-3/+9
* Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.jhawkins@chromium.org2009-09-041-4/+4