mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
e39f9f88f7
- Bug 1152171 part 2 - Rename AnimationTimeline to DocumentTimeline; r=smaug (26c118319) - Bug 1152171 part 3 - Update web-platform-tests expectations; r=jgraham (b7b4032aa) - Bug 1153734 part 1 - Remove AnimationEffect; r=smaug (9cf67a02e) - Bug 1153734 part 2 - Rename Animation to KeyframeEffectReadonly; r=smaug (b69556ee6) - Bug 1153734 part 3 - Rename AnimationPlayer.source to AnimationPlayer.effect; r=smaug (50d3130ee) - Bug 1153734 part 4 - Rename other uses of 'source' and 'source content'; r=jwatt (b02c4ba36) - Bug 1153734 part 5 - Add AnimationEffectReadonly as a superinterface of KeyframeEffectReadonly; r=smaug (c3395d3f5) - Bug 1149990 - Support replaying of finished CSS transitions by supporting setting of currentTime/startTime. r=birtles (3fb2cb401) - Bug 1154615 part 1 - Rename AnimationPlayer to Animation in WebIDL; r=smaug (6c2125b49) - Bug 1154615 part 2 - Rename PendingPlayerTracker to PendingAnimationTracker; r=jwatt (8d6804def) - Bug 1154615 part 3 - Rename internal members of PendingAnimationTracker; r=jwatt (f348f6355) - Bug 1154615 part 4 - Rename references to players in dom/animation; r=jwatt (0250572e8) - Bug 1117603 part 1 - Don't assume style rules have been refreshed in GetAnimationRule; r=dbaron (a5d340d0f) - remove kungFuDeathGrip (49df758e6) - Bug 1117603 part 2 - Don't unregister from the refresh driver unless we are also queueing events; r=dbaron (715c9caa1) - Bug 1154615 part 5 - Rename AnimationPlayerCollection to AnimationCollection; r=jwatt (4c596f089) - Bug 1154615 part 6 - Rename references to players within layout/; r=jwatt (42405f3fc) - Bug 1154615 part 7 - Rename CSSAnimationPlayer and CSSTransitionPlayer; r=jwatt (49ab272ed) - Bug 1154615 part 8 - Rename references to players in animation observers; r=jwatt (c3fa26d7a) - Bug 1154615 part 9 - Rename test files; r=jwatt (9d9f03e7b) - Bug 1145439 (Part 1) - Throttle requestAnimationFrame for non-visible iframes. r=mstange,mchang (be7d183d6) - Bug 1145439 (Part 2) - Make test_scroll_event_ordering.html wait for rAF to unthrottle. r=roc (9ac8317c9) - Bug 1144324 - Try to register for, and handle, touch events when APZ is enabled. r=dvander,jimm (fb75d1665) - Bug 1144324 - Remove the codepaths that conditionally enable touch events based on touch the presence of touch listeners. r=smaug,jimm (710617e6b) - Bug 1003991 - Disable https:// only load for ServiceWorkers when Developer Tools are open. r=nsm, r=miker (9d6669814) - Bug 1153267 - part 1 - use smart-pointer .forget() instead of NS_ADDREF+assign; r=ehsan (e4555c90c) - Bug 1153267 - part 2 - use smart pointers instead of manual NS_ADDREF'ing outparams; r=ehsan (ae8b60d5a) - Bug 1153267 - fix typo that broke OS X builds on a CLOSED TREE; r=bustage (08fdb3c4f) - Bug 1146843 - Revert part of cset 33c30e283fa8 because the code is used in Fennec. r=snorp (407248257) - Bug 1151940 part 1. Make some readonly properties defined on Window by CSSOM-view replaceable. r=smaug (5cb9b91f0) - Bug 1151940 part 2. Add a convenience function in nsGlobalWindow for replacing a property on the window with a new value. r=smaug (2ba39331c) - Bug 1151940 part 3. Make some writable cssom-view attributes that we only allow setting from chrome act the way readonly replaceables would when called from content. r=smaug (b485e1b44) - Goanna -> Gecko (2c539d7be) - Goanna -> Gecko (25d34e213) - Bug 1148962 - Use TakeOwnershipOfErrorReporting in CPOW code (r=bholley) (96c997639) - pointer style (a07fbffaa) - Bug 1152577: Add 'aReason' argument to AutoEntryScript constructor, and provide plausible names for its instantiations. r=bholley (512fa27e2) - bug 1155691 - Expose WindowRoot to chrome from window in webidl. r=smaug (235281924) - Bug 404828 - No need to assert that the top window isn't reachable. r=smaug (d73154fa0) - Bug 404828 - Followup: remove assertion expectations on a CLOSED TREE. a=tomcat (a5dabe1b7) - Bug 1156102 - Mark nsGlobalWindowObserver::mWindow as MOZ_NON_OWNING_REF; r=baku (c0d4208b7) - Bug 1107801 - Improve gamepad support on MacOS. r=ted (c591bd5ac) - Goanna -> Gecko (d9b81bc9e) - Bug 852944 - Gamepad API IPC; r=ted, r=baku (521892538) - Bug 1143529 part 1. Stop manually calling WrapObject in DataStoreService::GetDataStoresResolve. r=baku (056ad6bfe) - Bug 1143529 part 2. Tighten up the assert in binding Wrap methods. r=peterv (765a13325) - Bug 1152169 - DataStoreService should check if the first revision exists, r=bent (ee371cc5d) - Bug 1152169 followup: Mark FirstRevisionIdCallback methods Run() and HandleEvent() as 'override'. rs=ehsan (8186c4168) - Bug 1143651 - don't use CallQueryInterface when the compiler can do the cast for us; r=ehsan (a50f0a54b) - Bug 1144322 - Handle tabindex in overridden IsInteractiveHTMLContent methods. r=smaug (fd4b9beed) - Bug 1086684 - Stash the full path for file inputs to avoid doing IPC at inopportune times. r=ehsan/bent/gps (b843b1efc) - Bug 1143934 - Disallow mozSetFileNameArray in content processes. r=ehsan (42e5c8c6d) - Bug 1143934 - Fix assorted forms mochitests for e10s-compatibility. r=smaug (7a3babfed) - Bug 1143934 - Work around SessionStore dependency on current brokenness. r=ttaubert (5b0fcb5ce) - Bug 956530 - Clear the delayed caret data when clicking on a selected part of a text control if the focus event handler selects the control; r=roc (2859f07b4) - Bug 956530 follow-up: Fix the test failure on Windows 8 caused by the text box having a glowing outline as a result of being clicked on (d34e8da1a) - Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv (800da50e2) - Bug 1157898 part 2. Make code of the form "NS_ENSURE_SUCCESS(rv.ErrorCode(), rv.ErrorCode());" use Failed and StealNSResult instead. r=peterv (472432a83) - Bug 1157898 part 3. Fix the remaining consumers of rv.ErrorCode() in NS_ENSURE_* expressions to not do that. r=peterv (d452807e7) - Bug 1122238 part 1. Switch to using the new stackframe APIs in JSStackFrame. r=bholley (9d87b261a) - Bug 1122238 part 2. Stop caching things in JSStackFrame when we're called over Xrays. r=bholley (83eda7275) - Bug 1122238 part 3. Drop all the DOMException-cloning and sanitization gunk we added in bug 1107592 and bug 1107953 and bug 1117242 . r=bholley (f237aa948) - add support for NetBSD/SPARC64 (065783b70) - Bug 1153484 - Fetch should ignore invalid headers, but still process later headers. r=nsm (8925ddd77) - Bug 1157754 part 2. Convert consumers of ErrorResult::ClearMessage() to the new better APIs we have for suppressing exceptions on ErrorResult. r=bkelly (6519fbd5e) - Bug 1157754 part 3. Make ClearMessage private on ErrorResult. r=peterv (3fb218692) - Bug 1157898 part 4. Add ErrorResult::ErrorCodeIs() and use it in various places to get rid of ErrorCode(). r=peterv (bed7bfb4c) - Bug 1130686 - Refactor PromiseHolder in the service worker clients code. r=nsm (b3dbdcbfe) - Bug 1130686 - Implement client.focus. r=baku (5dee6d850) - Bug 1149163 part 1 - Clean up nsHTMLEditRules::GetInnerContent; r=froydnj (cc8f65b54) - Bug 1149163 part 2 - Make nsDOMIterator infallible; r=froydnj (d975f6c62) - Bug 1149163 part 3 - Clean up nsHTMLEditRules::BustUpInlinesAtBRs; r=froydnj (58155adad) - Bug 1149163 part 4 - Allow use of temporary nsBoolDomIterFunctor; r=froydnj (dbafec00f) - Bug 1149163 part 5 - Clean up nsHTMLEditRules::GetNodesForOperation; r=froydnj (41179d810) - Bug 1149163 part 6 - Clean up nsHTMLEditRules::LookInsideDivBQandList; r=froydnj (0b757bf14) - Bug 1149163 part 7 - Clean up nsHTMLEditRules::PromoteRange; r=froydnj (c49c714b1) - Bug 1149163 part 8 - Clean up nsHTMLEditRules::GetPromotedRanges; r=froydnj (5163a0026) - Bug 1148228 - Stop checking ul twice (43a22088c) - Bug 1141017 - resurrect serif and monospace. r=ehsan (95a1b6fcf) - Bug 1147412 part 1 - Make methods take nsINode*, not just nsIContent*; r=ehsan (7f762cdbe) - Bug 1147412 part 2 - Clean up nsHTMLEditor::SetInlinePropertyOnTextNode; r=ehsan (faf805587) - Bug 1147412 part 3 - Fix completely broken nsHTMLCSSUtils::IsCSSEquivalentToHTMLInlineStyleSet implementation; r=ehsan (73fea67c1) - Bug 1147412 part 4 - Clean up nsHTMLEditor::GetInlinePropertyBase; r=ehsan (3265bfbce) - Bug 1147412 part 5 - Clean up nsHTMLEditor::RemoveInlinePropertyImpl; r=ehsan (0f402bd7e) - Bug 1147412 part 6 - Remove nsHTMLCSSUtils::IsCSSEditableProperty(nsIDOMNode*,...); r=ehsan (100e4038a) - Bug 1147412 part 7 - Remove nsHTMLCSSUtils::GetComputedStyle(nsIDOMElement*); r=ehsan (6c51103bc) - Bug 1147412 part 8 - Clean up nsHTMLCSSUtils::IsCSSInvertible; r=ehsan (01e60c446) - Bug 1147412 part 9 - Convert some nsHTMLEditor members to Element; r=ehsan (e7efb1ac4) - Bug 1147412 part 10 - Clean up nsHTMLCSSUtils::Get*Property, GetCSSInlinePropertyBase; r=ehsan (54154143d) - Bug 1149163 part 9 - Clean up nsHTMLEditRules::GetNodesFromSelection; r=froydnj (5186308b9) - Bug 1154701 part 1 - Clean up nsHTMLEditor::CreateListOfNodesToPaste; r=ehsan (ea95238d5) - Bug 1153629 part 1 - Clean up nsHTMLEditRules::GetListActionNodes; r=ehsan (51f3b3e95) - Bug 1153629 part 2 - Clean up nsHTMLEditRules::GetParagraphFormatNodes; r=ehsan (a27bd7751) - Bug 1153629 part 3 - Clean up nsHTMLEditRules::GetNodesFromPoint; r=ehsan (edc7e4561) - Bug 1153629 part 4 - Clean up nsHTMLEditRules::ListIsEmptyLine; r=ehsan (ce3289bc7) - Bug 1153629 part 5 - Clean up nsHTMLEditRules::GetChildNodesForOperation; r=ehsan (b3a509dbf) - Bug 1153629 part 6 - Clean up nsHTMLEditRules::MakeBlockquote; r=ehsan (cb3808182) - Bug 1153629 part 7 - Clean up nsHTMLEditRules::RemoveBlockStyle, RemovePartOfBlock; r=ehsan (660b9f76e) - Bug 1153629 part 8 - Clean up nsHTMLEditRules::ApplyBlockStyle; r=ehsan (f54f9538c) - Bug 1153629 part 9 - Clean up nsHTMLEditRules::MakeTransitionList; r=ehsan (fb63cf6d8) - Bug 1153629 part 10 - Clean up nsHTMLEditRules::AlignInnerBlocks; r=ehsan (752d2df7a) - Bug 1153629 part 11 - Clean up nsHTMLEditRules::AdjustSpecialBreaks; r=ehsan (16ef0416b) - Bug 1153629 part 12 - Clean up nsHTMLEditRules::RemoveEmptyNodes; r=ehsan (d528e70e6) - Bug 1154701 part 2 - Use more OwningNonNull in editor; r=ehsan (85b1929e6) - Bug 1154701 part 3 - Clean up nsHTMLEditor::GetListAndTableParents, DiscoverPartialListsAndTables, ScanForListAndTableStructure, ReplaceOrphanedStructure; r=ehsan (7fe31f058) - Bug 1154701 part 4 - Switch nsHTMLEditor::mContentFilters to nsTArray; r=ehsan (64e6dd160) - Bug 1154701 part 5 - Switch nsHTMLEditor::objectResizeEventListeners to nsTArray; r=ehsan (036bc65fe) - Bug 1154701 part 6 - Clean up nsHTMLEditor::SetInlinePropertyOnNodeImpl; r=ehsan (2d619ca16) - Bug 1154701 part 7 - Clean up nsHTMLEditor::SetInlineProperty; r=ehsan (7a367d31b) - Bug 1154701 part 8 - Clean up nsHTMLEditor::SetInlinePropertyOnNode; r=ehsan (707c07d93) - Bug 1154701 part 9 - Clean up nsHTMLEditor::RelativeFontChange; r=ehsan (273ae9c64) - Bug 1154701 part 10 - Switch nsEditor::mActionListeners to nsTArray; r=ehsan (d2b5732fe) - Bug 1154701 part 11 - Switch nsEditor::mEditorObservers to nsTArray; r=ehsan (25a5af12e) - Bug 1154701 part 12 - Switch nsEditor::mDocStateListeners to nsTArray; r=ehsan (665af0792) - Bug 1154701 part 13 - Clean up nsHTMLEditor::SetCSSBackgroundColor; r=ehsan (ba424ade8) - Bug 1154701 part 14 - Remove unused nsCOMArray cruft; r=ehsan (3a8679a67) - Bug 1101651 - Part 1: xpcomrt version of dom media library need for standalone webrtcs. r=jesup (ae37b5464) - Bug 1137447 - New app update telemetry for patch type (complete or partial), extended error codes, and general cleanup. r=bbondy (c736ae502)
1428 lines
44 KiB
C++
1428 lines
44 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
* vim: sw=2 ts=2 et :
|
|
*/
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "mozilla/DebugOnly.h"
|
|
|
|
#include "WindowsMessageLoop.h"
|
|
#include "MessageChannel.h"
|
|
|
|
#include "nsAutoPtr.h"
|
|
#include "nsServiceManagerUtils.h"
|
|
#include "nsString.h"
|
|
#include "nsIXULAppInfo.h"
|
|
#include "WinUtils.h"
|
|
|
|
#include "mozilla/ArrayUtils.h"
|
|
#include "mozilla/PaintTracker.h"
|
|
|
|
using namespace mozilla;
|
|
using namespace mozilla::ipc;
|
|
using namespace mozilla::ipc::windows;
|
|
|
|
/**
|
|
* The Windows-only code below exists to solve a general problem with deadlocks
|
|
* that we experience when sending synchronous IPC messages to processes that
|
|
* contain native windows (i.e. HWNDs). Windows (the OS) sends synchronous
|
|
* messages between parent and child HWNDs in multiple circumstances (e.g.
|
|
* WM_PARENTNOTIFY, WM_NCACTIVATE, etc.), even when those HWNDs are controlled
|
|
* by different threads or different processes. Thus we can very easily end up
|
|
* in a deadlock by a call stack like the following:
|
|
*
|
|
* Process A:
|
|
* - CreateWindow(...) creates a "parent" HWND.
|
|
* - SendCreateChildWidget(HWND) is a sync IPC message that sends the "parent"
|
|
* HWND over to Process B. Process A blocks until a response is received
|
|
* from Process B.
|
|
*
|
|
* Process B:
|
|
* - RecvCreateWidget(HWND) gets the "parent" HWND from Process A.
|
|
* - CreateWindow(..., HWND) creates a "child" HWND with the parent from
|
|
* process A.
|
|
* - Windows (the OS) generates a WM_PARENTNOTIFY message that is sent
|
|
* synchronously to Process A. Process B blocks until a response is
|
|
* received from Process A. Process A, however, is blocked and cannot
|
|
* process the message. Both processes are deadlocked.
|
|
*
|
|
* The example above has a few different workarounds (e.g. setting the
|
|
* WS_EX_NOPARENTNOTIFY style on the child window) but the general problem is
|
|
* persists. Once two HWNDs are parented we must not block their owning
|
|
* threads when manipulating either HWND.
|
|
*
|
|
* Windows requires any application that hosts native HWNDs to always process
|
|
* messages or risk deadlock. Given our architecture the only way to meet
|
|
* Windows' requirement and allow for synchronous IPC messages is to pump a
|
|
* miniature message loop during a sync IPC call. We avoid processing any
|
|
* queued messages during the loop (with one exception, see below), but
|
|
* "nonqueued" messages (see
|
|
* http://msdn.microsoft.com/en-us/library/ms644927(VS.85).aspx under the
|
|
* section "Nonqueued messages") cannot be avoided. Those messages are trapped
|
|
* in a special window procedure where we can either ignore the message or
|
|
* process it in some fashion.
|
|
*
|
|
* Queued and "non-queued" messages will be processed during Interrupt calls if
|
|
* modal UI related api calls block an Interrupt in-call in the child. To prevent
|
|
* windows from freezing, and to allow concurrent processing of critical
|
|
* events (such as painting), we spin a native event dispatch loop while
|
|
* these in-calls are blocked.
|
|
*/
|
|
|
|
#if defined(ACCESSIBILITY)
|
|
// pulled from accessibility's win utils
|
|
extern const wchar_t* kPropNameTabContent;
|
|
#endif
|
|
|
|
// widget related message id constants we need to defer
|
|
namespace mozilla {
|
|
namespace widget {
|
|
extern UINT sAppShellGoannaMsgId;
|
|
}
|
|
}
|
|
|
|
namespace {
|
|
|
|
const wchar_t kOldWndProcProp[] = L"MozillaIPCOldWndProc";
|
|
const wchar_t k3rdPartyWindowProp[] = L"Mozilla3rdPartyWindow";
|
|
|
|
// This isn't defined before Windows XP.
|
|
enum { WM_XP_THEMECHANGED = 0x031A };
|
|
|
|
char16_t gAppMessageWindowName[256] = { 0 };
|
|
int32_t gAppMessageWindowNameLength = 0;
|
|
|
|
nsTArray<HWND>* gNeuteredWindows = nullptr;
|
|
|
|
typedef nsTArray<nsAutoPtr<DeferredMessage> > DeferredMessageArray;
|
|
DeferredMessageArray* gDeferredMessages = nullptr;
|
|
|
|
HHOOK gDeferredGetMsgHook = nullptr;
|
|
HHOOK gDeferredCallWndProcHook = nullptr;
|
|
|
|
DWORD gUIThreadId = 0;
|
|
HWND gCOMWindow = 0;
|
|
// Once initialized, gWinEventHook is never unhooked. We save the handle so
|
|
// that we can check whether or not the hook is initialized.
|
|
HWINEVENTHOOK gWinEventHook = nullptr;
|
|
const wchar_t kCOMWindowClassName[] = L"OleMainThreadWndClass";
|
|
|
|
// WM_GETOBJECT id pulled from uia headers
|
|
#define MOZOBJID_UIAROOT -25
|
|
|
|
HWND
|
|
FindCOMWindow()
|
|
{
|
|
MOZ_ASSERT(gUIThreadId);
|
|
|
|
HWND last = 0;
|
|
while ((last = FindWindowExW(HWND_MESSAGE, last, kCOMWindowClassName, NULL))) {
|
|
if (GetWindowThreadProcessId(last, NULL) == gUIThreadId) {
|
|
return last;
|
|
}
|
|
}
|
|
|
|
return (HWND)0;
|
|
}
|
|
|
|
void CALLBACK
|
|
WinEventHook(HWINEVENTHOOK aWinEventHook, DWORD aEvent, HWND aHwnd,
|
|
LONG aIdObject, LONG aIdChild, DWORD aEventThread,
|
|
DWORD aMsEventTime)
|
|
{
|
|
MOZ_ASSERT(aWinEventHook == gWinEventHook);
|
|
MOZ_ASSERT(gUIThreadId == aEventThread);
|
|
switch (aEvent) {
|
|
case EVENT_OBJECT_CREATE: {
|
|
if (aIdObject != OBJID_WINDOW || aIdChild != CHILDID_SELF) {
|
|
// Not an event we're interested in
|
|
return;
|
|
}
|
|
wchar_t classBuf[256] = {0};
|
|
int result = ::GetClassNameW(aHwnd, classBuf,
|
|
MOZ_ARRAY_LENGTH(classBuf));
|
|
if (result != (MOZ_ARRAY_LENGTH(kCOMWindowClassName) - 1) ||
|
|
wcsncmp(kCOMWindowClassName, classBuf, result)) {
|
|
// Not a class we're interested in
|
|
return;
|
|
}
|
|
MOZ_ASSERT(FindCOMWindow() == aHwnd);
|
|
gCOMWindow = aHwnd;
|
|
break;
|
|
}
|
|
case EVENT_OBJECT_DESTROY: {
|
|
if (aHwnd == gCOMWindow && aIdObject == OBJID_WINDOW) {
|
|
MOZ_ASSERT(aIdChild == CHILDID_SELF);
|
|
gCOMWindow = 0;
|
|
}
|
|
break;
|
|
}
|
|
default: {
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
LRESULT CALLBACK
|
|
DeferredMessageHook(int nCode,
|
|
WPARAM wParam,
|
|
LPARAM lParam)
|
|
{
|
|
// XXX This function is called for *both* the WH_CALLWNDPROC hook and the
|
|
// WH_GETMESSAGE hook, but they have different parameters. We don't
|
|
// use any of them except nCode which has the same meaning.
|
|
|
|
// Only run deferred messages if all of these conditions are met:
|
|
// 1. The |nCode| indicates that this hook should do something.
|
|
// 2. We have deferred messages to run.
|
|
// 3. We're not being called from the PeekMessage within the WaitFor*Notify
|
|
// function (indicated with MessageChannel::IsPumpingMessages). We really
|
|
// only want to run after returning to the main event loop.
|
|
if (nCode >= 0 && gDeferredMessages && !MessageChannel::IsPumpingMessages()) {
|
|
NS_ASSERTION(gDeferredGetMsgHook && gDeferredCallWndProcHook,
|
|
"These hooks must be set if we're being called!");
|
|
NS_ASSERTION(gDeferredMessages->Length(), "No deferred messages?!");
|
|
|
|
// Unset hooks first, in case we reenter below.
|
|
UnhookWindowsHookEx(gDeferredGetMsgHook);
|
|
UnhookWindowsHookEx(gDeferredCallWndProcHook);
|
|
gDeferredGetMsgHook = 0;
|
|
gDeferredCallWndProcHook = 0;
|
|
|
|
// Unset the global and make sure we delete it when we're done here.
|
|
nsAutoPtr<DeferredMessageArray> messages(gDeferredMessages);
|
|
gDeferredMessages = nullptr;
|
|
|
|
// Run all the deferred messages in order.
|
|
uint32_t count = messages->Length();
|
|
for (uint32_t index = 0; index < count; index++) {
|
|
messages->ElementAt(index)->Run();
|
|
}
|
|
}
|
|
|
|
// Always call the next hook.
|
|
return CallNextHookEx(nullptr, nCode, wParam, lParam);
|
|
}
|
|
|
|
void
|
|
ScheduleDeferredMessageRun()
|
|
{
|
|
if (gDeferredMessages &&
|
|
!(gDeferredGetMsgHook && gDeferredCallWndProcHook)) {
|
|
NS_ASSERTION(gDeferredMessages->Length(), "No deferred messages?!");
|
|
|
|
gDeferredGetMsgHook = ::SetWindowsHookEx(WH_GETMESSAGE, DeferredMessageHook,
|
|
nullptr, gUIThreadId);
|
|
gDeferredCallWndProcHook = ::SetWindowsHookEx(WH_CALLWNDPROC,
|
|
DeferredMessageHook, nullptr,
|
|
gUIThreadId);
|
|
NS_ASSERTION(gDeferredGetMsgHook && gDeferredCallWndProcHook,
|
|
"Failed to set hooks!");
|
|
}
|
|
}
|
|
|
|
static void
|
|
DumpNeuteredMessage(HWND hwnd, UINT uMsg)
|
|
{
|
|
#ifdef DEBUG
|
|
nsAutoCString log("Received \"nonqueued\" ");
|
|
// classify messages
|
|
if (uMsg < WM_USER) {
|
|
int idx = 0;
|
|
while (mozilla::widget::gAllEvents[idx].mId != (long)uMsg &&
|
|
mozilla::widget::gAllEvents[idx].mStr != nullptr) {
|
|
idx++;
|
|
}
|
|
if (mozilla::widget::gAllEvents[idx].mStr) {
|
|
log.AppendPrintf("ui message \"%s\"", mozilla::widget::gAllEvents[idx].mStr);
|
|
} else {
|
|
log.AppendPrintf("ui message (0x%X)", uMsg);
|
|
}
|
|
} else if (uMsg >= WM_USER && uMsg < WM_APP) {
|
|
log.AppendPrintf("WM_USER message (0x%X)", uMsg);
|
|
} else if (uMsg >= WM_APP && uMsg < 0xC000) {
|
|
log.AppendPrintf("WM_APP message (0x%X)", uMsg);
|
|
} else if (uMsg >= 0xC000 && uMsg < 0x10000) {
|
|
log.AppendPrintf("registered windows message (0x%X)", uMsg);
|
|
} else {
|
|
log.AppendPrintf("system message (0x%X)", uMsg);
|
|
}
|
|
|
|
log.AppendLiteral(" during a synchronous IPC message for window ");
|
|
log.AppendPrintf("0x%X", hwnd);
|
|
|
|
wchar_t className[256] = { 0 };
|
|
if (GetClassNameW(hwnd, className, sizeof(className) - 1) > 0) {
|
|
log.AppendLiteral(" (\"");
|
|
log.Append(NS_ConvertUTF16toUTF8((char16_t*)className));
|
|
log.AppendLiteral("\")");
|
|
}
|
|
|
|
log.AppendLiteral(", sending it to DefWindowProc instead of the normal "
|
|
"window procedure.");
|
|
NS_ERROR(log.get());
|
|
#endif
|
|
}
|
|
|
|
LRESULT
|
|
ProcessOrDeferMessage(HWND hwnd,
|
|
UINT uMsg,
|
|
WPARAM wParam,
|
|
LPARAM lParam)
|
|
{
|
|
DeferredMessage* deferred = nullptr;
|
|
|
|
// Most messages ask for 0 to be returned if the message is processed.
|
|
LRESULT res = 0;
|
|
|
|
switch (uMsg) {
|
|
// Messages that can be deferred as-is. These must not contain pointers in
|
|
// their wParam or lParam arguments!
|
|
case WM_ACTIVATE:
|
|
case WM_ACTIVATEAPP:
|
|
case WM_CANCELMODE:
|
|
case WM_CAPTURECHANGED:
|
|
case WM_CHILDACTIVATE:
|
|
case WM_DESTROY:
|
|
case WM_ENABLE:
|
|
case WM_IME_NOTIFY:
|
|
case WM_IME_SETCONTEXT:
|
|
case WM_KILLFOCUS:
|
|
case WM_MOUSEWHEEL:
|
|
case WM_NCDESTROY:
|
|
case WM_PARENTNOTIFY:
|
|
case WM_SETFOCUS:
|
|
case WM_SYSCOMMAND:
|
|
case WM_DISPLAYCHANGE:
|
|
case WM_SHOWWINDOW: // Intentional fall-through.
|
|
case WM_XP_THEMECHANGED: {
|
|
deferred = new DeferredSendMessage(hwnd, uMsg, wParam, lParam);
|
|
break;
|
|
}
|
|
|
|
case WM_DEVICECHANGE:
|
|
case WM_POWERBROADCAST:
|
|
case WM_NCACTIVATE: // Intentional fall-through.
|
|
case WM_SETCURSOR: {
|
|
// Friggin unconventional return value...
|
|
res = TRUE;
|
|
deferred = new DeferredSendMessage(hwnd, uMsg, wParam, lParam);
|
|
break;
|
|
}
|
|
|
|
case WM_MOUSEACTIVATE: {
|
|
res = MA_NOACTIVATE;
|
|
deferred = new DeferredSendMessage(hwnd, uMsg, wParam, lParam);
|
|
break;
|
|
}
|
|
|
|
// These messages need to use the RedrawWindow function to generate the
|
|
// right kind of message. We can't simply fake them as the MSDN docs say
|
|
// explicitly that paint messages should not be sent by an application.
|
|
case WM_ERASEBKGND: {
|
|
UINT flags = RDW_INVALIDATE | RDW_ERASE | RDW_NOINTERNALPAINT |
|
|
RDW_NOFRAME | RDW_NOCHILDREN | RDW_ERASENOW;
|
|
deferred = new DeferredRedrawMessage(hwnd, flags);
|
|
break;
|
|
}
|
|
|
|
// This message will generate a WM_PAINT message if there are invalid
|
|
// areas.
|
|
case WM_PAINT: {
|
|
deferred = new DeferredUpdateMessage(hwnd);
|
|
break;
|
|
}
|
|
|
|
// This message holds a string in its lParam that we must copy.
|
|
case WM_SETTINGCHANGE: {
|
|
deferred = new DeferredSettingChangeMessage(hwnd, uMsg, wParam, lParam);
|
|
break;
|
|
}
|
|
|
|
// These messages are faked via a call to SetWindowPos.
|
|
case WM_WINDOWPOSCHANGED: {
|
|
deferred = new DeferredWindowPosMessage(hwnd, lParam);
|
|
break;
|
|
}
|
|
case WM_NCCALCSIZE: {
|
|
deferred = new DeferredWindowPosMessage(hwnd, lParam, true, wParam);
|
|
break;
|
|
}
|
|
|
|
case WM_COPYDATA: {
|
|
deferred = new DeferredCopyDataMessage(hwnd, uMsg, wParam, lParam);
|
|
res = TRUE;
|
|
break;
|
|
}
|
|
|
|
case WM_STYLECHANGED: {
|
|
deferred = new DeferredStyleChangeMessage(hwnd, wParam, lParam);
|
|
break;
|
|
}
|
|
|
|
case WM_SETICON: {
|
|
deferred = new DeferredSetIconMessage(hwnd, uMsg, wParam, lParam);
|
|
break;
|
|
}
|
|
|
|
// Messages that are safe to pass to DefWindowProc go here.
|
|
case WM_ENTERIDLE:
|
|
case WM_GETICON:
|
|
case WM_NCPAINT: // (never trap nc paint events)
|
|
case WM_GETMINMAXINFO:
|
|
case WM_GETTEXT:
|
|
case WM_NCHITTEST:
|
|
case WM_STYLECHANGING: // Intentional fall-through.
|
|
case WM_WINDOWPOSCHANGING:
|
|
case WM_GETTEXTLENGTH: {
|
|
return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
|
}
|
|
|
|
// Just return, prevents DefWindowProc from messaging the window
|
|
// syncronously with other events, which may be deferred. Prevents
|
|
// random shutdown of aero composition on the window.
|
|
case WM_SYNCPAINT:
|
|
return 0;
|
|
|
|
// This message causes QuickTime to make re-entrant calls.
|
|
// Simply discarding it doesn't seem to hurt anything.
|
|
case WM_APP-1:
|
|
return 0;
|
|
|
|
// We only support a query for our IAccessible or UIA pointers.
|
|
// This should be safe, and needs to be sync.
|
|
#if defined(ACCESSIBILITY)
|
|
case WM_GETOBJECT: {
|
|
if (!::GetPropW(hwnd, k3rdPartyWindowProp)) {
|
|
DWORD objId = static_cast<DWORD>(lParam);
|
|
if ((objId == OBJID_CLIENT || objId == MOZOBJID_UIAROOT)) {
|
|
WNDPROC oldWndProc = (WNDPROC)GetProp(hwnd, kOldWndProcProp);
|
|
if (oldWndProc) {
|
|
return CallWindowProcW(oldWndProc, hwnd, uMsg, wParam, lParam);
|
|
}
|
|
}
|
|
}
|
|
return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
|
}
|
|
#endif // ACCESSIBILITY
|
|
|
|
default: {
|
|
// Unknown messages only are logged in debug builds and sent to
|
|
// DefWindowProc.
|
|
if (uMsg && uMsg == mozilla::widget::sAppShellGoannaMsgId) {
|
|
// Widget's registered native event callback
|
|
deferred = new DeferredSendMessage(hwnd, uMsg, wParam, lParam);
|
|
}
|
|
}
|
|
}
|
|
|
|
// No deferred message was created and we land here, this is an
|
|
// unhandled message.
|
|
if (!deferred) {
|
|
DumpNeuteredMessage(hwnd, uMsg);
|
|
return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
|
}
|
|
|
|
// Create the deferred message array if it doesn't exist already.
|
|
if (!gDeferredMessages) {
|
|
gDeferredMessages = new nsTArray<nsAutoPtr<DeferredMessage> >(20);
|
|
NS_ASSERTION(gDeferredMessages, "Out of memory!");
|
|
}
|
|
|
|
// Save for later. The array takes ownership of |deferred|.
|
|
gDeferredMessages->AppendElement(deferred);
|
|
return res;
|
|
}
|
|
|
|
} // namespace
|
|
|
|
// We need the pointer value of this in PluginInstanceChild.
|
|
LRESULT CALLBACK
|
|
NeuteredWindowProc(HWND hwnd,
|
|
UINT uMsg,
|
|
WPARAM wParam,
|
|
LPARAM lParam)
|
|
{
|
|
WNDPROC oldWndProc = (WNDPROC)GetProp(hwnd, kOldWndProcProp);
|
|
if (!oldWndProc) {
|
|
// We should really never ever get here.
|
|
NS_ERROR("No old wndproc!");
|
|
return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
|
}
|
|
|
|
// See if we care about this message. We may either ignore it, send it to
|
|
// DefWindowProc, or defer it for later.
|
|
return ProcessOrDeferMessage(hwnd, uMsg, wParam, lParam);
|
|
}
|
|
|
|
namespace {
|
|
|
|
static bool
|
|
WindowIsDeferredWindow(HWND hWnd)
|
|
{
|
|
if (!IsWindow(hWnd)) {
|
|
NS_WARNING("Window has died!");
|
|
return false;
|
|
}
|
|
|
|
char16_t buffer[256] = { 0 };
|
|
int length = GetClassNameW(hWnd, (wchar_t*)buffer, sizeof(buffer) - 1);
|
|
if (length <= 0) {
|
|
NS_WARNING("Failed to get class name!");
|
|
return false;
|
|
}
|
|
|
|
#if defined(ACCESSIBILITY)
|
|
// Tab content creates a window that responds to accessible WM_GETOBJECT
|
|
// calls. This window can safely be ignored.
|
|
if (::GetPropW(hWnd, kPropNameTabContent)) {
|
|
return false;
|
|
}
|
|
#endif
|
|
|
|
// Common mozilla windows we must defer messages to.
|
|
nsDependentString className(buffer, length);
|
|
if (StringBeginsWith(className, NS_LITERAL_STRING("Mozilla")) ||
|
|
StringBeginsWith(className, NS_LITERAL_STRING("Goanna")) ||
|
|
className.EqualsLiteral("nsToolkitClass") ||
|
|
className.EqualsLiteral("nsAppShell:EventWindowClass")) {
|
|
return true;
|
|
}
|
|
|
|
// Plugin windows that can trigger ipc calls in child:
|
|
// 'ShockwaveFlashFullScreen' - flash fullscreen window
|
|
// 'QTNSHIDDEN' - QuickTime
|
|
// 'AGFullScreenWinClass' - silverlight fullscreen window
|
|
if (className.EqualsLiteral("ShockwaveFlashFullScreen") ||
|
|
className.EqualsLiteral("QTNSHIDDEN") ||
|
|
className.EqualsLiteral("AGFullScreenWinClass")) {
|
|
SetPropW(hWnd, k3rdPartyWindowProp, (HANDLE)1);
|
|
return true;
|
|
}
|
|
|
|
// Google Earth bridging msg window between the plugin instance and a separate
|
|
// earth process. The earth process can trigger a plugin incall on the browser
|
|
// at any time, which is badness if the instance is already making an incall.
|
|
if (className.EqualsLiteral("__geplugin_bridge_window__")) {
|
|
SetPropW(hWnd, k3rdPartyWindowProp, (HANDLE)1);
|
|
return true;
|
|
}
|
|
|
|
// nsNativeAppSupport makes a window like "FirefoxMessageWindow" based on the
|
|
// toolkit app's name. It's pretty expensive to calculate this so we only try
|
|
// once.
|
|
if (gAppMessageWindowNameLength == 0) {
|
|
nsCOMPtr<nsIXULAppInfo> appInfo =
|
|
do_GetService("@mozilla.org/xre/app-info;1");
|
|
if (appInfo) {
|
|
nsAutoCString appName;
|
|
if (NS_SUCCEEDED(appInfo->GetName(appName))) {
|
|
appName.AppendLiteral("MessageWindow");
|
|
nsDependentString windowName(gAppMessageWindowName);
|
|
CopyUTF8toUTF16(appName, windowName);
|
|
gAppMessageWindowNameLength = windowName.Length();
|
|
}
|
|
}
|
|
|
|
// Don't try again if that failed.
|
|
if (gAppMessageWindowNameLength == 0) {
|
|
gAppMessageWindowNameLength = -1;
|
|
}
|
|
}
|
|
|
|
if (gAppMessageWindowNameLength != -1 &&
|
|
className.Equals(nsDependentString(gAppMessageWindowName,
|
|
gAppMessageWindowNameLength))) {
|
|
return true;
|
|
}
|
|
|
|
return false;
|
|
}
|
|
|
|
bool
|
|
NeuterWindowProcedure(HWND hWnd)
|
|
{
|
|
if (!WindowIsDeferredWindow(hWnd)) {
|
|
// Some other kind of window, skip.
|
|
return false;
|
|
}
|
|
|
|
NS_ASSERTION(!GetProp(hWnd, kOldWndProcProp), "This should always be null!");
|
|
|
|
// It's possible to get nullptr out of SetWindowLongPtr, and the only way to
|
|
// know if that's a valid old value is to use GetLastError. Clear the error
|
|
// here so we can tell.
|
|
SetLastError(ERROR_SUCCESS);
|
|
|
|
LONG_PTR currentWndProc =
|
|
SetWindowLongPtr(hWnd, GWLP_WNDPROC, (LONG_PTR)NeuteredWindowProc);
|
|
if (!currentWndProc) {
|
|
if (ERROR_SUCCESS == GetLastError()) {
|
|
// No error, so we set something and must therefore reset it.
|
|
SetWindowLongPtr(hWnd, GWLP_WNDPROC, currentWndProc);
|
|
}
|
|
return false;
|
|
}
|
|
|
|
NS_ASSERTION(currentWndProc != (LONG_PTR)NeuteredWindowProc,
|
|
"This shouldn't be possible!");
|
|
|
|
if (!SetProp(hWnd, kOldWndProcProp, (HANDLE)currentWndProc)) {
|
|
// Cleanup
|
|
NS_WARNING("SetProp failed!");
|
|
SetWindowLongPtr(hWnd, GWLP_WNDPROC, currentWndProc);
|
|
RemovePropW(hWnd, kOldWndProcProp);
|
|
RemovePropW(hWnd, k3rdPartyWindowProp);
|
|
return false;
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
void
|
|
RestoreWindowProcedure(HWND hWnd)
|
|
{
|
|
NS_ASSERTION(WindowIsDeferredWindow(hWnd),
|
|
"Not a deferred window, this shouldn't be in our list!");
|
|
LONG_PTR oldWndProc = (LONG_PTR)GetProp(hWnd, kOldWndProcProp);
|
|
if (oldWndProc) {
|
|
NS_ASSERTION(oldWndProc != (LONG_PTR)NeuteredWindowProc,
|
|
"This shouldn't be possible!");
|
|
|
|
DebugOnly<LONG_PTR> currentWndProc =
|
|
SetWindowLongPtr(hWnd, GWLP_WNDPROC, oldWndProc);
|
|
NS_ASSERTION(currentWndProc == (LONG_PTR)NeuteredWindowProc,
|
|
"This should never be switched out from under us!");
|
|
}
|
|
RemovePropW(hWnd, kOldWndProcProp);
|
|
RemovePropW(hWnd, k3rdPartyWindowProp);
|
|
}
|
|
|
|
LRESULT CALLBACK
|
|
CallWindowProcedureHook(int nCode,
|
|
WPARAM wParam,
|
|
LPARAM lParam)
|
|
{
|
|
if (nCode >= 0) {
|
|
NS_ASSERTION(gNeuteredWindows, "This should never be null!");
|
|
|
|
HWND hWnd = reinterpret_cast<CWPSTRUCT*>(lParam)->hwnd;
|
|
|
|
if (!gNeuteredWindows->Contains(hWnd) && NeuterWindowProcedure(hWnd)) {
|
|
if (!gNeuteredWindows->AppendElement(hWnd)) {
|
|
NS_ERROR("Out of memory!");
|
|
RestoreWindowProcedure(hWnd);
|
|
}
|
|
}
|
|
}
|
|
return CallNextHookEx(nullptr, nCode, wParam, lParam);
|
|
}
|
|
|
|
inline void
|
|
AssertWindowIsNotNeutered(HWND hWnd)
|
|
{
|
|
#ifdef DEBUG
|
|
// Make sure our neutered window hook isn't still in place.
|
|
LONG_PTR wndproc = GetWindowLongPtr(hWnd, GWLP_WNDPROC);
|
|
NS_ASSERTION(wndproc != (LONG_PTR)NeuteredWindowProc, "Window is neutered!");
|
|
#endif
|
|
}
|
|
|
|
void
|
|
UnhookNeuteredWindows()
|
|
{
|
|
if (!gNeuteredWindows)
|
|
return;
|
|
uint32_t count = gNeuteredWindows->Length();
|
|
for (uint32_t index = 0; index < count; index++) {
|
|
RestoreWindowProcedure(gNeuteredWindows->ElementAt(index));
|
|
}
|
|
gNeuteredWindows->Clear();
|
|
}
|
|
|
|
// This timeout stuff assumes a sane value of mTimeoutMs (less than the overflow
|
|
// value for GetTickCount(), which is something like 50 days). It uses the
|
|
// cheapest (and least accurate) method supported by Windows 2000.
|
|
|
|
struct TimeoutData
|
|
{
|
|
DWORD startTicks;
|
|
DWORD targetTicks;
|
|
};
|
|
|
|
void
|
|
InitTimeoutData(TimeoutData* aData,
|
|
int32_t aTimeoutMs)
|
|
{
|
|
aData->startTicks = GetTickCount();
|
|
if (!aData->startTicks) {
|
|
// How unlikely is this!
|
|
aData->startTicks++;
|
|
}
|
|
aData->targetTicks = aData->startTicks + aTimeoutMs;
|
|
}
|
|
|
|
|
|
bool
|
|
TimeoutHasExpired(const TimeoutData& aData)
|
|
{
|
|
if (!aData.startTicks) {
|
|
return false;
|
|
}
|
|
|
|
DWORD now = GetTickCount();
|
|
|
|
if (aData.targetTicks < aData.startTicks) {
|
|
// Overflow
|
|
return now < aData.startTicks && now >= aData.targetTicks;
|
|
}
|
|
return now >= aData.targetTicks;
|
|
}
|
|
|
|
} // namespace
|
|
|
|
namespace mozilla {
|
|
namespace ipc {
|
|
namespace windows {
|
|
|
|
void
|
|
InitUIThread()
|
|
{
|
|
// If we aren't setup before a call to NotifyWorkerThread, we'll hang
|
|
// on startup.
|
|
if (!gUIThreadId) {
|
|
gUIThreadId = GetCurrentThreadId();
|
|
}
|
|
|
|
MOZ_ASSERT(gUIThreadId);
|
|
MOZ_ASSERT(gUIThreadId == GetCurrentThreadId(),
|
|
"Called InitUIThread multiple times on different threads!");
|
|
|
|
if (!gWinEventHook) {
|
|
gWinEventHook = SetWinEventHook(EVENT_OBJECT_CREATE, EVENT_OBJECT_DESTROY,
|
|
NULL, &WinEventHook, GetCurrentProcessId(),
|
|
gUIThreadId, WINEVENT_OUTOFCONTEXT);
|
|
|
|
// We need to execute this after setting the hook in case the OLE window
|
|
// already existed.
|
|
gCOMWindow = FindCOMWindow();
|
|
}
|
|
MOZ_ASSERT(gWinEventHook);
|
|
}
|
|
|
|
} // namespace windows
|
|
} // namespace ipc
|
|
} // namespace mozilla
|
|
|
|
// See SpinInternalEventLoop below
|
|
MessageChannel::SyncStackFrame::SyncStackFrame(MessageChannel* channel, bool interrupt)
|
|
: mInterrupt(interrupt)
|
|
, mSpinNestedEvents(false)
|
|
, mListenerNotified(false)
|
|
, mChannel(channel)
|
|
, mPrev(mChannel->mTopFrame)
|
|
, mStaticPrev(sStaticTopFrame)
|
|
{
|
|
// Only track stack frames when Windows message deferral behavior
|
|
// is request for the channel.
|
|
if (!(mChannel->GetChannelFlags() & REQUIRE_DEFERRED_MESSAGE_PROTECTION)) {
|
|
return;
|
|
}
|
|
|
|
mChannel->mTopFrame = this;
|
|
sStaticTopFrame = this;
|
|
|
|
if (!mStaticPrev) {
|
|
NS_ASSERTION(!gNeuteredWindows, "Should only set this once!");
|
|
gNeuteredWindows = new nsAutoTArray<HWND, 20>();
|
|
NS_ASSERTION(gNeuteredWindows, "Out of memory!");
|
|
}
|
|
}
|
|
|
|
MessageChannel::SyncStackFrame::~SyncStackFrame()
|
|
{
|
|
if (!(mChannel->GetChannelFlags() & REQUIRE_DEFERRED_MESSAGE_PROTECTION)) {
|
|
return;
|
|
}
|
|
|
|
NS_ASSERTION(this == mChannel->mTopFrame,
|
|
"Mismatched interrupt stack frames");
|
|
NS_ASSERTION(this == sStaticTopFrame,
|
|
"Mismatched static Interrupt stack frames");
|
|
|
|
mChannel->mTopFrame = mPrev;
|
|
sStaticTopFrame = mStaticPrev;
|
|
|
|
if (!mStaticPrev) {
|
|
NS_ASSERTION(gNeuteredWindows, "Bad pointer!");
|
|
delete gNeuteredWindows;
|
|
gNeuteredWindows = nullptr;
|
|
}
|
|
}
|
|
|
|
MessageChannel::SyncStackFrame* MessageChannel::sStaticTopFrame;
|
|
|
|
// nsAppShell's notification that goanna events are being processed.
|
|
// If we are here and there is an Interrupt Incall active, we are spinning
|
|
// a nested goanna event loop. In which case the remote process needs
|
|
// to know about it.
|
|
void /* static */
|
|
MessageChannel::NotifyGeckoEventDispatch()
|
|
{
|
|
// sStaticTopFrame is only valid for Interrupt channels
|
|
if (!sStaticTopFrame || sStaticTopFrame->mListenerNotified)
|
|
return;
|
|
|
|
sStaticTopFrame->mListenerNotified = true;
|
|
MessageChannel* channel = static_cast<MessageChannel*>(sStaticTopFrame->mChannel);
|
|
channel->Listener()->ProcessRemoteNativeEventsInInterruptCall();
|
|
}
|
|
|
|
// invoked by the module that receives the spin event loop
|
|
// message.
|
|
void
|
|
MessageChannel::ProcessNativeEventsInInterruptCall()
|
|
{
|
|
NS_ASSERTION(GetCurrentThreadId() == gUIThreadId,
|
|
"Shouldn't be on a non-main thread in here!");
|
|
if (!mTopFrame) {
|
|
NS_ERROR("Spin logic error: no Interrupt frame");
|
|
return;
|
|
}
|
|
|
|
mTopFrame->mSpinNestedEvents = true;
|
|
}
|
|
|
|
// Spin loop is called in place of WaitFor*Notify when modal ui is being shown
|
|
// in a child. There are some intricacies in using it however. Spin loop is
|
|
// enabled for a particular Interrupt frame by the client calling
|
|
// MessageChannel::ProcessNativeEventsInInterrupt().
|
|
// This call can be nested for multiple Interrupt frames in a single plugin or
|
|
// multiple unrelated plugins.
|
|
void
|
|
MessageChannel::SpinInternalEventLoop()
|
|
{
|
|
if (mozilla::PaintTracker::IsPainting()) {
|
|
NS_RUNTIMEABORT("Don't spin an event loop while painting.");
|
|
}
|
|
|
|
NS_ASSERTION(mTopFrame && mTopFrame->mSpinNestedEvents,
|
|
"Spinning incorrectly");
|
|
|
|
// Nested windows event loop we trigger when the child enters into modal
|
|
// event loops.
|
|
|
|
// Note, when we return, we always reset the notify worker event. So there's
|
|
// no need to reset it on return here.
|
|
|
|
do {
|
|
MSG msg = { 0 };
|
|
|
|
// Don't get wrapped up in here if the child connection dies.
|
|
{
|
|
MonitorAutoLock lock(*mMonitor);
|
|
if (!Connected()) {
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Retrieve window or thread messages
|
|
if (PeekMessageW(&msg, nullptr, 0, 0, PM_REMOVE)) {
|
|
// The child UI should have been destroyed before the app is closed, in
|
|
// which case, we should never get this here.
|
|
if (msg.message == WM_QUIT) {
|
|
NS_ERROR("WM_QUIT received in SpinInternalEventLoop!");
|
|
} else {
|
|
TranslateMessage(&msg);
|
|
::DispatchMessageW(&msg);
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Note, give dispatching windows events priority over checking if
|
|
// mEvent is signaled, otherwise heavy ipc traffic can cause jittery
|
|
// playback of video. We'll exit out on each disaptch above, so ipc
|
|
// won't get starved.
|
|
|
|
// Wait for UI events or a signal from the io thread.
|
|
DWORD result = MsgWaitForMultipleObjects(1, &mEvent, FALSE, INFINITE,
|
|
QS_ALLINPUT);
|
|
if (result == WAIT_OBJECT_0) {
|
|
// Our NotifyWorkerThread event was signaled
|
|
return;
|
|
}
|
|
} while (true);
|
|
}
|
|
|
|
static inline bool
|
|
IsTimeoutExpired(PRIntervalTime aStart, PRIntervalTime aTimeout)
|
|
{
|
|
return (aTimeout != PR_INTERVAL_NO_TIMEOUT) &&
|
|
(aTimeout <= (PR_IntervalNow() - aStart));
|
|
}
|
|
|
|
bool
|
|
MessageChannel::WaitForSyncNotify()
|
|
{
|
|
mMonitor->AssertCurrentThreadOwns();
|
|
|
|
MOZ_ASSERT(gUIThreadId, "InitUIThread was not called!");
|
|
|
|
// Use a blocking wait if this channel does not require
|
|
// Windows message deferral behavior.
|
|
if (!(mFlags & REQUIRE_DEFERRED_MESSAGE_PROTECTION)) {
|
|
PRIntervalTime timeout = (kNoTimeout == mTimeoutMs) ?
|
|
PR_INTERVAL_NO_TIMEOUT :
|
|
PR_MillisecondsToInterval(mTimeoutMs);
|
|
PRIntervalTime waitStart = 0;
|
|
|
|
if (timeout != PR_INTERVAL_NO_TIMEOUT) {
|
|
waitStart = PR_IntervalNow();
|
|
}
|
|
|
|
MOZ_ASSERT(!mIsSyncWaitingOnNonMainThread);
|
|
mIsSyncWaitingOnNonMainThread = true;
|
|
|
|
mMonitor->Wait(timeout);
|
|
|
|
MOZ_ASSERT(mIsSyncWaitingOnNonMainThread);
|
|
mIsSyncWaitingOnNonMainThread = false;
|
|
|
|
// If the timeout didn't expire, we know we received an event. The
|
|
// converse is not true.
|
|
return WaitResponse(timeout == PR_INTERVAL_NO_TIMEOUT ?
|
|
false : IsTimeoutExpired(waitStart, timeout));
|
|
}
|
|
|
|
NS_ASSERTION(mFlags & REQUIRE_DEFERRED_MESSAGE_PROTECTION,
|
|
"Shouldn't be here for channels that don't use message deferral!");
|
|
NS_ASSERTION(mTopFrame && !mTopFrame->mInterrupt,
|
|
"Top frame is not a sync frame!");
|
|
|
|
MonitorAutoUnlock unlock(*mMonitor);
|
|
|
|
bool timedout = false;
|
|
|
|
UINT_PTR timerId = 0;
|
|
TimeoutData timeoutData = { 0 };
|
|
|
|
if (mTimeoutMs != kNoTimeout) {
|
|
InitTimeoutData(&timeoutData, mTimeoutMs);
|
|
|
|
// We only do this to ensure that we won't get stuck in
|
|
// MsgWaitForMultipleObjects below.
|
|
timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr);
|
|
NS_ASSERTION(timerId, "SetTimer failed!");
|
|
}
|
|
|
|
// Setup deferred processing of native events while we wait for a response.
|
|
NS_ASSERTION(!MessageChannel::IsPumpingMessages(),
|
|
"Shouldn't be pumping already!");
|
|
|
|
MessageChannel::SetIsPumpingMessages(true);
|
|
HHOOK windowHook = SetWindowsHookEx(WH_CALLWNDPROC, CallWindowProcedureHook,
|
|
nullptr, gUIThreadId);
|
|
NS_ASSERTION(windowHook, "Failed to set hook!");
|
|
|
|
{
|
|
while (1) {
|
|
MSG msg = { 0 };
|
|
// Don't get wrapped up in here if the child connection dies.
|
|
{
|
|
MonitorAutoLock lock(*mMonitor);
|
|
if (!Connected()) {
|
|
break;
|
|
}
|
|
}
|
|
|
|
// Wait until we have a message in the queue. MSDN docs are a bit unclear
|
|
// but it seems that windows from two different threads (and it should be
|
|
// noted that a thread in another process counts as a "different thread")
|
|
// will implicitly have their message queues attached if they are parented
|
|
// to one another. This wait call, then, will return for a message
|
|
// delivered to *either* thread.
|
|
DWORD result = MsgWaitForMultipleObjects(1, &mEvent, FALSE, INFINITE,
|
|
QS_ALLINPUT);
|
|
if (result == WAIT_OBJECT_0) {
|
|
// Our NotifyWorkerThread event was signaled
|
|
ResetEvent(mEvent);
|
|
break;
|
|
} else
|
|
if (result != (WAIT_OBJECT_0 + 1)) {
|
|
NS_ERROR("Wait failed!");
|
|
break;
|
|
}
|
|
|
|
if (TimeoutHasExpired(timeoutData)) {
|
|
// A timeout was specified and we've passed it. Break out.
|
|
timedout = true;
|
|
break;
|
|
}
|
|
|
|
// The only way to know on which thread the message was delivered is to
|
|
// use some logic on the return values of GetQueueStatus and PeekMessage.
|
|
// PeekMessage will return false if there are no "queued" messages, but it
|
|
// will run all "nonqueued" messages before returning. So if PeekMessage
|
|
// returns false and there are no "nonqueued" messages that were run then
|
|
// we know that the message we woke for was intended for a window on
|
|
// another thread.
|
|
bool haveSentMessagesPending =
|
|
(HIWORD(GetQueueStatus(QS_SENDMESSAGE)) & QS_SENDMESSAGE) != 0;
|
|
|
|
// Either of the PeekMessage calls below will actually process all
|
|
// "nonqueued" messages that are pending before returning. If we have
|
|
// "nonqueued" messages pending then we should have switched out all the
|
|
// window procedures above. In that case this PeekMessage call won't
|
|
// actually cause any mozilla code (or plugin code) to run.
|
|
|
|
// We have to manually pump all COM messages *after* looking at the queue
|
|
// queue status but before yielding our thread below.
|
|
if (gCOMWindow) {
|
|
if (PeekMessageW(&msg, gCOMWindow, 0, 0, PM_REMOVE)) {
|
|
TranslateMessage(&msg);
|
|
::DispatchMessageW(&msg);
|
|
}
|
|
}
|
|
|
|
// If the following PeekMessage call fails to return a message for us (and
|
|
// returns false) and we didn't run any "nonqueued" messages then we must
|
|
// have woken up for a message designated for a window in another thread.
|
|
// If we loop immediately then we could enter a tight loop, so we'll give
|
|
// up our time slice here to let the child process its message.
|
|
if (!PeekMessageW(&msg, nullptr, 0, 0, PM_NOREMOVE) &&
|
|
!haveSentMessagesPending) {
|
|
// Message was for child, we should wait a bit.
|
|
SwitchToThread();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Unhook the neutered window procedure hook.
|
|
UnhookWindowsHookEx(windowHook);
|
|
|
|
// Unhook any neutered windows procedures so messages can be delivered
|
|
// normally.
|
|
UnhookNeuteredWindows();
|
|
|
|
// Before returning we need to set a hook to run any deferred messages that
|
|
// we received during the IPC call. The hook will unset itself as soon as
|
|
// someone else calls GetMessage, PeekMessage, or runs code that generates
|
|
// a "nonqueued" message.
|
|
ScheduleDeferredMessageRun();
|
|
|
|
if (timerId) {
|
|
KillTimer(nullptr, timerId);
|
|
}
|
|
|
|
MessageChannel::SetIsPumpingMessages(false);
|
|
|
|
return WaitResponse(timedout);
|
|
}
|
|
|
|
bool
|
|
MessageChannel::WaitForInterruptNotify()
|
|
{
|
|
mMonitor->AssertCurrentThreadOwns();
|
|
|
|
MOZ_ASSERT(gUIThreadId, "InitUIThread was not called!");
|
|
|
|
// Re-use sync notification wait code if this channel does not require
|
|
// Windows message deferral behavior.
|
|
if (!(mFlags & REQUIRE_DEFERRED_MESSAGE_PROTECTION)) {
|
|
return WaitForSyncNotify();
|
|
}
|
|
|
|
if (!InterruptStackDepth() && !AwaitingIncomingMessage()) {
|
|
// There is currently no way to recover from this condition.
|
|
NS_RUNTIMEABORT("StackDepth() is 0 in call to MessageChannel::WaitForNotify!");
|
|
}
|
|
|
|
NS_ASSERTION(mFlags & REQUIRE_DEFERRED_MESSAGE_PROTECTION,
|
|
"Shouldn't be here for channels that don't use message deferral!");
|
|
NS_ASSERTION(mTopFrame && mTopFrame->mInterrupt,
|
|
"Top frame is not a sync frame!");
|
|
|
|
MonitorAutoUnlock unlock(*mMonitor);
|
|
|
|
bool timedout = false;
|
|
|
|
UINT_PTR timerId = 0;
|
|
TimeoutData timeoutData = { 0 };
|
|
|
|
// windowHook is used as a flag variable for the loop below: if it is set
|
|
// and we start to spin a nested event loop, we need to clear the hook and
|
|
// process deferred/pending messages.
|
|
// If windowHook is nullptr, MessageChannel::IsPumpingMessages should be false.
|
|
HHOOK windowHook = nullptr;
|
|
|
|
while (1) {
|
|
NS_ASSERTION((!!windowHook) == MessageChannel::IsPumpingMessages(),
|
|
"windowHook out of sync with reality");
|
|
|
|
if (mTopFrame->mSpinNestedEvents) {
|
|
if (windowHook) {
|
|
UnhookWindowsHookEx(windowHook);
|
|
windowHook = nullptr;
|
|
|
|
if (timerId) {
|
|
KillTimer(nullptr, timerId);
|
|
timerId = 0;
|
|
}
|
|
|
|
// Used by widget to assert on incoming native events
|
|
MessageChannel::SetIsPumpingMessages(false);
|
|
|
|
// Unhook any neutered windows procedures so messages can be delievered
|
|
// normally.
|
|
UnhookNeuteredWindows();
|
|
|
|
// Send all deferred "nonqueued" message to the intended receiver.
|
|
// We're dropping into SpinInternalEventLoop so we should be fairly
|
|
// certain these will get delivered soohn.
|
|
ScheduleDeferredMessageRun();
|
|
}
|
|
SpinInternalEventLoop();
|
|
ResetEvent(mEvent);
|
|
return true;
|
|
}
|
|
|
|
if (!windowHook) {
|
|
MessageChannel::SetIsPumpingMessages(true);
|
|
windowHook = SetWindowsHookEx(WH_CALLWNDPROC, CallWindowProcedureHook,
|
|
nullptr, gUIThreadId);
|
|
NS_ASSERTION(windowHook, "Failed to set hook!");
|
|
|
|
NS_ASSERTION(!timerId, "Timer already initialized?");
|
|
|
|
if (mTimeoutMs != kNoTimeout) {
|
|
InitTimeoutData(&timeoutData, mTimeoutMs);
|
|
timerId = SetTimer(nullptr, 0, mTimeoutMs, nullptr);
|
|
NS_ASSERTION(timerId, "SetTimer failed!");
|
|
}
|
|
}
|
|
|
|
MSG msg = { 0 };
|
|
|
|
// Don't get wrapped up in here if the child connection dies.
|
|
{
|
|
MonitorAutoLock lock(*mMonitor);
|
|
if (!Connected()) {
|
|
break;
|
|
}
|
|
}
|
|
|
|
DWORD result = MsgWaitForMultipleObjects(1, &mEvent, FALSE, INFINITE,
|
|
QS_ALLINPUT);
|
|
if (result == WAIT_OBJECT_0) {
|
|
// Our NotifyWorkerThread event was signaled
|
|
ResetEvent(mEvent);
|
|
break;
|
|
} else
|
|
if (result != (WAIT_OBJECT_0 + 1)) {
|
|
NS_ERROR("Wait failed!");
|
|
break;
|
|
}
|
|
|
|
if (TimeoutHasExpired(timeoutData)) {
|
|
// A timeout was specified and we've passed it. Break out.
|
|
timedout = true;
|
|
break;
|
|
}
|
|
|
|
// See MessageChannel's WaitFor*Notify for details.
|
|
bool haveSentMessagesPending =
|
|
(HIWORD(GetQueueStatus(QS_SENDMESSAGE)) & QS_SENDMESSAGE) != 0;
|
|
|
|
// Run all COM messages *after* looking at the queue status.
|
|
if (gCOMWindow) {
|
|
if (PeekMessageW(&msg, gCOMWindow, 0, 0, PM_REMOVE)) {
|
|
TranslateMessage(&msg);
|
|
::DispatchMessageW(&msg);
|
|
}
|
|
}
|
|
|
|
// PeekMessage markes the messages as "old" so that they don't wake up
|
|
// MsgWaitForMultipleObjects every time.
|
|
if (!PeekMessageW(&msg, nullptr, 0, 0, PM_NOREMOVE) &&
|
|
!haveSentMessagesPending) {
|
|
// Message was for child, we should wait a bit.
|
|
SwitchToThread();
|
|
}
|
|
}
|
|
|
|
if (windowHook) {
|
|
// Unhook the neutered window procedure hook.
|
|
UnhookWindowsHookEx(windowHook);
|
|
|
|
// Unhook any neutered windows procedures so messages can be delivered
|
|
// normally.
|
|
UnhookNeuteredWindows();
|
|
|
|
// Before returning we need to set a hook to run any deferred messages that
|
|
// we received during the IPC call. The hook will unset itself as soon as
|
|
// someone else calls GetMessage, PeekMessage, or runs code that generates
|
|
// a "nonqueued" message.
|
|
ScheduleDeferredMessageRun();
|
|
|
|
if (timerId) {
|
|
KillTimer(nullptr, timerId);
|
|
}
|
|
}
|
|
|
|
MessageChannel::SetIsPumpingMessages(false);
|
|
|
|
return WaitResponse(timedout);
|
|
}
|
|
|
|
void
|
|
MessageChannel::NotifyWorkerThread()
|
|
{
|
|
mMonitor->AssertCurrentThreadOwns();
|
|
|
|
if (mIsSyncWaitingOnNonMainThread) {
|
|
mMonitor->Notify();
|
|
return;
|
|
}
|
|
|
|
NS_ASSERTION(mEvent, "No signal event to set, this is really bad!");
|
|
if (!SetEvent(mEvent)) {
|
|
NS_WARNING("Failed to set NotifyWorkerThread event!");
|
|
}
|
|
}
|
|
|
|
void
|
|
DeferredSendMessage::Run()
|
|
{
|
|
AssertWindowIsNotNeutered(hWnd);
|
|
if (!IsWindow(hWnd)) {
|
|
NS_ERROR("Invalid window!");
|
|
return;
|
|
}
|
|
|
|
WNDPROC wndproc =
|
|
reinterpret_cast<WNDPROC>(GetWindowLongPtr(hWnd, GWLP_WNDPROC));
|
|
if (!wndproc) {
|
|
NS_ERROR("Invalid window procedure!");
|
|
return;
|
|
}
|
|
|
|
CallWindowProc(wndproc, hWnd, message, wParam, lParam);
|
|
}
|
|
|
|
void
|
|
DeferredRedrawMessage::Run()
|
|
{
|
|
AssertWindowIsNotNeutered(hWnd);
|
|
if (!IsWindow(hWnd)) {
|
|
NS_ERROR("Invalid window!");
|
|
return;
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
BOOL ret =
|
|
#endif
|
|
RedrawWindow(hWnd, nullptr, nullptr, flags);
|
|
NS_ASSERTION(ret, "RedrawWindow failed!");
|
|
}
|
|
|
|
DeferredUpdateMessage::DeferredUpdateMessage(HWND aHWnd)
|
|
{
|
|
mWnd = aHWnd;
|
|
if (!GetUpdateRect(mWnd, &mUpdateRect, FALSE)) {
|
|
memset(&mUpdateRect, 0, sizeof(RECT));
|
|
return;
|
|
}
|
|
ValidateRect(mWnd, &mUpdateRect);
|
|
}
|
|
|
|
void
|
|
DeferredUpdateMessage::Run()
|
|
{
|
|
AssertWindowIsNotNeutered(mWnd);
|
|
if (!IsWindow(mWnd)) {
|
|
NS_ERROR("Invalid window!");
|
|
return;
|
|
}
|
|
|
|
InvalidateRect(mWnd, &mUpdateRect, FALSE);
|
|
#ifdef DEBUG
|
|
BOOL ret =
|
|
#endif
|
|
UpdateWindow(mWnd);
|
|
NS_ASSERTION(ret, "UpdateWindow failed!");
|
|
}
|
|
|
|
DeferredSettingChangeMessage::DeferredSettingChangeMessage(HWND aHWnd,
|
|
UINT aMessage,
|
|
WPARAM aWParam,
|
|
LPARAM aLParam)
|
|
: DeferredSendMessage(aHWnd, aMessage, aWParam, aLParam)
|
|
{
|
|
NS_ASSERTION(aMessage == WM_SETTINGCHANGE, "Wrong message type!");
|
|
if (aLParam) {
|
|
lParamString = _wcsdup(reinterpret_cast<const wchar_t*>(aLParam));
|
|
lParam = reinterpret_cast<LPARAM>(lParamString);
|
|
}
|
|
else {
|
|
lParamString = nullptr;
|
|
lParam = 0;
|
|
}
|
|
}
|
|
|
|
DeferredSettingChangeMessage::~DeferredSettingChangeMessage()
|
|
{
|
|
free(lParamString);
|
|
}
|
|
|
|
DeferredWindowPosMessage::DeferredWindowPosMessage(HWND aHWnd,
|
|
LPARAM aLParam,
|
|
bool aForCalcSize,
|
|
WPARAM aWParam)
|
|
{
|
|
if (aForCalcSize) {
|
|
if (aWParam) {
|
|
NCCALCSIZE_PARAMS* arg = reinterpret_cast<NCCALCSIZE_PARAMS*>(aLParam);
|
|
memcpy(&windowPos, arg->lppos, sizeof(windowPos));
|
|
|
|
NS_ASSERTION(aHWnd == windowPos.hwnd, "Mismatched hwnds!");
|
|
}
|
|
else {
|
|
RECT* arg = reinterpret_cast<RECT*>(aLParam);
|
|
windowPos.hwnd = aHWnd;
|
|
windowPos.hwndInsertAfter = nullptr;
|
|
windowPos.x = arg->left;
|
|
windowPos.y = arg->top;
|
|
windowPos.cx = arg->right - arg->left;
|
|
windowPos.cy = arg->bottom - arg->top;
|
|
|
|
NS_ASSERTION(arg->right >= arg->left && arg->bottom >= arg->top,
|
|
"Negative width or height!");
|
|
}
|
|
windowPos.flags = SWP_FRAMECHANGED | SWP_NOACTIVATE | SWP_NOOWNERZORDER |
|
|
SWP_NOZORDER | SWP_DEFERERASE | SWP_NOSENDCHANGING;
|
|
}
|
|
else {
|
|
// Not for WM_NCCALCSIZE
|
|
WINDOWPOS* arg = reinterpret_cast<WINDOWPOS*>(aLParam);
|
|
memcpy(&windowPos, arg, sizeof(windowPos));
|
|
|
|
NS_ASSERTION(aHWnd == windowPos.hwnd, "Mismatched hwnds!");
|
|
|
|
// Windows sends in some private flags sometimes that we can't simply copy.
|
|
// Filter here.
|
|
UINT mask = SWP_ASYNCWINDOWPOS | SWP_DEFERERASE | SWP_DRAWFRAME |
|
|
SWP_FRAMECHANGED | SWP_HIDEWINDOW | SWP_NOACTIVATE |
|
|
SWP_NOCOPYBITS | SWP_NOMOVE | SWP_NOOWNERZORDER | SWP_NOREDRAW |
|
|
SWP_NOREPOSITION | SWP_NOSENDCHANGING | SWP_NOSIZE |
|
|
SWP_NOZORDER | SWP_SHOWWINDOW;
|
|
windowPos.flags &= mask;
|
|
}
|
|
}
|
|
|
|
void
|
|
DeferredWindowPosMessage::Run()
|
|
{
|
|
AssertWindowIsNotNeutered(windowPos.hwnd);
|
|
if (!IsWindow(windowPos.hwnd)) {
|
|
NS_ERROR("Invalid window!");
|
|
return;
|
|
}
|
|
|
|
if (!IsWindow(windowPos.hwndInsertAfter)) {
|
|
NS_WARNING("ZOrder change cannot be honored");
|
|
windowPos.hwndInsertAfter = 0;
|
|
windowPos.flags |= SWP_NOZORDER;
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
BOOL ret =
|
|
#endif
|
|
SetWindowPos(windowPos.hwnd, windowPos.hwndInsertAfter, windowPos.x,
|
|
windowPos.y, windowPos.cx, windowPos.cy, windowPos.flags);
|
|
NS_ASSERTION(ret, "SetWindowPos failed!");
|
|
}
|
|
|
|
DeferredCopyDataMessage::DeferredCopyDataMessage(HWND aHWnd,
|
|
UINT aMessage,
|
|
WPARAM aWParam,
|
|
LPARAM aLParam)
|
|
: DeferredSendMessage(aHWnd, aMessage, aWParam, aLParam)
|
|
{
|
|
NS_ASSERTION(IsWindow(reinterpret_cast<HWND>(aWParam)), "Bad window!");
|
|
|
|
COPYDATASTRUCT* source = reinterpret_cast<COPYDATASTRUCT*>(aLParam);
|
|
NS_ASSERTION(source, "Should never be null!");
|
|
|
|
copyData.dwData = source->dwData;
|
|
copyData.cbData = source->cbData;
|
|
|
|
if (source->cbData) {
|
|
copyData.lpData = malloc(source->cbData);
|
|
if (copyData.lpData) {
|
|
memcpy(copyData.lpData, source->lpData, source->cbData);
|
|
}
|
|
else {
|
|
NS_ERROR("Out of memory?!");
|
|
copyData.cbData = 0;
|
|
}
|
|
}
|
|
else {
|
|
copyData.lpData = nullptr;
|
|
}
|
|
|
|
lParam = reinterpret_cast<LPARAM>(©Data);
|
|
}
|
|
|
|
DeferredCopyDataMessage::~DeferredCopyDataMessage()
|
|
{
|
|
free(copyData.lpData);
|
|
}
|
|
|
|
DeferredStyleChangeMessage::DeferredStyleChangeMessage(HWND aHWnd,
|
|
WPARAM aWParam,
|
|
LPARAM aLParam)
|
|
: hWnd(aHWnd)
|
|
{
|
|
index = static_cast<int>(aWParam);
|
|
style = reinterpret_cast<STYLESTRUCT*>(aLParam)->styleNew;
|
|
}
|
|
|
|
void
|
|
DeferredStyleChangeMessage::Run()
|
|
{
|
|
SetWindowLongPtr(hWnd, index, style);
|
|
}
|
|
|
|
DeferredSetIconMessage::DeferredSetIconMessage(HWND aHWnd,
|
|
UINT aMessage,
|
|
WPARAM aWParam,
|
|
LPARAM aLParam)
|
|
: DeferredSendMessage(aHWnd, aMessage, aWParam, aLParam)
|
|
{
|
|
NS_ASSERTION(aMessage == WM_SETICON, "Wrong message type!");
|
|
}
|
|
|
|
void
|
|
DeferredSetIconMessage::Run()
|
|
{
|
|
AssertWindowIsNotNeutered(hWnd);
|
|
if (!IsWindow(hWnd)) {
|
|
NS_ERROR("Invalid window!");
|
|
return;
|
|
}
|
|
|
|
WNDPROC wndproc =
|
|
reinterpret_cast<WNDPROC>(GetWindowLongPtr(hWnd, GWLP_WNDPROC));
|
|
if (!wndproc) {
|
|
NS_ERROR("Invalid window procedure!");
|
|
return;
|
|
}
|
|
|
|
HICON hOld = reinterpret_cast<HICON>(
|
|
CallWindowProc(wndproc, hWnd, message, wParam, lParam));
|
|
if (hOld) {
|
|
DestroyIcon(hOld);
|
|
}
|
|
}
|