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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup: Remove applist v1 code.
xiyuan@chromium.org
2012-06-06
12
-476
/
+267
*
Rename DrawBitmapInt to DrawImageInt
pkotwicz@chromium.org
2012-06-06
29
-153
/
+153
*
aura: Drop unnecessary composites
backer@chromium.org
2012-06-06
4
-11
/
+27
*
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
*
aura: Remove --aura-disable-hold-mouse-moves flag.
backer@chromium.org
2012-06-06
4
-16
/
+5
*
Makes menus cancel if the display size changes.
sky@chromium.org
2012-06-06
4
-0
/
+103
*
Add experimental radial menu assets for skuhne@chromium.org
jamescook@chromium.org
2012-06-06
4
-0
/
+0
*
Makes Layer notify the delegate as the bounds change. This is needed
sky@chromium.org
2012-06-06
10
-27
/
+139
*
gesture recognizer: Some code cleanup.
sadrul@chromium.org
2012-06-06
6
-41
/
+51
*
Add EnvEventFilter to filter events before root window process event
oshima@chromium.org
2012-06-06
14
-133
/
+254
*
Indicate focused state on text buttons with blue outline.
flackr@chromium.org
2012-06-06
4
-9
/
+24
*
Reland: ash: Improved window maximize/restore animations
jamescook@chromium.org
2012-06-06
10
-3
/
+67
*
Add icons for status area web notifications
stevenjb@google.com
2012-06-06
6
-0
/
+5
*
Make sure enters and exits get sent even when capture changes
davemoore@chromium.org
2012-06-06
2
-2
/
+100
*
ash/app_list: Make applist bubble edge touch launcher bar edge.
xiyuan@chromium.org
2012-06-06
1
-4
/
+6
*
views: Process gesture events correctly in Link, Slider and ScrollBars.
sadrul@chromium.org
2012-06-05
7
-28
/
+125
*
Add two finger tap gesture to gesture recognizer.
varunjain@chromium.org
2012-06-05
10
-32
/
+529
*
ash: Fix fling on window frame to tile/maximize/minimize.
sadrul@chromium.org
2012-06-05
2
-0
/
+30
*
views: Let super-classes implementation take care of unprocessed gesture events.
sadrul@chromium.org
2012-06-05
1
-1
/
+1
*
Revert 140553 - Add two finger tap gesture to gesture recognizer.
cbentzel@chromium.org
2012-06-05
9
-528
/
+22
*
Add two finger tap gesture to gesture recognizer.
varunjain@chromium.org
2012-06-05
9
-22
/
+528
*
Add support for touch gestures on views::CustomButtom.
flackr@chromium.org
2012-06-05
2
-0
/
+21
*
Fix long press delay in gesture configuration.
varunjain@chromium.org
2012-06-05
2
-2
/
+2
*
Simplify how Content*Client interfaces are created. Instead of depending on t...
jam@chromium.org
2012-06-05
2
-41
/
+6
*
TabContentsWrapper -> TabContents, part 1.
avi@chromium.org
2012-06-05
1
-1
/
+2
*
Make SkIRect in ImageSkia::extractSubset const because it is const in SkBitma...
pkotwicz@chromium.org
2012-06-05
2
-2
/
+2
*
Gesture related changes for views:
sky@chromium.org
2012-06-05
11
-37
/
+245
*
Fixing gcc 4.7 building problems.
shenhan@google.com
2012-06-05
1
-4
/
+4
*
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
*
Use ScopedVector in RenderTextWin.
asvitkine@chromium.org
2012-06-04
2
-5
/
+3
*
Fix issue with multi-line alignment in canvas_skia.cc.
asvitkine@chromium.org
2012-06-04
1
-0
/
+1
*
applist: Update v2 UI to the new spec.
xiyuan@chromium.org
2012-06-04
9
-117
/
+132
*
Remove ui/views/focus/OWNERS, since I doubt jay wants to be receiving these r...
ben@chromium.org
2012-06-04
1
-1
/
+0
*
Remove unused touch_100_percent/window_size_* assets
jamescook@chromium.org
2012-06-04
12
-0
/
+0
*
ui: Rename the IDR constants to put hot/pressed state before position.
tfarina@chromium.org
2012-06-04
2
-54
/
+54
*
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
8
-32
/
+98
*
ash: Fix window close button for touch
jamescook@chromium.org
2012-06-04
3
-0
/
+0
*
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
7
-6
/
+109
*
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
*
ui: Use utility functions from base/win throughout.
tfarina@chromium.org
2012-06-03
3
-13
/
+11
[next]