[chromium-dev] Urgent, a very evil site i think which does evil things (no joke)

2009-08-04 Thread nakro
hi, i sent this to your agl an hour back as he showed interest in sites which might break out of the sandbox but maybe he is not online now or something i do not want to post a link here, for obvious reasons, so if anyone with an @chromium mail contact me i will send you the link, and you

[chromium-dev] Re: Urgent, a very evil site i think which does evil things (no joke)

2009-08-04 Thread nakro
Ok, but just so you know, i also checked this site again(!) with the -- safe-plugins switch and since i had Process Explorer open with always on top, and since sun java's dies with this safe-plugins mode it would seem that it was java who triggered this mess, and since you do not ask for

[chromium-dev] Re: Urgent, a very evil site i think which does evil things (no joke)

2009-08-04 Thread nakro
Ian, i have a lot of respect to you chrome devs, but i could never figure why you don't just punch holes in the sandbox when Flash or Java or maybe even Reader work these are by far the most used plugins in the world (where Flash is #1 i would think) i do recall even reading an area of the

[chromium-dev] 2 Questions about Npapi (and flash in particular)

2009-08-02 Thread nakro
This is mostly related to problems people have in the help forum 1- you fork a process for npapi plugins, but many people report that if they have a bookmark folder with loads of flash content, they get an 'Aw Snap' or the lucky ones get OUt of Script memory this only happens if they do it

[chromium-dev] FYI: a new problem with the latest patch for 2008 SP1 (from today/yesterday)

2009-07-29 Thread nakro
if you get the latest patch of VS2008SP1 (released yesterday) you will not be able to compile chrome you will get errors relating to '_Swap_adl' i googled it a bit, and till MS fixes it i simply modified 2 files in the inc dir tuple xutility and changed '_Swap_adl' to 'swap' - note the

[chromium-dev] I want to fix the tab tear issues with chrome

2009-07-24 Thread nakro
one of the most popular issues ppl have with chrome is the tabs tearing out with no intent (i have it too) seems to be related to HD thrasing ... i am quite sure i will find the cause and solve it i post this here, as i was told you should invent a new flag designating features you want

[chromium-dev] Re: I want to fix the tab tear issues with chrome

2009-07-24 Thread nakro
Phistuck, thanx, i did not begin to investigate which files are involved yet, i figured the debugger will tell me all i need to know Adam, so i take it that there is no need to fix it as it is being done already. btw, i think (but never looked at the code for that area) that it has to do

[chromium-dev] Re: Unable to download Chrome Source Code

2009-07-20 Thread nakro
Pradeep, i was also never able to download the source via the tarball what i did in the end was use gclient sync as it continues from where it left off, if the download is interrupted also a friend of mine could only get the source code like this

[chromium-dev] A suggestion to Drastically improve build times,

2009-07-08 Thread nakro
First off, i am not complaining, just suggesting as the build (especially link gets slower and slower) I contribed code before to chrome, and plan to do so in the future, however even changing one line of Code in say browser.vcproj leads to 10+ mins of linking (yes TEN) what i did was wrote

[chromium-dev] Re: A suggestion to Drastically improve build times,

2009-07-08 Thread nakro
Pawel, since i have it working on my machine (or i really could not code with chrome) i can tell you it is much more than a flag just as an example the name of chrome_dll.vcproj produces chrome.dll, but the incremental files would clash with chrome.vcproj who does the exe another example : you

[chromium-dev] Re: A suggestion to Drastically improve build times,

2009-07-08 Thread nakro
Jeremy, First off, i will be happy to share the code or exe or whatever you will wish the thing is this, i am very interested in chrome (code wise) but i never took a stab with all your gyp and scripts... and while i know enough python to read your scripts (i learned it for it) i have no access

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

2009-07-07 Thread nakro
i am not 100% sure i know the reason, but i have a good feeling i do i think that when i do 'gclient sync --force' i am getting all the layout tests even though i specifically excluded them using your published method, and it seems to work when i don't have the --force flag however, --force is

[chromium-dev] Re: question about helpwanted items (how it works)

2009-06-26 Thread nakro
http://codereview.chromium.org/147200 --~--~-~--~~~---~--~~ 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: question about helpwanted items (how it works)

2009-06-26 Thread nakro
http://codereview.chromium.org/147202 (i didn't know how to use gcl properly, so i re-submitted and deleted the prev issue, prev was only up for a very short while) --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View

