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
/
content_browser.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Synthetic tap gesture.
dominikg@chromium.org
2013-12-11
1
-0
/
+2
*
EmbeddedWorker, browser side code
kinuko@chromium.org
2013-12-11
1
-0
/
+4
*
Pepper: Convert PepperFileIOHost to use fileapi::QuotaReservation.
bbudge@chromium.org
2013-12-10
1
-2
/
+2
*
Move TouchEvent timeout code to the TouchEventQueue
jdduke@chromium.org
2013-12-10
1
-0
/
+2
*
Initial browser-side implementation for touch-action
rbyers@chromium.org
2013-12-10
1
-0
/
+2
*
Add support for java versions of WebContents and NavigationController.
tedchoc@chromium.org
2013-12-09
1
-0
/
+4
*
Implement memory-persistent registration
alecflett@chromium.org
2013-12-08
1
-0
/
+5
*
Add gyp file to build third_party/mozilla.
tfarina@chromium.org
2013-12-06
1
-11
/
+1
*
Send IPCs from RenderFrameHost to WebContents to match what we do with Render...
jam@chromium.org
2013-12-06
1
-0
/
+1
*
Make Navigator an interface.
nasko@chromium.org
2013-12-06
1
-1
/
+4
*
Revert 239112 "Send IPCs from RenderFrameHost to WebContents to ..."
tzik@chromium.org
2013-12-06
1
-1
/
+0
*
Send IPCs from RenderFrameHost to WebContents to match what we do with Render...
jam@chromium.org
2013-12-06
1
-0
/
+1
*
Renamed DesktopCaptureDeviceAsh to DesktopCaptureDeviceAura
sergeyu@chromium.org
2013-12-05
1
-2
/
+2
*
Moving SelectPopupArrayAdapter class out of SelectPopupDialog class.
butnariu@chromium.org
2013-12-05
1
-0
/
+1
*
Add RenderFrameHostDelegate and plumb it through all the necessary classes.
jam@chromium.org
2013-12-04
1
-0
/
+1
*
aura: Cache and reuse textures when capturing to a video stream.
danakj@chromium.org
2013-12-04
1
-0
/
+2
*
Reapply "Remove TraceController"
wangxianzhu@chromium.org
2013-12-03
1
-6
/
+0
*
Revert of https://codereview.chromium.org/99103004/
wangxianzhu@chromium.org
2013-12-03
1
-0
/
+6
*
Revert "Revert 237280 "Remove TraceController""
wangxianzhu@chromium.org
2013-12-02
1
-6
/
+0
*
Rename ImmediateInputRouter to InputRouterImpl
jdduke@chromium.org
2013-12-02
1
-2
/
+2
*
This cl implement a salt that is being used for obfuscating device ids before...
perkj@chromium.org
2013-12-02
1
-1
/
+1
*
input: Move synthetic web-builder util functions into common/.
sadrul@chromium.org
2013-12-02
1
-2
/
+0
*
Reland 237634 and 237645.
hshi@chromium.org
2013-11-28
1
-0
/
+4
*
Rename RenderViewHostManager to RenderFrameHostManager.
creis@chromium.org
2013-11-28
1
-2
/
+2
*
Revert 237634 "Implement DesktopCaptureDeviceAsh based on CopyOu..."
ernstm@chromium.org
2013-11-28
1
-4
/
+0
*
Implement DesktopCaptureDeviceAsh based on CopyOutputRequest.
hshi@chromium.org
2013-11-27
1
-0
/
+4
*
Fix component=shared_library build for Ozone when using Pango.
kalyan.kondapally@intel.com
2013-11-27
1
-1
/
+1
*
Revert 237280 "Remove TraceController"
tonyg@chromium.org
2013-11-27
1
-0
/
+6
*
Remove TraceController
wangxianzhu@chromium.org
2013-11-26
1
-6
/
+0
*
Make VibrationMessageFilter available to other platforms.
sl.ostapenko@samsung.com
2013-11-25
1
-2
/
+5
*
More scaffolding, add class ServiceWorkerProviderHost.
michaeln@chromium.org
2013-11-22
1
-0
/
+2
*
Add an SignedCertificateTimetampStore, making SignedCertificateTimestamp be r...
alcutter@google.com
2013-11-22
1
-11
/
+15
*
Replace old with new synthetic gesture framework.
dominikg@chromium.org
2013-11-21
1
-19
/
+8
*
Instantiate RenderFrameHosts via a RenderFrameHostFactory indirection.
nick@chromium.org
2013-11-21
1
-0
/
+2
*
Revert 236254 "Replace old with new synthetic gesture framework."
rch@chromium.org
2013-11-20
1
-8
/
+19
*
Replace old with new synthetic gesture framework.
dominikg@chromium.org
2013-11-20
1
-19
/
+8
*
Make it possible to disable udev in the content API on linux
mostynb@opera.com
2013-11-20
1
-4
/
+16
*
Allow prefetches to outlive their owning RenderViewHost.
davidben@chromium.org
2013-11-20
1
-0
/
+2
*
Dissociate ui_resources target from ui.gyp.
tfarina@chromium.org
2013-11-20
1
-2
/
+2
*
Pull implementation of CertStore out so that it can be re-used for an SCTStor...
alcutter@google.com
2013-11-19
1
-0
/
+1
*
Introduce RenderProcessHostObserver, use it in its first client.
avi@chromium.org
2013-11-19
1
-0
/
+1
*
Stub out ServiceWorkerRegistration and Version classes
alecflett@chromium.org
2013-11-18
1
-4
/
+8
*
Add touch pinch gesture for new synthetic gesture framework.
dominikg@chromium.org
2013-11-17
1
-0
/
+2
*
Make dbus-based wifi data provider optional on linux
spang@chromium.org
2013-11-13
1
-5
/
+21
*
Pepper: Move FileIO host from renderer to browser.
teravest@chromium.org
2013-11-13
1
-0
/
+4
*
Use pango related font API when use_pango = 1
kalyan.kondapally@intel.com
2013-11-13
1
-0
/
+3
*
ServiceWorker scaffolding.
michaeln@chromium.org
2013-11-13
1
-1
/
+4
*
SyntheticGestureTarget implementation for injecting synthetic input events.
kouhei@chromium.org
2013-11-12
1
-0
/
+6
*
[Android] Enable touchscreen tap suppression
jdduke@chromium.org
2013-11-10
1
-2
/
+5
*
Add Navigator and NavigatorDelegate objects.
nasko@chromium.org
2013-11-09
1
-0
/
+3
[next]