Commit Graph

15055 Commits

Author SHA1 Message Date
Daisuke Akatsuka
bc855405cf Bug 1529518: Move worker status to top. r=ladybenko
According to this mock, the status locates at top of item.
https://mozilla.invisionapp.com/share/M2PUG8ISVKJ#/screens/339158284
Thus, although make that to move in this patch, we may ignore.

Depends on D21895

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

--HG--
extra : moz-landing-system : lando
2019-03-19 11:23:22 +00:00
Daisuke Akatsuka
bcd5dd9c7e Bug 1529518: Make the installer to be target of collapse/expand. r=ladybenko
Depends on D21894

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

--HG--
extra : moz-landing-system : lando
2019-03-19 11:23:18 +00:00
Daisuke Akatsuka
90e7bf85f4 Bug 1529518: Move temporary extension installer button to temporary extensions pane. r=ladybenko
Depends on D21893

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

--HG--
extra : moz-landing-system : lando
2019-03-19 11:21:18 +00:00
Daisuke Akatsuka
230daa78e0 Bug 1529518: Move Start/Push/Unregister buttons of service worker item to bottom. r=ladybenko
Depends on D21892

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

--HG--
rename : devtools/client/aboutdebugging-new/src/components/debugtarget/ServiceWorkerAction.js => devtools/client/aboutdebugging-new/src/components/debugtarget/ServiceWorkerAdditionalActions.js
extra : moz-landing-system : lando
2019-03-19 11:20:30 +00:00
Daisuke Akatsuka
66fa444238 Bug 1529518: Move Reload/Remove buttons of temporary extension item to bottom for . r=ladybenko,Ola
Depends on D21890

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

--HG--
rename : devtools/client/aboutdebugging-new/src/components/debugtarget/TemporaryExtensionAction.js => devtools/client/aboutdebugging-new/src/components/debugtarget/TemporaryExtensionAdditionalActions.js
extra : moz-landing-system : lando
2019-03-19 11:19:05 +00:00
Daisuke Akatsuka
c624ebf0bc Bug 1529518: Apply new style to worker item. r=ladybenko,Ola
Depends on D21889

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

--HG--
extra : moz-landing-system : lando
2019-03-19 11:18:02 +00:00
Daisuke Akatsuka
d2a30a3a54 Bug 1529518: Apply new style to temporary extension item. r=ladybenko,Ola
Depends on D21888

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

--HG--
extra : moz-landing-system : lando
2019-03-19 11:17:06 +00:00
Daisuke Akatsuka
46d899e9ad Bug 1529518: Polish extension item. r=ladybenko,Ola
Depends on D21887

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

--HG--
extra : moz-landing-system : lando
2019-03-19 11:17:04 +00:00
Daisuke Akatsuka
ffe0530c3b Bug 1529518: Polish tab item. r=ladybenko,Ola
Differential Revision: https://phabricator.services.mozilla.com/D21887

