Skip to content

Commit

Permalink
Removed: Obsoleted Nativehost stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
daboe01 committed Jul 8, 2016
1 parent 4a726a0 commit 5c1cdea
Show file tree
Hide file tree
Showing 46 changed files with 3 additions and 4,768 deletions.
3 changes: 1 addition & 2 deletions AppKit/CPWindow/CPWindow.j
Expand Up @@ -308,7 +308,7 @@ CPTexturedBackgroundWindowMask
[self setPlatformWindow:[CPPlatformWindow primaryPlatformWindow]];
else
{
// give zero sized borderless bridge windows a default size if we're not in the browser so they show up in NativeHost.
// give zero sized borderless bridge windows a default size.
if ((aStyleMask & CPBorderlessBridgeWindowMask) && aContentRect.size.width === 0 && aContentRect.size.height === 0)
{
var visibleFrame = [[[CPScreen alloc] init] visibleFrame];
Expand Down Expand Up @@ -655,7 +655,6 @@ CPTexturedBackgroundWindowMask
CPBorderlessWindowMask
CPTitledWindowMask
CPClosableWindowMask
CPMiniaturizableWindowMask (NOTE: only available in NativeHost)
CPResizableWindowMask
CPTexturedBackgroundWindowMask
CPBorderlessBridgeWindowMask
Expand Down
70 changes: 0 additions & 70 deletions CommonJS/lib/cappuccino/nativehost.js

This file was deleted.

4 changes: 2 additions & 2 deletions Tests/Manual/UndoRedoWithMenuUpdate/AppController.j
Expand Up @@ -142,7 +142,7 @@
[_menuItemView setDirty];
}

// Performs autoenable processing, returns isEnabled to propagate state to NativeHost
// Performs autoenable processing, returns isEnabled to propagate state
- (BOOL)_performAutoenable
{
if ([_menu autoenablesItems])
Expand All @@ -162,7 +162,7 @@
}
else
{
// XXX: will toggle state as part of _target check, required to sync stane with NativeHost
// XXX: will toggle state as part of _target check
_isEnabled = isEnabled;
[_menuItemView setDirty];

Expand Down
5 changes: 0 additions & 5 deletions Tools/NativeHost/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions Tools/NativeHost/AppController+MainMenu.m

This file was deleted.

26 changes: 0 additions & 26 deletions Tools/NativeHost/AppController+WebFrameLoadDelegate.m

This file was deleted.

35 changes: 0 additions & 35 deletions Tools/NativeHost/AppController+WebPolicyDelegate.m

This file was deleted.

32 changes: 0 additions & 32 deletions Tools/NativeHost/AppController+WebResourceLoadDelegate.m

This file was deleted.

71 changes: 0 additions & 71 deletions Tools/NativeHost/AppController+WebUIDelegate.m

This file was deleted.

54 changes: 0 additions & 54 deletions Tools/NativeHost/AppController.h

This file was deleted.

0 comments on commit 5c1cdea

Please sign in to comment.