Winston Liu
10c1c97b60
Update Electron builtins
2019-05-22 18:08:08 -04:00
Winston Liu
a186961ad1
Don't add menu items without labels
2019-05-22 10:30:49 -04:00
Winston Liu
c2f1d65eeb
Oops, package lock it
2019-05-21 23:44:37 -04:00
Winston Liu
7f5e639fe4
Try updating @atom/nsfw to 1.0.23-1
...
Let's see if it fixes the config watching warnings...
2019-05-21 22:58:23 -04:00
Winston Liu
cfaca0a444
Temporarily disable snapshotting
2019-05-21 20:24:53 -04:00
Winston Liu
906a106234
⬆️ scandal to update nested git-utils dependency
2019-05-21 20:24:11 -04:00
Winston Liu
1483f4b261
⬆️ @atom/nsfw, git-utils to allow loading on Windows
...
And a bump for fuzzy-finder to remove unnecessary dependencies that were causing installation issues
2019-05-21 17:44:56 -04:00
Winston Liu
a1aa1bbbc8
⬆️ apm prerelease for updated Node
2019-05-21 15:24:58 -04:00
Winston Liu
d988983420
Forward-port chromedriver changes
2019-05-21 15:24:33 -04:00
David Wilson
4c47249be0
Use correct fontWeight value in ThemeManager spec
...
In Chrome 66+ it seems that getComputedStyle().fontWeight returns the computed
numeric value of the style instead of the original descriptive name. We now
look for value '700' which corresponds to the value of 'bold'.
2019-05-21 14:56:41 -04:00
David Wilson
218657f373
Use new attributeStyleMap for elements
...
More info here: https://developers.google.com/web/updates/2018/03/cssom
2019-05-21 14:56:32 -04:00
Winston Liu
a4c6f31589
Merge branch 'master' into electron-4
2019-05-20 19:54:07 -04:00
Nathan Sobo
3da827b8b0
Revert "Merge pull request #18916 from atom/electron-3.1"
...
This reverts commit dc39210cc2 , reversing
changes made to e18559f01c .
2019-05-20 16:32:09 -06:00
Nathan Sobo
55ddf0a8b0
Merge pull request #19371 from atom/as/electron-3-deprecations
...
Fix deprecation warnings
2019-05-20 14:06:37 -06:00
Rafael Oleza
b60f1b116b
Small nit in comment
2019-05-20 10:16:13 -07:00
Winston Liu
9e2f830e06
Update package locks
2019-05-20 12:30:35 -04:00
Antonio Scandurra
52631bab98
Use fs-plus instead of fs in AtomProtocolHandler
...
This commit fixes some deprecation warnings we were observing in our
test suite, as well as when opening packages that registered protocol
handlers such as the `welcome` package.
The warnings were due to using the `fs.(l)statSyncNoException` API,
which will be deprecated from Electron 4 onwards. We had already dealt
with this by shipping https://github.com/atom/fs-plus/pull/46 , which
provided a shim on `fs-plus` to suppress the warning. However,
`AtomProtocolHandler` was still using the standard `fs` module, which
was causing the warning to be displayed whenever a package registered a
URL opener.
2019-05-20 18:03:14 +02:00
Winston Liu
4057388da6
Merge pull request #19370 from atom/wl-update-apm
...
Update apm to fix Linux installation issues
2019-05-20 11:57:50 -04:00
Winston Liu
2e19db4da1
⬆️ apm@2.2.4 to fix Linux installation issues
2019-05-20 10:27:36 -04:00
Rafael Oleza
abaaf752f2
⬆️ electron-mksnapshot@4.2.0
2019-05-20 15:32:27 +02:00
Rafael Oleza
eb2f0912e0
⬆️ electron-chromedriver@4.0.0-beta.1
2019-05-20 15:32:26 +02:00
Rafael Oleza
5571a7ca9b
⬆️ electron@4.2.0
2019-05-20 15:31:36 +02:00
Antonio Scandurra
dc39210cc2
Merge pull request #18916 from atom/electron-3.1
...
⬆️ Electron 3 (Take Two)
2019-05-20 15:20:12 +02:00
Nathan Sobo
e18559f01c
Merge pull request #19359 from atom/ns/fix-language-mode-leak
...
🚱 Fix leak of LanguageMode objects in tests
2019-05-18 12:14:26 -06:00
Antonio Scandurra
c8b96ea899
Use the new getActivatePromise method in TextEditorRegistry tests
2019-05-18 17:01:08 +02:00
Antonio Scandurra
623887b91e
Return activatePromise when calling PackageManager.prototype.activate
2019-05-18 16:36:46 +02:00
Nathan Sobo
616f7845a9
Fix leak of LanguageMode objects in tests
2019-05-17 16:40:52 -06:00
Linus Eriksson
985306130e
Merge pull request #19357 from atom/b3-no-more-todo-c
...
⬆️ language-c
2019-05-17 21:15:17 +02:00
Linus Eriksson
3143f2f54e
⬆️ language-c
2019-05-17 20:09:52 +02:00
Nathan Sobo
2d9d8174ef
Fix package-lock.json
2019-05-17 11:45:25 -06:00
Nathan Sobo
68969962d5
⬆️ language-json@1.0.1 for improved quote and URL theming
2019-05-17 11:43:53 -06:00
Nathan Sobo
9ced07e144
Merge pull request #19354 from atom/ns/fix-restart-prompt
...
Wait for config file to load before prompting to restart in config.onDidChange callback
2019-05-17 09:41:13 -06:00
Nathan Sobo
d5c84e5f4e
Wait for config file to load before watching and prompting to restart
2019-05-17 05:18:24 -06:00
Nathan Sobo
fb961df248
Merge pull request #19352 from atom/ns/undo-notify
...
Undo integration of @atom/notify
2019-05-17 05:17:59 -06:00
Nathan Sobo
770b8fdcf8
Revert "Merge pull request #19244 from atom/ns/notify"
...
This reverts commit b2ecabd527 , reversing
changes made to c3bf95194a .
2019-05-17 04:10:17 -06:00
Nathan Sobo
4f08da2a98
Revert "Merge pull request #19325 from atom/ns/notify-asar-exclude"
...
This reverts commit da8b1a1a42 , reversing
changes made to 1edf94a240 .
2019-05-17 04:10:10 -06:00
Nathan Sobo
145ebb1a63
Revert "Merge pull request #19331 from atom/ns-as/notify-snapshot-exclude"
...
This reverts commit 1e08ad8470 , reversing
changes made to 0994d8ae80 .
2019-05-17 04:09:52 -06:00
Nathan Sobo
bfe216c8ac
Revert "Merge pull request #19345 from atom/ns/notify-retreat"
...
This reverts commit 3d37651ac1 , reversing
changes made to e1a5d520e0 .
2019-05-17 04:09:44 -06:00
David Wilson
c172cebaed
Switch to atomeditor/atom-linux-ci image for Linux builds ( #19349 )
...
Switch to atomeditor/atom-linux-ci image for Linux builds
2019-05-16 15:12:34 -07:00
David Wilson
9d30731972
Switch to atomeditor/atom-docker-ci image for Linux builds
2019-05-16 13:28:32 -07:00
Rafael Oleza
b79d9088e2
Merge pull request #19347 from atom/decaffeinate-default-directory
...
Decaffeinate default-directory-searcher.coffee and its spec
2019-05-16 08:41:43 -07:00
Rafael Oleza
5c7deea8e1
Asyncify spec
2019-05-16 13:05:01 +02:00
Nathan Sobo
61c52e3185
Decaffeinate default-directory-searcher.coffee and its spec
...
Co-Authored-By: Rafael Oleza <rafeca@users.noreply.github.com >
2019-05-16 12:54:21 +02:00
Rafael Oleza
070be18c85
Merge pull request #19344 from atom/update-coffeestack
...
⬆️ coffeestack@1.2.0
2019-05-16 03:00:50 -07:00
Rafael Oleza
46997eae83
Merge branch 'master' into electron-3.1
2019-05-16 11:22:02 +02:00
Nathan Sobo
3d37651ac1
Merge pull request #19345 from atom/ns/notify-retreat
...
Disable @atom/notify on master for now
2019-05-15 21:57:16 -06:00
Max Brunsfeld
e1a5d520e0
⬆️ tree-sitter-ruby
2019-05-15 16:36:53 -07:00
Nathan Sobo
425aaa7981
Disable @atom/notify again
2019-05-15 12:57:58 -06:00
Rafael Oleza
476d450703
⬆️ coffeestack@1.2.0
2019-05-15 18:17:05 +02:00
Nathan Sobo
4e5e2e5293
Merge pull request #19336 from atom/ns/allow-quote-selectors
...
Allow escaped quote literals in the SyntaxScopeMap
2019-05-15 08:47:03 -06:00