Questions tagged [blink]

Blink is an open source rendering engine forked from WebKit. It is included in Google Chrome 28+ and Opera 14+. Blink includes a different multiprocess architecture than WebKit2, and the V8 JavaScript engine, rather than JavaScriptCore.

Blink is the rendering engine used by Chromium open source project. Blink, first announced in April 2013, is a fork of WebKit engine.

It is used in Chrome 28+, Opera 15+, Qt WebEngine and some Chromium-based browsers.

258 questions
1
vote
1 answer

Blink1 mk2 Chrome connectivity via WEBUSB API Light Blink Issue

I am working on a project that need notification alert via browser using Blink(1) mk2 device. I have tried the following code for connection to the usb using WEBUSB API. const VENDOR_ID = 0x27b8; navigator.usb.requestDevice({ filters: [{ …
Yasir Ali
  • 21
  • 2
1
vote
1 answer

CSS table with variable height determined by first column and second column scrolls

I need a table whose height is determined by the content of the first column, and the content of the second column scrolls: This is what I have so far: https://jsfiddle.net/gabrielmaldi/kmah7w13/ .container { display: table; width:…
gabrielmaldi
  • 2,157
  • 2
  • 23
  • 39
1
vote
2 answers

Are there browsers for windows or linux that still using actual webkit engine version not blink engine?

Is there any browser for windows or linux that still using actual webkit engine version not blink engine?
1
vote
1 answer

Google Chrome compositor-driven animation affected by jam in main thread

Here is the fiddle showing the puzzler: https://jsfiddle.net/1rk65nxj/ I am animating this .spinner element using CSS animation. The element itself is promoted to its own compositing layer using will-change: transform and translateZ(0) for fallback.…
Prashant
  • 7,340
  • 2
  • 25
  • 24
1
vote
1 answer

Transitionend not firing on transition end but when mouse stops moving on Blink powered browsers

I've dropped in the code below but basically there's an element on the page. On hover transform: scale(1.2) is applied. The element has a transition on it. The main intention was that on transitionend some logic needed to be executed and so a…
1
vote
2 answers

My jquery this correct?

I am wondering if my jquery function is correct Page; [full_column…
1
vote
0 answers

transform translate3d rendering order with webkit/gecko/blink

I'm having an issue with something. I'm using a parallax plugin (https://github.com/wagerfield/parallax) and trying to put interactive popups in layers of the scene. These popups must have positions relative to their respective layers in the…
Michael
  • 1,357
  • 3
  • 15
  • 24