Commit Graph

14274 Commits

Author SHA1 Message Date
Alexandre Poirot
f2180fa200 Bug 1465635 - Prevent netmonitor from destroying all "close" event listeners. r=jdescottes
Depends on D16874

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

--HG--
extra : moz-landing-system : lando
2019-02-02 11:24:12 +00:00
Alexandre Poirot
ef1c99b06e Bug 1465635 - Remove Target.activeTab property. r=yulia
Depends on D15831

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

--HG--
extra : moz-landing-system : lando
2019-02-02 11:24:24 +00:00
Alexandre Poirot
dddc73fb49 Bug 1465635 - Merge all target fronts with Target class. r=yulia,jdescottes
This patch makes it so that all target fronts inherits from a Target class mixin.
We are using a mixin as fronts should inherit from a custom Front class,
which is augmented with its own RDP request and events defined in its spec.
(This is done via FrontClassWithSpec(spec))

Depends on D15830

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

--HG--
extra : moz-landing-system : lando
2019-02-02 11:24:32 +00:00
Alexandre Poirot
cacb7734d7 Bug 1465635 - Use Target.title to fetch target's title instead of using its form. r=yulia
Depends on D15828

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

--HG--
extra : moz-landing-system : lando
2019-02-02 11:24:39 +00:00
Alexandre Poirot
c146bdb4f7 Bug 1465635 - Always consider that Target.activeTab is set. r=yulia
Depends on D15826

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

--HG--
extra : moz-landing-system : lando
2019-02-02 11:24:41 +00:00
Alexandre Poirot
4f1cdc1898 Bug 1465635 - Convert canvas front instantiation to Target.getFront. r=yulia
Depends on D15825

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

--HG--
extra : moz-landing-system : lando
2019-02-02 11:24:49 +00:00
Alexandre Poirot
6daaf203a4 Bug 1465635 - Convert browser_two_tabs.js to async. r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D15825

--HG--
extra : moz-landing-system : lando
2019-02-02 11:24:56 +00:00
Csoregi Natalia
9423fa7897 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-02-02 00:14:12 +02:00
Michael Ratcliffe
ed1053338d Bug 1522809 - Nodes with name="attributes" break the markup view r=rcaliman
This is another very specific issue.

If you have `<img name="attributes"/>` in the dom then `document.attributes` will return the `<img>` tag.

In the source we bail if `!this.rawNode.attributes` but if we are on the document node this returns the image tag. Because the image tag is not a `NamedNodeMap` trying to iterate over the tag throws the error.

