Question:
What API google used to build Chrome's User Interface ?
TangerineDrinker
2010-11-03 09:39:17 UTC
As simple as the title states, I want to know what API or Library does google use to build the User Interface or GUI of Google Chrome. Or do they go and draw everything "manually" using C++ standard libraries ?

Note. I'm aware that the libraries must be different from OS to another
Four answers:
just "JR"
2010-11-03 09:44:53 UTC
No API, no libararies.

Chrome is built on the WEBKIT browser engine (apple)

The UI is built around using C, C++
2010-11-03 16:48:23 UTC
Libraries use the operating system's APIs. The strings in chrome.exe are suspiciously Pascal-like.
Pisarini
2010-11-06 21:42:19 UTC
Google Chrome is written in C++, Assembly, Javascript.



Google Chrome's engine is WebKit (Based on KHTML)
2010-11-03 16:42:21 UTC
i think this will b helpful 4 u

http://code.google.com/apis/libraries/devguide.html


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...