A browser developed by Google using the WebKit layout engine
Questions tagged [chrome]
33 questions
19
votes
6 answers
Are Chrome Developer Tools an adequate substitute for Firebug?
Are Chrome Developer Tools an adequate substitute for Firebug?
I'm learning how to develop simple web apps using Django. The book I have recommends installing Firefox/Firebug. I'm used to Chrome and wanted to know if I need to switch or if Chrome…

MikeRand
- 1,131
- 8
- 18
17
votes
8 answers
Chromebook - is it interesting for Programmers?
Google announced the chromebook yesterday (11 May 2011). While this is surely a nice thing, I have no clue whether it was interesting to buy one for a (non-javascript)-programmer.
What do you think? Will there be, for instance, a Java IDE in the…

Ingo
- 3,903
- 18
- 23
14
votes
1 answer
Why do some websites showing 0 bytes in Chrome's developer tools
I am doing a page speed optimization for my website and studying how other websites do it. I noticed that some websites such as as Facebook or Ringgitplus show 0 bytes for some of their resources in Chrome's developer tools, Network tab, while the…

kecebongsoft
- 433
- 4
- 7
11
votes
3 answers
What stops HTML5 and JS apps to perform as good as native apps?
From what I understand,
HTML is a mark-up language, so is the content of XAML, XIB and
whatever Android uses and other native UI development frameworks.
JavaScript is a programming language used along with it to handle
client side scripting which…

Amogh Talpallikar
- 1,997
- 2
- 26
- 39
10
votes
3 answers
How to open a desktop application through browser without a Java applet?
We run a cloud-based medical software, and a very important part of the program is bridging to an imaging software straight from our website, passing information through command line arguments. We pass a patient's name and ID through a Java applet,…

RegretfulWasher
- 119
- 1
- 1
- 5
10
votes
1 answer
When opening pdf's in browser, why is "inspect element" available and "view source" not?
When opening pdf's in Chrome and Firefox, the "view source" button is greyed out. "Inspect elemet," however, reveals HTML. Are the browsers simply downloading the file and generating html to display it?

wils484
- 121
- 1
- 1
- 5
8
votes
2 answers
Why is Google blocking users from accessing their local file system in Chromium?
The question is based on this issue in Chromium. It is marked as Won't Fix.
Do you see any reason to block a local html file from accessing another local html file located in the same folder?

Vanuan
- 361
- 1
- 3
- 7
7
votes
2 answers
Google Chrome Extension Development for Dummies?
I want to get started writing extensions for Google Chrome. I am a long time C, C++, Delphi, etc. developer for many years with some Java skills. I believe Chrome extensions are written in C++ but perhaps some people have figured out how to do…

Robert Oschler
- 809
- 1
- 10
- 15
7
votes
4 answers
Charging for chrome extension?
I have a chrome extension that I think is fairly useful. It's already been posted and is free. How can I start charging for it with the Chrome webstore?
$.99 or some such.

Mark
- 348
- 1
- 7
7
votes
3 answers
Why do browsers leak memory?
A colleague and I were speaking about browsers (using a browser control object in a project), and it appears as plain as day that all browsers (Firefox, Chrome, IE, Opera) display the same characteristic or side-effect from their usage and that…

Dane Balia
- 371
- 1
- 2
- 11
6
votes
1 answer
Why is it impossible for Google to port V8 along with Chrome's codebase in C/Obj-C on iOS?
Google has given a reason that All apps on iOS have to run in the sandbox environment except for special apps by apple that get to tap into some private APIs.
So Chrome on iOS uses whatever the UIWebView provides plus it might be doing its UI stuff…

Amogh Talpallikar
- 1,997
- 2
- 26
- 39
5
votes
3 answers
Is blocking java applets a necessary security measure?
Chrome 11 is now asking user permission to run both signed and unsigned Applets (yes, for signed applets the user is asked twice). Chromium team decided that this measure is needed even when the user is using an up-to-date JRE.
Here's my bug report…

Anthony Accioly
- 199
- 5
5
votes
4 answers
How to handle large array operations in Javascript?
I have two Float32Arrays each one of which is 1.6*10^7 in length(floating point array). Using JS I retrieve them from server and add them element by element. My webpage stops responding and I get the following error message. Is there a way of…

gaurav tripathi
- 79
- 1
- 1
- 4
3
votes
1 answer
Does the MIT license allow me to make a product that's a front-end for another MIT-license product?
I've been struggling with timezones online for a few years now. Because I've had enough of it, I want to develop a Chrome extension that leverages moment.js so I can paste in a representation of a time and it will return the time in the user's…

Nzall
- 1,326
- 9
- 15
2
votes
1 answer
Which IndexedDB data structure for Chrome app?
I'm on the way to build a Chrome app, dedicated to fulfill shop/marketplace orders. The orders come from marketplace APIs like Amazon MWS. The data is stored only in the app (with backup). The system need also to work in a quick way if 50.000 or…

Lutz
- 133
- 5