Commit Graph

241 Commits

Author SHA1 Message Date
Alexandre Poirot
9c0a24f39a Bug 1190452 - Always import toolkit/devtools/server/main.js as CommonJS module. r=jryans 2015-08-10 05:38:56 -07:00
Alexandre Poirot
b9fc38483f Bug 1188401 - Expose require out of Loader.jsm and use it. r=jryans 2015-08-06 05:38:10 -07:00
Brittany Storoz
4a38334f70 Bug 1186465 - Fix styling for runtime apps under sidebars view. r=jryans 2015-07-27 12:20:00 -04:00
Brittany Storoz
7b053e880e Bug 1185005 - Fix panel-header font-size on WebIDE sidebars; r=jryans 2015-07-17 17:09:00 +02:00
Brittany Storoz
967e273030 Bug 1173089 - Clean up WebIDE sidebars CSS. r=jryans 2015-07-16 08:57:00 -04:00
Jan Keromnes
83e922518b Bug 1156834 - Enable Simulator configuration screen by default in WebIDE. r=jryans 2015-07-02 08:35:00 -04:00
Jan Keromnes
6ff0c31e54 Bug 1146519 - Persist simulator configurations in WebIDE. r=jryans 2015-07-02 07:43:00 -04:00
J. Ryan Stinnett
ac312da864 Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau 2015-07-02 04:56:57 -05:00
J. Ryan Stinnett
5a2e604bdc Bug 1026945 - Support lazy ADB startup from WebIDE. r=ochameau 2015-06-30 09:56:27 -05:00
J. Ryan Stinnett
7094b8e805 Bug 1174956 - Allow device to be up to one week newer than client. r=ochameau 2015-06-30 09:38:51 -05:00
Jan Keromnes
9833957fd5 Bug 1176908 - Unforget to disable runtime commands in WebIDE. r=jryans 2015-06-29 02:01:00 +02:00
Wes Kocher
2aa142fe5e Merge inbound to central, a=merge 2015-06-11 17:02:47 -07:00
J. Ryan Stinnett
342faa7ed0 Bug 1159043 - Record WebIDE runtime info in Telemetry. r=ochameau 2015-06-10 23:35:19 -05:00
Ryan VanderMeulen
be9cb1f5fc Bug 1135315 - Disable the webide tests on OSX 10.8 & 10.10 debug due to asserts across the suite on 38+. a=test-only
--HG--
extra : rebase_source : cb39a381166f4ded0c9c4562c2be479c5aa7e93e
2015-06-11 12:58:08 -04:00
J. Ryan Stinnett
bc4adcb2ab Bug 1169808 - Clean up log path on simulator exit. r=janx 2015-06-09 14:11:49 -05:00
Alexandre Poirot
422177bcd7 Bug 1132670 - Warn when connecting to a server newer than client. r=jryans 2015-06-03 07:15:00 -04:00
Patrick Brosset
8c2aaa42cf Bug 1166189 - ESLint configuration files for devtools; r=tromey
Adds a global .eslintrc file for all source files in /browser/devtools.
This file defines a set of global variables that are commonly used in
/browser/devtools code.
The files that import modules with Cu.import will need to define their
own globals as /* globals ... */ comments.
This file also defines the configuration for all the rules we want to
use.

This also adds a set of .eslintrc files, one per test directory in
/browser/devtools. Each of these files extend from one of 2 parent config
files: .eslintrc.xpcshell or .eslintrc.mochitest.
The parent config define the set of globals these types of tests have
access to (test runner functions, assertion functions, etc.).

Finally, this also adds .eslintrc files in /toolkit/devtools for code and
tests, which just extend from their counterparts in /browser/devtools.

