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
*
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
*
Replace a bunch of hardcoded URLs with constants from url_constants.h
brettw@chromium.org
2009-09-15
1
-7
/
+4
*
Move text_field.cc and rename the class to Textfield in preparation for porting.
ben@chromium.org
2009-05-27
1
-2
/
+2
*
Move a bunch of dialog creation routines to browser_dialogs.h to break the
brettw@chromium.org
2009-05-22
1
-0
/
+12
*
Make the link to Chromium project page depend on UI locale.
yutak@chromium.org
2009-05-21
1
-2
/
+1
*
ChromeCanvas->gfx::Canvas
ben@chromium.org
2009-05-15
1
-8
/
+8
*
ChromeFont->gfx::Font
beng@google.com
2009-05-15
1
-5
/
+5
*
Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...
ben@chromium.org
2009-05-08
1
-2
/
+2
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-3
/
+3
*
Move chrome_canvas to app/gfx
ben@chromium.org
2009-05-06
1
-1
/
+1
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
roll back r15177
ben@chromium.org
2009-05-04
1
-1
/
+0
*
Extract all views resources into:
ben@chromium.org
2009-05-04
1
-0
/
+1
*
Reland r14146 which refactors DialogButton into cross platform
tc@google.com
2009-04-21
1
-11
/
+13
*
Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"
tc@google.com
2009-04-21
1
-13
/
+11
*
Refactor DialogDelegate so the DialogButton enum is in cross platform
tc@google.com
2009-04-21
1
-11
/
+13
*
This CL fixes a lint issue -- line exceeding 80 characters.
xji@chromium.org
2009-03-28
1
-1
/
+2
*
Passing a foreground window to the google update code so that if it triggers ...
robertshield@google.com
2009-03-26
1
-2
/
+4
*
This CL fix issue 8649 -- RTL: Wrong parenthesis direction is displayed on "A...
xji@chromium.org
2009-03-26
1
-2
/
+6
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
1
-2
/
+2
*
Move windowing related objects into chrome/views/window subdir.
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Rename Window->WindowWin
ben@chromium.org
2009-03-14
1
-1
/
+1
*
rollback again
ben@chromium.org
2009-03-14
1
-1
/
+1
*
Rename Window->WindowWin
ben@chromium.org
2009-03-14
1
-1
/
+1
*
revert
ben@chromium.org
2009-03-13
1
-1
/
+1
*
Rename Window->WindowWin
ben@chromium.org
2009-03-13
1
-1
/
+1
*
Make Widget return a gfx::NativeView instead of a HWND.
ben@chromium.org
2009-03-12
1
-1
/
+1
*
Fix all places where we used the GetWinVersion function
nsylvain@chromium.org
2009-02-25
1
-1
/
+2
*
Add locale_settings.grd to the build. This generates
tc@google.com
2009-02-18
1
-5
/
+4
*
Second try of landing chrome_resources project. Changes from last time:
tc@google.com
2009-02-12
1
-1
/
+1
*
Revert "Create a chrome_resources.vcproj that holds grd files that hold"
tc@google.com
2009-02-12
1
-1
/
+1
*
Create a chrome_resources.vcproj that holds grd files that hold
tc@google.com
2009-02-12
1
-1
/
+1
*
Move metrics files into a subdir
ben@chromium.org
2009-01-16
1
-1
/
+1
*
Clean up about box for unofficial builds.
phajdan.jr@chromium.org
2008-12-11
1
-0
/
+6
*
Fix 1955: Show Chromium build number after version (Chromium only)
finnur@google.com
2008-12-08
1
-0
/
+5
*
Changes about view to explicitly set the background to white. This way
sky@google.com
2008-11-17
1
-0
/
+1
*
Fix Large Font issues in About box (issue 2458).
finnur@google.com
2008-11-06
1
-22
/
+59
*
Fix RTL issues in the About box (bug 3756).
finnur@google.com
2008-10-31
1
-29
/
+84
*
Plumb the referrer throughout the OpenURL APIs.
ericroman@google.com
2008-10-27
1
-1
/
+1
*
Add a separate string for showing that chrome updated without
tc@google.com
2008-10-23
1
-9
/
+9
[next]