Commit Graph

11469 Commits

Author SHA1 Message Date
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
Hiroyuki Ikezoe
2e06ce7f26 Bug 1483730 - Return null from getFileForAdb if the adb file doesn't exit. r=jdescottes
Summary: Depends on D3463

Reviewers: jdescottes

Reviewed By: jdescottes

Bug #: 1483730

Differential Revision: https://phabricator.services.mozilla.com/D3464
2018-08-17 06:58:42 +09:00
Hiroyuki Ikezoe
e7f608e1b0 Bug 1483730 - Call nsIFile.exists method. r=jdescottes
Reviewers: jdescottes

Reviewed By: jdescottes

Bug #: 1483730

Differential Revision: https://phabricator.services.mozilla.com/D3463
2018-08-17 06:56:52 +09:00
Tiberius Oros
246f2b4fab Merge inbound to mozilla-central. a=merge 2018-08-17 00:32:50 +03:00
Andreea Pavel
c622aa2924 Backed out changeset 744065f01f78 (bug 1482454) for failing devtools at devtools/client/inspector/test/browser_inspector_addNode_01.js on a CLOSED TREE 2018-08-16 20:21:30 +03:00
Alexandre Poirot
687c2d87e3 Bug 1479524 - Lazy load network-monitor.js dependencies. r=jdescottes
MozReview-Commit-ID: AeqTRlwXQRL
2018-08-16 10:14:51 -07:00
Alexandre Poirot
c18e0c8a21 Bug 1479524 - Remove unused appId filter. r=jdescottes
MozReview-Commit-ID: FwIX9dQ4c83
2018-08-16 10:14:50 -07:00
Alexandre Poirot
b840eb27bf Bug 1479524 - Always use message manager with NetworkMonitorActor. r=jdescottes
MozReview-Commit-ID: AXOd0i4NOjH
2018-08-16 10:14:50 -07:00
Yura Zenevich
b1a22aac56 Bug 1482454 - enabled accessibility panel by default. r=gl
MozReview-Commit-ID: K18YgGgmxOV
2018-08-16 11:46:11 -04:00
Xidorn Quan
464ef30ab4 Bug 1475033 part 3 - Add scrollbar-width property. r=heycam
MozReview-Commit-ID: CmCbaZosUrU

--HG--
extra : rebase_source : 85136c729524fdd8b9cdfcbf30e2bb35accd0d4a
2018-08-01 14:13:41 +10:00
Margareta Eliza Balazs
48299c8cd6 Merge inbound to mozilla-central. a=merge 2018-08-16 12:24:26 +03:00
Daisuke Akatsuka
ada906e0c1 Bug 1479468: Change mouse target to ownerGlobal.top and remove mouse out event. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D3388

--HG--
extra : moz-landing-system : lando
2018-08-16 04:19:04 +00:00
Gabriel Luong
d0fbf8a9e5 Bug 1467572 - Part 19: Remove responsive-ua.css. r=rcaliman 2018-08-15 17:27:58 -04:00
Gabriel Luong
d79733fb65 Bug 1467572 - Part 18: Show an onboarding tooltip for the setting menu button in RDM. r=jdescottes
Design https://mozilla.invisionapp.com/d/main#/console/12408235/300479943/preview
2018-08-15 17:27:57 -04:00
Gabriel Luong
1c76adb63f Bug 1467572 - Part 17: Implement left alignment of viewports. r=rcaliman 2018-08-15 17:27:55 -04:00
Gabriel Luong
bd80f8c21d Bug 1467572 - Part 16: Adjust RDM colors for the light and dark theme to match the designs. r=rcaliman
Light Theme Design https://mozilla.invisionapp.com/d/main#/console/12408235/300479943/preview
Dark Theme Design https://mozilla.invisionapp.com/d/main#/console/12408235/302151757/preview
2018-08-15 17:27:53 -04:00