Since Android has such pathetic documentation, I'm looking for the source code for the browser so I can see what objects it provides to JavaScript. Where should I look? Is there an online source code browser?
Asked
Active
Viewed 1.7k times
7
-
http://stackoverflow.com/questions/449763/where-can-i-browse-android-source-code-on-line – MByD Aug 05 '11 at 20:42
3 Answers
11
It's in the Git repository:
https://android.googlesource.com/platform/packages/apps/Browser
Edit:
The applications are now mirrored on github. You can find the browser here: https://github.com/android/platform_packages_apps_browser.git
Vadim Kotov
- 7,766
- 8
- 46
- 61
Cristian
- 196,304
- 62
- 355
- 262
2
you can also use the link below in case you need more options
https://android.googlesource.com/platform/packages/apps/Browser
korosmatick
- 549
- 4
- 8