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
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
26
-169
/
+155
*
Changes windows menu to strip out tabs in the string. Windows
sky@chromium.org
2011-03-28
1
-0
/
+4
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
4
-13
/
+12
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
7
-13
/
+13
*
Fix caret bounds to use min of available height and font height.
oshima@google.com
2011-03-25
1
-1
/
+4
*
Modify #include order slightly to clearly put ATL headers first.
pkasting@chromium.org
2011-03-25
1
-4
/
+3
*
Refactor Textfield and AutocompleteEditViewViews.
suzhe@google.com
2011-03-23
5
-125
/
+67
*
views: Move MessageBoxView into the namespace views.
tfarina@chromium.org
2011-03-22
2
-40
/
+45
*
WinDDK ATL and MSVC express 2008/2005 compatability
mark@chromium.org
2011-03-21
1
-2
/
+10
*
Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.
ben@chromium.org
2011-03-21
3
-17
/
+11
*
Forward mouse wheel events to submenus
oshima@google.com
2011-03-19
3
-1
/
+23
*
views: Cleanup TabbedPane class.
tfarina@chromium.org
2011-03-18
6
-98
/
+119
*
Fixes bug where if you click on the bookmark bubble, then change the
sky@chromium.org
2011-03-17
2
-0
/
+10
*
Add an exception wrapper to the WindowProc functions so
rvargas@google.com
2011-03-17
1
-2
/
+3
*
Moving over to other folder button while opening folder menu should open the ...
oshima@google.com
2011-03-16
2
-18
/
+36
*
Reorder some views::View overrides & other functions.
msw@chromium.org
2011-03-16
14
-485
/
+451
*
Re-lands:
ben@chromium.org
2011-03-16
3
-20
/
+19
*
Fix bad memory access in MenuHostGtk::HandleGrabBroke when the menu is
dmazzoni@chromium.org
2011-03-15
1
-4
/
+6
*
Replace views::TextRange with ui::Range.
suzhe@google.com
2011-03-15
13
-124
/
+61
*
Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...
ben@chromium.org
2011-03-15
3
-19
/
+20
*
Add native capture API to Widget, and fix a bug in Window where we wouldn't l...
ben@chromium.org
2011-03-15
3
-20
/
+19
*
fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSize
avi@chromium.org
2011-03-15
3
-4
/
+4
*
Clean up some event code:
msw@chromium.org
2011-03-14
17
-142
/
+142
*
Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...
stevet@google.com
2011-03-14
1
-11
/
+10
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
53
-275
/
+339
*
Avoid dangling references to Views from FocusManager.
asanka@chromium.org
2011-03-12
1
-2
/
+2
*
Show details about allowed and blocked cookies in a tabbed pane. Also reworks
rogerta@chromium.org
2011-03-11
2
-25
/
+83
*
Build out NativeWindow interface for Window method pass-thrus.
ben@chromium.org
2011-03-10
2
-3
/
+3
*
views: Moves TextfieldController/TextRange into their own headers.
tfarina@chromium.org
2011-03-10
12
-116
/
+145
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
12
-87
/
+92
*
Update OnMouseActivate override signatures.
msw@chromium.org
2011-03-09
4
-11
/
+13
*
Increase the base font size for touch ui
saintlou@chromium.org
2011-03-08
1
-0
/
+4
*
Remove wstrings from ui/base/text_elider.h functions.
tony@chromium.org
2011-03-08
1
-1
/
+1
*
Makes MouseWheelEvent::offset consistent on windows and linux.
sky@chromium.org
2011-03-07
1
-5
/
+1
*
[ChromeOS] Fix the unclickable "OpenAll" confirmation dialog problem.
xiyuan@chromium.org
2011-03-07
2
-4
/
+5
*
Send accessibility events from GTK implementations of views.
dmazzoni@chromium.org
2011-03-05
12
-9
/
+207
*
Rename Paint() to PaintForDrag() in two cases.
thakis@chromium.org
2011-03-05
9
-21
/
+23
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
19
-106
/
+213
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Revert 76952 - Retry profile menu model change and clang fixes.
aa@chromium.org
2011-03-04
2
-4
/
+1
*
Retry profile menu model change and clang fixes.
mirandac@chromium.org
2011-03-04
2
-1
/
+4
*
Rename MenuHost::Init to InitMenuHost.
thakis@chromium.org
2011-03-04
6
-21
/
+21
*
Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().
thakis@chromium.org
2011-03-04
4
-12
/
+12
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
50
-325
/
+274
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
50
-274
/
+325
*
Revert 76808 - Fix Clang errors in profile_menu_model and menu_2.
mirandac@chromium.org
2011-03-03
2
-4
/
+1
*
Fix Clang errors in profile_menu_model and menu_2.
mirandac@chromium.org
2011-03-03
2
-1
/
+4
*
Clean up more of Widget.
ben@chromium.org
2011-03-03
1
-1
/
+1
*
Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...
ben@chromium.org
2011-03-03
1
-2
/
+1
*
Add the ability to have shadowed text to the TextButton, in preparation for t...
mirandac@chromium.org
2011-03-03
2
-1
/
+41
[next]