Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1661db6 authored by Torne (Richard Coles)'s avatar Torne (Richard Coles) Committed by android-build-merger
Browse files

Merge "Clarify CookieManager RFC reference." into qt-dev am: 7186df9e am:...

Merge "Clarify CookieManager RFC reference." into qt-dev am: 7186df9e am: 45a9d4bc am: 04be94e2
am: c1c1a5e7

Change-Id: I4dcb73c107e1c1a8e4f8c3fa68dc529f634df9ef
parents c4f77faf c1c1a5e7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -22,7 +22,10 @@ import android.net.WebAddress;

/**
 * Manages the cookies used by an application's {@link WebView} instances.
 * Cookies are manipulated according to RFC2109.
 * <p>
 * CookieManager represents cookies as strings in the same format as the
 * HTTP {@code Cookie} and {@code Set-Cookie} header fields (defined in
 * <a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-03">RFC6265bis</a>).
 */
public abstract class CookieManager {
    /**