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
*
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
*
Cleanup small mistakes from my previous changelists.
willchan@chromium.org
2009-04-09
1
-3
/
+3
*
Use two CustomDrawButtonBases to draw ToolbarStarToggleGtk.
erg@google.com
2009-04-09
2
-65
/
+30
*
This CL adds a confirmation box when closing the browser with in-progress dow...
jcampan@chromium.org
2009-04-09
2
-0
/
+6
*
Make CustomContainerButton a gtk widget.
erg@google.com
2009-04-09
8
-172
/
+163
*
Add a resize layout animation to the Linux tabstrip.
jhawkins@chromium.org
2009-04-09
2
-7
/
+98
*
Add a remove tab animation for the Linux tabstrip.
jhawkins@chromium.org
2009-04-09
2
-14
/
+138
*
Add a const cast.
erg@google.com
2009-04-09
1
-1
/
+2
*
Implement stop/go button for Linux.
willchan@chromium.org
2009-04-09
8
-34
/
+441
*
Add an insert tab animation for the Linux tabstrip.
jhawkins@chromium.org
2009-04-09
2
-2
/
+264
*
linux: offset toolbar graphic so tabs merge in properly.
evan@chromium.org
2009-04-09
3
-6
/
+7
*
Scaffolding cleanup.
thestig@chromium.org
2009-04-08
1
-0
/
+2
*
Linux: Hook up confirm info bar buttons. Session restore works.
estade@chromium.org
2009-04-08
1
-2
/
+30
*
Implement mouse input handling for the close button in the Linux tabstrip.
jhawkins@chromium.org
2009-04-08
6
-18
/
+131
*
More info bar implementation.
estade@chromium.org
2009-04-08
2
-16
/
+101
*
Fix a crash on tab closure. We now use our own model data and check that the...
jhawkins@chromium.org
2009-04-08
1
-4
/
+5
*
Reimplement the bookmark bar to use a GtkToolbar.
erg@google.com
2009-04-08
2
-29
/
+294
*
Fix the findbar crash.
tc@google.com
2009-04-07
7
-41
/
+39
*
Disables the download item on the download-shelf when the file is opened.
jcampan@chromium.org
2009-04-07
1
-0
/
+1
*
Fix a NOTREACHED in GTK accelerator handling when capslock is on.
deanm@chromium.org
2009-04-07
1
-0
/
+2
*
Destroy the GTK info bar container widget when the object is destroyed.
deanm@chromium.org
2009-04-07
1
-0
/
+2
*
Basic infobars on linux.
estade@chromium.org
2009-04-06
10
-21
/
+359
*
Implement loading animations. I've ignored the app mode and popup cases sinc...
willchan@chromium.org
2009-04-06
7
-33
/
+337
*
First implementation of a bookmark bar.
erg@google.com
2009-04-06
6
-15
/
+444
*
Un-hover the current highlighted tab when the mouse leaves the tabstrip.
jhawkins@chromium.org
2009-04-06
2
-3
/
+24
*
Write the star toggle button. Clicking it will bookmark the page.
erg@google.com
2009-04-06
5
-9
/
+152
*
Update the definition of TabChangedAt in TabStripGtk to match the latest vers...
jhawkins@chromium.org
2009-04-06
4
-14
/
+22
*
Fix the positioning of the title in TabRendererGtk now that ChromeCanvas text...
jhawkins@chromium.org
2009-04-06
1
-3
/
+2
*
First pass of refactoring dialogs.
avi@chromium.org
2009-04-06
1
-20
/
+14
*
Fix include guards in GTK tabstrip (chrome/browser/gtk/tabs/).
deanm@chromium.org
2009-04-06
3
-9
/
+9
*
Moving the Find bar ownership to the Browser object for portability and testa...
finnur@chromium.org
2009-04-05
3
-6
/
+31
*
Gtk: pass the correct event time when we show right click context menus in th...
estade@chromium.org
2009-04-03
2
-5
/
+7
*
Create a well-defined region that closely matches the shape of the tab to use...
jhawkins@chromium.org
2009-04-03
4
-36
/
+35
*
Gtk: Insert a border at the bottom of the toolbar.
estade@chromium.org
2009-04-03
1
-0
/
+10
[next]