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
/
chrome
/
browser
/
gtk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unbreak build.
estade@chromium.org
2009-04-22
1
-1
/
+3
*
Avoid DCHECK in nine box during download shelf animation.
estade@chromium.org
2009-04-22
2
-4
/
+9
*
Remove a debugging change that was accidentally added to r14123.
jhawkins@chromium.org
2009-04-22
1
-1
/
+0
*
Add new item animation to download shelf.
estade@chromium.org
2009-04-22
6
-15
/
+60
*
Merge BookmarkContextMenuGtk back into BookmarkContextMenu.
erg@google.com
2009-04-21
4
-474
/
+5
*
Unbreak accelerators, and add ctrl+_ for zoom out.
estade@chromium.org
2009-04-21
1
-1
/
+5
*
GTK: Properly escape download item label markup.
estade@chromium.org
2009-04-21
1
-9
/
+10
*
Fix a memory leak in the download shelf.
estade@chromium.org
2009-04-21
1
-2
/
+5
*
Fix #include (.h, not .cc).
sgk@google.com
2009-04-21
1
-1
/
+1
*
Hook up alt-d on linux.
estade@chromium.org
2009-04-21
1
-2
/
+2
*
I missed this file in my last checkin
estade@chromium.org
2009-04-21
1
-4
/
+11
*
Add open/close animations to infobar, download shelf.
estade@chromium.org
2009-04-21
6
-48
/
+214
*
Handle a race between the remove tab animation resizing the closing tab and t...
jhawkins@chromium.org
2009-04-21
1
-1
/
+11
*
Rename web_contents_view* files to tab_contents_view* to reflect my previous
brettw@chromium.org
2009-04-21
1
-1
/
+1
*
Make sure to free any remaining tabs on tabstrip destruction. There are two ...
jhawkins@chromium.org
2009-04-20
1
-0
/
+10
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-2
/
+2
*
Better alignment of the omnibox edit entry.
deanm@chromium.org
2009-04-20
2
-26
/
+87
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-2
/
+2
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-2
/
+2
*
Refactor NineBox to take 9 image ids instead of having to create
tc@google.com
2009-04-17
5
-129
/
+103
*
Make sure to delete the tab when we remove it from the tab strip. Also remov...
jhawkins@chromium.org
2009-04-16
1
-1
/
+5
*
Refactor the tab button logic into TabButtonGtk.
jhawkins@chromium.org
2009-04-16
8
-300
/
+388
*
Recommit previous change with GYP files fixed.
erg@google.com
2009-04-16
10
-48
/
+570
*
Have ResourceBundle own GdkPixbufs.
tc@google.com
2009-04-16
9
-92
/
+76
*
Reverts the previous two commits. (r13812 and r13811).
erg@google.com
2009-04-15
10
-570
/
+48
*
Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.
erg@google.com
2009-04-15
10
-48
/
+570
*
Try to fix yet another compile failure
pkasting@chromium.org
2009-04-15
1
-7
/
+7
*
Change GTK Go button impl to match the changes I already made to the Windows ...
pkasting@chromium.org
2009-04-15
2
-43
/
+16
*
Fix regression I introduced where Stop/Go button would toggle state instantly...
pkasting@chromium.org
2009-04-15
2
-3
/
+3
*
Simplify TabGtk::ContextMenuController by adding methods to dynamically build...
jhawkins@chromium.org
2009-04-14
4
-67
/
+63
*
Convert instances of WideToUTF8(l10n_util::GetString( to
tc@google.com
2009-04-14
6
-30
/
+28
*
Implement context menu handling for the Linux tab strip.
jhawkins@chromium.org
2009-04-14
6
-9
/
+152
*
Remove extra zoom menu items.
thestig@chromium.org
2009-04-14
2
-20
/
+19
*
Add a Cocoa file picker.
avi@google.com
2009-04-14
1
-4
/
+1
*
Fix a crash when the browser opens a popup window in Linux.
jhawkins@chromium.org
2009-04-14
1
-0
/
+5
*
Linux: Ignore certain menu accelerators.
estade@chromium.org
2009-04-14
5
-34
/
+47
*
Implement tooltips for the Go/Stop button in Linux.
willchan@chromium.org
2009-04-13
5
-8
/
+48
*
Refactoring; switch the |filter| parameter into something that is more amenab...
avi@chromium.org
2009-04-12
1
-14
/
+15
*
Enable zooming in on Linux.
thestig@chromium.org
2009-04-11
1
-1
/
+9
*
Make linux link buttons pretty.
estade@chromium.org
2009-04-10
3
-12
/
+64
*
Use favicons in the bookmark bar under GTK.
erg@google.com
2009-04-10
2
-11
/
+34
*
GTK: implement link info bars (first cut).
estade@chromium.org
2009-04-10
1
-12
/
+55
*
Factor out MakeLinkButton into its own class.
estade@chromium.org
2009-04-10
4
-60
/
+113
*
Fill in NOTIMPLEMENTEDs in BookmarkBarGtk. Can now reorder bookmarks.
erg@google.com
2009-04-10
2
-51
/
+198
*
Fix gcc warnings when -Wall got re-enabled for Linux.
willchan@chromium.org
2009-04-10
4
-13
/
+12
*
Remove instances of the New Tab button images that are not being used anymore.
jhawkins@chromium.org
2009-04-10
2
-8
/
+0
*
Comment the unselected_width parameter to the newly-added LayoutNewTabButton ...
jhawkins@chromium.org
2009-04-10
2
-7
/
+9
*
Add the New Tab button for Linux tabstrip.
jhawkins@chromium.org
2009-04-10
2
-7
/
+248
*
Restore -Wall to Linux build and set up for -Werror.
sgk@google.com
2009-04-09
2
-4
/
+1
*
Fix ctrl+tab/ctrl+shift+tab were not working if web contents did not have foc...
tc@google.com
2009-04-09
2
-25
/
+43
[next]