[chromium-dev] Re: Throttling URLRequestFileJobs rate?

2009-06-12 Thread Dan Kegel
On Thu, Jun 11, 2009 at 10:24 PM, Stuart Morganstuartmor...@chromium.org wrote: Also, 256 is a pretty low limit. Dialing it up a few notches (say to 1024) to improve the performance of a better overall solution certainly isn't an issue. Don't you need root for that? - Dan

[chromium-dev] Login name auto-fill code

2009-06-12 Thread Lucius Fox
Hi, Can you please tell me where is the code for 'auto-fill' login name for Gmail on MacOS X? Thank you. --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe:

[chromium-dev] Re: Throttling URLRequestFileJobs rate?

2009-06-12 Thread Stuart Morgan
On Fri, Jun 12, 2009 at 6:59 AM, Dan Kegeldaniel.r.ke...@gmail.com wrote: Don't you need root for that? Changing the soft limit doesn't require root, and there's apparently no hard limit at all on file descriptors (at least as of Leopard; I don't think that was always true). -Stuart

[chromium-dev] Re: [Chrome-qa] [Chrome-team] Line ending presubmit check

2009-06-12 Thread Marc-Antoine Ruel
- chromium-dev On Thu, Jun 11, 2009 at 11:56 PM, Mark Larsonm...@chromium.org wrote: On Thu, Jun 11, 2009 at 20:46, Finnur Thorarinsson fin...@chromium.org wrote: The presubmit check is now complaining if line endings on source files you add isn't set to LF. The message you get is: Fix

[chromium-dev] Re: Login name auto-fill code

2009-06-12 Thread Stuart Morgan
On Fri, Jun 12, 2009 at 7:46 AM, Lucius Foxlucius.fo...@gmail.com wrote: Can you please tell me where is the code for 'auto-fill' login name for Gmail on MacOS X? What part specifically? There are a number of classes involved in login autofill (assuming you are talking about the password

[chromium-dev] Re: Login name auto-fill code

2009-06-12 Thread Stefan Nuxoll
Slightly offtopic, but what are you planning to use as the store on OS X? The keychain? On Fri, Jun 12, 2009 at 11:00 AM, Stuart Morganstuartmor...@chromium.org wrote: On Fri, Jun 12, 2009 at 7:46 AM, Lucius Foxlucius.fo...@gmail.com wrote: Can you please tell me where is the code for

[chromium-dev] Re: Login name auto-fill code

2009-06-12 Thread Stuart Morgan
On Fri, Jun 12, 2009 at 11:36 AM, Stefan Nuxollste...@nuxoll.eu.org wrote: Slightly offtopic, but what are you planning to use as the store on OS X?  The keychain? Short and oversimplified answer: yes. Long answer: http://docs.google.com/Doc?id=dfhbsm63_0cx9h7fszhl=en -Stuart

[chromium-dev] Re: OWNER files

2009-06-12 Thread Marc-Antoine Ruel
- chromium-dev On Fri, Jun 12, 2009 at 1:18 PM, Jim Roskindj...@chromium.org wrote: I really like Erik's suggestion. Automatic assistance, without having to learn to use a pile of new tools, and manually enter file names (yet again) in svn blame, etc. Patches to Rietveld are welcome, but

[chromium-dev] Re: OWNER files

2009-06-12 Thread John Abd-El-Malek
Just wanted to give a friendly warning, the same I gave to Nirnimesh, that we don't want to do any extra processing in Rietveld. Otherwise it'll lead to the 500s that people (don't) miss. On Fri, Jun 12, 2009 at 12:40 PM, Marc-Antoine Ruel mar...@chromium.orgwrote: - chromium-dev On Fri,

[chromium-dev] Re: Resurrecting the JSC build.

2009-06-12 Thread Ojan Vafai
We discontinued it because we had a ton of files forked and it was getting to be a lot of work to maintain. PROS -Can more easily identify v8 layout test failures -Can ensure that all the USE(JSC) blocks are actually about the JS engine instead of just Chromium/Safari-specific code. -Good for

[chromium-dev] gcl upload fails with AttributeError: 'InputApi' object has no attribute 'DEFAULT_BLACK_LIST'

2009-06-12 Thread Nebojša Ćirić
I've successfully created first CL with gcl change some_name: Fixing problem where ml, hi, pt-PT and bg first run bubbles were truncated or to narrow to hold all of text. Increased width of bubble by 4+ chars, and for bg increased the height of bubble by 1. BUG=12208 ---All lines above this

[chromium-dev] Re: Login name auto-fill code

2009-06-12 Thread Mike Pinkerton
Because Stuart is in the middle of rewriting the backend to use Keychain, and that part hasn't yet been adapted. On Fri, Jun 12, 2009 at 2:11 PM, Lucius Foxlucius.fo...@gmail.com wrote: I just want to see why chrome on macos preview 'auto-fill' works (it suggests my login name for gmail) in

[chromium-dev] Re: Login name auto-fill code

2009-06-12 Thread Lucius Fox
On Fri, Jun 12, 2009 at 10:00 AM, Stuart Morganstuartmor...@chromium.org wrote: On Fri, Jun 12, 2009 at 7:46 AM, Lucius Foxlucius.fo...@gmail.com wrote: Can you please tell me where is the code for 'auto-fill' login name for Gmail on MacOS X? What part specifically? There are a number of

[chromium-dev] Re: Can I have sandbox/linux?

2009-06-12 Thread Nicolas Sylvain
On Fri, Jun 12, 2009 at 2:48 PM, Adam Langley a...@chromium.org wrote: On Fri, Jun 12, 2009 at 2:40 PM, Nicolas Sylvainnsylv...@chromium.org wrote: In theory sandbox/ should be fetched from DEPS pointing to http://code.google.com/p/rollcage , but since we don't really have a lot of

[chromium-dev] Re: gcl upload fails with AttributeError: 'InputApi' object has no attribute 'DEFAULT_BLACK_LIST'

2009-06-12 Thread Nebojša Ćirić
maruel fixed the issue. On Fri, Jun 12, 2009 at 2:20 PM, Nebojša Ćirić nci...@gmail.com wrote: I downloaded depot_tools today around 10am. On Fri, Jun 12, 2009 at 2:17 PM, Nebojša Ćirić nci...@gmail.com wrote: I've successfully created first CL with gcl change some_name: Fixing problem

[chromium-dev] FYI: Layout test failures for audio and video if you don't have FFmpeg dlls

2009-06-12 Thread Alpha Lam
(This only applies to Windows, if you are not developing on Windows and you don't care about layout tests, you can stop reading now.) Hi all, I enabled about 150 layout tests for media today, they are mostly sitting inside: webkit/data/layout_tests/LayoutTests/media

[chromium-dev] Re: FYI: Layout test failures for audio and video if you don't have FFmpeg dlls

2009-06-12 Thread Andrew Scherkus
On Fri, Jun 12, 2009 at 4:50 PM, Eric Seidel esei...@chromium.org wrote: Can we do something nice like WebKit does and copy the dlls (from the installed Chrome or wherever) to next to the build test_shell before running? Recalling from memory... you should be able to specify a gyp

[chromium-dev] Re: FYI: Layout test failures for audio and video if you don't have FFmpeg dlls

2009-06-12 Thread Nicolas Sylvain
On Fri, Jun 12, 2009 at 4:43 PM, Alpha Lam hc...@chromium.org wrote: (This only applies to Windows, if you are not developing on Windows and you don't care about layout tests, you can stop reading now.) Hi all, I enabled about 150 layout tests for media today, they are mostly sitting