summaryrefslogtreecommitdiffstats
path: root/android_webview/renderer
Commit message (Expand)AuthorAgeFilesLines
* Store SupportedCodecs in KeySystemInfo and KeySystems.xhwang@chromium.org2014-04-251-10/+2
* Mark WebViewClient subclasses that return a null layerTreeView.ojan@chromium.org2014-04-221-0/+9
* Use ContainerCodecsMap in KeySystemInfo.xhwang@chromium.org2014-04-211-4/+6
* Revert teporary include hacks for WebLocalFrame and use forward declaresdcheng@chromium.org2014-04-182-2/+2
* Final (?) set of changes to unblock WebLocalFrame in blink.dcheng@chromium.org2014-04-124-44/+49
* Remove now-unused WebPermissionClient overrides.jam@chromium.org2014-04-082-28/+0
* remove OVERRIDE in android_webview as that breaks after a blink rolljam@chromium.org2014-04-071-2/+2
* remove override to make clang happyjam@chromium.org2014-04-021-2/+2
* Chrome side changes to removing WebFrame parameter from WebPermissionClient, ...jam@chromium.org2014-04-022-1/+25
* Remove usage of WebFrame::uniqueName when using WebView::findFrameByNamevitalybuka@chromium.org2014-03-262-8/+16
* Cleanup: Move kAboutScheme constant into content namespace.tfarina@chromium.org2014-03-101-1/+1
* Move GetContextMenuNode from RenderView to RenderFrame.jam@chromium.org2014-03-105-25/+75
* Encrypted Media: Confine UUID code to MediaDrmBridge.xhwang@chromium.org2014-03-081-10/+3
* Use the single argument overload of WebFrame::create().dcheng@chromium.org2014-02-231-2/+1
* Unify frame IDs with RenderFrameHost routing IDs.creis@chromium.org2014-02-201-1/+3
* [AndroidWebView] Properly escape the "Web Page Unavailable" document.benm@chromium.org2014-02-201-1/+2
* Update android WebView to use WebElementCollection instead of WebNodeCollectionch.dumez@samsung.com2014-02-111-6/+6
* Update WebFrameClient implementations to maintain frame tree.dcheng@chromium.org2014-02-061-1/+5
* Revert 249168 "Update WebFrameClient implementations to maintain..."dcheng@chromium.org2014-02-061-5/+1
* Update WebFrameClient implementations to maintain frame tree.dcheng@chromium.org2014-02-051-1/+5
* Update WebNode::getElementsByTagName() callers to use a WebNodeCollectionch.dumez@samsung.com2014-02-031-5/+4
* Re-land r248110 "[Password Generation] Enable new UI"gcasto@chromium.org2014-01-311-1/+1
* Revert 248110 "[Password Generation] Enable new UI"tzik@chromium.org2014-01-311-1/+1
* [Password Generation] Enable new UIgcasto@chromium.org2014-01-311-1/+1
* Exclude print_preview resources for platforms that don't use itaurimas@chromium.org2014-01-271-2/+2
* Revert r246051 since WebFrame()->parent() is always NULL on RenderFrame const...jam@chromium.org2014-01-251-3/+5
* More simplification of code now that RenderFrame is per WebFrame.jam@chromium.org2014-01-211-5/+3
* Now that RenderFrame is 1:1 with WebFrame, add the associated getters and sta...jam@chromium.org2014-01-152-8/+3
* Move LinkDoctor out of content and into chrome.mmenke@chromium.org2014-01-132-2/+2
* Fix race condition introduced in r242200 where AwContentsIoThreadClient is qu...jam@chromium.org2014-01-131-0/+12
* Override default implementation of createChildFrame() for print preview.dcheng@chromium.org2014-01-031-2/+15
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-312-5/+5
* Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...loislo@chromium.org2013-12-302-5/+5
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-282-5/+5
* Update uses of UTF conversions in android_webview/, apps/, ash/, chrome/app t...avi@chromium.org2013-12-243-8/+8
* Update uses of Value in android_webview, apps, ash, cc to use the base:: name...avi@chromium.org2013-12-211-1/+1
* Convert remaining uses of WebView::initializeMainFrame to setMainFrame.dcheng@chromium.org2013-12-201-4/+5
* Add base:: to string16s in android_webview/.dbeam@chromium.org2013-12-193-5/+6
* aw: Limit full url href hittest to only anchor typeboliu@chromium.org2013-12-181-0/+4
* Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende...jam@chromium.org2013-12-176-41/+103
* Rather than using a throttle, we are now using sgurun@chromium.org2013-12-102-1/+73
* For implementing printing in android K release, we had to temporarilysgurun@chromium.org2013-12-026-1/+2699
* Register WideVine keysystem for WebView.ycheo@chromium.org2013-11-275-0/+86
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-075-49/+49
* Removed fixed layout related methods in Chromiumbokan@chromium.org2013-10-231-1/+0
* [Android WebView] Register android-webview scheme as secure.benm@chromium.org2013-10-211-0/+4
* Show IDN in error screens (DNS failure etc.)yuusuke@yandex-team.ru2013-10-042-0/+2
* Use contents size for android_webview layout size.mkosiba@chromium.org2013-09-182-0/+40
* Use new WebView zoom API.mkosiba@chromium.org2013-09-182-4/+4
* [android_webview] Fixes for wrap_content layouts.mkosiba@chromium.org2013-09-163-0/+13