/
githubmirror
/
brackets
ОбзорДокументацияВойти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
brackets/
test/spec/
..
CSSInlineEdit-test-files

less and scss unit tests

12 лет назад
CSSUtils-test-files

Merge pull request #9006 from adobe/rlim/hang-in-css-comment

12 лет назад
CodeHint-test-files

Adding unit tests for the fix for #10160

11 лет назад
CodeInspection-test-files

- added support for multiple code linter per file type

13 лет назад
Document-test-files

- New unit test for line endings on save - New unit test for ref counting and Editor "GC" (related to recent Document API changes) - Add util waitsForDone() for tests to wait on a Promise easily (wraps waitsFor()) - Add util SpecRunnerUtils.deleteFile() to consolidate fs.unlink() usage - Clean up DocumentCommandHandlers-test to use the above utils and to use FileUtils instead of raw brackets.fs calls - Re-enable undo-related dirty/clean unit test now that it's expected to work - Fix bug in unit test runner where trying to run a single suite also runs all suites for which its name is a prefix

14 лет назад
DocumentCommandHandlers-test-files

reuse existing images

13 лет назад
EditorCommandHandlers-test-files

Implement Splitview

12 лет назад
EditorOptionHandlers-test-files

- removed the editor resizing call and increased the size of the test document

12 лет назад
ExtensionLoader-test-files

allow optional requirejs-config.json file for extensions

13 лет назад
ExtensionManager-test-files

auto-install unit tests, bug fixes, code cleanup

12 лет назад
ExtensionUtils-test-files

Update to less 1.4.2 and fix unit tests and use url()

13 лет назад
FindReplace-known-goods

Fix bug #8556 (Find/Replace in Files with /^/ finds 100K matches at start of files) - /^/ is a pathological regexp that returns 0-length matches, so FindInFiles._getSearchMatches() was going into an infinite loop (saved from freezing only by the 100K match limit).

12 лет назад
FindReplace-test-files-large

Bump up in-memory replace limit to 20. Tweak dialog to show the limit.

12 лет назад
FindReplace-test-files-manyhits

Add unit tests for paging Find in Files results

12 лет назад
FindReplace-test-files

exclude binary files

12 лет назад
HTMLInstrumentation-test-files

reduced wellformed.html to make tests easier to debug.

13 лет назад
InlineEditorProviders-test-files

Replace 0% and 100% selectors with `from` and `to` so that we don't use invalid 100% as tag name.

12 лет назад
JSUtils-test-files

Add CollectionUtils.hasOwnProperty. Add 'hasOwnProperty' tests for JSUtils and StringMatch.

13 лет назад
KeyBindingManager-test-files

Fix the failing KeyBindingManager unit test.

12 лет назад
LiveDevelopment-MultiBrowser-test-files

Add unit test

11 лет назад
LiveDevelopment-chrome-user-data

Updates for Unit tests

14 лет назад
LiveDevelopment-test-files

Merge pull request #8144 from MarcelGerber/live-css-iframe

12 лет назад
LowLevelFileIO-test-files

add the missing file

12 лет назад
MainViewFactory-test-files

Implement Splitview

12 лет назад
MainViewManager-test-files

Implement Splitview

12 лет назад
NodeConnection-test-files

added unit tests for the new feature

11 лет назад
PreferencesBase-test-files

merge with latest master

12 лет назад
ProjectManager-test-files

Fix the way .git directory is created.

12 лет назад
QuickOpen-test-files

Add a test for QuickOpen and a custom matcher for editor cursor position.

14 лет назад
Theme-test-files

Added a couple more checks in unit tests for extract scrollbars

12 лет назад
UpdateNotification-test-files

- made code changes according to the review comments - added new unit test for update notification json that can not be parsed

12 лет назад
ViewCommandHandlers-test-files

Fixing the adjust font restore scroll and adding unit tests

13 лет назад
WorkingSetView-test-files

Implement Splitview

12 лет назад
extension-test-files

Remove main.js requirement for themes

12 лет назад
test-image-files

Update drag and drop images test

12 лет назад
Async-test.js

Fix Travis failure

12 лет назад
CSSInlineEdit-test.js

strip dirty dot from file name

12 лет назад
CSSUtils-test.js

Remove unused vars, fix typo in test suite name, leave error object inspectable in console.warn() call.

12 лет назад
CodeHint-test.js

Adding unit tests for the fix for #10160

11 лет назад
CodeHintUtils-test.js

Fix Travis failure

12 лет назад
CodeInspection-test.js

