The same-origin policy checks are implemented in the WebKit component. You might be interested in the WebCore::SecurityOrigin class that is in charge of such things.
Adam On Fri, Mar 20, 2009 at 10:03 AM, Sasidhar Kasturi <[email protected]> wrote: > > Hello, > I am planning to change and test various details of the same > origin policy for chrome as part of my project. I had setup the > development environment and built chrome. As described in the Browser > hand book (http://code.google.com/p/browsersec/wiki/Main) there are > individual policies for > 1. DOM access > 2. Ajax > 3. cookies. > > I would like to know where and how is the policy for each of them > implemented in the code tree of chrome. > > Regards, > - Sasidhar. > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
