Sami Jaktholm
1a7bf533c3
Bug 1035140 - Split browser_inspector_menu-0?.js into multiple tests. r=pbrosset
2015-03-14 13:53:32 +02:00
Patrick Brosset
060620dc4d
Bug 1101569 - Use the new allTabs menu sidebar in the inspector and netmonitor; r=vporof
2015-01-16 11:58:02 +01:00
Patrick Brosset
60c1284bc8
Bug 1101569 - Adds an allTabs menu to the sidebar widget; r=dcamp
2015-01-15 10:47:12 +01:00
Patrick Brosset
2aab49fd92
Bug 1105825 - 4 - Adds a simple animation inspector panel to the inspector sidebar; r=bgrins r=vporof
2015-01-10 19:51:46 +01:00
Patrick Brosset
07bb84f97c
Bug 1105825 - Fix the toolbox/inspector/sidebar destroy sequence; r=past
2014-12-22 14:54:09 +01:00
Sami Jaktholm
eb638365c2
Bug 940542 - Use Promise.jsm instead of deprecated-sync-thenables in Inspector. r=pbrosset
2014-12-16 10:06:00 -05:00
Patrick Brosset
099ac63474
Bug 1104908 - 1 - Fix e10s intermittent browser_computedview_original-source-link.js; r=harth
2014-12-15 12:24:47 +01:00
Patrick Brosset
b53c7a05e7
Bug 1103993 - 3 - Only refresh the rule/computed views when active; r=bgrins r=ochameau
2014-12-10 09:09:19 +01:00
Heather Arthur
daf196bce6
Bug 886041 - Make the font inspector remotable; r=bgrins
2014-11-25 07:36:44 -08:00
fayolle-florent@orange.fr
1b02acfe41
Bug 1095521 - Implement more paste commands for the inspector panel. r=pbrosset
2014-11-22 08:48:00 +01:00
Heather Arthur
cc64e21eb1
Bug 1036409 - re-select last selected node after reload under e10s; r=pbrosset
2014-10-22 14:05:32 +02:00
Heather Arthur
6146c82d8d
Bug 967201 - "Copy Unique Selector" doesn't place anything in the clipboard in e10s windows and Browser Toolbox". r=pbrosset
2014-10-16 16:31:00 +02:00
Brian Grinstead
8cb3638a5d
Bug 920141 - Add support for inspecting anonymous content. r=pbrosset
2014-09-29 09:29:00 +02:00
Willian Gustavo Veiga
fde4193083
Bug 992679 - Context item to open split console and log element. r=harth
2014-09-05 15:50:00 +02:00
Alexandre Poirot
3748dbcf0f
Bug 977043 - Fix inspector and add test for frame selection. r=pbrosset
2014-08-27 12:19:30 +02:00
Athena
4583b4edc7
Bug 977199 - Add aria-label "Markup View". r=bgrins, f=marcoz
2014-07-07 19:59:00 -04:00
Brian Grinstead
22ea0e46ac
Bug 1038651 - Prevent inspector from breaking when reloading an SVG file;r=mratcliffe
2014-07-16 08:40:07 -05:00
Sami Jaktholm
1e130a282e
Bug 1024789 - Fix uncaught rejections in browser_toolbox_window_reload_target.js by cancelling asyncronous update of InspectorPanel._defaultNode if page navigates. r=pbrosset
2014-06-23 09:37:00 -04:00
Jim Blandy
39dc0c6097
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Vikneshwar
ee78456672
Bug 1003546 - Use Arrow function instead of bind(). r=fitzgen
2014-06-14 06:49:00 -04:00
Gorman Ho
33e009c412
Bug 993416 - Add "Paste Outer HTML" to the inspector context menu. r=bgrins
2014-04-26 21:59:43 -06:00
Paolo Amadini
6d99e32a9f
Bug 995184 - Copy the legacy "promise.js" implementation from the Add-on SDK to devtools. r=past
2014-04-22 20:55:01 +01:00
Alexandre Poirot
0445235b25
Bug 985555 - Fix inspector loading when browsing a tab history r=bgrins
2014-03-24 11:53:00 +01:00
Alexandre Poirot
d6dbbbdfe5
Bug 985555 - Prevent creating multiple markup view iframes when browsing in history. r=bgrins
2014-03-20 09:33:18 -04:00
Brandon Benvie
4520a9d6f2
Bug 943510 - Convert to Promise.jsm in the devtools framework. r=pbrosset, r=rcampbell
2014-03-17 11:11:00 -07:00
J. Ryan Stinnett
26967f4282
Bug 976679 - Move event-emitter to toolkit. r=paul
2014-02-25 22:22:05 -06:00
Patrick Brosset
f2f2876836
Bug 962647 - Nodes searched in the inspector selector-search box now appear correctly in the markup-view; r=harth
2014-02-25 16:33:57 +01:00
Patrick Brosset
4e80a68183
Bug 932896 - Retrieves image data from server for image tooltips and makes tooltip size a pref, r=jwalker,ttaubert
2014-02-05 11:53:46 +01:00
Carsten "Tomcat" Book
3112df3f5d
Backed out changeset 18d70a3136f5 (bug 932896) for mochitest-other bustage on a CLOSED TREE
2014-02-05 11:36:02 +01:00
Paul Rouget
b0677e5fd5
Bug 932896 - Retrieves image data from server for image tooltips and makes tooltip size a pref, r=jwalker,ttaubert
2014-02-05 10:02:52 +01:00
Patrick Brosset
dd27ff1d92
Bug 964014 - Adds copy-image-data-uri option to images in the markup-view, r=harth
2014-01-30 17:33:53 +01:00
Patrick Brosset
6c50b3a034
Bug 916443 - part 1 - Toolbox level remote highlighter [Australis], r=paul
2014-01-09 12:36:01 +01:00
Paul Rouget
c6a128e5f1
Bug 951658 - Kill the inspector front even if walker.release() failed. r=pbrosset
2013-12-18 12:41:28 -05:00
Brian Grinstead
a3ffa31ec7
Bug 934487 - Fix "TypeError: this.markup is undefined" in devtools b-c runs; r=pbrosset
2013-11-05 07:37:55 -06:00
Panos Astithas
1fd49d3ebf
Bug 932880 - Make targets oblivious to inspectors. r=bgrins
2013-10-31 21:09:40 +02:00
Brian Grinstead
a92c150e7f
Bug 932880 - Fix a bunch of devtools test leaks. r=past
2013-10-31 17:49:37 -05:00
Brian Grinstead
f0cf4ef2c6
Bug 932880: Developer tools leak many windows until shutdown in browser-chrome tests. r=anton CLOSED TREE
2013-10-30 20:29:06 -05:00
Brian Grinstead
55f8aa74fd
Bug 895561 - 'Edit As HTML' option in the markup view - browser changes, r=jwalker
2013-10-24 08:41:03 -05:00
Patrick Brosset
26dea59b7a
bug 926325 - Refactored test to avoid js errors in test run; r=mikeratcliffe
2013-10-15 17:32:00 +02:00
Brian Grinstead
dbc77152ce
Bug 911678 - Inspector - inline style rules do not populate the CSSRuleView immediately. r=miker
2013-10-15 07:09:49 -05:00
Patrick Brosset
d753091e00
Bug 922125 - Destroy markup, rule and computed views on navigation and unload. r=miker
2013-10-11 11:50:33 -04:00
Patrick Brosset
c91397515c
Bug 848731 - Deleting nodes or container frames now resets the markup, highlighter, css views accordingly, r=paul
2013-10-02 02:14:00 +02:00
Wes Kocher
3c197b23bf
Merge fx-team to m-c
2013-09-24 20:06:37 -07:00
Patrick Brosset
14b316f0e2
Bug 917448 - Avoids dead-object exceptions in markup-view due to delete iframe during load. r=paul
2013-09-23 09:04:01 -05:00
Brian Grinstead
c70be543dc
Bug 911678 - Inspector - inline style rules do not populate the CSSRuleView immediately. r=miker
2013-09-23 09:58:29 -05:00
Carsten "Tomcat" Book
1023f0ba9c
Backed out changeset f9fd3a1b03ed (bug 911678) for suspicion of causing nearly perma-orange on OSX Mochi-Browser Chome Tests
2013-09-24 10:26:07 +02:00
J. Ryan Stinnett
c6377401eb
Bug 914403 - Part 3: Clear selection on remote inspector destuction. r=paul
2013-09-16 19:28:53 -05:00
Dave Camp
10b90d7ea2
Bug 909121 - Inspector breaks when navigating backwards. r=bgrinstead
2013-09-09 08:11:22 -07:00
Paul Rouget
5160d5c7ff
Bug 912915 - Implement a simple generic highlighter. r=jwalker
2013-09-07 11:39:50 +02:00
Patrick Brosset
c7038a404b
Bug 879578 - Re-select last selected node when page is reloaded; r=paul
...
Done at inspector-panel level, this module is not reloaded and is
therefore used now to record the last node (unique css selector)
that has been selected as well as the URL of the page where it has
been selected.
On page reload, an attempt is made to re-select it, otherwise, the
logic implemented previously is executed.
2013-09-06 10:19:35 +01:00