commit | ac5ca90ad1b169975a2698c0c42dc0796b64aa65 | [log] [tgz] |
---|---|---|
author | Lei Zhang <[email protected]> | Thu Jan 05 19:50:29 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jan 05 19:50:29 2023 |
tree | 597736bd94b7a72f31f0790283847bfa2f7eef22 | |
parent | 954f75e06e3d8ba0d0a705b191b788a144ec6514 [diff] |
Change PDFEngine::StartFind() to take a std::u16string. Create a UTF-16 string and pass that all the way down to the text search code, instead of creating a UTF-8 string first and converting it to UTF-16 later. Change-Id: I845c9659230fadb2772e97938ea61d09207c4d9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4137082 Reviewed-by: K. Moon <[email protected]> Commit-Queue: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/main@{#1089378}
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.