Re: [chromium-dev] can't download chrome installer when behind a squid proxy

2010-01-20 Thread Eric Roman
On Wed, Jan 20, 2010 at 10:57 AM, Paweł Hajdan, Jr. phajdan...@chromium.org wrote: I have a local squid proxy and on Windows machines using it the Chrome installer never finishes (I can download the first, small .exe which then initializes and tries to download the main installer). When not

Re: [chromium-dev] Chromium Unit Test Cases for HTTP Post

2010-01-06 Thread Eric Roman
On Wed, Jan 6, 2010 at 1:16 PM, hap 497 hap...@gmail.com wrote: Thank you. Is there any test which makes Chromium loads a page using HTTP post? Similar to some of Chromium loads a page using AutomationProvider's NavigateToURL (which uses HTTP GET). Yes, there are some ui-tests which do HTTP

Re: [chromium-dev] Any interest in command line tools for network stack?

2009-11-23 Thread Eric Roman
One command line tool I have sometimes wanted when debugging, is a way to dump out a cached response from the disk cache. The only way I know to do this currently is create a profile and load it in chrome, then use about:cache to print the response as hex. (At which point you still need to

Re: [chromium-dev] Re: Fwd: Switching vs2008 to be preferred when present.

2009-11-11 Thread Eric Roman
Yuck, I experienced the same gut-wrenchingly slow single stepping problem! The problem was the Autos view. VS 2008 conveniently turns this on by default, but it is crazy slow. Even if it doesn't have focus, it will pause to update it after each step. Go ahead and right click on Autos and select

[chromium-dev] Explaining to users how to enable logging

2009-11-05 Thread Eric Roman
If you want to ask a user for their chrome_debug.log in a bug report, you can just paste them this URL: http://dev.chromium.org/for-testers/enable-logging I got tired of writing these steps repeatedly in bug reports, so collected them into a document. I am still unhappy with how complicated

[chromium-dev] Re: Explaining to users how to enable logging

2009-11-05 Thread Eric Roman
On Thu, Nov 5, 2009 at 2:10 PM, Chase Phillips ch...@chromium.org wrote: On Thu, Nov 5, 2009 at 12:34 PM, Eric Roman ero...@chromium.org wrote: If you want to ask a user for their chrome_debug.log in a bug report, you can just paste them this URL: http://dev.chromium.org/for-testers

[chromium-dev] Re: Fwd: Switching vs2008 to be preferred when present.

2009-10-29 Thread Eric Roman
On Thu, Oct 29, 2009 at 2:38 PM, Mike Belshe mbel...@google.com wrote: I've been using VS2008 on Win7 for the last month or so. I hate it. Problems: 1) Stepping in the debugger is SOOO slow.  I am thinking about going back to VS2005. 2) If you turn on Intellisense, it crashes like crazy

[chromium-dev] Re: [Help]how can i get the chrome project files

2009-10-29 Thread Eric Roman
I recommend following the Bootstrap using the tarball instructions at: http://dev.chromium.org/developers/how-tos/get-the-code It sounds like you have already completed steps 1 - 4, so next you must do steps 5 and 6: (5) install the depot_tools (6) gclient sync --force Step 6 is what

[chromium-dev] Re: buildbot failure in Chromium on Modules XP (dbg), revision 27248

2009-09-25 Thread Eric Roman
Looks like FTPCacheURLCredentials is flaky; none of these changes touched that code... On Fri, Sep 25, 2009 at 2:14 PM, build...@chromium.org wrote: http://build.chromium.org/buildbot/waterfall/ Automatically closing tree for net_unittests on Modules XP (dbg)

[chromium-dev] Re: Chrome Library for tweaking Windows Network Settings

2009-09-16 Thread Eric Roman
Pawel's suggestion is a good way. We already do this in the existing test suites (for example, search for RuleBasedHostResolverProc in http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/in_process_browser_test.cc) So you should be able to just call methods on RuleBasedHostResolverProc

[chromium-dev] The URL for view-cache: has changed

2009-09-14 Thread Eric Roman
Note that the URL for viewing HTTP cache entries has been changed from: view-cache:HTTPURL To: about:cache/HTTPURL (about:cache is itself a shorter alias chrome://net-internals/view-cache/HTTPURL) Sorry for the inconvenience. This change was part of http://crbug.com/21551, in order to cut

[chromium-dev] Re: Announcing view-net-internal:

2009-09-14 Thread Eric Roman
Done. As per http://crbug.com/21551, the URL has been changed to: chrome://net-internals/* (Also changed view-cache:, but announcing that in a separate thread.) On Thu, Sep 10, 2009 at 3:41 PM, Darin Fisher da...@chromium.org wrote: On Thu, Sep 10, 2009 at 3:32 PM, Adam Barth

[chromium-dev] Re: Announcing view-net-internal:

2009-09-10 Thread Eric Roman
some layers). On Thu, Sep 10, 2009 at 3:03 PM, Peter Kasting pkast...@google.com wrote: On Thu, Sep 10, 2009 at 3:00 PM, Adam Barth aba...@chromium.org wrote: On Thu, Sep 10, 2009 at 2:56 PM, Eric Roman ero...@chromium.org wrote: In the chromium trunk builds later than r25926, there is a new

[chromium-dev] Re: RWX sections in the binary

2009-09-01 Thread Eric Roman
There are at least some RWX pages that result from having V8 in the browser process. http://code.google.com/p/chromium/issues/detail?id=11443 On Tue, Sep 1, 2009 at 3:58 PM, Paweł Hajdan Jr. phajdan...@chromium.org wrote: Chromium gives this notice when compiling on Gentoo:  QA Notice: The

[chromium-dev] Re: date and time storage

2009-08-19 Thread Roman
Oh, thanks a lot. You've helped me. --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev

[chromium-dev] Re: Parallel builds w/ VS2005 (or, what Darin learned after mistakenly committing changes to common.gypi)

2009-08-15 Thread Eric Roman
On Fri, Aug 14, 2009 at 11:23 PM, PhistucKphist...@gmail.com wrote: Sorry for my ignorance, but what is ~/.gyp/include.gypi (mostly I see this kind of paths on things concerning Linux, I am on Windows)? The tilde is Unix shorthand for your home directory ($HOME). On Windows, the analog is

[chromium-dev] date and time storage

2009-08-12 Thread Roman
hello! I'm developing utility what can be used to synchronize and organize history records in different browsers. And there is a problem I can't solve: I can't extract last visit time and date from Chrome's SQLite database. What is the format of this field? And how do I extract it?

[chromium-dev] Re: Design Doc: out of process (v8) proxy resolving

2009-08-02 Thread Eric Roman
Updated the names with some feedback from Darin: ProxyResolverV8::JSBindings -- ProxyResolverJSBindings OOPProxyResolverV8 -- IPCProxyResolver OOPProxyResolverV8Host -- IPCProxyResolverHost So the names are less V8 specific (could drop in a JSC backend on the proxy resolver process-side if you

[chromium-dev] Re: Design Doc: out of process (v8) proxy resolving

2009-07-30 Thread Eric Roman
Roman ero...@chromium.org wrote: Here is a design document for http://crbug.com/11746 http://sites.google.com/a/chromium.org/dev/developers/design-documents/out-of-process-v8-pac Feedback welcome. --~--~-~--~~~---~--~~ Chromium Developers mailing list

[chromium-dev] Design Doc: out of process (v8) proxy resolving

2009-07-29 Thread Eric Roman
Here is a design document for http://crbug.com/11746 http://sites.google.com/a/chromium.org/dev/developers/design-documents/out-of-process-v8-pac Feedback welcome. --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View

[chromium-dev] Re: Adding a Custom Scheme

2009-07-29 Thread Eric Roman
You are pretty close. What you want to do is override URLRequestJob::IsRedirectResponse(), rather than trying to do the redirect in the factory. Something like this should work: class URLRequestCustomJob : public URLRequestJob { public: explicit URLRequestCustomJob(URLRequest* request) :

[chromium-dev] Re: Adding a Custom Scheme

2009-07-29 Thread Eric Roman
, none of these breakpoints are being hit. I tried adding a breakpoint directly after the factory is being registered, and the program is breaking at this point. Thanks for your help! On 29 July, 22:32, Eric Roman ero...@chromium.org wrote: You are pretty close. What you want to do

[chromium-dev] Re: Javascript scope within PAC files?

2009-07-14 Thread Eric Roman
What I'm getting at is, can we use the chrome api javascript calls within PAC files? The PAC environment does not allow access to any of the chrome extension APIs. Moreover, both incognito requests and non-incognito requests flow through the same PAC script instance, so there is no way to

[chromium-dev] Re: Javascript scope within PAC files?

2009-07-14 Thread Eric Roman
On Tue, Jul 14, 2009 at 3:34 PM, Peter O'Brienpeter.j.obr...@gmail.com wrote: The PAC environment does not allow access to any of the chrome extension APIs. Thanks for the clarification. Your suggestion of augmenting the PAC enviroment to expose incognito information could be done, and I

[chromium-dev] Re: Layout tests (can't really block my machine from getting them)

2009-07-07 Thread Eric Roman
Unfortunately there isn't a good solution to not checking out the layout test data :( The LayoutTests:None line in .gclient is a good start, but it doesn't prevent the pollution from webkit/data/layout_tests/platform. There is already a discussion of this at:

[chromium-dev] Re: Where is the CGContextDrawImage() for MacOSx defined

2009-06-25 Thread Eric Roman
CGContextDrawImage() is not defined in Chromium -- it part of Mac OS X's quartz 2D library: http://developer.apple.com/documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/c/func/CGContextDrawImage I imagine the reason you can't step into it with XCode, is that

[chromium-dev] unable to load generated resources

2009-06-24 Thread Eric Roman
I am building ToT chromium, and dying with a DCHECK here: DCHECK(locale_resources_data_ != NULL) unable to load generated resources; It is trying to load en.dll. However en.dll doesn't exist. If I use a fresh profile this works, as it ends up instead loading en-US.dll which does

[chromium-dev] Re: Collapsed view of our waterfall

2009-06-05 Thread Eric Roman
Sweetness! I didn't know about that either. /me votes for making collapsed view the default since one generally doesn't want to see the descriptions unless something broke. On Fri, Jun 5, 2009 at 4:16 PM, Finnur Thorarinssonfin...@chromium.org wrote: It seems that every week I get around 2-3

[chromium-dev] Re: Binary File Access

2009-03-20 Thread Eric Roman
Hi,I don't know what the current status on the new xhr API implementation is, but from what you describe it sounds like some V8 bindings may be missing. Also a quick glance at the layout test list shows there are some related broken tests. I'd recommend filing bugs about this at:

[chromium-dev] VS solution takes forever to load

2009-02-19 Thread Eric Roman
So I recently had the problem where loading chrome.sln: takes about 10 minutes (in other words, absurdly long). It seems this time the the problem was VS trying to load many hundreds of hundreds of files from ~/Local Settings/Application Data/Microsoft/WebsiteCache/* Not sure why that happened,

[chromium-dev] Re: checkdeps failure when a unit test relies on v8.h

2009-02-17 Thread Eric Roman
*** Regarding V8 usage in browser for Proxy Autoconfig (PAC): *** My goal is to do all the work necessary to get V8-PAC resolving working in the browser process first. This gives us feature parity with how things function today, where we load winhttp.dll in the browser process and execute PAC

[chromium-dev] if you get linker error for X509Certificate, then clobber

2009-01-29 Thread Eric Roman
If after synching to r8870 you get an error like: 13common.lib(url_request_intercept_job.obj) : error LNK2019: unresolved external symbol public: __thiscall net::X509Certificate::X509Certificate(class std::basic_stringchar,struct std::char_traitschar,class std::allocatorchar ,class

[chromium-dev] Re: Stabilization Effort Daily Report

2009-01-08 Thread e. roman
On Thu, Jan 8, 2009 at 11:13 AM, Jon j...@chromium.org wrote: *Report for 2009-1-7* We need to make progress on the layout tests. Everyone should have their name next to at least one Layout Test. I still need owners for these two bugs, please take one of these: Issue 5541

[chromium-dev] Re: What WebKit goodies do we get in 155?

2009-01-06 Thread e. roman
While not new to WebKit, Chromium's port now implements more of the base features. For example, brettw recently added support for stroked/filled text, and transformed form controls. Example: http://webkit.org/blog/85/introducing-text-stroke/ http://codereview.chromium.org/8615

[chromium-dev] Re: What WebKit goodies do we get in 155?

2009-01-06 Thread e. roman
On Tue, Jan 6, 2009 at 12:26 PM, Evan Martin e...@chromium.org wrote: On Tue, Jan 6, 2009 at 12:17 PM, e. roman ero...@chromium.org wrote: While not new to WebKit, Chromium's port now implements more of the base features. For example, brettw recently added support for stroked/filled text

[chromium-dev] Re: Rietveld improvements for large changelists

2008-12-11 Thread e. roman
Glad to hear this. However I just tried building some webkit-merge changelists and rietveld continues to have problems. (upload would succeed, but when trying to load the resulting page you get a 500; 170 files total). I ended up chunking into gcl changes of 40 each, but this is a pain to

[chromium-dev] Re: Announcement: Enabling new http stack by default

2008-10-22 Thread e. roman
On Tue, Oct 21, 2008 at 5:41 PM, e. roman [EMAIL PROTECTED] wrote: Rolled this back until a startup test perf regression is sorted out. http://code.google.com/p/chromium/issues/detail?id=3639 Ok, it is back in now as of r3776. On Tue, Oct 21, 2008 at 4:37 PM, e. roman [EMAIL PROTECTED

[chromium-dev] Announcement: Enabling new http stack by default

2008-10-21 Thread e. roman
As of r3693, chrome.exe defaults to using the new http stack (rather than the WinHTTP stack). Please attach the label NewHTTP to bugs you encounter. Also describe whether it reproduces when using the --winhttp flag. Q: Why not continue using the WinHTTP implementation? A: Writing our own stack

[chromium-dev] Re: Improving Build Process

2008-09-28 Thread e. roman
Link time is a killer. There is no silver bullet, but these help: (1) Defrag harddisk(s) daily. http://support.microsoft.com/kb/555098 The intermediary build files can become fragmented and really slow things down. (2) Use a separate hard disk from your system disk to build the code on. (I was

[chromium-dev] Re: Some sites throw browser not supported exception

2008-09-28 Thread e. roman
Yes, this is annoying. First and foremost we need help from site authors to fix this, so please report it to the site owners. You can point them to this page: http://www.google.com/chrome/intl/en/webmasters-faq.html#useragent (It is preferable that they test for webkit in the UA rather than a

[chromium-dev] Style question: referencing bug-ids from the comments

2008-09-27 Thread e. roman
Is there a recommended format for referencing issue-ids from code comments? (I have some TODOs that I want to spawn issues for). Previously the convention was: http://b/$ID This url was elegant and functional. Now I suppose the canonical URL would be: