Commit History

Author SHA1 Message Date
  Javan Makhmali a64bdbd306 Add "context-menu" DOM event to <webview> 8 years ago
  Kevin Sawicki 133ad6e18b Only set size and load URL on first attach 8 years ago
  Kevin Sawicki a737732521 Only remove guest from embedder when view id changes 8 years ago
  Kevin Sawicki 73774f21b7 :art: 8 years ago
  Kevin Sawicki 3c18de9c5a Only return when guestInstance is non-null 8 years ago
  Kevin Sawicki 76f96bd99c Destructure requires 8 years ago
  Kevin Sawicki 48bcad87c2 Use template strings 8 years ago
  Kevin Sawicki 712b15286c Use let/const instead of var 8 years ago
  Kevin Sawicki 3053be345b Remove unneeded returns 8 years ago
  Kevin Sawicki 3aad6a0c99 Use forEach and destructuring for parsing features 8 years ago
  Paul Frazee f35536bdc5 factor out parse-features-string.js 8 years ago
  Paul Frazee e7962c7ba2 fixes and tests for webview 'webpreferences' attr 8 years ago
  Paul Frazee 194b14100e add the 'webpreferences' attribute to webviews 8 years ago
  Dave Townsend 313b2faa3c Add a guestinstance attribute to webviews reflecting their current guest 8 years ago
  Cheng Zhao bb10551d23 Work around a compiler bug that crashes on Windows 8 years ago
  Kevin Sawicki ee0bab6389 Specify type instead of isGuest 8 years ago
  Cheng Zhao 6c5eaf6178 Merge pull request #5923 from electron/disable-blink-features 8 years ago
  Kevin Sawicki 02e0ca60ef Use lowercase param key 8 years ago
  Kevin Sawicki 96012d6523 Remove trailing comma 8 years ago
  Kevin Sawicki ca6e3ed1ef Add webview support for disabled blink features 8 years ago
  Kevin Sawicki ba762464d2 More let/const-ing 8 years ago
  Kevin Sawicki 5c880b7c99 We -> we 8 years ago
  Kevin Sawicki ce1a9740f6 :art: Use const and for/of loops 8 years ago
  Kevin Sawicki 3bcb411e28 Don't collect unused results array 8 years ago
  Cheng Zhao 3c873736d7 Add update-target-url event 9 years ago
  Cheng Zhao 8ac93e02c6 Merge pull request #5616 from electron/inherit-zoom 9 years ago
  Kevin Sawicki cc7395eea8 Remove returns from event listeners 9 years ago
  Kevin Sawicki 4754e4aabb Add zoomFactor to guest params 9 years ago
  Cheng Zhao 90f52169af No more need to check for nodeIntegration when creating guest view 9 years ago
  Kevin Sawicki 8e7bf1051d Disable node integration on webview when disabled on window 9 years ago