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: Provide the correct inactive frame tint color.
erg@google.com
2009-07-10
2
-4
/
+2
*
Convert some stuff to string16 so the toolkit_views build can build again
ben@chromium.org
2009-07-10
3
-11
/
+12
*
Improve performance of dragged tab renderering.
estade@chromium.org
2009-07-09
2
-91
/
+82
*
GTK Themes: "Other bookmarks" button should use correct borders.
erg@google.com
2009-07-09
1
-0
/
+3
*
Adds code to position the tab overview button during animations. It
sky@chromium.org
2009-07-09
2
-2
/
+16
*
Add a rudamentary feed preview to the RSS extension. It
finnur@chromium.org
2009-07-09
2
-3
/
+13
*
Use the calculated dragged tab bounds when rendering the screenshot into the ...
jhawkins@chromium.org
2009-07-09
1
-3
/
+2
*
Change the window background color to the inactive color when the
tc@google.com
2009-07-09
4
-22
/
+166
*
GTK Theme: Localize "GTK Theme" button.
erg@google.com
2009-07-09
1
-1
/
+2
*
GTK Themes: Prevent colors from "leaking through" by using an event box.
erg@google.com
2009-07-09
2
-3
/
+12
*
Fix the Linux tab strip zone calculation when using the skyline. We are look...
jhawkins@chromium.org
2009-07-09
1
-2
/
+3
*
Scroll-wheeling, whilst over the tab-strip, now switches tabs on GTK/Linux.
jhawkins@chromium.org
2009-07-09
2
-5
/
+32
*
Initialize dragged tab backing store to null.
estade@chromium.org
2009-07-09
1
-1
/
+2
*
Linux: Add "set chrome as default" and "import profile data" option to First ...
kuchhal@chromium.org
2009-07-08
2
-0
/
+208
*
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
brettw@chromium.org
2009-07-08
4
-20
/
+20
*
Connect the ctrl-w accelerator to the task manager dialog, and close the wind...
jhawkins@chromium.org
2009-07-08
2
-0
/
+44
*
Make bookmark bar folder buttons look active so long as the menu is open.
estade@chromium.org
2009-07-08
3
-2
/
+36
*
XFCE disables the system decorations if there's an xshape set. So
tc@google.com
2009-07-08
1
-6
/
+10
*
GTK: Allow user to drag onto folder in bookmark bar.
estade@chromium.org
2009-07-08
2
-1
/
+37
*
Wasn't able to browse to new files within panels
davemoore@chromium.org
2009-07-08
1
-8
/
+2
*
Initial work on Linux tab to search.
deanm@chromium.org
2009-07-08
2
-3
/
+143
*
Gtk: URI list dragging for bookmarks (source side only)
estade@chromium.org
2009-07-08
4
-4
/
+31
*
GTK Themes: Use the correct text color in the tab strip.
erg@google.com
2009-07-08
5
-4
/
+40
*
Give page/app menu native menu bar feel.
estade@chromium.org
2009-07-07
2
-0
/
+76
*
Wrap the task manager treeview in a GtkScrolledWindow in order to have a fram...
jhawkins@chromium.org
2009-07-07
1
-1
/
+10
*
Work around a bug in KWin where the window shape doesn't get
tc@google.com
2009-07-07
1
-2
/
+6
*
GTK Themes: Theme the popup notification.
erg@google.com
2009-07-07
2
-19
/
+48
*
GTK Themes: Status bubble obeys GTK colors now.
erg@google.com
2009-07-07
3
-8
/
+49
*
Adds a couple of keybindings.
sky@chromium.org
2009-07-07
1
-0
/
+8
*
Popup changes
davemoore@chromium.org
2009-07-07
3
-7
/
+49
*
GTK Themes: Set the text color of bookmark buttons to theme color.
erg@google.com
2009-07-07
8
-55
/
+103
*
Activate the currently selected process when the user double clicks the task ...
jhawkins@chromium.org
2009-07-06
2
-1
/
+30
*
Fix the current remaining Views-GTK compile and linker errors.
brettw@chromium.org
2009-07-06
1
-0
/
+10
*
GTK: Give the aboot dialog a facelift.
estade@chromium.org
2009-07-06
3
-63
/
+140
*
GTK: Improve look of find in page failure label.
estade@chromium.org
2009-07-06
1
-1
/
+7
*
Add a context menu to the gtk task manager.
jhawkins@chromium.org
2009-07-06
2
-0
/
+133
*
GTK: Preview images in file chooser.
estade@chromium.org
2009-07-03
1
-0
/
+36
*
Change some numbers on the gtk bookmark bar.
estade@chromium.org
2009-07-03
2
-2
/
+2
*
Knock out a couple more TODOs from the bookmark manager.
estade@chromium.org
2009-07-03
1
-3
/
+34
*
Re-show bookmark bar buttons whenever they're configured.
estade@chromium.org
2009-07-03
1
-0
/
+2
*
GTK: Initial implementation of using GTK themes, partially based on evan's CL...
erg@google.com
2009-07-03
20
-60
/
+444
*
Revert 19829.
mirandac@chromium.org
2009-07-02
1
-4
/
+0
*
Fix bookmark util crash
estade@chromium.org
2009-07-02
1
-0
/
+4
*
Add more functionality to the gtk task manager:
jhawkins@chromium.org
2009-07-02
2
-10
/
+55
*
Change status bubble so that it expands to accommodate URL's that are abridge...
mirandac@chromium.org
2009-07-02
1
-0
/
+4
*
GTK: Clean up some bookmark related UI hacks.
estade@chromium.org
2009-07-02
3
-57
/
+34
*
Convert menu strings to UTF16, fix some views-GTK build errors.
brettw@chromium.org
2009-07-02
1
-1
/
+1
*
Paint infobar background as gradient.
estade@chromium.org
2009-07-02
1
-5
/
+33
*
Adds user metrics for tab overview.
sky@chromium.org
2009-07-01
1
-0
/
+4
*
Make Linux restore Omnibox contents on tab switch.
evan@chromium.org
2009-07-01
1
-1
/
+1
[next]