Winston Liu
cdfd37d4c5
???
2019-05-24 13:45:17 -04:00
Winston Liu
05233b9857
Whole lot of debug code
2019-05-24 11:37:45 -04:00
Winston Liu
027b433953
Log it all
2019-05-24 10:16:01 -04:00
Winston Liu
2d4eb542e9
Focus it
2019-05-24 09:51:25 -04:00
Winston Liu
76e122274d
🙈
2019-05-24 09:50:53 -04:00
Winston Liu
bc0e0a0ffe
Lint
2019-05-23 23:15:42 -04:00
Winston Liu
21ed70687c
WIP: Upgrade webdriverio
2019-05-23 18:36:12 -04:00
Rafael Oleza
854471ffd8
Add missing fixture
2019-05-23 00:16:49 +02:00
Rafael Oleza
78c0a2881b
Merge branch 'master' into ns-ro/ripgrep-scan
2019-05-22 23:37:19 +02:00
Rafael Oleza
6748b84060
Process unicode results from ripgrep correctly
2019-05-22 22:00:09 +02:00
Rafael Oleza
c3845dd902
Add proper multiline support to ripgrep scanner
2019-05-22 16:15:57 +02:00
Rafael Oleza
73e2b6033a
Fix ripgrep scan implementation to pass all the tests
2019-05-21 11:55:53 +02:00
Rafael Oleza
d9c27cc99a
Update workspace-spec tests to be run against both ripgrep and standard implementation
2019-05-21 11:46:56 +02: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
Rafael Oleza
9d1406cb05
Merge branch 'master' into ns-ro/ripgrep-scan
2019-05-20 15:45:13 +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
Antonio Scandurra
c8b96ea899
Use the new getActivatePromise method in TextEditorRegistry tests
2019-05-18 17:01:08 +02: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
Rafael Oleza
0647a0044f
Add context support to ripgrep-directory-searcher
2019-05-17 11:40:46 +02:00
Nathan Sobo
fd82a58f1d
WIP
...
Co-Authored-By: Rafael Oleza <rafeca@users.noreply.github.com >
2019-05-16 17:45:34 +02: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
46997eae83
Merge branch 'master' into electron-3.1
2019-05-16 11:22:02 +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
Rafael Oleza
e01fe4ca90
Replace new Buffer() with Buffer.from()
...
This removes deprecation warnings on Node >=10
Co-Authored-By: Antonio Scandurra <as-cii@github.com >
2019-05-15 12:43:49 +02:00
Nathan Sobo
765d5122c3
Allow escaped " literals in the SyntaxScopeMap
...
In order to pass a quote literal to the postcss-selector-parser, it
needs to be escaped. However, this escaping is not removed by the parser
in the yielded value token, so in this commit I replace any escaped
quote literals with unescaped quotes after we trim the outer quotes off
of the string.
2019-05-14 17:17:49 -06:00
Winston Liu
2b15c1ed48
Merge branch 'master' into electron-3.1
2019-05-14 11:28:03 -04:00
Rafael Oleza
2df2f87c83
Add import statement at the beginning of file
2019-05-13 17:48:11 +02:00
David Wilson
9921e18e5a
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-13 13:53:53 +02:00
Nathan Sobo
1d2878f92e
Merge remote-tracking branch 'origin/master' into ns/notify
2019-05-10 15:38:36 -06:00
Nathan Sobo
be7d129675
Normalize to realpath in waitForEvents helper
2019-05-10 14:31:14 -06:00
Nathan Sobo
b1b1b15d49
Normalize %TEMP% to a long path on Windows CI
...
This avoids problems with assertions that involve paths inside the temp
folder.
2019-05-10 13:46:57 -06:00
Jason Rudolph
ecbdb3de75
Merge pull request #19279 from atom/mb-newlines-between-injection-points
...
Improve handling of comment characters in ERB and EJS
2019-05-08 15:53:16 -04:00
Jason Rudolph
f18ad1eea1
Enhance spec to better demonstrate the functionality being tested
...
/xref https://github.com/atom/atom/pull/19279#discussion_r282137915
2019-05-08 13:07:12 -04:00
Jason Rudolph
e247815879
Rename test for additional clarity (hopefully)
2019-05-08 10:33:25 -04:00
Jason Rudolph
e00ea44310
Fix test
2019-05-08 10:29:23 -04:00
Nathan Sobo
db40641a84
Merge remote-tracking branch 'origin/master' into ns/notify
2019-05-07 16:38:34 -06:00
Jason Rudolph
c163564a9e
✅ Explore potential test for ef94657438
...
This test doesn't pass yet. Stay tuned. 📺 😇
2019-05-07 17:44:34 -04:00
Rafael Oleza
691c90e4b5
Fix atom.open()
2019-05-07 19:14:32 +02:00
Jason Rudolph
f1952c2fc1
Merge pull request #19272 from atom/improve-positioning-when-opening-file-at-line
...
Improve positioning when opening file at line
2019-05-07 10:53:52 -04:00
Jason Rudolph
4ac6107f95
🎨 Use await to make the world a better place
...
/xref https://github.com/atom/atom/pull/19272#discussion_r281562954
2019-05-07 09:20:00 -04:00
Rafael Oleza
1efa4f36ea
Decaffeinate src/initialize-application-window.js
2019-05-07 12:47:10 +02:00
Rafael Oleza
833cdd0c29
Merge pull request #19274 from atom/prepare-for-electron-v3
...
Prepare Atom for the electron v3 upgrade
2019-05-07 10:30:46 +02:00
Max Brunsfeld
fa100866cb
Merge pull request #19172 from atom/mb-tree-sitter-upgrade-test-travis
...
Try upgrading Tree-sitter for a third time
2019-05-06 22:33:20 -07:00
Max Brunsfeld
59319d639a
Update test to expect new rendering of missing tree-sitter nodes
2019-05-06 14:50:38 -07:00
David Wilson
78f354ad3a
Update StyleManager specs to address deprecated ::shadow selectors
...
As of Chromium 63, ::shadow CSS selectors have been fully removed:
https://developers.google.com/web/updates/2017/10/remove-shadow-piercing
As a result, any usage of ::shadow in a stylesheet seems to get removed as soon
as the stylesheet is applied to an HTMLStyleElement. Since we have a couple of tests
that expect ::shadow selectors to be present, we must remove those expectations
since those selectors do not appear any longer.
2019-05-06 20:27:27 +02:00
David Wilson
614d3e150a
Use fs.renameSync in Workspace spec to fix test failure
2019-05-06 20:25:52 +02:00
David Wilson
3bd2279d3c
Make invalid JS file fail Babel spec again
...
This change uses a different JavaScript syntax to cause the "when a .js file
does not start with 'use babel'" spec to fail again after upgrading to Electron
3 / Node 10.3.0. The previous generator syntax seems to be supported in the
version of V8 used by Node 10 so we now need to use the 'export default' syntax
to trigger an error.
I've verified that changing the first line of this file to 'use babel' causes
the file to load successfully, so it seems this new syntax is effective to
verify the desired behavior.
2019-05-06 20:24:29 +02:00
Jason Rudolph
9921d1cef3
Unfold (if needed) when opening file at specific line
2019-05-06 11:24:26 -04:00
Rafael Oleza
0d80191516
Merge pull request #19257 from atom/increase-timeout-file-recovery-test
...
Increase the timeout for the FileRecoveryService tests
2019-05-06 11:39:16 +02:00