Tom Tromey
2c5c4d319d
Bug 1244227
- Add network throttling. r=Honza
...
MozReview-Commit-ID: Iy6buFxUrGg
--HG--
extra : transplant_source : %C9%E9%C7%0DW%07%99-%D0%B1/%CE%BC%F8%C3%8A%C5a%82%E4
2016-01-29 11:56:25 -07:00
Tom Tromey
7c9df12dbe
Bug 1244227
- NetworkResponseListener does not need to implement nsIInterfaceRequestor. r=Honza
...
MozReview-Commit-ID: 9TMlmdjQWLL
--HG--
extra : transplant_source : %84%15P%A1%C6%D6%9BxS%AC.J%F8%FC%91%C8L%1F%E9%7E
2016-02-16 15:03:23 -07:00
Patrick Brosset
f9d2dc2d7d
Bug 1262439
- 5 - Move eyedropper btn to inspector and update gcli command; r=bgrins
...
This moves the eyedropper button from the toolbar into the inspector,
therefore the old eyedropper command isn't needed anymore,
or at least not as it was.
The button in the inspector simply uses the pickColorFromPage inspector
actor method.
And to preserve a eyedropper gcli command, a new simpler one was added.
MozReview-Commit-ID: B1yr1EqLFBD
--HG--
extra : rebase_source : 47c2effe193f4d1a64a8d16ea3609ff5ae1f793b
2016-07-20 16:06:42 +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
Patrick Brosset
d2cc90ec24
Bug 1262439
- 1 - Introduce a new eye-dropper highlighter; r=zer0
...
This is mostly porting code from the XUL eye-dropper over to a new
highlighter file.
While I have tested this locally, this highlighter isn't yet used
in devtools.
This will come in later patches.
MozReview-Commit-ID: IF0puLu5Yc7
--HG--
rename : devtools/client/shared/css-color-db.js => devtools/shared/css-color-db.js
rename : devtools/client/shared/css-color.js => devtools/shared/css-color.js
extra : rebase_source : 72431a9148d1c688987a5693a619769837c774c7
2016-07-21 14:35:14 +02:00
Terrence Cole
1fe18b25cf
Bug 1232686 - Use decltype to infer Variant::match return type; r=fitzgen
...
--HG--
extra : rebase_source : 38f280cc3014b2285a79e377f1fa8edf4c5f4661
2015-12-15 07:45:22 -08:00
Patrick Brosset
c1a025bcaa
Bug 1268082 - Get the list of supported CSS types for each property from the server; r=tromey
...
Added the list of supported types to each css property returned by the
CssProperties actor.
As a fallback, the css-properties-db static file also contains this list.
Also, if connected to a server that has the CssProperties actor but not
the data about supported types, then the type data is retrieved from the
static db too.
MozReview-Commit-ID: J1o8JGODMiC
--HG--
extra : rebase_source : 9c997516c0b1c374a016a6a5f54dacfb5ce076bf
extra : amend_source : 15ae16c64120b984b212fd2e2723da5018aaaa5c
2016-06-15 08:58:36 +01:00
Nick Fitzgerald
ff7200291a
bug 1265723 - Decouple the MemoryFront from the MemoryActor; r=ejpbruel
2016-06-10 13:28:15 -07:00
Nick Fitzgerald
323a754b9a
Bug 1279302 - Decouple the ReflowFront from the ReflowActor; 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
Wes Kocher
2cb9715c8a
Bug 1265720 - ESLint fix
2016-06-09 12:00:28 -07:00
Eddy Bruel
170631fab0
Bug 1265720 - Decouple fronts from actors in gcli;r=jryans
2016-06-09 17:28:36 +02:00
Eddy Bruel
72591e2414
Bug 1265724 - Decouple TimelineFront from TimelineActor; r=ejpbruel
2016-06-08 15:51:55 +02:00
J. Ryan Stinnett
b48b79960b
Bug 1278413 - Clean up code style in worker.js, event-emitter.js. r=tromey
...
MozReview-Commit-ID: LVbo9i0rPqI
2016-06-07 22:32:40 -05: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
Nick Fitzgerald
e0776670f7
Bug 1278345 - Decouple the LongStringFront from the LongStringActor; r=ejpbruel
2016-06-07 07:53:21 -07:00
Carsten "Tomcat" Book
231e83cd1f
Merge mozilla-central to fx-team
2016-06-07 15:34:09 +02:00
Carsten "Tomcat" Book
c6d661cfe2
merge mozilla-inbound to mozilla-central a=merge
2016-06-07 15:23:03 +02:00
Eddy Bruel
b91e39033c
Bug 1265728 - Decouple PromisesFront from PromisesActor; r=ejpbruel
2016-06-07 12:47:20 +02:00
Wes Kocher
807cf956d8
Merge m-c to inbound, a=merge
2016-06-06 17:14:49 -07:00
Jarda Snajdr
d56d19a26c
Bug 1134073 - Part 1: Collect information about request cause and stacktrace in netmonitor backend r=ochameau
...
MozReview-Commit-ID: BdrqblFyC66
2016-06-01 01:03:00 +02:00
Jan de Mooij
b0f9749010
Bug 1278223 part 1 - Stop using multiple contexts per runtime in gtests. r=fitzgen
2016-06-06 19:45:06 +02:00
J. Ryan Stinnett
e1d147bbfc
Bug 1278357 - Clean up code style in transport.js. r=tromey
...
MozReview-Commit-ID: 3uFu6AhOfbg
2016-06-06 17:39:50 -05:00
Nick Fitzgerald
5f718a1500
Bug 1277985 - Decouple the CSSUsageFront from the CSSUsageActor; r=ejpbruel
2016-06-06 10:24:34 -07:00
Nick Fitzgerald
54b647837c
Bug 1277971 - Use ActorClassWithSpec for the EnvironmentActor; r=ejpbruel
2016-06-06 10:24:34 -07:00
Nick Fitzgerald
7da20e19df
Bug 1277953 - Use ActorClassWithSpec for the FrameActor; r=ejpbruel
2016-06-06 10:24:34 -07:00
Nick Fitzgerald
5658c35c3b
Bug 1277953 - Use ActorClassWithSpec for the FrameActor; r=ejpbruel
2016-06-06 10:24:34 -07:00
Nick Fitzgerald
05e8f31b35
Bug 1277951 - Use ActorClassWithSpec for WorkerActor and ServiceWorkerRegistrationActor; r=ejpbruel
2016-06-06 10:24:34 -07:00
Nick Fitzgerald
32fd612182
Bug 1277947 - Use ActorClassWithSpec for the ThreadActor; r=ejpbruel
2016-06-06 10:24:34 -07:00
Nick Fitzgerald
c4af500552
Bug 1277944 - Use ActorClassWithSpec for the SourceActor; r=ejpbruel
2016-06-06 10:24:34 -07:00
Nick Fitzgerald
a421e383c4
Bug 1277940 - Use ActorClassWithSpec for the BreakpointActor; r=ejpbruel
2016-06-06 10:24:34 -07:00
Greg Tatum
c17299d948
Bug 1265790 - replace inIDOMUtils.isInheritedProperty r=pbro
...
MozReview-Commit-ID: 1c6OLfYMW0p
2016-06-02 13:07:00 +02:00
Tim Nguyen
b45619ad94
Backed out 3 changesets (bug 1134073) for browser_net_statistics-01.js failures
...
Backed out a58743e540f5 (bug 1134073)
Backed out 616b2bbf8fd0 (bug 1134073)
Backed out 691b0e0a6ca1 (bug 1134073)
MozReview-Commit-ID: 3LwVxPXX8SZ
2016-06-04 19:01:29 +02:00
Jarda Snajdr
add5047623
Bug 1134073 - Part 1: Collect information about request cause and stacktrace in netmonitor backend r=ochameau
...
MozReview-Commit-ID: CJBVpjvmWgh
2016-06-01 01:03:00 +02:00
Wes Kocher
ab58bab2bf
Backed out 3 changesets (bug 1134073) because maybe it broke the clipboard tests
...
Backed out changeset a43d99734390 (bug 1134073)
Backed out changeset 572ebec612e8 (bug 1134073)
Backed out changeset f12a69ba9122 (bug 1134073)
2016-06-03 14:01:27 -07:00
Nick Fitzgerald
92e4e4537f
Bug 1277707 et al - Follow up: fix bad rebase conflict in moz.build file; r=me
2016-06-03 11:07:29 -07:00
Jarda Snajdr
8b53520b4b
Bug 1134073 - Part 1: Collect information about request cause and stacktrace in netmonitor backend. r=ochameau
...
--HG--
extra : rebase_source : 13b14d5dab207a909d4858ca3ddaa1c819516971
2016-06-03 16:26:35 +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
de3a8e2566
Bug 1265719 - Decouple the CanvasFront and FrameSnapshotFront from the CanvasActor and FrameSnapshotActor respectively; r=ejpbruel
2016-06-03 10:45:10 -07:00
Nick Fitzgerald
644e1b42f8
Bug 1265732 - Decouple the AudioNodeFront and WebAudioFront from the AudioNodeActor and WebAudioActor respectively; 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
Nick Fitzgerald
6fcf81b996
Bug 1277634 - Decouple the CallWatcherFront and FunctionCallFront from the CallWatcherActor and FunctionCallActor respectively; r=ejpbruel
2016-06-03 10:45:10 -07:00
Nick Fitzgerald
5c3d7c83a2
Bug 1277622 - Use ActorClassWithSpec for the HeapSnapshotFileActor; r=ejpbruel
...
We don't have a HeapSnapshotFileFront, this actor is used under the covers in
the MemoryFront, but we should work towards all actors being defined in the
WithSpec way.
2016-06-03 10:45:10 -07:00
Julian Descottes
af8533fc17
Bug 1202458 - part3: rename ShortLongString to SimpleStringFront;r=pbro
...
The current name ShortLongString doesn't reflect the current usage of
this class. When looking at the few clients of this class, the reason
for using it is that the string is already accessible on the client
and does not need to be fetched from the server, while still keeping
the same interface as the LongStringFront.
MozReview-Commit-ID: 7MdgH8GzC7q
--HG--
extra : rebase_source : 80bf8b91d36c796d732840206c3c83417729d9e7
extra : source : e74192b1a9c82ebcb431e5b4c28775a8111c8864
2016-05-31 16:51:27 +02:00
Julian Descottes
a3bc664c7e
Bug 1202458 - part1: inline text nodes in markupview only if they are short enough;r=pbro
...
The markup view will now inline a textnode in its container if and only if:
- the text node is the only child (pseudo elements included)
- the text node length is smaller than a predefined limit
If a container is expanded, its text nodes will now always be rendered in full,
no longer as a short version with an ellipsis. When selecting or navigating on
a textnode, the layout will no longer be modified on the fly.
MozReview-Commit-ID: HcDMqjbOesN
--HG--
extra : rebase_source : 3f3733928e0b3d2bbc12cb55521acda32a45bd2a
extra : source : f3bdf3ebaf4cbf3bb426d10cf95e702bc8e981f4
2016-06-02 10:41:49 +02:00
James Long
e4aeb1c9ee
Bug 1265854 - replace uses of nsiDOMNode constants in devtools frontend r=tromey
2016-06-03 09:47:58 -04:00
Eddy Bruel
df95089a05
Bug 1272724 - Move nodeSpec into its own file;r=ejpbruel
2016-06-02 17:46:11 +02:00
Eddy Bruel
6cd5859b6c
Bug 1265730 - Decouple StyleEditorFront from StyleEditorActor;r=jryans
2016-06-02 17:42:24 +02:00
Raul Glogovetan
aa3e78365b
Bug 1018721 - Changed wording for screenshot button tooltip. r=vporof
2016-06-02 09:54:24 -05:00
Carsten "Tomcat" Book
3b31f13666
Backed out changeset f3bdf3ebaf4c (bug 1202458) for test failures in test_inspector-mutations-value.html - missed that changeset in the backout before, sorry
2016-06-02 16:32:05 +02:00
Carsten "Tomcat" Book
eb67af1f6f
Backed out changeset e74192b1a9c8 (bug 1202458)
...
--HG--
extra : rebase_source : 95f662b3116ce3c9dc5357578a65672a1f3d5b2a
2016-06-02 16:29:47 +02:00
Carsten "Tomcat" Book
b9a80d272d
Backed out changeset b6ba2b9fbe8a (bug 1265730) for bc7 failures in browser_parsable_script.js
2016-06-02 15:59:07 +02:00
Julian Descottes
295a067b52
Bug 1202458 - part3: rename ShortLongString to SimpleStringFront;r=pbro
...
The current name ShortLongString doesn't reflect the current usage of
this class. When looking at the few clients of this class, the reason
for using it is that the string is already accessible on the client
and does not need to be fetched from the server, while still keeping
the same interface as the LongStringFront.
MozReview-Commit-ID: 7MdgH8GzC7q
--HG--
extra : rebase_source : 71a7cbb69f9ccf4d46a6750ed93d8f0ee236177e
extra : histedit_source : 8bad387e697a8288d0ac651d52b8cf8ad9fb0bcb
2016-05-31 16:51:27 +02:00
Julian Descottes
fc46d5012b
Bug 1202458 - part1: inline text nodes in markupview only if they are short enough;r=pbro
...
The markup view will now inline a textnode in its container if and only if:
- the text node is the only child (pseudo elements included)
- the text node length is smaller than a predefined limit
If a container is expanded, its text nodes will now always be rendered in full,
no longer as a short version with an ellipsis. When selecting or navigating on
a textnode, the layout will no longer be modified on the fly.
MozReview-Commit-ID: HcDMqjbOesN
--HG--
extra : rebase_source : 908ba5c1cab86018116271402c90992c1fca6d62
extra : histedit_source : f0083b1e4c54cde0fdce12e1d139baa41e7d6cda
2016-06-02 10:41:49 +02:00
Eddy Bruel
b33a96b184
Bug 1265730 - Decouple StyleEditorFront from StyleEditorActor;r=jryans
2016-06-02 13:10:41 +02:00
Tom Tromey
e27f135b3b
Bug 1277243 - rename promise_defer.js to defer.js; r=jryans
...
MozReview-Commit-ID: 9TSQ0Cw82B
--HG--
rename : devtools/shared/promise_defer.js => devtools/shared/defer.js
rename : devtools/shared/tests/unit/test_promise_defer.js => devtools/shared/tests/unit/test_defer.js
extra : transplant_source : %20Kh%D2%21%E9%F9%D1%17L%BD%AC%E5%29%1A%11%06%A9.%98
2016-05-27 13:08:48 -06:00
Alexandre Poirot
c07cb6835c
Bug 1273311 - Prevent DevToolsUtils.fetch from throwing when no policy is given. r=ejpbruel
2016-05-31 03:54:05 -07:00
Carsten "Tomcat" Book
743296ac11
Merge mozilla-central to fx-team
2016-05-30 15:31:42 +02:00
Andrew Chen
d5028145a5
Bug 1270010
- Add tooltips to doorhangers noting what they're doing; r=pbro
2016-05-24 18:07:00 +02:00
Alexandre Poirot
f2393b3508
Bug 1237492 - Fix test_jsterm_autocomplete.html intermittents by connecting to the expected worker actor. r=ejpbruel
2016-05-30 03:06:21 -07:00
Greg Tatum
262a831a1f
Bug 1265798 - Implement CSS database to query css properties r=pbro
...
MozReview-Commit-ID: CAUh2GyeA2o
--HG--
extra : rebase_source : fc8e97f7bfc92c709014e58bd7f1670bc859460e
2016-05-26 08:48:00 -07:00
Ryan VanderMeulen
287f684182
Merge inbound to m-c. a=merge
2016-05-26 21:45:18 -04:00
Alexandre Poirot
935347227d
Bug 1270179 - Improve performances when inspecting big typed arrays in the console. r=jsnajdr,ejpbruel
2016-05-26 09:12:17 -07:00
Eddy Bruel
58ea403ab2
Bug 1265718 - Decouple AnimationsFront from AnimationsActor;r=jryans
2016-05-26 15:47:52 +02:00
Eddy Bruel
e766da7201
Bug 1265730 - Decouple StyleEditorFront from StyleEditorActor;r=jryans
2016-05-26 08:46:03 +02:00
Jason Laster
fae5df8bb3
Bug 1265885 - Add devtools module to replace promise.defer. r=jryans
...
MozReview-Commit-ID: 1Paf8cfkh5Q
2016-05-25 12:40:00 -04:00
Tom Tromey
0d9260b6f7
Bug 1265813 - Replace nsIIOService with URL in devtools. r=ochameau
...
MozReview-Commit-ID: GyoP6ApQXVc
--HG--
extra : amend_source : ace0951657ef7290f45b26a4ae81ac27111a60e2
extra : transplant_source : 0%8B%83%83Q%D0%CF%D8r%B1%C4e%13%3E%D14%06%15%CF%D5
2016-05-13 14:27:28 -06:00
Patrick Brosset
3d6dea90e7
Bug 1270186 - Move css-parsing-utils.js from devtools/client to devtools/shared; r=tromey
...
MozReview-Commit-ID: 75Yq1X4YjjJ
--HG--
rename : devtools/client/shared/css-parsing-utils.js => devtools/shared/css-parsing-utils.js
extra : rebase_source : da47aaa4e0baba88e401be053869f99a81ac15c4
2016-05-23 14:03:12 +02:00
Carsten "Tomcat" Book
d43569f28f
Backed out changeset 3c599aa289d8 (bug 1265718) for timeouts in test_animation_actor-lifetime.html
2016-05-25 13:25:59 +02:00
Eddy Bruel
406c2acdc2
Bug 1265718 - Decouple AnimationsFront from AnimationsActor;r=jryans
2016-05-25 10:18:27 +02:00
Kumar McMillan
897c43f281
Bug 1273183 - Install a temporary add-on via remote debugging. r=jryans
...
MozReview-Commit-ID: FoEZxDjldIA
--HG--
extra : transplant_source : %CC%9B%20%C1n%FB%2B%1C%D4%1Ab%1C%60%C4%91e%80%FA%8D6
2016-05-20 11:36:04 -05:00
Carsten "Tomcat" Book
56436e5293
Backed out changeset 25a5ae2711f3 (bug 1265718) for test failures in browser_animation_emitMutations.js
2016-05-24 14:17:34 +02:00
Eddy Bruel
726161f005
Bug 1265718 - Decouple AnimationsFront from AnimationsActor;r=jryans
2016-05-24 11:33:25 +02:00
Eddy Bruel
926642e614
Bug 1265718 - Decouple AnimationPlayerFront from AnimationPlayerActor;r=jryans
2016-05-24 11:27:38 +02:00
Wes Kocher
2596f34110
Backed out 3 changesets (bug 1267910) for reports of it breaking session restore a=backout
...
Backed out changeset 5962f8e6d030 (bug 1267910)
Backed out changeset f8afc5cf9e0e (bug 1267910)
Backed out changeset cc202e0ac0dd (bug 1267910)
2016-05-20 21:15:17 -07:00
Wes Kocher
fa48509cda
Merge fx-team to central, a=merge
2016-05-20 14:14:00 -07:00
Ryan VanderMeulen
5337e6e882
Merge m-c to inbound. a=merge
...
CLOSED TREE
2016-05-19 21:43:31 -04: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
Nicolas Chevobbe
62400e0cd7
Bug 1270215 - Ensure we display properly cased node names all across the devtools. r=jdescottes
...
Add a displayName property on the NodeActor, which compute from Element.prefix + Element.localName.
The computation is made by a getNodeDisplayName function which can be imported wherever needed.
Edit some tests to ensure we correctly display node names.
MozReview-Commit-ID: 6z0G3ynbMoU
--HG--
extra : transplant_source : %E0%AFM%88D%BC%AD%08%1D%A4%FB%F2%5D%9E%D3%90%DE%94%EC%CD
2016-05-12 07:18:58 +02:00
danhuang1202
39e5e027bb
Bug 920956 - Suppress regular mouse events and emulate 300ms delay. r=jryans
...
MozReview-Commit-ID: JPaUdvdlXdS
2016-05-19 00:37:00 -04:00
J. Ryan Stinnett
30b2b7ce44
Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey
...
For simple rules like function spacing, we can auto-fix these across the code
base so they are followed in a consistent way.
To generate this patch, I ran:
./mach eslint devtools --no-ignore --fix
After this, I reverted any changes to third party files that we really do want
to ignore.
MozReview-Commit-ID: 6Q8BApkAW20
2016-05-18 12:49:23 -05:00
Eddy Bruel
399a69ff8f
Bug 1265722 - Remove .js extension from requires;r=jryans
2016-05-18 17:40:43 +02:00
Wes Kocher
2e152c3d24
Merge m-c to inbound, a=merge
2016-05-27 14:43:24 -07:00
Jarda Snajdr
b915fbd241
Bug 1268460 - Part 1: Errors when deleting an IndexedDB database are not handled r=mratcliffe
2016-05-17 11:57:21 -07:00
Eddy Bruel
6e33d93476
Bug 1265722 - Move fronts to shared directory;r=jryans
2016-05-17 14:59:21 +02:00
Eddy Bruel
4653191749
Bug 1265722 - Decouple InspectorFront from InspectorActor;r=jryans
2016-05-17 14:34:40 +02:00
Sebastian Hengst
ca6ba48e39
Backed out changeset 92b07e6e84bf (bug 1265722) for failing test_animation_actor-lifetime.html because of undefined function InspectorFront. r=backout
2016-05-17 13:50:21 +02:00
Eddy Bruel
02ce04286e
Bug 1265722 - Decouple InspectorFront from InspectorActor;r=jryans
2016-05-17 11:14:31 +02:00
Eddy Bruel
c6ba11793c
Bug 1265722 - Decouple WalkerFront from WalkerActor;r=jryans
2016-05-16 16:44:06 +02:00
Eddy Bruel
7f3fbd2eac
Bug 1265722 - Decouple NodeListFront from NodeListActor;r=jryans
2016-05-16 14:14:29 +02:00
Eddy Bruel
52e0e2d00c
Bug 1265722 - Decouple NodeFront from NodeActor;r=jryans
2016-05-16 14:04:42 +02:00
Chris Peterson
353ee65255
Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium
2016-05-11 00:00:01 -07:00
Ryan VanderMeulen
50b634625f
Merge m-c to inbound. a=merge
2016-05-26 11:22:27 -04:00
Tim Huang
8ec727cd19
Bug 1267910 - Part 2: Update all existing functions of add() and getCookiesFromHost() to make them origin attributes aware. r=jdm, r=mratcliffe
...
--HG--
extra : rebase_source : 288c9cab8340c5cc06861d4f2c7ee43ae4de608e
2016-05-25 11:54:21 +08:00
Tom Tromey
8493b659d3
Bug 1266840 - Define XMLHttpRequest in devtools loader. r=jryans
...
MozReview-Commit-ID: 5F2UlTlzx1R
--HG--
extra : transplant_source : %A3%F20%C8%BE%3F%19%C1%F8%A2%A9%FFF3%BBr%8E%95%B0%F5
2016-05-12 13:51:51 -06:00
L. David Baron
d097996b85
Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
...
This patch was generated by the command:
find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g
While I didn't manually review all the changes, I did review the list of
files, and manually reviewed the changes in the files that I thought
were more interesting.
Note that there are a few tests that should be fixed up as well, but
I'll do that in a later patch.
MozReview-Commit-ID: EiQTuuV0MNQ
2016-05-12 22:19:58 -07:00
Tom Tromey
439e22f050
Bug 1266826 - Turn Templater.jsm into a .js. r=jryans
...
MozReview-Commit-ID: 4T4YiOiU0oZ
--HG--
rename : devtools/shared/gcli/Templater.jsm => devtools/shared/gcli/templater.js
extra : transplant_source : N%7B%B7%E9%91%F7%CC%87%22%D0%1E%7BZ%05%16%ED%A3q%99F
2016-05-12 09:06:38 -06:00
Tom Tromey
ad7032d5d3
Bug 1266826 - Make Templater.jsm eslint-clean. r=jryans
...
MozReview-Commit-ID: H52rqBZPuDI
--HG--
extra : transplant_source : n%0DB%B6%84%8Ae%FC%91%1F%A81%E5%A3%3A%BD%DC%02%8E%DC
2016-05-12 08:59:26 -06:00
Wellington Cordeiro
ed15d25e68
Bug 933170 - Make it clear that we show gecko's resolution, not device's resolution. r=jryans
2016-05-06 12:04:00 -04:00
Alexandre Poirot
0bd5f270a3
Bug 1264625 - Ensure using only invisible modules when opening the browser toolbox. r=jryans
2016-05-12 03:07:56 -07:00
Gabriel Luong
f00515afda
Bug 1239459 - Toggle touch event simulation r=jryans
2016-05-11 23:39:04 -07:00
Eddy Bruel
329f51ae5a
Bug 1268458 - Decouple CustomHighlighterFront from CustomHighlighterActor;r=jryans
2016-05-11 11:09:46 +02:00
Phil Ringnalda
cfa9b03a03
Back out 027b0144a1a6 (bug 1239459) for failures in responsive.html/test/browser/browser_menu_item_02.js
...
CLOSED TREE
2016-05-10 21:01:28 -07:00
James Long
022c1216ae
Bug 1265775 - replace Cu.reportError with console.error in devtools/shared r=tromey
2016-05-10 21:55:00 -04:00
Gabriel Luong
b45438c197
Bug 1239459 - Toggle touch event simulation r=jryans
2016-05-10 17:09:55 -07:00
Eddy Bruel
e106b98532
Bug 1268458 - Decouple HighlighterFront from HighlighterActor;r=jryans
2016-05-10 11:07:03 +02:00
J. Ryan Stinnett
197654cbbc
Bug 1270619 - Remove .js from module IDs. r=pbro
...
MozReview-Commit-ID: x8zcFH2VjO
2016-05-09 13:35:09 -05:00
Eddy Bruel
ef61ce0337
Bug 1268568 - Decouple StyleRuleFront from StyleRuleActor;r=jryans
2016-05-09 13:55:00 +02:00
Eddy Bruel
9c3cb25b76
Bug 1268568 - Decouple PageStyleFront from PageStyleActor;r=jryans
2016-05-09 13:13:25 +02:00
Jennifer Fong
2f312892d5
Bug 1270173 - Move protocol.js from devtools/server to devtools/shared. r=ejpbruel
2016-05-06 09:19:00 +02:00
Tom Tromey
c2190eef2a
Bug 1270203 - move css-angle.js to devtools/client/shared; r=nchevobbe
...
MozReview-Commit-ID: BN3lF5xT61Z
--HG--
rename : devtools/shared/css-angle.js => devtools/client/shared/css-angle.js
rename : devtools/shared/tests/unit/test_cssAngle.js => devtools/client/shared/test/unit/test_cssAngle.js
extra : transplant_source : %EF%2Bl%B2%F1%1A%1D%A2%ADc%01%7E%8E%81%AB%0E%DB4Rk
2016-05-05 12:21:17 -06:00
Carsten "Tomcat" Book
22dd4df68d
Merge mozilla-central to fx-team
2016-05-06 14:24:56 +02:00
Carsten "Tomcat" Book
9b6572bf54
merge mozilla-inbound to mozilla-central a=merge
2016-05-06 14:18:17 +02:00
Ryan VanderMeulen
27ec66e090
Merge m-c to fx-team. a=merge
...
--HG--
extra : rebase_source : 5fa479be50a4739ccd9f42a799594afa8fcc4f28
2016-05-05 14:58:24 -04:00
Ryan VanderMeulen
70ba843b03
Merge m-c to inbound. a=merge
...
CLOSED TREE
2016-05-05 10:06:54 -04:00
Tom Tromey
b266a392fe
Bug 1265787 - Add javascript CSS lexer to devtools. r=pbro
...
MozReview-Commit-ID: BgbACHTTMtX
--HG--
extra : transplant_source : %0B%F5%A3%AE%D8U%AB%5D%DF%D4%8A%90%21%22%0E%C6%BDW%06%88
2016-04-29 11:21:22 -06:00
Eddy Bruel
58e6eb79d8
Bug 1268461 - Decouple StyleSheetsFront from StyleSheetsActor;r=jryans
2016-05-06 08:09:20 +02:00
Eddy Bruel
b2cfc84b96
Bug 1268461 - Decouple StyleSheetFront from StyleSheetActor;r=jryans
2016-05-06 08:07:51 +02:00
Eddy Bruel
53f074e796
Bug 1268461 - Decouple MediaRuleFront from MediaRuleActor;r=jryans
2016-05-04 16:46:41 +02:00
Tom Tromey
08f3ad3f7b
Bug 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau
...
MozReview-Commit-ID: HzbnNvTc5db
2016-05-04 08:02:03 -06:00
Carsten "Tomcat" Book
b64ae72562
Backed out changeset f54c4f5fd0ed (bug 1265787)
2016-05-04 12:27:37 +02:00
Tom Tromey
4383c1a8b1
Bug 1265787 - add javascript CSS lexer to devtools; r=pbro
...
MozReview-Commit-ID: BgbACHTTMtX
--HG--
extra : transplant_source : %A3iN%27%23%04g%91%06%2CsB%24%ABA%E9%81%D2%EA%8C
2016-04-29 11:21:22 -06:00
Eddy Bruel
957da1ca53
Bug 1268461 - Decouple OriginalSourceFront from OriginalSourceActor;r=jryans
2016-05-03 18:31:00 +02:00
Jarda Snajdr
929a8d5d40
Bug 1268806 - The SyntaxTreeVisitor in Parser.jsm fails to process computed names for object properties. r=nfitzgerald
2016-04-29 02:08:00 +02:00
Tom Tromey
3ab72b1e0f
Bug 1266842 - move css-color.js to devtools/client/shared; r=pbro
...
MozReview-Commit-ID: 9zS1Y4Ape2u
--HG--
rename : devtools/shared/css-color.js => devtools/client/shared/css-color.js
rename : devtools/shared/tests/unit/test_cssColor.js => devtools/client/shared/test/unit/test_cssColor.js
extra : rebase_source : fb9efd824bd025af2208b9d860f44ec67ece3de2
2016-04-28 08:41:40 -06:00
Carsten "Tomcat" Book
779fe0a0a8
Backed out changeset e58df849e249 (bug 1268461) for bustage
2016-05-03 13:37:29 +02:00
Eddy Bruel
56aee50d78
Bug 1268461 - Decouple OriginalSourceFront from OriginalSourceActor;r=jryans
2016-05-03 13:14:52 +02:00
Jarda Snajdr
9ae963b23e
Bug 1265729 - Decouple fronts from actors in storage inspector. r=ejpbruel
2016-04-29 04:34:00 +02:00
Christoph Kerschbaumer
ddb9e493bf
Bug 1241569 - Convert devtools/ to use channel.open2(). r=sicking
2016-04-28 21:00:22 +02:00
Matthew Noorenberghe
8c8f2a8308
Bug 1267378 - Follow-up to fix devtools space-before-function-paren errors
...
MozReview-Commit-ID: DCCsgYbGxcr
--HG--
extra : rebase_source : 1aff679a2ae3759b695585cc6a2e69b830f76e54
2016-04-28 01:19:08 -07:00
Carsten "Tomcat" Book
bba206d411
Backed out changeset 797e8190073f (bug 1265876) for memory leaks in browser_markup_mutation_02.js
2016-04-28 08:13:42 +02:00
Tom Tromey
f16c510764
Bug 1267378 - fix eslint errors in css-color.js; r=miker
...
MozReview-Commit-ID: D1MM5Yk9IKv
--HG--
extra : amend_source : 9303a23cc67d4499567557140dacb9b74fa6da5d
2016-04-25 13:56:04 -06:00
Tom Tromey
ed07ccffa3
Bug 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau
...
MozReview-Commit-ID: HzbnNvTc5db
2016-04-21 11:20:14 -06:00
Tom Tromey
f13377234d
Bug 1265772 - don't use Services.console or Console.jsm in devtools; r=bgrins
...
MozReview-Commit-ID: Ax4EwhRVE0R
--HG--
extra : amend_source : 11297b555f1175a0be506e3ab7e72592cd3c2cd2
2016-04-19 14:05:35 -06:00
Alexandre Poirot
7164e6284d
Bug 1060732 - Load sources from page loaded via POST from cache in the debugger. r=ejpbruel
2016-04-27 09:43:59 -07: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
Joe Walker
1b53fc8a37
Bug 1253221 - Sync changes from GCLI web project; r=jryans
...
Changes in this patch:
* GCLI gave up with testing via phantomjs a while ago, but the docs didn't keep
up, so this fixes the docs.
* gcli/languages/command isn't used in Firefox, but on the web if a converter
wrongly produces a null DOM node, then the UI just looks blank, so this change
makes the error more obvious. However we don't use this in Firefox. I'd like to
remove the module, but not in this patch.
* The delegate type (used when we want to defer the type of a parameter, e.g.
with "pref set PREFNAME VALUE" where the type of value depends on PREFNAME)
forced children to be prediction-less. This allows them to decide for themselves
* The file type assumed that the local filesystem was the same as the remote one
which is clearly wrong. The change to gcli/types/file fixes that.
* Typo fix to gcli/util/util
* On very slow connections gcli/cli.js could get in a pickle where 2 changes
happened out of order. We've planned for this, but got in wrong, so this just
adds a bit of defensive programming.
MozReview-Commit-ID: H88W5UDCikM
--HG--
extra : rebase_source : b4e3da062881a841221c4f8cc9e64046756ed763
2016-03-03 12:42:52 +00:00
Joe Walker
380f7cdff7
Bug 1253225
- Remove GCLI commands not used in Firefox; r=jryans
...
MozReview-Commit-ID: 5TmpY0yYJ7M
--HG--
extra : rebase_source : 7f46ecc376bb0f0745ba628b621b63a73def8e22
2016-03-03 12:52:15 +00:00
Michael Ratcliffe
bc2b9dd938
Bug 1264993 - Unable to list/edit certain cookies in GCLI r=jwalker
...
Simple patch to correct errors in cookie host matching:
1. Match domains starting with a . in case this style was used e.g. .test.example.com
2. Match localhost URLS.
MozReview-Commit-ID: 9qqnsNaW5oK
--HG--
extra : transplant_source : %EF1o%A1u%97%9F%9D%99%97%DF%E0%C2D%09%E8%AFH%B7%1B
2016-04-18 13:54:23 +01:00
Luca Greco
c50767b44e
Bug 1211665 - Filter add-ons console messages based on addonId. r=ochameau
...
MozReview-Commit-ID: 2yEWhX6shkx
--HG--
rename : devtools/shared/tests/unit/test_consoleID.js => devtools/shared/tests/unit/test_console_filtering.js
extra : transplant_source : yQ%0C%EA%DE%C3%CB%1A%93%89%92e%A5%B8X%94%60K%81W
2016-03-29 17:40:39 +02:00
Carsten "Tomcat" Book
63dd433e61
Merge mozilla-central to mozilla-inbound
2016-04-16 11:23:40 +02:00
Carsten "Tomcat" Book
558930f4e9
Backed out changeset e673dbc9848f (bug 1232686) for breaking VS2013 Builds
2016-04-16 10:57:53 +02:00
Wes Kocher
4f233d527d
Merge fx-team to central, a=merge
...
MozReview-Commit-ID: J70qG3TcPFl
2016-04-15 15:36:39 -07:00
Morgan Phillips
286ca684cf
Bug 1264780 - Handle destructuring cases when forcing binding initialization; r=bgrins
...
--HG--
extra : rebase_source : 98cd72020897bb606ce1b7ce98ac9f7a368f293b
2016-04-15 19:01:09 -07:00
Wes Kocher
115c5a357a
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 2zwhun4JqPs
2016-04-15 15:39:25 -07:00
Jonas Sicking
9c521f30da
Bug 1264706: Move nsILocalCertService, and implementation, to security/manager/ssl in order to alloow use w use elsewhere in gecko. r=dkeeler
...
--HG--
rename : devtools/shared/security/LocalCertService.cpp => security/manager/ssl/LocalCertService.cpp
rename : devtools/shared/security/LocalCertService.h => security/manager/ssl/LocalCertService.h
rename : devtools/shared/security/nsILocalCertService.idl => security/manager/ssl/nsILocalCertService.idl
rename : devtools/shared/security/tests/unit/test_cert.js => security/manager/ssl/tests/unit/test_local_cert.js
2016-04-15 14:52:13 -07:00
Carsten "Tomcat" Book
2b4e065b02
Merge mozilla-central to fx-team
2016-04-15 14:01:06 +02:00
Carsten "Tomcat" Book
c4445ccd33
merge mozilla-inbound to mozilla-central a=merge
2016-04-15 11:41:41 +02:00