Apps/Security/Definitions: Difference between revisions

Jump to navigation Jump to search
m
(Created page with "== Definitions == * '''WebApp''' - An application developed with web technologies (JS/HTML/CSS). May contain dynamic and static content * '''Native App''' - A WebApp consisting s...")
 
Line 12: Line 12:
** [https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html Specification]
** [https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html Specification]
* '''XPCOM''' - a Common Object Model that is 'inspired by' Microsoft's COM.  It is reasonably feature-complete but does not contain co-classes.  The implementation is also entirely missing a marshalling / unmarshalling (serialisation) layer.
* '''XPCOM''' - a Common Object Model that is 'inspired by' Microsoft's COM.  It is reasonably feature-complete but does not contain co-classes.  The implementation is also entirely missing a marshalling / unmarshalling (serialisation) layer.
* '''ncalrpc''' - a local networking protocol that is used in Microsoft's COM to efficiently communicate data between COM clients and COM servers that are on the same machine.  http://msdn.microsoft.com/en-us/library/windows/desktop/aa378665%28v=vs.85%29.aspx
* '''ncalrpc''' - a local networking protocol that is used in Microsoft's COM to efficiently communicate (marshalled and unmarshalled) function call parameters between COM clients and COM servers that are on the same machine.  http://msdn.microsoft.com/en-us/library/windows/desktop/aa378665%28v=vs.85%29.aspx
'''Important reading!'''  B2G applications are Open Web Apps, you can read about them here: https://developer.mozilla.org/en-US/apps
'''Important reading!'''  B2G applications are Open Web Apps, you can read about them here: https://developer.mozilla.org/en-US/apps


177

edits

Navigation menu