[chromium-dev] Improve build instructions for Windows

2009-07-01 Thread Rryk
I recently downloaded source code for Google Chrome and it took me several days to compile it. I used these instructions: http://dev.chromium.org/developers/how-tos/build-instructions-windows. I would like to suggest a minor improvement. I experienced problems with SDK Visual Studio registration

[chromium-dev] Ajax maximum response size

2010-01-15 Thread Rryk
Hello, I am implementing 3D rendering engine for Chromium and I need to download huge scenes via Ajax. However I've noticed that asyncronous Ajax requests are limited to 7-8 MB in size. If I try to download more -- tab crashes (and in --single-process-mode everything crashes in onNoMemory