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 <dpc...@hotmail.com> 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: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to