4,364 questions
207
votes
8
answers
348k
views
Failed to load resource: net::ERR_INSECURE_RESPONSE
IS there a way to trick the server so I don't get this error:
Content was blocked because it was not signed by a valid security certificate.
I'm pulling an iframe of an html website into another ...
105
votes
3
answers
23k
views
WTF does WTF represent in the WebKit code base?
I downloaded Chromium's code base and ran across the WTF namespace.
namespace WTF {
/*
* C++'s idea of a reinterpret_cast lacks sufficient cojones.
*/
template<typename TO, ...
76
votes
16
answers
124k
views
Puppeteer Error: Chromium revision is not downloaded
I used npm i puppeteer as stated in the Documentation
and I'm getting the following error:
(node:2066) UnhandledPromiseRejectionWarning: Error: Chromium revision is not downloaded. Run "npm install" ...
66
votes
3
answers
64k
views
How to change chrome packaged app id Or Why do we need key field in the manifest.json?
I'm developing packaged app for chrome store using one-time chrome wallet payments. For my app I need to check during the runtime if user bought the app or not to decide should it be demo ...
62
votes
2
answers
4k
views
Why is the execution time of this function call changing?
Preface
This issue seems to only affect Chrome/V8, and may not be reproducible in Firefox or other browsers. In summary, the execution time of a function callback increases by an order of magnitude or ...
61
votes
4
answers
1k
views
Sencha Touch 2 PhoneGap issue for 4.0.x
I have an Android HTC Amaze and an Android HTC Desire. My Sencha Touch 2 apps wrapped by PhoneGap work excellent for the Desire but they refuse to load on the HTC Amaze 4.0.3.
I'm getting this kind of ...
59
votes
4
answers
26k
views
How to access Chrome spell-check suggestions in JavaScript
How does one detect a spelling mistake inside a textarea in JavaScript? Is there an event associated with this? How do I access Chrome's spell-check suggestions for a misspelled word?
53
votes
3
answers
12k
views
Red warning message in Opera console
Red-colored message appeared, presumably after browser auto-update:
Warning!
This area is for use by developers only. Scammers have been known to encourage people to copy/paste information here to ...
49
votes
5
answers
15k
views
Chromium localStorage not showing in Developer Tools
Trying to view my test localStorage, I see nothing in the Storage section under Applications in the Developer Tools.
However, using the console, I can access it, meaning its clearly there.
Am I ...
48
votes
11
answers
84k
views
How to download file with puppeteer using headless: true?
I've been running the following code in order to download a csv file from the website http://niftyindices.com/resources/holiday-calendar:
const puppeteer = require('puppeteer');
(async () => {
...
44
votes
5
answers
87k
views
How to reset chrome inspector?
Something is wrong with my Chrome inspector, I would like to reset the Chrome inspector to out of the box settings. How could I do ? (wihout removing my whole Chrome)
39
votes
5
answers
38k
views
WebView Rendering Issue in Android KitKat
I've been working on an application which have a WebView in which a static page get loaded from the assets (Also using JavaScript). This WebView is not working in KitKat, it remains blank. I am aware ...
38
votes
4
answers
93k
views
Running headless Chrome / Puppeteer with --no-sandbox
Background
I built an application that uses Puppeteer on my localhost. Now that I am trying to deploy it into a debian environment the script that runs Puppeteer is timing out. After researching it I ...
37
votes
4
answers
80k
views
Enabling Chromium to sync with Google Account [closed]
Google announced that from March 15 2021 for the open-source version of Google Chrome, Chromium, it is limiting Private API availability.
The main implication of this change is that is no longer ...
35
votes
4
answers
75k
views
How to disable HTTP/2 in chrome or chromium?
I'm trying to debug difference between HTTP/1.1 and HTTP/2.
Is there any possibility for disabling HTTP/2 in chrome or chromium?
I couldn't find this option flag in chrome 56. I have tried chromium 58 ...
33
votes
4
answers
67k
views
How to reload page in Puppeteer?
I would like to reload the page whenever the page doesn't load properly or encounters a problem. I tried page.reload() but it doesn't work.
for(const sect of sections ){
// Now collect ...
31
votes
2
answers
10k
views
Tail Call Optimization implementation in Javascript Engines [duplicate]
As of February 2019 in Chrome Version 71.0.3578.98 on Mac
, the following program throws Uncaught RangeError: Maximum call stack size exceeded error. at a count of 16516.
const a = x => {
...
30
votes
9
answers
75k
views
Use Selenium with Chromium Browser
In the Selenium options (on Firefox) I can find Custom browser.
Is it possible to use this option to run a Selenium test in Chromium Browser (not Chrome)?
29
votes
7
answers
20k
views
Google Chrome over Linux FrameBuffer
I am working on a project where I need to run Google chromium over Linux FrameBuffer, I need to run it without any windowing system dependency ( It should draw on the buffer we provide it to draw, ...
29
votes
3
answers
22k
views
Chrome + CORS + cache - requesting same file from two different origins
I'm experiencing an issue with Chrome that I can't seem to fully understand, I'm curious if folks here have dealt with it before. This doesn't reproduce in Firefox. The steps are as follows:
Start ...
27
votes
9
answers
76k
views
GNOME Shell integration extension is running, native host connector is not detected?
I have followed these steps while installing the gnome extension of chromium in Ubuntu 20.04.
Installed the GNOME Shell integration extension on chromium.
As per their documentation ran a command to ...
27
votes
3
answers
4k
views
Strange diagonal lines in Chrome/Chromium (bug?)
When I use CSS filters, shadows, transformations, SVG (or similar), my Chrome/Chromium shows a strange diagonal lines:
filter:drop-shadow(0px 0px 10px #dce810);
transform:skew(-15deg);
No ...
27
votes
1
answer
5k
views
Which Chrome keyboard shortcuts cannot be overridden with Javascript?
You can preventDefault() on Chrome shortcuts with JavaScript, but you can't do it with all of them.
Ctrl + S and Ctrl + F you can override.
Ctrl + W you cannot. This makes sense.
Ctrl + L though I was ...
26
votes
1
answer
16k
views
PAC support disabled because there is no system implementation
I've recently upgraded my Nexus 4 to Android 4.4. Whilst debugging my app, I discovered message W/chromium(14962): [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system ...
26
votes
1
answer
5k
views
How to share & WebRTC stream from /dev/videoX device from a Chromium on host and Chromium in a docker container
Environment
Host running Ubuntu 14.04.5 LTS
Docker version 17.09.0-ce, build afdb6d4
Chromium 62.0.3202.89
2 webcams: /dev/video0, /dev/video1
Cameras
# v4l2-ctl --list-devices
Venus USB2.0 Camera (...