DescriptionWebSQL: Use url::Origin rather than database identifiers for IPC
Replace WebSecurityOrigin -> GURL -> string -> IPC -> string -> GURL with
simpler WebSecurityOrigin -> IPC -> Origin -> GURL. Consumers of the
messages still consume GURLs (Quota) or DatabaseIdentifiers (WebSQL) so
there's more tidying that can be done in follow-ups.
R=michaeln@chromium.org,mkwst@chromium.org
BUG=591482
Committed: https://crrev.com/984e21a28bb2e43ba6df6e28c8f0738ee6e23018
Cr-Commit-Position: refs/heads/master@{#400996}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Add unique origin checks #
Total comments: 3
Patch Set 3 : Update enum/histogram entries #Patch Set 4 : OWNERS additions #Patch Set 5 : Rebased #Patch Set 6 : Rebased #
Messages
Total messages: 19 (5 generated)
|