summaryrefslogtreecommitdiffstats
path: root/content/browser/android
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded base/file_util.h includes in content.thestig@chromium.org2013-05-142-4/+4
* Fix crash in DownloadController due to invalid web_contents pointer.yfriedman@chromium.org2013-05-131-10/+10
* Send a GestureTapUnconfirmed event when a singleTapUp is detected.kouhei@chromium.org2013-05-102-0/+18
* [Downloads] Switch callers of GetFullPath() to GetTargetFilePath()asanka@chromium.org2013-05-091-1/+1
* Relands: Telemetry: hooks "chrome.gpuBenchmarking.smoothScrollBy" with java o...bulach@chromium.org2013-05-092-0/+17
* Add MediaPlayerAndroid as a super class for all media player implementations ...qinmin@chromium.org2013-05-085-52/+54
* Notify geometry when requesting for external surfacewonsik@chromium.org2013-05-074-41/+23
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Provide clipping hooks for Android tab contents.jdduke@chromium.org2013-05-032-0/+10
* Rename MediaPlayerBridgeManager to MediaPlayerManagerqinmin@chromium.org2013-05-017-73/+83
* [Android] Remove ContentViewCore.OnWebPreferencesUpdatedmnaganov@chromium.org2013-04-302-5/+0
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-303-3/+3
* Enable MSE for TVqinmin@chromium.org2013-04-272-3/+53
* Add a new pair of IPC categories for messages that need handling as input eventsjamesr@chromium.org2013-04-271-2/+3
* Resume WebKit shared timers only in previously suspended processes.pliard@chromium.org2013-04-261-9/+49
* [Android] Replace syncing in ContentSettings with an explicit requestmnaganov@chromium.org2013-04-263-52/+6
* Don't free the DateTimeChooserAndroid::DateTimeIPCSender observer twice.peter@chromium.org2013-04-252-3/+10
* [Android WebView] Move the most of WebSettings into AwSettingsmnaganov@chromium.org2013-04-254-416/+9
* Add handler to handle dangerous download itemsqinmin@chromium.org2013-04-242-0/+35
* Android: Move SurfaceTexture from content to ui/gl and add test.sievers@chromium.org2013-04-243-7/+7
* Android: Use input events to trigger vsyncskyostil@chromium.org2013-04-242-43/+52
* Revert 195553 "Allow showing pending URL for new tab navigations..."creis@chromium.org2013-04-241-6/+1
* [Android] Refactor NativeView to be able to use it for AutofillDialog.aurimas@chromium.org2013-04-232-12/+20
* [Android] Add PageInfo interface.newt@chromium.org2013-04-232-6/+17
* Allow showing pending URL for new tab navigations, but only if safe. creis@chromium.org2013-04-221-1/+6
* Implement vsync notification on Androidskyostil@chromium.org2013-04-222-4/+26
* Location/size change notification when external rendering is enabledwonsik@chromium.org2013-04-194-6/+53
* [Android] Rename NativeWindow to WindowAndroid.aurimas@chromium.org2013-04-191-1/+3
* Revert 194843 "Revert 194810 "Fix the incorrect native ImeAdapte..."kjellander@chromium.org2013-04-181-0/+10
* Revert 194810 "Fix the incorrect native ImeAdapter attach and de..."kjellander@chromium.org2013-04-181-10/+0
* Fix the incorrect native ImeAdapter attach and detach.shouqun.liu@intel.com2013-04-181-0/+10
* Consolidate UpdateFrameInfo and SwapCompositorFrame.sievers@chromium.org2013-04-172-19/+0
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-172-4/+4
* [Android WebView] Never turn off viewport and fixed layoutmnaganov@chromium.org2013-04-171-4/+3
* Adding a call to support download initiated context menuqinmin@chromium.org2013-04-162-4/+30
* [Android WebView] Enable legacy support for target-densityDpimnaganov@chromium.org2013-04-111-0/+6
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content.dcheng@chromium.org2013-04-111-1/+1
* Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...mef@chromium.org2013-04-101-1/+1
* [android] Removing shortcuts in getting ContentViewCore.aurimas@chromium.org2013-04-091-4/+1
* Android: Use a ResourceThrottle to intercept GET downloads.nileshagrawal@chromium.org2013-04-062-13/+9
* Extract metadata for media elementsqinmin@chromium.org2013-04-025-12/+63
* Revert 191277 "Allow showing pending URL for new tab navigations..."rsleevi@chromium.org2013-03-291-6/+1
* Allow showing pending URL for new tab navigations, but only if safe.creis@chromium.org2013-03-291-1/+6
* Enable hiding/showing top controls persistentlydtrainor@chromium.org2013-03-282-4/+14
* We're no longer translating the actual ContentView when moving the top contro...dtrainor@chromium.org2013-03-282-2/+20
* Pass the overdraw value to the browser w/ framedtrainor@chromium.org2013-03-262-3/+6
* [Android] Fix jni_string warnings.benm@chromium.org2013-03-252-5/+9
* Add isNavigationToDifferentPage to didNavigateMainFrame for Android.tedchoc@chromium.org2013-03-241-2/+4
* Expose a concept of bottom overdraw amount for cc drawing viewport.tedchoc@chromium.org2013-03-242-0/+10
* Access defaultVideoPosterURL setting for ContentSettingsmichaelbai@chromium.org2013-03-211-0/+13