mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
Remove Windows Metro/WinRT code.
This commit is contained in:
@@ -79,9 +79,6 @@ extern const wchar_t* kPropNameTabContent;
|
||||
namespace mozilla {
|
||||
namespace widget {
|
||||
extern UINT sAppShellGoannaMsgId;
|
||||
#ifdef MOZ_METRO
|
||||
extern UINT sDefaultBrowserMsgId;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -416,11 +413,6 @@ ProcessOrDeferMessage(HWND hwnd,
|
||||
if (uMsg && uMsg == mozilla::widget::sAppShellGoannaMsgId) {
|
||||
// Widget's registered native event callback
|
||||
deferred = new DeferredSendMessage(hwnd, uMsg, wParam, lParam);
|
||||
#ifdef MOZ_METRO
|
||||
} else if (uMsg && uMsg == mozilla::widget::sDefaultBrowserMsgId) {
|
||||
// Metro widget's system shutdown message
|
||||
deferred = new DeferredSendMessage(hwnd, uMsg, wParam, lParam);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -498,13 +490,6 @@ WindowIsDeferredWindow(HWND hWnd)
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef MOZ_METRO
|
||||
// immersive UI ICoreWindow
|
||||
if (className.EqualsLiteral("Windows.UI.Core.CoreWindow")) {
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
// Plugin windows that can trigger ipc calls in child:
|
||||
// 'ShockwaveFlashFullScreen' - flash fullscreen window
|
||||
// 'QTNSHIDDEN' - QuickTime
|
||||
|
||||
Reference in New Issue
Block a user