[chromium-dev] Re: How does chromium handle 'Back' functionality

2009-06-02 Thread Peter Kasting
On Mon, Jun 1, 2009 at 10:57 PM, Lucius Fox lucius.fo...@gmail.com wrote: what do you mean when you said cached content should always be preferred even if it is stale? If the resource is in the cache, it is used, regardless of whether it has expired. Does Chrome still issue HTTP requests and

[chromium-dev] Re: How does chromium handle 'Back' functionality

2009-06-02 Thread Darin Fisher
On Mon, Jun 1, 2009 at 11:19 PM, Peter Kasting pkast...@chromium.orgwrote: On Mon, Jun 1, 2009 at 11:10 PM, Lucius Fox lucius.fo...@gmail.comwrote: 1. If I enter some values in form elements, and then load a new page (before i clicked submit) , and the click back. Does that mean the values I

[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 bradnel...@google.com 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

[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

[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 yoav.zilberb...@gmail.com wrote: i am not sure this is related, but i started getting this from the build (on windows vista 32) running

[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
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 yoav.zilberb...@gmail.com wrote: thanks phistok, but i tried it all i did gclient revert gclient sync --force gclient

[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 yoav.zilberb...@gmail.com 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] 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: 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

[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 pinker...@chromium.org wrote: You can always attach to the appropriate renderer with Shark. Does

[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 lucius.fo...@gmail.com 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

[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 lucius.fo...@gmail.com 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,

[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 yoav.zilberb...@gmail.com 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

[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 yoav.zilberb...@gmail.com wrote: setting chromium as the default browser make it invoke setup.exe the

[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 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

[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=2q=label:RTL

[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

[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

[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] 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. For

[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

[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 phist...@gmail.com 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 yoav.zilberb...@gmail.com wrote:

[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

[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=1view=cmfs=1tf=1to=su='+encodeURIComponent(document.title)+'body='+encodeURIComponent(document.location);w=window.open(m,'addwindow

[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 erik...@chromium.org wrote: Similar to the translate, this feature could be used to

[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

[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

[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

[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 silverburgh.me...@gmail.com wrote: Hi, I am reading the messaging between renderer and browser:

[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]

[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 (王重傑) ajw...@chromium.orgwrote: 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

[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 yoav.zilberb...@gmail.com 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

[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] 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

[chromium-dev] Re: Question about chromium architecture

2009-06-02 Thread Brett Wilson
On Tue, Jun 2, 2009 at 4:57 PM, Meryl Silverburgh silverburgh.me...@gmail.com 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

[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 jer...@chromium.org:

[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 http://i41.tinypic.com/syvz7p.pngScott, 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] 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: 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 m0.interact...@gmail.com 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:

[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 aba...@chromium.org wrote: We're working through this on #chromium Adam On Tue, Jun 2, 2009 at 7:29 PM, Mohamed

[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 aba...@chromium.org 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

[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 pkast...@google.com wrote: On Tue, Jun 2, 2009 at 7:36 PM, Adam Barth aba...@chromium.org wrote: We're working through this on #chromium In the future: Use

[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: confused with chrome's version control

2009-06-02 Thread dhhwai
On Jun 2, 8:20 pm, Davis Jickae jick...@gmail.com 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

[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

[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 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

[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 daniel.c...@gmail.com wrote: Does anyone have objections to including such a function? It would just return a

[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 ama...@chromium.org wrote: Would an iterator method on CommandLine serve the same purpose?  It seems like that could work

[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: 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 each