Tom Tromey
5538d692d3
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Julian Descottes
14cb1ca969
Bug 1268178 - fix browser_addons_debug_bootstrapped.js intermittent;r=ochameau
...
MozReview-Commit-ID: C3yoZnnBjkV
--HG--
extra : rebase_source : f534effa63536d9de485e9ce24af003f80563881
2016-07-13 13:11:11 +02:00
jyeh@mozilla.com
804ddb6322
Bug 1268073 - Misleading error if you click "Debug" twice. r=janx
2016-06-28 08:39:37 -07:00
Jan Keromnes
b57c44dc2d
Bug 1188981 - Show Push Service subscription endpoint URL for Service Workers in about:debugging. r=jryans
...
--HG--
extra : rebase_source : c8636b7a77d23eb0c6392dac41825f62dde00db8
2016-06-24 18:06:34 +00:00
Jan Keromnes
4bad6d5fc8
Bug 1188981 - Switch about:debugging tests to devtools shared-head. r=jryans
...
--HG--
extra : rebase_source : 6f14053f3c5d6ef7ee171a3bc071f11dd0f0c2cd
2016-06-24 18:06:34 +00:00
Alexandre Poirot
4bc9677f7d
Bug 1254746 - Fix browser_service_workers_start.js intermittent when the worker is killed sooner than expected. r=jryans
2016-05-30 03:06:21 -07:00
gasolin
d03a76f2e5
Bug 1266415 - display a warning on about:debugging if service workers are disabled; r=jdescottes
...
MozReview-Commit-ID: 5OipoBx7LH2
--HG--
extra : rebase_source : bb1f884d29a907162baba7d19deb634132c17a90
2016-05-29 19:18:11 -07:00
Benoit Chabod
265ec53ae8
Bug 1245780 - Use ContentTask to load frame scripts in tests. r=pbro f=janx
2016-05-24 02:01:00 +02:00
Ricky Chien
5a684079ac
Bug 1273076 - Show more details in about:debugging#invalid-hash. r=jdescottes
...
MozReview-Commit-ID: EbQvxXBixRe
--HG--
extra : rebase_source : d336ac52d260fdf5949e89bac8f62bce0c8489ff
2016-05-17 11:52:35 +08:00
Tom Tromey
0d398a243a
Bug 1265869 - Add task.js and use in devtools. r=jryans
...
MozReview-Commit-ID: G5UuAh2RiZZ
--HG--
rename : toolkit/modules/Task.jsm => devtools/shared/task.js
extra : transplant_source : %B8h%8A%8C%BD%91%8A%81%1D%F4%F5%2Ap%CFv%BC%963u0
2016-05-17 13:07:55 -06:00
Kumar McMillan
3486e7ec70
Bug 1273184 - Don't allow reloading of unsupported add-ons. r=ochameau
...
MozReview-Commit-ID: ERSpt8X9MD8
--HG--
extra : transplant_source : C%20%A4%00%23%E8%05%F7A%AC%2C%A6%A3K%83%8Cp%88%C9%11
2016-05-16 16:08:46 -05:00
Benoit Chabod
fb74cd56d1
Bug 1269757 - Clean up panelId/id confusion in about:debugging. r=janx
2016-05-18 02:24:00 -04:00
Ricky Chien
1d8b748a50
Bug 1268107 - Cannot use back in about:debugging after entering an invalid hash r=jdescottes
...
MozReview-Commit-ID: CsbzQXiR9RV
--HG--
extra : transplant_source : H.%5D%84%B1%1B%96%9A%80%B8G%F3%EE%E0%8F%16%FA%C2%F9%B6
2016-05-09 17:14:56 +08:00
Kumar McMillan
9f37ecb374
Bug 1267870 - Refresh about:debugging when add-on manifest is reloaded. r=ochameau
...
MozReview-Commit-ID: Bf1V3XoX6Co
2016-05-12 11:39:58 -05:00
Kumar McMillan
3ed84ad41a
Bug 1269889 - make addon.reload() more like temp loading. r=kmag r=aswan
...
MozReview-Commit-ID: APK49tqcjTA
--HG--
extra : transplant_source : %100%F9q%BD%FF%3CP%89%EF%0Cz%27%3Cc%BCX%3B%F4%D7
2016-05-03 17:07:10 -05:00
James Long
e87387e53d
Bug 1265775 - replace Cu.reportError with console.error in devtools client code r=tromey
2016-05-06 11:29:10 -04:00
Alexandre Poirot
dca4ae52c4
Bug 1266128 - Show tabs in about:debugging. r=janx
...
--HG--
rename : devtools/client/aboutdebugging/components/moz.build => devtools/client/aboutdebugging/components/tabs/moz.build
2016-05-03 09:06:32 -07:00
Alexandre Poirot
4355049b47
Bug 1266128 - Rename about debugging Tab(s) to Panel(s). r=janx
...
--HG--
rename : devtools/client/aboutdebugging/components/addons-controls.js => devtools/client/aboutdebugging/components/addons/controls.js
rename : devtools/client/aboutdebugging/components/addons-install-error.js => devtools/client/aboutdebugging/components/addons/install-error.js
rename : devtools/client/aboutdebugging/components/addons-tab.js => devtools/client/aboutdebugging/components/addons/panel.js
rename : devtools/client/aboutdebugging/components/addon-target.js => devtools/client/aboutdebugging/components/addons/target.js
rename : devtools/client/aboutdebugging/components/tab-header.js => devtools/client/aboutdebugging/components/panel-header.js
rename : devtools/client/aboutdebugging/components/tab-menu-entry.js => devtools/client/aboutdebugging/components/panel-menu-entry.js
rename : devtools/client/aboutdebugging/components/tab-menu.js => devtools/client/aboutdebugging/components/panel-menu.js
rename : devtools/client/aboutdebugging/components/workers-tab.js => devtools/client/aboutdebugging/components/workers/panel.js
rename : devtools/client/aboutdebugging/components/service-worker-target.js => devtools/client/aboutdebugging/components/workers/service-worker-target.js
rename : devtools/client/aboutdebugging/components/worker-target.js => devtools/client/aboutdebugging/components/workers/target.js
2016-05-03 09:06:31 -07:00
Julian Descottes
e14d5fdb1f
Bug 1217769 - aboutdebugging: default to addons tab without navigating if hash is empty;r=janx
...
MozReview-Commit-ID: 8hlFDqrpKit
--HG--
extra : rebase_source : 2a5e39cc7bfeb458c44cc225f833ca65fa03aa80
2016-04-27 14:07:19 +02:00
J. Ryan Stinnett
0b07b90aa6
Bug 1263258 - Require space before paren for anonymous functions. r=pbro
...
MozReview-Commit-ID: 2F0j45Vxn2I
2016-04-27 09:06:15 -05:00
Wes Kocher
c2d655f141
Bug 1210778 - improving accessibility for about:debugging. r=janx
...
MozReview-Commit-ID: 94il4DHDUOS
2016-04-22 11:20:08 -04:00
Kumar McMillan
7814d5af7a
Bug 1246030 - Allow reloading an add-on in about:debugging. r=ochameau
...
MozReview-Commit-ID: Lh2iwPgmlhU
--HG--
extra : transplant_source : %D4zhF%D7F%CA%07UIC%E8yB%E05%7B%EB%F6t
2016-03-31 12:01:02 -05:00
Carsten "Tomcat" Book
053055083c
Backed out changeset 159d0cb3c2c3 (bug 1246030) for timeouts in browser_addons_debugging_initial_state.js
2016-04-15 06:56:26 +02:00
Kumar McMillan
49d9386a33
Bug 1246030 - Allow reloading an add-on in about:debugging. r=ochameau
...
MozReview-Commit-ID: Lh2iwPgmlhU
--HG--
extra : rebase_source : 0b9979f4a0f0b5e29f2da5d4a666ef423803143d
2016-03-31 12:01:02 -05:00
Andrew Swan
6365b51bff
Bug 1263687 - Log add-on temporary install errors. r=ochameau
...
MozReview-Commit-ID: BlmLToQxUTr
--HG--
extra : transplant_source : %F5w%A7%60%7E_I%3D%FEC%AE%AB%EA%AD%904%93%9A%048
2016-04-12 10:02:07 -07:00
Patrick Brosset
2370f09cb0
Bug 1264063 - 1 - Disable prop-types eslint rule and fix sort-comp errors; r=ochameau
...
MozReview-Commit-ID: 26NMWUWiKdi
--HG--
extra : rebase_source : f8ab2c769c2e9a85bb6c2c5490e1ff0a4a59a6e0
extra : histedit_source : 24167a4663762206efced519364edafafd514d9e
2016-04-13 10:24:48 +02:00
Alexandre Poirot
60ca9210b8
Bug 1261055 - Test addon toolbox console. r=janx
2016-04-12 13:05:36 -07:00
Alexandre Poirot
966698b70a
Bug 1261055 - Always assert DOM when installing/uninstalling addons. r=janx
2016-04-12 13:05:36 -07:00
Ryan VanderMeulen
6452ecced6
Bug 1258902 - Fix a typo that caused the newly-added test to be skipped (and re-enabled a frequently-failing one).
2016-04-09 23:56:30 -04:00
Dave Townsend
fc4c4ab84a
Bug 1257246: Update devtools for eslint 2. r=pbro
...
ESLint 2 now flags anonymous generator functions according to
generator-star-spacing. Most of the changes here are correcting that.
MozReview-Commit-ID: 9xg2Gmlaz94
--HG--
extra : rebase_source : e6db0fd0ef477cd4fd2196b1036783f0974c586b
extra : histedit_source : 03eea033884969cc2a340316377318b0487ebdf2
2016-04-05 11:31:19 -07:00
Andrew Swan
476890d221
Bug 1231128 - Display errors when temporary add-on install fails. r=ochameau
...
MozReview-Commit-ID: BG81hWHLGQ2
--HG--
extra : amend_source : 1c6ba2bd1212a8cfaae78d38e4e7cf51f857e8d0
extra : transplant_source : %7Dv%2B%B0%D8%E3n%BF%B0%F2%AE%D2E%D9%A6%F4%FAJ%91%97
2016-03-31 20:53:17 -07:00
Julian Descottes
473a281ead
Bug 1258902 - part2: create service-worker-target component;r=janx
...
Also added a new utility module aboutdebugging/modules/worker.js
to extract the worker related logic that does not belong in components.
MozReview-Commit-ID: LvArq5cdMtT
--HG--
extra : rebase_source : 954e77463e34a6961dd657d796c4e5ea5216aee8
2016-04-06 16:37:43 +02:00
Julian Descottes
e602e0d3d1
Bug 1258902 - part1:add service worker unregister link in about:debugging;r=janx
...
MozReview-Commit-ID: A8p602S4JgV
--HG--
extra : rebase_source : 1ab26dd758328ca3b6d4523e6e51a0965525f602
2016-04-06 16:37:35 +02:00
Jan Keromnes
b28f45e73c
Bug 1257873 - Split Addons and Workers into separate Target classes in about:debugging. r=ochameau
...
--HG--
rename : devtools/client/aboutdebugging/components/target.js => devtools/client/aboutdebugging/components/worker-target.js
extra : histedit_source : 491a2f2466fca9d0a2a208264cee679ff1b57577
2016-03-18 09:08:00 -04:00
Kumar McMillan
967430b3e2
Bug 1256246 - Improve prompt for loading an add-on from directory. r=ochameau
...
MozReview-Commit-ID: oVBrMvK3nQ
--HG--
extra : rebase_source : 62bf333451a249bff1f023c1fea794f93c7fbad4
2016-03-14 15:23:44 +01:00
Jordan Santell
afb1708698
Bug 1251033 - Part 1 - BrowserLoader now has an option to only load shared components and not require an additional directory. r=jryans
2016-03-08 19:19:09 -08:00
Ryan VanderMeulen
1f49ee764c
Bug 1232931 - Skip browser_service_workers_timeout.js for frequent failures across all platforms.
2016-03-05 22:31:05 -05:00
Jan Keromnes
ed60aaa7d6
Bug 1239317 - Add a Service Workers entry to the Web Developer menu. r=jryans
2016-03-03 09:47:59 -06:00
Jan Keromnes
bb3b08b6d8
Bug 1239705 - Add a 'Start' button for service workers in about:debugging. r=ochameau
2016-03-03 09:47:23 -06:00
Wes Kocher
d4bc23e4dd
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: B0yZpi7wa4I
2016-03-01 15:19:25 -08:00
Ehsan Akhgari
119e7f4cad
Bug 1232029 - Set some prefs that some tests rely on explicitly; r=bkelly
2016-03-01 10:09:06 -05:00
Julian Descottes
64dfb85e35
Bug 1207997 - about:debugging use factories/dom helpers instead of createElement;r=janx
...
Make about:debugging code less verbose:
- use component factories to avoid having to remove calls to createElement
- use React.DOM helpers
- components only module.export their class
(require('my-component.js').MyComponent -> require('my-component.js'))
MozReview-Commit-ID: CBWLgcPUkMf
--HG--
extra : rebase_source : 8e3184bf82ad1b59d65bf0e94cc2f4662db856bd
2016-02-21 01:58:00 +01:00
Jan Keromnes
f38239f17f
Bug 1209699 - Add a 'Push' button for service workers in about:debugging. r=jdescottes
2016-02-29 03:20:00 +01:00
Julian Descottes
b84da33d51
Bug 1250002 - part2: about:debugging switch to browserLoader;r=ochameau
...
MozReview-Commit-ID: G4O19TOTWOy
--HG--
extra : rebase_source : 444aa09b859bd2ef04856dc0db4ca52bc05e7906
2016-02-23 02:00:51 +01:00
Jan Keromnes
eb7e62b31c
Bug 1212797 - Show all registered service workers in about:debugging. r=ochameau
2016-02-24 06:30:00 +01:00
Julian Descottes
fa3929d2ec
Bug 1227137 - aboutdebugging: addons debugging enabled only if remote dbg is true;r=ochameau
...
MozReview-Commit-ID: 8NmLIM87bcb
--HG--
extra : rebase_source : 0d50bda89b7d90acbc9b4bc612b08ff479280bfb
extra : amend_source : 929374611cd3f6457f0db33fd1c50dc79f1d2385
2016-02-16 12:12:38 +01:00
Julian Descottes
849ebd468a
Bug 1249585 - Rename about:debugging components s/Component//g. r=janx
...
MozReview-Commit-ID: KETabxbUXhE
--HG--
rename : devtools/client/aboutdebugging/components/addons.js => devtools/client/aboutdebugging/components/addons-tab.js
rename : devtools/client/aboutdebugging/components/workers.js => devtools/client/aboutdebugging/components/workers-tab.js
extra : rebase_source : 7d7a79167161e507084f540b0cf119f1dd28718e
2016-02-21 22:59:12 +01:00
Julian Descottes
9efe5908ba
Bug 1245029 - aboutdebugging full react refactor part2;r=janx,ochameau
...
MozReview-Commit-ID: 64V5vGn2889
--HG--
rename : devtools/client/aboutdebugging/aboutdebugging.js => devtools/client/aboutdebugging/components/aboutdebugging.js
rename : devtools/client/aboutdebugging/aboutdebugging.js => devtools/client/aboutdebugging/initializer.js
extra : rebase_source : a5431fe3d7826105a3808b92a66b4f1486fb3d77
extra : source : 2418d089253ddc4e79bed1d19911a490665fc5e6
2016-02-18 19:49:59 +01:00
Julian Descottes
ed31367b39
Bug 1245029 - aboutdebugging full react refactor part1;r=janx,ochameau
...
React refactor part1 : refactor addons and workers panels as react components
MozReview-Commit-ID: GYabZqMyX4L
--HG--
extra : rebase_source : 8fbb99705f99d1a58c81161811006cb6cee17a7e
2016-02-04 21:58:02 +01:00
Alexandre Poirot
51759742d1
Bug 1245462 - Replace usages of gDevTools.jsm by module imports. r=jryans
2016-02-11 04:29:47 -08:00