Address review comments.

12 лет назад
CommandManager-test.js

- Remove unused '$' JSLint annotations (Travis/JSHint complains) - Finally actually mark Editor "keyEvent" as deprecated - Fix one last case in JS code hints where $() was being used for non-DOM events - Fix cases where our code says 'jqEvent' but it's now an EventDispatcher event instead

12 лет назад
Document-test.js

Convert Brackets core code over to new EventDispatcher APIs for all non-DOM events. - Does NOT convert PreferencesSystem & PrefixedPreferencesSystem yet, since they have existing impls of on()/off() with a different signature - Several modules with circular references now must wait until htmlReady() to register event handlers on other modules, since the other module is initially empty (no on() API to call): - KeyBindingManager listeners on CommandManager - FileViewController listeners on MainViewManager - ProjectManager listeners on FileViewController & MainViewManager - Removes legacy NodeConnection "." event separators, deprecated since 0.37 - Remove 'promises' member of "projectOpen" Event object, which was very old and doesn't seem to have been used in a long time. - Remove RecentProjects code that listens for events on SidebarView, since it stopped triggering those events 2 years ago (in df7a495). The "beforeExecuteCommand" listener in PopUpManager covers the same case now.

12 лет назад
DocumentCommandHandlers-test.js

Issue #2281, display project name in window title

12 лет назад
DocumentManager-test.js

[SplitView] Removed unused vars

12 лет назад
DragAndDrop-test.js

Update drag and drop images test

12 лет назад
Editor-test.js

add spy object to test focus event and change inference warning to choose active editor vs focused editor

12 лет назад
EditorCommandHandlers-test.js

Added another debugging function back, whitespace changes

12 лет назад
EditorManager-test.js

[SplitView] Removed unused vars

12 лет назад
EditorOptionHandlers-test.js

Autoclose unit tests for editops fix.

11 лет назад
EditorRedraw-test.js

[SplitView] Removed unused vars

12 лет назад
EventDispatcher-test.js

Unit test for PR #10024

12 лет назад
ExtensionInstallation-test.js

Fix Travis failure

12 лет назад
ExtensionLoader-test.js

Fix expected error string in unit test to reflect the improved error message in PR #9901.

12 лет назад
ExtensionManager-test.js

Merge branch 'master' into abose/instant_search

11 лет назад
ExtensionUtils-test.js

Fix Travis failure

12 лет назад
FileFilters-test.js

We do not close the search bar after a search now. So updating the unit tests with that.

11 лет назад
FileSystem-test.js

Convert Brackets core code over to new EventDispatcher APIs for all non-DOM events. - Does NOT convert PreferencesSystem & PrefixedPreferencesSystem yet, since they have existing impls of on()/off() with a different signature - Several modules with circular references now must wait until htmlReady() to register event handlers on other modules, since the other module is initially empty (no on() API to call): - KeyBindingManager listeners on CommandManager - FileViewController listeners on MainViewManager - ProjectManager listeners on FileViewController & MainViewManager - Removes legacy NodeConnection "." event separators, deprecated since 0.37 - Remove 'promises' member of "projectOpen" Event object, which was very old and doesn't seem to have been used in a long time. - Remove RecentProjects code that listens for events on SidebarView, since it stopped triggering those events 2 years ago (in df7a495). The "beforeExecuteCommand" listener in PopUpManager covers the same case now.

12 лет назад
FileTreeView-test.js

Immutable.Vector has been renamed to Immutable.List

11 лет назад
FileTreeViewModel-test.js

FTVM.isPathLoaded was not accounting for notFullyLoaded directories.

12 лет назад
FileUtils-test.js

Remove some circular dependencies

11 лет назад
FindInFiles-test.js

Set Default preference for instant search to true and disabling in tests

11 лет назад
FindReplace-test.js

Fix unit test that broke due to a side fix in PR #10413, and enhance tests to verify that search tickmarks are rendered.

12 лет назад
HTMLInstrumentation-test.js

Convert Brackets core code over to new EventDispatcher APIs for all non-DOM events. - Does NOT convert PreferencesSystem & PrefixedPreferencesSystem yet, since they have existing impls of on()/off() with a different signature - Several modules with circular references now must wait until htmlReady() to register event handlers on other modules, since the other module is initially empty (no on() API to call): - KeyBindingManager listeners on CommandManager - FileViewController listeners on MainViewManager - ProjectManager listeners on FileViewController & MainViewManager - Removes legacy NodeConnection "." event separators, deprecated since 0.37 - Remove 'promises' member of "projectOpen" Event object, which was very old and doesn't seem to have been used in a long time. - Remove RecentProjects code that listens for events on SidebarView, since it stopped triggering those events 2 years ago (in df7a495). The "beforeExecuteCommand" listener in PopUpManager covers the same case now.

