Joe Walker
59c94fc832
Bug 773565 - GCLI Autocomplete goes wild when boolean params are used in a group; r=dcamp
...
--HG--
rename : browser/devtools/highlighter/test/helper.js => browser/devtools/highlighter/test/helpers.js
rename : browser/devtools/responsivedesign/test/helper.js => browser/devtools/responsivedesign/test/helpers.js
rename : browser/devtools/shared/test/helper.js => browser/devtools/shared/test/helpers.js
rename : browser/devtools/styleeditor/test/helper.js => browser/devtools/styleeditor/test/helpers.js
2012-08-24 11:05:19 +01:00
Michael Ratcliffe
81c2327b69
Bug 776875 - GCLI: Move existing GCLI commands into JSMs; r=jwalker
...
--HG--
rename : browser/devtools/commandline/GcliCookieCommands.jsm => browser/devtools/commandline/CmdCookie.jsm
rename : browser/devtools/commandline/GcliCommands.jsm => browser/devtools/commandline/Commands.jsm
rename : browser/devtools/commandline/gcli.css => browser/devtools/commandline/commandline.css
rename : browser/devtools/commandline/gclioutput.xhtml => browser/devtools/commandline/commandlineoutput.xhtml
rename : browser/devtools/commandline/gclitooltip.xhtml => browser/devtools/commandline/commandlinetooltip.xhtml
rename : browser/devtools/commandline/test/browser_gcli_addon.js => browser/devtools/commandline/test/browser_cmd_addon.js
rename : browser/devtools/commandline/test/browser_gcli_calllog.js => browser/devtools/commandline/test/browser_cmd_calllog.js
rename : browser/devtools/commandline/test/browser_gcli_commands.js => browser/devtools/commandline/test/browser_cmd_commands.js
rename : browser/devtools/commandline/test/browser_gcli_cookie.js => browser/devtools/commandline/test/browser_cmd_cookie.js
rename : browser/devtools/commandline/test/browser_gcli_integrate.js => browser/devtools/commandline/test/browser_cmd_integrate.js
rename : browser/devtools/commandline/test/browser_gcli_jsb.js => browser/devtools/commandline/test/browser_cmd_jsb.js
rename : browser/devtools/commandline/test/resources_jsb_script.js => browser/devtools/commandline/test/browser_cmd_jsb_script.jsi
rename : browser/devtools/commandline/test/browser_gcli_inspect.html => browser/devtools/commandline/test/browser_cmd_pagemod_export.html
rename : browser/devtools/commandline/test/browser_gcli_pagemod_export.js => browser/devtools/commandline/test/browser_cmd_pagemod_export.js
rename : browser/devtools/commandline/test/browser_gcli_pref.js => browser/devtools/commandline/test/browser_cmd_pref.js
rename : browser/devtools/commandline/test/browser_gcli_restart.js => browser/devtools/commandline/test/browser_cmd_restart.js
rename : browser/devtools/commandline/test/browser_gcli_settings.js => browser/devtools/commandline/test/browser_cmd_settings.js
rename : browser/devtools/commandline/test/resources_dbg.html => browser/devtools/commandline/test/browser_dbg_cmd.html
rename : browser/devtools/commandline/test/browser_gcli_dbg.js => browser/devtools/commandline/test/browser_dbg_cmd.js
rename : browser/devtools/commandline/test/browser_gcli_break.html => browser/devtools/commandline/test/browser_dbg_cmd_break.html
rename : browser/devtools/commandline/test/browser_gcli_break.js => browser/devtools/commandline/test/browser_dbg_cmd_break.js
rename : browser/devtools/commandline/test/browser_gcli_inspect.html => browser/devtools/highlighter/test/browser_inspector_cmd_inspect.html
rename : browser/devtools/commandline/test/browser_gcli_inspect.js => browser/devtools/highlighter/test/browser_inspector_cmd_inspect.js
rename : browser/devtools/commandline/test/browser_gcli_responsivemode.js => browser/devtools/responsivedesign/test/browser_responsive_cmd.js
rename : browser/devtools/commandline/test/resources.html => browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.html
rename : browser/devtools/commandline/test/browser_gcli_edit.js => browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.js
rename : browser/devtools/commandline/test/resources_inpage.js => browser/devtools/styleeditor/test/resources_inpage.jsi
rename : browser/devtools/commandline/test/resources_inpage1.css => browser/devtools/styleeditor/test/resources_inpage1.css
rename : browser/devtools/commandline/test/resources_inpage2.css => browser/devtools/styleeditor/test/resources_inpage2.css
rename : browser/devtools/commandline/GcliTiltCommands.jsm => browser/devtools/tilt/CmdTilt.jsm
rename : browser/themes/gnomestripe/devtools/gcli.css => browser/themes/gnomestripe/devtools/commandline.css
rename : browser/themes/pinstripe/devtools/gcli.css => browser/themes/pinstripe/devtools/commandline.css
rename : browser/themes/winstripe/devtools/gcli.css => browser/themes/winstripe/devtools/commandline.css
2012-08-14 15:51:48 +01:00
Dave Camp
d72caac72c
Bug 777085: New markup panel for the inspector. r=jwalker
...
--HG--
rename : browser/devtools/highlighter/test/browser_inspector_treePanel_menu.js => browser/devtools/highlighter/test/browser_inspector_menu.js
rename : browser/devtools/highlighter/test/browser_inspector_treePanel_navigation.html => browser/devtools/markupview/test/browser_inspector_markup_navigation.html
rename : browser/devtools/highlighter/test/browser_inspector_treePanel_navigation.js => browser/devtools/markupview/test/browser_inspector_markup_navigation.js
2012-08-23 11:00:43 -07:00
Masayuki Nakano
3ca9a6e26d
Bug 719320 part.11 Fix new test failures r=smaug
2012-08-12 10:42:36 +09:00
Mike Hommey
c1b35e7b2a
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Rob Campbell
2286cdd868
Bug 706092 - Inspector : can't close inspector pane; r=dcamp
2012-08-02 13:42:00 +03:00
Paul Rouget
a6b5f8a57a
Bug 772093 - test fail on Mac: browser_inspector_bug_672902_keyboard_shortcuts.js | Test timed out. r=harth
2012-07-09 18:18:01 +02:00
Paul Rouget
920b842973
Bug 719845 - [markup panel] The HTML Tree should have its own keybindings. r=dcamp
2012-06-01 21:39:00 +02:00
Paul Rouget
d5a493c1a5
Bug 764474 - [inspector] arrow keys are creating problems. r=harth
2012-07-03 13:56:49 +02:00
Paul Rouget
bfddd378ce
Bug 769299 - Make the Inspector less fragile when the selection is deleted. r=dcamp
2012-06-28 17:43:57 +02:00
Ehsan Akhgari
a95b6edeea
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Thaddee Tyl
79bb22426f
Bug 724585 - We need a way to scroll a page to center an element if the element is not visible; r=rcampbell
...
--HG--
extra : rebase_source : 1dd1770cc77eaeed188db07da8a8254475767296
2012-06-12 13:43:00 +03:00
Ryan VanderMeulen
1df0bbcdcc
Merge inbound to m-c.
2012-06-16 09:38:43 -04:00
Paul Rouget
cf4de4fef4
Bug 760171 - The inspector node menu feature allows the user to remove tabbed browsing. r=robcee
2012-06-08 12:30:00 +02:00
Dave Camp
27c5dbc4df
Merge fx-team to m-c.
2012-06-02 16:57:28 -07:00
Dave Camp
b7df8bdb18
Bug 740543 - Rule view does not update when window is resized. r=robcee
2012-06-02 15:18:33 -07:00
Ed Morley
b9442bc936
Bug 716245 - Disable parts of browser_inspector_highlighter.js for too many intermittent failures; r=dcamp
2012-06-01 16:32:00 +01:00
Justin Dolske
bb318eef45
Bug 731926 - Refactor init/shutdown functions in browser.js (rename some functions). r=gavin
2012-06-15 12:09:48 -07:00
Dave Camp
fee853fba4
Bug 757253 - Implement real update in the rule view. r=robcee
2012-05-30 19:49:10 -07:00
Johan Charlez
386433aa34
Bug 757945 - Can't open the page context menu when inspecting (highlighter = unlocked) on Windows. r=paul.
2012-05-30 19:45:23 -07:00
Paul Rouget
c92bc1f022
Bug 716245 - Intermittent browser_inspector_highlighter.js. r=robcee
2012-05-25 19:01:16 +02:00
Paul Rouget
9ebb5913ea
Bug 749974 - Items in Developer tools menu have inconsistent check state. r=dao r=dcamp
2012-05-03 08:09:37 +02:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Paul Rouget
1f5f886ec2
Bug 754834 - Developer tools missing tooltips. r=mratcliffe
2012-05-15 17:04:06 +02:00
Paul Rouget
7ee342d6dc
Bug 724509 - Add an Option menu in the Inspector Toolbar. r=dao r=dcamp
2012-05-11 16:54:47 +02:00
Paul Rouget
a434d0d299
Bug 692409 - Add a pretty resizer and the dark theme to the debugger. r=rcampbell
2012-05-09 15:50:33 +02:00
Joe Walker
d564306c56
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
...
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-05-10 18:33:54 +01:00
OHZEKI Tetsuharu
69256dbf70
Bug 747603 - Firefox:Inspector cannot start up with DOMi. r=dao
2012-05-02 17:37:00 +02:00
Ehsan Akhgari
eca4125e02
Backout the merge from fx-team because of Ts regressions (no bug)
...
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Joe Walker
2831a551ce
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
...
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-04-25 10:12:06 +01:00
Dave Camp
d05416419a
Bug 747550 - Style button doesn't work since bug 707809. r=dietrich
2012-04-20 15:11:16 -07:00
Paul Rouget
59c833fe73
Bug 683954 - [Layout] Implement an abstract view of the layout of the selected node. r=dcamp, r=jwalker
2012-03-12 14:39:56 +01:00
Dave Camp
51e0086bff
Bug 740662 - Replace InspectorStore dictionaries with Inspector instances. r=robcee
2012-04-19 11:13:42 -07:00
Dave Camp
7885fece64
Bug 707809 - Refactor creation of registered sidebar tools iframes in InspectorUI. r=robcee
2012-04-19 11:04:46 -07:00
Paul Rouget
e6d45d09f4
Bug 717922 - In the PageInspector toolbar, move the HTML Tree button in front of the breadcrumbs display. a=desktop-only r=dao
2012-04-17 13:21:28 +02:00
Paul Rouget
08c464e583
Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. a=desktop-only r=dao r=rcampbell
2012-04-04 13:13:42 +02:00
Heather Arthur
29115503b0
Backing out f95f46afce27:01a50802f2d7 for TypeError on inspector open
2012-04-17 16:40:03 +01:00
Paul Rouget
48e7470014
Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. (Part B - tabbable); r=rcampbell
2012-04-04 13:57:55 +02:00
Paul Rouget
35da34a70f
Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. (Part A - shortcut); r=dao
2012-04-04 13:13:42 +02:00
Heather Arthur
ccb712006e
Bug 733612 - Add a pseudo-class lock menu to the infobar node menu. r=paul
2012-04-17 14:25:05 +01:00
Paul Rouget
ee5fb51e39
Bug 717916 - Add an Inspect button and a node menu to the infobar; r=dao,dcamp
2012-04-04 20:40:48 +02:00
Murali S R
186d6326bc
Bug 722079 - Error: button is null ... inspector.jsm when Right Clicking on Breadcrumbs; r=paul
2012-03-31 05:31:00 -04:00
Dave Camp
eea25d558b
Bug 740615 - Move rule view copy code into CssRuleView.jsm. r=paul
2012-04-04 09:36:35 -07:00
Michael Ratcliffe
f03ae0ebd4
Bug 734259 - Clicking a system stylesheet in the style inspector does not open the source; r=msucan
2012-03-19 18:38:13 +00:00
Michael Ratcliffe
1c78bee43d
Bug 736014 - "Copy rule" with some text selected copies that text additionally; r=paul
2012-03-15 14:37:58 +00:00
Michael Ratcliffe
7a0125fde0
Bug 703643 - Be able to copy from the rules view; r=prouget
2012-03-11 14:01:38 +00:00
Paul Rouget
74ba389728
Bug 717923 - Use an icon for the inspect button; r=dao
2012-03-08 16:02:23 +01:00
Rob Campbell
b539e1b534
Bug 729220 - Allow editing of attribute names in the HTML panel of the Page Inspector; r=prouget
...
Bug 729220 - Allow editing of attribute names in the HTML panel of the Page Inspector; r=prouget
2012-03-09 12:49:00 +02:00
Rob Campbell
c1923d6de4
Bug 732040 - move themes/*stripe/inspector.css into devtools theme directory and rename to htmlpanel.css; r=prouget
...
--HG--
rename : browser/themes/gnomestripe/inspector.css => browser/themes/gnomestripe/devtools/htmlpanel.css
rename : browser/themes/pinstripe/inspector.css => browser/themes/pinstripe/devtools/htmlpanel.css
rename : browser/themes/winstripe/inspector.css => browser/themes/winstripe/devtools/htmlpanel.css
2012-03-01 13:33:41 -04:00
Michael Ratcliffe
e2ab40787d
Bug 729539 - Title attributes not showing in developer tools sidebar; r=msucan
2012-02-23 13:05:25 +00:00