Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reland "[Shape Detection] Use IDL dictionaries for result types"
This reverts commit 00f576f288655f9a52a48caf5216664f56c8df01. Reason for revert: Failed build was missing the expectation changes from this CL. Original change's description: > Revert "[Shape Detection] Use IDL dictionaries for result types" > > This reverts commit bae2a7ee57bb5f420d4450234b904425310d303e. > > Reason for revert: Suspect for failing webkit_layout_tests on (none) > GPU on Mac > https://ci.chromium.org/p/chromium/builders/ci/Mac10.10%20Tests/51385 > > Original change's description: > > [Shape Detection] Use IDL dictionaries for result types > > > > This change updates the DetectedBarcode, DetectedFace and DetectedText > > types to be dictionaries rather than interfaces. This is okay because > > they have only attributes and no methods. This reduces the amount of > > manually written code necessary to implement them. > > > > This enables implementing a new field for issue 1023177 without having > > to update the manual serialization and deserialization routines. > > > > Spec PR: WICG/shape-detection-api#86 > > > > Bug: 1023177 > > Change-Id: I3b93d1869c5457e2ce3da5b5690a5ff968a3c77c > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040378 > > Auto-Submit: Reilly Grant <[email protected]> > > Reviewed-by: Victor Costan <[email protected]> > > Reviewed-by: Yuki Shiino <[email protected]> > > Reviewed-by: Kentaro Hara <[email protected]> > > Commit-Queue: Reilly Grant <[email protected]> > > Cr-Commit-Position: refs/heads/master@{#740356} > > [email protected],[email protected],[email protected],[email protected],[email protected] > > Change-Id: Ib2075266871bdae5651e684ac652617de91e2bb2 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1023177 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049945 > Reviewed-by: Kristi Park <[email protected]> > Commit-Queue: Kristi Park <[email protected]> > Cr-Commit-Position: refs/heads/master@{#740493} [email protected],[email protected],[email protected],[email protected],[email protected],[email protected] Change-Id: Ib66d8b28cff5650c608c4e995fea350cedcf313f Bug: 1023177 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049947 Reviewed-by: Reilly Grant <[email protected]> Reviewed-by: Victor Costan <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Commit-Queue: Reilly Grant <[email protected]> Cr-Commit-Position: refs/heads/master@{#740786}
- Loading branch information