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
*
Move HoverButton and HoverImageButton from chrome/browser/ui/cocoa/ to ui/bas...
rsesek@chromium.org
2013-03-20
5
-0
/
+306
*
Use floored value for screen size and mouse location for consistency.
oshima@chromium.org
2013-03-20
1
-2
/
+5
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-20
4
-15
/
+0
*
Disable touch calibration on external touchscreen.
ynovikov@chromium.org
2013-03-20
1
-96
/
+2
*
Add safeguard against scaling for DPI setting if not in high-DPI mode.
kevers@chromium.org
2013-03-19
1
-1
/
+6
*
Rename {drag_source,drop_target}.{cc,h} to {drag_source,drop_target}_win.{cc,h}.
erg@chromium.org
2013-03-19
4
-59
/
+60
*
Get external display name from DisplayManager
oshima@chromium.org
2013-03-19
2
-23
/
+0
*
Removed support for Core Animation plugins when accelerated compositing is di...
kbr@chromium.org
2013-03-19
2
-7
/
+2
*
Giving focus to an app shim brings windows belonging to that app to the foreg...
jeremya@chromium.org
2013-03-19
2
-0
/
+47
*
Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP"
wjia@chromium.org
2013-03-19
4
-0
/
+15
*
Support loading non system cursors in Chrome AURA/ASH windows.
ananta@chromium.org
2013-03-19
4
-11
/
+50
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-19
4
-15
/
+0
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
2
-2
/
+2
*
Add Muffin to the list of detected window managers.
dcheng@chromium.org
2013-03-18
2
-10
/
+13
*
mac: Use CrTrackingArea instead of NSTrackingArea in BaseView.
thakis@chromium.org
2013-03-18
2
-13
/
+13
*
mac: Fix sending of mouse moved events after resizing window's lower left corner
thakis@chromium.org
2013-03-18
2
-19
/
+22
*
Chromium: Clipboard android code uses unsafe jni and is buggy
andrewhayden@chromium.org
2013-03-15
2
-54
/
+80
*
Revert 188430 "mac: Fix sending of mouse moved events after resi..."
thakis@chromium.org
2013-03-15
2
-22
/
+19
*
Correct title bar size for HiDPI Windows
girard@chromium.org
2013-03-15
2
-0
/
+9
*
mac: Fix sending of mouse moved events after resizing window's lower left corner
thakis@chromium.org
2013-03-15
2
-19
/
+22
*
Add 2-lines summary to CC/Address for Wallet items.
aruslan@chromium.org
2013-03-15
4
-29
/
+66
*
Redesign notifier settings view.
mukai@chromium.org
2013-03-15
1
-0
/
+3
*
Some minor fixes to touch selection as directed by UX:
varunjain@chromium.org
2013-03-15
1
-0
/
+3
*
Fix translate amount when rotated.
oshima@chromium.org
2013-03-14
1
-1
/
+2
*
Remove myself from ime/OWNERS files.
yusukes@chromium.org
2013-03-14
1
-1
/
+0
*
Rotate Cursor when the display is rotated
oshima@chromium.org
2013-03-14
2
-15
/
+39
*
Optimized GetTouchInputInfoWrapper
girard@chromium.org
2013-03-13
1
-1
/
+1
*
Ensure that the Alt key is handled correctly in Windows desktop AURA.
ananta@chromium.org
2013-03-13
15
-45
/
+66
*
Delete items of the launcher jump list upon pressing Shift click
skuhne@chromium.org
2013-03-13
4
-9
/
+8
*
Check to ensure that html data stored to the windows clipboard is well formed
cdn@chromium.org
2013-03-12
1
-2
/
+2
*
Remove unused string constants
thakis@chromium.org
2013-03-12
1
-9
/
+0
*
Move CrTrackingArea from chrome/browser/ui/cocoa to ui/base/cocoa.
tapted@chromium.org
2013-03-12
3
-0
/
+295
*
Wrap calls to GetTouchInputInfo
girard@chromium.org
2013-03-11
2
-0
/
+46
*
Normalize font size when in high-DPI mode.
kevers@chromium.org
2013-03-11
3
-12
/
+74
*
Updating XTBs based on .GRDs from branch 1410
dharani@google.com
2013-03-11
52
-3
/
+107
*
Implemented browser side software compositing behind the --ui-enable-software...
skaslev@chromium.org
2013-03-09
1
-0
/
+1
*
Use a string resource for Windows notification bubble's accessible name.
dewittj@chromium.org
2013-03-09
1
-0
/
+3
*
Mac: Use cross-platform BMB context menu model.
asvitkine@chromium.org
2013-03-08
1
-2
/
+1
*
Fix Views textfield Unicode alt key code handling.
msw@chromium.org
2013-03-08
2
-22
/
+38
*
Fix touch scaling for high dpi windows. (Resubmit)
girard@chromium.org
2013-03-08
3
-0
/
+71
*
Remove old-checkbox-style flag, code and assets
rbyers@chromium.org
2013-03-08
2
-4
/
+0
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
4
-5
/
+5
*
Clear the clipboard if a user copies something from onmibox of Incognito wind...
vasilii@chromium.org
2013-03-06
2
-5
/
+28
*
Only add 140 and 180 as supported scale factors if running in high-DPI mode.
kevers@chromium.org
2013-03-06
1
-2
/
+5
*
Revert 186187 - crashing on Win XP browser_tests with "Access is denied".
flackr@chromium.org
2013-03-05
3
-69
/
+1
*
Fix touch scaling for high dpi windows.
girard@chromium.org
2013-03-05
3
-1
/
+69
*
Fix indentation.
kevers@chromium.org
2013-03-05
1
-11
/
+11
*
Add Views Textfield disable switch; default settings unchanged.
msw@chromium.org
2013-03-04
2
-4
/
+7
*
Revert 185964
justinlin@chromium.org
2013-03-04
2
-28
/
+5
*
Part II: clear the clipboard if a user copies something from onmibox of Incog...
vasilii@chromium.org
2013-03-04
2
-5
/
+28
[next]