Граф коммитов

45 Коммитов

Автор SHA1 Сообщение Дата
Kevin Sawicki 3f7b3c4bd7 Implement window overrides in main context 2017-01-16 12:38:16 -08:00
Kevin Sawicki 1278e8cebc Remove unused variable 2016-12-02 13:40:31 -08:00
Kevin Sawicki 635c909aab Implement window.alert/confirm/close in main process 2016-12-02 13:40:31 -08:00
Kevin Sawicki c8ff67ab75 Use spread syntax instead of function apply 2016-12-01 14:56:00 -08:00
Kevin Sawicki 6f6c5c07f0 Remove unintended returns 2016-11-28 10:56:23 -08:00
Kevin Sawicki 3a29555772 Access URL through webContents directly 2016-11-28 10:56:23 -08:00
Kevin Sawicki 68c2c9825f Remove lint warnings 2016-10-25 10:36:43 +09:00
Paul Frazee f35536bdc5 factor out parse-features-string.js 2016-10-24 20:21:42 -05:00
Michael Vasseur c811188e22 Updated required code to handle missing additional features for popup windows 2016-10-04 14:38:32 +09:00
Kevin Sawicki daf1eec5ec Use === for string comparison 2016-09-08 17:11:10 -07:00
Kevin Sawicki 9829baed46 Open about:blank when window.open is called with no URL 2016-09-08 16:10:21 -07:00
Alexey Prokhorov 16f2702495 Apply resolveURL when set a location of a window opened by window.open() 2016-08-16 16:24:49 +05:00
Cheng Zhao 18a38dbfc1 Fix exception in alert for inavlid parameter 2016-06-14 15:22:01 +09:00
Kevin Sawicki 2f93735909 Make BrowserWindowProxy guestId non-writeable 2016-06-09 13:41:42 -07:00
Kevin Sawicki 84f6015037 Call print on webContents 2016-05-27 11:11:55 -07:00
Felix Rieseberg fa7f084625 📠 Add print() to BrowserWindowProxy
Closes #5685
2016-05-27 11:11:19 -07:00
Felix Rieseberg bef6748c06 🎨 Implement JS Standard Code Style 7
Updates Standard Code Style to 7 (latest major) and ensures that code
is conform.

 * camelCase is now enforced
 * No assignments in return statements
2016-05-25 16:20:49 -07:00
Kevin Sawicki cc7395eea8 Remove returns from event listeners 2016-05-19 15:28:08 -07:00
Kevin Sawicki 0342db9328 Remove hyphenated options 2016-05-06 10:12:53 -07:00
Cheng Zhao 31eb793fb0 Avoid adding a new option to webPreferences 2016-04-14 10:50:07 +09:00
Cheng Zhao 8f0e594007 Fix lint warnings 2016-04-13 23:10:31 +09:00
Cheng Zhao 43c44da50b Correctly set initial visibilityState 2016-04-13 23:07:28 +09:00
Cheng Zhao 07a4c52919 Reduces the IPC messages used for visibilityState 2016-04-13 21:36:43 +09:00
Kevin Sawicki 8d8d5878a3 Rename ATOM_ ipc event prefix to ELECTRON_ 2016-04-07 09:04:55 -07:00
Robo 7016fbe258 browser: fix disposition value for new-window event 2016-04-01 08:14:29 +05:30
Zeke Sikelianos 252121ac70 give anonymous function a name 2016-03-30 17:00:35 -07:00
Zeke Sikelianos 9efd29d059 fix a minor style issue 2016-03-30 17:00:35 -07:00
Zeke Sikelianos 7c58f7fb02 eradicate all per-file eslint globals 2016-03-30 17:00:34 -07:00
Zeke Sikelianos 47a61e9f27 use window.location instead of location 2016-03-30 17:00:34 -07:00
Zeke Sikelianos e6698102c9 standardize by hand 2016-03-30 17:00:33 -07:00
Zeke Sikelianos 3855a774ab autoformat more easy files 2016-03-30 17:00:31 -07:00
Kevin Sawicki ad67070f23 Merge pull request #4861 from OctoHuman/master
Fix alert()
2016-03-30 12:40:41 -07:00
Kevin Sawicki cbfe8b9228 Add minWidth and maxWidth to ints array 2016-03-21 09:12:47 -07:00
OctoHuman 116d61185a Refix alert() 2016-03-20 03:40:12 -05:00
OctoHuman 9f6541228d Fix alert() 2016-03-20 02:09:30 -05:00
Kevin Sawicki 8889c29866 Use rest parameters 2016-03-18 11:51:02 -07:00
Kevin Sawicki 90d815ce6c Add todo about removing hyphenated options 2016-03-17 13:37:08 -07:00
Kevin Sawicki 3e7501579f Add camel case versions to ints array 2016-03-17 13:37:08 -07:00
Kevin Sawicki a14380ed01 Set webPrereferences from features tring 2016-03-17 13:37:07 -07:00
Cheng Zhao b2059ec8af Merge pull request #4774 from twolfson/dev/add.location.to.window.open.sqwished
Added support for window.location on window.open windows
2016-03-13 22:22:48 +09:00
Todd Wolfson 7569d180c9 Added support for window.location on window.open windows 2016-03-12 18:05:01 -06:00
Kevin Sawicki a3f08c9b51 Use arrow functions to replace old CoffeeScript => this wrappers 2016-03-11 11:25:56 -08:00
Arek Sredzki c1267b2320 Added 'show' & 'hide' events to browser-window, fixed visibilitychange event in renderer 2016-03-10 13:51:31 -08:00
Arek Sredzki ee61ab2d26 Cache browser visibility state & emit visibilitychange event on change
Fixes #3788
2016-03-10 13:51:31 -08:00
Kevin Sawicki 70aa9b06ee Move JavaScript to root lib/ folder 2016-03-08 11:14:21 -08:00