--HG--
extra : moz-landing-system : lando
2019-03-19 11:15:06 +00:00
Francesco Lodolo (:flod)
618c926865 Bug 1533688 - Sync DevTools plural-form.js with intl/PluralForm.jsm (add rule #19) r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D22673

--HG--
extra : moz-landing-system : lando
2019-03-19 08:41:43 +00:00
Helena Moreno
d00e80fd2f Bug 1534301 - Pass a timestamp property when creating a navigation marker message. r=nchevobbe.
This allow the timeStamp to be properly displayed in the console output.

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

--HG--
extra : moz-landing-system : lando
2019-03-18 17:55:09 +00:00
David Walsh
49fd5b4237 Bug 1534808 - Backed out changeset 33f142760b69 - Don't check for JavaScript before showing debugger source tab title r=jlast
I talked to Harald and he doesn't want this.

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

--HG--
extra : moz-landing-system : lando
2019-03-18 16:18:24 +00:00
Emilio Cobos Álvarez
09763b1ac3 Bug 1533201 - Make cssPropertySupportsType take an enum. r=heycam,rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D22427

--HG--
extra : moz-landing-system : lando
2019-03-18 16:38:48 +00:00
Martin Balfanz
b6f5c669e6 Bug 1535015 - Add null-check for mainMaxSize; r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D23659

--HG--
extra : moz-landing-system : lando
2019-03-18 10:16:47 +00:00
Brad Werth
f0e3a29287 Bug 1501665 Part 13: Add a test of Responsive Design Mode resizing of meta viewports. r=gl
This test uses a Document with a fixed-width meta viewport. This test
simulates resizing the RDM pane from a wide landscape size to a small
square size, and back again. It does this again with meta viewport
support turned on.

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

--HG--
extra : source : 2fa518cb0dfc656c6f0c5d5dfbad38348be6f31f
2019-03-18 15:00:17 +00:00
Brad Werth
b5929dd4f2 Bug 1501665 Part 12: Update RDM viewport size reporting to make it consistent with zoomed presshells. r=gl
There are two viewports: the layout (or content) viewport, and the visual
viewport. This change ensures that we are both setting and checking the
visual viewport size, which is the size shown in the RDM control bar.
It is still possible to get the layout viewport with getContentSize().

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

--HG--
extra : source : afaf26d7df4235daef3157d74b3bcd69761c6393
2019-03-18 15:00:57 +00:00
Brad Werth
64131401a1 Bug 1501665 Part 2: Set the inRDMPane property on Documents as they enter/leave RDM. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D19237

--HG--
extra : source : 8e0afe4a041a2fde722ffcbf2dcee10265c87e19
2019-03-18 14:56:09 +00:00
shindli
b7de66af4f Backed out 13 changesets (bug 1501665) for failing a11y tests in accessible/tests/mochitest/relations/test_tabbrowser.xul CLOSED TREE
Backed out changeset 2fa518cb0dfc (bug 1501665)
Backed out changeset afaf26d7df42 (bug 1501665)
Backed out changeset 5bdf0ad9dc66 (bug 1501665)
Backed out changeset 520dd24a73fc (bug 1501665)
Backed out changeset 3542bf2b89dd (bug 1501665)
Backed out changeset 088dc24eabc7 (bug 1501665)
Backed out changeset 178210eb72ba (bug 1501665)
Backed out changeset 9eebe767ef20 (bug 1501665)
Backed out changeset 6a84e97d0e62 (bug 1501665)
Backed out changeset cf42ea4e8443 (bug 1501665)
Backed out changeset 731d7ee06d86 (bug 1501665)
Backed out changeset 8e0afe4a041a (bug 1501665)
Backed out changeset be1026de486b (bug 1501665)
2019-03-18 18:08:58 +02:00
David Walsh
a6b375e4cc Bug 1536114 - Update columnn breakpoint colors for debugger r=jlast
This is a clone of the original column breakpoints color patch.  This time it was created with gecko-dev and branched off of autoland/branches/default/tip.  Try:  https://treeherder.mozilla.org/#/jobs?repo=try&revision=51348054bb53779bf6264f91be4d806adf22ff82

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

--HG--
extra : moz-landing-system : lando
2019-03-18 15:19:56 +00:00
Brad Werth
a9e11d10e3 Bug 1501665 Part 13: Add a test of Responsive Design Mode resizing of meta viewports. r=gl
This test uses a Document with a fixed-width meta viewport. This test
simulates resizing the RDM pane from a wide landscape size to a small
square size, and back again. It does this again with meta viewport
support turned on.

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

--HG--
extra : moz-landing-system : lando
2019-03-18 15:00:17 +00:00
Brad Werth
c491305528 Bug 1501665 Part 12: Update RDM viewport size reporting to make it consistent with zoomed presshells. r=gl
There are two viewports: the layout (or content) viewport, and the visual
viewport. This change ensures that we are both setting and checking the
visual viewport size, which is the size shown in the RDM control bar.
It is still possible to get the layout viewport with getContentSize().

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

--HG--
extra : moz-landing-system : lando
2019-03-18 15:00:57 +00:00
Brad Werth
e2a3c31e18 Bug 1501665 Part 2: Set the inRDMPane property on Documents as they enter/leave RDM. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D19237

--HG--
extra : moz-landing-system : lando
2019-03-18 14:56:09 +00:00
Belén Albeza
1eda9bc5a1 Bug 1505124 - UX implementation for the Connect Page. r=daisuke,Ola
Differential Revision: https://phabricator.services.mozilla.com/D21542

--HG--
extra : moz-landing-system : lando
2019-03-18 14:52:15 +00:00
Yura Zenevich
95deffce3a Bug 1535070 - add aria-hidden to ArrowExpander in VirtualizedTree component. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D23359

--HG--
extra : moz-landing-system : lando
2019-03-15 17:08:22 +00:00
Yura Zenevich
60e2ead05d Bug 1535063 - add shown property to VirtualizedTree component that defines a tree item to be rendered and shown within the tree. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D23358

--HG--
extra : moz-landing-system : lando
2019-03-18 07:48:30 +00:00
Yura Zenevich
de27f047b9 Bug 1535063 - fix scrolling into view for VirtualizedTree items that are part of the traversal but not rendered. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D23357

--HG--
extra : moz-landing-system : lando
2019-03-16 04:34:59 +00:00
tanhengyeow
ef0117142e Bug 1422014 - Resend option in netmonitor. r=Honza
Add resend option in the context menu of netmonitor.

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

--HG--
extra : moz-landing-system : lando
2019-03-18 11:55:24 +00:00
Dhruvi Butti
a459720138 Bug 914108 - Include the number of message duplicates when copy-pasting from the console. r=nchevobbe.
This makes it possible to copy paste the number of times the message is repeated

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

--HG--
extra : moz-landing-system : lando
2019-03-18 10:11:13 +00:00
neha
cca5ca1162 Bug 1534026 - Add a wrapping prop to NotificationBox and use it from Console. r=nchevobbe.
This prop will add a classname in the NotificationBox element, that we then style to make the text wrap

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

--HG--
extra : moz-landing-system : lando
2019-03-18 08:32:54 +00:00
tanhengyeow
ec6095e3d8 Bug 1409920 - add 404 as a filter option for the network panel. r=Honza
Allow number to be mapped to "status-code:<number>"

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

--HG--
extra : moz-landing-system : lando
2019-03-18 09:56:56 +00:00
Michael Ratcliffe
cffcfc6b1c Bug 1535661 - Fix CORS issues in Markup Panel r=pbro
One change is in `node.js::isScrollable()` so I decided to assign this to you for review. Feel free to re-assign as you feel appropriate if you don't have time.

### Try

https://treeherder.mozilla.org/#/jobs?repo=try&revision=2e2f20af3f902ea65436bcfd288b3e075d6508f8

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

--HG--
extra : moz-landing-system : lando
2019-03-18 09:22:50 +00:00
Laphets
1ee91a6323 Bug 1457379 - [Adding Tests] Fix webSockets show only under 'other' filter. r=Honza
//Before this change, the websocket request will be filtered in to "other" subject. After this change, the websocket request will be in "ws" subject.//

## About Tests
The original test has some problem that it doesn't mock websocket request well, (since it use `XMLHttpRequest` to mock websocket, so the "upgrade" header can't be added due to some browser restrictions)

