| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove logic for lazy initialization of WebKit. | jam | 2016-03-23 | 3 | -16/+3 |
* | Move cache clearing from AwRenderViewExt to AwRenderFrameExt. | avi | 2016-03-10 | 4 | -13/+19 |
* | blink: Rename modules/ method to prefix with get when they collide. | Dana Jansens | 2016-03-09 | 1 | -1/+1 |
* | Sets a transparent background for out-of-process subframes | lfg | 2016-02-26 | 2 | -3/+13 |
* | Remove the last long from Android IPCs. | jam | 2016-02-09 | 2 | -3/+3 |
* | Delete WebKit/public/web/WebSecurityOrigin.h. | mek | 2016-02-04 | 1 | -1/+1 |
* | Remove obsolete histogram values from SSL.InsecureContent | estark | 2016-01-15 | 2 | -2/+0 |
* | Make sure only frames in the current frame tree send IPC to AwRenderViewHostExt | hush | 2016-01-14 | 4 | -301/+294 |
* | Revert 3 CLs for shouldOverrideUrlLoading implementation. | gsennton | 2016-01-12 | 2 | -0/+66 |
* | Switch to standard integer types in android_webview/. | avi | 2015-12-20 | 6 | -1/+9 |
* | Enforce marking "override" for functions overriding Blink. | Avi Drissman | 2015-12-07 | 1 | -4/+4 |
* | Revert of Enforce marking "override" for functions overriding Blink. (patchse... | avi | 2015-12-07 | 1 | -4/+4 |
* | Enforce marking "override" for functions overriding Blink. | avi | 2015-12-07 | 1 | -4/+4 |
* | Reland "Use resource throttle to implement shouldOverrideUrlLoading, core cha... | gsennton | 2015-11-10 | 2 | -66/+0 |
* | Propagate pageScaleFactor to GuestViews. | mcnee | 2015-11-09 | 2 | -16/+8 |
* | Implement extended shouldOverrideUrlLoading callback in Android WebView | mnaganov | 2015-11-02 | 1 | -2/+4 |
* | Make NetErrorHelper more OOPIF-friendly. | mmenke | 2015-10-27 | 2 | -4/+2 |
* | Delete policyDocumentLoader | japhet | 2015-10-19 | 2 | -4/+3 |
* | Revert "Use resource throttle to implement shouldOverrideUrlLoading, core cha... | gsennton | 2015-10-05 | 2 | -0/+65 |
* | reland: android_webview: Initalize blink before using WebString | bashi | 2015-10-02 | 1 | -8/+10 |
* | Revert of android_webview: Initialize blink before using WebString (patchset ... | phoglund | 2015-09-30 | 1 | -4/+2 |
* | android_webview: Initialize blink before using WebString | bashi | 2015-09-29 | 1 | -2/+4 |
* | Enable page visibility on WebView by default | hush | 2015-09-29 | 2 | -8/+9 |
* | Update page scale factor when layout updates | hush | 2015-09-28 | 2 | -14/+17 |
* | base: Template methods on Timer classes instead of the classes themselves. | danakj | 2015-09-24 | 1 | -1/+1 |
* | Replace RenderViewImpl::IsEditableNode with WebElement::isEditable. | esprehn | 2015-09-17 | 1 | -3/+2 |
* | Plumb smooth scrolling in Chromium compositor | hush | 2015-09-08 | 2 | -0/+12 |
* | aw: Page visiblity behind switch | boliu | 2015-08-14 | 2 | -2/+9 |
* | [Android WebView] Prepare loading error messages for TC | mnaganov | 2015-08-07 | 4 | -57/+4 |
* | [Android WebView] Put error page files into WebView resources | mnaganov | 2015-08-05 | 5 | -9/+83 |
* | The scheme granting code seems to become redundant, even for | mnaganov | 2015-08-05 | 1 | -2/+2 |
* | Make UTF16ToASCII and UTF16TOUTF8 take a StringPiece | brettw | 2015-07-24 | 2 | -4/+4 |
* | Use resource throttle to implement shouldOverrideUrlLoading, core change | gsennton | 2015-07-16 | 2 | -66/+0 |
* | Check user gesture before firing an intent in WebView | mnaganov | 2015-07-09 | 1 | -1/+2 |
* | Don't put every <img> in the page in a WebVector in AwRenderViewExt::OnDocume... | esprehn | 2015-07-08 | 1 | -6/+5 |
* | Add more string_util functions to base namespace. | brettw | 2015-06-24 | 1 | -2/+2 |
* | Remove a few more uses of WebElement::innerText in Chromium. | dglazkov | 2015-05-15 | 1 | -3/+3 |
* | Remove the OOP PDF flag | raymes | 2015-05-07 | 2 | -5/+0 |
* | Support Android secure codecs in requestMediaKeySystemAccess(). | sandersd | 2015-05-06 | 1 | -5/+1 |
* | android_webview: Use v8::Local instead of v8::Handle. | tfarina | 2015-04-30 | 1 | -3/+3 |
* | Replace kMediaDrmEnableNonCompositing swicth with use_video_overlay_for_embed... | ddorwin | 2015-04-02 | 1 | -1/+5 |
* | Refactor NavigationState to use NavigationParams | clamy | 2015-03-18 | 1 | -2/+2 |
* | Fix crash when JS postMessage undefined to WebView. | hush | 2015-03-10 | 1 | -3/+7 |
* | Rename blink::WebPermissionClient to blink::WebContentSettings. | mlamouri | 2015-02-27 | 4 | -45/+46 |
* | Add is_same_page_navigation to RFO::DidCommitProvisionalLoad. | mlamouri | 2015-02-27 | 2 | -2/+4 |
* | Implement the close() API for Message ports | sgurun | 2015-02-26 | 2 | -0/+7 |
* | Move V8ValueConverter from content/renderer to content/child. | mek | 2015-02-13 | 2 | -1/+2 |
* | Update {virtual,override,final} to follow C++11 style. | dcheng | 2015-02-04 | 7 | -44/+41 |
* | Refactor webview to use //components/printing | dgn | 2015-02-03 | 9 | -2706/+82 |
* | Post a message from Java to JS using message channels. | sgurun | 2015-01-29 | 2 | -9/+41 |