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
/
content
/
port
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 183400
yusufo@google.com
2013-02-21
1
-1
/
+3
*
Tab Capture: Backing store readbacks to YV12 VideoFrames.
nick@chromium.org
2013-02-11
1
-2
/
+25
*
Add ViewHostMsg_SelectionBounds_Params
cjhopman@chromium.org
2013-02-05
1
-4
/
+3
*
Differentiate invisible cursor mode and disabled mouse events mode.
mazda@chromium.org
2013-02-04
1
-0
/
+3
*
Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...
nick@chromium.org
2013-02-02
1
-6
/
+2
*
Fix high-DPI on Windows to make use of DIP scaling in WebKit.
kevers@chromium.org
2013-01-31
1
-4
/
+0
*
Add support for compositor-thread hit-testing for touch events in all platforms.
sadrul@chromium.org
2013-01-31
1
-0
/
+1
*
Add support for calculating the position of the top controls in the cc layer.
tedchoc@chromium.org
2013-01-16
1
-1
/
+3
*
Aura/Android: Send mailbox name with every Swap message.
sievers@chromium.org
2012-12-21
1
-2
/
+0
*
Revert 173457 It breaks the scrolling benchmark because smoothScrollBy's
tonyg@chromium.org
2012-12-18
2
-28
/
+2
*
Telemtry: hooks "chrome.gpuBenchmarking.smoothScrollBy" with java on android.
bulach@chromium.org
2012-12-17
2
-2
/
+28
*
Remove unused gpu message fields.
sievers@chromium.org
2012-12-14
1
-5
/
+2
*
Implement TextureImageTransportSurface using texture mailbox
sievers@chromium.org
2012-12-10
1
-2
/
+3
*
Revert 171569 as it broke some browser_tests on win_aura.
sky@chromium.org
2012-12-07
1
-3
/
+2
*
Implement TextureImageTransportSurface using texture mailbox
sievers@chromium.org
2012-12-06
1
-2
/
+3
*
Change the InputEventAck codepath to use a tri-state-enum instead of a boolean
yusufo@chromium.org
2012-11-30
2
-3
/
+23
*
Add page scale min/max to UpdateFrameInfo.
aelias@chromium.org
2012-11-22
1
-0
/
+2
*
content: Use Vector2d for the UpdateRect and ScrollRect APIs
danakj@chromium.org
2012-11-13
1
-1
/
+2
*
Push the screen rect of the page and browser to the renderer to avoid sync IP...
jam@chromium.org
2012-11-07
1
-1
/
+3
*
Plumb drag event info through from the renderer. This CL appends the following
varunjain@chromium.org
2012-11-07
1
-1
/
+3
*
Implement Disambiguation Popup for Android
trchen@chromium.org
2012-11-06
1
-0
/
+2
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
2
-4
/
+4
*
The current code does a lot of hooking in and out of javascript (after a time...
hartmanng@chromium.org
2012-10-20
1
-1
/
+1
*
Upstream hooks for javascript touch handlers on Android.
yfriedman@chromium.org
2012-10-18
2
-7
/
+1
*
touch-event queue: Add a touch-event queue for all platforms.
sadrul@chromium.org
2012-10-17
1
-3
/
+5
*
touch: Cleanup touch-event mode switching on windows.
sadrul@chromium.org
2012-10-12
1
-2
/
+1
*
Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmap
reed@google.com
2012-10-10
1
-1
/
+5
*
Dynamically set mouse event coordinates in gpu_benchmarking_extension.cc based
hartmanng@chromium.org
2012-10-09
1
-1
/
+2
*
Fix the build break in Android Clang (dbg) FYI builder.
satish@chromium.org
2012-09-28
1
-0
/
+6
*
Upstream ContentViewCore changes that is safe to land now
yusufo@chromium.org
2012-09-28
1
-0
/
+5
*
Fix render_widget_host_view_android.h
yusufo@chromium.org
2012-09-21
1
-0
/
+4
*
We do not pass enums by conts references. This CL fixes style errors introduced
varunjain@chromium.org
2012-09-17
1
-1
/
+1
*
Initial NPAPI plugin support in Win Aura.
jam@chromium.org
2012-09-11
1
-0
/
+2
*
Context menus should appear above the touch point if invoked by long press.
varunjain@chromium.org
2012-09-07
1
-1
/
+3
*
Add new TextInputState parameters to carry information from WebViewImpl::text...
olilan@chromium.org
2012-08-21
1
-2
/
+3
*
Add a completion callback to gpuBenchmarking.beginSmoothScroll
nduca@chromium.org
2012-08-18
1
-2
/
+5
*
Adding selection text direction to SelectionBoundsChanged.
jcivelli@chromium.org
2012-08-10
1
-2
/
+6
*
Rename WasRestored to WasShown across all uses.
scshunt@chromium.org
2012-07-27
1
-1
/
+1
*
Support copying a partial rectangle region from the compositing surface on Au...
mazda@chromium.org
2012-07-26
1
-1
/
+4
*
Move more files into the content namespace.
darin@chromium.org
2012-07-21
1
-8
/
+4
*
Remove AURA ifdefs around AcceleratedSurfaceNew/Release.
sievers@chromium.org
2012-07-20
1
-4
/
+2
*
Rename bounds accessors to be intuitive and consistent
oshima@chromium.org
2012-07-19
1
-1
/
+1
*
Aura: Less image transport IPCs and less code.
backer@chromium.org
2012-07-14
1
-2
/
+1
*
Expose a benchmark-only beginSmoothScroll API to JS.
nduca@chromium.org
2012-07-13
2
-0
/
+40
*
Clean up CopyFromBackingStore and CopyFromCompositingSurface.
mazda@chromium.org
2012-07-13
1
-2
/
+2
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
2
-2
/
+0
*
Fix a couple ImageSkia implicit conversion bugs.
pkotwicz@chromium.org
2012-07-09
1
-1
/
+2
*
All visibility change functions (WasRestored/ShowContents/DidBecomeSelected a...
scshunt@google.com
2012-06-25
1
-1
/
+1
*
Revert 143590 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...
mrossetti@chromium.org
2012-06-22
1
-2
/
+1
*
Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...
mmocny@chromium.org
2012-06-22
1
-1
/
+2
[next]