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
/
options
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds the settings tab to options on chrome os. The contents is just a place
sky@chromium.org
2009-08-27
1
-0
/
+12
*
GTK: Set the default icon list so we don't have to set it on every window all...
estade@chromium.org
2009-08-27
3
-3
/
+0
*
Fix leaking gtk tree models.
mattm@chromium.org
2009-08-26
6
-0
/
+10
*
Fix cases that initialized StringTokenizer with a temporary.
mattm@chromium.org
2009-08-26
1
-1
/
+3
*
Gtk Font options: Separate font family and size by comma to work around Gtk i...
mattm@chromium.org
2009-08-25
1
-1
/
+1
*
More Gtk Cookies View polish.
mattm@chromium.org
2009-08-25
2
-16
/
+7
*
Update build to work with native 64-bit Linux packages.
mmoss@chromium.org
2009-08-25
1
-3
/
+1
*
Gtk: Add spellchecking options.
mattm@chromium.org
2009-08-21
3
-5
/
+237
*
Linux: make the "change proxy settings" button able to start several proxy co...
mdm@chromium.org
2009-08-20
1
-47
/
+87
*
Remove personalization.h/cc by putting things in final resting places
tim@chromium.org
2009-08-20
1
-3
/
+0
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
1
-18
/
+158
*
gtk: Release the reference to the startup custom pages model so that it's own...
jhawkins@chromium.org
2009-08-19
1
-0
/
+4
*
Gtk languages options page part 1: accept-languages configuration.
mattm@chromium.org
2009-08-19
4
-2
/
+690
*
Linux: make the passwords and exceptions dialog box default size larger.
mdm@chromium.org
2009-08-18
2
-3
/
+5
*
Some personalization cleanup:
tim@chromium.org
2009-08-15
1
-10
/
+0
*
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
4
-129
/
+22
*
Add more window icons.
estade@chromium.org
2009-08-11
2
-0
/
+3
*
Build browser/sync files by default using a stubbed-out syncapi
tim@chromium.org
2009-08-11
1
-1
/
+1
*
Gtk Cookie Manager polish.
mattm@chromium.org
2009-08-07
1
-1
/
+7
*
Changelist for mattm readability review.
mattm@chromium.org
2009-08-07
3
-157
/
+187
*
linux: rearrange widget layout in importer dialog
evan@chromium.org
2009-08-05
3
-24
/
+10
*
Add files to browser/sync and tweak includes.
tim@chromium.org
2009-08-05
1
-3
/
+3
*
Rename namespace gtk_tree_util to gtk_tree which is shorter.
mdm@chromium.org
2009-08-03
4
-25
/
+24
*
Make spacing between "theme" buttons same as spacing between "browsing data"
thakis@chromium.org
2009-07-31
1
-1
/
+1
*
Add "Get Themes" button to gtk options dialog.
estade@chromium.org
2009-07-31
2
-1
/
+24
*
Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...
mdm@chromium.org
2009-07-31
13
-74
/
+74
*
Try again: Add unittest for Gtk cookie manager.
mattm@chromium.org
2009-07-30
3
-33
/
+456
*
Revert "Add unittest for Gtk cookie manager."
mattm@chromium.org
2009-07-30
3
-433
/
+24
*
Add unittest for Gtk cookie manager.
mattm@chromium.org
2009-07-30
3
-24
/
+433
*
gcc >= 4.3 fixes
mdm@chromium.org
2009-07-30
1
-0
/
+1
*
Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.
mdm@chromium.org
2009-07-30
13
-54
/
+54
*
Linux: factor out some shared GTK tree utility code.
mdm@chromium.org
2009-07-29
4
-138
/
+28
*
Gtk password dialog: Initialize pending_login_query_.
mattm@chromium.org
2009-07-29
2
-2
/
+6
*
Linux: add the password manager UI.
mdm@chromium.org
2009-07-29
8
-19
/
+943
*
Gtk: Add default encoding option.
mattm@chromium.org
2009-07-29
2
-3
/
+61
*
Linux: it's not actually a bug to have the selection become empty in the URL ...
mdm@chromium.org
2009-07-28
1
-1
/
+1
*
linux: extra shadow in prefs dialog
evan@chromium.org
2009-07-28
1
-2
/
+3
*
Fix proxy settings for Gnome >=2.26
mattm@chromium.org
2009-07-28
1
-3
/
+33
*
Workaround for GtkFileChooserButton bug: disable mouse wheel scrolling.
estade@chromium.org
2009-07-28
1
-0
/
+40
*
Fix running default browser check/setting in UI thread on Linux.
mattm@chromium.org
2009-07-28
2
-17
/
+31
*
Gtk: Implement font selection options.
mattm@chromium.org
2009-07-28
3
-4
/
+235
*
Make some default file dialog titles for linux.
estade@chromium.org
2009-07-25
1
-4
/
+2
*
Gtk: Add cookie details to cookie manager.
mattm@chromium.org
2009-07-23
2
-8
/
+153
*
linux: generalize desktop environment guessing to encompass KDE
evan@chromium.org
2009-07-23
1
-16
/
+26
*
Gtk cookie manager part 1.
mattm@chromium.org
2009-07-22
3
-9
/
+528
*
Try again: Add proxy config (using gnome-network-preferences)
mattm@chromium.org
2009-07-22
1
-1
/
+59
*
Add link button for certificate management, linking to wiki page LinuxCertMan...
mattm@chromium.org
2009-07-21
1
-1
/
+33
*
Revert "Add proxy config (using gnome-network-preferences)"
mattm@chromium.org
2009-07-18
1
-51
/
+1
*
Add proxy config (using gnome-network-preferences)
mattm@chromium.org
2009-07-17
1
-1
/
+51
[next]