Emilio Cobos Álvarez
462a4cc4d8
Bug 1640631 - Make ::marker styles not show up for elements that aren't list items. r=rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D76699
2020-05-25 13:33:05 +00:00
Hubert Boma Manilla
c6109674e2
Bug 1640566 - Fix issue with the cache style having priority over the block style r=Honza
...
The blocked request style should have priority
When selected the theme selected style should still have priority
Differential Revision: https://phabricator.services.mozilla.com/D76684
2020-05-25 13:44:22 +00:00
Mihai Alexandru Michis
6f4fa0a560
Backed out 2 changesets (bug 1639111) for causing failures in browser_actor_error.js
...
CLOSED TREE
Backed out changeset 2964f445c2f5 (bug 1639111)
Backed out changeset 84be772b9ac4 (bug 1639111)
2020-05-25 16:34:55 +03:00
Julian Descottes
5c31755a29
Bug 1639111 - Show the filename, line and column for DevTools actor errors r=davidwalsh,ochameau
...
Depends on D75902
Differential Revision: https://phabricator.services.mozilla.com/D75904
2020-05-25 12:49:10 +00:00
Julian Descottes
3f4b9917d4
Bug 1639111 - Fallback on error.name in DevTools actor error handling r=davidwalsh,ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D75902
2020-05-25 12:48:32 +00:00
Sylvestre Ledru
5742ac0cf7
Bug 1640532 - devtools: fix some typos in the localization files r=Gijs,nchevobbe
...
Note that there is a typo in the identifier.
Differential Revision: https://phabricator.services.mozilla.com/D76636
2020-05-25 10:01:02 +00:00
Narcis Beleuzu
07db232be7
Backed out 2 changesets (bug 1639111) for mochitest failures on test_preference.html . CLOSED TREE
...
Backed out changeset 7ca3266213e7 (bug 1639111)
Backed out changeset 55df4479027c (bug 1639111)
2020-05-25 13:54:06 +03:00
Narcis Beleuzu
973d9eb6a0
Backed out changeset 82df6f70ec60 (bug 1635675) for lint failure on file-chooser-button-001.tentative.html . CLOSED TREE
2020-05-25 13:49:39 +03:00
Emilio Cobos Álvarez
a39a3a3807
Bug 1635675 - Implement the ::file-chooser-button pseudo-element. r=jwatt
...
As per https://github.com/w3c/csswg-drafts/issues/5049 .
Don't enable it unconditionally just yet, as the name may change.
I had to move some rules in forms.css because otherwise you get
specificity conflicts.
Differential Revision: https://phabricator.services.mozilla.com/D76214
2020-05-21 12:27:54 +00:00
Emilio Cobos Álvarez
dcec1f3697
Bug 1639852 - Don't collect pseudo-element rules for pseudo-elements that cannot apply. r=rcaliman
...
This prevents showing e.g. ::cue pseudo-elements for elements that are
not videos, and such.
This is useful on its own, but it's going to be even more useful because
I'm making some rules in the UA sheets less specific in the blocking
bugs.
For example, after my patches, the number of expected rules in
test_styles-applied was 24 (instead of 9 with this patch). That's just
too much noise.
Differential Revision: https://phabricator.services.mozilla.com/D76308
2020-05-25 10:17:05 +00:00
Julian Descottes
a7ea81cc29
Bug 1639111 - Show the filename, line and column for DevTools actor errors r=davidwalsh,ochameau
...
Depends on D75902
Differential Revision: https://phabricator.services.mozilla.com/D75904
2020-05-25 09:47:23 +00:00
Julian Descottes
70687eecfb
Bug 1639111 - Fallback on error.name in DevTools actor error handling r=davidwalsh,ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D75902
2020-05-25 09:46:57 +00:00
Daisuke Akatsuka
411ce6fdc9
Bug 1639135: Add test for uniqueness of default browsers. r=rcaliman
...
Depends on D76645
Differential Revision: https://phabricator.services.mozilla.com/D76646
2020-05-25 09:35:34 +00:00
Daisuke Akatsuka
77349bcc21
Bug 1639135: Address browser data that have the same id and status. r=rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D76645
2020-05-25 09:36:41 +00:00
Narcis Beleuzu
ca59ca3100
Backed out changeset d45a9f533b34 (bug 1636192) for xpcshell crashes on test_xpcshell_debugging.js . CLOSED TREE
2020-05-25 12:06:48 +03:00
Narcis Beleuzu
9e455ab006
Backed out changeset 4d792dc91673 (bug 1639387) for dt failure on browser_net_decode-params.js . CLOSED TREE
2020-05-25 12:03:50 +03:00
Alexandre Poirot
0cc17a66e7
Bug 1636192 - Clean Content process Target actor on process shutdown. r=nchevobbe
...
Before this patch, we were not trying to cleanup anything when the process
was known to be in process of destruction. We assumed that everything would
be cleaned up anyway.
But mochitest is actually asserting that nothing is leaked on process shutdown,
and we are easily leaking many thing when not destroying the target actor!
Differential Revision: https://phabricator.services.mozilla.com/D76156
2020-05-25 06:29:51 +00:00
Hubert Boma Manilla
a02f72ce5d
Bug 1639387 - Wrap the values use all the space r=Honza
...
Wrap the values of the header properties
Cleanup css
Differential Revision: https://phabricator.services.mozilla.com/D76231
2020-05-25 07:03:57 +00:00
Harald Kirschner
8ccedc34a5
Bug 1628194 - Updated DevTools WN panel r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D76654
2020-05-25 07:13:51 +00:00
Jan Odvarko
6f2dc9967c
Bug 1640099 - imported patch always-set-reason.diff r=bomsy
...
Differential Revision: https://phabricator.services.mozilla.com/D76448
2020-05-22 16:04:16 +00:00
Mihai Alexandru Michis
37ef8a125d
Backed out changeset a845717e4d10 (bug 1482279) for causing multiple failures.
...
CLOSED TREE
2020-05-23 02:22:20 +03:00
Masatoshi Kimura
0701e89b7e
Bug 1482279 - Stop using Cu.forcePermissiveCOWs() in SpecialPowers. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D74641
2020-05-22 21:46:25 +00:00
Andreea Pavel
7d3453d716
Bug 1607569 - disable browser_console_webconsole_private_browsing.js on on linux18.04 fission debug r=jmaher DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D76520
2020-05-22 21:54:51 +00:00
Junior Hsu
99cc4bf60e
Bug 1638313 - allow origin for testing which is not supposed to be blocked by CORS, r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D76431
2020-05-22 06:24:20 +00:00
Hubert Boma Manilla
dbad6c61d5
Bug 1639962 - Fix the network headers panel in the console r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D76463
2020-05-22 13:18:56 +00:00
Julian Descottes
839278ac34
Bug 1621337 - Add support for service workers in target-list r=ochameau
...
Depends on D74701
Differential Revision: https://phabricator.services.mozilla.com/D74700
2020-05-22 06:48:14 +00:00
Julian Descottes
1465bfa0c4
Bug 1621337 - Add an option to workers listener to only listen to sw registrations r=ochameau
...
Depends on D74699
Differential Revision: https://phabricator.services.mozilla.com/D74701
2020-05-22 06:48:07 +00:00
Julian Descottes
0eaaeb886a
Bug 1621337 - Check if existingTargets is still defined when processing listWorkerChanged r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D74699
2020-05-22 06:46:31 +00:00
Cosmin Sabou
7edad96abe
Bug 1609024 - Un-skip browser_layoutHelpers.js on Linux as the test is fixed. a=test-only
2020-05-21 22:57:47 +03:00
Nicolas Chevobbe
645e4e3c37
Bug 1639305 - Fix beta simulation failure in browser_webconsole_promise_rejected_object.js. r=evilpie.
...
The javascript.options.asyncstack pref is needed for unhandled
rejected promises messages to have a stacktrace.
Differential Revision: https://phabricator.services.mozilla.com/D76151
2020-05-20 18:15:24 +00:00
Nicolas Chevobbe
3236f8030e
Bug 1578594 - Unskip browser_webconsole_warning_group_multiples.js on fission. r=ladybenko.
...
The test seems to run fine on fission, so let's run it.
Differential Revision: https://phabricator.services.mozilla.com/D75771
2020-05-21 15:40:49 +00:00
Emilio Cobos Álvarez
7b19f0d6d4
Bug 1609024 - Remove cache mechanism which is not very useful. r=hiro,snorp,mccr8
...
I don't think all this complexity is worth it for having a
marginally-more-realistic testing story. Using the pref just works and we should
do that, I think.
Differential Revision: https://phabricator.services.mozilla.com/D59980
2020-05-21 17:02:06 +00:00
Yura Zenevich
3e86175a52
Bug 1638427
- pass highlight/unhilight props to accessibility panel components instead of using the accessibility walker directly. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D75961
2020-05-20 16:42:06 +00:00
Hubert Boma Manilla
0bbe804ad9
Bug 1637955 - Fix vertical scrolling regresstion in the response panel r=Honza
...
- Fix the 1px scrollbar issue in the headers panel
- Allow scrolling for the properties view in the response panel
Differential Revision: https://phabricator.services.mozilla.com/D75671
2020-05-21 06:34:00 +00:00
Boris Chiou
599c6939d9
Bug 1635939 - Let aspect-ratio (css-sizing-4) support 'auto | <ratio>'. r=emilio
...
In order to test its parsing and serialization, we expose it but protect
it behind a pref.
Besides, I would like to drop layout.css.aspect-ratio-number.enabled in
the next patch because the spec has been updated. It seems we don't have
to keep this pref and we should always use Number.
Differential Revision: https://phabricator.services.mozilla.com/D74955
2020-05-21 06:45:10 +00:00
Jason Laster
6eb3d3d81b
Bug 1630776 - Framework groups should be split by async separators. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D71433
2020-05-20 20:53:40 +00:00
Jason Laster
9f485e4904
Bug 1608078 - Stepping out of async function doesnt work properly. r=loganfsmyth
...
Differential Revision: https://phabricator.services.mozilla.com/D75235
2020-05-20 22:22:31 +00:00
Csoregi Natalia
c7fbe6575e
Backed out changeset 7050d098119c (bug 1608078) for failures on test_stepping-12.js. CLOSED TREE
2020-05-20 23:43:52 +03:00
Jason Laster
eeb896255a
Bug 1608078 - Stepping out of async function doesnt work properly. r=loganfsmyth
...
Differential Revision: https://phabricator.services.mozilla.com/D75235
2020-05-20 17:53:37 +00:00
David Walsh
067bb4ea4c
Bug 1639420 - Code cleanups to breakpoint component r=jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D76077
2020-05-20 15:33:44 +00:00
Jason Laster
ddfc35cb4f
Bug 1639375 - Polish inline preview label styling. r=davidwalsh
...
Differential Revision: https://phabricator.services.mozilla.com/D76059
2020-05-20 15:19:16 +00:00
David Walsh
91b425cd78
Bug 1639088 - Capitalize debugger settings menu items r=Harald,jlast
...
Differential Revision: https://phabricator.services.mozilla.com/D75972
2020-05-20 01:09:59 +00:00
Hubert Boma Manilla
75174d81e5
Bug 1636804
- Remove quotes and escaping for header sections r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D76111
2020-05-20 14:41:00 +00:00
Kriyszig
781894a0f8
Bug 1635768 - Moved MDNCompatibility library to devtools/shared r=mtigley,daisuke
...
The MDNCompatibility library will be shared between the upcoming
Compatibility Actor and the Compatibility Panel in the inspector.
This library is necessary for tests in Compatibility Panel and
hence is being moved to the devtools/shared looking at it's
requirements in client as well as the devtools/server/actors
Differential Revision: https://phabricator.services.mozilla.com/D75998
2020-05-20 12:54:10 +00:00
Dão Gottwald
0843f2e08c
Bug 1638067 - Stop setting toolkit.cosmeticAnimations.enabled in browser_console_webconsole_ctrlw_close_tab.js. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D76113
2020-05-20 11:27:44 +00:00
Kriyszig
055d9db743
Bug 1636385 - Disable context menu options if blocking is enabled/disabled for all URL in Network Blocking Panel r=bomsy
...
The context menu of the network blocking panel have options to
"Enable all" and "Disable all" for enabling and disbaling all the
patters in the request blocking panel at once.
This patch disables those options in case all the URLs are already
enabled or disabled. Having the buttons active all the time might
lead to confusing situtaions especially with long blocking pattern
list where it may lead the user to think there is a URL that has not
been enabled/disabled eve after clicking the menu option.
Differential Revision: https://phabricator.services.mozilla.com/D75247
2020-05-20 09:23:41 +00:00
Daisuke Akatsuka
88c41c11df
Bug 1637562: Add test for ignoreExistingResources flag for platform messages. r=ochameau,nchevobbe
...
Depends on D75750
Differential Revision: https://phabricator.services.mozilla.com/D75751
2020-05-20 08:16:32 +00:00
Daisuke Akatsuka
7d34979f10
Bug 1637562: Add test for ignoreExistingResources flag for error messages. r=ochameau,nchevobbe
...
Depends on D75749
Differential Revision: https://phabricator.services.mozilla.com/D75750
2020-05-20 08:16:18 +00:00
Daisuke Akatsuka
ee259eff28
Bug 1637562: Add test for ignoreExistingResources flag for console messages. r=ochameau,nchevobbe
...
Depends on D75748
Differential Revision: https://phabricator.services.mozilla.com/D75749
2020-05-20 08:16:04 +00:00
Daisuke Akatsuka
6c3dbf2ff0
Bug 1637562: Add test for ignoreExistingResources flag for document events. r=ochameau,jdescottes
...
Depends on D75747
Differential Revision: https://phabricator.services.mozilla.com/D75748
2020-05-20 08:15:55 +00:00