summaryrefslogtreecommitdiffstats
path: root/android_webview
Commit message (Expand)AuthorAgeFilesLines
* Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..."scherkus@chromium.org2013-11-041-1/+1
* [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITYakalin@chromium.org2013-11-041-1/+1
* Allow the cookie store's client task runner to be set.torne@chromium.org2013-11-041-0/+1
* Allow JNI registration to be performed eagerly.torne@chromium.org2013-11-041-0/+5
* [android_webview] Fix findbugs warnings.mkosiba@chromium.org2013-11-021-11/+11
* [Android WebView] Change tile size to 384boliu@chromium.org2013-11-013-11/+22
* Plumb device scale adjustment separately.skobes@chromium.org2013-11-011-1/+1
* [Net] Add a priority parameter to URLRequest's constructorakalin@chromium.org2013-10-311-5/+5
* Use swarming_client instead of swarm_client.maruel@chromium.org2013-10-311-1/+1
* [android] Fire accessibility events when scrolling sublayers.mkosiba@chromium.org2013-10-314-5/+196
* Set a fixed layout size only if the container view has a WRAP_CONTENT layout ...mkosiba@chromium.org2013-10-303-8/+96
* Cancel MIDI permission request infobar on MIDIAccess stop.kkimlabs@chromium.org2013-10-302-0/+14
* [Android WebView] Fix and disable double find testsboliu@chromium.org2013-10-291-2/+11
* ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory.tfarina@chromium.org2013-10-291-2/+2
* [Files.app] Fix the webview whitelist along with renaming.yoshiki@chromium.org2013-10-281-6/+6
* DevTools: Add URL query parameter to json/new commandkaznacheev@chromium.org2013-10-271-1/+2
* Fix Telemetry.tonyg@chromium.org2013-10-261-2/+1
* android_webview: conditionally include android_webview_tests to fix downstrea...kaanb@chromium.org2013-10-261-2/+6
* DevTools: Add URL query parameter to json/new commandkaznacheev@chromium.org2013-10-251-1/+2
* [android_webview] Make tests draw something other than white.mkosiba@chromium.org2013-10-251-14/+2
* Reject rather than abort client certificatesjoth@chromium.org2013-10-254-0/+36
* Fix for no TYPE_VIEW_SCROLLED AccessibilityEvent on scrolling web page in And...cramya@chromium.org2013-10-241-7/+0
* Prevent log spam in autofillsgurun@chromium.org2013-10-241-1/+3
* Split AwSettings contruction out of AwContentsjoth@chromium.org2013-10-232-26/+67
* WebView: avoid library name clash when building standalone.torne@chromium.org2013-10-232-1/+6
* Removed fixed layout related methods in Chromiumbokan@chromium.org2013-10-231-1/+0
* DevTools: Move EscapeForHTML call from DevToolsTarget implementations to the ...kaznacheev@chromium.org2013-10-231-2/+1
* Android code should not assume main thread == UI thread.joth@chromium.org2013-10-236-9/+35
* Dynamically enable spatial navigation based on eventsjoth@chromium.org2013-10-234-5/+45
* [Android WebView] Enable the Blink quirk for merging contents of meta viewpor...mnaganov@chromium.org2013-10-224-26/+91
* Add font_scale_factor_quirk pref.skobes@chromium.org2013-10-221-1/+1
* Android: Add chrome-specific dynamic linker.digit@chromium.org2013-10-211-0/+8
* android_webview: Remove obsolete files from whitelist.digit@chromium.org2013-10-211-4/+0
* [Android WebView] Register android-webview scheme as secure.benm@chromium.org2013-10-214-1/+12
* Remove the RenderViewHostObserver for content settings. RenderViewForIntersti...jam@chromium.org2013-10-211-7/+0
* [android_webview] Fix crash in testCreateDestroy.mkosiba@chromium.org2013-10-211-0/+1
* Android WebView: use IO thread for cookie manager.torne@chromium.org2013-10-211-2/+2
* [android_webview] Fix AndroidViewIntegrationTest on N7 JB.mkosiba@chromium.org2013-10-211-4/+8
* Introduce a separate gyp file for content shell and testsjochen@chromium.org2013-10-191-3/+3
* Call WebContentsObserver::RenderViewDeleted on the RVH and possibly pending R...jam@chromium.org2013-10-181-2/+0
* [Android WebView] Do not throttle if need picture listenerboliu@chromium.org2013-10-171-1/+3
* [Android WebView] Enable the Blink quirk for returning screen sizes in physic...mnaganov@chromium.org2013-10-172-0/+56
* Remove unnecessary org.chromium.base.test.util.DisabledTest imports from test...l.gombos@samsung.com2013-10-164-4/+0
* [Android] Disable double-tap gesture detection with fixed page scalejdduke@chromium.org2013-10-151-1/+1
* [android_webview] Update fixed layout size on page scale changes.mkosiba@chromium.org2013-10-104-19/+136
* Use total page scale in the LayerScrollOffsetDelegate.mkosiba@chromium.org2013-10-093-17/+47
* Make Android WebView filtering depend on scrolling status.aelias@chromium.org2013-10-097-1/+33
* Android: Remove unused browser compositor codesievers@chromium.org2013-10-081-3/+0
* Add --disable-compositor-touch-hit-testing flagrbyers@chromium.org2013-10-081-0/+3
* Android WebView: post QuotaManager calls to UI thread.torne@chromium.org2013-10-089-15/+86