summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Changes grid layout such that if a view that spans columns preferredsky@chromium.org2010-02-242-9/+48
* Landing Marshall Greenblatt change.jcampan@chromium.org2010-02-244-8/+93
* New network menu button UI for ChromeOS.chocobo@chromium.org2010-02-191-0/+11
* Fixes bug where on views/gtk we send an exit before every press. We'resky@chromium.org2010-02-191-13/+25
* Attempt 2 at landing this. The first attempt failed becausesky@chromium.org2010-02-191-1/+1
* Implement a TODO.pkasting@chromium.org2010-02-191-7/+3
* implement previous TODO to show associated shortcut keys for page and wrench ...kuan@chromium.org2010-02-192-7/+35
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-192-0/+2
* Fixes bug where deleting bookmarks in bookmarks menu wouldn't alwayssky@chromium.org2010-02-182-1/+17
* Support tooltips in MenuItemView. Use that tooltip support in the finnur@chromium.org2010-02-172-2/+22
* Clone of issue 577015.twiz@chromium.org2010-02-121-3/+8
* Move compact navigation bar('s entry view) to main menu.oshima@chromium.org2010-02-111-4/+18
* Fixed alignment of button dropdowns for RTL languages.avayvod@chromium.org2010-02-113-10/+26
* Adds a simple class for animating a views bounds from one location tosky@chromium.org2010-02-113-0/+200
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-1011-5/+194
* Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ...ian@chromium.org2010-02-101-4/+4
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-108-39/+37
* Disable lables for disabled checkboxes. Original patch by Philippe Beaudoin ...pkasting@chromium.org2010-02-092-6/+13
* Fixes bug in clear browsing data dialog where throbber would overlapsky@chromium.org2010-02-083-1/+19
* Need to update enabled state of gtk wrapper even if native view hasn't been c...davemoore@chromium.org2010-02-071-2/+0
* Rework nonclient hittest plumbing so the NonClientFrameView is responsible fo...pkasting@chromium.org2010-02-064-13/+16
* Rebuild app menu in ToolbarView::RunAppMenuxiyuan@chromium.org2010-02-061-3/+5
* linux: build with -Wextraevan@chromium.org2010-02-052-5/+5
* Don't call View::DidChangeBounds() when the bounds didn't changedavemoore@chromium.org2010-02-051-6/+7
* Support app menu and double-click close on upper left corner of window, part ...pkasting@chromium.org2010-02-058-128/+25
* Adds link to flash settings on clear browser data panel.sky@chromium.org2010-02-043-18/+54
* Adding drag-drop support in and out of the Browser Action overflow menu.finnur@chromium.org2010-02-044-4/+27
* Fixes crash in disabling browser action from context menu onsky@chromium.org2010-02-023-5/+33
* Get the initial selection work. and removed unnecessary initialization.oshima@chromium.org2010-02-024-7/+5
* Fix submenu leak in menu2.oshima@chromium.org2010-02-012-10/+34
* Try to fix linux views, part I don't even know how manypkasting@chromium.org2010-01-301-1/+0
* Try to add a useful comment about a case I hit today, at Scott's urging.pkasting@chromium.org2010-01-291-1/+6
* Suppressing a known leak erroroshima@chromium.org2010-01-291-0/+1
* Makes it so deleting a bookmark from the context menu doesn't closesky@chromium.org2010-01-287-24/+108
* MoveAbove/SetAlwaysOnTop implementation for WidgetGtkoshima@chromium.org2010-01-271-2/+8
* Fixes unintialized read in networkmenu. Menu's constructor calls intosky@chromium.org2010-01-271-0/+6
* implement infobars and delegates placeholders for translate feature.kuan@chromium.org2010-01-272-64/+84
* Add overflow menu to the browser action container (part 2 offinnur@chromium.org2010-01-272-11/+21
* Don't emit focus event when moving focus around when re-creating fixed widget.oshima@chromium.org2010-01-271-5/+75
* SingleSplitView exampleoshima@chromium.org2010-01-253-0/+89
* Resize and overflow for browser actions (part 1).finnur@chromium.org2010-01-223-0/+147
* Fixes bug where submenus weren't working on views/gtk. Submenus end upsky@chromium.org2010-01-213-12/+52
* submenu exampleoshima@chromium.org2010-01-201-1/+6
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-1/+1
* Makes WidgetGtk::GetBounds work if the widget_ is NULL (CloseNow hassky@chromium.org2010-01-111-1/+5
* Fixes bug in WidgetGtk. WidgetGtk::GetBounds can end up crashing. Isky@chromium.org2010-01-081-1/+6
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-2/+2
* Raise the window when showing the widget.oshima@chromium.org2010-01-071-1/+4
* Fixes possible crash in menus on views/gtk. The crash would happen ifsky@chromium.org2010-01-072-5/+21
* Reverts change to native_view_host_gtk. This fixes the bug, but isn'tsky@chromium.org2010-01-071-2/+0