| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct device scale for Android WebView SW rendering. | leandrogracia@chromium.org | 2013-02-05 | 2 | -0/+7 |
* | Pass ScopedJavaGlobalRef to bind() by value | joth@chromium.org | 2013-02-05 | 1 | -7/+5 |
* | Rename JavaScriptDialogCreator to JavaScriptDialogManager. | kkania@chromium.org | 2013-02-01 | 9 | -36/+36 |
* | Code conventions. | sgurun@chromium.org | 2013-01-31 | 3 | -7/+5 |
* | [Android WebView] Implement the capture picture API. | leandrogracia@chromium.org | 2013-01-30 | 2 | -14/+210 |
* | Android WebView visited link highlighting implementation part 2 | boliu@chromium.org | 2013-01-25 | 2 | -0/+22 |
* | Hook up WebViewClient.onReceivedLoginRequest | boliu@chromium.org | 2013-01-23 | 2 | -0/+24 |
* | Move content/components/navigation_interception to src/components | kaiwang@chromium.org | 2013-01-23 | 2 | -2/+3 |
* | Implements onReceivedIcon | acleung@chromium.org | 2013-01-22 | 2 | -0/+46 |
* | fix compatibility issue of char for android x86 | james.wei@intel.com | 2013-01-18 | 1 | -1/+1 |
* | Move content/components/web_contents_delegate_android to components/web_conte... | boliu@chromium.org | 2013-01-12 | 4 | -9/+6 |
* | Implementing native chromium GeolocationPermissionContext | kristianm@chromium.org | 2013-01-10 | 5 | -0/+188 |
* | Remove incognito parameter from AwContents | kristianm@chromium.org | 2013-01-09 | 3 | -11/+7 |
* | [Android WebView] Update SW rendering to use SkPicture and fix scrolling cases. | leandrogracia@chromium.org | 2013-01-09 | 2 | -21/+17 |
* | Return false in AwWebContentsDelegate::CanDownload | nileshagrawal@chromium.org | 2013-01-09 | 1 | -7/+4 |
* | Fix hang in Android WebView release build tests | boliu@chromium.org | 2013-01-08 | 1 | -46/+3 |
* | [Android WebView] Remove unnecessary DCHECK in InputStreamImpl. | benm@chromium.org | 2013-01-04 | 1 | -3/+3 |
* | [Android WebView] Prepare to simulate SW rendering with the capture picture A... | leandrogracia@chromium.org | 2013-01-04 | 3 | -9/+38 |
* | [Android WebView] Close InputStreams when we're done with them. | benm@chromium.org | 2013-01-03 | 1 | -0/+4 |
* | Tell java side when the native auth handler is gone | joth@chromium.org | 2012-12-26 | 1 | -5/+18 |
* | Define public inteface for accessing Canvas pixels | joth@chromium.org | 2012-12-25 | 3 | -0/+53 |
* | [Android WebView] Count the number of HTTP auth attempts we make. | benm@chromium.org | 2012-12-21 | 2 | -9/+14 |
* | Renaming org.chromium.android_webview.CookieManager to AwCookieManager | kristianm@chromium.org | 2012-12-20 | 2 | -2/+1 |
* | [Android WebView] Add a system property to disable OpenGL state restoration i... | leandrogracia@chromium.org | 2012-12-20 | 1 | -41/+49 |
* | [Android WebView] Add API to focus the intial node. | benm@chromium.org | 2012-12-20 | 2 | -0/+5 |
* | Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto... | pauljensen@chromium.org | 2012-12-20 | 5 | -45/+43 |
* | Subrect snapshot support. | dtrainor@chromium.org | 2012-12-19 | 1 | -2/+9 |
* | Apply scroll correction to HW draw path. | leandrogracia@chromium.org | 2012-12-19 | 3 | -4/+17 |
* | [Android WebView] Introduce new layers to ensure proper scissoring and clipping. | leandrogracia@chromium.org | 2012-12-19 | 2 | -21/+70 |
* | Renaming CookieManager to AwCookieManager to avoid name conflict with android... | kristianm@chromium.org | 2012-12-18 | 1 | -0/+1 |
* | Change Android Webview URL Request Context access of mutation functions. | tedv@chromium.org | 2012-12-16 | 5 | -8/+9 |
* | [Android WebView] Tie together Chrome's browser compositor with the Android V... | leandrogracia@chromium.org | 2012-12-15 | 4 | -23/+224 |
* | Implement CookieManager.flushCookieStore | joth@chromium.org | 2012-12-14 | 1 | -2/+26 |
* | [Android WebView] Plumb WebContentsDelagate::ActivateContents -> Java. | benm@chromium.org | 2012-12-13 | 2 | -0/+10 |
* | [Android WebView] Convert context menu callback to long press | boliu@chromium.org | 2012-12-11 | 5 | -0/+124 |
* | [android_webview] Read InputStreams in chunks. | mkosiba@chromium.org | 2012-12-05 | 2 | -47/+57 |
* | (Re)implement Android WebView downloads | boliu@chromium.org | 2012-12-05 | 2 | -0/+35 |
* | [Android WebView] Plumb WebContentsDelegate::CloseContents to embedder. | benm@chromium.org | 2012-12-04 | 2 | -2/+19 |
* | Migrate the Android compositor to cc::Layer classes. | leandrogracia@chromium.org | 2012-12-03 | 4 | -2/+11 |
* | [Android WebView] AwContentsClient.shouldCreate window callback part 2. | benm@chromium.org | 2012-12-03 | 3 | -8/+56 |
* | [android_webview] Fix use after free in intercepted requests. | mkosiba@chromium.org | 2012-11-30 | 2 | -7/+7 |
* | Some required fixes for HTMLViewer rotate | boliu@chromium.org | 2012-11-30 | 1 | -0/+2 |
* | Implement AwContents.invalidate() | joth@chromium.org | 2012-11-29 | 2 | -4/+30 |
* | Serialize base_url in Android WebView state | boliu@chromium.org | 2012-11-27 | 2 | -1/+14 |
* | [android_webview] Don't block the IO thread when reading from an InputStream. | mkosiba@chromium.org | 2012-11-22 | 11 | -367/+309 |
* | Do not save state if no navigations | boliu@chromium.org | 2012-11-21 | 1 | -0/+5 |
* | [Android WebView] Implement WebSettings.{get|set}CacheMode | mnaganov@chromium.org | 2012-11-21 | 2 | -0/+13 |
* | Android WebView save/restoreState Part 2 | boliu@chromium.org | 2012-11-21 | 2 | -0/+32 |
* | Android WebView save/restoreState and backForardList Part 1 | boliu@chromium.org | 2012-11-21 | 4 | -1/+384 |
* | Fix typo in view_visible that stops the compositor | joth@chromium.org | 2012-11-20 | 1 | -1/+1 |