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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
14
-125
/
+61
*
Add a TODO, remove NOTIMPLEMENTED to quiet things down.
sadrul@chromium.org
2011-03-15
1
-1
/
+1
*
Have a helper class to automatically save and restore the canvas transformati...
sadrul@chromium.org
2011-03-15
1
-18
/
+41
*
Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...
ben@chromium.org
2011-03-15
9
-82
/
+95
*
Add native capture API to Widget, and fix a bug in Window where we wouldn't l...
ben@chromium.org
2011-03-15
9
-95
/
+82
*
fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSize
avi@chromium.org
2011-03-15
3
-4
/
+4
*
Fix clang build, failure caused by r78149.
sadrul@chromium.org
2011-03-15
5
-5
/
+5
*
Start working on compositor tree painting.
sadrul@chromium.org
2011-03-15
11
-31
/
+180
*
These files missed the last checkin
ben@chromium.org
2011-03-15
2
-9
/
+9
*
Reland 78062 with some NULL checks.
ben@chromium.org
2011-03-14
10
-29
/
+89
*
Clean up some event code:
msw@chromium.org
2011-03-14
25
-299
/
+284
*
Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...
ben@chromium.org
2011-03-14
12
-93
/
+38
*
Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...
stevet@google.com
2011-03-14
2
-21
/
+127
*
Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...
ben@chromium.org
2011-03-14
12
-38
/
+93
*
Fix clang build (tested on trybots this time!).
dmazzoni@chromium.org
2011-03-14
6
-8
/
+11
*
touch: Fix touch events bubbling up the hierarchy.
sadrul@chromium.org
2011-03-14
2
-15
/
+34
*
Revert 78040 - Fix clang build. (Made things worse...)
dmazzoni@chromium.org
2011-03-14
5
-10
/
+8
*
Fix clang build.
dmazzoni@chromium.org
2011-03-14
5
-8
/
+10
*
Remove NativeViewAccessibilityWin from the views namespace because
dmazzoni@chromium.org
2011-03-14
3
-12
/
+10
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
84
-646
/
+606
*
Avoid dangling references to Views from FocusManager.
asanka@chromium.org
2011-03-12
5
-14
/
+32
*
Show details about allowed and blocked cookies in a tabbed pane. Also reworks
rogerta@chromium.org
2011-03-11
2
-25
/
+83
*
Add Activation support to WindowDelegate.
ben@chromium.org
2011-03-11
9
-5
/
+37
*
Reland: Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrows...
ben@chromium.org
2011-03-11
3
-0
/
+16
*
Revert 77773 and 77774.
ben@chromium.org
2011-03-11
3
-16
/
+0
*
Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrowserFrameD...
ben@chromium.org
2011-03-11
3
-0
/
+16
*
Remove broken (and previously unused) OnMouseLeave overrides.
msw@chromium.org
2011-03-10
2
-31
/
+0
*
Build out NativeWindow interface for Window method pass-thrus.
ben@chromium.org
2011-03-10
14
-431
/
+456
*
Fix final nits on linux_views
erg@google.com
2011-03-10
7
-39
/
+88
*
views: Moves TextfieldController/TextRange into their own headers.
tfarina@chromium.org
2011-03-10
15
-121
/
+153
*
Consolidate more into Window.
ben@chromium.org
2011-03-09
8
-212
/
+252
*
Consolidate more into Window:
ben@chromium.org
2011-03-09
16
-108
/
+120
*
Add check for window on view in MouseObserver
davemoore@chromium.org
2011-03-09
1
-1
/
+5
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
19
-129
/
+175
*
Fix obsolete dependencies that create needless recompiling.
jeanluc@chromium.org
2011-03-09
1
-1
/
+0
*
Update OnMouseActivate override signatures.
msw@chromium.org
2011-03-09
6
-26
/
+38
*
Fix clang build by renaming method ShowWindow()
ben@chromium.org
2011-03-09
6
-7
/
+8
*
Consolidate window showing into Window base class.
ben@chromium.org
2011-03-09
14
-305
/
+326
*
Fix last_mouse_move_*_ check, doh!
msw@chromium.org
2011-03-09
1
-1
/
+1
*
Fixed spelling and typos.
wyck@chromium.org
2011-03-09
1
-3
/
+3
*
Increase the base font size for touch ui
saintlou@chromium.org
2011-03-08
1
-0
/
+4
*
Carnitas: Move app_strings to ui/base/strings
sail@chromium.org
2011-03-08
1
-2
/
+2
*
Consolidate some more stuff in Window. PreferredSize obtaining.
ben@chromium.org
2011-03-08
6
-23
/
+31
*
touch: Fix a crash when clicking on a webpage.
sadrul@chromium.org
2011-03-08
1
-18
/
+7
*
touch: Fix compile for the new MouseEvent ctors (r77221).
sadrul@chromium.org
2011-03-08
3
-15
/
+15
*
Add new MouseEvent ctors; update WidgetWin & WindowWin usage.
msw@chromium.org
2011-03-08
12
-449
/
+414
*
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
4
-18
/
+13
*
Move WindowDelegate and NonClientView creation and management to Window.
ben@chromium.org
2011-03-07
16
-186
/
+184
[next]