Commit Graph

10035 Commits

Author SHA1 Message Date
Gabriel Luong
a1c8903e6c Bug 1494162 - Part 45: Lazy load Menu and MenuItem in TabBar. r=pbro 2018-10-04 09:19:30 -04:00
Gabriel Luong
498ddbcb2a Bug 1494162 - Part 55: Remove traits for getCssPath and getXPath. r=rcaliman 2018-10-04 08:52:56 -04:00
Gabriel Luong
c07636d479 Bug 1494162 - Part 52: Don't show the empty message in the CssRuleView constructor. r=pbro
We will eventually call showEmpty() when an element is selected if there are no rules.
This improves the perceive performance of the rules view because it doesn't have
a flicker of the empty text to the css rules.
2018-10-04 08:52:52 -04:00
Gabriel Luong
110b41a47f Bug 1494162 - Part 48: Lazy load getUnicodeUrl in ToolboxToolbar. r=pbro 2018-10-04 08:52:44 -04:00
Daisuke Akatsuka
359a5c4d0b Bug 1488507: Disable extension/worker debugging except this firefox. r=jdescottes
Summary: Depends on D7038

Reviewers: jdescottes

Subscribers: MarcoM

Bug #: 1488507

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

--HG--
extra : rebase_source : 1482a3b48e9be85ab10e022813b0c253300a3823
2018-10-01 12:41:02 +09:00
Daisuke Akatsuka
cfe8e554e3 Bug 1494170: Show device name for Android. r=jdescottes
Summary: Depends on D7037

Reviewers: jdescottes

Subscribers: MarcoM

Bug #: 1494170

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

--HG--
extra : rebase_source : d4aee524524093ebc3cf623da15863dea0965dcd
2018-10-01 12:40:20 +09:00
Daisuke Akatsuka
ccc533d8ae Bug 1494170: Show proper icon of runtime. r=jdescottes,r=Gijs
Summary: Depends on D7036

Reviewers: jdescottes,Gijs

Subscribers: MarcoM

Bug #: 1494170

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

--HG--
extra : rebase_source : dc346ce6319bddbc65ac3caec6caa7096fd1a5cc
2018-10-01 12:39:30 +09:00
Daisuke Akatsuka
380913cc2b Bug 1494170: Show proper runtime's name and version. r=jdescottes
Summary: Depends on D6881

Reviewers: jdescottes

Subscribers: MarcoM, ochameau, yulia

Bug #: 1494170

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

--HG--
extra : rebase_source : 6cf7c46bb0cb9d0d140bbf1d30260208e5ca826d
2018-10-01 12:38:53 +09:00
Noemi Erli
8bb8254a13 Merge inbound to mozilla-central. a=merge 2018-10-04 07:03:25 +03:00
Cosmin Sabou
34fab220ba Merge mozilla-central to autoland. a=merge 2018-10-04 02:36:53 +03:00
Cosmin Sabou
d20960ffed Merge mozilla-inbound to mozilla-central. a=merge 2018-10-04 00:56:04 +03:00
Razvan Caliman
08b25bfbde Bug 1496055 - Part 2: Remove obsolete StyleRuleActor.modifySelector() and rename modifySelector2(); r=gl
MozReview-Commit-ID: 35VrRw33sV7

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

--HG--
extra : moz-landing-system : lando
2018-10-03 15:11:52 +00:00
Razvan Caliman
02deacb80d Bug 1496055 - Part 1: Remove outdated checks for StyleRuleActor.modifySelectorUnmatched; r=gl
Since Firefox 41 it has been possible to add a rule with a selector
which does not match an element. The checks of the existence of this
functionality are outdated and can be safely removed.

No supported old versions of Firefox make use of the previous
functionality anymore.

MozReview-Commit-ID: D5ZP09Ckeqd

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

--HG--
extra : moz-landing-system : lando
2018-10-03 13:52:16 +00:00
Luca Greco
27d0727740 Bug 1398734 - Fix devtools toolbox issues while removing extension sidebar panels. r=jdescottes
Depends on D5421

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

--HG--
extra : moz-landing-system : lando
2018-10-03 18:29:30 +00:00
Luca Greco
902f62943c Bug 1398734 - Implement devtools inspector extension page sidebar container component. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D5420

--HG--
extra : moz-landing-system : lando
2018-10-03 18:23:22 +00:00
Ciure Andrei
9023b4cc72 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-10-03 19:45:50 +03:00
Alexandre Poirot
2bfe59ef3e Bug 1492434 - Use a trait to differenciate browsing context target actors r=jdescottes
MozReview-Commit-ID: Gp0cjWDHCou