12 лет назад
HTMLSimpleDOM-test.js

Fix Travis failure

12 лет назад
HTMLTokenizer-test.js

Fix Travis failure

12 лет назад
InlineEditorProviders-test.js

- add all missing whitespace

12 лет назад
InstallExtensionDialog-test.js

Merge remote-tracking branch 'upstream/master' into test-window-en-locale

12 лет назад
JSONUtils-test.js

Add Code Hints for Preferences

11 лет назад
JSUtils-test.js

Fix Travis failure

12 лет назад
KeyBindingManager-test.js

Fix the failing KeyBindingManager unit test.

12 лет назад
LanguageManager-test.js

Rename CodeMirror2 folder to CodeMirror

11 лет назад
LiveDevelopment-test.js

Convert Brackets core code over to new EventDispatcher APIs for all non-DOM events. - Does NOT convert PreferencesSystem & PrefixedPreferencesSystem yet, since they have existing impls of on()/off() with a different signature - Several modules with circular references now must wait until htmlReady() to register event handlers on other modules, since the other module is initially empty (no on() API to call): - KeyBindingManager listeners on CommandManager - FileViewController listeners on MainViewManager - ProjectManager listeners on FileViewController & MainViewManager - Removes legacy NodeConnection "." event separators, deprecated since 0.37 - Remove 'promises' member of "projectOpen" Event object, which was very old and doesn't seem to have been used in a long time. - Remove RecentProjects code that listens for events on SidebarView, since it stopped triggering those events 2 years ago (in df7a495). The "beforeExecuteCommand" listener in PopUpManager covers the same case now.

12 лет назад
LiveDevelopmentMultiBrowser-test.js

Add unit test

11 лет назад
LowLevelFileIO-test.js

Fix Travis failure

12 лет назад
MainViewFactory-test.js

Added another debugging function back, whitespace changes

12 лет назад
MainViewManager-test.js

Merge branch 'master' into abose/instant_search

11 лет назад
Menu-test.js

Convert Brackets core code over to new EventDispatcher APIs for all non-DOM events. - Does NOT convert PreferencesSystem & PrefixedPreferencesSystem yet, since they have existing impls of on()/off() with a different signature - Several modules with circular references now must wait until htmlReady() to register event handlers on other modules, since the other module is initially empty (no on() API to call): - KeyBindingManager listeners on CommandManager - FileViewController listeners on MainViewManager - ProjectManager listeners on FileViewController & MainViewManager - Removes legacy NodeConnection "." event separators, deprecated since 0.37 - Remove 'promises' member of "projectOpen" Event object, which was very old and doesn't seem to have been used in a long time. - Remove RecentProjects code that listens for events on SidebarView, since it stopped triggering those events 2 years ago (in df7a495). The "beforeExecuteCommand" listener in PopUpManager covers the same case now.

12 лет назад
MockFileSystemImpl.js

- Remove unused '$' JSLint annotations (Travis/JSHint complains) - Finally actually mark Editor "keyEvent" as deprecated - Fix one last case in JS code hints where $() was being used for non-DOM events - Fix cases where our code says 'jqEvent' but it's now an EventDispatcher event instead

12 лет назад
MockFileSystemModel.js

Convert Brackets core code over to new EventDispatcher APIs for all non-DOM events. - Does NOT convert PreferencesSystem & PrefixedPreferencesSystem yet, since they have existing impls of on()/off() with a different signature - Several modules with circular references now must wait until htmlReady() to register event handlers on other modules, since the other module is initially empty (no on() API to call): - KeyBindingManager listeners on CommandManager - FileViewController listeners on MainViewManager - ProjectManager listeners on FileViewController & MainViewManager - Removes legacy NodeConnection "." event separators, deprecated since 0.37 - Remove 'promises' member of "projectOpen" Event object, which was very old and doesn't seem to have been used in a long time. - Remove RecentProjects code that listens for events on SidebarView, since it stopped triggering those events 2 years ago (in df7a495). The "beforeExecuteCommand" listener in PopUpManager covers the same case now.

12 лет назад
MultiRangeInlineEditor-test.js

Quick Edit: don't show filename on each result item anymore, since it's redundant with the file-section header. Fix unit tests for this formatting change & make them more robust to future such changes.

