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
207
votes
8 answers

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 website but I keep getting the console (chrome)…
user3594437
  • 2,103
  • 3
  • 13
  • 8
145
votes
8 answers

puppeteer: wait N seconds before continuing to the next line

In puppeteer I would like to wait a defined time before going to the next line of code. I've tried to put a setTimeout in an evaluate function but it seems to be simply ignored console.log('before waiting'); await page.evaluate(async() => { …
Pipo
  • 5,170
  • 7
  • 33
  • 66
98
votes
3 answers

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 TO bitwise_cast(FROM in) { …
Motti
  • 110,860
  • 49
  • 189
  • 262
80
votes
3 answers

Chrome "Active content with certificate errors"

We recently updated our ZNC server (don't think this matters) with a new certificate to include a Subject Alternative Name (SAN) DNS field. It works now in incognito but my existing session shows the error "This page is not secure (broken HTTPS)."…
Elijah Lynn
  • 12,272
  • 10
  • 61
  • 91
68
votes
16 answers

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" or "yarn install" at Launcher.launch when im…
Moses Schwartz
  • 2,857
  • 1
  • 20
  • 32
65
votes
3 answers

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 functionality or full functionality. According to the chrome…
61
votes
2 answers

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 more if the function is called with a new…
Lewis
  • 4,285
  • 1
  • 23
  • 36
61
votes
4 answers

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 errors in log - 08-24 17:08:37.577:…
Vahan
  • 769
  • 4
  • 10
59
votes
9 answers

Running Chromium inside Docker - Gtk: cannot open display: :0

When I try to run chromium inside a docker container I see the following error: Gtk: cannot open display: :0 Dockerfile: (based on https://registry.hub.docker.com/u/jess/chromium/dockerfile) FROM debian:jessie # Install Chromium RUN sed -i.bak…
user3538553
  • 1,443
  • 3
  • 15
  • 21
59
votes
6 answers

Embedded Chromium or Webkit in Android app

For our Android app, we would like to embed our own browser/rendering engine. The most likely candidate for this, is Webkit/Chromium. We are looking for something similar to WebView, essentially, but backed by a browser (version) that we…
Christian Klauser
  • 4,416
  • 3
  • 31
  • 42
58
votes
4 answers

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?
user4985407
57
votes
1 answer

Official locator strategies for the webdriver

In the official W3C webdriver documentation, it's clearly stated that the location strategies are: State Keyword ----------------------------------------------- CSS selector "css selector" Link text selector …
Merc
  • 16,277
  • 18
  • 79
  • 122
55
votes
4 answers

Any reason to prefer CefSharp over CefGlue (or vice-versa)?

In the realm of providing a decent implementation of the Chromium Embedded Framework (CEF) for .Net, the two leading options appear to be CefSharp and CefGlue. They differ in approach (CefGlue uses P/Invoke to call into the CEF unmanaged code,…
Drew Shafer
  • 4,740
  • 4
  • 30
  • 42
53
votes
3 answers

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 hack accounts. Do not proceed if you are…
Estus Flask
  • 206,104
  • 70
  • 425
  • 565
49
votes
5 answers

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 missing something or does this seem to be a bug I…
cocoseis
  • 1,443
  • 1
  • 13
  • 35
1
2 3
99 100