Граф коммитов

199 Коммитов

Автор SHA1 Сообщение Дата
roblou 3904943de6 Fix tests 2016-11-27 20:07:16 -08:00
roblou 58507fef9c Move code to resolve webRoot pattern in sourceMapPathOverrides out to chrome-debug 2016-11-04 11:31:34 -07:00
roblou bdd66d4a94 Change product build to use webpack 2016-11-03 10:54:32 -07:00
roblou ad1703f9ef Fix unit tests 2016-10-21 19:47:17 -07:00
roblou e2d5cfde21 Adapt to latest -core change 2016-10-20 17:26:45 -07:00
Marvin Hagemeister 87fcbaa8c7 Fix linting errors 2016-10-05 23:20:42 +02:00
roblou ee50246199 Output ES6 and take tslint out of travis until it's fixed 2016-10-04 20:00:01 -05:00
Rob Lourens ce8756b1a7 Fix tests for new -core 2016-09-27 09:40:57 -07:00
Rob Lourens 83550d2008 Move relevant tests over from -core 2016-09-04 14:43:25 -07:00
Rob Lourens 4a9eafb6c6 Factoring out 99% of the code to vscode-chrome-debug-core - this repo is now extension-specific code only and uses that npm package 2016-04-13 18:19:54 -07:00
Rob Lourens ec8f10f3d3 Send diagnosticLogging to a file in the extension root, fixes #141 2016-04-03 22:04:59 -07:00
Rob Lourens 34a973f91b webkit -> Chrome throughout
And, while I'm changing every single relative import path, move product source into src/
2016-04-03 18:51:03 -07:00
Rob Lourens 7dd871faa5 Remove common/, use vscode-debugadapter/protocol packages, temp paths in package.json 2016-04-02 01:35:28 -07:00
Rob Lourens 25b5b94d8b Remove 'cwd' property, fix #124 2016-03-27 19:37:52 -07:00
Rob Lourens 9175a28a7b Fix some sourcemap path handling 2016-03-20 22:16:06 -07:00
Rob Lourens 6cedcbb344 Add missing allowed modules 2015-12-26 23:58:14 -06:00
Rob Lourens e6da569545 Ensure using the mocked version 2015-12-26 23:55:43 -06:00
Rob Lourens 1e2950a5a2 Fix other mock issues 2015-12-26 23:10:50 -06:00
Rob Lourens 402464a579 Fix mocks not being injected into utils tests 2015-12-26 22:58:29 -06:00
Rob Lourens 34856aab69 Add tslint, fail travis test 2015-12-26 22:35:52 -06:00
Rob Lourens 8d781d80d6 Merge branch 'master' into dev 2015-12-21 13:58:59 -08:00
Rob Lourens 3b8942a48f Fix #63 - OS X webpack sourcemap issue 2015-12-21 13:39:24 -08:00
Rob Lourens 85a46a03ce Test for previous space encoding fix 2015-12-20 20:28:41 -08:00
Rob Lourens f46c566cc4 Fix test 2015-12-20 20:23:13 -08:00
Rob Lourens a3b977d5a5 tslint, logs 2015-12-19 20:59:14 -08:00
Rob Lourens 49d3861c61 Fix mixed-slash sourcemap paths by forcing platform-specific slashes in sourcemap 2015-12-06 18:22:23 -08:00
Rob Lourens c4da812340 SetBreakpointsResponse test for merged file 2015-12-06 15:45:51 -08:00
Rob Lourens f7b1be0f35 merged file SourceMapTransformer unit test 2015-12-06 14:58:57 -08:00
Rob Lourens 068897391b More getAbsSourceRoot tests 2015-12-05 20:23:36 -08:00
Rob Lourens 1a8e46e0a0 Factor out sourceroot calc 2015-12-05 19:21:52 -08:00
Rob Lourens d038f33466 SourceMapTransformer.StackTraceResponse tests 2015-11-29 22:34:31 -08:00
Rob Lourens 7ee4a05bbf PathTransformer tests for scriptParsed and stackTraceResponse 2015-11-29 21:49:43 -08:00
Rob Lourens 01b4a0b37b lstrip tests 2015-11-29 21:09:30 -08:00
Rob Lourens 5ac48ee675 isURL tests 2015-11-29 21:05:58 -08:00
Rob Lourens 70b0b4c94b getUrl tests 2015-11-29 20:58:09 -08:00
Rob Lourens 691b49f35d Some path/sourcemap tests and cleanup 2015-11-29 20:36:17 -08:00
Rob Lourens f9e4ad623a Debugging files that don't exist on disk basically works, needs testing 2015-11-29 14:49:49 -08:00
Rob 00494217c7 Rename interfaces to I... 2015-11-25 21:47:10 -08:00
Rob 6ede24d3f6 new Utilities test 2015-11-25 16:23:11 -08:00
Rob 510dfcf757 Fix sourcemap case when sources are file:/// urls 2015-11-25 15:46:28 -08:00
Rob Lourens 0539922332 First crack at sourcemap handling when scripts are not on disk, and sourceRoot issues 2015-11-24 21:41:28 -08:00
Rob 6c64a7d131 Fix sourcemaps for merged files 2015-11-22 19:21:04 -08:00
Rob 42e502a44c Resolve webRoot to an absolute path 2015-11-22 13:43:11 -08:00
Rob Lourens e888f55424 Rename webRoot to cwd 2015-11-20 17:50:28 -08:00
Rob Lourens c20f191ff1 Removed unused "address" property on attach config 2015-11-19 12:38:32 -08:00
Rob Lourens e3370ac7a5 Fix test on OS X 2015-11-11 17:08:07 -08:00
Rob Lourens ff26f80ffc Add file:/// to url for filtering in attach 2015-11-10 16:36:56 -08:00
Rob Lourens 83e164579c Use system path sep instead of forcing / and add tests for the new sourcemap case 2015-11-10 16:18:31 -08:00
Rob fa14fe559b clientUrl -> clientPath 2015-11-08 15:41:15 -08:00
Rob 8f43833743 Fix #26, show details of thrown thing when it's not an object 2015-11-07 21:19:10 -08:00
Rob Lourens 9f5290f2fa Fix #29- A network error in the console should show the url that caused the error 2015-11-06 17:10:40 -08:00
Rob Lourens a5309d33cf Fix #30 - Can't map scripts with a space or other %encoded char in the path 2015-11-06 16:51:14 -08:00
Rob Lourens aee6dd2f23 Get rid of --user-data-dir, search for url when attaching, add logs and test 2015-11-05 18:16:13 -08:00
Rob Lourens 8232921e18 remoteObjectToValue tests 2015-11-05 14:55:22 -08:00
Rob Lourens 0d9af4556e Some pathTransformer tests 2015-11-05 14:02:52 -08:00
Rob 9fda1f99a3 Use promise.reject with an Error object instead of string, to ensure we get a stack.
Add test for bug in adapterProxy.
2015-11-04 16:52:15 -08:00
Rob 545371381b Fix attach timeout, add some logging, fix tests for it 2015-11-04 14:09:29 -08:00
Rob Lourens 83c686c411 tslint 2015-11-03 16:14:32 -08:00
Rob Lourens 0c2a187c95 Test whitespace 2015-11-03 16:12:06 -08:00
Rob Lourens a2817c565d Console.log objects 2015-11-03 15:45:42 -08:00
Rob Lourens d5c2724a3b More console APIs and tests 2015-11-03 14:17:50 -08:00
Rob Lourens 1c74a14cde Fix tests 2015-11-02 16:47:54 -08:00
Rob Lourens 2db4f51d85 Merge master -> v0.10.0 2015-11-02 16:32:42 -08:00
Rob Lourens 64ca891370 Add better launch config attributes, now that they can be customized 2015-11-02 16:28:18 -08:00
Rob Lourens bdede6b864 Fix sourcemaps for 'attach' config 2015-11-02 15:38:19 -08:00
Rob Lourens c7d013fbd2 Sourcemaps info moved to 'launch' 2015-11-02 15:29:59 -08:00
Rob 7cc7e58fe6 Merge branch 'dev' 2015-11-01 22:11:49 -08:00
Rob b3c4d01a68 Switch to setBreakpointByUrl so breakpoints will persist through a page refresh, add tests 2015-11-01 22:11:40 -08:00
Rob de2cd6108b localhost -> 127.0.0.1 to avoid offline issues 2015-10-31 17:47:30 -07:00
Rob 9ba9a09c8c Launch() test 2015-10-30 08:45:44 -07:00
Rob Lourens dd4fff0130 New utilities tests 2015-10-29 15:08:16 -07:00
Rob 0351251148 tslint and test warnings 2015-10-28 23:45:13 -07:00
Rob 02e1d0f8a2 Delete test for functionality that moved to PathTranslator 2015-10-28 23:43:10 -07:00
Rob 9e12e31dde Add sourceMapTransformer test for changes today 2015-10-28 19:15:39 -07:00
Rob 904b797c27 tslint 2015-10-28 18:57:15 -07:00
Rob 8da6fb12d5 Add a bunch of breakpoint tests 2015-10-28 18:06:33 -07:00
Rob 41ffcebdac Fix tests for changes from master 2015-10-28 17:14:00 -07:00
Rob e2005563f6 Merge master into sinon 2015-10-28 17:10:05 -07:00
Rob 94d3ef4517 Fix sourcemap test and tslint 2015-10-28 16:54:07 -07:00
Rob ba37a585f7 Merge branch 'master' of https://mseng.visualstudio.com/DefaultCollection/Personal/_git/vsc-webkit into sinon 2015-10-28 15:11:23 -07:00
Rob Lourens 9b32d912ab Fix sourcemaps for merged/renamed and minified js files.
Look up sourcemaps proactively for js files when they're added to the runtime, and use the column from sourcemaps.
2015-10-28 15:01:58 -07:00
Rob Lourens 81fd4d544a Hopefully have the pattern figured out 2015-10-27 19:45:07 -07:00
Rob Lourens cce4c76e94 Another intermediate state before I delete a bunch of stuff 2015-10-27 17:31:46 -07:00
Rob 2e8cecf36b Trying sinon 2015-10-27 14:09:46 -07:00
Rob 3d24711cce One way to control the mock instance so it can emit our events 2015-10-27 09:30:27 -07:00
Rob 6a3137631a Fix mock helper 2015-10-26 23:08:31 -07:00
Rob 9dd5fdab1c Test attach fail 2015-10-26 23:03:41 -07:00
Rob 05ba1784d7 Finish attach test 2015-10-26 21:32:39 -07:00
Rob Lourens e26bb495a7 Partial test 2015-10-26 19:14:42 -07:00
Rob 792bc7c2be Empty adapter test file 2015-10-23 16:38:50 -07:00
Rob 1b76c9dc2f Tighten up attaching to chrome, add tests 2015-10-22 22:57:58 -07:00
Rob Lourens 42495afa5a Add back --user-data-dir to temp directory 2015-10-22 17:22:40 -07:00
Rob Lourens 1c96408132 Fix mockery warnings and tslint typo 2015-10-22 16:26:08 -07:00
Rob Lourens 0248563c4d Replace deprecated fs API 2015-10-22 11:39:53 -07:00
Rob bbb2f8d55d Add reversedArr test 2015-10-22 09:36:06 -07:00
Rob 8ef980a0ec Utilities test 2015-10-21 23:47:18 -07:00
Rob 858966d541 Added tslint, most issues fixed 2015-10-20 23:18:47 -07:00
Rob a5b11ed116 Factor out sourcemaps and add tests 2015-10-20 22:44:33 -07:00
Rob d9135b7313 Add mocha and lineNumberTransformer test 2015-10-20 15:48:22 -07:00