Cheng Zhao
|
4401991e15
|
Merge pull request #4003 from atom/asar-mkdir
Throw ENOTDIR when calling mkdir inside asar archive
|
2016-01-06 13:10:24 +08:00 |
|
Cheng Zhao
|
9a55021609
|
spec: Fix failing specs on Windows
|
2016-01-06 12:27:12 +08:00 |
|
Cheng Zhao
|
c4071a7f66
|
Throw ENOTDIR when calling mkdir inside asar archive
|
2016-01-06 12:04:16 +08:00 |
|
Cheng Zhao
|
ace7c62e5e
|
Merge pull request #3997 from leethomas/fix-tray-icon-toggle
🍎🐛 make displaying alternate tray image depend on mouse dow…
|
2016-01-06 11:04:40 +08:00 |
|
Plusb Preco
|
bf327cf5f0
|
📝 Update as upstream
[ci skip]
|
2016-01-06 10:52:46 +08:00 |
|
Cheng Zhao
|
99e2871be1
|
Merge pull request #3992 from atom/faqs
Add FAQ
|
2016-01-06 10:40:51 +08:00 |
|
leethomas
|
59eda67ba4
|
🍎🐛 make displaying alternate tray image depend on mouse down event instead of highlight state
|
2016-01-05 09:49:27 -08:00 |
|
Cheng Zhao
|
554bb69101
|
Add FAQ
|
2016-01-05 19:57:15 +08:00 |
|
Cheng Zhao
|
5f0be5636a
|
Merge pull request #3987 from atom/dialog
Do not write our own filter code
|
2016-01-05 14:13:28 +08:00 |
|
Cheng Zhao
|
2b6ac966c0
|
Do not write our own filter code
The Win32 API has done everything for us, there is no need to do this
oursevles.
|
2016-01-05 13:45:34 +08:00 |
|
Cheng Zhao
|
96c8bd677b
|
Merge pull request #3986 from atom/fix-menu
Fix problems of window menu bar
|
2016-01-05 12:38:24 +08:00 |
|
Cheng Zhao
|
698700716b
|
Show menu by clicking the menu button
|
2016-01-05 12:05:27 +08:00 |
|
Cheng Zhao
|
43bfce26a7
|
Do not behave like bookmarkbar menu
|
2016-01-05 11:57:58 +08:00 |
|
Cheng Zhao
|
48451032e3
|
Update brightray to fix menu not loading resources
|
2016-01-05 10:22:42 +08:00 |
|
Cheng Zhao
|
88ba4fb36a
|
Merge pull request #3983 from atom/fix-capture-page
Fix distorted image when calling `capturePage` with no rect
|
2016-01-04 20:52:17 +08:00 |
|
Cheng Zhao
|
0df03a23a3
|
Pass origin in capturePage
|
2016-01-04 20:06:36 +08:00 |
|
Cheng Zhao
|
7a1717156e
|
Revert "browser: dont lose coordinates in capturepage src rect"
This reverts commit 3c5e5053e3 .
|
2016-01-04 19:37:25 +08:00 |
|
Cheng Zhao
|
9f40309487
|
Merge pull request #3981 from atom/did-navigate
Rename did-navigate-to-different-page to did-navigate
|
2016-01-04 12:32:59 +08:00 |
|
Cheng Zhao
|
4844e68ba1
|
Rename did-navigate-to-different-page to did-navigate
|
2016-01-04 12:09:11 +08:00 |
|
Cheng Zhao
|
941232a76b
|
Merge pull request #3975 from leethomas/add-webview-navigation-events
Add webview navigation events
|
2016-01-04 11:24:27 +08:00 |
|
Cheng Zhao
|
cf09e7cb51
|
Update libchromiumcontent for #3958
|
2016-01-04 10:59:52 +08:00 |
|
Cheng Zhao
|
6ff79eddb4
|
Merge pull request #3958 from deepak1556/content_strings_localzation_patch
browser: provide localized string from resourcebundle
|
2016-01-04 10:59:09 +08:00 |
|
Cheng Zhao
|
14db4a1946
|
Add isDevToolsFocused to webview
|
2016-01-04 10:46:30 +08:00 |
|
Cheng Zhao
|
4cdee5547f
|
Merge pull request #3974 from leethomas/fix-devtools-api
Fix devtools api
|
2016-01-04 10:41:33 +08:00 |
|
Plusb Preco
|
ef58c6d36b
|
📝 Update as upstream
* Update as upstream
* Add `using-widevine-cdm-plugin.md`
|
2016-01-04 10:25:33 +08:00 |
|
leethomas
|
ce733e5927
|
✅ add tests to insure window.location.hash changes & window.history.replaceState cause 'did-navigate-in-page' to fire
|
2016-01-01 18:51:47 -08:00 |
|
leethomas
|
26397d9155
|
✅ add tests for will-navigate, did-navigate-to-different-page, did-navigate-in-page events in webview
|
2016-01-01 18:13:07 -08:00 |
|
leethomas
|
9e2b76361f
|
📝 add 'did-navigate-in-page', 'did-navigate-to-different-page', 'will-navigate' to docs
|
2016-01-01 17:22:25 -08:00 |
|
leethomas
|
911e60b507
|
add did-navigate-in-page event to webview & webcontents (triggers on hash/ref changes, anchor links...), pass url into events
|
2016-01-01 17:13:39 -08:00 |
|
leethomas
|
9f6319dd71
|
add will-navigate, did-navigate-to-different-page events to webview
|
2016-01-01 13:36:35 -08:00 |
|
leethomas
|
54c8c3e3fc
|
📝 update webview docs to include devtools-* events
|
2016-01-01 04:49:34 -08:00 |
|
leethomas
|
8857eb9cba
|
✅ add tests for webview devtools-* events
|
2016-01-01 04:49:29 -08:00 |
|
leethomas
|
96d68b9285
|
🐛 add isDevToolsFocused to WebContents to fix #3928, add devtools-[focused|open|close] events to WebView to fix #3783.
|
2015-12-31 22:21:54 -08:00 |
|
Cheng Zhao
|
8aced2c31e
|
Add comment on why checking empty set
|
2015-12-31 18:58:16 +08:00 |
|
Cheng Zhao
|
b308cd6f96
|
Merge pull request #3967 from leethomas/fix-osx-crash-when-extensions-empty
🍎 fix #3864 where saving a file causes a crash if file extensio…
|
2015-12-31 18:51:55 +08:00 |
|
Cheng Zhao
|
be2f900d93
|
Merge pull request #3968 from leethomas/fix-window-submenu-crashes
🍎 only add sub menus to Window when they actually have menu ite…
|
2015-12-31 18:51:45 +08:00 |
|
Cheng Zhao
|
af5e76f6ae
|
Merge pull request #3959 from deepak1556/remote_object_patch
remote: support arguments of type Date
|
2015-12-31 18:46:22 +08:00 |
|
leethomas
|
eac2f6fec3
|
🍎 only add sub menus to Window when they actually have menu items. fixes #3873
|
2015-12-30 19:38:14 -08:00 |
|
leethomas
|
ba26a4b4e6
|
🍎 fix #3864 where saving a file causes a crash if file extension array is empty
|
2015-12-30 13:26:38 -08:00 |
|
Cheng Zhao
|
d4de4505b8
|
Merge pull request #3961 from atom/widevine-docs
Add documentation for using Widevine plugin
|
2015-12-30 16:46:31 +08:00 |
|
Cheng Zhao
|
b3832629a2
|
Update libchromiumcontent: component_updater is not needed
|
2015-12-30 16:14:50 +08:00 |
|
Cheng Zhao
|
fe87570876
|
docs: Using Widevine CDM Plugin
|
2015-12-30 16:10:00 +08:00 |
|
Robo
|
1585a7a0ad
|
browser: provide localized string from resourcebundle
|
2015-12-30 10:58:46 +05:30 |
|
Cheng Zhao
|
cb5d79e0df
|
Merge pull request #3957 from atom/widevine
Merge #3830
|
2015-12-30 12:46:19 +08:00 |
|
Cheng Zhao
|
82a293a132
|
Merge pull request #3955 from nishanths/feature/osx-clear-recent-docs
osx: Implement clear recent documents
|
2015-12-30 12:07:41 +08:00 |
|
Cheng Zhao
|
d8d3a56c25
|
Merge pull request #3926 from adam-lynch/patch-3
Fixing link to web contents from ipcMain
|
2015-12-30 12:00:35 +08:00 |
|
Plusb Preco
|
1f7d72bcc0
|
📝 Update as upstream
[ci skip]
|
2015-12-30 11:57:57 +08:00 |
|
Cheng Zhao
|
c5238bb8f0
|
Update brightray and libchromiumcontent with widevine support
|
2015-12-30 11:45:39 +08:00 |
|
Nishanth Shanmugham
|
20d03b10d9
|
osx: Implement clear recent documents
Fixes #3932
|
2015-12-29 18:36:16 -06:00 |
|
Robo
|
72374b6e31
|
remote: support arguments of type Date
|
2015-12-30 01:41:31 +05:30 |
|