[chromium-dev] Re: Windows 7 and the mailto protocol

2009-06-26 Thread nakro
look at the 4th post in this thread, the one by nakro with the registry trick i have no win7 but i guess it should work as well http://www.google.com/support/forum/p/Chrome/thread?tid=3844726aab2447c8hl=en --~--~-~--~~~---~--~~ Chromium Developers mailing list

[chromium-dev] Re: question about helpwanted items (how it works)

2009-06-25 Thread nakro
I agree, but no browser has a keyboard shortcut for this what FF and Safari have is a menu option to change the behavior of Zoom (via a check box) and IE only does full page zoom since chrome is so religious about minimal UI, i thought to have these options with no UI at all but i can easily add

[chromium-dev] Re: Gmock compilation errors on VS2008SP1

2009-06-15 Thread nakro
Hi albret, projects that fail : gmockj gmockmain here is an example out from gmockmain C:\Program Files\Microsoft Visual Studio 9.0\VC\include\tuple(498) : error C2065: '_Is_swap_move' : undeclared identifier 1C:\Program Files\Microsoft Visual Studio 9.0\VC\include\tuple (504) : see

[chromium-dev] Gmock compilation errors on VS2008SP1

2009-06-14 Thread nakro
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\tuple(498) : error C2065: '_Is_swap_move' : undeclared identifier and many more like it i clobbered my build, synced --force, did revert this only started to happen in the last 24 hours or so is anyone able to compile it on their

[chromium-dev] Re: Any way to compile webkit faster

2009-06-11 Thread nakro
Mohamed, if you wish i can share with you the tricks i do on my machine they make the difference of even building chrome.exe from 10 mins to less than 1 (after a small source code change) all this on my very very slow machine i wrote a small exe program which parses the .vsprops and ..vcproj so

[chromium-dev] Re: Build errors with VS2008SP1

2009-06-08 Thread nakro
Mohammed, i am not sure i get your reply or the point of posting it however, i thank the rest of you for being honest about it right now 2008 builds just fine so i can get back to fixing the ui tests for hebrew enabled machine (that last prob was not with _TR1, mohammed, btw)

[chromium-dev] Re: RE : chrome's testing

2009-06-07 Thread nakro
Regarding 1 : at least for VS2008 the tests seemed to have been moved to the chrome folder (i know that ui_tests.vcproj and unit_tests.vcproj have been moved there) --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View

[chromium-dev] Build errors with VS2008SP1

