0
Files
src/chrome
Rohit Bhatia 26d7ea11b2 Passed FlatBuffer from Browser to Renderer process.
Stored Client-Side Phishing Detection Model (as a FlatBuffer, go/flatbuffers) in ReadOnlySharedMemory in client_side_phishing_model.

Duplicated the shared memory region and passed to the components/safe_browsing/content/renderer/phishing_classifier/scorer.cc in renderer process via
client_side_detection_host.

Updated unit tests and browser tests.

Design Doc: http://go/memory-regression-csd-android

Bug: 1210696
Change-Id: I8168f521bd8bc0c68ba873a52b0fdbc488aa8678
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2912076
Commit-Queue: Rohit Bhatia <bhatiarohit@google.com>
Reviewed-by: danakj <danakj@chromium.org>
Reviewed-by: Daniel Rubery <drubery@chromium.org>
Cr-Commit-Position: refs/heads/master@{#886554}
2021-05-26 01:33:03 +00:00
..
2021-05-26 01:31:13 +00:00

Chrome

This directory contains the open source, application layer of Google Chrome.

Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.

Specific products include:

  • Chrome desktop browser for Chrome OS, Windows, Mac and Linux
  • Chrome mobile browser for Android
  • Chrome OS system UI

See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.