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
/
views
/
options
/
general_page_view.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move browser/views to browser/ui/views
ben@chromium.org
2010-11-09
1
-883
/
+0
*
Revert 62881 - Moves instant back into flags.
sky@chromium.org
2010-10-17
1
-1
/
+60
*
Moves instant back into flags.
sky@chromium.org
2010-10-17
1
-60
/
+1
*
Fixes bugs in usage of adding a new tab with a disposition of
sky@chromium.org
2010-10-13
1
-6
/
+3
*
Moves instant out of labs and into prefs.
sky@chromium.org
2010-10-12
1
-1
/
+64
*
Allow the default search provider to be specified via group policy. Also all...
jeanluc@google.com
2010-10-05
1
-4
/
+5
*
Use PrefChangeRegistrar everywhere
danno@chromium.org
2010-09-29
1
-5
/
+3
*
Make accessible getters return values instead of accepting an output paramete...
ctguil@chromium.org
2010-09-28
1
-1
/
+16
*
Revert 60169 - Use PrefChangeRegistrar everywhere
danno@chromium.org
2010-09-22
1
-3
/
+5
*
Use PrefChangeRegistrar everywhere
danno@chromium.org
2010-09-22
1
-5
/
+3
*
Reduce the number of files that recompile when changing template_url.h or tem...
levin@chromium.org
2010-08-31
1
-0
/
+1
*
Implement a policy to specify which pages to restore at startup. The admin c...
mnissler@chromium.org
2010-08-26
1
-16
/
+16
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-2
/
+2
*
Implement policy for controlling "Show Home Button" preference.
mnissler@chromium.org
2010-08-24
1
-0
/
+2
*
Remove wstrings from bookmarks, part 12.
viettrungluu@chromium.org
2010-08-22
1
-3
/
+4
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
1
-1
/
+1
*
allow editing of hompage preferences on Windows, that are not locked by policies
mnissler@chromium.org
2010-07-15
1
-22
/
+50
*
Show the managed prefs warning banner for some advanced options.
mnissler@chromium.org
2010-07-15
1
-10
/
+1
*
Display warning banner in Win preferences dialog for managed options.
mnissler@chromium.org
2010-07-06
1
-0
/
+15
*
Re-land r51526
mnissler@chromium.org
2010-07-05
1
-25
/
+17
*
Revert r51526 (Auto-size the views version of the options dialog.)
mnissler@chromium.org
2010-07-02
1
-17
/
+25
*
Auto-size the views version of the options dialog.
mnissler@chromium.org
2010-07-02
1
-25
/
+17
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-14
/
+10
*
fix forgotten homepage preference on Windows
danno@chromium.org
2010-06-24
1
-11
/
+14
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
1
-0
/
+0
*
Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...
pkasting@chromium.org
2010-06-18
1
-2
/
+2
*
Update UI, sync and importer to properly handle managed homepage prefs
mnissler@chromium.org
2010-05-27
1
-13
/
+15
*
Invalid URLs are no longer mangled when reopening the Options window.
mhm@chromium.org
2010-05-26
1
-10
/
+12
*
Gtk: update options "Open on startup" to match new behavior.
mattm@chromium.org
2010-05-13
1
-24
/
+2
*
Split CustomHomePagesTableModel into its own file so it can be shared with th...
mattm@chromium.org
2010-05-12
1
-290
/
+1
*
Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...
pkasting@chromium.org
2010-05-10
1
-1
/
+0
*
Show titles instead of URLs in the "show on startup" table, and add tooltips ...
pkasting@chromium.org
2010-05-10
1
-33
/
+98
*
Fix RTL-mode display of table of URLs to load on startup. The table itself s...
pkasting@chromium.org
2010-05-05
1
-5
/
+4
*
Check if the icon handle has become invalid when the load callback is invoked.
zork@chromium.org
2010-04-16
1
-1
/
+5
*
Add a scoped notifier for pref dictionaries / lists.
chron@chromium.org
2010-04-05
1
-1
/
+0
*
Revert 43413 - Add a notification when the list of startup URLs change.
zork@chromium.org
2010-04-02
1
-0
/
+1
*
Add a notification when the list of startup URLs change.
zork@chromium.org
2010-04-02
1
-1
/
+0
*
UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.
evan@chromium.org
2010-03-23
1
-12
/
+17
*
This change adds shield icons to the buttons that need elevation to fix Issue...
hbono@chromium.org
2010-03-23
1
-0
/
+1
*
Move image codec stuff to toplevel gfx.
ben@chromium.org
2010-03-18
1
-1
/
+1
*
Change so that the extension favicon is read on the UI thread since extension...
arv@chromium.org
2010-03-17
1
-5
/
+5
*
Win: Grey out/remove default browser choices in side by side installs.
mattm@chromium.org
2010-03-04
1
-1
/
+14
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Remove unused "show title" functionality in UrlPicker.
pkasting@chromium.org
2010-02-11
1
-1
/
+1
*
Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...
pkasting@chromium.org
2010-01-08
1
-5
/
+5
*
Remove the deprecated version of FixupURL and fix the callers.
thakis@chromium.org
2009-12-03
1
-3
/
+3
*
This removes the "default browser" selections from the Chromium OS
gspencer@chromium.org
2009-12-02
1
-0
/
+2
*
Be more paranoid when checking the default browser in Windows and return "not...
mdm@chromium.org
2009-11-25
1
-1
/
+1
*
Leave the 'Make Chrome Default' button enabled on Windows if not already defa...
kuchhal@chromium.org
2009-11-18
1
-1
/
+1
[next]