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
/
advanced_contents_view.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implements policies to enable or disable the five Privacy checkboxes found in...
danno@chromium.org
2010-06-14
1
-0
/
+11
*
Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...
tfarina@chromium.org
2010-06-06
1
-1
/
+1
*
Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...
pkasting@chromium.org
2010-05-10
1
-1
/
+1
*
Introduce FilePathPrefMember so we can get rid of some FromWString conversions.
tony@chromium.org
2010-04-23
1
-6
/
+5
*
CL #1530013 by Thiago Farina <thiago.farina@gmail.com>
georgey@chromium.org
2010-04-07
1
-23
/
+1
*
UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.
evan@chromium.org
2010-03-23
1
-28
/
+33
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-1
/
+1
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-5
/
+6
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
1
-1
/
+1
*
Adding a preference to turn off the translate feature.
jcampan@chromium.org
2010-02-26
1
-3
/
+70
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-2
/
+2
*
Try to make spacing/indenting of Privacy section clearer.
pkasting@chromium.org
2010-02-10
1
-12
/
+14
*
Make the content settings dialog dependent on its parent. This re-plumbs the...
pkasting@chromium.org
2010-02-09
1
-1
/
+3
*
Fix a pet peeve: Big empty hole in Chromium builds where the UMA checkbox wou...
pkasting@chromium.org
2010-02-01
1
-16
/
+21
*
Changes to support new cookie policy.
darin@chromium.org
2010-01-30
1
-42
/
+0
*
Make content settings type enum something I can use in more code than just th...
pkasting@chromium.org
2010-01-28
1
-3
/
+2
*
Content Settings dialog and related Options UI changes.
zelidrag@chromium.org
2010-01-26
1
-74
/
+60
*
views/options: Use non-deprecated version of PathService::Get.
thestig@chromium.org
2009-12-04
1
-9
/
+9
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-12-02
1
-0
/
+3
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-26
/
+26
*
Converting the Cookies options page from a TableView to a TreeView
ian@chromium.org
2009-11-06
1
-1
/
+2
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
1
-1
/
+1
*
Fix 9867: Activating the previous/next buttons with the keyboard in the find ...
finnur@chromium.org
2009-09-03
1
-10
/
+15
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
1
-4
/
+4
*
Move LanguageComboboxModel to chrome/browser
mattm@chromium.org
2009-08-19
1
-1
/
+0
*
Factor out views::Combobox::Model so that it can be used cross-platform.
mattm@chromium.org
2009-08-18
1
-3
/
+4
*
Move the ResolveMetricsReportingEnabled logic to OptionsUtil, make gtk option...
mattm@chromium.org
2009-07-15
1
-24
/
+2
*
Removed mixed content options. Turns out extremely few users changed the def...
abarth@chromium.org
2009-06-16
1
-95
/
+1
*
Reduce header dependencies in browser/
phajdan.jr@chromium.org
2009-06-13
1
-0
/
+1
*
Make Combobox portable
ben@chromium.org
2009-06-02
1
-21
/
+21
*
Split out the views table functions into separate header files. Many users only
brettw@chromium.org
2009-05-31
1
-0
/
+1
*
Add a "User Data" tab to the options, remove the "minor tweaks" tab
mhm@chromium.org
2009-05-30
1
-35
/
+372
*
Revert 17288 - Test failures.
mhm@chromium.org
2009-05-30
1
-374
/
+35
*
Create a "User data" tab and remove the "minor tweaks" tab. The mockup is inc...
mhm@chromium.org
2009-05-30
1
-35
/
+374
*
DevTools: remove DevTools from options UI.
pfeldman@chromium.org
2009-05-28
1
-74
/
+0
*
DevTools: Add 'Enable Developer Tools' option into the Advanced tab. Hide dev...
pfeldman@chromium.org
2009-05-27
1
-5
/
+76
*
- Passing correct window handle to CreateChromeWindow(). We should pass the
hbono@chromium.org
2009-05-22
1
-2
/
+2
*
Reverting 16158.
beng@google.com
2009-05-15
1
-4
/
+2
*
Privacy option added for all cookies to become session cookies.
idanan@chromium.org
2009-05-15
1
-2
/
+4
*
ChromeCanvas->gfx::Canvas
ben@chromium.org
2009-05-15
1
-2
/
+2
*
ChromeFont->gfx::Font
beng@google.com
2009-05-15
1
-2
/
+2
*
Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Various popup UI fixes:
pkasting@chromium.org
2009-05-08
1
-39
/
+4
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-6
/
+6
*
Move chrome_canvas to app/gfx
ben@chromium.org
2009-05-06
1
-1
/
+1
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Do not send stats from Chromium builds.
kuchhal@chromium.org
2009-04-27
1
-1
/
+6
*
Revert "Do not send stats from Chromium builds."
kuchhal@chromium.org
2009-04-24
1
-6
/
+1
*
Do not send stats from Chromium builds.
kuchhal@chromium.org
2009-04-24
1
-1
/
+6
*
The death knell for the old native buttons, checkboxes and radio buttons.
ben@chromium.org
2009-03-23
1
-72
/
+68
[next]