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: Download items should be drawn with GTK, not nineboxes.
erg@google.com
2009-08-21
2
-21
/
+130
*
Gtk: Add spellchecking options.
mattm@chromium.org
2009-08-21
3
-5
/
+237
*
Gtk: Add error dialog when profile was in use on a different computer.
mattm@chromium.org
2009-08-21
2
-0
/
+77
*
Findbar stuff:
estade@chromium.org
2009-08-21
6
-11
/
+31
*
Make the main menu button only show if you pass in a command line
sky@chromium.org
2009-08-21
1
-1
/
+7
*
Adds prototype menu.
sky@chromium.org
2009-08-21
1
-0
/
+63
*
Don't show "Inspect Element" in the context menu if we can't inspect.
agl@chromium.org
2009-08-21
1
-3
/
+14
*
Linux: make the "change proxy settings" button able to start several proxy co...
mdm@chromium.org
2009-08-20
1
-47
/
+87
*
gtk: Update the tooltip state whenever the tab is resized.
jhawkins@chromium.org
2009-08-20
3
-14
/
+41
*
GTK Theme: Fix corner offsets on the find bar.
erg@google.com
2009-08-20
1
-5
/
+5
*
Close the autocomplete popup when the user tries to move the
tony@chromium.org
2009-08-20
2
-9
/
+8
*
Remove personalization.h/cc by putting things in final resting places
tim@chromium.org
2009-08-20
1
-3
/
+0
*
GTK Themes: Reapply r23734, fixing destruction order issues.
erg@google.com
2009-08-20
3
-9
/
+131
*
Add (incomplete) UI for creating application shortcuts on Linux
phajdan.jr@chromium.org
2009-08-20
2
-0
/
+115
*
Splits the menu classes into individual files in anticipation of
sky@chromium.org
2009-08-20
1
-3
/
+3
*
Cache the left and right tab curve images. We were spending a lot
tony@chromium.org
2009-08-19
2
-33
/
+73
*
gtk: Make sure we found the window corresponding to the XID of the window und...
jhawkins@chromium.org
2009-08-19
1
-1
/
+3
*
Linux: Default to not using custom frame under Fluxbox.
derat@chromium.org
2009-08-19
1
-3
/
+3
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
1
-18
/
+158
*
Revert "GTK Theme: Make inactive titlebar legible."
erg@google.com
2009-08-19
2
-123
/
+9
*
gtk: Release the reference to the startup custom pages model so that it's own...
jhawkins@chromium.org
2009-08-19
2
-1
/
+6
*
GTK Theme: Make inactive titlebar legible.
erg@google.com
2009-08-19
2
-9
/
+123
*
Port more browser focus tests to linux.
estade@chromium.org
2009-08-19
8
-152
/
+75
*
Gtk languages options page part 1: accept-languages configuration.
mattm@chromium.org
2009-08-19
4
-2
/
+690
*
Moves GtkDndUtil into app.
sky@chromium.org
2009-08-18
10
-229
/
+8
*
Bugfixes and enhancements to the compact nav bar and the status area.
brettw@chromium.org
2009-08-18
1
-28
/
+38
*
Linux: make the passwords and exceptions dialog box default size larger.
mdm@chromium.org
2009-08-18
2
-3
/
+5
*
GTK Theme: Draw the GTK border around the entry in GTK them mode.
erg@google.com
2009-08-18
2
-13
/
+31
*
Cleaning up lines longer than 80 chars under src/chrome/browser.
mark@chromium.org
2009-08-17
4
-4
/
+8
*
GTK: Change go button tooltip to be updated every time it is shown.
estade@chromium.org
2009-08-15
2
-29
/
+51
*
Some personalization cleanup:
tim@chromium.org
2009-08-15
1
-10
/
+0
*
GTK: Change file chooser dialogs to prefer the suggested path (somewhatly err...
estade@chromium.org
2009-08-14
1
-18
/
+28
*
GTK Theme: Theme the find bar.
erg@chromium.org
2009-08-14
2
-49
/
+139
*
Only call gtk_window_present on an alert dialog if the
tony@chromium.org
2009-08-14
1
-7
/
+10
*
Revert 23408 in the hope to fix linux webkit_tests regressions.
maruel@chromium.org
2009-08-14
1
-2
/
+1
*
Check for enter as well as return in the find bar
estade@chromium.org
2009-08-14
1
-1
/
+2
*
Show favicon in panel title, highlight focused panel, fix breakage
davemoore@chromium.org
2009-08-13
2
-51
/
+63
*
GTK: Add view ids to our widgets. These will be used for testing.
estade@chromium.org
2009-08-13
11
-5
/
+207
*
Fix a bug where infobars were not getting replaced on linux. This
tony@chromium.org
2009-08-13
2
-6
/
+38
*
gtk: One more accelerator
estade@chromium.org
2009-08-13
1
-1
/
+2
*
First step to create application shortcuts on Linux.
phajdan.jr@chromium.org
2009-08-12
1
-6
/
+2
*
GTK: Popup notification should have transparent rounded corners.
erg@google.com
2009-08-12
4
-44
/
+93
*
Refactors drag support from TabContentsViewGtk into
sky@chromium.org
2009-08-12
2
-0
/
+301
*
Add ctrl+w accelerator to close bookmark manager for linux
estade@chromium.org
2009-08-12
2
-0
/
+42
*
Gtk Cookie Manager: Fix removing multiple cookies while the list is sorted.
mattm@chromium.org
2009-08-12
3
-4
/
+80
*
Move common Gtk TreeModel handling code into gtk_tree::ModelAdapter.
mattm@chromium.org
2009-08-12
7
-220
/
+56
*
Fix 2 small docked dev tools bugs:
tc@google.com
2009-08-12
2
-14
/
+39
*
Don't focus the location bar if we're in full screen mode.
tc@google.com
2009-08-11
1
-1
/
+2
*
Download item gtk tidbits:
estade@chromium.org
2009-08-11
2
-5
/
+28
*
GTK Themes: Use a consistent border color along all webcontent.
erg@chromium.org
2009-08-11
7
-23
/
+71
[next]