Re: [v8-users] Breaking On Native Function Calls

2016-10-20 Thread PhistucK
Yes, I am. I already noticed it is blocking the Chromium issue. Thank you! ☆*PhistucK* On Thu, Oct 20, 2016 at 9:33 AM, Yang Guo wrote: > I guess you are looking for https://bugs.chromium.org/ > p/v8/issues/detail?id=178 > > This is a long standing feature request that

Re: [v8-users] Breaking On Native Function Calls

2016-10-20 Thread PhistucK
Yeah, I wish. I do not have a strong machine yet. :( I wanted to try an old version of Chromium (which does not have [Unforgeable] yet), but my corporate proxy is blocking me from using the site in question. I will try again when I am home. ☆*PhistucK* On Thu, Oct 20, 2016 at 9:31 AM,

Re: [v8-users] Breaking On Native Function Calls

2016-10-20 Thread Yang Guo
I guess you are looking for https://bugs.chromium.org/p/v8/issues/detail?id=178 This is a long standing feature request that has not been addressed yet. I'll add it to our backlog. On Thursday, October 20, 2016 at 7:55:38 AM UTC+2, PhistucK wrote: > > File ​crbug.com/657697​ (and

Re: [v8-users] Breaking On Native Function Calls

2016-10-20 Thread Krzysztof Olczyk
If making your own build of Chromium for your investigation purposes makes sense to you, it should work for you to remove "Unforgeable" here: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/frame/Window.idl?l=41 Then, you could defineProperty window.location to your "proxy"

Re: [v8-users] Breaking On Native Function Calls

2016-10-19 Thread PhistucK
File ​crbug.com/657697​ (and crbug.com/657700 for a related bug I found as a result :(). But it is really a duplicate of crbug.com/49 (so I closed mine). I guess it will not be in progress soon. :( ☆*PhistucK* On Thu, Oct 20, 2016 at 8:19 AM, Jochen Eisinger wrote: >

Re: [v8-users] Breaking On Native Function Calls

2016-10-19 Thread Jochen Eisinger
As far as I know that's not possible. Could you file a feature request for this (probably on crbug.com if you also want to cover DOM functions) On Wed, Oct 19, 2016 at 7:38 PM PhistucK wrote: > I wanted to know whether there is a V8 (or Chrome) flag of some sort that > will

[v8-users] Breaking On Native Function Calls

2016-10-19 Thread PhistucK
I wanted to know whether there is a V8 (or Chrome) flag of some sort that will let me add breakpoints on native function calls. I do not mean C++ functions, I mean built in web platform (or ECMAScript) functions. My issue is that I click on a link and suddenly some code is apparently calling