Commit Graph

14807 Commits

Author SHA1 Message Date
Julian Descottes
db8791247c Bug 1527224 - Skip browser_aboutdebugging_serviceworker_multie10s.js on debug || asan;r=ladybenko
Fails primarily on asan and debug. Have sent try pushes to try fo force GC to see if it helps.
Main worry is that if this is GC related, skipping the test might just move the intermittent to the next test.
Try pushes
base: https://treeherder.mozilla.org/#/jobs?repo=try&revision=153e1a9cae6afe923d706126755db9871b195cdf
skip(this patch): https://treeherder.mozilla.org/#/jobs?repo=try&revision=be3cfc2d597195ccc60cec4b35796a812b7f91f7
forceGC: https://treeherder.mozilla.org/#/jobs?repo=try&revision=d9ba430399b00bc2134b3af89b35034fe6e9fa9d
force + shrinkGC: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9f184f1063749dcaf8f3fe6a8654404f3f649eec

Differential Revision: https://phabricator.services.mozilla.com/D21679

--HG--
extra : moz-landing-system : lando
2019-03-05 16:07:29 +00:00
Razvan Caliman
6200563298 Bug 1532511 - Update colors for buttons in Changes panel; r=pbro
Reflecting latest UI changes: https://mozilla.invisionapp.com/share/VFQC7MQSD9W#/screens

Differential Revision: https://phabricator.services.mozilla.com/D22099

--HG--
extra : moz-landing-system : lando
2019-03-05 15:28:47 +00:00
Nicolas Chevobbe
5f9d2acd17 Bug 1407630 - Clean support-files in devtools/client/webconsole/test/mochitest/; r=Honza.
These files aren't used anymore, so we can
remove them.

Differential Revision: https://phabricator.services.mozilla.com/D22069

--HG--
extra : moz-landing-system : lando
2019-03-05 14:40:07 +00:00
Noemi Erli
edd8d7fc40 Backed out changeset ed389b1ea7da (bug 1532397) for debugger failure CLOSED TREE 2019-03-05 19:04:35 +02:00
David Walsh
f0e5e29f4f Bug 1532397 - Fix multiple highlight issues in debugger r=jlast
https://github.com/firefox-devtools/debugger/issues/7954

Differential Revision: https://phabricator.services.mozilla.com/D21989

--HG--
extra : moz-landing-system : lando
2019-03-05 00:33:08 +00:00
lucas
8c4bf2f69e HeadersPanel: unecessary isRequired on PropTypes (Bug 1530323) r=Honza
Before this change, member was considered a required Prop on the file
HeadersPanel.js. The component itself wasn't using this prop, it was only passing to the
renderValue as a prop, and then renderValue uses member to render the data. So, the simpler
solution is remove isRequired from the PropTypes.

Differential Revision: https://phabricator.services.mozilla.com/D21539

--HG--
extra : moz-landing-system : lando
2019-03-05 14:55:42 +00:00
Martin Koroknay
f8151e922a Bug 1159078 - Display a useful message in network monitor response tab when response body is truncated. r=Honza
Previously when a JSON response's size was over the limit specified in pref devtools.netmonitor.responseBodyLimit, when inspecting this response in the Network Monitor one simply saw a JSON parse error message. This was due to the fact that the response was truncated in this view and thus no longer a valid JSON, even if the actual response was a valid JSON. Of course the actual response could have been invalid in the first place -- there was no way to know.

This patch will ensure that in such cases a truncation warning message is displayed instead of a parse error message, thus avoiding a likely misleading parse error message.

Differential Revision: https://phabricator.services.mozilla.com/D19302

--HG--
extra : moz-landing-system : lando
2019-03-05 13:55:07 +00:00
Laphets
befcb837ee Bug 1446018 - Set HAR log version to 1.2. r=Honza
Before the change, the HAR export log version is 1.1. After this change, the log version is set to 1.2.

Differential Revision: https://phabricator.services.mozilla.com/D21955

--HG--
extra : moz-landing-system : lando
2019-03-05 12:23:37 +00:00
ECarr
cea157f39b Bug 1247403 - Rename tabActive property to activeTab in the Tab Component. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D21498

--HG--
extra : moz-landing-system : lando
2019-03-05 12:21:53 +00:00
Alexandre Poirot
24ef486f1d Bug 1530861 - Fix typo in deprecated firefox version comment. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D21511

--HG--
extra : moz-landing-system : lando
2019-03-05 11:13:28 +00:00
yulia
6f475afa31 Bug 1529247 - remove unused eventlisteners method; r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D21703

--HG--
extra : moz-landing-system : lando
2019-03-05 10:42:20 +00:00
phoenixabhishek
db1e6b953a Bug 1532247 - Focused node should have a white arrow. r=nchevobbe
Focused node should have a white arrow

Differential Revision: https://phabricator.services.mozilla.com/D22057

