summaryrefslogtreecommitdiffstats
path: root/android_webview/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* WebView: Make hit test results consistent for a failed imageskyostil2015-01-081-7/+14
* Fix references to ui/gfx headers in a*/.Avi Drissman2014-12-222-2/+2
* Refactor Autofill for out of process iframes (OOPIF).estade2014-12-021-5/+6
* Pass TouchMajor to HitTestResulthush2014-11-132-4/+9
* PdfMetafileSkia gives out a SkCanvas, not a SkBaseDevice.halcanary2014-11-102-21/+8
* Move KeySystemInfo to media/.xhwang2014-10-245-5/+9
* [android_webview] Hardcode the default text encoding to UTF-8.mkosiba2014-10-132-5/+0
* replace OVERRIDE and FINAL with override and final in android_webview/mostynb2014-10-076-24/+24
* This fix the issue that video frame is still sent to peer when activitymichaelbai2014-09-252-0/+11
* Extracted MetafilePlayer interface from printing::MetafilePlayer.vitalybuka2014-09-121-2/+2
* Replaced Metafile with PdfMetafileSkia in renderer.vitalybuka2014-09-123-12/+10
* Return WebLocalFrame from RenderFrame::GetWebFrame().mlamouri2014-09-102-2/+3
* Use WebLocalFrame::isLoading(), not WebFrame::isLoading(), in print preview.japhet2014-09-091-1/+1
* Revert "[Android WebView] Terminate execution of stuck JS code on navigation ...Mikhail Naganov2014-09-034-161/+1
* aw: Use comparison DCHECKs where appropriateboliu2014-08-292-7/+7
* Removed NativeMetafile and PreviewMetafile typedef as it's always PdfMetafile...vitalybuka2014-08-293-11/+11
* Simplify android_webview wrap_contents mode.mkosiba@chromium.org2014-08-122-9/+0
* Use WebNode::getElementsByHTMLTagName instead of getElementsByTagName.tkent@chromium.org2014-07-171-1/+2
* Move webpreferences.* from webkit/ to content/tfarina@chromium.org2014-07-091-7/+6
* [Android WebView] Terminate execution of stuck JS code on navigation requestsmnaganov@chromium.org2014-07-084-1/+161
* Add an IPC to return the platform supported key-system names in Android.ycheo@chromium.org2014-06-131-1/+2
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-3/+3
* Move DidCommitProvisionalLoad to AwRenderFrameExthjd@chromium.org2014-06-095-12/+65
* Rename AwRenderFrameObserver to AwPrintRenderFrameObserverhjd@chromium.org2014-06-053-16/+17
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-2/+2
* Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter.ycheo@chromium.org2014-05-092-35/+4
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-2/+2