gecko-dev/toolkit/modules/tests/xpcshell
Mike de Boer 56661a22a9 Bug 1294392 - consolidate the highlight and counter timers into one iterator timer. r=jaws
This introduces a new NLP (Natural Language Processing) module with only one
method: 'levenstein'. We're using it to allow the highlighter to keep running
when the it starts the iterator with a word that's one edit distance behind the
value in the findField.

MozReview-Commit-ID: K8oeiXoiLUe
2016-08-25 20:11:44 +02:00
..
propertyLists
zips Bug 1164290 - Adding symbolic link into test zip file. r=janx 2015-05-13 11:02:00 -04:00
.eslintrc Bug 1229142: Link browser and toolkit test directory to the shared eslintrc files. r=Standard8 2015-11-30 13:05:00 -08:00
chromeappsstore.sqlite
test_BinarySearch.js
test_CanonicalJSON.js Bug 1250191 - Add a way to serialize JSON canonically. r=MattN 2016-04-18 12:02:42 +02:00
test_client_id.js Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE 2015-10-07 14:03:21 +02:00
test_Color.js Bug 1279717 - introduce a Color.jsm module that implements common color math operations in a single place. r=jaws 2016-06-22 19:22:05 +02:00
test_DeferredTask.js Bug 1229519: Fix toolkit/modules to pass eslint checks. r=mak 2015-12-03 09:58:56 -08:00
test_FileUtils.js Bug 1292035 - Enable the space-before-blocks rule for eslint. This patch was generated using 'eslint --fix'. r=markh 2016-08-04 03:20:25 -04:00
test_FinderIterator.js Bug 1294392 - consolidate the highlight and counter timers into one iterator timer. r=jaws 2016-08-25 20:11:44 +02:00
test_GMPInstallManager.js Bug 1294542 - Enable the block-spacing rule for eslint. r=felipe 2016-08-16 21:27:37 -04:00
test_Http.js Bug 1245649: Turn on linebreak-style. r=Gijs 2016-02-03 17:04:56 -08:00
test_Integration.js Bug 1094201 - Implement an Integration.jsm module for low-overhead registration of overrides. r=mak 2016-04-18 14:21:01 +01:00
test_jsesc.js Bug 1250104 - Import the "jsesc" library for escaping JavaScript strings. r=rnewman 2016-02-24 15:40:55 +01:00
test_Log_stackTrace.js Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
test_Log.js Bug 1294542 - Enable the block-spacing rule for eslint. r=felipe 2016-08-16 21:27:37 -04:00
test_MatchGlobs.js Bug 1217944 - Part 1 - Make MatchGlobs work on arbitrary strings r=kmag 2016-04-06 13:07:47 -07:00
test_MatchPattern.js Bug 1171248 - Add MatchPattern support to WebRequest module (r=Mossop) 2015-06-19 17:35:06 -07:00
test_MatchURLFilters.js Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe 2016-08-16 15:44:15 -04:00
test_NewTabUtils.js Bug 1229519: Fix toolkit/modules to pass eslint checks. r=mak 2015-12-03 09:58:56 -08:00
test_ObjectUtils_strict.js Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric 2016-02-03 12:58:03 +00:00
test_ObjectUtils.js Bug 1140558 - Part 2 - Make the testing deepEqual implementation shared properly in ObjectUtils.jsm. r=yoric 2015-04-02 21:33:46 +02:00
test_PermissionsUtils.js Bug 1245649: Turn on linebreak-style. r=Gijs 2016-02-03 17:04:56 -08:00
test_Preferences.js Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
test_Promise.js Bug 1294542 - Enable the block-spacing rule for eslint. r=felipe 2016-08-16 21:27:37 -04:00
test_PromiseUtils.js Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric 2016-02-03 12:58:03 +00:00
test_propertyListsUtils.js Bug 1217082 - Remove for-each from toolkit/. r=Gijs 2015-10-19 04:57:14 +09:00
test_readCertPrefs.js
test_Services.js Bug 1256088 - Merge mock app-info implementation into AppInfo.jsm. r=gps 2016-03-16 16:58:29 +09:00
test_session_recorder.js Bug 1290701 - Replace in-tree consumer of non-standard Iterator() with Object.{values,entries} in toolkit/. r=dtownsend 2016-08-03 11:53:10 +05:30
test_sqlite_shutdown.js Bug 1290701 - Replace in-tree consumer of non-standard Iterator() with Object.{values,entries} in toolkit/. r=dtownsend 2016-08-03 11:53:10 +05:30
test_sqlite.js Bug 1290701 - Replace in-tree consumer of non-standard Iterator() with Object.{values,entries} in toolkit/. r=dtownsend 2016-08-03 11:53:10 +05:30
test_task.js Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE 2015-10-07 14:03:21 +02:00
test_timer.js Bug 1207497 - Part 2: Remove use of expression closure from tests in toolkit/. r=Gijs 2015-09-24 21:25:24 +09:00
test_UpdateUtils_updatechannel.js Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE 2015-10-07 14:03:21 +02:00
test_UpdateUtils_url.js Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
test_web_channel_broker.js Bug 1146724 - test for WebChannel SendingContext. r=MattN/markh 2016-02-22 17:21:34 +11:00
test_web_channel.js Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE 2015-10-07 14:03:21 +02:00
test_ZipUtils.js Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
TestIntegration.jsm Bug 1094201 - Implement an Integration.jsm module for low-overhead registration of overrides. r=mak 2016-04-18 14:21:01 +01:00
xpcshell.ini Bug 1281421 - add new test to cover the new FinderIterator module code. r=jaws 2016-07-28 12:34:17 +02:00