summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/about_chrome_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Move text_field.cc and rename the class to Textfield in preparation for porting.ben@chromium.org2009-05-271-2/+2
* Move a bunch of dialog creation routines to browser_dialogs.h to break thebrettw@chromium.org2009-05-221-0/+12
* Make the link to Chromium project page depend on UI locale.yutak@chromium.org2009-05-211-2/+1
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-8/+8
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-5/+5
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-2/+2
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-3/+3
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* roll back r15177ben@chromium.org2009-05-041-1/+0
* Extract all views resources into:ben@chromium.org2009-05-041-0/+1
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-11/+13
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-211-13/+11
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-211-11/+13
* This CL fixes a lint issue -- line exceeding 80 characters.xji@chromium.org2009-03-281-1/+2
* Passing a foreground window to the google update code so that if it triggers ...robertshield@google.com2009-03-261-2/+4
* This CL fix issue 8649 -- RTL: Wrong parenthesis direction is displayed on "A...xji@chromium.org2009-03-261-2/+6
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-2/+2
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-171-1/+1
* Rename Window->WindowWinben@chromium.org2009-03-141-1/+1
* rollback againben@chromium.org2009-03-141-1/+1
* Rename Window->WindowWinben@chromium.org2009-03-141-1/+1
* revertben@chromium.org2009-03-131-1/+1
* Rename Window->WindowWinben@chromium.org2009-03-131-1/+1
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-121-1/+1
* Fix all places where we used the GetWinVersion functionnsylvain@chromium.org2009-02-251-1/+2
* Add locale_settings.grd to the build. This generatestc@google.com2009-02-181-5/+4
* Second try of landing chrome_resources project. Changes from last time:tc@google.com2009-02-121-1/+1
* Revert "Create a chrome_resources.vcproj that holds grd files that hold"tc@google.com2009-02-121-1/+1
* Create a chrome_resources.vcproj that holds grd files that holdtc@google.com2009-02-121-1/+1
* Move metrics files into a subdirben@chromium.org2009-01-161-1/+1
* Clean up about box for unofficial builds.phajdan.jr@chromium.org2008-12-111-0/+6
* Fix 1955: Show Chromium build number after version (Chromium only)finnur@google.com2008-12-081-0/+5
* Changes about view to explicitly set the background to white. This waysky@google.com2008-11-171-0/+1
* Fix Large Font issues in About box (issue 2458).finnur@google.com2008-11-061-22/+59
* Fix RTL issues in the About box (bug 3756).finnur@google.com2008-10-311-29/+84
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-1/+1
* Add a separate string for showing that chrome updated withouttc@google.com2008-10-231-9/+9
* Issue 3487: We now set the bounds for the links in the About box as soon as w...finnur@google.com2008-10-191-19/+18
* The translation lead requested that this sentence be a singletc@google.com2008-10-171-14/+41
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-23/+23
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-4/+3
* Convert GetPreferredSize from:beng@google.com2008-10-151-52/+51
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-14/+16
* Tweaks for the text on the About box (from bug 3360):finnur@google.com2008-10-131-1/+2
* Terms of Service don't apply to Chromium. Remove the link from the About box.finnur@google.com2008-10-101-13/+18
* Allow the translators to chose which link appears first in the About box.finnur@google.com2008-10-101-9/+20
* Changing the About box according to mockups. Basically, we now want to have a...finnur@google.com2008-10-091-27/+210
* Make the link in the About box clickable (Issue 657)finnur@google.com2008-09-261-12/+31