--HG--
extra : rebase_source : d7b6f639634b64dc084d0835a5fb36c9720a87e7
2015-05-28 09:30:03 +02:00
J. Ryan Stinnett
be5068f19c Bug 1169109 - Revert bug 1160771 changes to WebIDE throbber.svg. r=me 2015-05-27 20:46:37 -05:00
Patrick Brosset
f74b4d25f0 Bug 1168077 - Remove remaining spidermonkey js specific syntax from browser/devtools; r=miker
--HG--
extra : rebase_source : 15f48894284051c2f10d9b71c94d7074f893002a
2015-05-25 14:42:51 +02:00
J. Ryan Stinnett
74c077bdae Bug 1167633 - Remove SpiderMonkey specific JS syntax from App Manager / WebIDE. r=pbrosset 2015-05-22 09:34:00 -04:00
Ryan VanderMeulen
3a69f754a0 Backed out changeset 76c0e3be4fe8 (bug 1159043) for test_telemetry.html failures.
--HG--
extra : rebase_source : 10711b4243175d04b0e5b91bf10b91eafa09fbcd
2015-05-22 14:55:38 -04:00
J. Ryan Stinnett
587455d65c Bug 1159043 - Record WebIDE runtime info in Telemetry. r=ochameau
--HG--
extra : rebase_source : 149626e989c8b81c6baafc54d22660931ec8da4a
2015-05-21 03:57:03 -05:00
Miles Richardson
1121d1ada8 Bug 1160771 - Clean unnecessary tags and properties from SVG files in browser/ and toolkit/. r=dao
--HG--
extra : rebase_source : 6a6f6cd771ba019665c00b394bd7d1d5b3b1f29e
2015-05-21 12:33:00 -04:00
Ravi Shankar
687e510c94 Bug 1163342 - WebIDE new project wizard silently fails / gets stuck in endless loop if target directory not writable. r=jryans 2015-05-16 01:52:00 -04:00
J. Ryan Stinnett
37939734bc Bug 1159083 - Pass XAUTHORITY to Linux simulators. r=janx 2015-04-30 15:37:05 -07:00
Fabrice Desré
5c9a3c2266 Bug 1114676 - Enable web components for all apps when toggling developer mode r=ochameau 2015-04-29 17:12:20 -07:00
Fabrice Desré
6ec37a4c83 Bug 1157893 - Create a toggle for developer mode r=ochameau 2015-04-28 10:28:36 -07:00
Jennifer Fong
3e0ad865ca Bug 1135191 - Add runtime panel with toggle. r=jryans 2015-04-27 14:19:00 -04:00
Jordan Santell
3eabbee916 Bug 1145824 - Profiler actor and performance tools now handle
passing in a startTime to filter out SPS profiles on platform rather than
 client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Tooru Fujisawa
8a03f610ab Backed out changeset fb84ee59e04a (bug 1145824) for mochitest-other failure 2015-04-25 14:12:21 +09:00
Jordan Santell
ee2bb39767 Bug 1145824 - Profiler actor and performance tools now handle
passing in a startTime to filter out SPS profiles on platform rather than
 client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Yash Mehrotra
d2b3cf770e Bug 1088780 - Input field for templates URL now uses flex. r=jryans
--HG--
extra : rebase_source : 5acc9e288a3b28a71c7261e65878b4f899d75211
2015-04-23 23:18:27 +05:30
Wes Kocher
5c3f9ff266 Backed out changeset b09423cfc86b (bug 1098374) for dt orange 2015-04-20 15:40:48 -07:00
Michael Ratcliffe
881804bd7f Bug 1098374 - Telemetry: Stop all monkey patching in devtools telemetry tests r=harth,bgrins 2015-04-16 10:17:26 +01:00
Ms2ger
f1fc41b0e5 Bug 949614 - Use === for SimpleTest.is; r=Waldo
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.

This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Ms2ger
7a131fd192 Bug 949614 - Update test_simulators.html for new is() semantics; r=janx 2015-04-14 15:27:34 +02:00
Jan Keromnes
c1cecf079c Bug 1090949 - Transition test_addons.html to the new Simulator architecture. r=ochameau 2015-04-08 14:45:00 -04:00
Jan Keromnes
7afd2ee815 Bug 1090949 - Make WebIDE's Firefox OS Simulators configurable. r=ochameau 2015-04-08 14:43:00 -04:00
Jan Keromnes
24089aabe1 Bug 1090949 - Add way to make WebIDE runtimes configurable. r=ochameau 2015-04-08 14:42:00 -04:00
J. Ryan Stinnett
16c3ec6a5b Bug 1149677 - Force minimum QR code size. r=past 2015-04-03 06:46:00 -04:00
J. Ryan Stinnett
599d0d997a Bug 1134166 - Check for project when updating toolbox state. r=me 2015-04-08 04:09:42 -05:00
J. Ryan Stinnett
d58232d80a Bug 1134166 - Close toolbox if selected app dies. r=ochameau 2015-04-08 04:09:42 -05:00
J. Ryan Stinnett
bd15455765 Bug 1134166 - Restart toolbox if selected app re-opens. r=ochameau 2015-04-08 04:09:42 -05:00
J. Ryan Stinnett
890a7a9095 Bug 1149289 - Fix browser_tabs test issues on Windows. r=me 2015-04-03 19:13:39 -05:00
J. Ryan Stinnett
dae120e19a Bug 1149820 - Restore WebIDE project auto select. r=ochameau 2015-04-02 11:35:24 -05:00
J. Ryan Stinnett
e14b018648 Bug 1149289 - Disable browser_tabs.js on Windows. r=me 2015-04-02 10:26:42 -05:00
J. Ryan Stinnett
f222754ae5 Bug 1149778 - Lazify simulator startup to allow ADB init. r=ochameau 2015-04-01 13:31:00 +02:00
Aime Galmi
e5163401c9 Bug 1084911 - Clicking on "Open Add-ons Manager" actually leads to the Plugins manager. r=jryans 2015-04-01 01:12:35 +02:00
Panos Astithas
e4b9084401 Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
Panos Astithas
6371cae954 Update devtools.webide.adaptersAddonURL to the new Valence location (bug 1148580). r=jryans 2015-03-30 19:29:03 +03:00