On Thu, Aug 20, 2009 at 9:38 AM, n179911<[email protected]> wrote: > I don't want the renderer process to die. I just want it 'locked' so > that i can dump out information of the page (DOM, CSS) of the page. > And I want the page unchange during the information dumping.
SIGSTOP doesn't kill the process, it just, well, stops it. (SIGCONT to start it again.) AGL --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
