[chromium-dev] Re: Print Settings Mockup

2009-06-02 Thread Scott Hess
Aha, perfect setup to a point I neglected to make: Lets make simple things simple, and hard things possible, here. I feel for Ian, but only a little. The reason I threw out an idea around headers and footers is not because I use them a lot, it's because I have no idea at all what my current head

[chromium-dev] Re: Print Settings Mockup

2009-06-02 Thread Ian Fette
I notice you did not include page size, yet all the MSFT ones have it. I personally find this useful (my printer has both 8.5x11" and A4 loaded, and I use them both -- mostly 8.5x11, but a4 when I'm printing certain PDFs (magazine articles, forms, etc from anywhere other than the US). Maybe I'm abn

[chromium-dev] Re: Print Settings Mockup

2009-06-02 Thread Scott Hess
What I meant was to have a popup full of formatted choices which look like the thing you want to have. So instead of "Page # of #", which is pretty abstract, "Page 1 of 2". Also, instead of have six places where you can list five different things (Firefox has five, two of which are variants of e

[chromium-dev] DLLs missing and DCHECKs in recent builds

2009-06-02 Thread Glen Murphy
I thought it was just me, but I just heard from someone else who hit this. It appears that a recent change causes a few things to not get built when you do a clean build, leading to DCHECKs when you try to run. I believe the GYP team is working on a fix, but in the meantime you can work around it

[chromium-dev] Re: Does anyone have objections to adding a GetSwitchValues() accessor to CommandLine?

2009-06-02 Thread Book'em Dano
Sure. that woudl work too. I'm kinda curious why this was removed in the first place. If i recall correctly, we used to have such a method. On Jun 2, 9:09 pm, Amanda Walker wrote: > Would an iterator method on CommandLine serve the same purpose?  It seems > like that could work without having to

[chromium-dev] Re: Does anyone have objections to adding a GetSwitchValues() accessor to CommandLine?

2009-06-02 Thread Amanda Walker
Would an iterator method on CommandLine serve the same purpose? It seems like that could work without having to make a copy... --Amanda On Wed, Jun 3, 2009 at 12:06 AM, Book'em Dano wrote: > > Does anyone have objections to including such a function? It would > just return a copy of std::map sw

[chromium-dev] Does anyone have objections to adding a GetSwitchValues() accessor to CommandLine?

2009-06-02 Thread Book'em Dano
Does anyone have objections to including such a function? It would just return a copy of std::map switches_; I'd like to add such a function so that I can iterate over the command line args (both switches and loose values) and validate that only expected values are present. -D --~--~-~

[chromium-dev] Re: confused with chrome's version control

2009-06-02 Thread Amanda Walker
There is only one form of version control, which is the Subversion repository. For convenience, we provide a few alternatives to checking out a source tree from subversion and building it: tarballs: a "tarball" is a tar format archive of a complete source tree that has been checked out from the su

[chromium-dev] Re: confused with chrome's version control

2009-06-02 Thread Mohamed Mansour
Hi, the difference between chrome and chromium is written here pretty well: http://blog.chromium.org/2008/10/google-chrome-chromium-and-google.html There is Google Chrome and Chromium (two versions). Google Chrome has many versions (Stable / Beta / Dev ) to learn more about them, you can read the

[chromium-dev] Re: confused with chrome's version control

2009-06-02 Thread dhhwai
Snapshot builds are current, on the fly, development builds whenever a developer has checked in changes for recompiling. You get a snapshot build whenever there is a successful compile. Continuous builds are those snapshot builds that have passed all the automated tests. The latest tarball (cre

[chromium-dev] Re: confused with chrome's version control

2009-06-02 Thread dhhwai
On Jun 2, 8:20 pm, Davis Jickae wrote: > I'm new with chrome, and now confused with chrome's version control. > I find there're "tarball", "snapshot", "continuous" or maybe some other > kinds of version. So, how many kinds of versions  chrome has? What do they > dedicate on each? > > In fact, I

[chromium-dev] confused with chrome's version control

2009-06-02 Thread Davis Jickae
I'm new with chrome, and now confused with chrome's version control. I find there're "tarball", "snapshot", "continuous" or maybe some other kinds of version. So, how many kinds of versions chrome has? What do they dedicate on each? In fact, I'm also puzzled about "chrome" and "chromium", what's

[chromium-dev] Re: Buildbot is failing, I don't know what to do.

2009-06-02 Thread Mohamed Mansour
Thats what I did, and Adam and Nick came on IRC afterwards. -- Mohamed Mansour On Tue, Jun 2, 2009 at 11:28 PM, Peter Kasting wrote: > On Tue, Jun 2, 2009 at 7:36 PM, Adam Barth wrote: > >> We're working through this on #chromium > > > In the future: Use #chromium first for "urgent" things lik

[chromium-dev] Re: Buildbot is failing, I don't know what to do.

2009-06-02 Thread Peter Kasting
On Tue, Jun 2, 2009 at 7:36 PM, Adam Barth wrote: > We're working through this on #chromium In the future: Use #chromium first for "urgent" things like this, resort to email if you can't reach anyone there. PK --~--~-~--~~~---~--~~ Chromium Developers mailing l

[chromium-dev] Re: Buildbot is failing, I don't know what to do.

2009-06-02 Thread Mohamed Mansour
Wow you guys are quick. Many thanks =) -- Mohamed Mansour On Tue, Jun 2, 2009 at 10:44 PM, Nicolas Sylvain wrote: > The machines with this error need to be clobbered. I did most of them this > afternoon, but looks like I forgot some! > Thanks > > Nicolas > > > On Tue, Jun 2, 2009 at 7:36 PM, Ada

[chromium-dev] Re: Buildbot is failing, I don't know what to do.

2009-06-02 Thread Nicolas Sylvain
The machines with this error need to be clobbered. I did most of them this afternoon, but looks like I forgot some! Thanks Nicolas On Tue, Jun 2, 2009 at 7:36 PM, Adam Barth wrote: > > We're working through this on #chromium > > Adam > > > On Tue, Jun 2, 2009 at 7:29 PM, Mohamed Mansour > wro

[chromium-dev] Re: Buildbot is failing, I don't know what to do.

2009-06-02 Thread Adam Barth
We're working through this on #chromium Adam On Tue, Jun 2, 2009 at 7:29 PM, Mohamed Mansour wrote: > Hi, I was landing a patch right now, and I am getting all these weird > errors. > > C:\b\slave\sub-dbg-xp\build\src\net\http\http_auth_handler_ntlm.cc : warning > C4005: '_HAS_TR1' : macro red

[chromium-dev] Buildbot is failing, I don't know what to do.

2009-06-02 Thread Mohamed Mansour
Hi, I was landing a patch right now, and I am getting all these weird errors. C:\b\slave\sub-dbg-xp\build\src\net\http\http_auth_handler_ntlm.cc : warning C4005: '_HAS_TR1' : macro redefinition _HAS_TR1 I have no idea whats happening. Anyone else has those? -- Mohamed Mansour --~--~-~

[chromium-dev] Re: Please ping me if you plan on touching the OSX keyboard handling code

2009-06-02 Thread Jeremy Moskovich
Good to know, thanks for the heads-up! Best regards, Jeremy 2009/6/2 Hironori Bono (坊野 博典) > > Hi Jeremy, > > Sure. I have been adding code to implement the NSTextInput interface > (mainly in "chrome/browser/renderer_host/render_widget_host_view_mac.mm"). > If it becomes OK, I'm going to notice

[chromium-dev] Re: Print Settings Mockup

2009-06-02 Thread Mohamed Mansour
I removed the options part to give a more visualized idea: http://i41.tinypic.com/syvz7p.png Scott, I agree headers / footers are confusing everywhere, can you elaborate on how we can do inline header/footer representation. I was thinking of the same thing, but I

[chromium-dev] Re: Please ping me if you plan on touching the OSX keyboard handling code

2009-06-02 Thread 坊野 博典
Hi Jeremy, Sure. I have been adding code to implement the NSTextInput interface (mainly in "chrome/browser/renderer_host/render_widget_host_view_mac.mm"). If it becomes OK, I'm going to notice you. Regards, Hironori Bono E-mail: hb...@chromium.org 2009/6/3 Jeremy Moskovich : > We have a bunch

[chromium-dev] Re: Question about chromium architecture

2009-06-02 Thread Brett Wilson
On Tue, Jun 2, 2009 at 4:57 PM, Meryl Silverburgh wrote: > > I am reading this document > "http://dev.chromium.org/developers/how-tos/getting-around-the-chrome-source-code"; > about chromium source code: > It said: > > renderer: Code for the subprocess in each tab. This embeds WebKit and > talks

[chromium-dev] Question about chromium architecture

2009-06-02 Thread Meryl Silverburgh
I am reading this document "http://dev.chromium.org/developers/how-tos/getting-around-the-chrome-source-code"; about chromium source code: It said: renderer: Code for the subprocess in each tab. This embeds WebKit and talks to browser for I/O. Does that mean chromium do not use the HTTP stack/li

[chromium-dev] Re: a brave new world for RTL languages (please comment)

2009-06-02 Thread nakro
Xiaomei, i have reported these issues http://code.google.com/p/chromium/issues/detail?id=13215 http://code.google.com/p/chromium/issues/detail?id=13216 http://code.google.com/p/chromium/issues/detail?id=13217 --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: a brave new world for RTL languages (please comment)

2009-06-02 Thread Xiaomei Ji
Hi Yoav, On Tue, Jun 2, 2009 at 12:42 PM, nakro wrote: > > *sigh* i wrote such a splendid reply but chrome entered one of > his moods and refused to pop out of the taskbar > > here is the much shorter version : > tell your friend at FF that at least on 3.0.10 the Ctrl+right shift do > n

[chromium-dev] Re: CL 115977 will require clobber build

2009-06-02 Thread 王重傑
This has been submitted as r17430. On Mon, Jun 1, 2009 at 2:13 PM, Albert Wong (王重傑) wrote: > I will be checking in a /D change to essential.vsprops that requires a > clobber build. > > The change is to enable TR1 for VS2008 SP1 so that gmock can compile on > that platform. > > I'm running throu

[chromium-dev] Re: --single-process not working with Chrome 2.0?

2009-06-02 Thread Lei Zhang
It's always disabled in Chrome. It's all in the source code. See [1] line ~416. You can use Google Code Search to grep the code more quickly. For instance, if you search for single_process, you'll end up on [2] and oh look at the first result! [1] http://src.chromium.org/viewvc/chrome/trunk/src

[chromium-dev] Re: message between renderer and browser

2009-06-02 Thread Avi Drissman
There is one message for forwarding any type of input event. Trace backwards and forwards from RenderWidgetHost::ForwardInputEvent(). Avi On Tue, Jun 2, 2009 at 3:48 PM, meryl wrote: > > Hi, > > I am reading the messaging between renderer and browser: > > http://dev.chromium.org/developers/desi

[chromium-dev] Re: a brave new world for RTL languages (please comment)

2009-06-02 Thread Jeremy Moskovich
If you post a link to a bug that describes a single, concrete, narrowly defined issue along with a proposed solution we can discuss that. I understand you see allot of stuff you want to fix, which is great. But if you continue to post messages that contain a bunch of different issues mixed togeth

[chromium-dev] Re: --single-process not working with Chrome 2.0?

2009-06-02 Thread nakro
from what i recall in the source code this switch indeed is commented out, meaning it has no effect it only works with chromium, --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscri

[chromium-dev] --single-process not working with Chrome 2.0?

2009-06-02 Thread vijay
The --single-process command-line switch does not seem to be working with Chrome 2.0. I'm running the latest released version of 2.0.172.28 on Windows XP and even when using the switch, Chrome still starts up with 2 processes. Then, when I go to a page with a plugin (NPAPI), it creates a brand new

[chromium-dev] Re: [extensions] Text translate API proposal

2009-06-02 Thread Mohamed Mansour
Why not just rename textTranslate to textProcess or something in that fashion. This feature could be used in other services rather than translation. -- Mohamed Mansour On Mon, Jun 1, 2009 at 3:00 PM, Erik Kay wrote: > Similar to the translate, this feature could be used to support sites that >

[chromium-dev] Re: Creating a bookmarklet extension

2009-06-02 Thread Mohamed Mansour
Hello, The code you pasted is a bookmarklet, as in, you add a bookmark and place its URL to: "javascript:(function(){m=' http://mail.google.com/mail/?ui=1&view=cm&fs=1&tf=1&to=&su='+encodeURIComponent(document.title)+'&body='+encodeURIComponent(document.location);w=window.open(m,'addwindow ','statu

[chromium-dev] Re: Where is the code which chromium display the loading status

2009-06-02 Thread Nico Weber
Hi Daniel, most strings are in app/generated_resources.grd. Searching this file will tell you that the "waiting..." message has the symbolic name IDS_LOAD_STATE_WAITING_FOR_RESPONSE. http://google.com/codesearch?q=IDS_LOAD_STATE_WAITING_FOR_RESPONSE then tells you that this seems to happen in tab

[chromium-dev] Re: Creating a bookmarklet extension

2009-06-02 Thread Mohamed Mansour
Aaron, correct, but doesn't each extension run in its own page? So if you execute that onclick it will think the document.title and document.url is the extension page itself. Hence, chrome-extension:///hello_gmail.html But the tabs API isn't complete (I assu

[chromium-dev] Re: chrome.sln switched to gyp (sort of)

2009-06-02 Thread Mohamed Mansour
Awesome Bradley! Finally :) -- Mohamed Mansour 2009/6/2 PhistucK > Searched the .bat\.py files for the command "ut" and its origins? Sorry, > currently not next to the source and out of time. > ☆PhistucK > > > > On Tue, Jun 2, 2009 at 15:55, nakro wrote: > >> >> thanks phistok, but i tried it

[chromium-dev] message between renderer and browser

2009-06-02 Thread meryl
Hi, I am reading the messaging between renderer and browser: http://dev.chromium.org/developers/design-documents/displaying-a-web-page-in-chrome It has 2 messages as an example, "set cursor" message and "mouse click" message. Does that mean there is a different message for each input events. F

[chromium-dev] Re: Print Settings Mockup

2009-06-02 Thread Scott Hess
I think the headers and footers are confusing (everywhere). Why not just a single popup for each selection which displays a real-time view of each thing? So it might have items like: Header: "Bonsai Kitten http://www.shorty.com/bonsaikitten/"; Footer: "Page 1 of 2

[chromium-dev] Re: a brave new world for RTL languages (please comment)

2009-06-02 Thread nakro
*sigh* i wrote such a splendid reply but chrome entered one of his moods and refused to pop out of the taskbar here is the much shorter version : tell your friend at FF that at least on 3.0.10 the Ctrl+right shift do not work (try www.google.com and see in the edit control) also, i faile

[chromium-dev] Please ping me if you plan on touching the OSX keyboard handling code

2009-06-02 Thread Jeremy Moskovich
We have a bunch of bugs around keyboard handling on OSX since we currently bypass the Cocoa event handling system. I've started to look into some of these issues. Please touch bases with me if you plan on touching the event code on OSX. Duplicating work really sucks. Thanks, Jeremy --~--~--

[chromium-dev] a brave new world for RTL languages (please comment)

2009-06-02 Thread Xiaomei Ji
Hi Yoav, Thanks for looking into making Chrome works better in RTL languages. I agree with Jeremy, if you think Chrome does not work correctly in some of the cases, it would be nice to file bugs (please search the existing bugsfirst

[chromium-dev] Re: Print Settings Mockup

2009-06-02 Thread Marc-Antoine Ruel
I like the mock. Glen has a veto on any UI. I think the "Options" is unnecessary until implemented so it can be trimmed off. The inches/mm issue is well done in Microsoft Word where you can type the units you want to use instead of being forced to use one or another. M-A On Tue, Jun 2, 2009 at

[chromium-dev] buildbot/svn downtime planned

2009-06-02 Thread Nicolas Sylvain
Hello, Over the next 2 weeks we will be moving our current buildbot/svn infrastructure to new servers. Each build slave (We have ~60 of them) will be down for about one hour at one point during the next 2 weeks. We will move them one by one to minimize the impact. The SVN server will also b

[chromium-dev] Re: setup.exe doesn't run work for me

2009-06-02 Thread Sverrir Á . Berg
I had a similar issue with my build a while back and I ended up finding out that something in our build chain was corrupting the manifest (the manifest had two different xml namespaces referring to two different versions of the manifest versions if I recall correctly).The solution for me was to ch

[chromium-dev] Re: a brave new world for RTL languages (please comment)

2009-06-02 Thread Mark Larson (Google)
Yoav, I'm glad to hear you're interested in helping make Chromium better! The best way to get started is to get specific broken behaviors documented as bugs and then work on fixing the bugs. We already have a lot on file: http://code.google.com/p/chromium/issues/list?can=2&q=label:RTL

[chromium-dev] Re: setup.exe doesn't run work for me

2009-06-02 Thread nakro
Raul, right now i am in the middle of (yet another) clobber build so i can't test this all i want to know is this imagine you have UAC enabled, and you just press F11 on setup.exe in VS does it really launch on your machine without this error ? i am not looking for a way to solve it (i am aware o

[chromium-dev] Re: a brave new world for RTL languages (please comment)

2009-06-02 Thread Jeremy Moskovich
There are quite a few thorny corner cases around BiDi editing and cursor movement, I don't think there's any point in having a discussion about this stuff unless we have a handle on what we want to fix and exactly how we plan to fix it. Also, IMHO, it would be better to iron out some of the basic

[chromium-dev] Re: setup.exe doesn't run work for me

2009-06-02 Thread Rahul Kuchhal
Not sure why you are getting error when setup.exe gets launched but to get around it you can launch Chrome as admin, set it as default and then exit. On Tue, Jun 2, 2009 at 12:11 AM, nakro wrote: > > setting chromium as the default browser make it invoke setup.exe > > the problem is that i start

[chromium-dev] Re: a brave new world for RTL languages (please comment)

2009-06-02 Thread Dan Kegel
On Tue, Jun 2, 2009 at 9:21 AM, nakro wrote: > יואב Zilberberg הוא 123 but!!! אולי > ... i encourage you to select with the mouse the text and > see how windows behaves It's not just Windows. Firefox on Linux does this, too. And I suspect Mac applications also behave this way. If we were to i

[chromium-dev] Re: Is there any way to profile chromium on MacOS?

2009-06-02 Thread Amanda Walker
TestShell does not use a separate renderer process. --Amanda On Tue, Jun 2, 2009 at 12:25 PM, Lucius Fox wrote: > > I can build and debug TestShell project. But can you please tell me > how to attach appropriate renderer with Shark? > What is an appropriate renderer? > > On Mon, May 25, 2009 at

[chromium-dev] Re: Is there any way to profile chromium on MacOS?

2009-06-02 Thread Thomas Van Lenten
On Tue, Jun 2, 2009 at 12:25 PM, Lucius Fox wrote: > > I can build and debug TestShell project. But can you please tell me > how to attach appropriate renderer with Shark? > What is an appropriate renderer? TestShell doesn't do the out of process model, all rendering is done inproc with TestShe

[chromium-dev] Re: Is there any way to profile chromium on MacOS?

2009-06-02 Thread Lucius Fox
I can build and debug TestShell project. But can you please tell me how to attach appropriate renderer with Shark? What is an appropriate renderer? On Mon, May 25, 2009 at 7:37 AM, Mike Pinkerton wrote: > You can always attach to the appropriate renderer with Shark. Does > that not fit the bill?

[chromium-dev] Re: a brave new world for RTL languages (please comment)

2009-06-02 Thread nakro
hey jeremy, i hope this text below would come out right יואב Zilberberg הוא 123 but!!! אולי even if you cut & paste the below to notepad (assuming you have a hebrew keyb support) you will see that the caret in windows itself moves in a crazy way since i am a programmer for a long time i know t

[chromium-dev] Re: a brave new world for RTL languages (please comment)

2009-06-02 Thread Jeremy Moskovich
Hi Yoav, In general it would be much easier to have a discussion if you could refer to a specific narrowly-focused bug in your email. Just saying that an area is generally broken it's hard to understand what specific aspect you're talking about. So: What exact functionality is broken, and how do

[chromium-dev] Re: setup.exe doesn't run work for me

2009-06-02 Thread Marc-Antoine Ruel
On Tue, Jun 2, 2009 at 3:11 AM, nakro wrote: > and to make the UI tests pass, chromium has to be the default browser > (especially on hebrew vista) > Not anymore, see http://code.google.com/p/chromium/issues/detail?id=13064 M-A --~--~-~--~~~---~--~~ Chromium Dev

[chromium-dev] Re: chrome.sln switched to gyp (sort of)

2009-06-02 Thread PhistucK
Searched the .bat\.py files for the command "ut" and its origins? Sorry, currently not next to the source and out of time. ☆PhistucK On Tue, Jun 2, 2009 at 15:55, nakro wrote: > > thanks phistok, but i tried it all > i did > gclient revert > gclient sync --force > gclient runhooks --force > > a

[chromium-dev] Re: chrome.sln switched to gyp (sort of)

2009-06-02 Thread nakro
thanks phistok, but i tried it all i did gclient revert gclient sync --force gclient runhooks --force and this error message simply comes from time to time, and is new, so maybe it is related to this GYP change as (i guess) the .sln is created at this stage --~--~-~--~~~--

[chromium-dev] Re: chrome.sln switched to gyp (sort of)

2009-06-02 Thread PhistucK
Try gclient sync --force, always seems to help and not reverting your changes, as far as I know. ☆PhistucK On Tue, Jun 2, 2009 at 15:27, nakro wrote: > > i am not sure this is related, but i started getting this from the > build (on windows vista 32) > > running 'C:\chromiumtrunk\depot

[chromium-dev] Re: chrome.sln switched to gyp (sort of)

2009-06-02 Thread nakro
i am not sure this is related, but i started getting this from the build (on windows vista 32) running 'C:\chromiumtrunk\depot_tools\release \python_24\python.exe src/ tools/gyp/gyp_dogfood src/build/all.gyp' in 'c:\chromiumtrunk' Updating projects from gyp files... 'ut' is not recogniz

[chromium-dev] a brave new world for RTL languages (please comment)

2009-06-02 Thread nakro
Hi, this post will only make sense to those who speak hebrew or arabic as you know, the selection in windows of text in a mixed hebrew english text is at best a joke nobody understands it natively, and the cursor (caret in windows jargon) movement is also very awkward (right goes left, left goes

[chromium-dev] Re: setup.exe doesn't run work for me

2009-06-02 Thread nakro
Maybe this will shed more light on what i have wrong every build i do results in cygwin.vcproj and ffmpeg.vcproj to re- execute their oeprations as if there were not done before surely i am the only one who has this, as i am sure it would have been fixed otherwise by now hope this shed more lig

[chromium-dev] setup.exe doesn't run work for me

2009-06-02 Thread nakro
setting chromium as the default browser make it invoke setup.exe the problem is that i started getting "manifest errors" when i try to launch the program "the application has failed to start because the application config is incorrect" also, when i build this project, i get an exe but the co

[chromium-dev] Re: chrome.sln switched to gyp (sort of)

2009-06-02 Thread Ben Goodger (Google)
Great! It's exciting to finally see the light at the end of the tunnel. -Ben On Mon, Jun 1, 2009 at 11:53 PM, Bradley Nelson wrote: > Hi All, > We've just landed a change to switch chrome.sln to be gyp generated. > This was accomplished with a bit of a temporary cheat. > The now generated chrom