Marshall Greenblatt
Marshall Greenblatt
Chromium is changing the implementation of GuestViews (e.g. MimeHandlerView for the PDF viewer) to use MPArch inner pages instead of the current inner WebContents. In M132 this is default disabled...
**To Reproduce** Steps to reproduce the behavior: 1. Run `ceftests --gtest_filter=OSRTest.Popup*` **Expected behavior** Tests should succeed. Instead, tests fail. Example failures on MacOS: ``` [ RUN ] OSRTest.PopupPaint ../../cef/tests/ceftests/os_rendering_unittest.cc:847: Failure...
**To Reproduce** Steps to reproduce the behavior: 1. Run `cefclient --gtest_filter=MediaAccessTest.* --use-views` **Expected behavior** Tests should succeed. Instead, some tests fail. On Windows: ``` [ FAILED ] MediaAccessTest.DeviceSuccessAudioVideo [ FAILED...
The [Build Event Protocol](https://bazel.build/remote/bep) (BEP) allows third-party programs to gain insight into a Bazel invocation. It includes information about build and test results, build progress, the build configuration and much...
It looks like Chromium is migrating to [siso](https://chromium.googlesource.com/infra/infra/+/refs/heads/main/go/src/infra/build/siso/) as a replacement for ninja + reclient. Will this project continue to be developed/supported after that migration is complete?
Building on MacOS 14.7 (Apple M1) with Xcode 16.2. Steps to reproduce: 1. Build main branch with `bazelisk build --config=goma //:artifacts_tar --cpu=darwin_arm64` 2. Check the resulting binary architecture: ``` %...
AI development tools come in a few common form factors currently: - IDE integrations like [Cursor](https://cursor.com/en), [GitHub Copilot](https://github.com/features/copilot), etc. - CLI tools like [Claude Code](https://www.anthropic.com/claude-code), [Cursor CLI](https://cursor.com/cli), etc. - Backend...
**Is your feature request related to a problem? Please describe.** 1. Run `cefclient --use-native --use-default-popup` 2. Select Tests > Popup Window 3. Get a fully styled Chrome window Change step...
# Chrome Built-In AI **TL;DR: Built-in AI currently depends on Google-internal (Google Chrome only) code that is not publicly available to Chromium/CEF. Support for OS built-in models may be added...
**Is your feature request related to a problem? Please describe.** Chrome is adding a new Split Screen feature (example [here](https://www.reddit.com/r/google/comments/1ihmwt9/google_chrome_is_getting_a_new_split_screen/)) that can be enabled with `--enable-features=SideBySide`. This currently crashes CEF...