In the updated test file, the native `new WebSocket()` method is used to perform websoket request. The origin http based server at [[ https://searchfox.org/mozilla-central/rev/89414a1df52d06cfc35529afb9a5a8542a6e4270/devtools/client/netmonitor/test/sjs_content-type-test-server.sjs#237 | Here ]] is still utilized. However, the `ws://example.com` request will be proxy to websocket server at port 9988 instead of 8888, so the ip url is used to make sure the request is handled by the orginal test [[ https://searchfox.org/mozilla-central/rev/89414a1df52d06cfc35529afb9a5a8542a6e4270/devtools/client/netmonitor/test/sjs_content-type-test-server.sjs#237 | server ]].

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

--HG--
extra : moz-landing-system : lando
2019-03-18 08:57:07 +00:00
Andrea Marchesini
5bb6c49ba8 Bug 1535799 - nsIHttpChannel.isTrackingResource should be a method, r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D23765

--HG--
extra : moz-landing-system : lando
2019-03-17 06:55:50 +00:00
Narcis Beleuzu
1db0b113d0 Backed out changeset 6e1f82657583 for debugger failures on Breakpoints.css . CLOSED TREE
--HG--
rename : devtools/client/debugger/new/src/components/Editor/Breakpoints.css => devtools/client/debugger/new/src/components/Editor/ColumnBreakpoints.css
2019-03-16 06:11:21 +02:00
David Walsh
c975d0fb5d No bug - Update debugger's column breakpoint colors
This replaces https://phabricator.services.mozilla.com/D23701, which couldn't be autoland-ed due to merge conflict, but my local gecko-dev wouldn't work properly, so I needed to start from scratch.

This has been submitted via mercurial.

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

--HG--
rename : devtools/client/debugger/new/src/components/Editor/ColumnBreakpoints.css => devtools/client/debugger/new/src/components/Editor/Breakpoints.css
extra : moz-landing-system : lando
2019-03-16 03:37:46 +00:00
Jason Laster
1f0f446316 Bug 1532309 - Log points should show multiple values. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D23313

--HG--
extra : moz-landing-system : lando
2019-03-15 20:31:37 +00:00
David Walsh
422f77cced No bug - Ensure preview displays on paused column breakpoint lines r=jlast
TODO:  Don't use the alias function and import getBreakpointsList from all used locations (many)

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

--HG--
extra : moz-landing-system : lando
2019-03-15 22:17:08 +00:00
Jason Laster
b2bdc8fa72 Bug 1534786 - Ensure that breakpoints are visible when you reload formatted files. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D23386

--HG--
extra : moz-landing-system : lando
2019-03-14 21:41:40 +00:00
Jason Laster
dc6e9abad0 Bug 1535607 - Breakpoint does not appear in the gutter until scrolling. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D23699

--HG--
extra : moz-landing-system : lando
2019-03-15 19:35:54 +00:00
Yura Zenevich
443948e48a Bug 1531584 - catch promise error when updating a11y menu item when DOMWalker connection is already closed. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D23321

--HG--
extra : moz-landing-system : lando
2019-03-13 15:44:55 +00:00
Ola Gasidlo
f3155b5e0a Bug 1505128 - Add feature to disconnect from a device, r=ladybenko,daisuke
Added disconnect from device funtion + button to be displayed in runtime page when device is connected

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

--HG--
extra : moz-landing-system : lando
2019-03-15 14:19:17 +00:00
Nicolas Chevobbe
24dc1bfecc Bug 1535305 - Guard this.jsterm access in webconsole-ui.js. r=Honza.
Depending on the load, this.jsterm might not be
set when switching to the console panel, and can
cause a crash (blank tab).
This patch checks that this.jsterm exists before
taking further actions.

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

--HG--
extra : moz-landing-system : lando
2019-03-15 11:43:41 +00:00
arthur.iakab
54d67a13d1 Backed out changeset 6af97458ab5d (bug 1505124) for causing Eslint failure on connect/ConnectPage.js CLOSED TREE 2019-03-15 11:10:38 +02:00
Belén Albeza
cf948bd6b9 Bug 1505124 - UX implementation for the Connect Page. r=daisuke,Ola
Differential Revision: https://phabricator.services.mozilla.com/D21542

--HG--
extra : moz-landing-system : lando
2019-03-15 08:50:03 +00:00
Razvan Maries
3d59436341 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-03-15 05:48:49 +02:00
Razvan Maries
b5f0d05bc9 Merge mozilla-inbound to mozilla-central a=merge 2019-03-15 05:40:21 +02:00
Logan Smyth
d8a86aa10f Bug 1534847 - Part 3: Pass originalText load failure through to UI instead of failing silently. r=jlast
Summary:

Returning null here leaves us in an infinite loading state because null is treated as neither
success nor failure.

Reviewers: jlast

Bug #: 1534847

Differential Revision: https://phabricator.services.mozilla.com/D23453
2019-03-14 19:00:21 -04:00
Logan Smyth
d1e54f1409 Bug 1534847 - Part 2: Invalidate the loadSourceText cache on navigation. r=jlast
Summary:

If users navigate while source text is loading, we need to ignore existing
cached promises because they may resolve and then not actually set the
resulting source, because the source was deleted from the source list.
We want to explicitly use a new cache entry if we have navigated.

Reviewers: jlast

Bug #: 1534847

Differential Revision: https://phabricator.services.mozilla.com/D23452
2019-03-14 19:00:20 -04:00
Logan Smyth
cefa9c5b9c Bug 1534847 - Part 1: Refactor loadSourceText to separate caching from logic. r=jlast
Summary:

Splitting up this logic makes us less likely to introduce code that would break
the caching behavior. If you look closely at these changes, you'll notice that
there actually one one early return in this code that would cause us to
exit without clearing the 'requests' cache meaning we could get stuck in
an infinite loading state.

Reviewers: jlast

Reviewed By: jlast

Bug #: 1534847

Differential Revision: https://phabricator.services.mozilla.com/D23451
2019-03-14 19:00:19 -04:00
Daisuke Akatsuka
de75b1f93a Bug 1488991: Update remote browser position before showing context menu. r=pbro,smaug
The position of remote browser was not updated by resizing the window and
changing the align of viewport etc, although will be updated when the window
moves, the frame reflows and so on.
Thus, in this patch, update the position of remote browser before showing
context menu so as to locates at proper position.
I investigated though, when reflow and moving happens, the position is updated
by TabParent::UpdateDimensions()[1]. This patch as well is taking an approach
which update the position explicitly by TabParent::UpdateDimensions() before
showing context menu.

[1] https://searchfox.org/mozilla-central/source/dom/ipc/TabParent.cpp#729

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

--HG--
extra : moz-landing-system : lando
2019-03-15 00:09:20 +00:00