summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
...
* 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-107-15/+13
* Disable lables for disabled checkboxes. Original patch by Philippe Beaudoin ...pkasting@chromium.org2010-02-092-6/+13
* Need to update enabled state of gtk wrapper even if native view hasn't been c...davemoore@chromium.org2010-02-071-2/+0
* Rebuild app menu in ToolbarView::RunAppMenuxiyuan@chromium.org2010-02-061-3/+5
* linux: build with -Wextraevan@chromium.org2010-02-052-5/+5
* 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-023-6/+4
* Fix submenu leak in menu2.oshima@chromium.org2010-02-012-10/+34
* 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
* 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
* Resize and overflow for browser actions (part 1).finnur@chromium.org2010-01-222-0/+145
* Fixes bug where submenus weren't working on views/gtk. Submenus end upsky@chromium.org2010-01-213-12/+52
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-2/+2
* 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
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-071-1/+19
* 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-062-0/+39
* Fix crash/leak issue in native_view_host_gtk.cc.oshima@chromium.org2009-12-238-14/+36
* Fix radio items in views::Menu2 for Linux.satorux@chromium.org2009-12-161-0/+10
* Fixes two related bugs:sky@chromium.org2009-12-151-2/+6
* Spruce up the notification UI to much more closely match the mocks, including...johnnyg@chromium.org2009-12-052-11/+67
* Fixes bug in textfield on views/gtk where we weren't properlysky@chromium.org2009-12-042-21/+23
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-0413-415/+54
* Implement keyboard access between bookmarks and main toolbar.mhm@chromium.org2009-12-042-0/+15
* Makes views not draw focus for native controls on Gtk. As Gtk renderssky@chromium.org2009-12-0314-12/+63
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-017-18/+20
* Porting the table view to Linux toolkit views.jcampan@chromium.org2009-12-016-30/+458
* Adds link to bookmark bar that when clicked imports bookmarks. I alsosky@chromium.org2009-11-302-1/+8
* Makes sure gtk menus fit on screen before showing them.sky@chromium.org2009-11-301-4/+12
* Avoid double freeing image list in TableView.mal@chromium.org2009-11-252-13/+0
* Fixes two bugs in tree view:sky@chromium.org2009-11-251-4/+9
* Group Menu2Model::TYPE_RADIO menu items correctly. Currently an implementatio...yusukes@google.com2009-11-242-9/+26
* views: remove some unnecessary static_cast<int>.maruel@chromium.org2009-11-232-6/+5
* Fixes two issues from valgrind, and some cleanup:sky@chromium.org2009-11-202-5/+8
* Add an option to tree_view for whether to show lines from the root nodeian@chromium.org2009-11-182-3/+33
* Make the char encoding indicator visible again on Windowsjshin@chromium.org2009-11-161-1/+2
* Revert 32012-32017mhm@chromium.org2009-11-152-15/+0
* rebasemhm@chromium.org2009-11-152-0/+15
* Fixing a bug where the textfield would paint outside of its boundsjcampan@chromium.org2009-11-131-1/+2
* Fixes possible crash in treeview. The code for removing a node was notsky@chromium.org2009-11-121-2/+3
* Refactoring of the TableView so it uses NativeViewControl.jcampan@chromium.org2009-11-127-3/+1889
* Fix for issue 27210, show bookmarks bar menu is out of sync with the browser'...oshima@chromium.org2009-11-112-24/+38
* Fixes possible crash in showing bookmark menu. The problem occurredsky@chromium.org2009-11-102-21/+21