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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only initialize DBusThreadManager exactly once.
stevenjb@chromium.org
2012-11-08
2
-15
/
+15
*
Enable ResourceBundle unittests on iOS.
blundell@chromium.org
2012-11-07
1
-1
/
+8
*
Desktop linux aura: Don't search for chrome_200_percent.pak.
erg@chromium.org
2012-11-07
1
-5
/
+6
*
ui: Remove event_functions.* component.
tfarina@chromium.org
2012-11-07
3
-24
/
+8
*
Fix uninitialized memory access in ResourceBundleImageTest.GetImageNamed
pkotwicz@chromium.org
2012-11-07
1
-0
/
+1
*
Support surrounding text feature.
nona@chromium.org
2012-11-07
3
-20
/
+117
*
aura: Add flag to indicate if a drag session is started with touch or mouse.
varunjain@chromium.org
2012-11-06
1
-0
/
+5
*
Remaining bits of getting menus to look correct depending upon
sky@chromium.org
2012-11-06
1
-0
/
+3
*
Provide a smoothly-interpolated additional acceleration of fling starts.
rjkroege@chromium.org
2012-11-06
1
-31
/
+41
*
Fixed nonrepeative accelerators.
mtomasz@chromium.org
2012-11-06
3
-44
/
+0
*
Cleanup resource_bundle_unittest
pkotwicz@chromium.org
2012-11-06
2
-156
/
+189
*
Gets the menu code to use the right MenuConfig and right NativeTheme.
sky@chromium.org
2012-11-05
2
-50
/
+50
*
Better mouse support for metro aura
cpu@chromium.org
2012-11-05
2
-0
/
+6
*
Corrections to IsMouseEventFromTouch (correctly captures _all_ events now.)
girard@chromium.org
2012-11-05
1
-3
/
+1
*
ui: Split some bits out of event_constants into event_utils.
sadrul@chromium.org
2012-11-05
14
-119
/
+146
*
Fix typo in a comment.
milanb@chromium.org
2012-11-05
1
-1
/
+1
*
ui: Remove TouchStatus in favour of EventResult.
sadrul@chromium.org
2012-11-04
2
-48
/
+0
*
Use the maximum device scale factor to determine the resolution of thumbnails.
oshima@chromium.org
2012-11-02
5
-17
/
+123
*
Fix crash in views on Windows when NativeScrollBarWrapper::GetHorizontalScrol...
gab@chromium.org
2012-11-02
1
-0
/
+120
*
Clean Up: TSF related stuff
nona@chromium.org
2012-11-02
11
-772
/
+726
*
Fixes crash in unittests. This happened as the result of making the
sky@chromium.org
2012-11-02
2
-2
/
+5
*
Flash Mac: Fix escape to exit fullscreen
sail@chromium.org
2012-11-02
2
-14
/
+18
*
aura: Create new gesture LongTap that is dispatched if the user completes a
varunjain@chromium.org
2012-11-02
4
-0
/
+19
*
Adds View::GetNativeTheme() to get the NativeTheme. The interesting
sky@chromium.org
2012-11-02
3
-2
/
+4
*
Move flash clipboard to the new proxy and add custom format support
raymes@chromium.org
2012-11-01
10
-1
/
+58
*
Makes NativeThemeWin explicitly create a bitmap device for painting. I need t...
sky@chromium.org
2012-11-01
1
-7
/
+10
*
Desktop aura: Cleanup to cursors.
erg@chromium.org
2012-11-01
3
-12
/
+0
*
Add method to load resources without scale
oshima@chromium.org
2012-11-01
5
-20
/
+39
*
Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p...
ananta@chromium.org
2012-11-01
4
-16
/
+28
*
Chrome-side change to add two Chinese fonts (licensed).
jshin@chromium.org
2012-11-01
2
-2
/
+2
*
Revert r165444 "Add method to load resources without scale"
oshima@chromium.org
2012-11-01
5
-39
/
+20
*
Add method to load resources without scale
oshima@chromium.org
2012-11-01
5
-20
/
+39
*
GTTF: remove FAILS_ prefix, part 1
phajdan.jr@chromium.org
2012-11-01
1
-2
/
+2
*
Load 200P resources on iOS.
rohitrao@chromium.org
2012-11-01
1
-13
/
+22
*
Desktop aura: Fix tab dragging
erg@chromium.org
2012-11-01
2
-0
/
+9
*
Make NativeTheme::instance() return a non-const object and move static
sky@chromium.org
2012-11-01
10
-22
/
+28
*
views: Start converting View into an EventTarget.
sadrul@chromium.org
2012-11-01
2
-32
/
+32
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
11
-38
/
+38
*
ui: Remove implicit flooring from Point3f and rename the class to Point3F
danakj@chromium.org
2012-10-31
2
-5
/
+6
*
Fix crash in ash::internal::WorkspaceEventHandler::OnMouseEvent
jamescook@chromium.org
2012-10-30
2
-2
/
+53
*
Set disabled state of checkboxes and radio buttons to 50% opacity.
kevers@chromium.org
2012-10-30
1
-7
/
+10
*
Move ash/system/web_notification message_center to ui/
stevenjb@chromium.org
2012-10-30
1
-0
/
+18
*
ui-events: Prevent a crash when the dispatcher is destroyed in the middle of ...
sadrul@chromium.org
2012-10-30
3
-4
/
+107
*
Rewrite DragDownloadFile
benjhayden@chromium.org
2012-10-30
2
-5
/
+12
*
Quick fix of a (comment) typo. "Enable -> Disable bezel touch"
girard@chromium.org
2012-10-30
1
-1
/
+1
*
Support TSF related event handling on NativeTextField
nona@chromium.org
2012-10-29
2
-26
/
+74
*
gesture recognizer: Cleanup some code and fix a test.
sadrul@chromium.org
2012-10-29
2
-8
/
+11
*
Redesign: Remove TsfEventRouter interface.
nona@chromium.org
2012-10-27
2
-237
/
+246
*
Make MultiAnimation take time param and slow down tab highlight
davemoore@chromium.org
2012-10-26
3
-8
/
+17
*
Remap pt-BR to pt on iOS
stuartmorgan@chromium.org
2012-10-26
2
-2
/
+14
[next]