Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
30 views

class Editor { docContainer text constructor(posContainer) { this.posContainer = posContainer this.genComponets() this.listen() } genComponets() { ...
kakakali's user avatar
  • 305
0 votes
0 answers
51 views

I'm building a floating mic/system audio visualizer widget in Electron. The widget uses a panel type BrowserWindow that stays on top of all windows, including fullscreen apps. The issue is that when ...
Johannes Bingen's user avatar
1 vote
0 answers
78 views

I was experimenting with writing a forward only wrapper that expose the function of the original dll, I decided to play with chromium "chrome.dll", my code seem to work, chromes open but ...
xion's user avatar
  • 61
0 votes
0 answers
84 views

I have a proxy server that requires a username and password to access (e.g., 127.0.0.1:8000, username: abcdef, password: 123456). When I use Playwright to access a destination website through this ...
nkbaixiaojie's user avatar
0 votes
0 answers
37 views

I am trying to upgrade my project to Chromium 136 and build a bundle APK. The local release APKs work fine, but when I install the bundle build from Play / bundletool, the app crashes with the ...
Sanjay Bhalani's user avatar
0 votes
0 answers
75 views

This CSS transition works in Gecko (Firefox) and WebKit (Safari) browsers but not in Chromium. Is it a Chromium bug or is there a more specific implementation to make this work? I can't find anything ...
m4rrc0's user avatar
  • 171
1 vote
1 answer
72 views

When I open the dev tool and select Disable Cache, chrome adds Cache-Control: no-cache in request header for all requests. But if I press ctrl + F5 or click on Empty Cache and hard reload button in ...
pycxu's user avatar
  • 123
0 votes
0 answers
53 views

My current code opens the desired URL and rename the window to the string I prefer, but just update the page that is open to the browser and with that my personalized name is lost and the web page ...
Digital Farmer's user avatar
1 vote
0 answers
58 views

I hope that by modifying the Chrome source code, it will be possible to enable the mobile device simulation for all open windows without starting the debugging console (CDP). src\content\browser\...
AnDonger's user avatar
0 votes
2 answers
139 views

I'm compiling chromium. The compilation workchain I am using runs this command /third_party/depot_tools/autoninja.py -C out/Release_arm64 monochrome_public_bundle However when I compile, the error ...
ffejrekaburb's user avatar
0 votes
1 answer
68 views

I am using puppeteer to run a bunch of JS to process HTML files in headless chromium. I noticed that when I use the Chromium binary downloaded from https://storage.googleapis.com/chromium-browser-...
vijayvenkatesans's user avatar
0 votes
0 answers
21 views

I am building chromium from source codes on Ubuntu. I have a script running "xprop -root _NET_ACTIVE_WINDOW" periodically in background. When I run built chromium xprop prints 0 as window id,...
SantK's user avatar
  • 95
3 votes
2 answers
322 views

I have the following step definition in my GitHub workflow - name: Convert AsciiDoc to PDF run: | set -o pipefail OUTPUT=$(asciidoctor-pdf -r asciidoctor-diagram -a ...
Arc-E-Tect's user avatar
0 votes
1 answer
70 views

The below problem occurs only in Chromium browsers but the same functionality works fine in Firefox: It seems that Chromium by default turns every load of an originally lossless image format (e.g. ....
wothke's user avatar
  • 127
1 vote
0 answers
711 views

i observe a large increase of "Java object is gone" error recently from less than 10 a day to 50-150+ a day since 29 April 2025. It seems to only affect Facebook and Instagram in-app browser ...
gloriac's user avatar
  • 21
1 vote
0 answers
68 views

I've got a system running a headless CfT, and occasionally CfT crashes with ??? for most lines in the backtrace, because the binary is stripped. For normal Chrome builds, the debug symbols are ...
rsaxvc's user avatar
  • 1,795
1 vote
0 answers
231 views

We are using latest chrome version 137.0.7151.68, earlier version used is 135.0.7049.115, with selenium while trying to open an existing chrome profile and automate opening tabs and browsing ...
Sai krishna's user avatar
0 votes
0 answers
57 views

I want to get URL from browser tabs but if accessebility mode is not enabled in chrome browsers (with "chrome://accessebility" or using run flag --force-renderer-accessibility) that my app ...
qlema kyu's user avatar
1 vote
0 answers
84 views

I have a flex-container with a fractional pixel width with 8 flex-children. I expect the container to not overflow, but it does. The browser is Chrome or Edge on Windows. (Not in Firefox.) The ...
propeller's user avatar
  • 395
0 votes
2 answers
160 views

I'm looking for info on a browser quirk and a possible workaround: Navigating to a new page using any of the various methods which push the new URL onto the history stack: window.location = '...' ...
Jamesfo's user avatar
  • 614
0 votes
1 answer
65 views

The specification for MediaStreamTrack is located in W3C Media Capture and Streams. In pertinent part at 4.3.1.1 Media Flow The result for the consumer is the same in the sense that whenever ...
guest271314's user avatar
1 vote
0 answers
41 views

When building this GitHub project: https://github.com/danalex97/abrcc, I encountered a problem at the first step. I followed the steps to run quic/install.sh --install and found an error: [running] /...
CkCool's user avatar
  • 11
0 votes
1 answer
79 views

Context and Issue I've been following the Google Codelabs for getting started with WebGPU and on the fourth codelab I get a very strange behaviour. Importantly, I am using Linux/Ubuntu 24.04 for which ...
user avatar
0 votes
0 answers
140 views

Question: I’m using Puppeteer-Core with the @sparticuz/chromium package instead of Puppeteer due to its high memory consumption. My goal is to check if a dynamically loaded script and UI element (e.g.,...
Prem's user avatar
  • 31
0 votes
0 answers
50 views

We are developing a WebRTC-based video calling application on an Android 14 AOSP device. During stress testing (1+ hours), the app frequently crashes. The following logs appear before crashes, but ...
Yuan Sean's user avatar

1
2 3 4 5
88