Commit Graph

11484 Commits

Author SHA1 Message Date
Julian Descottes
f179d033c2 Bug 1479382 - Add README.md in aboutdebugging-new to document architecture guidelines;r=daisuke,ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D2708

--HG--
extra : moz-landing-system : lando
2018-08-21 08:32:26 +00:00
Nicolas Chevobbe
9257e6c166 Bug 1479758 - Enable history navigation with Cmd/Ctrl ArrowUp/Down; r=bgrins.
Matches old-JsTerm behavior.

Depends on D2824

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

--HG--
extra : moz-landing-system : lando
2018-08-21 16:05:45 +00:00
Ciure Andrei
40b18c41b7 Backed out 7 changesets (bug 1429298) for xpcshell failures properties-db.js CLOSED TREE
Backed out changeset 48214a8e1b6b (bug 1429298)
Backed out changeset cc2785ab879e (bug 1429298)
Backed out changeset c217209a3b04 (bug 1429298)
Backed out changeset 196fc7b48b84 (bug 1429298)
Backed out changeset 761e9bb54adb (bug 1429298)
Backed out changeset 0b9ec0d707b5 (bug 1429298)
Backed out changeset 38ad1cc1b0c8 (bug 1429298)

--HG--
rename : testing/web-platform/tests/css/motion/offset-path-string-002.html => testing/web-platform/tests/css/motion/offset-path-string.html
2018-08-22 08:01:49 +03:00
Boris Chiou
4171197c25 Bug 1429298 - Part 2: Define offset-path and implement it in style system. r=emilio
Define OffsetPath & SVGPathData on the servo-side, and StyleMotion &
StyleSVGPath on the gecko-side. We parse the SVG Path string into a
vector of PathCommand. To build the gfx::Path, we will convert it into
gfx::Path later in a different patch.

The basic flow is:
  - Parse SVG Path String into SVGPathData (in Rust).
  - Use cbindgen to make sure the layout of PathCommand and StylePathCommand, and then set the Box[PathCommand] into nsTArray<StylePathCommand>.
  - Try to convert nsTArray<StylePathCommand> into gfx::Path. (This part will be implemented in a different patch.)

Finally, we use the gfx::Path to create a motion path transform.
The layout implementation is in the later patch.

Depends on D2962

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

--HG--
extra : moz-landing-system : lando
2018-08-22 01:24:13 +00:00
Tiberius Oros
05b46cf200 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-08-22 00:59:19 +03:00
Ciure Andrei
a52997851e Backed out changeset 4f7d58a640b8 (bug 1483173) for browser_jsterm_screenshot_command_clipboard.js failures CLOSED TREE
--HG--
rename : devtools/shared/screenshot/capture.js => devtools/server/actors/webconsole/screenshot.js
2018-08-21 22:03:10 +03:00
Nicolas Chevobbe
153d0e78b0 Bug 1482798 - Use a flex layout for message body; r=bgrins.
It looks like we don't really need a grid layout anymore
for the message body AND it significantly reduces the time
spent on reflow.

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

--HG--
extra : moz-landing-system : lando
2018-08-21 16:25:49 +00:00
Brian Grinstead
e858b8d083 Bug 1484759 - Update references to browser.xul in tests to use AppConstants.BROWSER_CHROME_URL;r=Gijs
This only includes functions that seem to be using it to reference a window.
There are other instances where it's used as a generic chrome URI, and those
are left unchanged.

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

--HG--
extra : moz-landing-system : lando
2018-08-21 15:33:26 +00:00
yulia
9cbf625f78 Bug 1483173 - introduce screenshot actor; r=ochameau
This patch introduces a screenshot actor, which allows the screenshot functionality to be
shared across tools, and also implements it for the toolbox itself

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

