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
4
votes
2 answers

Inexplicable empty space on print from Chrome

Chrome (and other WebKit rendering engines) generate seemingly inexplicable whitespace on print. Code is in CodePen link but easier to explain with pictures: ACTUAL results on print from chrome (screenshot of print view): Also, it does seem OL…
VSO
  • 11,546
  • 25
  • 99
  • 187
4
votes
2 answers

Create a Blink animation in WPF in code behind

I want to apply a Blink animation to a Canvas so that all the objects I have drawn on it would blink with it. I have been somewhat successful using the code below which changes the Opacity property of the Canvas rather fast to achieve this effect…
Vahid
  • 5,144
  • 13
  • 70
  • 146
4
votes
2 answers

How to detect Blink in Chrome

Is there any way to detect that the user is coming with Blink or Webkit powered Chrome engine? By the way i'm also curious about if i can check somewhere if my browser is with blink or not.
wintercounter
  • 7,500
  • 6
  • 32
  • 46
4
votes
1 answer

Blinking Text Shadow CSS3

I was wondering if there was any way to get text shadow to blink in CSS3. Can anyone help me out? Here is what I have and I just want the text shadow to blink. Thanks! #container .title { color: #ba8b00; padding: 25px 0 30px 0; width:…
James Manes
  • 526
  • 1
  • 11
  • 23
4
votes
2 answers

Hide jQuery mobile page first load until completely loaded

At the first load of the home page of my jQuery Mobile based website, it appears like 1 second before being processed by jQuery Mobile, then the page become blank for 1 second and then, the final render of the page is done, letting the final page…
kalvn
  • 404
  • 5
  • 14
4
votes
2 answers

will Opera's DragonFly and Extentions still exist in Webkit world?

I just saw that Opera will stop using Presto, and switches to WebKit, so will DragonFly still exists, or this will be replaced by Chrome Inspector? And what about Extensions too!
Abdelouahab Pp
  • 4,252
  • 11
  • 42
  • 65
3
votes
2 answers

Coding of images in Blink archive

I have a Blink archive (in mht format) saved from Chrome browser. I'm trying to convert the section Content-Type: image/jpeg Content-Transfer-Encoding: binary Content-Location:…
xralf
  • 3,312
  • 45
  • 129
  • 200
3
votes
0 answers

Conversion failure. Could not find Chromium binaries (trying to load from *[Project]\Chromium\)

I'm trying to use Blink as rendering engine but it fails. Installed Select.HtmlToPdf.NetCore.Blink and using .net v4.8. I have a single file "Select.Html.dep" inside bin folder. Running with iisexpress. // instantiate a html to pdf converter…
HasanG
  • 12,734
  • 29
  • 100
  • 154
3
votes
1 answer

How to extract frames from video using webcodecs from chrome 86

WebCodecs is released in Chrome 86. But there's no real code example on how to use it yet. Given a video url, how to extract video frames as ImageData using webcodecs?
Lincolnhuj
  • 63
  • 6
3
votes
1 answer

where does V8 actually consume the raw javascript code?

Im trying to understand how v8 works but im unable to locate where in the code does it actually get the input raw js script to parse it and compile it into c++. I've seen the api.cc and tried to set up a breakpoint in the compiler function but with…
Lucia Clifford
  • 136
  • 1
  • 6
3
votes
0 answers

"text-align: center" with "text-overflow: ellipsis" not working in Chrome and Firefox

I have a horizontal list with ...-truncated titles which I want to be centered. The centering works in Safari (top), but not in Chrome (bottom): ul { width: 100px; display: flex; justify-content: center; align-items: center; } li { …
Tonald Drump
  • 1,227
  • 1
  • 19
  • 32
3
votes
1 answer

flink kafkaproducer send duplicate message in exactly once mode when checkpoint restore

I am writing a case to test flink two step commit, below is overview. sink kafka is exactly once kafka producer. sink step is mysql sink extend two step commit. sink compare is mysql sink extend two step commit, and this sink will occasionally…
Jhon Smith
  • 181
  • 2
  • 12
3
votes
2 answers

flash text for three seconds

I know blinking is not a nice thing. However... I have a long complex HTML form with a number of compulsory fields. As well as highlighting the empty text boxes I want to draw attention to them by flashing the text of the question for maybe three…
derekcohen
  • 1,514
  • 4
  • 17
  • 34
3
votes
1 answer

Is it possible to expose a WebGL context from Blink?

I would like to do the same thing than https://www.mapbox.com/blog/mapbox-unity/ but with three.js in a XWalk view. In short, as I understand it, the mapbox plugin is a controller which has access to the OpenGL context of a Mapbox view and to the…
dagatsoin
  • 2,626
  • 6
  • 25
  • 54
3
votes
4 answers

jquery remove blinking

Block is blinking on .hover() Here is a full example - http://jsfiddle.net/xBEjQ/ How to fix this? UPD: popup should be removed after the mouse leaved the smaller block (.image), not .popup block.
James
  • 42,081
  • 53
  • 136
  • 161