summaryrefslogtreecommitdiffstats
path: root/android_webview/renderer
Commit message (Expand)AuthorAgeFilesLines
* Remove the last long from Android IPCs.jam2016-02-092-3/+3
* Delete WebKit/public/web/WebSecurityOrigin.h.mek2016-02-041-1/+1
* Remove obsolete histogram values from SSL.InsecureContentestark2016-01-152-2/+0
* Make sure only frames in the current frame tree send IPC to AwRenderViewHostExthush2016-01-144-301/+294
* Revert 3 CLs for shouldOverrideUrlLoading implementation.gsennton2016-01-122-0/+66
* Switch to standard integer types in android_webview/.avi2015-12-206-1/+9
* Enforce marking "override" for functions overriding Blink.Avi Drissman2015-12-071-4/+4
* Revert of Enforce marking "override" for functions overriding Blink. (patchse...avi2015-12-071-4/+4
* Enforce marking "override" for functions overriding Blink.avi2015-12-071-4/+4
* Reland "Use resource throttle to implement shouldOverrideUrlLoading, core cha...gsennton2015-11-102-66/+0
* Propagate pageScaleFactor to GuestViews.mcnee2015-11-092-16/+8
* Implement extended shouldOverrideUrlLoading callback in Android WebViewmnaganov2015-11-021-2/+4
* Make NetErrorHelper more OOPIF-friendly.mmenke2015-10-272-4/+2
* Delete policyDocumentLoaderjaphet2015-10-192-4/+3
* Revert "Use resource throttle to implement shouldOverrideUrlLoading, core cha...gsennton2015-10-052-0/+65
* reland: android_webview: Initalize blink before using WebStringbashi2015-10-021-8/+10
* Revert of android_webview: Initialize blink before using WebString (patchset ...phoglund2015-09-301-4/+2
* android_webview: Initialize blink before using WebStringbashi2015-09-291-2/+4
* Enable page visibility on WebView by defaulthush2015-09-292-8/+9
* Update page scale factor when layout updateshush2015-09-282-14/+17
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Replace RenderViewImpl::IsEditableNode with WebElement::isEditable.esprehn2015-09-171-3/+2
* Plumb smooth scrolling in Chromium compositorhush2015-09-082-0/+12
* aw: Page visiblity behind switchboliu2015-08-142-2/+9
* [Android WebView] Prepare loading error messages for TCmnaganov2015-08-074-57/+4
* [Android WebView] Put error page files into WebView resourcesmnaganov2015-08-055-9/+83
* The scheme granting code seems to become redundant, even formnaganov2015-08-051-2/+2
* Make UTF16ToASCII and UTF16TOUTF8 take a StringPiecebrettw2015-07-242-4/+4
* Use resource throttle to implement shouldOverrideUrlLoading, core changegsennton2015-07-162-66/+0
* Check user gesture before firing an intent in WebViewmnaganov2015-07-091-1/+2
* Don't put every <img> in the page in a WebVector in AwRenderViewExt::OnDocume...esprehn2015-07-081-6/+5
* Add more string_util functions to base namespace.brettw2015-06-241-2/+2
* Remove a few more uses of WebElement::innerText in Chromium.dglazkov2015-05-151-3/+3
* Remove the OOP PDF flagraymes2015-05-072-5/+0
* Support Android secure codecs in requestMediaKeySystemAccess().sandersd2015-05-061-5/+1
* android_webview: Use v8::Local instead of v8::Handle.tfarina2015-04-301-3/+3
* Replace kMediaDrmEnableNonCompositing swicth with use_video_overlay_for_embed...ddorwin2015-04-021-1/+5
* Refactor NavigationState to use NavigationParamsclamy2015-03-181-2/+2
* Fix crash when JS postMessage undefined to WebView.hush2015-03-101-3/+7
* Rename blink::WebPermissionClient to blink::WebContentSettings.mlamouri2015-02-274-45/+46
* Add is_same_page_navigation to RFO::DidCommitProvisionalLoad.mlamouri2015-02-272-2/+4
* Implement the close() API for Message portssgurun2015-02-262-0/+7
* Move V8ValueConverter from content/renderer to content/child.mek2015-02-132-1/+2
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-047-44/+41
* Refactor webview to use //components/printingdgn2015-02-039-2706/+82
* Post a message from Java to JS using message channels.sgurun2015-01-292-9/+41
* Replicate sandbox flags for OOPIF (Chromium part 2).alexmos2015-01-271-10/+0
* Enable posting a message from JS to Android webview.sgurun2015-01-234-0/+109
* Fix prototype for WebFrameClient::createChildFrame() in android_webview.alexmos2015-01-231-0/+14
* Move WeakPtrFactory members to the end in some android codedmichael2015-01-151-5/+5