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
/
about_chrome_view.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move browser/views to browser/ui/views
ben@chromium.org
2010-11-09
1
-819
/
+0
*
[cros] Show short version string for official builds on OOBE/login screen
nkostylev@chromium.org
2010-10-20
1
-1
/
+1
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-4
/
+5
*
Use BubbleWindow for ChromeOS windows/dialogs.
xiyuan@chromium.org
2010-10-07
1
-1
/
+2
*
Shorten the string telling you to restart in the About box to avoid truncation.
finnur@chromium.org
2010-09-07
1
-6
/
+3
*
Refactor version-getting info into a chrome::VersionInfo object.
evan@chromium.org
2010-08-27
1
-10
/
+7
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Fix two calls to font.height to font.GetHeight.
mal@google.com
2010-08-14
1
-2
/
+2
*
Rework gfx::Font by moving platform-specific code into inner classes.
ben@chromium.org
2010-08-13
1
-2
/
+2
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-1
/
+0
*
Augment the About box flow to automatically install any new version we find o...
finnur@chromium.org
2010-08-04
1
-39
/
+29
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+2
*
Cleanup: Break another common->app dependency.
thestig@chromium.org
2010-07-20
1
-3
/
+6
*
Cleanup of about box
seanparent@google.com
2010-06-09
1
-1
/
+23
*
Provide accessibility support for Window_win.
ctguil@chromium.org
2010-05-17
1
-12
/
+16
*
Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...
pkasting@chromium.org
2010-05-10
1
-6
/
+3
*
Changing linux platform for chromeos. This involved moving platform_util and...
dhg@chromium.org
2010-04-29
1
-1
/
+1
*
Add infrastructure for supporting Views to the accessibility extension api.
dmazzoni@chromium.org
2010-04-19
1
-0
/
+5
*
Revert 44907 - Add infrastructure for supporting Views to the accessibility ...
dmazzoni@chromium.org
2010-04-19
1
-5
/
+0
*
Add infrastructure for supporting Views to the accessibility extension api.
dmazzoni@chromium.org
2010-04-19
1
-0
/
+5
*
Refactor FileVersionInfo into an interface with platform implementations.
tony@chromium.org
2010-04-14
1
-1
/
+2
*
Revert 43545 - Add Flash EULA to about box on Windows/Views (for branded buil...
viettrungluu@chromium.org
2010-04-09
1
-46
/
+4
*
Update Flash EULA positioning code to use new view_text_utils instead of old ...
mirandac@chromium.org
2010-04-05
1
-6
/
+7
*
Move utility method for embedding links in texts from about_chrome_view to a ...
mirandac@chromium.org
2010-04-05
1
-159
/
+16
*
Add Flash EULA to about box on Windows/Views (for branded builds).
viettrungluu@chromium.org
2010-04-02
1
-5
/
+46
*
UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.
evan@chromium.org
2010-03-23
1
-7
/
+13
*
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
-4
/
+4
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
1
-2
/
+2
*
svn prop fixes. Applied to all files not in third_party.
pkasting@chromium.org
2010-03-09
1
-0
/
+0
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Use Chrome update UI for Chrome OS updates.
davemoore@chromium.org
2010-02-10
1
-10
/
+26
*
remove ICU includes from l10n_util.h
evan@chromium.org
2010-01-25
1
-1
/
+2
*
We should not return the raw Google Update branch code if we fail to determin...
finnur@chromium.org
2010-01-08
1
-8
/
+9
*
Remove svn revision from branded builds.
jrg@chromium.org
2009-12-19
1
-0
/
+2
*
Support custom Linux version strings (e.g. release channel, downstream vendor...
mmoss@google.com
2009-12-15
1
-4
/
+5
*
Move channel (beta,dev,stable) determination code to a common location.
jrg@chromium.org
2009-12-15
1
-75
/
+6
*
Use utf_string_conversions header in more places.
maruel@chromium.org
2009-12-11
1
-1
/
+1
*
Display channel in about box after version. Windows.
jrg@chromium.org
2009-12-10
1
-1
/
+75
*
Show chromium os version in about panel
davemoore@chromium.org
2009-11-30
1
-0
/
+42
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-7
/
+7
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-2
/
+4
*
Fix style issues in View class.
maruel@chromium.org
2009-11-07
1
-5
/
+5
*
Remove bold from About label.
davemoore@chromium.org
2009-10-30
1
-2
/
+2
*
Got the about panel to have its text lined up correctly.
davemoore@chromium.org
2009-10-27
1
-1
/
+2
*
Get the About panel to align its links correctly,
davemoore@chromium.org
2009-10-23
1
-2
/
+7
*
Remove +x bit from files that shouldn't have it.
evan@chromium.org
2009-10-20
1
-0
/
+0
*
Do work necessary to make Views About panel work on Chrome OS. This is to be ...
davemoore@chromium.org
2009-10-19
1
-16
/
+32
*
Fix a missed include rename to fix the build.
brettw@chromium.org
2009-10-09
1
-1
/
+1
*
Use the system WINDOWTEXT color for labels, instead of black. Also use the s...
pkasting@chromium.org
2009-09-25
1
-2
/
+11
[next]