12 лет назад
NativeMenu-test.js

Fix Travis failure

12 лет назад
NodeConnection-test.js

added unit tests for the new feature

11 лет назад
Pane-test.js

Convert Brackets core code over to new EventDispatcher APIs for all non-DOM events. - Does NOT convert PreferencesSystem & PrefixedPreferencesSystem yet, since they have existing impls of on()/off() with a different signature - Several modules with circular references now must wait until htmlReady() to register event handlers on other modules, since the other module is initially empty (no on() API to call): - KeyBindingManager listeners on CommandManager - FileViewController listeners on MainViewManager - ProjectManager listeners on FileViewController & MainViewManager - Removes legacy NodeConnection "." event separators, deprecated since 0.37 - Remove 'promises' member of "projectOpen" Event object, which was very old and doesn't seem to have been used in a long time. - Remove RecentProjects code that listens for events on SidebarView, since it stopped triggering those events 2 years ago (in df7a495). The "beforeExecuteCommand" listener in PopUpManager covers the same case now.

12 лет назад
PhantomHelper.js

Fix Travis failure

12 лет назад
PreferencesBase-test.js

Handle boolean properties properly.

12 лет назад
PreferencesManager-test.js

Another couple of WORKINGSET_VIEW cleanups

12 лет назад
ProjectManager-test.js

Improve the test.

12 лет назад
ProjectModel-test.js

Fix UT failure due to api change of get all files.

11 лет назад
QuickOpen-test.js

Fix QuickOpen unit tests after introduction of QuickSearchField - listens for Enter on keydown, not keyup; expects an "input" event to follow every text change (Enter key processing now waits until text change events have caught up so Enter key never takes effect if change event never comes)

11 лет назад
QuickSearchField-test.js

QuickSearchField / Quick Open tweaks - Fix bug where arrow keys with bare "@" didn't scroll to item in editor (with unit test) - Fix code style nits & update docs. Reponding to code review only one year late :-) - Fix JSHint nits about unused vars - CSS tweak when last item in list highlighted

11 лет назад
RemoteFunctions-test.js

Added another debugging function back, whitespace changes

12 лет назад
SpecRunnerUtils.js

Merge pull request #10304 from adobe/kai/fix-10183-apply-filter-on-fs-events

11 лет назад
StringMatch-test.js

Fix bug in StringMatch where two specials collided

11 лет назад
StringUtils-test.js

fixes for various nits found by @RaymondLim in code review.

13 лет назад
TextRange-test.js

- Remove unused '$' JSLint annotations (Travis/JSHint complains) - Finally actually mark Editor "keyEvent" as deprecated - Fix one last case in JS code hints where $() was being used for non-DOM events - Fix cases where our code says 'jqEvent' but it's now an EventDispatcher event instead

12 лет назад
ThemeManager-test.js

Fix Travis failure

12 лет назад
UpdateNotification-test.js

Fixing update notification integration test failures

11 лет назад
UrlParams-test.js

Fix parsing edge cases and added edge case tests

13 лет назад
ValidationUtils-test.js

Fix Travis failure

12 лет назад
ViewCommandHandlers-test.js

Merge remote-tracking branch 'upstream/master' into unused-vars

12 лет назад
ViewFactory-test.js

Added another debugging function back, whitespace changes

12 лет назад
ViewUtils-test.js

Fix Travis failure

12 лет назад
WorkingSetSort-test.js

Convert Brackets core code over to new EventDispatcher APIs for all non-DOM events. - Does NOT convert PreferencesSystem & PrefixedPreferencesSystem yet, since they have existing impls of on()/off() with a different signature - Several modules with circular references now must wait until htmlReady() to register event handlers on other modules, since the other module is initially empty (no on() API to call): - KeyBindingManager listeners on CommandManager - FileViewController listeners on MainViewManager - ProjectManager listeners on FileViewController & MainViewManager - Removes legacy NodeConnection "." event separators, deprecated since 0.37 - Remove 'promises' member of "projectOpen" Event object, which was very old and doesn't seem to have been used in a long time. - Remove RecentProjects code that listens for events on SidebarView, since it stopped triggering those events 2 years ago (in df7a495). The "beforeExecuteCommand" listener in PopUpManager covers the same case now.

12 лет назад
WorkingSetView-test.js

Fix unit test that broke due to a side fix in PR #10413, and enhance tests to verify that search tickmarks are rendered.

12 лет назад
XMLUtils-test.js

Merge SVG extension in the core

12 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©