Commit Graph

9118 Commits

Author SHA1 Message Date
Dorel Luca
30edeead7c Merge mozilla-central to mozilla-inbound. a=merge 2018-03-09 12:01:54 +02:00
Patrick Brosset
d5b6e21206 Bug 1444032 - Avoid clearing canvas when drawing justify-content areas; r=gl
So far, we are drawing the entire line area, and then cutting out the various
margin boxes from each item, in order to show where justify-content applies.
This is dangerous because that means clearing pixels in a canvas where we're
drawing tons of other stuff, and it's easy to accidentally clear unwanted
things.
Instead, now we just draw the justify-content where needed only.

MozReview-Commit-ID: LJN6Fl1by4l
2018-03-08 14:04:58 +01:00
Kris Maglione
c14f2c138f Bug 1443964: Follow-up: Fix missed CPOW usage in devtools tests. r=bustage
MozReview-Commit-ID: 1Hv3VR5yIO5

--HG--
extra : rebase_source : 72fe13e8ac68a2926a89fa01b075b21073bea052
2018-03-08 16:57:18 -08:00
Csoregi Natalia
d61cdcf041 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-03-09 02:20:43 +02:00
Narcis Beleuzu
67adc3007a Merge mozilla-central to autoland. CLOSED TREE 2018-03-08 20:03:58 +02:00
Brindusan Cristian
eb51abf4fb Merge inbound to mozilla-central. a=merge 2018-03-08 20:00:36 +02:00
Nicolas B. Pierron
5cd93573c4 Bug 1443909 - Index documentation of JSMSG_BAD_INSTANCEOF_RHS. r=fscholz 2018-03-08 13:24:26 +00:00
Brindusan Cristian
a6b9d1aa67 Backed out changeset 661f27f91e1e (bug 1434885) for ESlint failure on MonitorPanel.js. CLOSED TREE 2018-03-08 15:03:20 +02:00
Cosmin Sabou
aba9ad6f65 Merge inbound to mozilla-central. a=merge
--HG--
rename : mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/NavigationListenerTest.kt => mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/NavigationDelegateTest.kt
2018-03-08 05:59:30 +02:00
shindli
8e9217d36a Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-03-08 02:27:35 +02:00
Daisuke Akatsuka
2b27b36dfe Bug 1439846: Add requestLongerTimeout to browser_animation_animation-detail_visibility. r=gl
MozReview-Commit-ID: EnbiA2LbkZL

--HG--
extra : rebase_source : bf5d03e0ceca1299b9421591a04a877f9f352e9c
2018-03-05 10:54:35 +09:00
J. Ryan Stinnett
e28260b08a Bug 1436187 - Fix linting errors in shared-head.js. r=bgrins
After moving shared-head.js, linting is activated because the new path is not
ignored.

MozReview-Commit-ID: GCLDfgJ7WCb

--HG--
extra : rebase_source : 598b89a4216e3876831afcfd885464f2b4e75244
2018-03-06 15:28:55 -06:00
J. Ryan Stinnett
d56f6a7b1f Bug 1436187 - Move frame-script-utils.js to shared/test. r=bgrins
Move frame-script-utils.js into shared/test since it is a test only file.  In
addition, it's removed from jar.mn so it won't be part the file we ship.  Test
manifests can use the absolute path syntax to make it accessible in new
directories.

MozReview-Commit-ID: 5sKYvv2rsJs

--HG--
rename : devtools/client/shared/frame-script-utils.js => devtools/client/shared/test/frame-script-utils.js
extra : rebase_source : 8c4d77c37cacdae36d17102b4dbf1222ec1fbd8a
2018-03-06 14:14:55 -06:00
J. Ryan Stinnett
c6cf60a39f Bug 1436187 - Centralize frame-script-utils loading via shared-head. r=bgrins
Use `loadFrameScriptUtils` from shared-head as a central utility for loading the
frame script utils helper.  This means less stray references to the utils file's
path across our tests.

As part of this, I went ahead and converted Canvas Debugger, Shader Editor, and
Web Audio Editor to shared-head, as that seemed like the best path to reduce
duplication.

