Commit Graph

129 Commits

Author SHA1 Message Date
Brian Grinstead
500ad1548d Bug 931990 - [markup view] Context menu disappearing in markup tree during after mutation; r=paul 2013-11-07 13:03:40 -06:00
Paul Rouget
ffc69ff31b Bug 914077 - Use rawNde() only if connection is not remote. r=bgrins 2013-11-06 09:02:09 -05:00
Brian Grinstead
f765548d80 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
287b47c5c1 Bug 932880 - Make targets oblivious to inspectors. r=bgrins 2013-10-31 21:09:40 +02:00
Brian Grinstead
06b8961622 Bug 932880 - Fix a bunch of devtools test leaks. r=past 2013-10-31 17:49:37 -05:00
Brian Grinstead
40ef0468bf 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
fd589740da Bug 895561 - 'Edit As HTML' option in the markup view - browser changes, r=jwalker 2013-10-24 08:41:03 -05:00
Patrick Brosset
abf40d7b5e bug 926325 - Refactored test to avoid js errors in test run; r=mikeratcliffe 2013-10-15 17:32:00 +02:00
Michael Ratcliffe
dcf9c27036 Bug 918716 - Add color swatches to devtools output parser. r=jwalker 2013-10-18 15:01:20 +01:00
Brian Grinstead
27c63e3507 Bug 911678 - Inspector - inline style rules do not populate the CSSRuleView immediately. r=miker 2013-10-15 07:09:49 -05:00
Patrick Brosset
175a738288 Bug 922125 - Destroy markup, rule and computed views on navigation and unload. r=miker 2013-10-11 11:50:33 -04:00
Ms2ger
105ce73cfa Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Patrick Brosset
ca61a2c2a4 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
Gregory Szorc
b03f79a7e6 Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Ed Morley
eccf636a23 Backed out changeset 8b02873ee07e (bug 920223) 2013-09-30 12:50:05 +01:00
Gregory Szorc
e4af98efbf Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Wes Kocher
9f40060dc3 Merge fx-team to m-c 2013-09-24 20:06:37 -07:00
Patrick Brosset
e3418b4c98 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
e5616a10bc 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
a88b8cb20a 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
bf57318219 Bug 914403 - Part 3: Clear selection on remote inspector destuction. r=paul 2013-09-16 19:28:53 -05:00
J. Ryan Stinnett
d4e69409d6 Bug 914403 - Part 2: Convert basic highlighter test to Task.jsm. r=paul 2013-09-16 19:26:51 -05:00
J. Ryan Stinnett
b4c46a8250 Bug 914403 - Part 1: Fix explicit selection removal with remote highlighter. r=paul 2013-09-16 19:23:57 -05:00
Dave Camp
c5268cc7bc Bug 909121 - Inspector breaks when navigating backwards. r=bgrinstead 2013-09-09 08:11:22 -07:00
Patrick Brosset
fb70fd5030 Bug 855523 - Markup-view lines are easier to expand/collapse. r=miker
New markup structure for the markup-view inspector.
This allows for tags to have a full edge-to-edge line.
So highlight and click areas are easier to use.
2013-09-12 10:48:13 -04:00
Patrick Brosset
a3f8e53797 Bug 913641 - Execute test steps off the main reload event loop. r=miker 2013-09-11 09:50:44 -04:00
Paul Rouget
383319b1d3 backed out 1892b204f836 (orange) bug 855523 - CLOSED TREE 2013-09-11 12:49:44 +02:00
Patrick Brosset
68983f6df4 Bug 855523 - Markup-view lines are easier to expand/collapse; r=mratcliffe 2013-09-09 07:59:00 +02:00
Paul Rouget
800f547acf Bug 897960 - walker should support mozbrowser iframes. Patch C. r=dcamp 2013-09-08 11:01:00 +02:00
Blair McBride
8aaa8abb80 Backout 86b5d8778fc4,fab07b9d6dee,89a059433037,bbb54cde82c3 (bug 897960) due to orange 2013-09-09 12:45:31 +12:00
Paul Rouget
cb61d43e44 Bug 897960 - walker should support mozbrowser iframes. r=dcamp 2013-09-08 11:01:00 +02:00
Paul Rouget
f107217df7 Bug 912915 - Implement a simple generic highlighter. r=jwalker 2013-09-07 11:39:50 +02:00
Patrick Brosset
171c5c787c 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
Mike Hommey
f1cf3b4238 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Dave Camp
5b86d023de Bug 910243 - Disable font inspector on remote targets. r=paul
--HG--
extra : rebase_source : e923c9b112a7e64cc58796114a24ea8382b92ca1
2013-08-12 07:43:19 -07:00
Dave Camp
ccb9162455 Bug 886039 - Port the computed view to the styles actor. r=mratcliffe 2013-08-08 08:44:57 -07:00
Dave Camp
44b8744a8c Bug 886038 - Port the rule view to the styles actor. r=mratcliffe 2013-08-08 08:44:57 -07:00
Dave Camp
c2fa37fa2a Bug 903573 - Get a reference to the style actor in the inspector panel. r=mratcliffe 2013-08-08 08:44:56 -07:00
Brian Grinstead
6505f8e6d7 Bug 891556 - Add Ctrl-Shift-C (Cmd-Opt-C) shortcut to toggle highlighting; r=jwalker 2013-08-02 11:28:37 -07:00
Mihai Sucan
b255378927 Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp
--HG--
rename : browser/devtools/shared/AutocompletePopup.jsm => browser/devtools/shared/autocomplete-popup.js
rename : browser/devtools/webconsole/HUDService.jsm => browser/devtools/webconsole/hudservice.js
rename : browser/devtools/webconsole/NetworkPanel.jsm => browser/devtools/webconsole/network-panel.js
rename : browser/devtools/webconsole/WebConsolePanel.jsm => browser/devtools/webconsole/panel.js
rename : toolkit/devtools/webconsole/WebConsoleClient.jsm => toolkit/devtools/webconsole/client.js
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/network-helper.js
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/utils.js
2013-08-03 13:29:48 +03:00
Paul Rouget
328328c661 Bug 898918 - many files have wrong mode-lines in comments. r=robcee 2013-08-01 10:53:31 +02:00
Ed Morley
d935b50c79 Bug 851349 - Disable browser_inspector_bug_831693_searchbox_panel_navigation.js for too many intermittent failures
--HG--
extra : rebase_source : dfc972c73c4c7e3a11e2695039b687048b478049
2013-07-30 17:21:57 +01:00
Girish Sharma
c84a567fe5 trying to lower the frequency of intermittent in Bug 851349, r=past 2013-07-29 22:40:20 +05:30
Dave Camp
a289f7b2de Bug 896267 - Only create one walker actor per tab. r=harth 2013-07-19 11:21:40 -07:00
Dave Camp
7f5a77a340 Bug 891357 - iframes don't appear in breadcrumbs. r=robcee 2013-07-23 14:42:12 -07:00
Dave Camp
816f9c863d Bug 888527 - Delete nodes using the remote protocol. r=paul 2013-06-17 06:52:55 -07:00
Dave Camp
e7d9a9efa4 Bug 879523 - Remote the SelectorSearch. r=paul 2013-06-10 21:18:46 -07:00
Dave Camp
4829fb0b64 Bug 888486 - Use the remote protocol to copy innerHTML/outerHTML. r=paul 2013-06-17 06:52:55 -07:00
Dave Camp
7b7821bb9a Bug 888484 - Save the default inspection node. r=paul 2013-06-17 06:52:54 -07:00
Dave Camp
a43fffd13a Bug 886032 - Port the markup view to the inspector actor (readonly). r=paul
--HG--
extra : rebase_source : f33acb5d1d70fa8c18410ede8c2ab73fc3482495
2013-06-10 21:18:46 -07:00