Depends on D7414

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

--HG--
extra : moz-landing-system : lando
2018-10-03 16:43:13 +00:00
Gabriel Luong
1a090165a6 Bug 1494162 - Part 46: Lazy load openDocLink and assert in MeatballMenu. r=jdescottes 2018-10-03 09:38:00 -04:00
Alexandre Poirot
a260b1ceb6 Bug 1492434 - Convert _getContentProcessTarget to async in order to correctly forward rejections r=jdescottes
MozReview-Commit-ID: 50HYZyUkflN

Depends on D7413

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

--HG--
extra : moz-landing-system : lando
2018-10-03 08:27:36 +00:00
Alexandre Poirot
a93a6c5cc6 Bug 1492434 - Computes isBrowsingContext from TabTarget out of actor's form r=jdescottes
Instead of requiring all TargetFactory.forRemoteTab to compute isBrowsingContext flag,
we can compute it out of the actor's form as we know which types are browsing context
inherited or not.

MozReview-Commit-ID: H5zLo5nZSm6

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

--HG--
extra : moz-landing-system : lando
2018-10-03 09:07:18 +00:00
Florens Verschelde
63be9aad3e Bug 1458224 - Fix Linux root font size in DevTools; r=pbro,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D6155

--HG--
extra : moz-landing-system : lando
2018-10-02 16:46:45 +00:00
Belén Albeza
12c93e4edf Bug 1490954 - Review Connect page CSS. r=jdescottes,daisuke
- Fixed some values so they match what it's being used in about:preferences (font sizes, margins, etc.)
- Fixed page width in Connect page
- Refactored some rules to be more generic and not tied up to this specific component
- Now a default message appears instead of an empty <ul> when there are no network locations in the list
- Adjusted icon & alignment in the Connect sections' headings

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

--HG--
extra : moz-landing-system : lando
2018-10-03 13:53:46 +00:00
Daniel Varga
2d9271a7af No bug - fixed merge conflict. a=conflict-fix on a CLOSED TREE 2018-10-03 08:39:52 +03:00
Daniel Varga
85e94da039 Merge mozilla-inbound to mozilla-central. a=merge 2018-10-03 08:04:21 +03:00
Mike Conley
42f8e5b7e3 Bug 1495885 - Get rid of uses-unsafe-cpows directive on tests that don't need it anymore. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D7552

--HG--
extra : moz-landing-system : lando
2018-10-02 23:20:04 +00:00
Daniel Varga
2e77181988 Merge mozilla-central to autoland. a=merge on a CLOSED TREE
--HG--
extra : rebase_source : 62429b85fcd6af71ca898dc36c3f0f4a2c4ee5ae
2018-10-03 00:49:53 +03:00
Daniel Varga
a11c128b90 Merge mozilla-inbound to mozilla-central. a=merge 2018-10-03 00:47:40 +03:00
Jason Laster
a70a9b57c5 Bug 1495727 - Update Debugger Frontend v92. r=dwalsh 2018-10-02 14:36:00 -04:00
Mike Conley
5de8450ded Bug 1492482 - Remove CPOWs from devtools/client/debugger/test/mochitest/head.js. r=jdescottes
Depends on D6963

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

--HG--
extra : moz-landing-system : lando
2018-10-02 18:01:38 +00:00
Mike Conley
7f8839ce1e Bug 1492482 - Remove CPOW usage from browser_dbg_event-listeners-02.js. r=jdescottes
Depends on D6961

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

--HG--
extra : moz-landing-system : lando
2018-10-02 18:00:44 +00:00
Mike Conley
d343a9084f Bug 1492482 - Remove CPOW usage from browser_dbg_event-listeners-01.js. r=jdescottes
Depends on D6960

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

--HG--
extra : moz-landing-system : lando
2018-10-02 18:00:19 +00:00
Anshul Malik
c9d9cf56bf Bug 1495300 - Add paused and jump badge to console api messages r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D7327

--HG--
extra : moz-landing-system : lando
2018-10-02 18:32:55 +00:00
Coroiu Cristina
09d55a3423 Backed out 2 changesets (bug 923975) for devtools failures at devtools/client/debugger/new/test/mochitest/browser_dbg_rr_stepping-04.js on a CLOSED TREE
Backed out changeset e1ac0b6c2ca0 (bug 923975)
Backed out changeset 9f50e3dd7b14 (bug 923975)
2018-10-03 02:38:29 +03:00
Luca Greco
18f8c6e78a Bug 1299001 - Ensure that the toolbox resets the preferences set when it is closed. r=ochameau
This patch fixes a regression which has been likely introduced in the refactoring
we did in Bug 1222047 on Firefox 63.

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

