Discussion:
[chromium-html5] In short, I am looking for the answers to following questions:
Hossain Rony
2018-04-20 18:04:40 UTC
Permalink
0down votefavorite
<https://stackoverflow.com/questions/49946903/how-the-modules-v8-blink-etc-of-chromium-project-work-in-a-web-application-f#>

I have just started exploring chromium project. As I don't have any prior
knowledge in web engine field, it feels like I am in abysmal. Can anyone
give me a brief on this?

navigator.vibrate([1000, 1000, 2000, 2000, 1000]);

For example, If I have a web application consist of HTML5 vibration API,
then:

1. How will it be handled sequentially by different modules of chromium?
2. Which module parses(is it V8?) and interprets the javascript or HTML5
code of the web app?
3. After parsing, which module performs the vibration task?
4. How the required privilege of a web application to vibrate the device
handled?
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-html5+***@chromium.org.
To post to this group, send email to chromium-***@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-html5/.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
Loading...