summaryrefslogtreecommitdiffstats
path: root/content/browser/android
Commit message (Expand)AuthorAgeFilesLines
* Fix paste not showing up on empty text fieldsdtrainor@chromium.org2013-02-151-3/+4
* Implement Websettings.[get/set]DatabaseEnabledsgurun@chromium.org2013-02-141-0/+12
* [Android WebView] Implement WebSettings.setTextZoom for legacy layout modesmnaganov@chromium.org2013-02-141-2/+6
* Add didChangeVisibleSSLState() to WebContentsObserverAndroid.pliard@chromium.org2013-02-132-0/+9
* Enable compositor frame message.aelias@chromium.org2013-02-121-3/+2
* Pass is_anchor_first with SelectionBounds_Paramscjhopman@chromium.org2013-02-121-1/+2
* Move Android Date/Time parsing to the renderer (C++ and ICU) instead of the c...miguelg@chromium.org2013-02-072-16/+30
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-072-3/+3
* Attach ImeAdapter as soon as native side is readyboliu@chromium.org2013-02-071-0/+11
* Correct device scale for Android WebView SW rendering.leandrogracia@chromium.org2013-02-052-23/+25
* Inform WebKit when fullscreen mode is exited on Chrome on Android.jknotten@chromium.org2013-02-052-0/+6
* Add ViewHostMsg_SelectionBounds_Paramscjhopman@chromium.org2013-02-052-12/+10
* Pass ScopedJavaGlobalRef to bind() by valuejoth@chromium.org2013-02-051-7/+5
* Refactor construction of Java rectscjhopman@chromium.org2013-02-041-16/+18
* Move tracing code in content\browser to content\browser\tracing now that ther...jam@chromium.org2013-02-011-1/+1
* Delete flag --enable-css-transform-pinch.aelias@chromium.org2013-02-011-8/+3
* Fix insertion/selection handles for DpiScale() != 1.0cjhopman@chromium.org2013-01-301-13/+16
* Enable impl-side paintingklobag@chromium.org2013-01-301-0/+2
* Delete zoomed_viewport_offset_ and its users.aelias@chromium.org2013-01-291-2/+0
* Extract mime type from the response headers instead of directly from the requ...miguelg@chromium.org2013-01-291-1/+5
* Expose DidFinishLoad to WebContentsObserverAndroiddtrainor@chromium.org2013-01-262-0/+19
* Expose background color changes to ContentViewCoredtrainor@chromium.org2013-01-262-0/+9
* Use correct favicon scale factor on Android.aruslan@chromium.org2013-01-241-3/+3
* Fix touch points to scale down by DPI when creating WebTouchEventsyusufo@chromium.org2013-01-223-11/+22
* [Android] Manage CVC's retained JS object set on the native side.benm@chromium.org2013-01-213-5/+13
* Make new-style page scale work on Android.aelias@chromium.org2013-01-213-6/+18
* Revert 177765scottmg@chromium.org2013-01-182-12/+5
* [Android] Manage CVC's retained JS object set on the native side.benm@chromium.org2013-01-182-5/+12
* Split Date/Time picker values from IME processing since date/time related for...miguelg@chromium.org2013-01-173-0/+162
* Create new gesture LongTap dispatched after long press for Androidyongsheng.zhu@intel.com2013-01-172-28/+45
* Switch Android code to use ExecuteJavascriptInWebFrameCallbackResult.avi@chromium.org2013-01-152-37/+41
* Android: get the right mime type when downloading files.miguelg@chromium.org2013-01-141-1/+1
* Add a new code/message path for moving an insertion handlecjhopman@chromium.org2013-01-112-0/+8
* [Android WebView] Implement WebSettings.{get|set}UseWideViewportmnaganov@chromium.org2013-01-101-0/+12
* Fix the loading progress bar for Android.tedchoc@chromium.org2013-01-102-22/+49
* Reapply "Add a switch to enable composited scrolling for frames and enable it...wangxianzhu@chromium.org2013-01-091-0/+4
* Temporarily roll out "Add a switch to enable composited scrolling for frames..."wangxianzhu@chromium.org2013-01-091-4/+0
* Enable Tracing on content shell for Androidkangyuan.shu@intel.com2013-01-093-0/+87
* Add a switch to enable composited scrolling for frames and enable it on Android.wangxianzhu@chromium.org2013-01-091-0/+4
* Revert 175489dbeam@chromium.org2013-01-082-41/+37
* Switch Android code to use ExecuteJavascriptInWebFrameCallbackResult.avi@chromium.org2013-01-082-37/+41
* Removed references to the old sourceDevice fieldmohsen@chromium.org2013-01-081-3/+0
* Add history popup when long pressing on the back key.tedchoc@chromium.org2013-01-042-21/+64
* Switch GetScaledContentTexture to scale from Sizedtrainor@chromium.org2013-01-032-3/+6
* Cleanup: Remove unneeded browser_thread.h includes in contents.thestig@chromium.org2013-01-032-3/+1
* As part of refactoring GestureEventFilter and separatingmohsen@chromium.org2012-12-211-0/+3
* Start sending gestureTapCancel to cancel gestureTapDownyusufo@chromium.org2012-12-212-0/+12
* Revert "Uncomment frame message flag and disable content detection tests."aelias@chromium.org2012-12-211-2/+3
* Uncomment frame message flag and disable content detection tests.aelias@chromium.org2012-12-201-3/+2
* Enable accelerated compositing for overflow scrollingwangxianzhu@chromium.org2012-12-201-0/+1