--HG--
extra : moz-landing-system : lando
2018-10-02 19:09:37 +00:00
Gabriel Luong
78c208ee0c Bug 1494162 - Part 44: Use refs instead of findDOMNode. r=pbro 2018-10-02 12:22:32 -04:00
Gurzau Raul
ede1418858 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-10-02 19:08:39 +03:00
Gabriel Luong
5dab8a6e0d Bug 1494162 - Part 32: Lazy load Grid components. r=pbro 2018-10-02 11:20:51 -04:00
Gurzau Raul
468d16cf6a Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-10-02 10:15:31 +03:00
Gurzau Raul
f74a105ce1 Backed out changeset c209b1927107 (bug 923975) for failing at mochitest/browser_dbg_rr_stepping-02.js, etc. a=backout 2018-10-02 09:11:50 +03:00
Brindusan Cristian
fc5031a446 Merge inbound to mozilla-central. a=merge 2018-10-02 07:01:43 +03:00
Brindusan Cristian
9e3b348e37 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-10-02 07:04:47 +03:00
Markus Stange
9d56241b4f Bug 1457481 - Hook up the new devtools performance panel to nsIProfiler.getSymbolTable. r=gregtatum
Depends on D7023

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

--HG--
extra : moz-landing-system : lando
2018-10-02 01:52:32 +00:00
shindli
2cc7085b7a Backed out 4 changesets (bug 1457481) for c1 failures in devtools/client/performance-new/test/chrome/test_perf-settings-entries.html
Backed out changeset 212450f77860 (bug 1457481)
Backed out changeset ac3deff9340f (bug 1457481)
Backed out changeset 4478820fbcaa (bug 1457481)
Backed out changeset 1c8460b1d6da (bug 1457481)

--HG--
rename : third_party/rust/syn-0.14.6/src/parsers.rs => third_party/rust/syn/src/parsers.rs
rename : third_party/rust/syn-0.14.6/src/verbatim.rs => third_party/rust/syn/src/verbatim.rs
rename : third_party/rust/uuid-0.5.1/.travis.yml => third_party/rust/uuid/.travis.yml
rename : third_party/rust/uuid-0.5.1/src/rustc_serialize.rs => third_party/rust/uuid/src/rustc_serialize.rs
rename : third_party/rust/uuid-0.5.1/src/serde.rs => third_party/rust/uuid/src/serde.rs
2018-10-02 01:43:46 +03:00
Brindusan Cristian
9b5034705f Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-10-02 01:04:29 +03:00
Jason Laster
68a4b4feea Bug 923975 - Teach step out to leave the current frame. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D2135

--HG--
extra : moz-landing-system : lando
2018-10-01 20:54:43 +00:00
Markus Stange
12d3a22f24 Bug 1457481 - Hook up the new devtools performance panel to nsIProfiler.getSymbolTable. r=gregtatum
Depends on D7023

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

--HG--
extra : moz-landing-system : lando
2018-10-01 20:53:20 +00:00
Yura Zenevich
931d684ad7 Bug 1482461 - remove "New" bubble from Accessibility panel tab. r=gl
MozReview-Commit-ID: HOB4qlx0xJ5

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

--HG--
extra : moz-landing-system : lando
2018-10-01 16:58:23 +00:00
Julian Descottes
8ee8fcf903 Bug 1492374 - Uninstall ADB Helper when starting WebIDE addons module;r=ladybenko
Depends on D7058. To test this you should first install ADB helper
(xpis at https://ftp.mozilla.org/pub/labs/fxos-simulator/adb-helper/mac64/)
and then start webIDE. Normally ADB Helper should be removed.

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

--HG--
extra : moz-landing-system : lando
2018-10-01 15:42:23 +00:00
Julian Descottes
dfde1cb173 Bug 1492374 - Remove unused webide Addon abstract class;r=ladybenko
The addons module will be further simplified and transformed into a shared module
in coming bgs. Here since we introduce more ADBAddon-specific logic and we have no other
implementation for the Addon class, I prefer to remove it. (note that it was already doing
some adb-only processing in the current version anyway)

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

--HG--
extra : moz-landing-system : lando
2018-10-01 12:05:12 +00:00
Julian Descottes
293c15aec0 Bug 1492374 - Move all ADB related preferences out of webide;r=ladybenko
While this is not strictly related for uninstalling ADB helper this
small cleanup avoids duplicating the declaration of the adb extension
in two different preferences.

The URL preference also moves to a devtools-shared preference as there
is not much sense to keep it webide only.

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

--HG--
extra : moz-landing-system : lando
2018-10-01 11:40:23 +00:00