Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are users able to view source of web apps on ChromeOS?

If yes, is there a way to compile (NOT obfuscate) JS code for deployment in ChromeOS?

like image 503
Max Avatar asked Feb 05 '11 11:02

Max


1 Answers

From quickly looking at the codebase using the Chromium.org Git browser, it appears that Google haven't gone out of their way to remove the "View page source" menu item from the version of Chrom(e|ium) shipped in Chrom(e|ium) OS.

Of course, there's nothing to prevent them from hiding the option in the UI, or removing the feature all together by #ifdef-ing it out, though.

like image 86
Tyson Avatar answered Oct 05 '22 23:10

Tyson