On Thu, Aug 20, 2009 at 6:31 AM, Evan Martin<[email protected]> wrote: > kill -STOP <pid of renderer> > ?
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. Sorry for not making my question clear. > On Thu, Aug 20, 2009 at 12:23 AM, n179911<[email protected]> wrote: >> >> Hi, >> >> Is there anyway to 'lock' the Render process in chromium? Which means >> Renderer does not do these during the 'lock' period >> * repaint the screen >> * no dom modification >> * no render tree modification >> * no javascript context modification >> >> Thank you for any idea. >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
