[chromium-dev] Re: Omnibar

2008-12-19 Thread Alex Russell
On Thu, Dec 18, 2008 at 10:12 AM, Peter Kasting pkast...@chromium.orgwrote: I'm not sure I understand all this email, but I'll take a shot at it. On Thu, Dec 18, 2008 at 6:09 AM, Simon B. simon.boh...@gmail.com wrote: Maybe row-numbering the suggestions also for real, in the browser, could

[chromium-dev] Re: Omnibar

2008-12-19 Thread Peter Kasting
On Fri, Dec 19, 2008 at 10:41 AM, Alex Russell slightly...@google.comwrote: The concrete suggestion might not be what we want, but the problem surely sounds valid, no? We have a UI that returns things by type and we don't have anything other than linear navigation to get past one type and to

[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Evan Martin
This was the behavior of an old gclient.py as well. How did you get gclient? On Fri, Dec 19, 2008 at 1:01 PM, Jaff jaffe.m...@gmail.com wrote: Well, this is too strange. It would seem as if some other file-system mechanism is cacheing data. I created a new directory and attempted a fresh

[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Jaff
Well, this is too strange. It would seem as if some other file-system mechanism is cacheing data. I created a new directory and attempted a fresh checkout, and it crashes/halts in exactly the same place. Complains about src/ third_party/WebKit: svn: '/trunk/deps/third_party/web...@7278' does not

[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Andrew Scherkus
Just to confirm, today I checked out two new clients on two fresh machines (Mac, Windows) and haven't had issues. Sounds like a gclient issue to me (either the configuration or the script itself). On Fri, Dec 19, 2008 at 1:09 PM, Mark Larson (Google) m...@chromium.orgwrote: On Fri, Dec 19,

[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Mark Larson (Google)
On Fri, Dec 19, 2008 at 13:01, Jaff jaffe.m...@gmail.com wrote: Well, this is too strange. It would seem as if some other file-system mechanism is cacheing data. I created a new directory and attempted a fresh checkout, and it crashes/halts in exactly the same place. Complains about src/

[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Jaff
OK, here is the contents of .gclient # An element of this array (a solution) describes a repository directory that # will be checked out into your working copy. Each solution may optionally define # additional dependencies (via its DEPS file) to be checked out alongside the # solution's

[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Jaff
I had an older checkout in another directory I may need to update the client config. On Dec 19, 1:10 pm, Evan Martin e...@chromium.org wrote: This was the behavior of an old gclient.py as well.  How did you get gclient? On Fri, Dec 19, 2008 at 1:01 PM, Jaff jaffe.m...@gmail.com wrote:

[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Jaff
OK, now I cannot even use svn anymore, trying to do a new client config yieds this error: dhcp-172-19-240-54:~/Development/Google mjaffe$ gclient sync svn: '.' is not a working copy svn: This client is too old to work with working copy '/Users/mjaffe/ Development/Google/src'; please get a newer

[chromium-dev] Re: Getting started, getting blocked...

2008-12-19 Thread Marc-Antoine Ruel
You've been updated since svn: '.' is not a working copy is an error I recently introduced on non-Windows platforms. You can safely ignore it. That's strange that you have svn version issues since we don't include svn in the depot_tools on non-windows platform. FYI, svn 1.4 can't read

[chromium-dev] Is the zlib valgrind warning in GZipUnitTest.DecodeDeflate spurious?

2008-12-19 Thread Dan Kegel
I just ran into this today (using valgrind-3.4.0.SVN for its nifty track-origins option): $ valgrind --track-origins=yes Hammer/net_unittests --gtest_filter=GZipUnitTest.DecodeDeflate [ RUN ] GZipUnitTest.DecodeDeflate Conditional jump or move depends on uninitialised value(s) at

[chromium-dev] How do you like to view View Source?

2008-12-19 Thread Mohamed Mansour
Hi, I am wondering what do you think the best feeling for the user will be when they View Source a web page. Currently, there are three types of windows: * Pop up * Application * Tap And there are two/three ways to view source: * CTRL + U * Right click on the page, View [frame|page]

[chromium-dev] Re: How do you like to view View Source?

2008-12-19 Thread Peter Kasting
On Fri, Dec 19, 2008 at 5:27 PM, Mohamed Mansour m0.interact...@gmail.comwrote: Currently, this is what happens when you view source: Right Click: * Tab - Opens a new tab with source * Application - Finds a window that has tabs, and opens view source there. * Popup -

[chromium-dev] Re: How do you like to view View Source?

2008-12-19 Thread Josh Roesslein
Agree that it should be consistent. I like the idea of opening a new window to display the source. On Fri, Dec 19, 2008 at 7:27 PM, Mohamed Mansour m0.interact...@gmail.comwrote: Hi, I am wondering what do you think the best feeling for the user will be when they View Source a web page.