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
/
ui
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui-gestures: Added some type-specific accessors to gesture-events.
sadrul@chromium.org
2012-06-13
6
-20
/
+24
*
Make destructors of classes that implement aura::WindowDelegate private or pr...
yusukes@chromium.org
2012-06-13
2
-8
/
+12
*
Fixes content scaling when resizing
pkotwicz@chromium.org
2012-06-13
3
-4
/
+23
*
[win] Allow the platform apps to specify a maximum size for their windows
jeremya@chromium.org
2012-06-13
1
-1
/
+5
*
Add touch gestures to views menu controls.
flackr@chromium.org
2012-06-13
5
-2
/
+21
*
Revert 141723 - First pass at making Chrome support metro snap mode. It creat...
sail@chromium.org
2012-06-12
2
-82
/
+12
*
First pass at making Chrome support metro snap mode. It creates a fullscreen-...
robertshield@chromium.org
2012-06-12
2
-12
/
+82
*
Make IsTriggerableEvent take Event objects and use it to verify whether tap e...
flackr@chromium.org
2012-06-12
8
-25
/
+36
*
Rename gfx::Monitor to gfx::Display
tfarina@chromium.org
2012-06-12
1
-1
/
+0
*
Add views_unittests allocator.gyp dependency for non-component builds.
msw@chromium.org
2012-06-09
1
-0
/
+5
*
Add Windows commandline switch --enable-views-textfield.
msw@chromium.org
2012-06-08
7
-48
/
+48
*
Config UI for Extension Commands (part 1).
finnur@chromium.org
2012-06-08
2
-0
/
+15
*
Factor out capture code from RootWindow to CaptureClient
oshima@chromium.org
2012-06-08
2
-0
/
+9
*
Aura desktop: Fix showing menus on desktop linux_aura.
erg@chromium.org
2012-06-08
1
-9
/
+1
*
fix views examples compile error on clobber builder
jam@chromium.org
2012-06-07
1
-4
/
+0
*
A little more cleanup of content examples.
jam@chromium.org
2012-06-07
2
-10
/
+0
*
Fix TAP_DOWN gesture event:
varunjain@chromium.org
2012-06-07
3
-5
/
+7
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-07
19
-92
/
+92
*
It broke win aura bot
loislo@chromium.org
2012-06-07
3
-7
/
+5
*
Fix TAP_DOWN gesture event:
varunjain@chromium.org
2012-06-07
3
-5
/
+7
*
Revert 140877 - Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
19
-92
/
+92
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
19
-92
/
+92
*
Reland 140814 - Rename ShellRenderView{,Host}Observer to LayoutTestController...
jochen@chromium.org
2012-06-06
1
-1
/
+0
*
Show hover fade out after tap to indicate tapped button.
flackr@chromium.org
2012-06-06
1
-1
/
+5
*
Makes menus cancel if the display size changes.
sky@chromium.org
2012-06-06
4
-0
/
+103
*
Makes Layer notify the delegate as the bounds change. This is needed
sky@chromium.org
2012-06-06
2
-0
/
+5
*
gesture recognizer: Some code cleanup.
sadrul@chromium.org
2012-06-06
2
-6
/
+0
*
Add EnvEventFilter to filter events before root window process event
oshima@chromium.org
2012-06-06
2
-5
/
+10
*
Indicate focused state on text buttons with blue outline.
flackr@chromium.org
2012-06-06
2
-4
/
+14
*
views: Process gesture events correctly in Link, Slider and ScrollBars.
sadrul@chromium.org
2012-06-05
6
-26
/
+92
*
Add two finger tap gesture to gesture recognizer.
varunjain@chromium.org
2012-06-05
1
-10
/
+1
*
views: Let super-classes implementation take care of unprocessed gesture events.
sadrul@chromium.org
2012-06-05
1
-1
/
+1
*
Add support for touch gestures on views::CustomButtom.
flackr@chromium.org
2012-06-05
2
-0
/
+21
*
Simplify how Content*Client interfaces are created. Instead of depending on t...
jam@chromium.org
2012-06-05
2
-41
/
+6
*
Gesture related changes for views:
sky@chromium.org
2012-06-05
11
-37
/
+245
*
Relanding this with fixes to the linux chromeos builder.
ananta@chromium.org
2012-06-05
1
-1
/
+5
*
Revert 140426 - Ensure that the new window context menu option does not show ...
acolwell@chromium.org
2012-06-04
1
-5
/
+1
*
Ensure that the new window context menu option does not show up in windows 8 ...
ananta@chromium.org
2012-06-04
1
-1
/
+5
*
Remove ui/views/focus/OWNERS, since I doubt jay wants to be receiving these r...
ben@chromium.org
2012-06-04
1
-1
/
+0
*
ui: Rename the IDR constants to put hot/pressed state before position.
tfarina@chromium.org
2012-06-04
1
-18
/
+18
*
Aura desktop: Fix startup by setting the input method on the root window.
erg@chromium.org
2012-06-04
1
-0
/
+1
*
Add ActivationChangeObserver, replacing kRootWindowActiveWindowKey
oshima@chromium.org
2012-06-04
1
-14
/
+13
*
Tighten up DEPS checking to enforce that embedders of content only include pu...
jam@chromium.org
2012-06-04
1
-1
/
+0
*
Hide TestRenderViewHostFactory from embedders since it depends on internal co...
jam@chromium.org
2012-06-04
2
-10
/
+1
*
Move the rest of the content\test headers that are used by embedders to conte...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Move test headers from content\test to content\public\test. This way we can e...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Introduce GetCompositionCharacterBounds.
nona@chromium.org
2012-06-04
5
-6
/
+99
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
fix checkdeps
jam@chromium.org
2012-06-03
1
-0
/
+1
*
fix win build error (not compiled on try)
jam@chromium.org
2012-06-03
1
-1
/
+1
[next]