summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* Add a title to the "download in progress" dialog.abarth@chromium.org2009-05-011-0/+4
* People should just use GetWindow() instead of calling GetWidget()->GetWindow()ben@chromium.org2009-05-014-10/+8
* Adds a GetWindow method to View.ben@chromium.org2009-04-301-2/+1
* Don't show popups before tabs have been added. Instead, prevent the BrowserVi...ben@chromium.org2009-04-301-5/+6
* Patch for accelerator clean-up from Hamaji.jcampan@chromium.org2009-04-301-5/+35
* Correct omnibox2 popup placement for RTL languages.ben@chromium.org2009-04-301-1/+6
* Relanding this, it was missing the Mac unit-test change, that was breaking th...jcampan@chromium.org2009-04-301-0/+2
* Reverting 14948.jcampan@chromium.org2009-04-301-2/+0
* Closing the last tab with a download in-progress would cause the tab to bejcampan@chromium.org2009-04-301-0/+2
* A quick fix for supporting bidirectional texts in omnibox2.hbono@chromium.org2009-04-301-5/+6
* Make "Reopen closed tab" be "Reopen closed window" when a window is the top i...pkasting@chromium.org2009-04-291-3/+12
* Migrating the SSL UI tests to be browser tests.jcampan@chromium.org2009-04-291-6/+9
* Add descriptive text for omnibox popup result items.ben@chromium.org2009-04-291-40/+95
* Fixes bug in dragging tabs. Specifically if you only have one windowsky@chromium.org2009-04-291-1/+1
* Two changes:sky@chromium.org2009-04-294-8/+10
* Reverting 14826.ben@chromium.org2009-04-291-95/+40
* Add descriptive text for omnibox popup result items.ben@chromium.org2009-04-291-39/+94
* Create a bookmark editor dialog interface and implement a GTK version.erg@google.com2009-04-283-53/+31
* Make Chrome default after importing from current default browser.kuchhal@chromium.org2009-04-281-2/+2
* Disable Tab1Tab2, as it's flaky.evan@chromium.org2009-04-281-1/+2
* Relanding this: jcampan@chromium.org2009-04-281-4/+2
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-1/+1
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-284-0/+24
* Removes the use of Windows-specific types for accessibility roles and states ...klink@chromium.org2009-04-2812-40/+23
* Convert Windows Sleep to PlatformThread::Sleepevan@chromium.org2009-04-281-4/+4
* Remove the unwanted code snippet that was removed by Tim, butmunjal@chromium.org2009-04-271-12/+0
* Fix several painting glitches for toolstrips.aa@chromium.org2009-04-273-7/+37
* Reverting my change it breaks release compilation on Windows.jcampan@chromium.org2009-04-271-2/+4
* Do not send stats from Chromium builds.kuchhal@chromium.org2009-04-271-1/+6
* This patch adds a new kind of tests: browser tests.jcampan@chromium.org2009-04-271-4/+2
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-277-68/+193
* Fixes a gcc-4.3 warning in tab_strip_gtk.cc.jhawkins@chromium.org2009-04-271-9/+1
* Monitor some sensitive UI actions for evidence of clickjacking.abarth@chromium.org2009-04-264-1/+28
* Show icons in the new omnibox popup.ben@chromium.org2009-04-252-37/+107
* Revert "Do not send stats from Chromium builds."kuchhal@chromium.org2009-04-241-6/+1
* Do not send stats from Chromium builds.kuchhal@chromium.org2009-04-241-1/+6
* Make messages in javascript's alert copyable.tc@google.com2009-04-241-1/+2
* Use the NotificationRegistrar for the remaining TAB_CONTENTS_DESTROYEDbrettw@chromium.org2009-04-244-38/+29
* Disable TabDraggingTest.Tab1Tab3 due to flakiness.dglazkov@chromium.org2009-04-241-1/+2
* Crude text style rendering in the omnibox 2 popup. I copied most of the DrawS...ben@chromium.org2009-04-241-4/+192
* Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...thestig@chromium.org2009-04-241-10/+12
* Remove unused bits and pieces of #ifdefed code that isn't used.tim@chromium.org2009-04-242-46/+1
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-234-7/+93
* Move Browser implementation of callback interfaces into the private section.stoyan@chromium.org2009-04-231-2/+2
* Adds (non-working) folders and GTK dialogs.erg@google.com2009-04-233-229/+0
* Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes...robertshield@google.com2009-04-237-181/+68
* Importer should import browser data from the browser that user selected.kuchhal@chromium.org2009-04-232-5/+6
* Move the positioner code into autocompletepopupview.h so that linux can use i...ben@chromium.org2009-04-231-9/+0
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-237-68/+181
* Hide the exit bubble when the main window is inactivated, and don't re-show u...pkasting@chromium.org2009-04-221-2/+7