commit | 989dbd8fc3af087ef525b437d498ee7941cbc6a3 | [log] [tgz] |
---|---|---|
author | Leonard Grey <[email protected]> | Wed Mar 07 18:10:24 2018 |
committer | Commit Bot <[email protected]> | Wed Mar 07 18:10:24 2018 |
tree | ed28b82af824ff9c1b0f66e377ea8ee88fb8fc02 | |
parent | 8e49dd7b1153274611c5c72f9e6de5895f1d5e08 [diff] |
MacViews: reland 'Shim |ShowModalDialog| for Polychrome' This was originally https://chromium-review.googlesource.com/c/chromium/src/+/929942 but was reverted because of the hacky way it implemented a components/ function in Chrome. It's now rebased on https://chromium-review.googlesource.com/c/chromium/src/+/949362 which made that behavior unnecessary. Background: Polychrome is an intermediate step to shipping MacViews browser. Currently, switching between Cocoa browser and MacViews browser requires a buildflag. Polychrome builds both Cocoa and MacViews into the same binary and allows switching between them based on a feature flag. More details at crbug.com/802257 As Cocoa and (much of) Views were not typically built together, some symbols were reused. With Polychrome, these are duplicate symbols. This CL resolves the issue by renaming the Cocoa symbols, and then shimming them for the (regular, not Polychrome) Cocoa build. Bug: 808017 Change-Id: Ia42c202e474614c97759aab28c88f580bc0ffabd Reviewed-on: https://chromium-review.googlesource.com/950063 Reviewed-by: Mike Wittman <[email protected]> Reviewed-by: Elly Fong-Jones <[email protected]> Commit-Queue: Leonard Grey <[email protected]> Cr-Commit-Position: refs/heads/master@{#541500}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .