summaryrefslogtreecommitdiff
path: root/chromium/java/com/android/webview
AgeCommit message (Expand)Author
2013-10-11Provide a video poster even if the client doesn't.Torne (Richard Coles)
2013-10-10Merge "Set the webview-classic-workarounds for targetSDk < KLP" into klp-devJonathan Dixon
2013-10-09Set the webview-classic-workarounds for targetSDk < KLPJonathan Dixon
2013-10-09For apps targeting JB MR2+, bind to the first thread using WebViewJonathan Dixon
2013-10-07Merge "Possible fix for bug b/11114227: Occasional crash on rotation" into kl...Kristian Monsen
2013-10-07Possible fix for bug b/11114227: Occasional crash on rotationKristian Monsen
2013-10-07Merge "Enable favicon downloading." into klp-devBen Murdoch
2013-10-04Enable favicon downloading.Ben Murdoch
2013-10-04Allow CookieManager to be used without starting Chromium.Torne (Richard Coles)
2013-10-03Do not assume WebView is running on the main thread.Ben Murdoch
2013-09-26Use View.executeHardwareAction for onDetachedFromWindowBo Liu
2013-09-25Making super_onGenericMotionEvent call the super eventKristian Monsen
2013-09-24Wire up Select Action Bar in WebView.Ben Murdoch
2013-09-23Using the chromium clearView implementationKristian Monsen
2013-09-21Revert "Revert "Implement the new WebView.setWebContentsDebuggingEnabled API""Jonathan Dixon
2013-09-20Revert "Implement the new WebView.setWebContentsDebuggingEnabled API"Jonathan Dixon
2013-09-19Implement the new WebView.setWebContentsDebuggingEnabled APIMikhail Naganov
2013-09-19Posting additional log message if apps have a blocked URLKristian Monsen
2013-09-17Adding a fake on page started for data url's since we know it wont be sentKristian Monsen
2013-09-16Fixing up the checkThread exception messageKristian Monsen
2013-09-16Removing UnimplementedWebViewApi.invoke from methods that are not needed to i...Kristian Monsen
2013-09-12DO NOT MERGE Reflect print API changesSelim Gurun
2013-09-12Post all functions returning a value to the UI threadKristian Monsen
2013-09-12Posting ALL the void functions to UI threadKristian Monsen
2013-09-11Null check url before using instance methodsKristian Monsen
2013-09-11Post init to the UI thread blocking with a timeout to detect deadlockKristian Monsen
2013-09-11Wire up stylable attributes for <select> dialogs.Primiano Tucci
2013-09-09Letting onDraw be called from other threadsKristian Monsen
2013-09-09Merge "Post stopLoading() to the UI thread" into klp-devKristian Monsen
2013-09-09Merge "Allow getScale on all threads" into klp-devKristian Monsen
2013-09-09Merge "Hook up requestChildRectangleOnScreen." into klp-devMartin Kosiba
2013-09-08Allow getScale on all threadsKristian Monsen
2013-09-06Post stopLoading() to the UI threadKristian Monsen
2013-09-06Merge "Post destroy() to UI thread" into klp-devKristian Monsen
2013-09-06Merge "Allow null inputs in loadDataWithBaseURL" into klp-devJonathan Dixon
2013-09-06Post destroy() to UI threadKristian Monsen
2013-09-06Enable web layout quirks for apps with targetSdkVersion < KMikhail Naganov
2013-09-06Merge "Wire up stylable attributes." into klp-devBen Murdoch
2013-09-06Letting getSettings be called from any threadKristian Monsen
2013-09-05Allow null inputs in loadDataWithBaseURLJonathan Dixon
2013-09-05Merge "Let getContentHeight be used from any thread" into klp-devKristian Monsen
2013-09-05Change build version from KEY_LIME_PIE to KITKATChet Haase
2013-09-05Let getContentHeight be used from any threadKristian Monsen
2013-09-04Merge "Don't check thread access for HierarchyHandler methods" into klp-devJonathan Dixon
2013-09-02Wire up stylable attributes.Ben Murdoch
2013-08-31Don't check thread access for HierarchyHandler methodsKristian Monsen
2013-08-30Add tracing for WebviewChromium callbacksJonathan Dixon
2013-08-30Merge "Implement WebViewChromium.freeMemory." into klp-devBen Murdoch
2013-08-29DO NOT MERGE Printing API changes for supporting better page layoutSelim Gurun
2013-08-30Merge "Fix bug 10533304 - HD Wallpapers access getProgress on wrong thread" i...Jonathan Dixon