2009-06-05 Thread nakro
for chrome_dll.vcproj : tcmalloc.lib(override_functions.obj) : error LNK2005: _malloc already defined in libcmt.lib(malloc.obj) and many others related to libcmt . i really want to know if i am the only one getting this because if so, this means something is very wrong with my config (i

[chromium-dev] Re: Build errors with VS2008SP1

2009-06-05 Thread nakro
Thanx elliot, but this is why i specified i use 2008, and i know you have no build bots for it 2005 is not an option for me, i am stuck with 2008 pro, and again, i don't wish to waste your time on helping me fix it, just to know if i am the only one so i know where to look for the problems

[chromium-dev] Re: Build errors with VS2008SP1

2009-06-05 Thread nakro
i have 17796 (from 2 hours back) but the problems started today or yesterday i only take from http://build.chromium.org/buildbot/continuous/LATEST/REVISION but anyways it should have compiled do you have VS2008SP1 and you can compile ? if so, i know that something in my installation is wrong

[chromium-dev] Re: Build errors with VS2008SP1

2009-06-05 Thread nakro
yes peter, i did, in windows jargon i rd /q /d Debug and VS was as close as can be again, i do not wish you waste your time, all i want to hear is that one of you has 2008SP1 and can(!) compile it, and then i will know it is not some GYP problem, but my machine

[chromium-dev] Re: Build errors with VS2008SP1

2009-06-05 Thread nakro
Peter, hope its not a double post, i did nuke my debug folder and i had VS close while i did the gclient revert and sync and all the rest of them --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email

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

2009-06-03 Thread nakro
Sverir, thank you very much for your reply, i posted this as a possible bug plus ideas on how to fix this http://code.google.com/p/chromium/issues/detail?id=13239 i am still not sure why it only happens on my machine, as i am sure all of you have no issues but i am no manifest expert in any

[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 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: 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: 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 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: --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 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] 2 questions about SVN

2009-05-29 Thread nakro
Hi, 1- if i want to see ONLY the .cc files i changed in a folder i type svn diff *.cc -works but say i do the same in ...\src\chrome i get this : svn: Can't open file '*.cc\.svn\entries': ??T? ,-.?, T? ,`~%, ?. ,?╪? %~ T? ?..% ? ??-'% ,?╪`.? T,.%%?. which i need to find all the changes

[chromium-dev] Re: 2 questions about SVN

2009-05-29 Thread nakro
thanx evan, just to be clear i use *windows* (hence the windiff thing) and i have svn 1.6.1 (the normal env i hope, i did not modify it) 1- svn diff `find . -name *.cc` returns: svn.exe: invalid option character: n 2- 'patch' is not recognized as an internal or external command operable program

[chromium-dev] Re: 2 questions about SVN

2009-05-29 Thread nakro
Evan, i have cygwin in my path and i know that when you build chrome it registers cygwin via some registry mounting hack as a prof if i enter pwd it indeed works like in unix still, none of your solutions works can you really run this on your windows OS ? for example, in my cygwin/bin

[chromium-dev] Re: 2 questions about SVN

2009-05-29 Thread nakro
Greg and Evan, thanx a lot Greg your solution is perfect, and it works! Evan, i of course never applied anyone else's patch, and i have to say i never saw in your online documentation about how to get the code any mention of this cygwin setup i needed to do, i must have missed it, sorry i will

[chromium-dev] making UI tests pass in RTL (question)

2009-05-28 Thread nakro
Hi all, i am right now trying to make the UI_Tests to pass on hebrew enabled windows i am currently stuck with this problem : how can i tell if the browser is using a RTL interface ? the HWND of it does not specify it (the Ex style is still LTR) and to hack the command line of the renderers

[chromium-dev] Re: making UI tests pass in RTL (question)

2009-05-28 Thread nakro
just to make sure i got it straight : my code will be executing from the ui_tests.exe the browser is a different process This API you mentioned seems (i didn't check yet) to only work on the current process but imagine this : hbono suggested that there could be cases where the ui_test

[chromium-dev] Re: UI_test.exe fails to complete (please help)

2009-05-27 Thread nakro
thanx wan, after setting chromium as the def browser i now only have 1 test that fails [ RUN ] UnloadTest.BrowserCloseTabWhenOtherTabHasListener ..\..\browser\unload_uitest.cc(349): error: Value of: popup_title Actual: L Expected: std::wstring(Lpopup) Which is: Lpopup [ FAILED ]

[chromium-dev] chrome://downloads/ behaviour (some suggestions and a bug, i think)

2009-05-27 Thread nakro
for the last few days (and for sure on 3.0.183.0 (16994)) you stopped showing the DL speed on that tab (unless the size of the download is not known) i actually like the consistent look of FF with the curr/totoal (speed) feel also, as this issue reports,

[chromium-dev] Re: chrome://downloads/ behaviour (some suggestions and a bug, i think)

2009-05-27 Thread nakro
Jeremy, you got my points right however issue 4718, seems to have been solved in my eyes by looking at static std::wstring FormatTimeImpl(const TimeDelta delta, FormatType format_type) and by running 3.0.183.0 (16972) and actually downloading a file but the

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-25 Thread nakro
Mark, i have a confession to make i use your chrome with incremental linking i wrote a small program which after you run your dog_food thing, modifies the genereated .vcproj and .vsprops and adds incremental linking of course, unit_tests died on a 2GB limit so i checked link.exe and it is

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-25 Thread nakro
mark, this is why i stated that i know it works on 2008SP1 and it is very much documented this /MP swtich, and so far it never led to any problem... not in chrome and not in my own projects you anyways detect the environment, so you know if you run 2008 or 2005 also, i saw some people complain

[chromium-dev] unit_test fail with ExtensionsServiceTest.ExternalInstall

2009-05-25 Thread nakro
reason is simple, but the answer why is not i have vista with UAC turned ON(!) and you try in that test to write to HKLM which is not virtualized for console apps http://msdn.microsoft.com/en-us/library/aa965884(VS.85).aspx i changed it to HKCU but the test fails on something else i think

[chromium-dev] Re: unit_test fail with ExtensionsServiceTest.ExternalInstall

2009-05-25 Thread nakro
Thanx mark, in the mean time, how do i disable this specific test and how do i run the UI tests in english mode ? or is it supposed to pass in hebrew mode ? --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives,

[chromium-dev] UI_test.exe fails to complete (please help)

2009-05-25 Thread nakro
this link below is what happens when you run it as is http://code.google.com/p/chromium/issues/detail?id=12636sort=-idcolspec=ID%20Stars%20Pri%20Area%20Type%20Status%20Summary%20Modified%20Owner%20Mstone but i don't care too much about hebrew, so i found in your source the following

[chromium-dev] Re: a cool macro to only run the startup project

2009-05-22 Thread nakro
not try it On May 23, 6:58 am, Peter Kasting pkast...@google.com wrote: On Fri, May 22, 2009 at 8:06 PM, nakro yoav.zilberb...@gmail.com wrote:    Sub BuildStartupProject()        Dim sb As SolutionBuild = DTE.Solution.SolutionBuild        Dim projName As String = sb.StartupProjects(0

[chromium-dev] Re: a cool macro to only run the startup project

2009-05-22 Thread nakro
And now i see the confusion, i WRONGLY labeled this post should have read a cool macro to only BUILD the startup project . are we even then ? --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-21 Thread nakro
hey bradn, i already did that :) i thought this thread is dead, so i did not reply i did a revert and then a runhooks --force and now i can even see the dependencies one more thing, i wrote a small program for chrome build which sets cl.exe and link.exe to the idle priority class, so i don't

[chromium-dev] VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
how does one see which project depends on which ? i ask this because today i had a problem so i clobbered my debug folder, and out of curiosity went to chrome.exe and did build this project only and it did not even bother to compile all the projects chrome.exe is based on! also, even a full

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
VS 2008 pro SP 1, on Vista (hebrew) 32SP1 my other projects works just fine, i always thought that the dependencies don't show because you use some kind of strange build system --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
also, mark please have a look at this consistent unit_tests bug i got no response, and this makes me have to log out and log in time and again

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
mark, i plan to contrib code to chrome so i wanted to run all the unit tests (also of the UI) in the last 2 days all my builds return link errors .since i switched to safesync_url: http://build.chromium.org/buildbot/continuous/ LATEST/REVISION what is worse is that the IDE seems to create

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
bradley, if i open the src/base/base.sln as the solution i see dependencies, for base_unittest (or something like this) but in all my projects (i am a developer) i always see dependencies, chromium is hardly my first project. and an i not just petty about this, the build goes wrong after i

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
one more thing which could be different on my machine i did set GYP_MSVS_VERSION=2008 but i doubt this could be it still, (and i have no VS2005 or 2010 installed, so it should have been this anyways) --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] how can i make sure i have the Exact copy as the trunk ?

2009-05-17 Thread nakro
i am now playing with the source code of chrome, and doing tests i did not find a way to say show me which files i have that are different and also, a way to say make my copy of chrome the exact as what the trunk is any help is welcome --~--~-~--~~~---~--~~

[chromium-dev] a solution to compile in VS 2008/2005 without killing the machine

2009-05-16 Thread nakro
if any of you wants, i have written just now a small program that set the priority of Cl.exe and Link.exe to IDLE so that it does not kill the Machine while you build you can also tell it to compile in parallel, but link only one module at a time i even write this C++ program using, what i hope

[chromium-dev] i would like to help code chrome.. but i have some compilation issues (and unittest)

2009-05-12 Thread nakro
i use VS2008 on Vista32Sp1, and i need to change treat warnings as errors for 2 projects for this to even compile (i also tried setting GYP_MSVS_VERSION=2008 to no avail) c:\chromiumtrunk\src\third_party\WebKit\JavaScriptCore\wtf/PassRefPtr.h (70) : error C2220: warning treated as error - no

[chromium-dev] Re: i would like to help code chrome.. but i have some compilation issues (and unittest)

2009-05-12 Thread nakro
(or women) nakro On May 12, 8:20 pm, Lei Zhang thes...@chromium.org wrote: On Tue, May 12, 2009 at 6:19 AM, nakro yoav.zilberb...@gmail.com wrote: the other thing, is that after i modify it the unit tests fail [  PASSED  ] 864 tests. [  FAILED  ] 1 test, listed below: [  FAILED