There is a test file [here](https://bugzilla.mozilla.org/attachment.cgi?id=9040577).

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

--HG--
extra : moz-landing-system : lando
2019-02-01 14:03:44 +00:00
Nicolas Chevobbe
6654ba7a44 Bug 1494318 - Don't map expression bindings when debugger is not paused; r=bgrins.
Differential Revision: https://phabricator.services.mozilla.com/D18314

--HG--
extra : moz-landing-system : lando
2019-02-01 15:19:47 +00:00
Brian Hackett
529252646f Bug 1523421 - Always view source map original URLs in the debugger, r=jlast.
--HG--
extra : rebase_source : c4252b81d4a397ac97f3a6e2e151f35ead670ee3
2019-01-28 12:18:56 -10:00
Gabriel Luong
00f9cbee19 Bug 1524024 - Extract RuleRewriter into its own module. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D18359

--HG--
rename : devtools/shared/css/parsing-utils.js => devtools/shared/fronts/inspector/rule-rewriter.js
2019-02-01 11:07:25 -05:00
Ciure Andrei
43ba02ef84 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2019-02-01 19:58:50 +02:00
Gabriel Luong
8deba07469 Bug 1524068 - Only setup autocompletion if the autocomplete config is not set. r=bgrins 2019-02-01 11:58:54 -05:00
Daisuke Akatsuka
33dd1d5c09 Bug 1521440: Add a test for hostType into browser_toolbox_target. r=ochameau
Depends on D17796

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

--HG--
extra : moz-landing-system : lando
2019-02-01 09:31:50 +00:00
Daisuke Akatsuka
e318e6b1c6 Bug 1521440: Add test for reloading about:devtools-toolbox. r=jdescottes
Depends on D17795

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

--HG--
extra : moz-landing-system : lando
2019-01-31 01:39:39 +00:00
Daisuke Akatsuka
0c01c764aa Bug 1521440: Avoid to move to about:blank after destroying. r=ochameau,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D17795

--HG--
extra : moz-landing-system : lando
2019-01-31 18:08:19 +00:00
Patrick Brosset
a3ccdb3812 Bug 1523909 - Simplifying the scrollable badge to just scroll; r=gl
Differential Revision: https://phabricator.services.mozilla.com/D18093

--HG--
extra : moz-landing-system : lando
2019-02-01 10:10:21 +00:00
Julian Descottes
0d43e6a31d Bug 1522800 - Skip service worker timeout test on debug & asan;r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D18238

--HG--
extra : moz-landing-system : lando
2019-02-01 09:03:18 +00:00
Alexandre Poirot
a1caccaabe Bug 1523943 - Cache SourceActor.url. r=jlast
Depends on D18244

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

--HG--
extra : moz-landing-system : lando
2019-01-31 18:30:17 +00:00
Alexandre Poirot
b44981a1ea Bug 1523942 - Remove unused addonID/addonPath from SourceActor. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D18244

--HG--
extra : moz-landing-system : lando
2019-01-31 17:10:22 +00:00
shindli
d6dd350c66 Merge inbound to mozilla-central. a=merge 2019-02-01 05:56:53 +02:00
shindli
dc35f3b972 Merge mozilla-central to autoland. a=merge CLOSED TREE
--HG--
extra : rebase_source : 44b5c3aa6b6562ada42dd6c60e3522a8bc97993b
2019-01-31 23:51:27 +02:00
Jason Laster
1c61aed104 Bug 1523528 - Update Debugger Frontend (Release 122). r=dwalsh 2019-01-31 13:42:11 -05:00
Brian Hackett
9a8e529067 Bug 1523528 - [release 122] Don't wait to load already-loaded source maps (#7819). r=dwalsh 2019-01-31 13:33:46 -05:00
Brian Hackett
9256725d3c Bug 1523528 - [release 122] When rewinding, reverse step past invalid step locations (#7847). r=dwalsh 2019-01-31 13:33:45 -05:00
Jaril
8c7946b246 Bug 1523528 - [release 122] Fix pretty printing in source list (#7845). r=dwalsh 2019-01-31 13:33:44 -05:00
Jeff Walden
334260601d Bug 1523528 - [release 122] Use instead of when only a test is being performed (#7827). r=dwalsh 2019-01-31 13:33:43 -05:00
Brian Hackett
66b862dd6e Bug 1523528 - [release 122] Don't allow duplicate source actors in redux store (#7838). r=dwalsh 2019-01-31 13:33:43 -05:00
Brian Hackett
fe9922db96 Bug 1523528 - [release 122] Rename makeLocationId to makeBreakpointId (#7826). r=dwalsh 2019-01-31 13:33:42 -05:00
David Walsh
627fc09297 Bug 1523528 - [release 122] Handle longString symbols (#7810). r=dwalsh 2019-01-31 13:33:41 -05:00
Nicolas Chevobbe
659bedd856 Bug 1523528 - [release 122] Don't map bindings when not paused (#7834). r=dwalsh 2019-01-31 13:33:40 -05:00
Jason Laster
e4d480af92 Bug 1523528 - [release 122] [test] disable two tests for the source actor refactor (#7829). r=dwalsh 2019-01-31 13:33:39 -05:00
Brian Hackett
3f7ea13654 Bug 1523528 - [release 122] Use flow in all remaining tests (#7828). r=dwalsh 2019-01-31 13:33:38 -05:00
Brian Hackett
287532de2f Bug 1523528 - [release 122] Split Source into Source/SourceActor, and Breakpoint into Breakpoint/BreakpointActor (#7796). r=dwalsh 2019-01-31 13:33:37 -05:00
Jason Laster
25c6f9d765 Bug 1523528 - [release 122] [panel] Refactor Panel redux usages (#7821). r=dwalsh 2019-01-31 13:33:36 -05:00
Nicolas Chevobbe
46f76ff601 Bug 1523528 - [release 122] Make the Frames component copy-friendly (#7723). r=dwalsh 2019-01-31 13:33:35 -05:00
Michael Ratcliffe
26180c13f0 Bug 1524005 - Inspect Element throwing on Anonymous nodes and content missing from Markup view r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D18106

--HG--
extra : moz-landing-system : lando
2019-01-31 13:00:34 +00:00
Tom Schuster
93f896affe Bug 1514680 - Strictly enforce the MIME type of scripts loaded by importScripts(). r=dveditz
Differential Revision: https://phabricator.services.mozilla.com/D16730

--HG--
extra : moz-landing-system : lando
2019-01-30 22:21:26 +00:00
Razvan Caliman
bdedab582f Bug 1523656 - Set DEVTOOLS_FONTEDITOR_FONT_TYPE_DISPLAYED histogram to never expire. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D17982

--HG--
extra : moz-landing-system : lando
2019-01-31 11:44:35 +00:00
Mike Conley
e9036eb302 Bug 1522546 - Make RDM swap code follow the browser binding on how remoteType shortcuts to the message manager. r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D18227

--HG--
extra : moz-landing-system : lando
2019-01-31 20:33:08 +00:00
Sebastian Hengst
59f46565b6 Bug 1524369 - Update moz..build files to use the new Inspector Bugzilla components r=gl
The components got renamed or added in bug 1523779.

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

--HG--
extra : moz-landing-system : lando
2019-01-31 19:31:40 +00:00
Cosmin Sabou
3147747b5c Backed out changeset ae859b463698 (bug 1517210) for causing devtools failures on multiple files. CLOSED TREE
--HG--
extra : rebase_source : 84795404ba2bf7600dcc8fb2384fa17f633ad354
2019-01-31 21:21:45 +02:00
Nicolas Chevobbe
1086ce9608 Bug 1522901 - Include packet.stacktrace when computing repeatId; r=julienw.
This was causing an issue with console.trace calls
triggered from different paths (i.e. the message
was repeated in the console, only showing the first
stacktrace).
This fixes the issue, and a test is added to
ensure we don't regress this.
This also revealed an erroneous test where we were
asserting the buggy behavior.
Doing this modifies the message shape, so we also
need to update the stubs.

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

--HG--
extra : moz-landing-system : lando
2019-01-31 14:22:53 +00:00
Michael Ratcliffe
cfe2c85110 Bug 1522273 - Markup view not working on elements containing a 'constructor' attribute r=rcaliman
`ATTRIBUTE_TYPES` was an object and we used to access it's attributes using e.g.
`ATTRIBUTE_TYPES["href"]`, which is fine in almost all cases.

The problem occurred when the attribute name was `"constructor"`. This caused us
to attempt to parse `ATTRIBUTE_TYPES["constructor"]`, which returned
`{}.constructor` therefore breaking the attribute parser.

Changing `ATTRIBUTE_TYPES` to a Map fixes the issue because
`ATTRIBUTE_TYPES.get("constructor")` returns null rather than an object
constructor.

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

--HG--
extra : moz-landing-system : lando
2019-01-31 15:48:41 +00:00
Alexandre Poirot
23d0b65f54 Bug 1517210 - Stop always loading DevTools modules in fresh compartments. r=jandem
Now, DevTools server is loaded with a custom loader every time we want to debug chrome
resources. We ensure toggle the "invisibleToDebugger" flag on Loader.jsm which itself propagates to DevTools Sandboxes.

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

--HG--
extra : moz-landing-system : lando
2019-01-31 13:49:17 +00:00
Daniel Varga
325e31df1d Merge mozilla-central to mozilla-inbound. a=merge 2019-01-31 06:30:06 +02:00
Daniel Varga
07e1eb0f18 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-01-31 00:02:55 +02:00
Daniel Varga
007e1e4a2f Merge mozilla-inbound to mozilla-central. a=merge 2019-01-30 23:54:54 +02:00
Emilio Cobos Álvarez
a155f63750 Bug 1523712 - Make -moz-binding chrome / UA only. r=boris
But enable it in all tests because a lot of them rely on using it in the
style="" attribute for example, or in inline stylesheets, which will no longer
parse this (even in chrome documents), and we don't want to rewrite all the XUL
and XBL tests.

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

--HG--
extra : moz-landing-system : lando
2019-01-30 20:55:54 +00:00
Brian Hackett
3057b313f6 Bug 1520993 - Fix ESLint failures. 2019-01-30 07:47:41 -10:00
Myk Melez
25349d2601 Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D17526

--HG--
extra : moz-landing-system : lando
2019-01-30 17:26:25 +00:00
Julian Descottes
5c5fcaf693 Bug 1500380 - Migrate browser_addons_debug_webextension_popup.js to new about:debugging;r=daisuke,Ola
Depends on D17095

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

--HG--
extra : moz-landing-system : lando
2019-01-30 20:34:20 +00:00
Bogdan Tara
19bcfc41e1 Backed out 8 changesets (bug 1465635) for failures on browser_canvas-actor-test-10.js, browser_target_server_compartment.js CLOSED TREE
Backed out changeset e8e363f98525 (bug 1465635)
Backed out changeset 9ec017a91e78 (bug 1465635)
Backed out changeset 11413ebfbcaf (bug 1465635)
Backed out changeset 52728b761d5d (bug 1465635)
Backed out changeset 734646bf9829 (bug 1465635)
Backed out changeset d9ae7cd34c1a (bug 1465635)
Backed out changeset 00d325ab677a (bug 1465635)
Backed out changeset a9b181f32189 (bug 1465635)
2019-01-30 18:54:05 +02:00
Alexandre Poirot
0b98a1f393 Bug 1465635 - Ensure removing BrowsingContextTarget front events when destroying it. r=jdescottes
When destroying the target, Target.destroy (for local tabs) only calls DebuggerClient.close,
which isn't going to call `detach`. But we still do need to unregister
the tabNavigated/frameUpdate listener to prevent unecessary event from firing.

Depends on D17609

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

--HG--
extra : moz-landing-system : lando
2019-01-30 13:28:29 +00:00
Alexandre Poirot
6483fbf5a1 Bug 1465635 - Prevent netmonitor from destroying all "close" event listeners. r=jdescottes
Depends on D16874

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

--HG--
extra : moz-landing-system : lando
2019-01-30 13:28:27 +00:00
Alexandre Poirot
dc852753a8 Bug 1465635 - Remove Target.activeTab property. r=yulia
Depends on D15831

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

--HG--
extra : moz-landing-system : lando
2019-01-30 13:28:25 +00:00
Alexandre Poirot
ebfbdd02fa Bug 1465635 - Merge all target fronts with Target class. r=yulia,jdescottes
This patch makes it so that all target fronts inherits from a Target class mixin.
We are using a mixin as fronts should inherit from a custom Front class,
which is augmented with its own RDP request and events defined in its spec.
(This is done via FrontClassWithSpec(spec))

Depends on D15830

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

--HG--
extra : moz-landing-system : lando
2019-01-30 13:28:23 +00:00
Alexandre Poirot
a9ef0997b4 Bug 1465635 - Use Target.title to fetch target's title instead of using its form. r=yulia
Depends on D15828

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

--HG--
extra : moz-landing-system : lando
2019-01-30 13:28:15 +00:00
Alexandre Poirot
b36f6878dd Bug 1465635 - Always consider that Target.activeTab is set. r=yulia
Depends on D15826

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

--HG--
extra : moz-landing-system : lando
2019-01-30 13:28:13 +00:00
Alexandre Poirot
9ad26a5f93 Bug 1465635 - Convert canvas front instantiation to Target.getFront. r=yulia
Depends on D15825

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

--HG--
extra : moz-landing-system : lando
2019-01-30 13:28:11 +00:00
Alexandre Poirot
27142b3209 Bug 1465635 - Convert browser_two_tabs.js to async. r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D15825

--HG--
extra : moz-landing-system : lando
2019-01-30 13:28:09 +00:00
Sylvestre Ledru
b6356f4723 Bug 1523092 - Enable codespell on more directories r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D17740

--HG--
extra : moz-landing-system : lando
2019-01-30 14:16:08 +00:00
Razvan Caliman
c9e2036ca5 Bug 1523315 - Remove expired histograms for Font Editor MVP. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D17950

--HG--
extra : moz-landing-system : lando
2019-01-30 12:33:07 +00:00
sakshaat
ae028b7239 Bug 1522057 - Adds an additional line in to make console.log output easier to find r=Ola
This just adds a line to the documentation to make console.log outputs easier to find by adding an emoji.

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

--HG--
extra : moz-landing-system : lando
2019-01-30 13:05:04 +00:00
Alexandre Poirot
eb5479d85e Bug 1515290 - Prevent intermittent leaks in browser_toolbox_meatball.js r=jdescottes
This test seems fragile and report leaks when run sequentially with other tests.
Destroying its toolbox and more importantly waiting for it to complete seems to
stop the leaks.

Depends on D17925

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

--HG--
extra : moz-landing-system : lando
2019-01-29 22:33:35 +00:00
Alexandre Poirot
55998ceb7a Bug 1515290 - Prevent ParentProcessTargetActor.detach from failing with 'wrongState' error. r=jdescottes
BrowsingContextTargetActor, which is calling `_detach` expects it to return `true`
if everything worked as expected. But the overloaded method in ParentProcessTargetActor
was always returning `undefined`.

Depends on D14957

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

--HG--
extra : moz-landing-system : lando
2019-01-30 08:04:59 +00:00
Alexandre Poirot
fc5fb970e7 Bug 1515290 - Instantiate DebuggerServer in dedicated loader when debugging chrome tabs. r=yulia,jdescottes
When debugging contexts running from the system compartment, the debugger has
to be loaded in a dedicated Loader, with invisibleToDebugger flag turned on.
This ensures that the Debugger API is going to be used from a distinct system
compartment. Otherwise it may be used from the same compartment than the page
we are debugging.

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

--HG--
extra : moz-landing-system : lando
2019-01-30 08:04:50 +00:00
championshuttler
9f28a31080 Bug 1519726 - Remove unused .hidden-labels-box CSS r=ntim
Remove unused .hidden-labels-box CSS

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

--HG--
extra : moz-landing-system : lando
2019-01-30 06:55:26 +00:00
Brian Grinstead
b7ba45940c Bug 1522921 - Set the devtools chrome debugging prefs to true by default in mochitests and wpt r=ahal,miker
Differential Revision: https://phabricator.services.mozilla.com/D17671

--HG--
extra : moz-landing-system : lando
2019-01-30 03:25:17 +00:00
shindli
011ea038cb Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-29 23:54:31 +02:00
shindli
d5c5369355 Merge inbound to mozilla-central. a=merge 2019-01-29 23:37:33 +02:00
Gabriel Luong
8b553d4d94 Bug 1523724 - Fix the selector dom structure in the new rules view. r=rcaliman 2019-01-29 16:37:20 -05:00
championshuttler
73ba4e1810 Bug 1519083 - Remove unused .devtools-menulist selector r=ntim
Remove unused .devtools-menulist selector

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

--HG--
extra : moz-landing-system : lando
2019-01-29 17:44:00 +00:00
Michael Ratcliffe
54775deef8 Bug 1522404 - Refactor devtools/server/actors/inspector/event-parsers.js to use ES6 classes r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D17651

--HG--
rename : devtools/server/actors/inspector/event-parsers.js => devtools/server/actors/inspector/event-collector.js
extra : moz-landing-system : lando
2019-01-29 17:30:57 +00:00
garvitdelhi
0dea5b5f2c Bug 1513922 - Use -moz-appearance: textfield for the Weight number input r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D17802

--HG--
extra : moz-landing-system : lando
2019-01-29 15:17:10 +00:00
Gabriel Luong
8616aa3232 Bug 1522217 - Implement add a new CSS rule in the new rules view. r=rcaliman 2019-01-29 09:57:02 -05:00
Cosmin Sabou
599a15d354 Merge mozilla-inbound to mozilla-central. a=merge 2019-01-29 12:01:56 +02:00
Jason Laster
5f1d658b76 Bug 1523386 - Update debugger frontend (release 121). r=dwalsh 2019-01-28 21:01:17 -05:00
Brian Hackett
4ff11b64ac Bug 1523386 - [release 121] Use flow in src/components tests (#7815). r=dwalsh 2019-01-28 21:01:16 -05:00
Brian Hackett
6a108618ac Bug 1523386 - [release 121] [tests] Add flow types to remaining src/utils unit tests. (#7809). r=dwalsh 2019-01-28 21:01:15 -05:00
Nicolas Chevobbe
f16d70465a Bug 1523386 - [release 121] Fix Frames.css hover/focus (#7805). r=dwalsh 2019-01-28 21:01:15 -05:00
Brian Hackett
00a47abe41 Bug 1523386 - [release 121] Refactor src/utils/pause unit tests. (#7798). r=dwalsh 2019-01-28 21:01:14 -05:00
Shivam Singhal
5f46269771 Bug 1523386 - [release 121] remove --icon-size CSS variable (#7801). r=dwalsh 2019-01-28 21:01:13 -05:00
Jaril
476cb1d183 Bug 1523386 - [release 121] corrected selectors for pane toggle buttons (#7802). r=dwalsh 2019-01-28 21:01:12 -05:00
Jason Laster
c39344de02 Bug 1523386 - [release 121] [DebugLine] line is not cleared (#7779). r=dwalsh 2019-01-28 21:01:11 -05:00
Anshul
0d6e63e879 Bug 1523386 - [release 121] strict flow and remove some unused code in project search (#7669). r=dwalsh 2019-01-28 21:01:10 -05:00
Aayush Joglekar
9376828bbe Bug 1523386 - [release 121] Fixes Line Highlight Bug (#7768). r=dwalsh 2019-01-28 21:01:09 -05:00
Brian Hackett
2fdfcfa4f3 Bug 1523386 - [release 121] [Workers] Fix a couple bugs with windowless worker debugging. (#7776). r=dwalsh 2019-01-28 21:01:08 -05:00
derek-li
2de0ebc766 Bug 1523386 - [release 121] [XHR Breakpoints] Clicking text toggles breakpoint (#7766). r=dwalsh 2019-01-28 21:01:07 -05:00
Pradeep Gangwar
4b7f197296 Bug 1523386 - [release 121] Change max-width boundaries for verticalLayoutBreakpoint (#7781). r=dwalsh 2019-01-28 21:01:06 -05:00
David Walsh
a55e596bf4 Bug 1523386 - [release 121] [Evaluations] Use jsterm directly for console logging (#7753). r=dwalsh 2019-01-28 21:01:06 -05:00
R.Ganesh
ebd3447d1f Bug 1523386 - [release 121] Remove sanitize inputs (#7767). r=dwalsh 2019-01-28 21:01:05 -05:00
Jason Laster
d6ea402092 Bug 1523386 - [release 121] [flow] Fix types with firefox commands (#7751). r=dwalsh 2019-01-28 21:01:04 -05:00
Konrad Kruk
c2bb783f96 Bug 1523386 - [release 121] Respect enable extenstions setting in Sources and QuickOpenModal (#7705). r=dwalsh 2019-01-28 21:01:02 -05:00
Brian Hackett
5f0bf41d9d Bug 1523386 - [release 121] Distinguish between condition and log value in breakpoints (#7749). r=dwalsh 2019-01-28 21:01:01 -05:00
Hubert Boma Manilla
6ba3f76565 Bug 1523386 - [release 121] put log points behind a flag (#7761). r=dwalsh 2019-01-28 21:01:00 -05:00
Jason Laster
55a9ccfec2 Bug 1523386 - [release 121] Update editor context menus (#7719). r=dwalsh 2019-01-28 21:00:59 -05:00
Sebastian Hengst
b78e4e8667 Merge mozilla-central to mozilla-inbound
--HG--
rename : browser/components/urlbar/tests/legacy/browser_urlbar_search_no_speculative_connect_with_client_cert.js => browser/components/urlbar/tests/browser/browser_urlbar_speculative_connect_not_with_client_cert.js
2019-01-29 02:55:55 +02:00
Razvan Maries
c88bd55f59 Merge mozilla-inbound to mozilla-central a=merge 2019-01-28 23:46:39 +02:00