Commit graph

18658 commits

Author SHA1 Message Date
Joao Moreno b244b1483c develop in win-x64 2017-05-18 14:55:12 +02:00
Joao Moreno 000905e284 tfs: linux builds 2017-05-18 13:48:37 +02:00
Joao Moreno a226da41de tfs: try to get a free xvfb server number 2017-05-18 13:48:06 +02:00
Andre Weinand 7da213f840 node-debug@1.13.5 (translations) 2017-05-18 13:35:24 +02:00
Joao Moreno 9056bd666a tfs: fix windows distro deps 2017-05-18 13:32:13 +02:00
Joao Moreno 4f0a7486ff tfs: enable linux unit tests 2017-05-18 13:20:22 +02:00
Joao Moreno c541d8864d make linux 32 bits build run unit tests 2017-05-18 13:20:22 +02:00
Johannes Rieken 9b4c2b5acd perf - polish profile, create issue, restart flow 2017-05-18 12:47:51 +02:00
Johannes Rieken c6d715e4e5 add telemetry about profiling invite acceptance 2017-05-18 12:47:51 +02:00
Johannes Rieken 3b6d8a3185 move startup profiler into perf.contrib 2017-05-18 12:47:51 +02:00
Joao Moreno 99f9b13c4e win32-ia32 2017-05-18 12:07:53 +02:00
Martin Aeschlimann c33d2824cc [java] switch to atom/language-java grammar 2017-05-18 12:04:24 +02:00
Martin Aeschlimann 795edc34d2 [coffee] update grammar 2017-05-18 12:04:24 +02:00
Alex Dima dc8e7e0469 Fixes #23983: Calling model.setEOL does not reset cursor position 2017-05-18 12:01:31 +02:00
Joao Moreno 694a0c3c63 fix install distro step 2017-05-18 11:55:47 +02:00
Johannes Rieken 051ba11238 💄 2017-05-18 11:42:04 +02:00
Johannes Rieken c6ad876e11 remove prof-startup-timers option 2017-05-18 11:42:04 +02:00
Johannes Rieken 147fee87b8 enable tslint for our workspace 2017-05-18 11:42:04 +02:00
Johannes Rieken 157fbda81e prompt some users to profile after slowish startup 2017-05-18 11:42:04 +02:00
Joao Moreno 1081ef16c6 clean crash reporter 2017-05-18 11:33:08 +02:00
Alex Dima 7a15a509d0 Remove browser.enableEmptySelectionClipboard 2017-05-18 11:21:20 +02:00
Alex Dima 371000f206 Move emptySelectionClipboard out of contribInfo 2017-05-18 11:21:20 +02:00
Alex Dima 3e8103ceec Simplify cursor creation 2017-05-18 11:21:20 +02:00
isidor 7e03c9d106 hc theme - improve colors (inspired by high contrast ms word) 2017-05-18 11:16:44 +02:00
Martin Aeschlimann 57570d5cb7 [php] update grammar (fixes #26543) 2017-05-18 11:12:13 +02:00
Joao Moreno 2bae11e918 increase max_old_space_size 2017-05-18 11:05:17 +02:00
Martin Aeschlimann ae333a8b41 test fixes for #17178 2017-05-18 10:50:30 +02:00
Martin Aeschlimann 8b77c7170f [less] update grammar 2017-05-18 10:35:53 +02:00
Martin Aeschlimann bd77d243b4 [scss] update grammar (fies #26837) 2017-05-18 10:35:53 +02:00
isidor 8a1fab94a2 hc black: use more token colors (same as dark+)
fixes #17178
2017-05-18 10:08:02 +02:00
Alex Dima aae591bd9e Move ViewModelCursors out of the ViewModel 2017-05-18 10:06:17 +02:00
Martin Aeschlimann beee645a29 [css] update grammar 2017-05-18 10:06:02 +02:00
Johannes Rieken d9e7a2e212 configure .eslintrc to use ecma script 3 for things in src 2017-05-18 09:39:07 +02:00
Joao Moreno 77b9cbe74e add 32bit libasound dependency to dockerfile 2017-05-18 08:56:47 +02:00
Joao Moreno 72fdad33ca tfs: fix linux32 2017-05-18 08:56:36 +02:00
Alex Dima 8f63417163 Only show a certain subset of decorations when they are collapsed 2017-05-18 08:36:30 +02:00
Joao Moreno bc0c78790a tfs: fix windows build 2017-05-18 08:17:33 +02:00
Alex Dima 4c786b0067 Fixes #26575: More workarounds for Chromium line height quirks 2017-05-18 08:16:09 +02:00
Benjamin Pasero 3bb9b5314e no ES6 in JS 2017-05-18 08:15:08 +02:00
Joao Moreno 17a6e12e02 tfs: create env.ps1 2017-05-18 07:59:38 +02:00
Benjamin Pasero b673a06683 WorkbenchKeybindingService._cachedResolver stale after ElectronWindow.setup (fixes #26823) 2017-05-18 07:59:11 +02:00
Benjamin Pasero 26bf10d9a4 Theme: inconsistency for text field inside extensions sidebar (fixes #26798) 2017-05-18 07:26:55 +02:00
Ramya Achutha Rao e0a8ca570d Re-ordering css for better readability 2017-05-17 17:40:08 -07:00
Ramya Achutha Rao 0b48b8c193 Fix bug when change to expandDocs in one editor doesnt show up in another 2017-05-17 17:39:50 -07:00
Matt Bierner 799fa528db Load script async in markdown preview 2017-05-17 17:39:00 -07:00
Matt Bierner a67048c2fe Fix a potential null reference 2017-05-17 17:14:55 -07:00
Matt Bierner 67e76b818c Fix webview scroll positon sometimes being reset
Fixes #25125

**Bug**
Sometimes the scroll position of webviews is reset. The root cause seems to be rapid edits to the markdown preview resulting in the creation of multiple old content iframes

**Fix**
Only maintain two iframes at most. Ensure that these are properly used when updating
2017-05-17 17:00:35 -07:00
Ramya Achutha Rao 1a653e1a2d Use full width only when docs are expanded 2017-05-17 16:49:56 -07:00
Ramya Achutha Rao 95f392458a Move close icon to fix case when there is docs but no details 2017-05-17 16:41:29 -07:00
Ramya Achutha Rao 6ec7c69855 Use focusBorderColor when details is in focus 2017-05-17 16:13:26 -07:00