(I left one extra path reference in profiler-mm-utils.js as-is, since it's a
module, so shared-head is not easily usable there.)

MozReview-Commit-ID: AKbZt8Jo0GM

--HG--
extra : rebase_source : e70b29153ef8d96d7026bc3abd0fb0d2306849bc
2018-03-05 16:31:49 -06:00
J. Ryan Stinnett
724f46419e Bug 1436187 - Move existing shared head files to devtools/client/shared. r=bgrins
Move shared-head.js and shared-redux-head.js into shared.

MozReview-Commit-ID: 5NUxcl9gkLl

--HG--
rename : devtools/client/framework/test/shared-head.js => devtools/client/shared/test/shared-head.js
rename : devtools/client/framework/test/shared-redux-head.js => devtools/client/shared/test/shared-redux-head.js
extra : rebase_source : c6f6cd75a9c1a5349f8406f337c9c39f2f755dab
2018-03-02 19:14:05 -06:00
Alexandre Poirot
8e1fd95a3a Bug 1443470 - Fix race when hovering status column in browser_net_filter-flags.js. r=Honza
MozReview-Commit-ID: NlcqpQLjLN

--HG--
extra : rebase_source : df9d6cbf72a17f565ea31ac1349e3d6bf752646e
2018-02-25 11:22:01 -08:00
Alexandre Poirot
dcab0f7cf8 Bug 1443470 - Fix wrong assertion in browser_net_simple-request-data.js. r=Honza
MozReview-Commit-ID: ATQc7o1kN9

--HG--
extra : rebase_source : ea2731b51cb3dcfbe50555c0346a86195c546730
2018-03-06 01:41:30 -08:00
Alexandre Poirot
df1782cf06 Bug 1443470 - Convert Task.jsm to async/await in devtools/client/netmonitor. r=Honza
$ ./obj-firefox-artifact/dist/bin/run-mozilla.sh ./obj-firefox-artifact/dist/bin/xpcshell xpc devtools/client/netmonitor

MozReview-Commit-ID: 7fUjyobgiPD

--HG--
extra : rebase_source : c105a8573f4d0e06d368b595524f06f37c56c393
2018-03-06 02:03:34 -08:00
glowka
8a03829a53 Bug 1434885 - Netmonitor list of requests width and height synced with details panel using dedicated action r=Honza
MozReview-Commit-ID: KNaTyJE0nbR

--HG--
extra : rebase_source : 11e380c024eeb5b90c73d20221606ecf0bae36ee
2018-02-22 22:06:36 +01:00
Patrick Brosset
64f6d4eefa Bug 1435749 - Cut out justify-content areas using the correct flex items in the flexbox highlighter; r=gl
MozReview-Commit-ID: 6v9TrdRARlI

--HG--
extra : rebase_source : 67e1b6b331756a7beb7ee4db39678552a66ab38a
2018-03-07 09:19:30 +01:00
Jan Odvarko
fae7d4473f Bug 1434855 - Improve performance of HAR export; r=ochameau
MozReview-Commit-ID: 6H6P6wYmdQL

--HG--
extra : rebase_source : ab9e8e9ea68ae91e8fe4f28c344c41e2324e223f
2018-03-08 12:45:36 +01:00
Jan Odvarko
da22fde827 Bug 1434855 - Refactor HAR builder options; r=ochameau
MozReview-Commit-ID: FRcxp4XPFdf

--HG--
extra : rebase_source : 4b88ddf3b5c14b0d9f1cb8f71018cd556ebbe353
2018-03-08 10:07:45 +01:00
Emilio Cobos Álvarez
70a3b5a0c6 Bug 1444036: Remove trivial uses of getPropertyCSSValue. rs=johannh
getPropertyCSSValue("foo").cssText is the same as getPropertyValue("foo").

MozReview-Commit-ID: HxdSr4749hi
2018-03-08 12:39:36 +01:00
Jan Odvarko
08b2d50f24 Bug 1441761 - Properly export total time; r=ochameau
MozReview-Commit-ID: EWt41uX4xDN

