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
/
views
/
controls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 42465 - Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
7
-255
/
+17
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
7
-17
/
+255
*
Add Accessibility name for native buttons.
mhm@chromium.org
2010-03-23
3
-7
/
+3
*
Fixes ordering of includes.
sky@chromium.org
2010-03-23
1
-1
/
+1
*
Fixes compile error because gfx moved to src.
sky@chromium.org
2010-03-23
1
-1
/
+1
*
Adds the ability to display text in a textfield when the text is
sky@chromium.org
2010-03-23
5
-17
/
+162
*
Fix typo in my r42322.
hbono@chromium.org
2010-03-23
1
-1
/
+1
*
This change adds shield icons to the buttons that need elevation to fix Issue...
hbono@chromium.org
2010-03-23
3
-10
/
+35
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
38
-46
/
+46
*
Linux: Fix some GdkPixbuf leaks.
mattm@chromium.org
2010-03-23
1
-0
/
+1
*
Allow Extensions to have MSAA information.
mhm@chromium.org
2010-03-22
2
-1
/
+26
*
Rewrite/clean up a bunch of label.cc to fix the following problems:
pkasting@chromium.org
2010-03-22
4
-325
/
+220
*
Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...
maruel@chromium.org
2010-03-22
7
-164
/
+17
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-22
7
-17
/
+164
*
Fix bug with native text field where if there's a visibility change, the nati...
chocobo@chromium.org
2010-03-22
3
-26
/
+18
*
Revert "Keyboard accessibility for the page and app menus."
maruel@chromium.org
2010-03-22
7
-164
/
+17
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-22
7
-17
/
+164
*
tweak translate infobar ui
kuan@chromium.org
2010-03-22
1
-1
/
+5
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
12
-24
/
+30
*
Add ability to show/hide password in login dialog.
chocobo@chromium.org
2010-03-19
7
-7
/
+34
*
views: Add accessibility support to the Textfield control.
ctguil@chromium.org
2010-03-19
2
-2
/
+47
*
Move text_elider from app/gfx to app/
ben@chromium.org
2010-03-19
1
-1
/
+1
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
18
-20
/
+21
*
views: Implement accessibility issue that was a TODO in the new progress bar ...
ctguil@chromium.org
2010-03-18
2
-2
/
+13
*
Added actual GoogleUpdate functionality to the OOBE update screen.
denisromanov@chromium.org
2010-03-18
2
-0
/
+6
*
Implement selection of rows on mouse clicks in TableView2 for GTK.
satorux@chromium.org
2010-03-17
2
-1
/
+27
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
19
-20
/
+20
*
Reapply r41640.
ajwong@chromium.org
2010-03-16
4
-3
/
+51
*
Revert "Landing tfarina CL. " because it broke Interactive UI tests on Linux ...
ajwong@chromium.org
2010-03-16
4
-51
/
+3
*
Provide Web Contents accessibility info.
ctguil@chromium.org
2010-03-16
2
-1
/
+25
*
Landing tfarina CL.
ctguil@chromium.org
2010-03-15
4
-3
/
+51
*
Switched progress bar to integral positions (from 0 to 100).
avayvod@google.com
2010-03-15
3
-33
/
+26
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
4
-4
/
+4
*
chromeos: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-14
7
-12
/
+21
*
Create a toplevel gfx/ dir and seed it with icon_util.
ben@chromium.org
2010-03-13
3
-7
/
+7
*
Implementation of a progress bar control.
finnur@chromium.org
2010-03-12
3
-0
/
+346
*
Remove a hack that, as far as I can tell, isn't needed.
pkasting@chromium.org
2010-03-12
1
-5
/
+1
*
Unblock focus signal handlers only when they're blocked.
oshima@chromium.org
2010-03-11
1
-11
/
+18
*
win: string_util.h -> utf_string_conversions.h fix.
jhawkins@google.com
2010-03-11
3
-3
/
+3
*
Landing tfarina CL.
ctguil@chromium.org
2010-03-10
4
-10
/
+29
*
svn prop fixes. Applied to all files not in third_party.
pkasting@chromium.org
2010-03-09
1
-0
/
+0
*
Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...
pkasting@chromium.org
2010-03-08
36
-218
/
+167
*
Don't mirror menu position for RTL because on Windows we set RLT window flags...
dpolukhin@google.com
2010-03-06
3
-23
/
+22
*
Removes static storage of menu-marker bitmap. Tiny change.
glotov@google.com
2010-03-04
2
-15
/
+13
*
Checking in patch for Denis Romanov (originally reviewed here: http://coderev...
finnur@chromium.org
2010-03-03
2
-3
/
+5
*
Lands http://codereview.chromium.org/652010 for Thiago:
sky@chromium.org
2010-03-02
2
-2
/
+68
*
Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ...
pkasting@chromium.org
2010-02-26
2
-7
/
+7
*
New network menu button UI for ChromeOS.
chocobo@chromium.org
2010-02-19
1
-0
/
+11
*
implement previous TODO to show associated shortcut keys for page and wrench ...
kuan@chromium.org
2010-02-19
2
-7
/
+35
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
[next]