summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes bug that resulted in background tabs not getting sizedsky@chromium.org2010-01-071-1/+3
* Fixes two related focus bugs on views/gtk:sky@chromium.org2010-01-073-3/+35
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-0711-31/+380
* Remove a bunch of unnecessary .c_str() calls.pkasting@chromium.org2010-01-061-22/+22
* Fixes bug where recreating fixed in NativeViewHostGtk causes focus tosky@chromium.org2010-01-063-2/+46
* bsds: views/ and webkit/ support for FreeBSD/OpenBSDevan@chromium.org2009-12-312-4/+4
* linux: reduce header interdependenciesevan@chromium.org2009-12-291-0/+4
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-1/+1
* Fix crash/leak issue in native_view_host_gtk.cc.oshima@chromium.org2009-12-239-15/+40
* Add GridLayout::SetInsets(const gfx::Insets& insets).satorux@chromium.org2009-12-232-0/+10
* Change chromeos build to use viewsoshima@chromium.org2009-12-221-3/+0
* Fix radio items in views::Menu2 for Linux.satorux@chromium.org2009-12-161-0/+10
* Add views/examples/menu_example.hsatorux@chromium.org2009-12-163-1/+209
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-162-2/+13
* Fixes two related bugs:sky@chromium.org2009-12-155-7/+143
* Fix a hidden dependency from view_examples to chrome on Linux.satorux@chromium.org2009-12-122-2/+1
* Add views/examples/slider_example.hsatorux@chromium.org2009-12-102-2/+63
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-1/+3
* Uses X mechanisms to get the screen size in the event that there's no window ...cmasone@google.com2009-12-091-2/+27
* Compute where to place a popup widget in WidgetExample.satorux@chromium.org2009-12-091-1/+12
* Revert 34142 - Add views/examples/slider_example.hjrg@chromium.org2009-12-092-57/+1
* Add views/examples/slider_example.hsatorux@chromium.org2009-12-092-1/+57
* Spruce up the notification UI to much more closely match the mocks, including...johnnyg@chromium.org2009-12-052-11/+67