jst%mozilla.jstenback.com
|
4ab234b8be
|
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
|
2004-01-09 23:54:21 +00:00 |
dbaron%dbaron.org
|
febf5283f3
|
Fix one-time leak of atoms by converting to static atoms. b=230361 r=caillon sr=bryner
|
2004-01-09 19:01:46 +00:00 |
bryner%brianryner.com
|
9c81944cb6
|
Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron.
|
2004-01-07 22:30:53 +00:00 |
dbaron%dbaron.org
|
3182c46acf
|
Free remaining stack items in destructor to fix leaking pretty much everything. b=230264 r=caillon sr=bryner
|
2004-01-07 22:17:05 +00:00 |
bsmedberg%covad.net
|
1f4ab81acd
|
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 13:37:00 +00:00 |
bsmedberg%covad.net
|
f0bfff2628
|
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 01:22:31 +00:00 |
technutz%netscape.net
|
611c33e150
|
Bug 229806. CSS Errors in DOM Inspector. Patch by Bob Clary <bc@bclary.com> r=timeless, sr=dbaron
|
2004-01-01 17:12:35 +00:00 |
dbaron%dbaron.org
|
c82eaaa664
|
Use stable APIs in inCSSValueSearch. b=224164 r=caillon sr=bzbarsky
|
2003-12-29 19:05:02 +00:00 |
neil%parkwaycc.co.uk
|
f47f31c191
|
Bug 133606 getAnonymousElementByAttribute now works r=caillon sr=bz
|
2003-12-19 21:47:21 +00:00 |
dbaron%dbaron.org
|
f35f2c3708
|
Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa
|
2003-12-02 23:22:11 +00:00 |
bzbarsky%mit.edu
|
c0076cd8c6
|
Convert URL stuff in XBL to use nsIURI instead of strings. Bug 224765, r+sr=bryner
|
2003-11-17 21:03:32 +00:00 |
timeless%mozdev.org
|
245c412b56
|
Bug 220891 Create Profile Wizard overhaul
patch by borggraefe@despammed.com r=neil sr=roc
|
2003-11-06 13:33:51 +00:00 |
timeless%mozdev.org
|
bb27291caf
|
Bug 224215 Edit Attribute says "Enter the attribute name" instead of "Enter the attribute value"
r=caillon sr=heikki
|
2003-11-05 22:27:34 +00:00 |
bryner%brianryner.com
|
a0e219b348
|
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
|
2003-10-22 06:09:48 +00:00 |
kairo%kairo.at
|
07e3c65080
|
bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz
|
2003-10-18 17:54:07 +00:00 |
neil%parkwaycc.co.uk
|
78f87578d9
|
Bug 221988 Replace doesQI function with built-in instanceof operator r=peterv sr=alecf moa=caillon
|
2003-10-17 22:45:47 +00:00 |
cbiesinger%web.de
|
c394a723fa
|
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
|
041f321322
|
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
|
0fb5daef50
|
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
|
19a12727ec
|
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
|
9eef17c64f
|
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
|
8aa7b563d2
|
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
|
7ec175a444
|
Bug 220093 inCSSValueSearch incorrectly uses strings
r=caillon sr=bz
|
2003-09-24 03:06:00 +00:00 |
uid502
|
6047af0300
|
Fixing bustage.
|
2003-09-23 17:49:28 +00:00 |
uid502
|
6bed557bd4
|
Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron
|
2003-09-23 17:05:29 +00:00 |
dbaron%dbaron.org
|
de4f69aa77
|
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
|
b7d8d96aef
|
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
|
cb01f2577b
|
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
|
352e645b90
|
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
|
c08e99a287
|
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
|
b6208f06a9
|
bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa
|
2003-08-11 11:31:24 +00:00 |
bzbarsky%mit.edu
|
95256ce645
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
r+sr=jst
|
2003-07-28 21:35:53 +00:00 |
bzbarsky%mit.edu
|
ec0e304f16
|
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
|
bf82a649b9
|
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
|
92b921aca3
|
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
|
fccc1e29ba
|
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
|
78542d9e61
|
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
|
931a2d025a
|
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
|
549be42b93
|
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
|
6541dcc119
|
Fix some memory leaks in Inspector. Bug 211166, r=caillon, sr=alecf
|
2003-07-01 01:03:02 +00:00 |
dbaron%dbaron.org
|
440c73cd8f
|
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
|
0dd71dbbcb
|
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
|
d3d7c3caae
|
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
|
d096f4daca
|
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
|
42b06cc4f5
|
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
|
23192c33a9
|
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
|
47ed1de93c
|
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
|
ba75de772b
|
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
|
8f112a4226
|
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
|
6934dc37a9
|
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
|
2003-06-10 20:12:33 +00:00 |