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
*
Revert 79211 - Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-23
7
-26
/
+18
*
Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-23
7
-18
/
+26
*
Refactor Textfield and AutocompleteEditViewViews.
suzhe@google.com
2011-03-23
5
-125
/
+67
*
Amending issue 6716024
saintlou@chromium.org
2011-03-23
2
-6
/
+5
*
touch: Detect touch device, and listen for events on floating devices.
sadrul@chromium.org
2011-03-23
1
-0
/
+17
*
Refactor: Move gfx/compositor* to gfx/compositor/
backer@chromium.org
2011-03-23
3
-3
/
+4
*
Fix for issue =76919 and added --keep-mouse-cursor (76976)
saintlou@chromium.org
2011-03-23
3
-1
/
+22
*
Lands http://codereview.chromium.org/2928005/ for Dill:
sky@chromium.org
2011-03-22
1
-1
/
+2
*
views: Move MessageBoxView into the namespace views.
tfarina@chromium.org
2011-03-22
4
-43
/
+52
*
Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event.
suzhe@google.com
2011-03-21
7
-1
/
+342
*
WinDDK ATL and MSVC express 2008/2005 compatability
mark@chromium.org
2011-03-21
1
-2
/
+10
*
Fixes an "inverse sense" glitch in SetCreateParams(). We should only set WS_E...
ben@chromium.org
2011-03-21
1
-1
/
+1
*
Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.
ben@chromium.org
2011-03-21
15
-102
/
+155
*
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
12
-132
/
+164
*
WidgetGtk: connect to "map" signal instead of "show".
sadrul@chromium.org
2011-03-18
2
-2
/
+8
*
Makes dragging multiple discontingious tabs animate the tabs into
sky@chromium.org
2011-03-18
2
-0
/
+14
*
Fixes bug where if you click on the bookmark bubble, then change the
sky@chromium.org
2011-03-17
2
-0
/
+10
*
[cros] Fix accelerator keys when using non-US/Latin keyboard layouts.
suzhe@google.com
2011-03-17
1
-2
/
+2
*
Fix bug with drop arrow updating on the tabstrip. See comment in widget_win.cc
ben@chromium.org
2011-03-17
2
-3
/
+16
*
Force an expose event from the "show" callback.
sadrul@chromium.org
2011-03-17
1
-0
/
+6
*
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
4
-24
/
+48
*
Fix window activation when closing a modal dialog box. It turns out GetForegr...
ben@chromium.org
2011-03-16
2
-12
/
+21
*
Reorder some views::View overrides & other functions.
msw@chromium.org
2011-03-16
16
-517
/
+487
*
Re-lands:
ben@chromium.org
2011-03-16
9
-85
/
+82
*
Fix closing the window by clicking the X.
ben@chromium.org
2011-03-16
1
-11
/
+1
*
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
[next]