summaryrefslogtreecommitdiffstats
path: root/content/common/android
Commit message (Expand)AuthorAgeFilesLines
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-232-7/+9
* Remove benm@ from OWNERSmnaganov2015-06-301-1/+0
* Move more string_util functions to base namespace.brettw2015-06-241-11/+11
* Understand "Rd" abbreviation in address parsing.torne2015-06-192-6/+13
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-092-5/+7
* Change most uses of Pickle to base::Picklebrettw2015-06-031-4/+4
* Move Pickle to base namespace.brettw2015-06-021-1/+1
* content: Rename SurfaceTextureManager::InitInstance to SetInstance.reveman2015-05-182-2/+2
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-5/+4
* Cleanup: Fix content header include guards.tfarina2015-02-272-6/+6
* Make zip code optional in WebView#findAddress.hush2015-02-202-2/+13
* Prepare for libc++ clang build on Androidjdduke2015-01-082-2/+8
* content: Move type selection logic out of GpuMemoryBufferImpl.reveman2014-11-171-1/+2
* gpu: Associate all GpuMemoryBuffers with unique IDs.reveman2014-11-051-3/+3
* Convert ARRAYSIZE_UNSAFE -> arraysize in content/.viettrungluu2014-10-161-2/+2
* content: Out-of-process GPU service support for SurfaceTexture backed GpuMemo...reveman2014-10-103-31/+47
* Apply automatic range checks to content enum types across IPC.anujk.sharma2014-09-261-0/+1
* Cache pending JS bridge sync IPC replies, and send in case of RenderFrame del...benm2014-08-292-0/+3
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-132-7/+5
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-132-5/+7
* [Android] Check for Java object types covariance in Java Bridgemnaganov@chromium.org2014-07-162-0/+4
* Removes bulach@ from OWNERS.bulach@chromium.org2014-06-271-1/+0
* [Android] Java Bridge with Gin: implement Java Bridge dispatchermnaganov@chromium.org2014-06-272-0/+55
* Android: adds non-PST owners.bulach@chromium.org2014-05-281-0/+1
* Move android Telephony APIs from content/ to net/.bolian@chromium.org2014-05-013-90/+0
* [Android] Add GinJavaBridgeValue for Gin Java Bridgemnaganov@chromium.org2014-04-283-0/+285
* Added GetNetworkOperatorID util func in net/base/net_util and a non-trivial i...bolian@chromium.org2014-04-232-0/+11
* Add initial GpuMemoryBufferSurfaceTexture implementation.reveman@chromium.org2014-03-312-0/+53
* [Android] Fix bug in address parser.benm@chromium.org2014-02-271-1/+2
* Move the android library loader from content to baseaberent@chromium.org2014-02-102-462/+0
* Move Android TraceEvent interface to baseaberent@chromium.org2014-01-103-149/+0
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-253-15/+15
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-7/+7
* [Android] Move ViewConfiguration to ui/gfxjdduke@chromium.org2013-12-063-101/+0
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-035-39/+39
* Make touch-based synthetic gesture take touch slop into account.dominikg@chromium.org2013-12-032-0/+9
* Update OWNERS filesjoth@chromium.org2013-12-021-1/+0
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-022-7/+7
* [Android] Move CommandLine.java to basejdduke@chromium.org2013-11-203-98/+0
* [Android] Enable touchscreen tap suppressionjdduke@chromium.org2013-11-103-0/+92
* android: Make org.chromium.base.SysUtils.isLowEndDevice() work without native...digit@chromium.org2013-11-081-36/+1
* Android: Add chrome-specific dynamic linker.digit@chromium.org2013-10-212-0/+497
* [Android] Rename SurfaceTextureBridge to just SurfaceTexture.yfriedman@chromium.org2013-08-291-2/+2
* Update include paths in content/common for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Remove the OWNERS that no longer work on the project.aurimas@chromium.org2013-07-011-1/+0
* move webkit/glue/fling_* to webkit/childscottmg@chromium.org2013-06-131-2/+0
* Use a direct include of strings headers in content/common/.avi@chromium.org2013-06-124-4/+4
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Remove AsyncTraceEventDataConverterjoth@chromium.org2013-05-251-29/+8
* Android: Move SurfaceTexture from content to ui/gl and add test.sievers@chromium.org2013-04-248-429/+2