Commit History

Author SHA1 Message Date
  Kevin Sawicki 56a8eb3a94 Check that sender is a WebContents instance 8 years ago
  Charlie Hess ddedcf22d1 Move console.warn inside the helper method. 8 years ago
  Charlie Hess f6410d3b77 Assert that listener count decreases after a remove event. 8 years ago
  Charlie Hess c213971a2d Write a warning instead of crashing. 8 years ago
  Charlie Hess bc2f1e8199 Argh. 8 years ago
  Charlie Hess 63d8137da2 Use EventEmitter public methods instead of _events. 8 years ago
  Kevin Sawicki 45986405b8 Assert remote event names 8 years ago
  Charlie Hess a0b24bd155 Simplify. 8 years ago
  Charlie Hess 67f7a60524 Review CommentZ 8 years ago
  Charlie Hess 41ea169784 L I N T I N G P T I I 8 years ago
  Charlie Hess 49c6446267 L I N T I N G 8 years ago
  Charlie Hess 26e3ad3c2e Display more information about remote event crashes. 8 years ago
  Kevin Sawicki 635c909aab Implement window.alert/confirm/close in main process 8 years ago
  Kevin Sawicki 996ddba715 Add rpc error for ELECTRON_BROWSER_MEMBER_GET 8 years ago
  Kevin Sawicki 5427ec4844 Negate code as per node docs 8 years ago
  Kevin Sawicki aef898ad93 Set errno on RPC error 8 years ago
  Kevin Sawicki c05ca68811 Throw custom error when remote object is missing from registry 8 years ago
  Samuel Attard a9d5699a52 Update standard to v8 to be inline with standard-markdown 8 years ago
  Thiago de Arruda 695509e267 Add browser side support for reading files from renderer. 8 years ago
  Kevin Sawicki 902bd0564e Require Buffer explicitly instead of relying on global 8 years ago
  Kevin Sawicki 01e69353d5 Don't serialize ArrayBuffer as Array 8 years ago
  Cheng Zhao 9ddb62c42a Use Buffer.from instead of deprecated new Buffer 8 years ago
  Cheng Zhao 1c9421bc89 Use ArrayBuffer.isView to detect Buffer and ArrayBuffer 8 years ago
  haad fac330fb50 Fix TypedArray check, add check when instanceof doesn't work for TypedArrays. 8 years ago
  haad c717cd9192 :bug: Add support for TypedArrays in IPC. 8 years ago
  Kevin Sawicki 8a9f2261d0 Add default error handler to remote promises (#6151) 8 years ago
  Cheng Zhao 9f0fc96025 Merge pull request #5711 from electron/extension-code-cleanup 9 years ago
  Cheng Zhao ba315248e0 Use ipcRenderer.sendTo to get rid of routers in main process 9 years ago
  Cheng Zhao ae1f442b02 Add ipcRenderer.sendTo 9 years ago
  Kevin Sawicki 59dd7ca9df Guard against object with no hasOwnProperty 9 years ago