Commit Graph

316 Commits

Author SHA1 Message Date
cbiesinger%web.de
9aa8f51ed4 Bug 119853 aSink.removeXMLSinkObserver is not a function
add additional QI to nsIRDFXMLSink
patch by axel hecht axel@pike.org
r=caillon sr=peterv
2003-10-09 21:47:09 +00:00
timeless%mozdev.org
a13a428b48 Bug 221578 Double click to edit property
patch by mozbug@durys.net r=caillon sr=bz
2003-10-09 05:28:02 +00:00
bzbarsky%mit.edu
c014fb7dd8 XUL doesn't implement .style; catch the exception it throws. Bug 218222
followup-to-followup, r=caillon, sr=dbaron
2003-10-06 20:21:48 +00:00
dbaron%dbaron.org
5cce92dc2a Make URIs in the style system nsIURI pointers instead of strings. b=113173 r+sr=bzbarsky 2003-10-01 22:53:56 +00:00
neil%parkwaycc.co.uk
bc58e21f69 Bug 220215 use XPCNativeWrapper instead of directly calling Components.lookupMethod r=caillon sr=bz 2003-09-29 16:50:36 +00:00
jst%mozilla.jstenback.com
5037b2a4a2 Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
timeless%mozdev.org
55d5828714 Bug 220093 inCSSValueSearch incorrectly uses strings
r=caillon sr=bz
2003-09-24 03:06:00 +00:00
uid502
7af296afeb Fixing bustage. 2003-09-23 17:49:28 +00:00
uid502
1cfabd35d3 Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron 2003-09-23 17:05:29 +00:00
dbaron%dbaron.org
17ffd1de85 Restore the style attribute to the style rules view. b=218222 r=caillon sr=bzbarsky 2003-09-21 05:28:55 +00:00
timeless%mozdev.org
ed484ac06e Bug 219284 "nsISupports is not defined" in inspector-cmdline.js
r=caillon sr=peterv
2003-09-21 04:57:45 +00:00
dbaron%dbaron.org
506e1cf947 Don't create style rule DOM wrappers for inline style, since we are not supposed to, and ours crash when used on inline style. b=218222 r+sr=bzbarsky 2003-09-13 19:18:52 +00:00
bryner%brianryner.com
2406bc1ed4 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:05:34 +00:00
cls%seawood.org
1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
kairo%kairo.at
5cbc82d1b5 bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa 2003-08-11 11:31:24 +00:00
bzbarsky%mit.edu
5fa37ec6f3 DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
r+sr=jst
2003-07-28 21:35:53 +00:00
bzbarsky%mit.edu
b0d068ccde Bump skinVersion up to 1.5, since older skins are likely to get broken by the
change to no longer support single-':' pseudo-elements.  Bug 211657, r+sr=dbaron
2003-07-25 23:03:39 +00:00
jaggernaut%netscape.com
817298ce0b Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky 2003-07-14 07:37:39 +00:00
dbaron%dbaron.org
d85698fd40 Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky 2003-07-11 21:16:12 +00:00
bzbarsky%mit.edu
b3003f362c Move to the double-'::' notation for -moz-tree-* pseudo-elements in SeaMonkey.
Bug 211657, r+sr=dbaron
2003-07-07 21:22:24 +00:00
neil%parkwaycc.co.uk
9451837635 Bug 211537 DOM Inspector not displaying full tree of nodes r=caillon sr=bz
Using correct line endings this time :-)
2003-07-07 08:28:34 +00:00
caillon%returnzero.com
79b253758f Backout of Neil's patch for bug 211537. This was only supposed to touch 10 or so lines, not every line in each of two files. 2003-07-06 21:09:22 +00:00
neil%parkwaycc.co.uk
bb921d3bfc Bug 211537 DOM Inspector not displaying full tree of nodes r=caillon sr=bz 2003-07-06 18:31:56 +00:00
bzbarsky%mit.edu
72d0e35c98 Fix some memory leaks in Inspector. Bug 211166, r=caillon, sr=alecf 2003-07-01 01:03:02 +00:00
dbaron%dbaron.org
06bb24f863 Implement the DOM interfaces for CSS style rules on a wrapper object which allows the immutable rule object to be swapped out underneath. b=188803 r+sr=bzbarsky 2003-06-24 05:40:37 +00:00
dwitte%stanford.edu
d6f586015d removing bitmap/png, screen capturing, and boxmodel colorpicking functionality from DOM Inspector.
b=211096, r=caillon, sr=jst.
2003-06-24 04:44:55 +00:00
bzbarsky%mit.edu
e5aa92e533 Show #document nodes in iframes. Fix up various code that assumed they would
_not_ be shown.  Minor cleanup of various sorts (nsCOMArray, etc).  Bug 201585,
r=caillon, sr=alecf
2003-06-22 22:40:34 +00:00
bzbarsky%mit.edu
41c35baf3c Show the root #document node in the Inspector DOM view. Highlight doctype
nodes in a different color.  Bug 156072, patch by ajvincent@juno.com (Alex
Vincent), r=caillon, sr=bzbarsky
2003-06-22 07:13:32 +00:00
dbaron%dbaron.org
4afcaa0e69 DeCOMtaminate nsIFrame::GetView and SetView, and add HasView, GetClosestView, and AreAncestorViewsVisible to consolidate common patterns. b=208004 r+sr=roc 2003-06-19 23:44:01 +00:00
dwitte%stanford.edu
8b616c41b0 fix a couple of memory leaks in DOM inspector's PNG encoder, and clean up the interface a little.
b=208704, r=biesi/caillon, sr=jst
2003-06-17 07:43:47 +00:00
dbaron%dbaron.org
39d390d27f Create only one CSSStyleRuleImpl per rule rather than one per comma-separated selector to fix CSSOM compliance bugs and make rule immutability easier. Store list of selectors on the CSSStyleRuleImpl, each with their own weight. b=98765 r+sr=bzbarsky 2003-06-14 23:50:54 +00:00
caillon%returnzero.com
2df173e9c8 Bug 209087
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
seawood%netscape.com
97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
kairo%kairo.at
0b93c73eee bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard 2003-06-04 11:11:19 +00:00
timeless%mozdev.org
2e50895ae7 Bug 153736 Warning `reference to undefined property this.mLinkedPanel'' [xs] in file `chrome://inspector/content/inspector.xml#panel.linkedPanel (setter)'', line 1, character 0.
r=rginda sr=bz
2003-05-30 22:25:02 +00:00
neil%parkwaycc.co.uk
f019834d8f Bug 207242 styleRules.js misuses prompt service r=caillon sr=jst 2003-05-29 09:11:11 +00:00
caillon%returnzero.com
1df18183cb 206452 - Making new attribute and edit attribute work again.
r=ajvincent@juno.com sr=dmose a=asa
2003-05-21 23:38:17 +00:00
caillon%returnzero.com
3987f2a037 Bug 199566 - Inspector needs a command line handler.
The following should now work:
./mozilla -inspector
./mozilla -inspector "http://www.foo.com/"