--HG--
extra : rebase_source : ed2b4b44662173cea9095ac4b6680b8cfe9dd601
2018-03-07 13:19:38 +01:00
glowka
9dcdb8f994 Bug 1434885 - Netmonitor list of requests width and height synced with details panel using dedicated action r=Honza
MozReview-Commit-ID: KNaTyJE0nbR

--HG--
extra : rebase_source : 271a63cfca2cb58bd0bf1244a5f5cc15a1affda8
2018-02-22 22:06:36 +01:00
Michael Ratcliffe
2a879cf128 Bug 1443461 - Change devtools/client/storage/ui.js to ES6 classes r=ochameau
Small changes due to conflicts on rebase... async test runs fine but I will do another try run just in case.

MozReview-Commit-ID: I9TwRArZl2f

--HG--
extra : rebase_source : 8897a4b6a8553ec44e817b1648a976d0b31cd842
2018-03-06 16:06:04 +00:00
Gabriel Luong
5d8bd52394 Bug 1435749 - Get the correct flex items when rendering in the flexbox highlighter. r=pbro 2018-03-07 15:43:58 -05:00
Yura Zenevich
d5717e787b Bug 1438835 - [VirtualizedTree] keep inner state for when the tree is moused down, to help with deciding when to keyboard focus on tree container. r=nchevobbe
MozReview-Commit-ID: 6W9N242QmmU
2018-03-07 15:38:14 -05:00
Gabriel Luong
2065d0ece2 Bug 1432036 - Fix eslint error in flexbox.js. r=me 2018-03-07 14:50:33 -05:00
Shuoyi Ma
316ed4964f Bug 1432036 - Remove overlapping flex lines with the flex container in flexbox highlighter. r=gl 2018-03-07 14:45:18 -05:00
Andreea Pavel
33cc9e0331 Merge mozilla-inbound to mozilla-central. a=merge 2018-03-07 16:43:13 +02:00
Nicholas Nethercote
cb93c8b8f0 Bug 440908 - Convert sticky prefs in default pref files to the new syntax. r=glandium
MozReview-Commit-ID: GgkNSsdGhBV

--HG--
extra : rebase_source : efaf5f79ab7b608975ee960057d8be380061fdc0
2018-03-07 09:34:06 +11:00
Bogdan Tara
f93e407658 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-03-07 12:06:25 +02:00
Patrick Brosset
bfb878c6fe Bug 1441462 - Avoid crashing the gridOutline when there are no fragments; r=gl
MozReview-Commit-ID: 6TpYB4f33JI

--HG--
extra : rebase_source : 42746bb549f9b5bda549d08e259bb28c1f15abd2
2018-03-06 21:29:14 +01:00
Boris Zbarsky
2db3eecee5 Bug 1443393. Stop trying to import light-theme.css from URLs that don't return anything useful. r=jdescottes
MozReview-Commit-ID: BZrZMHWGN3X
2018-03-06 14:45:27 -05:00
Dorel Luca
7c931df4f2 Merge mozilla-inbound to mozilla-central. a=merge 2018-03-06 20:35:53 +02:00
Alexandre Poirot
6afc5d44f8 Bug 1442160 - Remove unnecessary usages of generators in storage test. r=miker
MozReview-Commit-ID: 3x06Clvqtyq

--HG--
extra : rebase_source : ca5425a4bc34f992bf9c7f7d29531bd92479eb5b
2018-03-01 00:47:22 -08:00
Michael Ratcliffe
9bcb26d26c Bug 1437807 - Enable browser_console_addonsdk_loader_exception.js in new frontend r=jdescottes
MozReview-Commit-ID: 4vGsRWzuFpn

--HG--
extra : rebase_source : 81e3ee6286d4006fc5227a519827805ec6c62947
2018-03-01 18:12:19 +00:00
Jason Laster
0815223c4d Bug 1443193 - Release debugger v19.2 (remove reference to babel-traverse);r=jdescottes
MozReview-Commit-ID: 1vdPSsZIWp0

--HG--
extra : rebase_source : 26cc2e5d706bbd436f66c181738585f9b2a9a099
2018-03-06 10:57:05 +01:00
Erica Wright
1d0db76459 Bug 1401847 - Custom layout grid colors should be restored per domain. r=jdescottes
MozReview-Commit-ID: GYrZl3r7040

