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

Make a screen blink / flash to alert user

Using .NET 3.5 Winforms, How would i make the entire screen flash/blink between red and white for just a second. I have a big screen that's only meant to show status on monitored equipment. I would like it to flash as a notification to users when an…
Khalid Rahaman
  • 2,292
  • 3
  • 28
  • 40
5
votes
0 answers

Change default min-width for "Request Desktop Site" function in mobile Chrome

I have a website: https://montenegro-travel.info/ It's Mobile First. Desktop version starts from 1200px. Google Chrome for Android have build-in function "Request Desktop Site". After user click it's add something like: @viewport { min-width:…
5
votes
0 answers

What is the meaning of these "paint reasons" in a blink browser?

I was making a graphics heavy site which I tried profiling using the Timeline Tool in Google Chrome, but I'm unable to understand why such vast areas away from the viewport get painted.. Could you please help me in undertanding the reasons…
5
votes
1 answer

Why is the height calculation so inconsistent in Gecko and Blink when dealing with inline-block elements?

As you can see below, both Gecko and Blink performs an inconsistent height calculation for different inline-block elements, even though they all have the same css class. It seems like (*pause*) Trident is the only layout engine to get it right. Did…
Bjørn-Roger Kringsjå
  • 9,849
  • 6
  • 36
  • 64
5
votes
1 answer

How to use Google Blink/Webkit to render HTML code

Sorry if the title somewhat ambiguous. I'm buliding an app that recieve an URL then return the final HTML code (and save it for caching), after Ajax and other js feature executed (something like Phantomjs). My language can call C++ code, so I think…
nvcnvn
  • 4,991
  • 8
  • 49
  • 77
5
votes
2 answers

How to blink notification icon in android? [DONE]

I searched many things as like : How to show icon blinking on google map but according to this i don't find how to blink notification icon blink i want to blink icon on this int icon = R.drawable.ic_launcher; long when =…
Rohit
  • 3,401
  • 4
  • 33
  • 60
5
votes
1 answer

How do I blink/control Macbook keyboard LEDs programmatically?

Do you know how I can switch on/off (blink) Macbook keyboard led (caps lock,numlock) under Mac OS X (preferably Tiger)? I've googled for this, but have got no results, so I am asking for help. I would like to add this feature as notifications (eg.…
turbofart
  • 53
  • 2
  • 3
5
votes
2 answers

Vendor Prefixes in Chrome and Opera

Since Chrome and Opera are switching to "Blink," are they changing the CSS vendor prefixes they use? Right now, Opera uses -o- and Chrome uses -webkit-. In the future, should I include something like -blink-, or will they remain unchanged?
JacobTheDev
  • 17,318
  • 25
  • 95
  • 158
5
votes
1 answer

Activity is blinking after locale change in Android 4.1+

I have implemented custom locale selection about a year ago but after 4.1 release users start to complain on constant activity blinking. Here is code I'm using (compiled from different SO answers): public final class TestApplication extends…
Mikhail
  • 568
  • 1
  • 6
  • 22
5
votes
5 answers

in modern browsers?

I'm working on a project to create a website for our CS faculty. There's one problem though. We want certain elements on the page highlighted in a meaningful manner. The solution must be cross-browser (i.e. must work in IE). Thus, a question: How to…
katspaugh
  • 17,449
  • 11
  • 66
  • 103
4
votes
4 answers

How to make a title blink until it becomes active with jQuery?

I have a javascript chat. When a user receives a message, I want the title to blink until it becomes active. (like Gmail Talk) For example: You are in an other tab. Title is My website Someone talks to you. Title blinks betwen My website and User…
Benjamin Crouzier
  • 40,265
  • 44
  • 171
  • 236
4
votes
0 answers

Compile Flink fail because snapshot dependency

When I clone flink code from its latest github branch, then do: mvn clean install -PskipTests it raise error like: [INFO] [INFO] ------------------< org.apache.flink:flink-dist_2.11 >------------------ [INFO] Building flink-dist…
Simon Su
  • 2,143
  • 6
  • 20
  • 21
4
votes
3 answers

How to Google Maps marker blink for time interval?

I am new at Google Maps technologies.I want to blink or bounce google maps marker for a time interval for example one minute.Is it possible to do it? Could you please show me a way to succeed it?
user6493966
  • 73
  • 2
  • 8
4
votes
1 answer

What is the difference between QtWebEngine and WebView?

I think the title explains pretty much everything. But once again, how would you explain the roles & purposes of these two terms about displaying webcontent in Qt applications? If I use a WebView, does it automatically involve QtWebEngine or is it…
OnurA
  • 611
  • 2
  • 11
  • 25
4
votes
1 answer

HTML 5 input range-thumb disappeared after updating Chrome to version-49

I've themed HTML5 input range-thumb in one of my Client website using pseudo classes :after and :before and using the -webkit- prefix. And it was displaying all fine until I updated my Chrome browser (Desktop, Windows 7) to Version 49.0.2623.87…
Ravi Khandelwal
  • 718
  • 1
  • 5
  • 15
1 2
3
17 18