--HG--
extra : moz-landing-system : lando
2019-03-05 09:31:30 +00:00
devguru
c0169d8829 Bug 1254242 - Clean up React propType definitions in devtools/client/memory/components/Toolbar.js. r=nchevobbe.
Differential Revision: https://phabricator.services.mozilla.com/D22004

--HG--
extra : moz-landing-system : lando
2019-03-05 09:19:11 +00:00
Patrick Brosset
558e4bd3c4 Bug 1493745 - Make the RDM toolbar responsive; r=gl
Differential Revision: https://phabricator.services.mozilla.com/D20827

--HG--
extra : moz-landing-system : lando
2019-03-04 16:26:18 +00:00
ECarr
cc122e6827 Bug 1530936 - Add a role=main attribute to the output element. r=nchevobbe
Added a role=main attribute to address accessability within the browser console.

Differential Revision: https://phabricator.services.mozilla.com/D21847

--HG--
extra : moz-landing-system : lando
2019-03-05 07:48:28 +00:00
bomisore
29045a1971 Bug 1463347 - Add distinction between timeLog and timeEnd messages r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D21306

--HG--
extra : moz-landing-system : lando
2019-03-04 17:12:47 +00:00
Daisuke Akatsuka
616caf8ad0 Bug 1531259: Avoid to shrink buttons open inspector. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D21638

--HG--
extra : moz-landing-system : lando
2019-03-05 01:04:31 +00:00
lloan
b6eaf76b2a Bug 1242003 - Load More row in dominator trees should be styled differently. r=julienw
Updated "Load More" row in dominator trees to look more like a link in order to tell it apart from other text and to indicate that the element can be clicked.

Differential Revision: https://phabricator.services.mozilla.com/D21471

--HG--
extra : moz-landing-system : lando
2019-03-04 16:26:39 +00:00
Jason Laster
88c546c50c Bug 1521864 - Fix launchpad. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D21871

--HG--
extra : moz-landing-system : lando
2019-03-04 15:25:02 +00:00
fanny
06f53c0bdb Bug 1457111 - Implement copy link adress option. r=nchevobbe
Before this change, when we tried to select a URL to copy,
the label "Copy Message" or "Copy Object" was displayed which
does not represent the context. You can now detect if a link exists
and the label is "Copy link address"

Differential Revision: https://phabricator.services.mozilla.com/D21136

--HG--
extra : moz-landing-system : lando
2019-03-04 10:36:11 +00:00
Coroiu Cristina
88984d43ff Backed out changeset 0d9daf8104d7 (bug 1463347) for devtools failures at webconsole/test/fixtures/stub-generators/browser_webconsole_check_stubs_console_api.js 2019-03-04 13:12:13 +02:00
phoenixabhishek
8906c3e29f Bug 1494711 - Don't RTL the twisties in the 'Show DOM properties' panel. r=nchevobbe
Don't RTL the twisties in the 'Show DOM properties' panel

Differential Revision: https://phabricator.services.mozilla.com/D21758

--HG--
extra : moz-landing-system : lando
2019-03-04 10:49:02 +00:00
bomisore
a441c0b8a7 Bug 1463347 - Add distinction between timeLog and timeEnd messages r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D21306

--HG--
extra : moz-landing-system : lando
2019-03-04 09:23:24 +00:00
Daisuke Akatsuka
d37327cfb2 Bug 1520745: Remove unused getAllAnimations function. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D21640

--HG--
extra : moz-landing-system : lando
2019-03-04 08:47:47 +00:00
ui.manish
45a5d7f5cd Bug 1505297 - Remove unused BreadcrumbsWidget r=gl
Differential Revision: https://phabricator.services.mozilla.com/D20932

--HG--
extra : moz-landing-system : lando
2019-02-23 20:37:12 +00:00
ui.manish
e429cd924b Bug 1505298 - Remove unused FastListWidget.js r=gl
Differential Revision: https://phabricator.services.mozilla.com/D20931

--HG--
extra : moz-landing-system : lando
2019-02-23 20:27:14 +00:00
Aaditya Arora
7993d1d070 Bug 1530612 - Pass CSS warning column through viewSouceInStyleEditor; r=nchevobbe.
Pass CSS warning column location through viewSourceInStyleEditor
so clicking on CSS warnings in console jumps to the right location in style editor

Differential Revision: https://phabricator.services.mozilla.com/D21682

--HG--
extra : moz-landing-system : lando
2019-03-01 16:43:02 +00:00
neha
b39b2ba581 Bug 1523290 - Test for JSTerm menu in Browser Console r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D21661

--HG--
extra : moz-landing-system : lando
2019-03-01 16:15:01 +00:00
Gurzau Raul
0a8285a043 Merge inbound to mozilla-central. a=merge 2019-03-03 23:57:22 +02:00
Brian Hackett
448cf790fe Bug 1522244 - Fix previewing in worker threads for several builtin classes, r=lsmyth. 2019-03-03 07:05:07 -10:00
Emilio Cobos Álvarez
dc03ea30c7 Bug 1532134 - Remove Options from TransformOperation. r=xidorn
This may or may not be part of the plan to get rid of nsCSSValue ;)

