Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update {virtual,override,final} to follow C++11 style. | dcheng | 2015-02-04 | 1 | -3/+3 |
* | replace OVERRIDE and FINAL with override and final in android_webview/ | mostynb | 2014-10-07 | 1 | -2/+2 |
* | Remove page IDs from three WebContentsObserver APIs that don't need it. | creis@chromium.org | 2014-05-05 | 1 | -1/+1 |
* | Do not attempt to download favicons with 404 status in WebView | cimamoglu@chromium.org | 2014-04-30 | 1 | -0/+11 |
* | [Android WebView] Add an API to control favicon loading. | benm@chromium.org | 2013-10-04 | 1 | -0/+1 |
* | This CL: | pkotwicz@chromium.org | 2013-09-18 | 1 | -3/+10 |
* | [Android WebView] Update the NavigationEntry with favicon details. | benm@chromium.org | 2013-07-19 | 1 | -1/+3 |
* | Don't request missing favicon on every page request. | mef@chromium.org | 2013-05-15 | 1 | -2/+3 |
* | Implements onReceivedIcon | acleung@chromium.org | 2013-01-22 | 1 | -0/+51 |