Phil Ringnalda
8c87e2d3d9
Back out 9466f6513f50 (bug 1213450) for timeouts in test_ext_i18n.html
2016-02-23 18:36:11 -08:00
bsilverberg
8643e259ee
Bug 1238269 - Setting session cookie using chrome.cookies.set fails, r=kmag
...
Fix bug to allow session cookies to be set
Add tests for session cookies
Clean up existing tests
MozReview-Commit-ID: 3teHqBd1tw5
--HG--
extra : commitid : LdusYd5H5n2
extra : rebase_source : ebf40cc0eade9d5b06ede1d8d29508dcd8af7066
2016-02-22 17:37:48 -05:00
bsilverberg
a48959e080
Bug 1249055 - Calling alarms.getAll() throws an exception, r=kmag
...
Fix a bug in getAll()
Fix a bug in get()
Add tests for get(), getAll(), clear() and clearAll()
MozReview-Commit-ID: 8ML0F4K3LgM
--HG--
extra : commitid : DWiAJfamJVb
extra : rebase_source : b8f8b0fed17a65ca7a5a95000c5372ab1b695a95
2016-02-18 10:12:04 -05:00
bsilverberg
57e3f239dd
Bug 1213450 - Complete the implementation of chrome.i18n - getAcceptLanguages, r=kmag
...
Implement browser.i18n.getAcceptLanguages() including tests
MozReview-Commit-ID: EeuxXvg0l3M
--HG--
extra : commitid : IU9DPrAD0iJ
extra : rebase_source : f7e94a0eb892ecd8cd4d23f56a17f86318dd75f1
2016-02-18 08:59:57 -05:00
bsilverberg
04f5066ce6
Bug 1246748 - Complete the implementation of chrome.i18n.getUILanguage, r=kmag
...
Implement chrome.i18n.getUILanguage including tests
Add API to content scripts
MozReview-Commit-ID: IcDlLj8Et73
--HG--
extra : rebase_source : 9996c7da79d3a132bce73b167dfea7031083ad3a
2016-02-18 07:50:17 -05:00
Kris Maglione
ba2e5f60f4
Bug 1248855 - [webext] Add "object-curly-spacing" ESLint rule and auto-fix errors. r=billm
...
MozReview-Commit-ID: BAZ2rRl7eSM
2016-02-16 20:10:00 -08:00
Johann Hofmann
4d2291640d
Bug 1225743 - Implement chrome.bookmarks.search. r=mak
2015-11-24 17:40:08 +01:00
Carsten "Tomcat" Book
b0531843fe
merge mozilla-inbound to mozilla-central a=merge
2016-02-12 15:15:17 +01:00
Andrew Swan
2779dbcc01
Bug 1236940 - Add ip property to chrome.webRequest.onCompleted callback. r=billm
2016-02-02 21:08:51 -08:00
Kris Maglione
fe779f842c
Bug 1244474: [webext] Part 2 - Make extra manifest properties/permissions warnings instead of errors. r=billm
...
--HG--
extra : commitid : HupvwgBGnv4
extra : rebase_source : ec091841146171eb7d530d0f1057741db6885e95
extra : histedit_source : eb9beb696b41d3162dfa18b31b1bdf44341e702f
2016-01-30 14:32:36 -08:00
Kris Maglione
0ed5ad7e3d
Bug 1244474: [webext] Part 1 - Add "deprecated" property support to schema validator. r=billm
...
--HG--
extra : commitid : 5nhV9Z5ceVL
extra : rebase_source : 99ff44dc06b45e387d0fddf8596350a08e9e140d
extra : histedit_source : 10f87e416d891986835e3f277a9c3e29718a49cb%2C629ca94b9a7ff27fe0acabd44de9f316737481cd
2016-02-10 16:32:58 -08:00
Phil Ringnalda
05fb537019
Merge m-i to m-c, a=merge
2016-02-06 19:08:33 -08:00
Kris Maglione
18a5345609
Bug 1234020: Part 2c - [webext] Return promises from the idle API. r=rpl
...
--HG--
extra : commitid : BPi8baslrOV
extra : rebase_source : 0b452d7e680a2f626481ce10761439e557390499
extra : histedit_source : 4ac9d405204b1ce798155cd5f99dfb6ff2147fe5
2016-02-02 19:35:31 -08:00
Kris Maglione
2762bb5398
Bug 1234020: Part 2f - [webext] Return promises from the bookmarks API. r=evilpie
...
--HG--
extra : commitid : 8s79WWvVomB
extra : rebase_source : c3bb8465a7f8ccb5066ef3dbaeadb6e1647763bf
2016-02-01 18:12:45 -08:00
Kris Maglione
f72bc2afbb
Bug 1234020: Part 2b - [webext] Return promises from the cookies APIs. r=evilpie
...
--HG--
extra : commitid : 6RKl39LqmOc
extra : rebase_source : 6d2893daffa38ccce0976a846a924b46c03e7ed1
2016-02-01 18:03:37 -08:00
Kris Maglione
278a332b02
Bug 1225715: Part 5 - Add schema for extension manifests. r=billm
...
This currently forbids unknown top-level schema properties, and unknown
permissions. In the future, I'd like to make those warnings rather than
errors, for compatibility purposes, but I think errors are fine for now.
--HG--
extra : commitid : 9jGEwCU9AhR
extra : rebase_source : db16f1e5f9962fb7b24c0e52c05832ae646a57c2
2016-01-30 10:27:02 -08:00
Kris Maglione
7223a1a63e
Bug 1225715: Part 4 - Improve reporting of schema errors. r=billm
...
--HG--
extra : commitid : 8hxwF0y1kXL
extra : rebase_source : 6659b05b2835d9e9feecb45223b4ab2519eea4c5
2016-01-29 20:11:07 -08:00
Kris Maglione
4e6099bea2
Bug 1225715: Part 3 - Allow extending existing schema types. r=billm
...
This one's a bit weird. I was trying to avoid it for a while, but when we
start to support different sets of APIs on different apps, it's going make it
complicated to maintain a single, centralized manifest schema without some way
for them to directly extend it.
--HG--
extra : commitid : 69hnLm2cHLt
extra : rebase_source : 8895c53c36c3790c287c0105fa95b0f3f8f49c33
2016-01-20 22:46:37 -08:00
Kris Maglione
cd5a8640d9
Bug 1225715: Part 2 - Add string format support to schemas. r=billm
...
--HG--
extra : commitid : ArSuR3hloWW
extra : rebase_source : 64f075729beee1a0b3e411c7f3c7084839e793df
2016-01-29 19:48:57 -08:00
Kris Maglione
f9a63c1481
Bug 1225715: Part 1 - Add support for patterned strings and properties in schemas. r=billm
...
--HG--
extra : commitid : DXiMnqrHsn0
extra : rebase_source : e8457775d1c9510e20e3f987eb8deccbcfbb50fb
2016-01-29 19:45:16 -08:00
Andrew Swan
47326c6b9a
Bug 1245678 - [webext] Add downloads API schema and implementation boilerplate. r=rpl
2016-02-05 09:56:37 -08:00
Luca Greco
2f5c8d953a
Bug 1214658 - Test content script APIs are not injected in arbitrary web pages. r=kmag
...
--HG--
rename : toolkit/components/extensions/test/mochitest/file_ext_background_api_injection.js => toolkit/components/extensions/test/mochitest/file_ext_test_api_injection.js
extra : commitid : 8uMx4Ert6TU
extra : source : b76ab3324cd20c8743af4d6695977c67e99ed3fa
extra : histedit_source : 35b618307d2611c6e5207453be91e98fd13cf560%2C495e97130c649b88dec16753562ba0911e1194a2
2016-01-24 14:43:16 -08:00
Luca Greco
3266326e23
Bug 1214658 - Add test case of an webextension page iframe created from a content script. r=kmag
...
--HG--
extra : commitid : 9tJ6I2yhAFY
extra : source : aee8341f15c745e69cefc2a4dbd9bff18ce2f699
extra : histedit_source : 447205890dcd3fb4ffc30d4ad67da8f942d452b6%2C4d0923aee564f54f60496e5bb8b17da6ad2f6c4a
2016-01-24 14:43:00 -08:00
Bill McCloskey
afd5383760
Bug 1246787 - Fix ESLint errors
2016-02-11 13:37:44 -08:00
Bill McCloskey
cc7eba7dde
Bug 1246787 - [webext] Add schema storage.json (r=kmag)
2016-02-11 13:04:31 -08:00
Wes Kocher
bfc867440c
Merge m-c to inbound, a=merge
...
--HG--
extra : commitid : 2o7h1aSJgql
2016-02-25 14:38:16 -08:00
Giorgio Maone
b1ccc3bb44
Bug 1163862 - Switch to HTTP observer where possible + support requestId & data: URIs r=billm
...
MozReview-Commit-ID: EBRWBgGPqyD
--HG--
extra : rebase_source : c67a0633fcd2ac8eb8304567fe6ff072484e73bc
2016-02-24 00:21:42 +01:00
Andrea Marchesini
b1768e7ec3
Bug 1245184 - Update mochitests, r=me
2016-02-25 16:41:13 +01:00
Phil Ringnalda
102023d0a0
Back out 3 changesets (bug 1214658) for b2g emulator timeouts in test_ext_contentscript_*
...
CLOSED TREE
Backed out changeset b76ab3324cd2 (bug 1214658)
Backed out changeset aee8341f15c7 (bug 1214658)
Backed out changeset 743d7567b280 (bug 1214658)
--HG--
rename : toolkit/components/extensions/test/mochitest/file_ext_test_api_injection.js => toolkit/components/extensions/test/mochitest/file_ext_background_api_injection.js
2016-01-23 13:06:49 -08:00
Luca Greco
7a0d28079a
Bug 1214658 - Test content script APIs are not injected in arbitrary web pages. r=kmag
...
--HG--
rename : toolkit/components/extensions/test/mochitest/file_ext_background_api_injection.js => toolkit/components/extensions/test/mochitest/file_ext_test_api_injection.js
2016-01-22 10:13:00 -05:00
Luca Greco
7e3d0bcfc6
Bug 1214658 - Add test case of an webextension page iframe created from a content script. r=kmag
2016-01-22 06:10:00 -05:00
Kris Maglione
5a95948ae6
Bug 1235365: Parse WebExtension JSON files as UTF-8. r=billm
...
--HG--
extra : commitid : IKunziwQUPp
extra : rebase_source : e36842c15d0be4f319a108e0bfc4e04baf96dd19
2016-01-09 16:53:24 -08:00
Kris Maglione
dd589960ff
Bug 1190323: [webext] Part 2: Complete i18n API test coverage. r=billm
...
--HG--
extra : commitid : ISTHIRuyxN8
extra : rebase_source : bb5fb3dd525c2ff6bcd101bd5f938f4d34ae6272
2016-01-12 15:58:13 -08:00
Kris Maglione
2a345bc7d4
Bug 1238408: Request complete logs in test_ext_webrequest.html
...
--HG--
extra : commitid : 6d3Wo0rHYSe
2016-01-11 13:36:01 -08:00
Luca Greco
7ce1de0dec
Bug 1237357 - Fix missing Cr used by AddonLocalizationConverter in simpleServices. r=kmag
2016-01-08 05:38:00 -05:00
Ryan VanderMeulen
ceb519e5ff
Merge fx-team to m-c. a=merge
2016-01-06 09:48:18 -05:00
Fabrice Desré
99b0b99f71
Bug 1224703 - part 2: Enable tests on emulator r=billm
2016-01-05 15:37:06 -08:00
Tom Schuster
b8be325607
Bug 1224579 - Allow leading dot in domain in cookies.set. r=billm
...
--HG--
extra : commitid : 3GdmVM5UxFx
extra : rebase_source : 822b37f75aa11d4f35c73d9af1b8aa7931362a15
extra : amend_source : 6a5e52d627a2c11dc1cad8c95a89aa3648921ef8
2015-12-21 07:14:00 -08:00
Kris Maglione
81ee0b7dad
Bug 1237122 - Use base test suite eslintrc files for WebExtension tests. r=trivial
...
--HG--
extra : commitid : LQJzTvLEHsW
2016-01-05 16:10:33 -08:00
Kris Maglione
7c21dd4518
Bug 1227451: Follow-up: Fix ESLint errors. r=trivial
...
--HG--
extra : commitid : FetQWqfKA2Z
2016-01-05 15:54:32 -08:00
Luca Greco
52d6f76bb9
Bug 1227451 - chrome.alarms API doesn't check 'alarms' permission. r=billm
2016-01-04 10:21:00 -05:00
Kris Maglione
a49250b7f4
Bug 1234755: Follow-up: Fix additional failures. r=trivial
...
--HG--
extra : commitid : 4Ef0fj48IPr
extra : amend_source : 839e710a618fc403c156e79e80d91276aa9a0f1d
2015-12-31 16:17:00 -08:00
Kris Maglione
fbbdff2da8
Bug 1224579: [webext] Fix the handling of domain cookies. r=evilpie
...
--HG--
extra : commitid : 90fX4lH7xMk
extra : rebase_source : a553deb3f3f8863d8aa0712ba0b7e286f22fa619
2015-12-23 11:18:38 -05:00
Kris Maglione
a31ad54f9b
Bug 1234755: [webext] Make JS in HTML files pass ESLint. r=billm
...
This also changes the `type` attribute in our script tags to text/javascript,
since that's currently all the eslint-html plugin supports.
--HG--
extra : commitid : GiKqZCFKBda
extra : rebase_source : bc50d3724e4bcb6b5fd9faa5283fa04c72c21724
2015-12-22 23:43:23 -05:00
Bill McCloskey
b29022c1de
Bug 1215197: Implements onBeforeRedirect by using a channel event sink (r=billm)
2015-12-30 13:34:45 -08:00
Ryan VanderMeulen
9a3523097f
Merge fx-team to m-c. a=merge
2015-12-25 20:33:39 -05:00
Bill McCloskey
84f9789075
Bug 1205886 - [webext] Allow content scripts to do cross-origin XHRs if they have permission (r=kmag)
2015-12-23 12:29:39 -08:00
Bill McCloskey
b9e31d597b
Bug 1229552 - [webext] Add test for unregistration (r=kmag)
2015-12-23 12:29:39 -08:00
Bill McCloskey
755eaf9042
Bug 1228044 - [webext] Filter messages between extensions (r=kmag)
2015-12-23 12:29:39 -08:00
Bill McCloskey
b8196d4c71
Bug 1208257 - [webext] runtime.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
a2c4e965e2
Bug 1208257 - [webext] context_menus.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
a3d3a41850
Bug 1208257 - [webext] browser_action.json (r=kmag)
2015-12-23 08:57:13 -08:00
Kris Maglione
77d984b84a
Bug 1210996: [webext] Check host permissions in the browser.cookies API. r=billm
...
--HG--
rename : toolkit/components/extensions/test/mochitest/test_ext_cookies.html => toolkit/components/extensions/test/mochitest/test_ext_cookies_permissions.html
extra : commitid : IqgOPGfrF2K
extra : rebase_source : 1ba3322fec537ba5e0c0f5fe8a30b7e6eec46911
2015-12-02 21:20:01 -08:00
Sami Jaktholm
c4826911ac
Bug 1233350 - Fix TypeError in notifications.getAll(). r=kmag
...
This also adds some tests for the method.
--HG--
extra : transplant_source : f%9FN%E5%2C%FE%7D%94K%23%06%1A%DC%40%DC%98D%C2%17%BD
2015-12-22 11:29:22 +02:00
Kris Maglione
5806db05fe
Bug 1231827: Fix ESLint regressions in toolkit/components/extensions. r=trivial
...
--HG--
extra : commitid : LOHpVyIKcEO
2015-12-11 11:29:08 -05:00
Bill McCloskey
a8890fbf4f
Bug 1208257 - [webext] WebNavigation test (r=kmag)
2015-12-06 08:50:24 -08:00
Bill McCloskey
d85785380e
Bug 1208257 - [webext] web_request.json (r=kmag)
2015-12-06 08:50:24 -08:00
Bill McCloskey
28f4ce315b
Bug 1208257 - [webext] Add basic schema support (r=kmag)
2015-12-06 08:50:24 -08:00
Kris Maglione
b729a30707
Bug 1229874: Part 3 - Enable ESLint in WebExtension code. r=billm
...
The base .eslintrc is essentially a merge of the root Toolkit .eslintrc and
the devtools .eslintrc, with some minor changes to match our prevalent style.
For the most enforces the coding styles that we've been using most
consistently. There are a couple of significant differences, though:
* The rule for opening brace alignment can only be applied globally, and
doesn't make exceptions for top-level functions. I chose to turn it on, and
change the brace style of existing top-level functions that violated it,
since the rule seemed worth using, and that's the direction most Toolkit JS
code has been headed anyway.
* The rule for switch/case statements requires an added indentation level for
case statements. Most of our switch statements did not use an extra level
of indentation, and I initially wrote the rule to enforce that style, until
I came across case statements that used blocks, and required the extra
indentation level for sanity.
--HG--
rename : devtools/.eslintrc => toolkit/components/extensions/.eslintrc
extra : commitid : 4aDZOi5MNPc
extra : rebase_source : f34ba43aeb8046a0c971cb76b76410497bd12b42
extra : source : 2a7eb4ef7b375e5fd52d843ca206a071367a6475
2015-12-02 16:58:53 -08:00
Kris Maglione
62d3c9701a
Bug 1229874: Part 2 - Fix the major errors detected by ESLint. r=billm
...
--HG--
extra : commitid : 8MfFtdlzGEG
extra : rebase_source : 744d65868d5a3d217bd5f6428a3486e95fa14716
extra : source : 880fc261adae00a344e227ea2fa246b771cd57a6
2015-12-02 16:58:24 -08:00
Kris Maglione
d3ba5a1f16
Bug 1209184: Part 4 - [webext] Add tests for CSS localization filters. r=billm
...
--HG--
extra : commitid : LIbDp0oEgTC
extra : rebase_source : 6cb048586805ffaa01c2e463faec4a7d8308d383
extra : source : 8e692344588a9b0155259d0d3fb1050b5f22230c
2015-11-20 22:39:58 -08:00
Kris Maglione
fa7cf1cebc
Bug 1209184: Part 3 - [webext] Add tests for locale stream converter. r=billm
...
--HG--
extra : commitid : FqgRb3YgqJF
extra : rebase_source : e2be739f353d06c7e330011111071e370e1e59e0
extra : source : f9ab766896106b5718920a274ef4fe3605823b75
2015-11-28 01:00:57 -08:00
Phil Ringnalda
2ef1ebcef2
Back out 5 changesets (bug 1209184) on suspicion of causing OS X opt build startup cache precompilation failures
...
CLOSED TREE
Backed out changeset d0404928473e (bug 1209184)
Backed out changeset 24282235336d (bug 1209184)
Backed out changeset 399404ff25e4 (bug 1209184)
Backed out changeset a517959befe9 (bug 1209184)
Backed out changeset a4f1765a6cdf (bug 1209184)
2015-11-28 20:29:48 -08:00
Kris Maglione
bbfcb6bd68
Bug 1209184: Follow-up: Disable WebExtension xpcshell tests on Android and gonk. r=me
...
--HG--
extra : commitid : BAyWC1DtflD
extra : amend_source : 60f56b9557b55bc67189d52692311f1af309dfc5
2015-11-28 01:00:57 -08:00
Kris Maglione
0e62607b98
Bug 1209184: Part 4 - [webext] Add tests for CSS localization filters. r=billm
...
--HG--
extra : commitid : 7QQXwv6dFlO
extra : source : 8e692344588a9b0155259d0d3fb1050b5f22230c
extra : histedit_source : 8eaf0490a1f62b6379cdca19bdc5a415a4d5c3c8
2015-11-20 22:39:58 -08:00
Kris Maglione
63106cd553
Bug 1209184: Part 3 - [webext] Add tests for locale stream converter. r=billm
...
--HG--
extra : commitid : C6EPqRUd2zd
extra : source : f9ab766896106b5718920a274ef4fe3605823b75
extra : histedit_source : b8bc9c984956d543d935a0fc6db77875ac8680d5%2Ccd119681f1f3e43e22999fdb3eb2848f47962436
2015-11-27 23:02:41 -08:00
Phil Ringnalda
6c3da9ec36
Back out 4 changesets (bug 1209184) for Android/B2G xpcshell bustage
...
CLOSED TREE
Backed out changeset 8e692344588a (bug 1209184)
Backed out changeset f9ab76689610 (bug 1209184)
Backed out changeset 9c63ffd499eb (bug 1209184)
Backed out changeset e75f9f24d0dc (bug 1209184)
2015-11-27 22:40:54 -08:00
Kris Maglione
29e0cf5229
Bug 1209184: Part 4 - [webext] Add tests for CSS localization filters. r=billm
...
--HG--
extra : commitid : I3iiuKUJqSF
extra : rebase_source : 652a56ec50167cf8283da80b45ba2f1bf709732d
2015-11-20 22:39:58 -08:00
Kris Maglione
2ee98de7f1
Bug 1209184: Part 3 - [webext] Add tests for locale stream converter. r=billm
...
--HG--
extra : commitid : 3k0QW6ROCfV
extra : rebase_source : 120500a612301055c4262644314420e2692c4627
2015-11-16 17:38:02 -08:00
jignesh
8095302fd7
Bug 1216704 - [webext] Fix incorrect parameter to getManifest in content scripts and test for the same. r=billm
2015-11-18 12:36:00 +01:00
Kris Maglione
3b218341fa
Bug 1208761: [webext] Support l10n.getMessage in content scripts. r=billm
...
--HG--
extra : commitid : Iuj6mzu3KIU
extra : rebase_source : 08612b809866cf35057dc690bdf62dd74a330b46
2015-11-23 17:52:23 -08:00
Kris Maglione
74af7d53bc
Bug 1226423: [webext] Add tests for API injection into background pages. r=billm
...
--HG--
extra : commitid : 70rSfBGK8XG
extra : rebase_source : 829a3f270e89f4a64262a5e5f4f5499ed3251424
2015-11-20 15:14:25 -08:00
Kris Maglione
76d1ae510c
Bug 1221415: [webext] Improve error checking and Chrome-compatibility of i18n API. r=billm
...
--HG--
extra : commitid : 493PXRrLfdL
extra : rebase_source : 81a053d889e64e8f5685fe7f7a2a656c396807a0
2015-11-15 16:54:41 -08:00
Kris Maglione
9b2c61cbae
Bug 1215893: [webext] Check capturing event listeners for the correct target. r=billm
...
--HG--
extra : commitid : IYgT9fAiHJX
extra : rebase_source : c672622b7f2e931ceab45b5569c9de0bfd40602a
2015-11-14 23:30:52 -08:00
Bill McCloskey
9c2a47898f
Bug 1208874 - [webext] Generate an extension-specific UUID (r=kmag)
2015-11-12 08:19:45 -08:00
Bill McCloskey
e655ba59b5
Bug 1223589 - [webext] Implement getPlatformInfo (r=kmag)
2015-11-12 08:19:45 -08:00
Bill McCloskey
fd0aea8d56
Bug 1223585 - [webext] Annotate ignoreEvent (r=kmag)
2015-11-12 08:19:45 -08:00
Johann Hofmann
898c7be7cd
Bug 1217886 - Implement chrome.storage.local.clear. r=wmccloskey
2015-11-04 22:29:31 +01:00
Kris Maglione
9768c79d20
Bug 1213632: Prevent WebExtensions from using versioned JavaScript. r=billm
...
--HG--
extra : commitid : 3aQ4wS5I7LP
extra : rebase_source : 252277140f700ab305877f3bfd0ba9b582ff0b7a
2015-10-22 23:25:43 -07:00
Luca Greco
bbaf1760b9
Bug 1214174 - Background window properties OOM exception test case. r=billm
...
--HG--
extra : histedit_source : bea04db0faf790982dc3e9e734576c6092956870
2015-10-26 05:03:00 -04:00
Blake Winton
1d02564612
Bug 1215130 - Use periodInMinutes as the default for delayInMinutes. r=billm
...
--HG--
extra : rebase_source : c44128cc99a168d38875b00ff3d26ec86696c295
2015-10-16 13:24:57 -04:00
Blake Winton
a2f5add6ab
Bug 1215201 - Iterate through the elements of the alarmCallbacksMap. r=billm
...
--HG--
extra : rebase_source : 02eb8d5234688ccd99219a3c0a1a2c7b7a0aae74
2015-10-15 13:36:38 -04:00
Bill McCloskey
7c41291110
Bug 1212718 - [webext] Test for webRequest resource types (r=Mossop)
2015-10-12 20:04:21 -07:00
Bill McCloskey
c107fdc361
Bug 1212718 - [webext] Add onCompleted test (r=Mossop)
2015-10-12 20:03:48 -07:00
Bill McCloskey
bcd9fdf57f
Bug 1212718 - [webext] Add test for onSendHeaders problem (r=Mossop)
2015-10-12 20:03:35 -07:00
Bill McCloskey
31df91c1aa
Bug 1202897 - Switch all WebExtension tests to use generated zip files rather than files (r=gabor)
2015-10-12 16:19:50 -07:00
Tom Schuster
03a5c643c2
Bug 1208907 - [webext] Partially implement browser.bookmarks. r=billm f=mak
2015-10-11 16:41:21 +02:00
Jed Davis
faf361396a
Bug 1201935 - Allow reading from TmpD in OS X content processes. r=smichaud
...
--HG--
extra : rebase_source : 68565c447e3731e9c562514e8355044cfd8c28b9
2015-10-07 13:41:00 +02:00
Luca Greco
8ee9792b23
Bug 1204583 - test connect params preprocess and fix raised invalid params error. r=billm
...
--HG--
extra : amend_source : 3b2fb8072db43c69795cc108aed5e3d9271a496f
2015-09-30 14:21:00 +02:00
Tom Schuster
b92934f1b1
Bug 1197417 - [webext] Tests for browser.cookies. r=billm
2015-10-02 16:36:05 +02:00
Bill McCloskey
330e587de8
Bug 1207911 - [webext] Fix races in webextension tests (r=gabor)
2015-09-27 12:29:40 -07:00
Johann Hofmann
2f29357252
Bug 1204072 - Import runSafe in ext-{alarms,notifications} (r=billm)
2015-09-25 05:09:11 -07:00
Phil Ringnalda
971bca22ce
Bug 1207911 - Disable webext tests on ASan builds for now
...
CLOSED TREE
2015-09-23 20:12:16 -07:00
Bill McCloskey
57f85fd841
Bug 1202481 - [webext] Fix browser.runtime.onMessage reply handling (r=gabor)
2015-09-23 17:18:34 -07:00
Bill McCloskey
4dc14af3ea
Bug 1202486 - [webext] Add test for browser.runtime.connect, fix a few bugs (r=gabor)
2015-09-23 17:18:33 -07:00
Bill McCloskey
88501da12a
Bug 1197475 - [webext] Add test for browser.storage.local, fix a few bugs in it (r=gabor)
2015-09-23 17:18:30 -07:00
Bill McCloskey
22b5c13d6a
Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor)
...
--HG--
rename : browser/components/extensions/test/browser/browser_extensions_simple.js => browser/components/extensions/test/browser/browser_ext_simple.js
rename : toolkit/components/extensions/test/mochitest/file_contentscript_page1.html => toolkit/components/extensions/test/mochitest/file_sample.html
2015-09-23 17:18:28 -07:00
Bill McCloskey
9ff6da7c17
Bug 1199473 - [webext] Fix wrong parameter name for browser.extension.getURL (r=gabor)
2015-09-23 17:18:27 -07:00
Bill McCloskey
81c0830e51
No bug - Skip webextension tests for mulet
2015-09-23 17:18:25 -07:00
Phil Ringnalda
5b1ea9212a
Backed out 12 changesets (bug 1202482, bug 1202483, bug 1202481, bug 1202486, bug 1202479, bug 1202478, bug 1197475, bug 1203331, bug 1139860, bug 1202501, bug 1199473, bug 1190662) for Mulet mochitest-5 timeouts
...
CLOSED TREE
Backed out changeset 6503123e95dd (bug 1139860)
Backed out changeset b83bc163064d (bug 1203331)
Backed out changeset 2f501bd57cd2 (bug 1202481)
Backed out changeset 37e6ac7beb42 (bug 1202486)
Backed out changeset f9b6e99e620e (bug 1202483)
Backed out changeset 466af9f9baee (bug 1202482)
Backed out changeset 6be690e265a2 (bug 1202479)
Backed out changeset 57ff88bfccf4 (bug 1197475)
Backed out changeset 7e8c04ff6049 (bug 1202478)
Backed out changeset 525227997274 (bug 1202501)
Backed out changeset da317cdb79d3 (bug 1199473)
Backed out changeset 73b8ddd6dac9 (bug 1190662)
--HG--
rename : browser/components/extensions/test/browser/browser_ext_simple.js => browser/components/extensions/test/browser/browser_extensions_simple.js
rename : toolkit/components/extensions/test/mochitest/file_sample.html => toolkit/components/extensions/test/mochitest/file_contentscript_page1.html
2015-09-22 19:29:51 -07:00
Bill McCloskey
5c9d5e6cbf
Bug 1202481 - [webext] Fix browser.runtime.onMessage reply handling (r=gabor)
2015-09-22 16:09:23 -07:00
Bill McCloskey
bf67fee35a
Bug 1202486 - [webext] Add test for browser.runtime.connect, fix a few bugs (r=gabor)
2015-09-22 16:09:22 -07:00
Bill McCloskey
eb18231fcc
Bug 1197475 - [webext] Add test for browser.storage.local, fix a few bugs in it (r=gabor)
2015-09-22 16:09:21 -07:00
Bill McCloskey
fa351c11d6
Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor)
...
--HG--
rename : browser/components/extensions/test/browser/browser_extensions_simple.js => browser/components/extensions/test/browser/browser_ext_simple.js
rename : toolkit/components/extensions/test/mochitest/file_contentscript_page1.html => toolkit/components/extensions/test/mochitest/file_sample.html
2015-09-22 16:09:20 -07:00
Bill McCloskey
dc51880f6b
Bug 1199473 - [webext] Fix wrong parameter name for browser.extension.getURL (r=gabor)
2015-09-22 16:09:20 -07:00
Bill McCloskey
48a154e45c
Bug 1201935 - Disable WebExtension tests on MacOS because sandbox breaks them
2015-09-04 09:45:03 -07:00
Bill McCloskey
5417189a5b
Bug 1201377 - [webext] Nuke content script sandbox when page closes (r=gabor)
2015-09-04 09:45:02 -07:00
Bill McCloskey
828a74056a
Bug 1199698 - [webext] Fix chrome.* from content scripts (r=gabor)
2015-09-04 09:45:01 -07:00
Bill McCloskey
d4c8e8942d
Bug 1199800 - [webext] Allow extensions to be generated from JSON (r=gabor)
2015-09-04 09:45:01 -07:00
Bill McCloskey
1a7f006d5a
Bug 1199800 - [webext] Refactoring to support using extensions from chrome tests (r=gabor)
2015-09-04 09:45:00 -07:00
Bill McCloskey
a60d7870e2
Bug 1197437 - [webext] Fix content script run_at parameter (r=gabor)
2015-09-04 09:44:59 -07:00
Carsten "Tomcat" Book
3145bc32e7
Backed out 11 changesets (bug 1201377, bug 1199800, bug 1197437, bug 1199832, bug 1199698, bug 1199842) for breaking browser_ext_tabs_executeScript.js test on a CLOSED TREE
...
Backed out changeset 8d8d73d3c3e1 (bug 1201377)
Backed out changeset 4ed8951e3f54 (bug 1199842)
Backed out changeset 5830178bc008 (bug 1199832)
Backed out changeset 4445c570fe49 (bug 1199698)
Backed out changeset 35fc1e25d167 (bug 1199800)
Backed out changeset 54c4c3bd2454 (bug 1199800)
Backed out changeset bd3112ce6b9b (bug 1199800)
Backed out changeset 701e56e18ca7 (bug 1199800)
Backed out changeset 4407d50a7995 (bug 1199800)
Backed out changeset af2fbe345712 (bug 1199800)
Backed out changeset 0a41d20fcf77 (bug 1197437)
2015-09-04 09:59:34 +02:00
Bill McCloskey
2a80660ea9
Bug 1201377 - [webext] Nuke content script sandbox when page closes (r=gabor)
2015-09-03 20:59:05 -07:00
Bill McCloskey
9ada7e9b9c
Bug 1199698 - [webext] Fix chrome.* from content scripts (r=gabor)
2015-09-03 20:59:04 -07:00
Bill McCloskey
bc0c23104b
Bug 1199800 - [webext] Allow extensions to be generated from JSON (r=gabor)
2015-09-03 20:59:03 -07:00
Bill McCloskey
e416c237da
Bug 1199800 - [webext] Refactoring to support using extensions from chrome tests (r=gabor)
2015-09-03 20:59:01 -07:00
Bill McCloskey
a9349e7383
Bug 1197437 - [webext] Fix content script run_at parameter (r=gabor)
2015-09-03 20:59:01 -07:00
Ryan VanderMeulen
b322af2f98
Bug 1197507 - Skip the WebExtensions tests on B2G due to being perma-timeout and Android already being skipped.
2015-08-25 21:24:03 -04:00
Bill McCloskey
aca8c8dcf3
Bug 1197507 - [webext] Add WebExtension webRequest.* tests (r=gabor,bholley)
2015-08-25 15:14:11 -07:00
Bill McCloskey
2beffb2bfc
Bug 1197507 - [webext] Add initial WebExtension tests (r=gabor,bholley)
2015-08-25 15:14:10 -07:00