Commit Graph

108 Commits

Author SHA1 Message Date
Dave Camp
571904a074 Bug 777373 - CssRuleView.jsm uses invalid weak map keys. r=rcampbell 2012-07-26 12:59:00 -07:00
Mounir Lamouri
72b86db435 Bug 775817 - Update [most] tests to use the new permission manager api. r=sicking 2012-07-23 11:08:07 -07:00
Heather Arthur
677423fb33 Bug 775692 - Rename rule.inheritedSource; r=paul 2012-07-20 16:04:55 +01:00
Heather Arthur
ebf145bd74 Bug 712469 - Inspector Rule View selectors can be more visually scannable; r=dcamp 2012-03-14 11:04:11 +01:00
Nathan Froyd
a7eb97f896 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Ehsan Akhgari
45fe6d3ae2 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
Dave Camp
5f34f42dff Bug 761665: [rule view] double clicking on a property value does weird things. r=paul 2012-06-19 10:22:29 -07:00
Dave Camp
d79c7d56a9 Bug 740543 - Rule view does not update when window is resized. r=robcee 2012-06-02 15:18:33 -07:00
Dave Camp
fa726897b3 Bug 745961 - Hard to find the clickable region for adding a new CSS property in the Style Inspector. r=paul 2012-06-01 15:13:48 -07:00
Dave Camp
2a2116f6b5 Bug 734365 - Rule view focus management needs an overhaul. r=paul 2012-06-01 15:13:48 -07:00
Dave Camp
4c906454c0 Bug 757253 - Implement real update in the rule view. r=robcee 2012-05-30 19:49:10 -07:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Michael Ratcliffe
8e3b3bca48 Bug 733747 - Highlight changed items in the rule view. r=msucan 2012-04-17 10:35:12 +01:00
Dave Camp
452703ef08 Bug 702411 - Rule view shouldn't update during highlighting. r=robcee 2012-04-19 11:13:44 -07:00
Dave Camp
942b271dd8 Bug 740662 - Replace InspectorStore dictionaries with Inspector instances. r=robcee 2012-04-19 11:13:42 -07:00
Dave Camp
d8e646980d Bug 707809 - Refactor creation of registered sidebar tools iframes in InspectorUI. r=robcee 2012-04-19 11:04:46 -07:00
Michael Ratcliffe
5d07d0fc34 Bug 740603 - "Copy Rule" in the rule view includes expanded shorthand properties; r=dcamp 2012-04-16 12:20:46 +01:00
Dave Camp
f1ef07a4dc Bug 740615 - Move rule view copy code into CssRuleView.jsm. r=paul 2012-04-04 09:36:35 -07:00
Michael Ratcliffe
0e3a7690f7 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
Bobby Holley
75801c8d48 Bug 739432 - Access the inplaceEditor expando with an explicit API. r=dcamp 2012-03-26 15:26:21 -07:00
Michael Ratcliffe
5ab472a7cc Bug 736014 - "Copy rule" with some text selected copies that text additionally; r=paul 2012-03-15 14:37:58 +00:00
Michael Ratcliffe
37a3471a15 Bug 705276 - Split style inspector CSS between content & document CSS; r=prouget 2012-03-11 20:36:46 +00:00
Michael Ratcliffe
d38a91d16f Bug 703643 - Be able to copy from the rules view; r=prouget 2012-03-11 14:01:38 +00:00
Blake Winton
1387297d98 Bug 704223 - styles added in data urls are displayed badly in the rule view; r=prouget 2012-03-08 20:27:55 -05:00
Dave Camp
83b6470e18 Bug 719916 - Rule view loses focus after entering attribute name. r=jwalker 2012-03-08 18:27:37 -08:00
Michael Ratcliffe
a7c5a95dec Bug 722196 - Rule view showing rules in the wrong order; r=jwalker 2012-03-01 19:13:12 +00:00
Michael Ratcliffe
b9f8575cc4 Bug 728833 - String change in styleinspector.properties whitout changing name; r=past 2012-02-20 11:53:33 +00:00
Michael Ratcliffe
5c4fdfd17c Bug 727867 - Rule view indicate when invalid values are entered; r=dcamp 2012-02-25 15:30:51 +00:00
Michael Ratcliffe
365435e708 Bug 707940 - Rule view should maintain user entered values; r=msucan,dcamp 2012-02-23 12:24:23 +00:00
Michael Ratcliffe
3669d236e3 Bug 592743 - Style inspector specificity calculator makes mistakes; r=jwalker 2012-02-28 14:26:05 +00:00
Heather Arthur
edb51b91d5 Bug 707740 - Ability to lock in a pseudo class in the page inspector. r=dcamp 2012-02-24 16:01:29 -08:00
Dave Camp
0e2bd4c601 Bug 696755: Open the inspector sidebar on inspect if previously active. r=rcampbell 2012-01-28 14:48:00 +01:00
Michael Ratcliffe
229ff46be4 Bug 705707 - Style Inspector doesn't take into account chrome:// stylesheets; r=msucan f=dao 2012-02-13 11:26:33 +00:00
Michael Ratcliffe
be72481039 Bug 585563 - The inspector style panel should link to the CSS editor; r=dcamp f=cedricv 2012-02-10 13:39:47 +00:00
Michael Ratcliffe
eb60d8d608 Bug 720980 - Quick rule view ... quick layout fix until we have mockups - Only hide checkboxes. r=paul 2012-01-31 13:55:03 +00:00
Paul Rouget
ca985b5303 Bug 719783 - In the Rule View, pressing Escape close the whole Inspector. r=dcamp 2012-01-20 16:36:35 +01:00
Dao Gottwald
5b8afd1702 Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell 2012-01-23 11:50:11 -04:00
Till Schneidereit
67c06fca06 Bug 718518. Remove in-tree uses of the nonstandard third argument to String.prototype.replace. r=dcamp,jgriffin,dao,ted,dtownsend 2012-01-18 16:10:39 -05:00
Dave Camp
74450a29ff Bug 706886 - Line-through disappears after editing overridden rule in style inspector; f=rcampbell; r=joewalker 2012-01-13 13:05:49 -05:00
Paul Rouget
d736c9521c Bug 715887 - Rename Properties to Computed in the Style sidebar; r=rcampbell 2012-01-09 17:45:53 +01:00
Paul Rouget
8d98dd6119 Bug 704017 - [RTL] The Inspector rules view should be LTR; r=dao 2012-01-05 12:42:30 +01:00
Michael Ratcliffe
d200e5eb86 Bug 589375 - Inspector: style panel keyboard access. r=msucan 2011-12-19 14:57:42 +01:00
Michael Ratcliffe
81abadc334 Bug 704132 - Style Inspector's left column should auto-fit text contents. r=dao r=paul 2011-12-19 14:16:43 +01:00
Rob Campbell
a4848a0576 Bug 712113 - Either brace should be clickable to add new properties in the Style panel's Rule View; r=jwalker 2011-12-22 14:58:17 -04:00
Ms2ger
ca077369c2 Merge m-c to m-i. 2011-12-16 21:04:41 +01:00
Rob Campbell
11ba15c7c7 merge fx-team to m-c
--HG--
rename : browser/devtools/styleinspector/test/browser/browser_bug683672.js => browser/devtools/styleinspector/test/browser_bug683672.js
rename : browser/devtools/styleinspector/test/browser/browser_styleinspector.js => browser/devtools/styleinspector/test/browser_styleinspector.js
2011-12-16 14:42:54 -04:00
Masayuki Nakano
d82ad83346 Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin 2011-12-16 22:38:45 +09:00
Ed Morley
05bc108b8f Bug 692625 - Move browser/devtools/styleinspector/test/browser/ to browser/devtools/styleinspector/test/; r=rcampbell
--HG--
rename : browser/devtools/styleinspector/test/browser/Makefile.in => browser/devtools/styleinspector/test/Makefile.in
rename : browser/devtools/styleinspector/test/browser/browser_bug683672.html => browser/devtools/styleinspector/test/browser_bug683672.html
rename : browser/devtools/styleinspector/test/browser/browser_bug683672.js => browser/devtools/styleinspector/test/browser_bug683672.js
rename : browser/devtools/styleinspector/test/browser/browser_bug_692400_element_style.js => browser/devtools/styleinspector/test/browser_bug_692400_element_style.js
rename : browser/devtools/styleinspector/test/browser/browser_csslogic_inherited.js => browser/devtools/styleinspector/test/browser_csslogic_inherited.js
rename : browser/devtools/styleinspector/test/browser/browser_ruleview_editor.js => browser/devtools/styleinspector/test/browser_ruleview_editor.js
rename : browser/devtools/styleinspector/test/browser/browser_ruleview_inherit.js => browser/devtools/styleinspector/test/browser_ruleview_inherit.js
rename : browser/devtools/styleinspector/test/browser/browser_ruleview_manipulation.js => browser/devtools/styleinspector/test/browser_ruleview_manipulation.js
rename : browser/devtools/styleinspector/test/browser/browser_ruleview_override.js => browser/devtools/styleinspector/test/browser_ruleview_override.js
rename : browser/devtools/styleinspector/test/browser/browser_ruleview_ui.js => browser/devtools/styleinspector/test/browser_ruleview_ui.js
rename : browser/devtools/styleinspector/test/browser/browser_styleinspector.js => browser/devtools/styleinspector/test/browser_styleinspector.js
rename : browser/devtools/styleinspector/test/browser/browser_styleinspector_bug_672744_search_filter.js => browser/devtools/styleinspector/test/browser_styleinspector_bug_672744_search_filter.js
rename : browser/devtools/styleinspector/test/browser/browser_styleinspector_bug_672746_default_styles.js => browser/devtools/styleinspector/test/browser_styleinspector_bug_672746_default_styles.js
rename : browser/devtools/styleinspector/test/browser/browser_styleinspector_bug_689759_no_results_placeholder.js => browser/devtools/styleinspector/test/browser_styleinspector_bug_689759_no_results_placeholder.js
rename : browser/devtools/styleinspector/test/browser/head.js => browser/devtools/styleinspector/test/head.js
2011-12-16 09:11:21 +00:00
Michael Ratcliffe
0a82a7b1ad Bug 702861 - browser chrome mochitests trigger uncaught JS exception in CssHtmlTree.jsm; r=dcamp 2011-11-16 10:51:05 +01:00
Joe Walker
d428235b51 Bug 705074 - All uses of DOMTemplate should use new template function; r=dcamp 2011-12-08 12:39:04 +00:00