Rob Brackett
c1b1348735
Add resourceType
arg to webContents did-get-response-details
event.
...
Fixes #5074 and follows @zcbenz's recommendation to expose ResourceTypeToString from atom_network_delegate publicly.
Also adds testing for other arguments to the `did-get-response-details` events, since there were no existing tests for them.
2016-04-08 11:19:36 -07:00
Kevin Sawicki
066092abb6
Merge pull request #5079 from electron/set-node-version-to-5-dot-10
...
Upgrade .node-version to 5.10.0
2016-04-08 08:24:53 -07:00
Kevin Sawicki
37119768a0
⬆️ node@5.10.0
2016-04-08 08:24:40 -07:00
Cheng Zhao
5ff97317fe
Merge pull request #5086 from electron/no-throttling
...
Add backgroundThrottling option to webPreferences
2016-04-08 16:25:09 +09:00
Cheng Zhao
d169ebf737
Merge pull request #5070 from christoth/master
...
webview: Update doc to reflect use of flexbox layout
2016-04-08 16:09:12 +09:00
Cheng Zhao
2f6796bd7f
Disable throttling in tests
2016-04-08 15:57:14 +09:00
Cheng Zhao
d156846036
Add backgroundThrottling option to webPreferences
2016-04-08 15:54:33 +09:00
Cheng Zhao
d703a87317
Update libchromiumcontent with disable_hidden.patch
2016-04-08 15:22:57 +09:00
Kevin Sawicki
f403950503
Merge pull request #5064 from electron/upgrade-asar-for-graceful-fs-warning
...
Upgrade asar to remove graceful-fs warning
2016-04-07 11:40:04 -07:00
Kevin Sawicki
f20950702d
⬆️ asar@0.11
2016-04-07 10:36:41 -07:00
Kevin Sawicki
1a3ede6ca5
Merge pull request #5075 from electron/upgrade-ci-node
...
Use node 0.10 instead of 0.8 on internal CI machines
2016-04-07 10:35:52 -07:00
Kevin Sawicki
4041d52864
Use single quotes
2016-04-07 10:15:31 -07:00
Kevin Sawicki
10860e4ec5
Use npm.cmd on Windows to print version
2016-04-07 10:14:52 -07:00
Kevin Sawicki
687a512b11
Log node and npm versions
2016-04-07 10:03:16 -07:00
Kevin Sawicki
e95224deab
Remove +=
2016-04-07 10:00:23 -07:00
Kevin Sawicki
a74b9607b6
Add more logging
2016-04-07 09:59:46 -07:00
Kevin Sawicki
0fad8fdc4b
Add missing .path
2016-04-07 09:56:04 -07:00
Kevin Sawicki
7e87973d60
Log version to verify
2016-04-07 09:55:23 -07:00
Kevin Sawicki
d3308cf8c3
Use node 0.10.21 on CI
2016-04-07 09:53:33 -07:00
Kevin Sawicki
49b82decd8
Merge pull request #5061 from electron/rename-ipc-events
...
Rename internal IPC events to start with ELECTRON_
2016-04-07 09:37:07 -07:00
Kevin Sawicki
8d8d5878a3
Rename ATOM_ ipc event prefix to ELECTRON_
2016-04-07 09:04:55 -07:00
Kevin Sawicki
577480421d
Merge pull request #5063 from electron/mention-codesigning
...
Mention signing is required on OS X for automatic updates
2016-04-07 09:04:00 -07:00
Kevin Sawicki
59991f2fd8
Mention codesigning is required on OS X
2016-04-07 09:03:31 -07:00
christoth
a79c63581d
Update doc to reflect use of flexbox layout
...
Updated documentation, changed `display:inline-block` to `display:inline-flex', explicitly noted the use of the new layout and how it can be broken by overwriting the CSS `display' property.
2016-04-07 10:42:42 -04:00
Cheng Zhao
cf2a17cf88
Merge pull request #5048 from preco21/master
...
Docs: Update Korean docs as upstream
2016-04-07 21:22:24 +09:00
Cheng Zhao
82856eb099
Merge pull request #5029 from Mr0grog/5013-add-main-frame-param-for-did-fail-load
...
Add `isMainFrame` param to WebContents `did-fail-load` event
2016-04-07 20:22:02 +09:00
Cheng Zhao
7d3f8cb222
Merge pull request #5009 from deepak1556/context_creation_patch
...
browser: create cert verifier when browser context is created
2016-04-07 16:18:55 +09:00
Cheng Zhao
efb0fc2ea5
Merge pull request #4968 from phamdaniel/exit-events
...
Don't emit 'will-quit' when 'app.exit()' is called.
2016-04-07 16:14:35 +09:00
Cheng Zhao
aae83cbce8
Merge pull request #4986 from Aluxian/Aluxian-patch-1
...
Add squirrel-updates-server link in the docs
2016-04-07 16:11:49 +09:00
Cheng Zhao
adb112e970
Merge pull request #5056 from electron/fix-a11y-reader
...
Fix NVDA/JAWS support in Electron
2016-04-07 16:11:05 +09:00
Cheng Zhao
bcb4ba6f99
Merge pull request #5040 from electron/python2
...
Allow bootstrap to be invoked via python2
2016-04-07 16:10:51 +09:00
Cheng Zhao
cb47dfa90e
Fix problem with old Node
2016-04-07 15:59:28 +09:00
Cheng Zhao
71b67534a8
Fix coding styles
2016-04-07 15:45:20 +09:00
Paul Betts
3ee366257c
Allow bootstrap to be invoked via python2
...
This means that on most Linux distributions where python3 is the default, we
can invoke `python2 script/bootstrap.py` and have it all work
2016-04-07 15:43:57 +09:00
Cheng Zhao
d171cfe8d0
Merge pull request #4924 from electron/bengotow/osx-tray-templates
...
Fix broken template image support in Tray icon
2016-04-07 15:40:35 +09:00
Cheng Zhao
548febfa4c
Fix style issues
2016-04-07 15:23:16 +09:00
Ben Gotow
e0ee60f290
Fix memory leak
2016-04-07 15:21:07 +09:00
Ben Gotow
91457fe739
Support images larger than self.bounds
2016-04-07 15:21:07 +09:00
Ben Gotow
f9644463a9
Fix broken template image support in Tray icon
...
Between Electron `0.30.x` and `0.37.x`, the tray icon stopped automatically inverting template images when highlighted. NSImageView normally uses the correct color for template images magicaly, but I think the addition of event handlers in the container view prevents the image view from determining highlight state.
This PR switches to drawing the image manually. The `drawRect` function decides whether to use `image` or `alternateImage`(pressed image) and then if that image is marked as a template, it fills it with the same color used for the text before drawing it.
2016-04-07 15:21:07 +09:00
Cheng Zhao
80f66031cb
Merge pull request #5068 from electron/fix-ci
...
Update node: bring CI back to green
2016-04-07 15:20:16 +09:00
Cheng Zhao
fb299c7fcb
Update node: bring CI back to green
2016-04-07 14:58:14 +09:00
Cheng Zhao
55b8e9aa44
Bump v0.37.5
2016-04-07 10:34:25 +09:00
Cheng Zhao
b4885b9a37
atom => electron in upload script
2016-04-07 10:34:25 +09:00
Paul Betts
6e7aa6d299
Even though this call is probably fast, it can potentially happen a lot, make it _really_ fast
2016-04-06 10:44:39 -07:00
Paul Betts
c474ad0913
Revert "Remove custom WM_GETOBJECT"
...
This reverts commit 705001a50e
.
2016-04-06 10:16:41 -07:00
Plusb Preco
5dfc64120f
Merge remote-tracking branch 'refs/remotes/electron/master'
2016-04-06 14:03:03 +09:00
Cheng Zhao
b48788af43
Merge pull request #5033 from electron/fix-buffer-crash
...
Rebase on the correct Node commit
2016-04-05 20:44:09 +09:00
Cheng Zhao
dd283ff8d7
spec: We should not use pre release of Node
2016-04-05 19:53:07 +09:00
Cheng Zhao
7796dbb7ce
Update node: rebase on v5.10.0 tag instead of master branch
2016-04-05 19:34:13 +09:00
Cheng Zhao
c562b24df8
spec: Add test case for #5028
2016-04-05 17:08:27 +09:00