pulsar/src
David Wilson 6e39fe3097
Merge pull request #18775 from atom/dw-fix-macos-update-restart
Fix restart behavior for "Restart and Install Update" on macOS
2019-02-04 09:54:34 -08:00
..
main-process Fix restart behavior for "Restart and Install Update" on macOS 2019-02-01 15:51:02 -08:00
application-delegate.js Remove unload-aborted event 2018-08-23 16:11:20 -07:00
atom-environment.js Include now-missing project folders in initial state key computation 2019-01-24 11:33:44 -05:00
atom-paths.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
auto-update-manager.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
babel.js allow the use of double slash flow comments 2018-03-21 18:07:16 -04:00
buffered-node-process.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
buffered-process.js Optimize process kill by pid 2018-02-03 18:44:15 +03:00
clipboard.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
coffee-script.js Put back code that was commented out 2017-02-27 16:45:57 +01:00
color.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
command-installer.js Fix CommandInstaller tests 2018-06-29 15:32:29 -07:00
command-registry.js return promise.all from dispatch 2018-01-05 14:53:59 -06:00
compile-cache.js Fix usage of deprecated Buffer APIs in render process 2019-01-25 16:10:56 -08:00
config-file.js Revert "Write config file atomically" 2018-09-27 18:33:09 -04:00
config-schema.js Enable Tree-sitter by default 2018-09-04 11:37:30 -07:00
config.js Fixed broken Markdown syntax in doc 2018-09-13 14:08:20 +08:00
context-menu-manager.coffee Allow packages to control the order of context menu items 2018-01-31 16:35:15 -08:00
core-uri-handlers.js Translate line and column numbers from URI handlers 2017-11-16 14:26:21 -08:00
crash-reporter-start.js autoSubmit -> uploadToServer 2017-05-03 14:21:23 +02:00
cursor.js Rename all the things 2018-10-18 17:48:54 +02:00
custom-event-mixin.coffee Add explicit return after for loop 2015-03-19 11:48:40 -07:00
decoration-manager.js Schedule component updates directly from the model 2017-05-05 09:29:29 +02:00
decoration.js Include id and order in Decoration parameters 2019-02-01 13:14:14 -05:00
default-directory-provider.coffee spelling: compatible 2017-09-10 15:46:39 +00:00
default-directory-searcher.coffee pass through line count options 2017-03-10 10:37:50 -08:00
delegated-listener.js Stop looping when currentTarget becomes undefined 2015-09-22 10:37:09 -06:00
deprecated-syntax-selectors.js Exclude folded from deprecated syntax selectors 2016-10-07 10:40:41 +02:00
deserializer-manager.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
dock.js Defer component initialization until element is requested 2018-04-02 17:10:39 -07:00
electron-shims.js Add deprecated shim for removed electron remote requires 2016-09-07 16:36:00 +02:00
file-system-blob-store.js Fix usage of deprecated Buffer APIs in render process 2019-01-25 16:10:56 -08:00
first-mate-helpers.js Make first-mate scope ids always larger than built-in ones 2017-05-05 09:29:30 +02:00
get-window-load-settings.js Expose load settings to BrowserWindows as JSON 2017-03-07 10:54:42 +01:00
git-repository-provider.coffee Remove synchronous GitRepository's dependency on GitRepositoryAsync 2016-07-13 14:02:05 -07:00
git-repository.js 📝 correctly link function in docs 2018-08-02 17:24:03 -05:00
grammar-registry.js Optimize populating Tree-sitter syntax tree injections 2018-11-14 14:21:43 -08:00
gutter-container.js Use type instead of kind 2018-07-24 09:53:14 -04:00
gutter.js Support custom onMouseDown and onMouseMove event handlers 2018-07-24 12:20:30 -04:00
history-manager.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
initialize-application-window.coffee Require typescript and ruby main files during snapshot 2018-10-30 14:06:00 -07:00
initialize-benchmark-window.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
initialize-test-window.coffee Inherit environment variables in the test runner window 2018-08-22 13:26:46 -04:00
ipc-helpers.js Handle concurrent calls to the same channel in ipc helpers 2018-01-18 11:27:27 -08:00
item-registry.js Decaffeinate src/item-registry.coffee 2018-01-22 16:14:25 -08:00
keymap-extensions.coffee Use core: instead of core/ when adding resources during snapshot 2017-03-28 13:35:35 +02:00
layer-decoration.coffee Fix clearing of marker-specific properties for layer decorations 2017-05-05 09:29:28 +02:00
less-compile-cache.coffee Don't use cached less sources and imported files in dev mode 2017-03-14 13:50:22 +01:00
menu-helpers.js Allow packages to control the order of context menu items 2018-01-31 16:35:15 -08:00
menu-manager.coffee Use setTimeout instead of setImmediate in MenuManager 2018-08-10 12:33:00 -07:00
menu-sort-helpers.js Fix accidental quadratic 2018-02-05 11:34:49 -08:00
model.coffee Remove property-accessors dependency 2015-09-22 10:37:14 -06:00
module-cache.js Move deprecated-packages functions into PackageManager 2018-08-24 14:22:27 -07:00
native-compile-cache.js Remove cached-run-in-this-context and use Node's 'vm' script caching 2019-01-18 15:13:24 -08:00
native-watcher-registry.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
notification-manager.js fix linting 2017-11-16 00:10:13 -06:00
notification.js Use native isArray, endsWith 2018-03-03 19:18:35 +03:00
null-grammar.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
overlay-manager.coffee Instantiate elementResizeDetector instances lazily 2017-05-03 14:21:24 +02:00
package-manager.js Move deprecated-packages functions into PackageManager 2018-08-24 14:22:27 -07:00
package-transpilation-registry.js 👕 2017-05-17 21:08:11 +02:00
package.js Replace ScopeProperties with private SettingsFile class in package.js 2018-08-24 13:53:32 -07:00
pane-axis-element.coffee Fix lint errors 2017-04-06 16:44:44 -07:00
pane-axis.js Convert PaneAxis class to JavaScript 2018-08-28 10:24:31 -07:00
pane-container-element.js Convert PaneContainerElement and PaneElement to JS 2018-02-23 14:39:57 -08:00
pane-container.js typeof setTimeout isn't enough to probe for snapshot generation 2018-12-21 08:41:09 -05:00
pane-element.js Convert PaneContainerElement and PaneElement to JS 2018-02-23 14:39:57 -08:00
pane-resize-handle-element.coffee Fix WorkspaceElement tests 2017-12-22 12:13:39 +01:00
pane.js Don't mutate Pane serialized state 2018-10-10 18:01:36 -07:00
panel-container-element.js Add documentation to addModalPanel api 2017-08-22 23:14:54 -07:00
panel-container.js Only expect a single 'did-destroy' event 2017-06-27 16:20:33 -07:00
panel.js Make autoFocus opt-in 2017-08-22 23:10:14 -07:00
path-watcher.js Merge pull request #16859 from jerry88kim/add-await-remove-unnecessary-param 2018-02-28 10:29:28 -05:00
project.js Merge branch 'pr-18394/jneuendorf/master' 2019-01-15 15:52:50 -05:00
protocol-handler-installer.js 👕 2018-01-09 12:19:33 -08:00
register-default-commands.coffee Rename all the things 2018-10-18 17:48:54 +02:00
reopen-project-list-view.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
reopen-project-menu-manager.js Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
replace-handler.coffee
scan-handler.coffee pass through line count options 2017-03-10 10:37:50 -08:00
scope-descriptor.js Decaffienate ScopeDescriptor 2018-06-01 15:33:28 -04:00
selection.js Merge branch 'master' of github.com:atom/atom into pr-11139/atom/ld-change-range-event 2018-08-29 15:08:50 -04:00
selectors.js Remove debugger, test focus, and lint fixes. 2018-07-23 15:59:22 -04:00
special-token-symbols.coffee Revert "Revert "Merge pull request #6757 from atom/ns-less-memory-for-tokens"" 2015-05-21 19:56:52 +02:00
state-store.js Add delete() method to StateStore 2017-04-04 13:45:14 -07:00
storage-folder.js 🔥 dead code 2018-01-19 11:56:25 -08:00
style-manager.js Snapshot config, keymaps, tooltips, commands, grammars and styles 2017-03-10 16:48:00 +01:00
styles-element.coffee Transform deprecated shadow DOM selectors in StyleManager 2016-10-07 10:40:41 +02:00
syntax-scope-map.js Distinguish between anonymous * token and wildcard selector 2018-11-01 18:47:17 +01:00
task-bootstrap.js 💄 Fix more lint errors 2017-05-11 19:13:06 +02:00
task.coffee Remove listeners for specific events in Task class 2019-01-18 15:13:24 -08:00
test.ejs Revert "Allow for parsing injections in parallel" 2018-07-06 11:54:18 -07:00
text-editor-component.js Insert "position: after" decorations in increasing order 2019-02-01 13:18:34 -05:00
text-editor-element.js If a TextEditorElement has a tabIndex, use it; otherwise, use -1 2018-01-04 17:55:53 -05:00
text-editor-registry.js maintainGrammar -> maintainLanguageMode 2018-10-26 21:44:38 +02:00
text-editor.js Consolidate the "type" documentation to a single list 2019-02-01 13:52:21 -05:00
text-mate-language-mode.js Use new .bufferDidFinishTransaction language mode hook 2018-11-19 22:48:24 -08:00
text-utils.js 👕 2018-10-19 17:06:01 -07:00
theme-manager.js Use native isArray, endsWith 2018-03-03 19:18:35 +03:00
theme-package.js Decaffeinate src/theme-package.coffee 2017-10-27 20:53:03 -04:00
title-bar.js Convert src/title-bar.coffee to js 2017-06-26 16:34:33 +02:00
token-iterator.js Rename TokenizedBuffer to TextMateLanguageMode 2017-11-28 16:57:06 -08:00
token.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
tokenized-line.coffee Fix folding for lines that contain a comment 2017-08-17 14:28:30 +02:00
tooltip-manager.js Syntax highlight TooltipManager documentation 2019-01-10 20:22:40 -05:00
tooltip.js fixes bug with keyboard input in click tooltips 2018-09-12 16:17:30 -07:00
tree-sitter-grammar.js Optimize populating Tree-sitter syntax tree injections 2018-11-14 14:21:43 -08:00
tree-sitter-language-mode.js Fix typo that messed up fold marker updates 2018-11-27 10:11:32 -08:00
typescript.js Make sourcemaps work for bable & typescript on Windows 2016-09-09 13:45:33 -07:00
update-process-env.js 🐛 Recognize Windows cmd or powershell environment in updateProcessEnv 2018-02-22 01:02:23 +02:00
uri-handler-registry.js url -> URI 2017-10-17 15:23:10 -07:00
view-registry.js fix optimizer bailing on performDocumentUpdate 2017-10-26 15:31:43 -06:00
window-event-handler.js Fix linter error 2018-04-26 10:28:14 -04:00
window.js Convert window.coffee and clipboard.coffee to javascript 2016-08-01 17:03:06 -07:00
workspace-center.js Merge pull request #14729 from atom/wl-fix-docks-docs 2017-06-07 11:23:50 -04:00
workspace-element.js Pass additional options with run-package-specs message 2018-08-22 10:28:20 -04:00
workspace.js 🔥 useless return in handleGrammarUsed 2018-06-16 22:00:46 +10:00