index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
controls
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ...
ian@chromium.org
2010-02-10
1
-4
/
+4
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
7
-15
/
+13
*
Disable lables for disabled checkboxes. Original patch by Philippe Beaudoin ...
pkasting@chromium.org
2010-02-09
2
-6
/
+13
*
Need to update enabled state of gtk wrapper even if native view hasn't been c...
davemoore@chromium.org
2010-02-07
1
-2
/
+0
*
Rebuild app menu in ToolbarView::RunAppMenu
xiyuan@chromium.org
2010-02-06
1
-3
/
+5
*
linux: build with -Wextra
evan@chromium.org
2010-02-05
2
-5
/
+5
*
Fixes crash in disabling browser action from context menu on
sky@chromium.org
2010-02-02
3
-5
/
+33
*
Get the initial selection work. and removed unnecessary initialization.
oshima@chromium.org
2010-02-02
3
-6
/
+4
*
Fix submenu leak in menu2.
oshima@chromium.org
2010-02-01
2
-10
/
+34
*
Suppressing a known leak error
oshima@chromium.org
2010-01-29
1
-0
/
+1
*
Makes it so deleting a bookmark from the context menu doesn't close
sky@chromium.org
2010-01-28
7
-24
/
+108
*
Fixes unintialized read in networkmenu. Menu's constructor calls into
sky@chromium.org
2010-01-27
1
-0
/
+6
*
implement infobars and delegates placeholders for translate feature.
kuan@chromium.org
2010-01-27
2
-64
/
+84
*
Add overflow menu to the browser action container (part 2 of
finnur@chromium.org
2010-01-27
2
-11
/
+21
*
Don't emit focus event when moving focus around when re-creating fixed widget.
oshima@chromium.org
2010-01-27
1
-5
/
+75
*
Resize and overflow for browser actions (part 1).
finnur@chromium.org
2010-01-22
2
-0
/
+145
*
Fixes bug where submenus weren't working on views/gtk. Submenus end up
sky@chromium.org
2010-01-21
3
-12
/
+52
*
Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...
pkasting@chromium.org
2010-01-08
1
-2
/
+2
*
Fixes possible crash in menus on views/gtk. The crash would happen if
sky@chromium.org
2010-01-07
2
-5
/
+21
*
Reverts change to native_view_host_gtk. This fixes the bug, but isn't
sky@chromium.org
2010-01-07
1
-2
/
+0
*
Fixes bug that resulted in background tabs not getting sized
sky@chromium.org
2010-01-07
1
-1
/
+3
*
Addded notification when ancestor gets changed. So windows that lack focus ma...
georgey@chromium.org
2010-01-07
1
-1
/
+19
*
Remove a bunch of unnecessary .c_str() calls.
pkasting@chromium.org
2010-01-06
1
-22
/
+22
*
Fixes bug where recreating fixed in NativeViewHostGtk causes focus to
sky@chromium.org
2010-01-06
2
-0
/
+39
*
Fix crash/leak issue in native_view_host_gtk.cc.
oshima@chromium.org
2009-12-23
8
-14
/
+36
*
Fix radio items in views::Menu2 for Linux.
satorux@chromium.org
2009-12-16
1
-0
/
+10
*
Fixes two related bugs:
sky@chromium.org
2009-12-15
1
-2
/
+6
*
Spruce up the notification UI to much more closely match the mocks, including...
johnnyg@chromium.org
2009-12-05
2
-11
/
+67
*
Fixes bug in textfield on views/gtk where we weren't properly
sky@chromium.org
2009-12-04
2
-21
/
+23
*
Refactor the menu model to live outside views/ so it can be shared
pinkerton@chromium.org
2009-12-04
13
-415
/
+54
*
Implement keyboard access between bookmarks and main toolbar.
mhm@chromium.org
2009-12-04
2
-0
/
+15
*
Makes views not draw focus for native controls on Gtk. As Gtk renders
sky@chromium.org
2009-12-03
14
-12
/
+63
*
Lands http://codereview.chromium.org/449003/show for Thiago:
sky@chromium.org
2009-12-01
7
-18
/
+20
*
Porting the table view to Linux toolkit views.
jcampan@chromium.org
2009-12-01
6
-30
/
+458
*
Adds link to bookmark bar that when clicked imports bookmarks. I also
sky@chromium.org
2009-11-30
2
-1
/
+8
*
Makes sure gtk menus fit on screen before showing them.
sky@chromium.org
2009-11-30
1
-4
/
+12
*
Avoid double freeing image list in TableView.
mal@chromium.org
2009-11-25
2
-13
/
+0
*
Fixes two bugs in tree view:
sky@chromium.org
2009-11-25
1
-4
/
+9
*
Group Menu2Model::TYPE_RADIO menu items correctly. Currently an implementatio...
yusukes@google.com
2009-11-24
2
-9
/
+26
*
views: remove some unnecessary static_cast<int>.
maruel@chromium.org
2009-11-23
2
-6
/
+5
*
Fixes two issues from valgrind, and some cleanup:
sky@chromium.org
2009-11-20
2
-5
/
+8
*
Add an option to tree_view for whether to show lines from the root node
ian@chromium.org
2009-11-18
2
-3
/
+33
*
Make the char encoding indicator visible again on Windows
jshin@chromium.org
2009-11-16
1
-1
/
+2
*
Revert 32012-32017
mhm@chromium.org
2009-11-15
2
-15
/
+0
*
rebase
mhm@chromium.org
2009-11-15
2
-0
/
+15
*
Fixing a bug where the textfield would paint outside of its bounds
jcampan@chromium.org
2009-11-13
1
-1
/
+2
*
Fixes possible crash in treeview. The code for removing a node was not
sky@chromium.org
2009-11-12
1
-2
/
+3
*
Refactoring of the TableView so it uses NativeViewControl.
jcampan@chromium.org
2009-11-12
7
-3
/
+1889
*
Fix for issue 27210, show bookmarks bar menu is out of sync with the browser'...
oshima@chromium.org
2009-11-11
2
-24
/
+38
*
Fixes possible crash in showing bookmark menu. The problem occurred
sky@chromium.org
2009-11-10
2
-21
/
+21
[prev]
[next]