r=timeless sr=jst a=asa
2003-05-20 21:30:42 +00:00
caillon%returnzero.com
2e5037068b Make Inspector localizable and use nsIPromptService for alerts
Bug 109891
r=biesi rs=bzbarsky a=sspitzer
2003-05-18 12:15:22 +00:00
dbaron%dbaron.org
75ff60c62f Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
neil%parkwaycc.co.uk
0783e3feac Bug 150158 clean up after nsIFile.delete was renamed to .remove p=stevechapel@earthlink.net r=shliang sr=brendan a=asa 2003-05-14 14:30:12 +00:00
caillon%returnzero.com
da46821012 Fix a leak and some minor code cleanup. r+sr=jst, a=sspitzer. (205104) 2003-05-10 02:01:10 +00:00
caillon%returnzero.com
1508e7f9c1 204810 - Inspector does not need an nsISecurityUI object to be created for its <browser>s
r+sr=jag a=sspitzer
2003-05-09 08:28:17 +00:00
jaggernaut%netscape.com
bdfa490d82 Bug 204809: <browser disableHistory=.../> -> <browser disablehistory=.../>. r=sr=a=sspitzer 2003-05-08 03:08:15 +00:00
caillon%returnzero.com
9f6e7048fb 182099 - lock up on stylesheets tab double-clicking the twisty
r=varga, sr=bzbarsky, a=sspitzer
2003-04-26 21:38:53 +00:00
neil%parkwaycc.co.uk
790f197571 Bug 203029 <?xml-stylesheet?> in XBL can cause assertions r=caillon sr=bz a=asa 2003-04-24 08:13:11 +00:00
timeless%mozdev.org
d66191cdc9 Bug 173557 flawfinder warnings in inspector
r=caillon sr=bz
2003-04-22 05:17:52 +00:00
kairo%kairo.at
b6009f1e51 bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard 2003-04-17 18:43:57 +00:00
bzbarsky%mit.edu
d79ecc068f Make DOM inspector deal with a root Document object in the DOM view. Bug
201577, r=timeless, sr=peterv
2003-04-16 01:56:52 +00:00