gecko-dev/devtools/shared/fronts
Nicolas Chevobbe d07235e82b Bug 1602700 - Add a comment in webconsole front destroy function to make it clearer how it behaves. r=jdescottes.
This only highlights the fact that the front will only
do the heavy work once, since we set the _client property
to null, and the function is guarded against the _client
truthiness.

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

--HG--
extra : moz-landing-system : lando
2019-12-10 13:32:15 +00:00
..
addon Bug 1575557 - merge webextension-proxy with webextension; r=ochameau 2019-08-28 10:06:27 +00:00
descriptors Bug 1471754 - Implement the TargetList component. r=jdescottes 2019-11-04 11:03:58 +00:00
inspector Bug 1568779 - Remove editors settings comments in devtools files. r=pbro. 2019-08-19 12:48:16 +00:00
targets Backed out 2 changesets (bug 1525966) for causing devtools failures. 2019-12-09 16:22:08 +02:00
worker Bug 1595964 Part 2 - Expose evaluating worker in service worker registration front, r=jdescottes. 2019-12-07 18:18:09 +00:00
accessibility.js Bug 1598060 - removing walker actor/front passing as an argument where not necessary. r=rcaliman 2019-11-26 19:03:01 +00:00
actor-registry.js Bug 1561435 - Format remaining devtools/, a=automatic-formatting, CLOSED TREE 2019-07-05 11:29:32 +02:00
animation.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
array-buffer.js Bug 1561435 - Format remaining devtools/, a=automatic-formatting, CLOSED TREE 2019-07-05 11:29:32 +02:00
changes.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
css-properties.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
device.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
emulation.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
environment.js Bug 1588997 - Convert ObjectClient to protocol.js front. r=nchevobbe. 2019-10-17 16:06:25 +00:00
frame.js Bug 1594941 - Remove unused Frame.environment field. r=bhackett 2019-11-19 19:53:14 +00:00
framerate.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
highlighters.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
inspector.js Bug 1578242 - Make the inspector use the TargetList. r=gl,pbro 2019-11-18 15:06:02 +00:00
layout.js Bug 1568857 - Get flexbox information from the right target; r=ochameau 2019-09-19 12:12:21 +00:00
manifest.js Bug 1565973 - Part 1: Implement manifest actor in the server r=ochameau 2019-08-13 14:43:24 +00:00
memory.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
moz.build Bug 1571704 - Make ThreadActor.frames return Frame fronts instead of JSON objects. r=nchevobbe 2019-11-07 20:22:43 +00:00
node.js Bug 1590050 - Preserve markup view selection in iframes after reload r=rcaliman,gl 2019-10-28 07:55:14 +00:00
object.js Bug 1579090 - Make WebConsoleFront, PropertyIteratorFront, SymbolIteratorFront and ObjectFront return adhoc fronts (or primitive) when needed. r=jlast. 2019-12-04 09:02:24 +00:00
perf.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
performance-recording.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
performance.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
preference.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
property-iterator.js Bug 1579090 - Make WebConsoleFront, PropertyIteratorFront, SymbolIteratorFront and ObjectFront return adhoc fronts (or primitive) when needed. r=jlast. 2019-12-04 09:02:24 +00:00
reflow.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
root.js Bug 1595964 Part 2 - Expose evaluating worker in service worker registration front, r=jdescottes. 2019-12-07 18:18:09 +00:00
screenshot.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
source.js Bug 1571863 Part 1 - Manage SourceFront from its associated ThreadFront, r=jdescottes,ochameau. 2019-10-31 13:53:25 +00:00
storage.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
string.js Bug 1579090 - Make WebConsoleFront, PropertyIteratorFront, SymbolIteratorFront and ObjectFront return adhoc fronts (or primitive) when needed. r=jlast. 2019-12-04 09:02:24 +00:00
styles.js Bug 1593944 - Emit event with StyleRuleActor as argument when its underlying CSS rule is updated. r=pbro 2019-11-13 14:04:37 +00:00
stylesheets.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00
symbol-iterator.js Bug 1579090 - Make WebConsoleFront, PropertyIteratorFront, SymbolIteratorFront and ObjectFront return adhoc fronts (or primitive) when needed. r=jlast. 2019-12-04 09:02:24 +00:00
thread.js Bug 1579090 - Make WebConsoleFront, PropertyIteratorFront, SymbolIteratorFront and ObjectFront return adhoc fronts (or primitive) when needed. r=jlast. 2019-12-04 09:02:24 +00:00
walker.js Bug 1599635 - Return the root node if no valid iframe nodeFront can be found after a reload. r=jdescottes 2019-12-04 18:52:02 +00:00
webconsole.js Bug 1602700 - Add a comment in webconsole front destroy function to make it clearer how it behaves. r=jdescottes. 2019-12-10 13:32:15 +00:00
websocket.js Bug 1569023 - Expose a helper on protocol's Front class to help retrieve the parent front. r=ochameau,yulia 2019-08-14 04:51:20 +00:00