Where might I find an sample demonstrating this?
On Mar 11, 4:42 pm, Darin Fisher <[email protected]> wrote:
> you have to send an IPC to the browser to ask it to show a MessageBox for
> you.-darin
>
> On Wed, Mar 11, 2009 at 4:27 PM, Daniel <[email protected]> wrote:
>
> > Hi guys,
>
> > Is there any way to display a message box within an sandboxed process
> > without adding JOB_OBJECT_UILIMIT_HANDLES to
> > sandbox::TargetPolicy::SetJobLevel()? The JOB_OBJECT_UILIMIT_HANDLES
> > ui exception is a pretty broad sword for just displaying a popup
> > dialog. Ideally, I'd like to be able to just call
> > Job::UserHandleGrantAccess() and pass a handle returned
> > from ::GetDesktopWindow(). This will allow access to only the desktop;
> > which is what I want for MessageBox().
>
> > There doesn't appear to be any way to do this via the policy. Any
> > suggestions?
>
> > Thanks,
> > D
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---