Status: Untriaged Owner: [email protected] Labels: Type-Feature Pri-3 OS-All Area-Misc Size-Medium
New issue 9260 by [email protected]: Criteria checker needs new "launch" API http://code.google.com/p/chromium/issues/detail?id=9260 The criteria checker launches Chrome now without any support for setting z- ordering, size or launch location. Partners are building this, and we can potentially make integration easier by providing a simple API as part of the the criteria checker. Once this issue is resolved: http://code.google.com/p/chromium/issues/detail?id=9196 We should modify the criteria checker's "launch" method to be: LaunchGoogleChrome(int& x, int& y, int& height, int& width, HWND/pid launch_behind_this_hwnd) This will launch Chrome at x,y with size height,width and behind the given HWND/pid. parameters are optional: not providing them reverts to default behavior. If an HWND/Pid is provided, Chrome should be launched behind that application. See documentation about STARTUPINFO and SetWindowPos on msdn. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