--HG--
rename : devtools/server/actors/webconsole/screenshot.js => devtools/shared/screenshot/capture.js
extra : moz-landing-system : lando
2018-08-21 13:10:52 +00:00
yulia
c67268db86 Bug 1483166 - refactor evalWithDebugger into its own file; r=nchevobbe,bhackett
this combines the changes that I made in bug 1464461
(https://reviewboard.mozilla.org/r/253132/diff/1#index_header) with the changes for web replay made
by Brian Hackett, along with some clean up that was done by Honza with regards to helpers being
executed. This change should not have any functional impact on the code base, but it should make it
easier to work with the evalWithDebugger functionality than it has been so far.

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

--HG--
rename : devtools/server/actors/webconsole.js => devtools/server/actors/webconsole/eval-with-debugger.js
extra : moz-landing-system : lando
2018-08-21 14:01:02 +00:00
Nicolas Chevobbe
08f60bed59 Bug 1481443 - Disable Alt-B & Alt-F shortcut in source editor; r=gl.
Without this patch, hitting Alt-B was adding a character **and** moving
the cursor to the previous group, while Alt-F was also adding a character
**and** moving the cursor to the next group.
We disable the shortcut to fix this and add a test to make sure we don't
regress.

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

--HG--
extra : moz-landing-system : lando
2018-08-21 12:29:00 +00:00
Dorel Luca
d9bdf77969 Merge mozilla-central to autoland 2018-08-21 12:57:58 +03:00
Nicolas Chevobbe
505d8aeaf8 Bug 1484672 - Use node.click instead of synthesizeMouseAtCenter in browser_webconsole_object_inspector_scroll.js; r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D3774

--HG--
extra : moz-landing-system : lando
2018-08-20 14:59:13 +00:00
Gabriel Luong
d0827b0df2 Bug 1484811 - Left align the toolbar controls when RDM is left aligned. r=miker 2018-08-21 15:31:44 -04:00
Jeff Walden
3e90595274 Bug 1484389 - Move various SavedFrame-related functions and data types into js/public/SavedFrameAPI.h so that users aren't forced to depend on jsapi.h or jsfriendapi.h for them. r=jandem
--HG--
extra : rebase_source : d891f81cb0827d3c03971f71ba95a014d1e35379
2018-08-20 07:45:44 -07:00
Gabriel Luong
4d1c9228b3 Bug 1457086 - Bump the markup badges font-size to 10px on 1dppx screens and 9px for higher resolution screens. r=rcaliman 2018-08-20 19:14:19 -04:00
shindli
1d3a8e90da Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-08-20 19:36:01 +03:00
Alexandre Poirot
125d387bbf Bug 1482070 - Move NetworkResponseListener to its own file. r=Honza
Summary: Depends On D3605

Reviewers: Honza!

Tags: #secure-revision

Bug #: 1482070

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

MozReview-Commit-ID: IH9R6N7auXO


--HG--
rename : devtools/server/actors/network-monitor/network-observer.js => devtools/server/actors/network-monitor/network-response-listener.js
2018-08-20 09:06:23 -07:00
Alexandre Poirot
93427a73f7 Bug 1482070 - Rename NetworkMonitor to NetworkObserver and move it next to the NetworkMonitorActor. r=Honza
Summary: Depends On D3604

Reviewers: Honza!

Tags: #secure-revision

Bug #: 1482070

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

MozReview-Commit-ID: ArS8SxVraiu


--HG--
rename : devtools/shared/webconsole/network-monitor.js => devtools/server/actors/network-monitor/network-observer.js
2018-08-20 09:06:23 -07:00
Alexandre Poirot
5e3572023f Bug 1482070 - Move StackTraceCollector to its own file. r=Honza
Summary: Depends On D3603

Reviewers: Honza!

Tags: #secure-revision

Bug #: 1482070

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

MozReview-Commit-ID: 53aaLHR6lv
2018-08-20 09:06:22 -07:00
Alexandre Poirot
32c1768465 Bug 1482070 - Move ChannelEventSink to its own file. r=Honza
Summary: Depends On D3602

Reviewers: Honza!

Tags: #secure-revision

Bug #: 1482070

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

MozReview-Commit-ID: Kr3vYvP1oCZ


--HG--
rename : devtools/server/actors/moz.build => devtools/server/actors/network-monitor/moz.build
2018-08-20 09:06:22 -07:00
Alexandre Poirot
a231f526d7 Bug 1482070 - Move DocumentEventsListener to its own file. r=Honza
Summary: Depends On D3601

Reviewers: Honza!

Tags: #secure-revision

Bug #: 1482070

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

MozReview-Commit-ID: 2ksi5eir4mb


--HG--
rename : devtools/server/actors/webconsole/listeners.js => devtools/server/actors/webconsole/listeners/document-events.js
2018-08-20 09:06:22 -07:00
Alexandre Poirot
6f9535367f Bug 1482070 - Move ContentProcessListener to its own file. r=Honza
Summary: Depends On D3600

Reviewers: Honza!

Tags: #secure-revision

Bug #: 1482070

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

MozReview-Commit-ID: CHReMMFXFHT


--HG--
rename : devtools/server/actors/webconsole/listeners.js => devtools/server/actors/webconsole/listeners/content-process.js
2018-08-20 09:06:21 -07:00
Alexandre Poirot
56e60d1aff Bug 1482070 - Move ConsoleReflowListener to its own file. r=Honza
Summary: Depends On D3599

Reviewers: Honza!

Tags: #secure-revision

Bug #: 1482070

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

MozReview-Commit-ID: 8pL6y7F4chU


--HG--
rename : devtools/server/actors/webconsole/listeners.js => devtools/server/actors/webconsole/listeners/console-reflow.js
2018-08-20 09:06:21 -07:00
Alexandre Poirot
681faed609 Bug 1482070 - Move ConsoleAPIListener to its own file. r=Honza
Summary: Depends On D3598

Reviewers: Honza!

Tags: #secure-revision

Bug #: 1482070

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

MozReview-Commit-ID: k3KVzlmXOR


--HG--
rename : devtools/server/actors/webconsole/listeners.js => devtools/server/actors/webconsole/listeners/console-api.js
2018-08-20 09:06:21 -07:00
Alexandre Poirot
659626feef Bug 1482070 - Move ConsoleServiceListener to its own file. r=Honza
Summary: Depends On D3597

Reviewers: Honza!

Tags: #secure-revision

Bug #: 1482070

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

MozReview-Commit-ID: 7jdh33iKfgU


--HG--
rename : devtools/server/actors/webconsole/listeners.js => devtools/server/actors/webconsole/listeners/console-service.js
2018-08-20 09:06:20 -07:00
Alexandre Poirot
ed93e0337d Bug 1482070 - Move ConsoleProgressListener to its own file. r=Honza
Reviewers: Honza!

Tags: #secure-revision

Bug #: 1482070

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

MozReview-Commit-ID: 99V3BJqKqZH


--HG--
rename : devtools/server/actors/webconsole/moz.build => devtools/server/actors/webconsole/listeners/moz.build
2018-08-20 09:06:20 -07:00
Valentin Gosu
20d09475cd Bug 1483445 - Change string from tracking protection to content blocking r=dragana!
Differential Revision: https://phabricator.services.mozilla.com/D3440

--HG--
extra : moz-landing-system : lando
2018-08-20 08:43:08 +00:00
shindli
8b912429fa Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-08-20 12:53:52 +03:00
Daisuke Akatsuka
21585b6498 Bug 1480027 - Part 4: Add test case for negative infinity delay and end delay. r=gl
We skip this test on debug build, since an assersion failure occur of bug 1271788[1] from this test html. We will remove skip keyword if the bug fixed.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1271788

Differential Revision: https://phabricator.services.mozilla.com/D3381
2018-08-15 09:40:59 +09:00
Daisuke Akatsuka
61a0a64dd5 Bug 1480027 - Part 3: Ignore animations that have negative infinity delay or end delay. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D3380
2018-08-15 09:40:46 +09:00
Eliza Balazs
ca96a3b9b0 Bug 1479782 - Disable browser_net_frame.js on mac for frequent failures. r=jmaher 2018-08-20 05:37:00 +03:00
Mantaroh Yoshinaga
f6eafa5710 Bug 1484595 - Remove the HTMLTooltip hidden event listener before destroying the HTMLTooltip. r=birtles
MenuButton will listen the HTMLTooltip hidden event even if HTMLTooltip is
destroyed. As a result of it, the timer which issued in the MenuButton's event
listener might fail due to the target window is destroyed. (e.g., switching the
dock mode to bottom  from window mode.)

This patch will remove this event listener before destroying the HTMLTooltip.

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

--HG--
extra : source : fc5c57e9b65b65e98fdc8e792913a5553bb67897
2018-08-20 07:03:07 +00:00
shindli
1272692819 Backed out changeset fc5c57e9b65b (bug 1484595) for linting failure on a CLOSED TREE 2018-08-20 10:38:08 +03:00
Mantaroh Yoshinaga
16b00db6ab Bug 1484595 - Remove the HTMLTooltip hidden event listener before destroying the HTMLTooltip. r=birtles
MenuButton will listen the HTMLTooltip hidden event even if HTMLTooltip is
destroyed. As a result of it, the timer which issued in the MenuButton's event
listener might fail due to the target window is destroyed. (e.g., switching the
dock mode to bottom  from window mode.)

This patch will remove this event listener before destroying the HTMLTooltip.

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

--HG--
extra : moz-landing-system : lando
2018-08-20 07:03:07 +00:00
Daniel Varga
36e523e699 Merge mozilla-central to mozilla-inbound 2018-08-18 01:05:36 +03:00
Daniel Varga
707a0b3f74 Merge mozilla-inbound to mozilla-central. a=merge 2018-08-18 00:53:04 +03:00
Noemi Erli
1360ddcaa4 Backed out 3 changesets (bug 1482454) for devtools failures CLOSED TREES
Backed out changeset 3ada76566234 (bug 1482454)
Backed out changeset 1cdd772dae68 (bug 1482454)
Backed out changeset f06260e3db1c (bug 1482454)
2018-08-17 19:52:01 +03:00
Gabriel Luong
15b9c20c49 Bug 1483965 - Fix the checked selection in the RDM device pixel ratio menu. r=caliman 2018-08-17 12:26:47 -04:00
Razvan Caliman
aece8388d6 Bug 1483575 - Update font editor in response to font property value changes outside the selected rule. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D3502

--HG--
extra : moz-landing-system : lando
2018-08-16 14:26:48 +00:00
Razvan Caliman
e7c6b51c44 Bug 1483575 - (Part 4) Ensure computed value for line-height is converted to unitless. r=gl
Depends on D3500

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

--HG--
extra : moz-landing-system : lando
2018-08-16 14:50:13 +00:00
Razvan Caliman
64aad28a77 Bug 1483575 - (Part 3) Update unit conversion to handle unitless values. r=gl
Add special handling for line-height property.

Depends on D3498

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

--HG--
extra : moz-landing-system : lando
2018-08-16 14:49:36 +00:00
Razvan Caliman
4bc089e80f Bug 1483575 - (Part 2) Add LineHeight component to font editor. r=gl
MozReview-Commit-ID: JiMBI3QMKML

Depends on D3498

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

--HG--
extra : moz-landing-system : lando
2018-08-16 14:48:51 +00:00
Razvan Caliman
bedc156add Bug 1483575 - (Part 1) Externalize units from FontPropertyValue component. r=gl
MozReview-Commit-ID: 65ObfBLlRR9

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

--HG--
extra : moz-landing-system : lando
2018-08-17 10:59:21 +00:00
Margareta Eliza Balazs
0b2fdd0c87 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-08-17 12:50:13 +03:00
Margareta Eliza Balazs
6c198262de Merge inbound to mozilla-central. a=merge 2018-08-17 12:46:14 +03:00
Micah Tigley
729888c275 Bug 1471933 - #Fixes issue where highlighting a text node with the Accessibility Inspector does not work. r=gl
Fixes issue where highlighting a text node with the Accessibility Inspector does not work.

#MozReview-Commit-ID: 6ineoicgjQu

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

--HG--
extra : moz-landing-system : lando
2018-08-17 01:48:49 +00:00
Daisuke Akatsuka
28adbf7430 Bug 1477600 - Part 2: Implement remove/reload button. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D3272
2018-08-14 10:35:43 +09:00
Daisuke Akatsuka
df9f0165ae Bug 1477600 - Part 1: Support installing temporary extension. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D3271
2018-08-14 10:30:11 +09:00
Jason Laster
63fb76539c Bug 1483877 - Update Debugger Frontend v83. r=dwalsh 2018-08-17 07:28:00 -04:00