summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/JsResult.java
Commit message (Collapse)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
| | | | | | | | Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv Change-Id: I5be7335b23a92b8ac80d2fd890198273b66ad644
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-161-0/+2
| | | | | | | | | | | | | | | | For packages: android.webkit This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: I41643e1e47391a12b0aed3058b3d9987a8e6ee2f
* [WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla2014-11-121-0/+5
| | | | | BUG:18152150 Change-Id: Ifd6dcac17663631058d895c61bb6e8018c5aeecc
* Two WebView API cleanupsJonathan Dixon2012-04-131-8/+5
| | | | | | | | | | | | - remove final from classes which we will need to provide subclasses in future: CookieManager, GeolocationPermissions, WebIconDatabase and WebStorage. None of these have published constructors, so applications cannot subclass them anyway. - Also convert some protected members of JsResult to private, as its of no use to legal subclasses, and applications cannot subclass it. Change-Id: Iaca9d2db31e25853b6c55feae41d9e7774087479
* Decouple JsResult from the WebViewClassic implJonathan Dixon2012-04-121-37/+27
| | | | | | | | | The majority JsResult and JsPromptResult are simple data-carrying & callback classes. Extract the WebViewClassic specific parts dealing with WebCore thread and CallbackProxy and decouple via abstract interface. Bug: 6238755 Change-Id: Ibafd18910725f0875e3b59c1b2078173c102cdec
* Hide the android.webkit.CallbackProxy class from the API. This is a ↵Grace Kloba2010-02-021-1/+4
| | | | | | | | | android.webkit package class and internal to our implementation. Although not strictly a published API (the class does not appear in the docs), it has found it's way into the API through the public, subclassable android.webkit.JsResult class where it is a protected member. Based on changed from Ben.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+82
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-82/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+82