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
/
view.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small tweaks to improve toolbar keyboard accessibility: Put focus rects
dmazzoni@chromium.org
2010-06-22
1
-11
/
+0
*
Keep a cache of all views that have sent notifications. This ensures that Ac...
dtseng@chromium.org
2010-06-18
1
-1
/
+5
*
Improve toolbar keyboard accessibility.
dmazzoni@chromium.org
2010-06-18
1
-0
/
+22
*
Attempt 2 at:
sky@chromium.org
2010-06-15
1
-5
/
+25
*
Revert 49795 - Changes the tab close button to a dot, unless you're near the ...
sky@chromium.org
2010-06-15
1
-25
/
+5
*
Changes the tab close button to a dot, unless you're near the button
sky@chromium.org
2010-06-15
1
-5
/
+25
*
Initial work to fix the IAccessible tree in circumstances where there is a wi...
ctguil@chromium.org
2010-05-27
1
-3
/
+8
*
Refactors TabStrip code for better sharing between TabStrip and
sky@chromium.org
2010-05-13
1
-1
/
+1
*
Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...
pkasting@chromium.org
2010-05-10
1
-27
/
+5
*
UI Language switch implemented by propagating LocaleChanged()
glotov@google.com
2010-04-20
1
-4
/
+6
*
Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...
pkasting@chromium.org
2010-04-03
1
-12
/
+5
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-31
1
-0
/
+6
*
views: [accessibility] Add support for Accessibility Value.
ctguil@chromium.org
2010-03-26
1
-0
/
+9
*
Reverting this CL to fix the interactive ui test failures.
ananta@chromium.org
2010-03-26
1
-6
/
+0
*
Virtual LocaleChanged() callback added to views hierarchy to notify
glotov@google.com
2010-03-25
1
-0
/
+6
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
1
-0
/
+6
*
Revert 42465 - Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
1
-6
/
+0
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
1
-0
/
+6
*
Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...
maruel@chromium.org
2010-03-22
1
-6
/
+0
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-22
1
-0
/
+6
*
Revert "Keyboard accessibility for the page and app menus."
maruel@chromium.org
2010-03-22
1
-6
/
+0
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-22
1
-0
/
+6
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
Autoslide/hide notifications after timeout.
oshima@chromium.org
2010-03-12
1
-0
/
+3
*
Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...
pkasting@chromium.org
2010-03-08
1
-35
/
+24
*
CL implementing focus-dismissal of the chrome.experimental.popup set of exten...
twiz@chromium.org
2010-02-10
1
-0
/
+4
*
Adding drag-drop support in and out of the Browser Action overflow menu.
finnur@chromium.org
2010-02-04
1
-1
/
+9
*
Addded notification when ancestor gets changed. So windows that lack focus ma...
georgey@chromium.org
2010-01-07
1
-1
/
+28
*
Give classes with virtual methods virtual protected destructors instead of im...
jamesr@chromium.org
2009-12-16
1
-1
/
+7
*
Downward drag after mouse-down is now causing bookmark bar folders to open, r...
zelidrag@google.com
2009-12-04
1
-1
/
+9
*
Adds link to bookmark bar that when clicked imports bookmarks. I also
sky@chromium.org
2009-11-30
1
-0
/
+4
*
Fixes regression in showing bookmark menus where the wrong menu would
sky@chromium.org
2009-11-11
1
-1
/
+1
*
Fix style issues in View class.
maruel@chromium.org
2009-11-07
1
-3
/
+5
*
CompactLocationBar 1st step:
oshima@chromium.org
2009-10-28
1
-1
/
+1
*
Fixes regression in menu button. I converted a call from GetWidget to
sky@chromium.org
2009-10-14
1
-0
/
+3
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
1
-1
/
+1
*
Implements a NOTIMPLEMENTED in GoButton.
sky@chromium.org
2009-09-22
1
-0
/
+3
*
Clean up a few tiny things I noticed.
pkasting@chromium.org
2009-09-14
1
-2
/
+2
*
Lands http://codereview.chromium.org/201102 for Oshima:
sky@chromium.org
2009-09-14
1
-0
/
+2
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-7
/
+1
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-1
/
+7
*
Relands drop support:
sky@chromium.org
2009-08-19
1
-8
/
+20
*
Reverts recent patch as broke build on toolkit_views.
sky@chromium.org
2009-08-18
1
-20
/
+8
*
Adds drop support for views on gtk. As X lazily provides drop data I
sky@chromium.org
2009-08-18
1
-8
/
+20
*
Converts a couple of by value return types to const ref returns
sky@chromium.org
2009-07-17
1
-4
/
+3
*
This CL fixes issue 6103 -- Individual download items on the download shelf a...
xji@chromium.org
2009-06-12
1
-0
/
+13
*
A new menu system for views.
ben@chromium.org
2009-06-08
1
-1
/
+1
*
Fix keyboard accelerator registration issue in views::View.
yutak@chromium.org
2009-06-06
1
-4
/
+9
*
Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a...
ben@chromium.org
2009-06-04
1
-6
/
+8
[next]