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