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
*
GTK Themes: Fix spacing so page and app menus take up full height in GTK them...
erg@google.com
2009-07-20
1
-5
/
+7
*
Fix misleading name and comment of Browser::GetCurrentPageTitle.
phajdan.jr@chromium.org
2009-07-20
1
-1
/
+1
*
When we save the window bounds, make sure we are only storing the
tc@google.com
2009-07-20
2
-10
/
+12
*
Change fullscreen mode to be determined by the window manager.
tc@google.com
2009-07-20
2
-21
/
+30
*
linux: remove unimplemented menu items
evan@chromium.org
2009-07-20
1
-4
/
+12
*
gtk: Set the task manager scrolled window policy to GTK_POLICY_AUTOMATIC so t...
jhawkins@chromium.org
2009-07-20
1
-1
/
+1
*
DevTools: Store devtools split location on Linux.
pfeldman@chromium.org
2009-07-20
1
-3
/
+19
*
Relanding the the refactoring the page info to have a model.
jcampan@chromium.org
2009-07-19
2
-0
/
+14
*
Reverting 21032.
jcampan@chromium.org
2009-07-18
2
-14
/
+0
*
Revert "Add proxy config (using gnome-network-preferences)"
mattm@chromium.org
2009-07-18
1
-51
/
+1
*
Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the...
jcampan@chromium.org
2009-07-18
2
-0
/
+14
*
Another bookmark manager crash fix after r20565.
estade@chromium.org
2009-07-17
1
-1
/
+1
*
Add proxy config (using gnome-network-preferences)
mattm@chromium.org
2009-07-17
1
-1
/
+51
*
Two tweaks to the linux tab strip code:
sky@chromium.org
2009-07-17
4
-8
/
+24
*
Begin work on extension shelf for Linux.
phajdan.jr@chromium.org
2009-07-17
4
-1
/
+251
*
Do not block all task manager tree view mouse release events.
estade@chromium.org
2009-07-17
1
-4
/
+2
*
Rename the Cancel button to Close in gtk Clear Browsing Data.
mattm@chromium.org
2009-07-17
1
-1
/
+1
*
Fix same crashy assumption that I fixed in r20967 later on in normal theme mode.
erg@google.com
2009-07-17
1
-3
/
+6
*
Changes the width of pinned tabs to be slightly bigger.
sky@chromium.org
2009-07-17
2
-22
/
+12
*
This matches the behavior on Windows. Also this change lets user close Chrome...
kuchhal@chromium.org
2009-07-17
2
-0
/
+15
*
Need to cleanup first run dialog on cancellation too.
kuchhal@chromium.org
2009-07-17
1
-3
/
+4
*
Fix occasional crash at startup in gtk_chrome_button_expose.
erg@google.com
2009-07-17
1
-2
/
+3
*
Set window icon on task manager.
estade@chromium.org
2009-07-17
1
-0
/
+1
*
forgot a file (or rather gcl was hiding it in another cl)
estade@chromium.org
2009-07-17
1
-10
/
+3
*
Set window icon on options dialog, bookmark manager.
estade@chromium.org
2009-07-17
3
-3
/
+2
*
Allow dragging a link from the web contents to the bookmark bar to get a name...
estade@chromium.org
2009-07-17
10
-75
/
+128
*
Fix linux unit tests by checking for NULL that's impossible in real code, but...
erg@google.com
2009-07-16
1
-2
/
+2
*
GTK Themes: Make the location bar area look native.
erg@google.com
2009-07-16
7
-36
/
+214
*
GTK: Fix bookmark manager crash on startup introduced by r20565
estade@chromium.org
2009-07-16
2
-9
/
+11
*
Show progress Window when importing profile from First Run dialog.
kuchhal@chromium.org
2009-07-16
2
-5
/
+23
*
Select correct default folder in bookmark editor gtk.
estade@chromium.org
2009-07-16
1
-1
/
+1
*
gtk: Handle RTL layout when rendering the dragged tab.
jhawkins@chromium.org
2009-07-16
1
-2
/
+5
*
Work on RTL / BiDi Omnibox.
deanm@chromium.org
2009-07-16
5
-15
/
+23
*
DevTools: Initial commit with docked devtools window support on Linux.
pfeldman@chromium.org
2009-07-16
4
-13
/
+55
*
Implement gtk download options section.
mattm@chromium.org
2009-07-16
1
-2
/
+165
*
GTK Themes: Tint throbbers like we tint all other buttons in the interface.
erg@google.com
2009-07-15
8
-50
/
+105
*
Cancel icon load requests when we are getting shutdown.
estade@chromium.org
2009-07-15
1
-0
/
+1
*
Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...
erg@google.com
2009-07-15
7
-78
/
+41
*
GTK Themes: Tint throbbers like we tint all other buttons in the interface.
erg@google.com
2009-07-15
7
-41
/
+78
*
TBR: evan@chromium.org
mattm@chromium.org
2009-07-15
1
-4
/
+4
*
Fill in "web content" section in "user data" options.
mattm@chromium.org
2009-07-15
3
-5
/
+47
*
Move the ResolveMetricsReportingEnabled logic to OptionsUtil, make gtk option...
mattm@chromium.org
2009-07-15
1
-5
/
+54
*
gtk: Remove two calls to Update that are unnecessary. When we layout the dra...
jhawkins@chromium.org
2009-07-15
1
-2
/
+0
*
Add more browser tests for Task Manager.
phajdan.jr@chromium.org
2009-07-15
1
-1
/
+2
*
Make more things clickable in the bookmark bar menus:
estade@chromium.org
2009-07-15
1
-4
/
+16
*
gtk: Handle RTL layout when positioning the tab strip drop arrow.
jhawkins@chromium.org
2009-07-15
1
-1
/
+1
*
GTK Themes: Inactive title bars should follow the bg insensitive color.
erg@google.com
2009-07-15
1
-6
/
+13
*
First run bubble polish:
estade@chromium.org
2009-07-15
6
-12
/
+38
*
Set the prefs::kMetricsReportingEnabled value in the gtk first run dialog.
mattm@chromium.org
2009-07-15
1
-1
/
+9
*
Lands http://codereview.chromium.org/155428 for Thiago, which changes
sky@chromium.org
2009-07-15
5
-15
/
+8
[next]