The closest thing to a list is probably this declaration of IPC messages: http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/render_messages_internal.h
In a debug build, you can use about:ipc to monitor IPC traffic. -Darin On Fri, Dec 12, 2008 at 8:17 AM, [email protected] <[email protected]>wrote: > > Hello Everyone, > > I read the following Chrome architecture paper: > > http://crypto.stanford.edu/websec/chromium/chromium-security-architecture.pdf > . > > I understand that in Chrome the rendering engine needs to make an > equivalent of system call to be able to access cookies and other > private information stored in the browser kernel. I am wondering if > there is a list of system call's somewhere. Also, are there any tools > to monitor the system call? > > Thanks, > Karthick > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
