Shelley Vohr
|
7a3efd1543
|
stop leaving onlys there
|
2017-10-26 21:41:29 -04:00 |
|
Shelley Vohr
|
abecde0572
|
fix shortcut spec error
|
2017-10-26 21:41:06 -04:00 |
|
Shelley Vohr
|
0317189213
|
update touch bar spec
|
2017-10-26 21:08:47 -04:00 |
|
Shelley Vohr
|
1130ccf69b
|
upgrade system pref spec
|
2017-10-26 20:58:48 -04:00 |
|
Shelley Vohr
|
d8f2183b3d
|
upgrade screen spec
|
2017-10-26 20:55:07 -04:00 |
|
Shelley Vohr
|
e64e9995b6
|
small tweak to process spec
|
2017-10-26 20:53:47 -04:00 |
|
Shelley Vohr
|
13fc080213
|
small tweaks to global shortcut spec
|
2017-10-26 20:49:21 -04:00 |
|
Shelley Vohr
|
6feff1d6e8
|
update desktop capturer spec
|
2017-10-26 20:44:06 -04:00 |
|
Shelley Vohr
|
6cd308f9ad
|
update deprecations spec
|
2017-10-26 20:37:35 -04:00 |
|
Shelley Vohr
|
83a290a411
|
update debugger spec
|
2017-10-26 20:32:04 -04:00 |
|
Shelley Vohr
|
d4350079c9
|
update crash reporter spec
|
2017-10-26 20:21:36 -04:00 |
|
Shelley Vohr
|
56979804ec
|
update clipboard spec
|
2017-10-26 20:12:51 -04:00 |
|
John Kleinschmidt
|
166fb476a3
|
Merge pull request #10899 from electron/turn-off-escape-analysis
fix: Apply escape analysis patch
|
2017-10-26 09:46:31 -04:00 |
|
Cheng Zhao
|
3230048f81
|
Merge pull request #10918 from pfrazee/fix-protocol-crash-error
Fix crash in custom protocols caused by bad callback exec
|
2017-10-26 18:35:31 +09:00 |
|
Shelley Vohr
|
52cbec2438
|
Merge pull request #10911 from electron/fix_window_log_folder
🔧 Fix windows app log path
|
2017-10-26 01:01:42 -04:00 |
|
Shelley Vohr
|
bb04b22ec8
|
Merge pull request #10888 from electron/menu_refactor
refactor menu.js to bring it up to readability and es6 standards
|
2017-10-26 00:31:47 -04:00 |
|
Shelley Vohr
|
fc920ffd06
|
base::UTF8ToWide --> base::FromUTF8Unsafe
|
2017-10-26 00:27:27 -04:00 |
|
Shelley Vohr
|
c9dca6b8ad
|
remove unnecessary boolean
|
2017-10-26 00:21:52 -04:00 |
|
Shelley Vohr
|
246c808222
|
move away from wstring
|
2017-10-26 00:18:55 -04:00 |
|
Shelley Vohr
|
a431aa8c4a
|
Merge pull request #10762 from nuriu/patch-1
[docs] [tr-TR] Update README.md
|
2017-10-26 00:04:32 -04:00 |
|
Shelley Vohr
|
46b775bf46
|
Merge pull request #10890 from demopark/patch-4
Add a little translation for zh-CN
|
2017-10-26 00:03:11 -04:00 |
|
Paul Frazee
|
c2d9e082cb
|
Fix crash in custom protocols caused by bad callback exec
|
2017-10-25 21:01:53 -05:00 |
|
Cheng Zhao
|
4db34ff092
|
Merge pull request #10711 from yuya-oc/did-attach-webview
Add did-attach-webview event
|
2017-10-26 10:55:50 +09:00 |
|
Shelley Vohr
|
bccaf56200
|
remove common sense comments
|
2017-10-25 12:23:41 -04:00 |
|
Shelley Vohr
|
06811cc557
|
appropriately cast pointers to strings
|
2017-10-25 12:02:50 -04:00 |
|
Shelley Vohr
|
3c1c5a4099
|
combine homepath and homedrive into single line
|
2017-10-25 11:46:51 -04:00 |
|
Shelley Vohr
|
1e8bdc15e2
|
use _wgetenv to get windows env variables
|
2017-10-25 10:40:38 -04:00 |
|
Shelley Vohr
|
ffd43c1886
|
remove quotes and const replaces
|
2017-10-25 10:17:41 -04:00 |
|
Shelley Vohr
|
042f84140d
|
Merge pull request #10896 from electron/update_desktop_capturer
Update desktop capturer to ES6
|
2017-10-25 08:56:30 -04:00 |
|
Shelley Vohr
|
135454342d
|
remove .only from spec
|
2017-10-24 22:41:28 -04:00 |
|
Shelley Vohr
|
f7bc5481f3
|
add a few more tests to api_menu_spec
|
2017-10-24 22:40:31 -04:00 |
|
Shelley Vohr
|
d54148de4e
|
remove from spec
|
2017-10-24 20:31:02 -04:00 |
|
Shelley Vohr
|
0e6100ae17
|
upgrade menu spec to ES6
|
2017-10-24 20:27:26 -04:00 |
|
Felix Rieseberg
|
8d1ff1c59a
|
Merge pull request #10900 from electron/issue-10877
fix: Ensure that -r isn’t considered interactive
|
2017-10-24 17:21:08 -07:00 |
|
Felix Rieseberg
|
c38f66cc1b
|
🔧 Ensure that -r isn’t considered interactive
|
2017-10-24 17:00:42 -07:00 |
|
Shelley Vohr
|
7593bec687
|
update reviewed items
|
2017-10-24 19:36:06 -04:00 |
|
Shelley Vohr
|
e8935232b1
|
clean falsy statements
|
2017-10-24 18:52:12 -04:00 |
|
John Kleinschmidt
|
7e1adfcab7
|
Apply escape analysis patch
|
2017-10-24 16:28:05 -04:00 |
|
Shelley Vohr
|
98df153750
|
convert to map and remove shift param
|
2017-10-24 15:47:09 -04:00 |
|
Shelley Vohr
|
491a00fd84
|
clean main process desktop_capturer
|
2017-10-24 12:49:37 -04:00 |
|
Shelley Vohr
|
b58ceae69c
|
appease linter gods
|
2017-10-24 12:28:15 -04:00 |
|
Shelley Vohr
|
43e118fe45
|
update desktop capturer and remove unnessary vars
|
2017-10-24 12:01:51 -04:00 |
|
John Kleinschmidt
|
36a51bbf4d
|
Merge pull request #10893 from maxibanki/patch-1
Fixed typo
|
2017-10-24 10:52:14 -04:00 |
|
Max Schmitt
|
c1cad655c8
|
Fixed typo
`thrid-party` => `third-party`
|
2017-10-24 11:46:14 +02:00 |
|
Jonas Zhang
|
e7649a800a
|
Add a little translation for zh-CN
Add a little translation for zh-CN
|
2017-10-24 14:02:07 +08:00 |
|
Shelley Vohr
|
75f32afcd5
|
clean up excess code from generateGroupId
|
2017-10-24 00:24:57 -04:00 |
|
Shelley Vohr
|
f93121b226
|
don't reassign parameters in Menu.prototype.popup
|
2017-10-24 00:07:39 -04:00 |
|
Shelley Vohr
|
b1e707d535
|
abstract out switch case from Menu.prototype.insert
|
2017-10-23 23:46:39 -04:00 |
|
Shelley Vohr
|
7c0f7329d9
|
appease the linter overlords
|
2017-10-23 22:35:42 -04:00 |
|
Shelley Vohr
|
508b614769
|
remove excess code in delegate
|
2017-10-23 22:33:23 -04:00 |
|