summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebSyncManager.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
* Annotate two non-SDK methods known to be used by appsDavid Brazdil2018-12-201-0/+1
| | | | | | | | | | | Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 121237128 Bug: 120783643 Test: m appcompat Change-Id: Ib7a8bdf3151290aa8a5ca85dc8650612432f0d59
* 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: Ic22415d3e70a3b75a6418f96beb371d0445c7484 Merged-In: I41643e1e47391a12b0aed3058b3d9987a8e6ee2f
* WebView: use proper javadocsNate Fischer2017-09-261-1/+1
| | | | | | | | | | | | Javadocs need to start with "/**", not "/*". This can unexpectedly trigger a presubmit failure if someone changes something else in these methods. This also fixes an import-order presubmit error. Bug: 65553544 Test: make -j30 docs (no visible change) Change-Id: I1bc8ef479e3dc9378e58904d0b317c4775117390
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-5/+0
| | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* Deprecate the Cookie Sync ManagerHector Dearman2014-07-011-93/+7
| | | | | | | | | | | | The CookieSyncManager is largely useless as the WebView automatically syncs cookies every 30s (whether you like it or not). The one method which needs to be saved is sync, there is no other way to force a sync without this. We move sync to the CookieManager and rename it to flush for greater consistency. Bug: 11060034 Change-Id: I8a14998020eea54f196fc6ed845b09ed69cfd447
* Decouple construction of WebView, CookieSyncManager, WebViewDatabaseJonathan Dixon2013-10-031-11/+10
| | | | | | | | | | | | | | | | | | | Bug 10932261 Most of this flow exists purely to get the Context from CookieSyncManager.createInstance over to WebViewDatabaseClassic. Make that depenency more explicit (with a TODO to remove it) and this allows a much simpler CookieSyncManager implementation for the normal case. Note after this patch, CookieSyncManager.getInstance() is technically fine to call without a prior call to createInstance, but retaining the ordering requirement as a convenience for anyone developing on new OS but still supporting the older versions. (Note that CookieSyncManager instance is not required for correct operation of either existing webview, so these changes only impact the public API contract of object lifetimes, not the underlying implementation) Change-Id: I51fdd6622704f1c749277fee6df2f84ac4c704d2
* Centralized debug flags and enabled more granular control of debug settings.Derek Sollenberger2009-06-031-5/+5
|
* Remove references to android.util.ConfigDave Bort2009-04-131-6/+5
| | | | | | | The semantics of Config.DEBUG will be changing soon, and all other Config.* fields will become deprecated/hidden. BUG=1780938
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+162
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-162/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+162