Option is not usable via FFI, and they should not be needed (we should be
following the shortest serialization principle instead). These patches also do
that, which matches the other transform properties. I think that slight change
is fine, if we can make it work, and consistent with other properties.

Alternative is adding more TransformOperation variants or such, which I rather
not do.

Differential Revision: https://phabricator.services.mozilla.com/D21862

--HG--
extra : moz-landing-system : lando
2019-03-03 11:31:54 +00:00
Cosmin Sabou
a706bb3916 Backed out 16 changesets (bug 827976) for causing bug 1532054. a=backout
Backed out changeset 54c0b12443ed (bug 827976)
Backed out changeset 92b45080d080 (bug 827976)
Backed out changeset 443087a359f9 (bug 827976)
Backed out changeset f976c2d4cebb (bug 827976)
Backed out changeset 66cffb171024 (bug 827976)
Backed out changeset 845e1d0b2402 (bug 827976)
Backed out changeset fd94066a1d76 (bug 827976)
Backed out changeset e253b264e7bd (bug 827976)
Backed out changeset 07ef335770a8 (bug 827976)
Backed out changeset 9d3805d77b99 (bug 827976)
Backed out changeset eed600ceb606 (bug 827976)
Backed out changeset 3b64368cff52 (bug 827976)
Backed out changeset 69d0378e0c09 (bug 827976)
Backed out changeset 9203871a5c6f (bug 827976)
Backed out changeset 96a507c818e2 (bug 827976)
Backed out changeset e254496ff95b (bug 827976)
2019-03-02 20:40:01 +02:00
Razvan Maries
c51046f730 Merge mozilla-inbound to mozilla-central a=merge 2019-03-02 11:41:18 +02:00
Dorel Luca
5d73bddbc6 Merge mozilla-central to autoland 2019-03-02 01:23:22 +02:00
Daniel Varga
74f08acf9b Backed out changeset 4047bcadec73 (bug 1522244) for mochitest failure at devtools/client/debugger/new/test/mochitest/browser_dbg-worker-scopes.js a=backout
--HG--
extra : rebase_source : 3ad963907a2364fa351e67b957f49d3d754e5efb
2019-03-02 00:01:01 +02:00
Jason Laster
0dba6abe5a Bug 1531350 - Update debugger frontend Release 128. r=dwalsh 2019-03-01 19:36:26 -05:00
Errietta Kostala
5b892e6148 Bug 1531350 - [release 128] [ast] Migrate AST reducer off of immutable (#7982). r=dwalsh 2019-03-01 19:36:25 -05:00
Jason Laster
1c59f0ed38 Bug 1531350 - [release 128] [Breakpoints] memoize breakpoint position fetching (#8001). r=dwalsh 2019-03-01 19:36:23 -05:00
Nicolas Chevobbe
79e260ff88 Bug 1531350 - [release 128] Add a BigInt rep. (#7975). r=dwalsh 2019-03-01 19:36:22 -05:00
Alex Rosenfeld
e62e7ff183 Bug 1531350 - [release 128] Update debugging-the-debugger.md (#8021). r=dwalsh 2019-03-01 19:36:21 -05:00
Logan Smyth
e9c8a4ecd8 Bug 1531350 - [release 128] [Breakpoints] Use the union of all mapped and unmapped regions when fetching original breakpoints. (#8014). r=dwalsh 2019-03-01 19:36:20 -05:00
Jason Laster
7dde268924 Bug 1531350 - [release 128] [Breakpoints] getBreakpointPositionsForLine should return null when nothing is found (#8006). r=dwalsh 2019-03-01 19:36:19 -05:00
Kevin Morehouse
af69810658 Bug 1531350 - [release 128] Update name of repository (#8018). r=dwalsh 2019-03-01 19:36:18 -05:00
Anthony X
99954040eb Bug 1531350 - [release 128] [Breakpoints] Fix color for disabled conditional breakpoints and logpoints (#8008). r=dwalsh 2019-03-01 19:36:17 -05:00
Jaril
19669221bc Bug 1531350 - [release 128] Update snapshots for SourcesTreeItem (#8016). r=dwalsh 2019-03-01 19:36:16 -05:00
Nicolas Chevobbe
693433ce41 Bug 1531350 - [release 128] Fix reps launchpad (#8015). r=dwalsh 2019-03-01 19:36:16 -05:00
Jason Laster
23775fa3da Bug 1531350 - [release 128] Sync 128. r=dwalsh 2019-03-01 19:36:15 -05:00
Jason Laster
329026ecd7 Bug 1531350 - [release] use webpack manifest. r=dwalsh 2019-03-01 19:36:14 -05:00
Jason Laster
5129253d61 Bug 1530441 - Enable eslint locally. r=dwalsh
Tags: #secure-revision

Differential Revision: https://phabricator.services.mozilla.com/D21544
2019-03-01 19:36:13 -05:00
Dorel Luca
0284221047 Merge mozilla-central to mozilla-inbound 2019-03-02 01:26:01 +02:00