--HG--
extra : rebase_source : 82009f93bacf7cb2fccee7cf187d2a52980d4457
2018-02-16 10:40:09 -05:00
Jesse Cordeiro
f2ca13ed29 Bug 1421387 - Change the error banner for styleditor load errors to warnings; r=pbro
MozReview-Commit-ID: 9zdvMIuGw0P

--HG--
extra : rebase_source : 9cf53d4dd1ae11f576e69b85688d4a08487bbbf9
2018-03-06 09:03:37 +01:00
Kris Maglione
2c7b68e235 Bug 1443983: Part 3 - Remove platform support for interpositions. r=mccr8
This is all dead code now that the interposition service has been removed.

MozReview-Commit-ID: H6eS26y1f0f

--HG--
extra : rebase_source : c6f94df51441a62c4fbff4be657aedc9699265f5
2018-03-07 18:11:18 -08:00
Kris Maglione
3eba816ee8 Bug 1443964: Part 1 - Fix most tests that rely on add-on shims. r=mconley
browser_google_behavior.js is the only remaining exception.

MozReview-Commit-ID: GA15P7f0KBv

--HG--
extra : rebase_source : 7cb70cb6108abc6746a9261922bd2826bb11a9b7
2018-03-07 14:35:16 -08:00
Nicolas Chevobbe
479d43ad53 Bug 1444073 - Remove old-event-emitter usage from webAudioEditor; r=pbro.
MozReview-Commit-ID: C9EozxGTRpa

--HG--
extra : rebase_source : 4e9d758e02a7458a9adfe73c200944bdabfa42c8
2018-03-08 15:06:12 +01:00
J. Ryan Stinnett
b049c9cb2a Bug 1440678 - Disable RDM reload notification for tests. r=ochameau
MozReview-Commit-ID: 5dXxE6u1ZSI

--HG--
extra : rebase_source : 8ef589abc535b06216c2e6545e461c64dc0b206a
2018-03-07 17:15:41 -06:00
Alexandre Poirot
f6a3dd0505 Bug 1440322 - Use async/await instead of Task.jsm on devtools/shared/fronts/css-properties.js. r=ochameau
[Fixed Mochi tests] r=?

MozReview-Commit-ID: 3NM90kIzqgd

--HG--
extra : rebase_source : 0e6295dd52cef39e14482c20b983a29dbbe2e331
2018-02-22 06:22:05 -08:00
Jan Odvarko
8a51d5aa81 Bug 1436197 - Make more space for the Waterfall column; r=ochameau
MozReview-Commit-ID: FNusclDxczW

--HG--
extra : rebase_source : 6f2539d32aa763cf92a0dd7ec8543dab68a880a1
2018-03-08 15:58:31 +01:00
Michael Ratcliffe
41f15dd49f Bug 1443163 - Enable browser_console.js in browser.ini r=nchevobbe
MozReview-Commit-ID: Dwi3uvKRmaX

--HG--
extra : rebase_source : 32afb6578fc18b5326b4dd021b3095c1a4afb0f3
2018-03-05 15:35:36 +00:00
J. Ryan Stinnett
0e029f6125 Bug 1442334 - Remove redundant binding change in RDM. r=ochameau
RDM was explicitly forcing the remote browser XBL binding via inline style, but
that's actually redunant with what you'd get via CSS.  (I am unsure if that's
always been true...)

It appears we can safely remove this to reduce some complexity here.

MozReview-Commit-ID: 2xlS6Dd2VYj

--HG--
extra : rebase_source : 2f9eb8789650e96cf82be60e7fe07d2bb3159a91
2018-03-01 12:21:24 -06:00
Nicolas Chevobbe
56166f1711 Bug 1382604 - Remove old-event-emitter usage from scratchpad; r=jryans.
Usage was removed from devtools/client/framework/sidebar as well since it emits
events with the parent component.

MozReview-Commit-ID: 24LLmnSZ89I

--HG--
extra : rebase_source : 3ede287d862c80817fe4767e8d029dda26cbb58b
2018-03-05 10:45:55 +01:00