Questions tagged [chromium]

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

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

The project's hourly Chromium snapshots appear essentially similar to the latest builds of Google Chrome aside from the omission of certain Google additions, most noticeable among them being Google's branding, auto-update mechanism, click-through licensing terms, usage tracking, and built-in PDF viewer.

Chromium uses the Blink layout engine.

See

4191 questions
1
vote
2 answers

chromium on ubuntu serial web api no compatible devices found

I want to use web serial api in chromium to be able to communicate with Arduino, however I get the message no compatible devices found. When I use Arduino IDE or python I can find it, but with chromium no. UBUNTU DISTRIB_RELEASE=22.04 Chromium…
1
vote
1 answer

linking process is getting error "lld-link: error: Output data is larger than 4 GiB. File size 4,339,482,624 too large for current PDB page size 4096"

I am building brave browser using brave-core v1.48.8 from GitHub. after cloning brave-core, I am running the following commands inside brave-core: npm install // completed successfully npm run init // completed successfully npm run build -- debug…
kunal
  • 11
  • 2
1
vote
2 answers

What exactly does "Neutralinojs" do to be so much smaller than Electron and NW.js?

A while ago, somebody told me about this thing while I was complaining about my little NW.js applications containing hundreds of megabytes of overhead: https://neutralino.js.org I have no affiliation with it. It has a comparison table which is…
user291937
  • 33
  • 4
1
vote
2 answers

chromium checkout build: Could not find Ninja

Trying to build webview for android in the docker container from ubuntu 18.04. Do everything according to instruction and last version is built okay with command: autoninja -C out/Default system_webview_apk But I need an older version. So I do: git…
Herman
  • 155
  • 4
  • 13
1
vote
1 answer

While loading a page in the chromiumwebbrowser how can I use a progressBar to displat the page loading state until finish loading?

There is a loadingstatechanged event but I'm not sure what to do in it? There is a property: IsLoading e.IsLoading but what I want is to update a progressBar from 0 to 100 percentages or something else with a progressBar that will indicates the…
jhon barns
  • 23
  • 6
1
vote
1 answer

SVN shows insecure at login but secure after login

I have a SVN server with an SSL certificate installed. This evening I was looking to replace the certificate but came across something I don't understand. The visual-SVN server has local logins for SVN authentication. Upon initially accessing the…
Hatter
  • 11
  • 2
1
vote
0 answers

Chrome extensions: background.html to background.js for Manifest v3?

I've had a working Google Chrome extension that was using Manifest v2 file where the "background" field was set as follows: "background": { "page": "background.html" }, background.html was simple:
Danijel
  • 8,198
  • 18
  • 69
  • 133
1
vote
1 answer

how to use chromium with puppeteer on google colab

chromium not working on google colab Hi, I want to run puppeteer on google colab. running test code with !node --trace-warnings test.js says: Command '/usr/bin/chromium-browser' requires the chromium snap to be installed. Please install it with:snap…
1
vote
0 answers

Network Error on Chrome when downloading large files

We are downloading files using Axios from AWS S3 storage, but when the files are large, there seems to be a limit on Chrome where the request fails (but server returns 200 OK). We tried it on Firefox and we can download multiple large files at once…
Martin Omacht
  • 315
  • 1
  • 13
1
vote
0 answers

How do we capture lock screen of Windows/Mac using webrtc

I am working on a webrtc app & would like to know if there is a way to capture lock screen and allow user login/logout of windows & Mac systems.Right now I run it as an Application from User context & it doesn't have privileges to access lock…
go_der
  • 47
  • 5
1
vote
0 answers

Uses of Summery view and Containment view in Heap snapshot

I was learning to on how to snapshot of javascript heap memory and I came across 2 terms "Summery View" and "Containment view". The definition provided by there documentation is not clear and doesn't helps in understanding there usage Can any one…
1
vote
1 answer

Do not open Developer Tools when browser opens

When I run my tests, the Developer Tools panel is automatically open. Can I close it using Playwright? I don't need to see it.
canbax
  • 3,432
  • 1
  • 27
  • 44
1
vote
0 answers

My test site is not launching from Playwright automation when the browser is set to Desktop Chrome

I am trying to launch a website from Playwright, the browser is set to desktop chrome. But I am getting an error message saying the website is not reachable. I can able to launch the website manually and when I try to launch the site on other…
1
vote
0 answers

Contrary to Firefox, "onDragStart" is called by Chromium when a component is newly mounted

When a component is newly mounted, onDragStart is called by Chrome (neither onMouseDown nor onPointerDown are called) while in Firefox this does not happen (nothing is called). This causes libraries like "React DnD" to not work as expected. See the…
VicVen
  • 11
  • 1
1
vote
1 answer

How to fix pixelated background-image on Chromium-based browsers?

On Chromium-based browsers, downscaled images used as background-image are pixelated while they look more blurred when displayed with an tag. Is there a way to change the render style of a background image so it look like the display in the…
Arkellys
  • 5,562
  • 2
  • 16
  • 40