Skip to main content

Questions tagged [chromium]

Chromium is the open source web browser project from which Google Chrome draws its source code.

chromium
0 votes
0 answers
15 views

How check browser support in CSS for @view-transition navigation: auto?

Google Chrome 126 is introducing cross-document view transitions in CSS (source) with @view-transition { navigation: auto; } Now I would like to check the support of the user's browser with: @...
Oliver Schwarz's user avatar
-2 votes
0 answers
15 views

Chromium for raspberry pi [closed]

I am making a custom box on raspberry pi. I need chromium to autoplay a real time audio stream. Chromium now prevents this without user interaction. Where do I get the source for chromium on rpi? ...
Ian H Stewart's user avatar
0 votes
0 answers
14 views

Chromium browsers: Select Option menu immediately closes after opening when scrolling

I'm encountering an issue with select elements in Chromium-based browsers. Here's the specific problem: I scroll to the bottom of the page using a mouse with momentum scrolling. The page reaches the ...
O S's user avatar
  • 474
0 votes
1 answer
25 views

Why do my Python Playwright test work in Firefox but fail in Chromium?

These tests works in Firefox but fail in Chromium: def test_cnn_sport_page_title(page: Page): page.goto('https://www.cnn.com/sport') expect(page).to_have_url('https://www.cnn.com/sport') ...
Michael Durrant's user avatar
0 votes
0 answers
13 views

How to load wasm which uses SharedArrayBuffer in Chromium Embedded Framework application

I am using CEF v116 (C++) for a desktop application and trying to load a WebAssembly bundle. This bundle has a js wrapper layer which allocates memory using SharedArrayBuffer and exposes wasm APIs to ...
amoadb's user avatar
  • 1
0 votes
0 answers
17 views

Chromium headless on latest puppeteer

I'm experimenting with using Puppeteer to run the latest Chromium install on an ARM64 docker image with headless: true set. Do you know if there is anything in particular I should be aware of here? ...
Trevor Tiernan's user avatar
1 vote
0 answers
12 views

ERR_SSL_CLIENT_AUTH_CERT_NEEDED when sending custom client certificate from Electron

I have been trying to send a certificate (in the form of a .pem file) from Electron to my backend (using gevent) and encountering the following error (node:18946) electron: Failed to load URL: https://...
Keane Dixon Wong's user avatar
0 votes
1 answer
17 views

pagedown::chrome_print links go to wrong page

I'm using pagedown::chrome_print() to render R Markdown to PDF. As of a month or so ago the internal links in the PDF have changed. I have a small table of contents on the first page of my document ...
datawookie's user avatar
  • 6,019
0 votes
1 answer
53 views

CSS background-clip prevents opacity transition only in Chromium browsers

I tried making a very simple fade-in effect (on scroll). It works as expected in Firefox, but in Chromium browsers it lacks any kind of smoothness. Here's a stripped down version for debugging. I also ...
thanksalotquoraguy's user avatar
0 votes
0 answers
34 views

in the new update of nixos discord and spotify stopped being interacitve. How to fix that?

I think the problem started when i updated the main nixos flake. spotify and discord run perfectly the problem is i can't interact with them with neither the mouse or the keyboard. the only i could ...
mohamed benhadjnasr's user avatar
0 votes
0 answers
25 views

Can't upload files in Puppeteer, Chromium gives "Aw Snap!" error

I have been working with Puppeteer recently and I have been trying to work with file uploading. I've watched multiple tutorials and read the docs for Puppeteer, but everything I try always results in ...
Steven Livingston's user avatar
0 votes
0 answers
44 views

uncorrect bounding box of a mathjax formula in ubuntu/chromium

I want to know the dimensions of the bounding box of a formula rendered by mathjax version 4 beta 6. On ubuntu, it works well on firefox, but it fail on chromium. Chromium gives me a value somewhere ...
Duchemin74's user avatar
2 votes
0 answers
40 views

I want to add my own new menu to Chromium, but I'm having a problem

I am new to Chromium development. Add a new parent menu to the top right menu of Chromium, create a submenu called Help and Settings, for example, and click the internal URL (ex: test://settings or ...
heeseok lee's user avatar
0 votes
1 answer
24 views

Selenium with Typescript and Chromium

I'm wondering what forBrowser I'm supposed to use in Typescript if I'm using Chromium as a browser. forBrowser('chrome') doesn't work. I confirmed Selenium works with the setup I have (I made a test ...
Just Me's user avatar
  • 111
0 votes
0 answers
13 views

Chromium build can't find crate

When I build Chromium 126.0.6478.3, I get the following error [1404/60934] RUST local_rustc_sysroot/lib/rustlib/x86_64-pc-windows-msvc/lib/libstd_std.rlib FAILED: local_rustc_sysroot/lib/rustlib/...
l yy's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
291