Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Access to DOM implementation in Webkit/Chromium
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
sqrts...@googlemail.com  
View profile  
 More options May 18 2012, 7:17 am
From: sqrts...@googlemail.com
Date: Fri, 18 May 2012 04:17:50 -0700 (PDT)
Local: Fri, May 18 2012 7:17 am
Subject: Access to DOM implementation in Webkit/Chromium

Hi guys,

I'm working on a project where I want to achieve taint tracking in
Chromium. In essence, I want to be able to identify things coming from the
DOM, what might happen to them (concat, substring, etc) and be able to
identify variables derived from them. My question in a nutshell is: how and
where are calls to the DOM implemented? I gather that v8 is provided a
context from the rendering engine and then works on that - couldn't find
the corresponding code though.

Your help is very much appreciated
 Ben


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakob Kummerow  
View profile  
 More options May 18 2012, 9:43 am
From: Jakob Kummerow <jkumme...@chromium.org>
Date: Fri, 18 May 2012 15:43:16 +0200
Local: Fri, May 18 2012 9:43 am
Subject: Re: [v8-dev] Access to DOM implementation in Webkit/Chromium

The DOM bindings for V8 are part of WebKit, not part of V8. Start looking
here: http://trac.webkit.org/browser/trunk/Source/WebCore/bindings/v8


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sqrts...@googlemail.com  
View profile  
 More options May 18 2012, 9:58 am
From: sqrts...@googlemail.com
Date: Fri, 18 May 2012 06:58:04 -0700 (PDT)
Local: Fri, May 18 2012 9:58 am
Subject: Re: [v8-dev] Access to DOM implementation in Webkit/Chromium

I found out this much as well. Thanks for the quick reply though :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hossein Siadati  
View profile  
 More options Oct 4 2012, 5:13 am
From: Hossein Siadati <s.h.siad...@gmail.com>
Date: Thu, 4 Oct 2012 02:13:03 -0700 (PDT)
Local: Thurs, Oct 4 2012 5:13 am
Subject: Re: [v8-dev] Access to DOM implementation in Webkit/Chromium

Did you find the answer of this?
Similar to what you are trying to do, I would like to intercept all access
to DOM elements of the page.
I guess that should be possible in v8, but don't know how.

Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »