commit | e42d6a64126904b3b3bdd23ce46c2a19e81d1b51 | [log] [tgz] |
---|---|---|
author | Daniel Hosseinian <dhoss@chromium.org> | Mon Jul 12 19:23:33 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 12 19:23:33 2021 |
tree | a88d0c14c922803834f7689925bd803462afda72 | |
parent | e4d8f80727d0e7b0a7734486962c8af4a8cd4e3a [diff] |
[unseasoned-pdf] Avoid using blink::WebString in the Pepper process blink::WebString's allocators can only be used if Blink is initialized. Instead of initializing Blink, just avoid using blink::WebString in the few places they're used in the Pepper process, at least for as long as the Pepper process exists. Change-Id: I73130fb840179a2c02e6ed6e1aeffae2e4f2f704 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3018059 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#900584}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.