Greg Tatum
97bb72ff52
Bug 1291866 - Replace inIDOMUtils.cssPropertyIsValid; r=tromey
...
MozReview-Commit-ID: JqO4UiPHAPE
--HG--
extra : rebase_source : 5bc55dda26c2380b36cfd597c0eb78239bbeeedf
2016-09-16 08:46:51 -05:00
James Long
c0bbe59b87
Bug 1303866 - don't track sourcemapped sources if sourcemaps are disabled r=fitzgen,ejpbruel
2016-09-21 15:54:17 -04:00
Greg Tatum
1e5a5a50e2
Bug 1290988 - Collect devtools/shared/css-* files into a folder. r=tromey
...
In preparation for the additional files in the `mach generate-css-db`
command, collect the CSS files into a folder.
MozReview-Commit-ID: 9JRVsC2NMK8
--HG--
rename : devtools/shared/css-color-db.js => devtools/shared/css/color-db.js
rename : devtools/shared/css-color.js => devtools/shared/css/color.js
rename : devtools/shared/css-lexer.js => devtools/shared/css/lexer.js
rename : devtools/shared/css-parsing-utils.js => devtools/shared/css/parsing-utils.js
rename : devtools/shared/css-properties-db.js => devtools/shared/css/properties-db.js
extra : rebase_source : 51d8d92db0ae91a7368b109aae9a509ba8012b3f
extra : histedit_source : ee3409615461cba0c656b32fee7f80d4b72a09d1
2016-09-14 10:00:27 -05:00
Alexandre Poirot
2570cbf350
Bug 1300822 - Fix tab load event wait in devtools test helpers. r=tromey
...
MozReview-Commit-ID: 8vSSaDloJND
--HG--
extra : rebase_source : 2a46f64396af58f88c5ab297f51bbf688f82598c
2016-09-06 07:05:32 -07:00
Sebastian Hengst
d11146270a
Backed out changeset 1bca17123507 (bug 1290988) for xpcshell failures (test_rewriteDeclarations.js) and devtools failures (browser_styleeditor_syncAddProperty.js). r=backout
...
--HG--
rename : devtools/shared/css/color-db.js => devtools/shared/css-color-db.js
rename : devtools/shared/css/lexer.js => devtools/shared/css-lexer.js
rename : devtools/shared/css/properties-db.js => devtools/shared/css-properties-db.js
2016-09-13 17:43:44 +02:00
Greg Tatum
da1990f19b
Bug 1290988 - Collect devtools/shared/css-* files into a folder; r=tromey
...
In preparation for the additional files in the `mach generate-css-db`
command, collect the CSS files into a folder.
MozReview-Commit-ID: 9JRVsC2NMK8
--HG--
rename : devtools/shared/css-color-db.js => devtools/shared/css/color-db.js
rename : devtools/shared/css-lexer.js => devtools/shared/css/lexer.js
rename : devtools/shared/css-properties-db.js => devtools/shared/css/properties-db.js
extra : rebase_source : b73bbe7fcf8177a25b41ecdd6d6c760ed1472fb7
2016-08-29 11:02:34 -05:00
Alexandre Poirot
e97b175c50
Bug 1298113 - Remove devtools xpcshell test asserting for memory consumption. r=jryans
...
MozReview-Commit-ID: DSfqDRQYSE4
2016-09-07 13:46:57 -07:00
Alexandre Poirot
0e07d87062
Bug 1298082 - Various cleanups to use helpers. r=jryans
...
MozReview-Commit-ID: EwtA2K00EaM
--HG--
extra : rebase_source : a97a380d413f1a84077ba7bb1250e49af3284825
2016-08-25 05:50:44 -07:00
Alexandre Poirot
3ccb636ac8
Bug 1243452
- Make DebuggerClient.close return a Promise. r=jryans
...
MozReview-Commit-ID: 26PNAS431Hc
--HG--
extra : rebase_source : 77dbf9db6dd94a609708862eb59b962c7aaef82d
2016-08-31 09:39:42 -07:00
Shu-yu Guo
e2b6833e0a
Bug 1263355 - Rewrite the frontend: bindings. (r=jorendorff,Waldo)
2016-08-25 01:28:47 -07:00
Eddy Bruel
f389d7ede3
Bug 1295171
- Reintroduce the old Actor/FrontClass constructors. r=jryans
...
Heintroduce the old Actor/FrontClass constructors.
2016-08-22 16:25:57 +02:00
Tom Tromey
1d6c2684eb
Bug 1278625 - move SimpleStringFront to specs/string.js; r=ejpbruel
...
MozReview-Commit-ID: Ib11CZwL4pP
--HG--
extra : rebase_source : 85b35231efa1e987bd4742a7d9255fb19bfeb435
2016-08-16 11:01:33 -06:00
Eddy Bruel
2bdbd75fa0
Bug 1288423 - Rename Actor/FrontClassWithSpec to Actor/FrontClass. r=fitzgen
2016-08-10 17:36:04 +02:00
Wes Kocher
005ac12647
Merge fx-team to m-c a=merge
2016-08-07 00:16:15 -07:00
James Long
0b2677dddc
Bug 1267365 - move various flags out of DevToolsUtils and don't depend on that module so much r=tromey
2016-08-05 17:41:01 -04:00
Jarda Snajdr
198d6c27e0
Bug 1286281 - Part 8: Mochitest for WebSocket-based debugger transport r=jryans
...
MozReview-Commit-ID: AcDb9vj9t5X
2016-08-05 05:02:00 -07:00
Greg Tatum
34824c4105
Bug 1290142 - Lint devtools/client/performance/test/; r=jsantell
...
MozReview-Commit-ID: FprlN3Vm9H7
--HG--
extra : rebase_source : f9b225e5a4464b7e6f937e4670a0bfbf472dc916
2016-08-02 17:18:01 -05:00
Greg Tatum
2ba8b8b1ab
Bug 1275939 - replace domUtils.getCSSValuesForProperty in inplace-editor.js r=tromey
...
MozReview-Commit-ID: KtuAWnNsnaq
--HG--
rename : devtools/server/tests/mochitest/test_css-properties.html => devtools/server/tests/mochitest/test_css-properties_01.html
extra : rebase_source : 3002ac705c2a99fa04796666aa40261abdc87646
2016-08-01 09:34:00 +02:00
Luca Greco
065bec7ddc
Bug 1268773 - Test addon wrapper updated in cached addon actor on reload and upgrade. r=ochameau
...
MozReview-Commit-ID: Fsdptohp22c
--HG--
extra : rebase_source : 0ca1399280eece985b634cf700116ecdbe766894
2016-07-07 14:55:31 +02:00
Patrick Brosset
968dc79025
Bug 1262439
- 2 - Add a new pickColor inspector method to use the new eye-dropper highlighter; r=bgrins
...
The inspector actor now has a new method that can be used to pick a
color from the page. This method just instantiates the eye-dropper
highlighter and shows it on the page.
The method doesn't return the color because this requires user interaction.
Instead, it returns immediately and an event is sent later, when the user
has selected a color or escaped.
MozReview-Commit-ID: cjadLyNXQd
--HG--
extra : rebase_source : 392a3cbfce7b81518cd7e4c90a44bae17d96e8de
2016-07-20 16:07:04 +02:00
J. Ryan Stinnett
e2aeee8efd
Bug 1240907 - Log server destroy errors. r=me
...
MozReview-Commit-ID: 2W3yKWTerjX
2016-07-21 12:20:55 -05:00
J. Ryan Stinnett
76baf9e8d6
Bug 1240907 - Flatten RemoteBrowserTabActor into BrowserTabActor. r=ochameau
...
The removes the legacy path for non-e10s that avoids the messageManager. We now
use the messageManager for all cases, both e10s off and on.
Unsurprisingly, this revealed a variety of race conditions in various tests, so
they've been cleaned up as well.
MozReview-Commit-ID: EXEWehphLIY
2016-07-21 12:20:55 -05:00
Eddy Bruel
34cdf87c79
Bug 1265727 - Decouple EventLoopLagFront from EventLoopActor. r=fitzgen
2016-07-21 12:52:30 +02:00
James Long
6ab69d6827
Bug 1238173
- remove ScriptStore in use findScripts in debugger r=fitzgen
2016-07-20 14:57:13 -04:00
Joseph Yeh
711bee9e8d
Bug 1274609 - Replace uses of Ci.nsIDOMNodeFilter constants. r=jlongster
...
MozReview-Commit-ID: 1OeiMaVZ7tm
--HG--
extra : rebase_source : ed4d3809d97fd1c1a6661ad30b9f9d0d868fbea2
2016-07-11 20:28:00 +02:00
Ian Moody
86d55a0b62
Bug 1171614 - Add a test for data-URI images to test_inspector_getImageData.html, and check that the server is being truthful about resizing. r=jdescottes
...
Also tidy up the HTML a bit by removing errant <img> close tags
MozReview-Commit-ID: 4cmtW1S2BI8
--HG--
extra : transplant_source : %26%E6%FE%BB%FE%2A%CCG%E0%27%3B%3DYK%2BP%E7%9D%C7%C9
2016-07-01 18:31:22 +01:00
Carsten "Tomcat" Book
6f0f8498d5
Backed out changeset 0dafaad484d4 (bug 1171614)
2016-07-07 08:39:01 +02:00
Ian Moody
aa6717f177
Bug 1171614 - Add a test for data-URI images to test_inspector_getImageData.html, and check that the server is being truthful about resizing r=jdescottes
...
Also tidy up the HTML a bit by removing errant <img> close tags
MozReview-Commit-ID: 4cmtW1S2BI8
--HG--
extra : transplant_source : %D3g%9B%CD%16%98E%18%F0%7F%2C%B9%09%19%EB%88L%E4%18%07
2016-07-01 18:31:22 +01:00
Eddy Bruel
d98fe32356
Bug 1265727 - Decouple FramerateFront from FramerateActor;r=fitzgen
2016-07-04 17:50:30 +02:00
Eddy Bruel
32f9a9263f
Bug 1265727 - Decouple ProfilerFront from ProfilerActor;r=fitzgen
2016-07-01 15:27:41 +02:00
Tom Tromey
469cee9bad
Bug 1225254 - split css-logic.js into server and shared files; r=pbro
...
MozReview-Commit-ID: BTFVQJcVI5d
--HG--
extra : transplant_source : n%A3%EF0e%9F%8E%09%FC4%95%F8%60l3%B73%BDS%C7
2016-06-24 08:26:21 -06:00
Tom Tromey
1006edd234
Bug 1225254 - remove unused code from css-logic.js; r=pbro
...
MozReview-Commit-ID: joVchP4T56
--HG--
extra : transplant_source : %A2c%AE%84M%D2f%BB%B7%9CH%7D%CF%C8%85%95LI%25%FE
2016-06-23 11:02:56 -06:00
J. Ryan Stinnett
0521eafa74
Bug 1282900 - Remove RDP telemetry probes and surrounding machinery. r=fitzgen
...
MozReview-Commit-ID: 58WNVGWTyKJ
2016-06-29 11:37:09 -05:00
Tom Tromey
39077d503e
Bug 1273941 - do not Cu.import promises in devtools; r=jryans
...
MozReview-Commit-ID: 57DjVnER13e
--HG--
extra : transplant_source : -5M%03%AF%DB%25%5E%C6%9B5%85%94%22%12X%B8%86%F7%B9
2016-06-09 09:08:34 -06:00
Eddy Bruel
ba21a67524
Bug 1265727 - Decouple PerformanceFront from PerformanceActor;r=fitzgen
2016-06-22 13:16:21 +02:00
Eddy Bruel
7487272df9
Bug 1278770
- Decouple the test actors;r=fitzgen
2016-06-22 13:08:40 +02:00
Nick Fitzgerald
ff7200291a
bug 1265723 - Decouple the MemoryFront from the MemoryActor; r=ejpbruel
2016-06-10 13:28:15 -07:00
J. Ryan Stinnett
ca7fb511f8
Bug 1193390 - Remove single arg Cu.import from /devtools. r=tromey
...
A few miscellaneous linting issues also addressed near the lines involved.
MozReview-Commit-ID: 9t1RwxdSS2X
2016-06-09 14:10:07 -05:00
Patrick Brosset
23a6760a0b
Bug 1262710 - Don't use CPOW in devtools/server/test/browser tests when adding a tab; r=ochameau
...
MozReview-Commit-ID: DFJvufMBTjn
--HG--
extra : rebase_source : 1366bc929067f6c7bbd5f944f973101bf3af9d7c
2016-06-08 09:47:02 +02:00
Wes Kocher
07d01350a8
Merge fx-team to central, a=merge
2016-06-08 17:06:18 -07:00
Andrea Marchesini
8f19409ff1
Bug 1278630 - Native Console API should work also after a refresh, r=bgrins
2016-06-08 08:01:08 -07:00
Eddy Bruel
72591e2414
Bug 1265724 - Decouple TimelineFront from TimelineActor; r=ejpbruel
2016-06-08 15:51:55 +02:00
Nick Fitzgerald
6d367104ff
Bug 1278405 - Decouple the DirectorRegistryFront from the DirectorRegistryActor; r=ejpbruel
2016-06-07 07:53:22 -07:00
Nick Fitzgerald
cb37130245
Bug 1278397 - Decouple the MessagePortFront, DirectorScriptFront, and DirectorManagerFront from the MessagePortActor, DirectorScriptActor, and DirectorManagerActor respectively; r=ejpbruel
2016-06-07 07:53:22 -07:00
Nick Fitzgerald
57d719d08f
Bug 1265731 - Decouple DeviceFront from DeviceActor; r=ejpbruel
2016-06-07 07:53:21 -07:00
Eddy Bruel
b91e39033c
Bug 1265728 - Decouple PromisesFront from PromisesActor; r=ejpbruel
2016-06-07 12:47:20 +02:00
Greg Tatum
c17299d948
Bug 1265790 - replace inIDOMUtils.isInheritedProperty r=pbro
...
MozReview-Commit-ID: 1c6OLfYMW0p
2016-06-02 13:07:00 +02:00
Nick Fitzgerald
e3276c78d8
Bug 1277707 - Decouple the fronts from the actors in the shader editor; r=ejpbruel
2016-06-03 10:45:10 -07:00
Nick Fitzgerald
84bd208e23
Bug 1277673 - Decouple the ActorActorFront and ActorRegistryFront from the ActorActor and ActorRegistryActor respectively; r=ejpbruel
2016-06-03 10:45:10 -07:00
Julian Descottes
21915e3971
Bug 1202458 - part4: update inspector actor&front tests after removing shortValue;r=pbro
...
Adapt existing tests checking for updates to shortValue and incompleteValue on
NodeFront instances. Instead we now check for mutations of inlineTextChild type
as well as for the inlineTextChild property of the parent front.
MozReview-Commit-ID: 1mujxwVfvvP
--HG--
extra : rebase_source : 005089146c8a3cb2fed7077bc0a1bc7e754b0796
2016-06-02 16:25:56 +02:00