pulsar/src
Antonio Scandurra fb6834d68b Require TextEditorElement eagerly
With snapshots, all the forbidden modules are required lazily. In the
case of `TextEditorElement` this can be problematic because users might
create editors via `document.createElement('atom-text-editor')`.

With this commit we will eagerly require
`src/text-editor-element.coffee`, thus forcing `TextEditorElement` to
register the HTML custom element and fixing the issue.
2017-04-13 11:03:35 +02:00
..
main-process Merge pull request #13813 from segevfiner/patch-1 2017-04-09 16:24:16 -07:00
application-delegate.coffee Add AtomEnvironment.prototype.resolveProxy(url) 2017-03-10 16:08:02 +01:00
atom-environment.coffee Require TextEditorElement eagerly 2017-04-13 11:03:35 +02:00
atom-paths.js Correct the portable path location on Windows 2017-01-12 16:04:02 -08:00
auto-update-manager.js Snapshot more objects 2017-03-10 16:49:53 +01:00
babel.js Revert "Upgrade to Babel 6 and apply fewer transformations when transpiling babel files" 2017-03-17 12:40:38 +01:00
buffered-node-process.js Add missing babel directives 2016-10-24 22:41:55 -07:00
buffered-process.js 🎨@ 2017-01-19 15:59:29 -08:00
clipboard.js Convert window.coffee and clipboard.coffee to javascript 2016-08-01 17:03:06 -07:00
coffee-script.js Put back code that was commented out 2017-02-27 16:45:57 +01:00
color.js Color serialization fixes atom/settings-view#832 2016-08-24 18:08:25 -07:00
command-installer.coffee Snapshot more objects 2017-03-10 16:49:53 +01:00
command-registry.coffee Replace CommandRegistry.addBundled with a boolean param in .add 2017-03-17 16:19:25 +01:00
compile-cache.js Fix lint errors 2017-03-17 14:58:36 +01:00
config-schema.js Snapshot config, keymaps, tooltips, commands, grammars and styles 2017-03-10 16:48:00 +01:00
config.coffee Set also defaultSettings.core.projectHome when initializing Config 2017-03-17 17:40:08 +01:00
context-menu-manager.coffee Validate selectors only in devMode 2017-03-11 18:56:29 +01:00
crash-reporter-start.js Make Atom executable as a standard Electron app 2016-07-27 14:58:23 +02:00
cursor.coffee Add showCursorOnSelection config 2017-01-20 08:53:28 -05:00
cursors-component.coffee [Gutter] Add ::getDomNode method to all 'components' 2015-04-22 07:28:59 -07:00
custom-event-mixin.coffee Add explicit return after for loop 2015-03-19 11:48:40 -07:00
custom-gutter-component.coffee Add Gutter.getElement, remove Gutter view provider 2017-04-05 17:01:54 -07:00
decoration-manager.coffee Merge pull request #13818 from atom/ns-as-return-all-decorations 2017-02-17 11:15:15 +01:00
decoration.coffee 🎨 Fix Decoration::destroy docs 2016-08-04 12:29:46 -07:00
default-directory-provider.coffee Normalize disk drive letter in path on Windows 2017-02-18 11:32:44 +03: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-packages.coffee 🎨 2015-06-03 09:19:57 -07:00
deprecated-syntax-selectors.js Exclude folded from deprecated syntax selectors 2016-10-07 10:40:41 +02:00
deserializer-manager.js Convert DeserializerManager to JS 2016-08-01 17:03:06 -07:00
dock.js Properly restore focus to center when hiding dock via toggle 2017-04-12 09:46:18 -06:00
dom-element-pool.js Remove toString call 2017-02-13 11:49:46 -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 Speed up FileSystemBlobStore.load by not storing invalidation keys 2017-03-13 19:11:53 +01: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.coffee 📝 Update documentation for ::getConfigValue 2016-11-21 11:57:35 -05:00
grammar-registry.coffee Use new maxLineLength parameter to GrammarRegistry 2017-02-28 10:48:35 -08:00
gutter-container-component.coffee Fix prepending multiple gutters at once 2016-11-19 12:22:59 -08:00
gutter-container.coffee 📝 Remove redundant docs 2015-08-28 16:54:15 +03:00
gutter.coffee Add Gutter.getElement, remove Gutter view provider 2017-04-05 17:01:54 -07:00
highlights-component.coffee Fix decorations flashing more than once 2016-10-07 10:40:41 +02:00
history-manager.js Replace CommandRegistry.addBundled with a boolean param in .add 2017-03-17 16:19:25 +01:00
initialize-application-window.coffee WIP: Start preloading packages 2017-03-28 10:22:29 +02:00
initialize-benchmark-window.js Start fixing tests 2017-03-11 19:05:28 +01:00
initialize-test-window.coffee Start fixing tests 2017-03-11 19:05:28 +01:00
input-component.coffee Remove InputComponent.getDomNode method 2016-12-08 16:12:26 -08:00
ipc-helpers.js Increase max listener limit on ipcRenderer 2017-01-18 11:34:59 -07:00
item-registry.coffee Throw an exception if the same pane item is added twice in the workspace 2014-09-19 16:24:13 -06:00
keymap-extensions.coffee Use core: instead of core/ when adding resources during snapshot 2017-03-28 13:35:35 +02:00
language-mode.coffee Fix toggleLineCommentsInSelection for empty lines 2016-10-29 14:04:30 +02:00
layer-decoration.coffee Remove unused variables 2016-09-26 20:52:13 +03: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
line-number-gutter-component.coffee Add Gutter.getElement, remove Gutter view provider 2017-04-05 17:01:54 -07:00
line-numbers-tile-component.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
lines-component.coffee WIP: Start on requiring packages 2016-11-16 17:16:36 +01:00
lines-tile-component.js Fix lint errors 2016-10-17 14:28:50 +02:00
lines-yardstick.coffee Fix lint errors 2016-12-15 16:50:58 -07:00
marker-observation-window.coffee Refactor DisplayBuffer to DecorationManager 2016-04-05 18:43:08 +02:00
menu-helpers.coffee Retain role field from menu items config 2015-11-09 12:30:29 -08:00
menu-manager.coffee Activate menus, context menus, keymaps and settings during preload 2017-03-28 10:22:29 +02:00
model.coffee Remove property-accessors dependency 2015-09-22 10:37:14 -06:00
module-cache.coffee WIP 2017-02-28 09:34:55 +01:00
native-compile-cache.js Speed up FileSystemBlobStore.load by not storing invalidation keys 2017-03-13 19:11:53 +01:00
notification-manager.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
notification.coffee Consolidate 'Returns' to one line per comments 2015-07-17 17:42:53 -07:00
null-grammar.js 🎨 2016-10-12 12:09:28 +02:00
off-screen-block-decorations-component.js Keep a backward compatible DOM structure for atom-text-editor contents 2016-10-07 10:40:41 +02:00
overlay-manager.coffee Don't use atom globals in OverlayManager 2015-10-07 15:25:02 -05:00
package-manager.coffee Fix adding bundled packages to ModuleCache and increase test coverage 2017-04-11 09:37:11 +02:00
package-transpilation-registry.js Allow root package paths to contain 'node_modules' 2017-04-04 07:54:35 -07:00
package.coffee Fix adding bundled packages to ModuleCache and increase test coverage 2017-04-11 09:37:11 +02:00
pane-axis-element.coffee Fix lint errors 2017-04-06 16:44:44 -07:00
pane-axis.coffee Add PaneAxis.getElement, remove PaneAxis view provider 2017-04-05 16:25:53 -07:00
pane-container-element.coffee Remove more usages of getView, document getElement API 2017-04-05 17:02:59 -07:00
pane-container.js Fix dock dragging 2017-04-08 14:29:27 -06:00
pane-element.coffee Fix spurious pane activation when changing focus within a pane 2017-04-11 12:20:50 -07:00
pane-resize-handle-element.coffee Guard against no resizing with no siblings 2015-06-09 09:36:58 -07:00
pane.coffee When focusing a pane, always activate its container 2017-04-06 15:47:17 -06:00
panel-container-element.js Ensure that atom-panel tags can be created via HTML 2017-04-10 16:22:51 -07:00
panel-container.js Fix lint errors 2017-04-06 16:44:44 -07:00
panel.js Avoid error when Panel.destroy is called in a blur listener 2017-04-10 17:43:52 -07:00
project.coffee Merge branch 'master' into fb-mdt-docks 2017-03-30 11:16:21 -07:00
register-default-commands.coffee Remove saveFocusedPaneItem(As) methods 2017-04-06 17:26:35 -06:00
reopen-project-list-view.js Replace space-pen with atom-select-list in ReopenProjectListView 2016-12-02 20:09:20 +01:00
reopen-project-menu-manager.js Replace localStorage with StateStore in HistoryManager 2017-03-07 11:02:40 +01:00
replace-handler.coffee 💄 2014-07-01 10:45:13 -07:00
repository-status-handler.coffee Remove synchronous GitRepository's dependency on GitRepositoryAsync 2016-07-13 14:02:05 -07:00
safe-clipboard.coffee Use the new style of remote 2015-12-11 10:21:46 +08:00
scan-handler.coffee pass through line count options 2017-03-10 10:37:50 -08:00
scope-descriptor.coffee 🐎 Avoid building unnecessary scope chains 2016-07-11 13:51:08 -07:00
scoped-properties.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
scrollbar-component.coffee Remove scroll listener on destroy so we don’t call undefined onScroll 2015-10-07 16:52:37 -05:00
scrollbar-corner-component.coffee [Gutter] Add ::getDomNode method to all 'components' 2015-04-22 07:28:59 -07:00
selection.coffee Don't throw exceptions when using editor APIs after destroying the editor 2017-01-03 14:00:50 -08: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.coffee Oops. 2016-03-23 12:11:27 +01: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
task-bootstrap.coffee Clear deprecations after mapping over them 2015-02-19 14:12:49 -08:00
task.coffee ⬆️ electron-link 2017-04-04 11:36:49 +02:00
text-editor-component.coffee fixing middle mouse button clipboard paste on linux (atom:atom#8648) 2017-03-25 12:12:17 +01:00
text-editor-element.coffee Move shouldDestroyBufferOnFileDelete callback to TextBuffer constructor 2017-01-20 13:52:49 -08:00
text-editor-presenter.coffee Add assertion to debug NaN startRow on TextEditorPresenter 2017-02-10 16:03:16 -08:00
text-editor-registry.js Fix typo in comments of text-editor-registry.js 2017-03-26 19:46:43 +11:00
text-editor.coffee Merge pull request #13764 from atom/wl-dont-soft-wrap-minis 2017-03-29 14:38:47 -07:00
text-utils.coffee Implement isWrapBoundary for DisplayLayer 2016-03-18 18:30:35 +01:00
theme-manager.coffee Don't use cached less sources and imported files in dev mode 2017-03-14 13:50:22 +01:00
theme-package.coffee Streamline path resolution for preloaded packages 2017-03-28 11:47:45 +02:00
tiled-component.coffee Fix failing tests 2016-10-07 13:41:00 +02:00
title-bar.coffee Introduce a non-explicit getUserDefault-method 2016-08-05 21:40:34 +02:00
token-iterator.coffee Stop using GrammarRegistry in TextEditor 2016-07-27 14:09:17 -07:00
token.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
tokenized-buffer-iterator.js Fix failing tests 2016-10-07 13:41:00 +02:00
tokenized-buffer.coffee Use new maxLineLength parameter to GrammarRegistry 2017-02-28 10:48:35 -08:00
tokenized-line.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
tooltip-manager.coffee 👕 2016-12-22 16:39:40 -08:00
tooltip.js Introduce follow through behavior for tooltips 2016-11-01 11:35:06 -07:00
typescript.js Make sourcemaps work for bable & typescript on Windows 2016-09-09 13:45:33 -07:00
update-process-env.js Run shell as detached process 2016-11-24 10:39:16 -07:00
view-registry.coffee Remove more usages of getView, document getElement API 2017-04-05 17:02:59 -07:00
window-event-handler.coffee Replace CommandRegistry.addBundled with a boolean param in .add 2017-03-17 16:19:25 +01:00
window.js Convert window.coffee and clipboard.coffee to javascript 2016-08-01 17:03:06 -07:00
workspace-center.js Fix dock dragging 2017-04-08 14:29:27 -06:00
workspace-element.js Remove event listeners from correct element 2017-04-11 22:14:18 -07:00
workspace.js Always search a pane container w/ the given URI in workspace.open 2017-04-12 10:23:49 -07:00