danm-moz%comcast.net
|
865ea79700
|
add accessor and mutator for event currently being handled. bug 197919 r=bryner,jst
|
2004-02-03 02:22:01 +00:00 |
|
dbaron%dbaron.org
|
586744e7f3
|
Make debugging code compile on gcc. Fix warnings. b=232711 r+sr=bryner
|
2004-02-02 22:42:29 +00:00 |
|
bryner%brianryner.com
|
4f69ec2c2e
|
Guarantee that the pres context's device context will be non-null by returning failure from Init() if it's null. Rename inline getter GetDeviceContext() to DeviceContext(), convert all callers to use the inline getter, and remove the virtual/refcounting getter. Bug 229371, r+sr=dbaron.
|
2004-02-02 22:17:21 +00:00 |
|
sicking%bigfoot.com
|
878604026e
|
Bug 231199: Make hashing of mapped-attributes be case sensitive to improve performance, and enable possible codesharing with xul and svg in the future.
r=peterv sr=jst
|
2004-02-02 22:00:36 +00:00 |
|
hpradhan%hotpop.com
|
164a5876e6
|
remove unused variable, fix warning (follow up to checkin for bug 229575)
|
2004-02-01 12:17:19 +00:00 |
|
hpradhan%hotpop.com
|
a5975523b9
|
bug 232731 : misc cleanup in printing code
|
2004-02-01 12:10:57 +00:00 |
|
bryner%brianryner.com
|
42adb9f1be
|
More nsIPresContext deCOMtamination (bug 229371). Inline getters and setters for LinkHandler, VisibleArea, and Language; change some methods that don't return any useful data to |void|; make GetContainer return an already_AddRefed. r+sr=dbaron
|
2004-02-01 10:09:07 +00:00 |
|
bryner%brianryner.com
|
08f53379c4
|
Continuing nsIPresContext deCOMtamination (bug 229371). Remove ReParentStyleContext - callers can call frame manager directly. Removed several unused setters. Inlined getters for default colors, font scaler, and focus ring width. Changed GetDefaultFont to return a const nsFont*. r+sr=dbaron.
|
2004-01-31 22:41:40 +00:00 |
|
dbaron%dbaron.org
|
517939b28f
|
Add missing CPP_THROW_NEW to fix HP-UX bustage. b=195350
|
2004-01-30 23:26:29 +00:00 |
|
sicking%bigfoot.com
|
8c6f746994
|
Doh! This is what i ment to do. (Bug 195350)
|
2004-01-30 22:26:24 +00:00 |
|
sicking%bigfoot.com
|
1756d2df8b
|
More bug 195350 work. Try to improve performance and reduce mallocs by letting buffer for mapped attributes be inline allocated.
r=caillon sr=jst
|
2004-01-30 22:08:23 +00:00 |
|
jst%mozilla.jstenback.com
|
90431d8022
|
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +00:00 |
|
neil%parkwaycc.co.uk
|
5cade97563
|
Don't retarget events that are bubbling back out of content anonymous to the original target b=196755 r=bryner sr=jst
|
2004-01-29 21:14:53 +00:00 |
|
jst%mozilla.jstenback.com
|
2d28da6586
|
Making nsDocument::RetrieveRelevantHeaders() non-virtual now that noone overrides it. Bug 202636, suggested by psolanki@myrealbox.com, r+sr=jst@mozilla.jstenback.com
|
2004-01-29 20:52:06 +00:00 |
|
bsmedberg%covad.net
|
7d79d7ba8b
|
Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin
|
2004-01-28 23:45:17 +00:00 |
|
jst%mozilla.jstenback.com
|
dd5cd55cda
|
Fixing bug 227263. Making document.domain return null in stead of throwing an exception when there's no domain to return. r+sr=peterv@propagandism.org.
|
2004-01-28 23:44:08 +00:00 |
|
dbaron%dbaron.org
|
96079e83a3
|
Use a stub implementation of nsIDocumentObserver for implementors of nsIDocumentObserver in the layout library. b=232351 r=jst sr=peterv
|
2004-01-28 21:04:33 +00:00 |
|
hpradhan%hotpop.com
|
51b35949b2
|
bug 229575 : refactor some code that was common between
the xml and html content sinks into nsContentSink
r=sicking sr=jst
|
2004-01-28 12:14:17 +00:00 |
|
hpradhan%hotpop.com
|
4d399b535b
|
bug 232035 : fix leak and cleanup some stuff in printing code r=dbaron sr=jst
|
2004-01-28 11:17:14 +00:00 |
|
bryner%brianryner.com
|
bc74f0b352
|
More nsIPresContext deCOMtamination (bug 229371). Removed GetBaseURL, rename GetMedium to Medium and inline it, remove virtual style resolution methods that forward to style set (callers will call style set methods directly). Removed PresContext parameter to StyleSet style resolution functions. r+sr=dbaron.
|
2004-01-28 00:18:22 +00:00 |
|
bzbarsky%mit.edu
|
317cfcd106
|
Make sure to not return uninitialized stuff. Bug 232317, r+sr=jst
|
2004-01-27 22:24:02 +00:00 |
|
bzbarsky%mit.edu
|
cf95b2d9f7
|
If compilation of a prototype member fails, destroy all prototype members
before bailing. Bug 232095, r+sr=bryner
|
2004-01-27 21:18:00 +00:00 |
|
jst%mozilla.jstenback.com
|
3ceaf0031a
|
Fixing bug 232133. Cleaning up nsHTMLSelectElement a bit. r+sr=bzbarsky@mit.edu.
|
2004-01-27 16:20:38 +00:00 |
|
jst%mozilla.jstenback.com
|
33dc243815
|
Fixing bug 202636. Patch by psolanki@myrealbox.com. Adding document.referrer to all document types. r+sr=jst@mozilla.jstenback.com
|
2004-01-27 04:41:12 +00:00 |
|
bzbarsky%mit.edu
|
88734d1060
|
Remove the broken nsAttributeContent and just use regular textnodes to
implement attr() content. Use mutation events to handle dynamic attr changes.
Bug 214013, r=dbaron, sr=jst
|
2004-01-27 04:22:58 +00:00 |
|
sicking%bigfoot.com
|
b1b6747c76
|
Fix bustage from bad casing in #include
|
2004-01-26 19:32:48 +00:00 |
|
sicking%bigfoot.com
|
1152b3d656
|
More bug 195350 work: Make html use new nsAttrAndChildArray class.
r=caillon sr=jst
|
2004-01-26 19:22:05 +00:00 |
|
ere%atp.fi
|
e11b1cf9fb
|
Fix for bug 231001: [rte] HTMLArea (Midas) broken since 20040114
r=brade
sr=bz
|
2004-01-26 09:48:50 +00:00 |
|
hpradhan%hotpop.com
|
3b99f154bd
|
bug 231233 : nsPrintData.h cleanup r+sr=jst
|
2004-01-24 07:23:56 +00:00 |
|
jst%mozilla.jstenback.com
|
ce1edc1dc9
|
Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com
|
2004-01-24 00:46:17 +00:00 |
|
neil%parkwaycc.co.uk
|
84428dc828
|
Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron
|
2004-01-23 13:31:07 +00:00 |
|
jst%mozilla.jstenback.com
|
7e540d1a9c
|
Removing unused variable (bug 230947). Patch bygautheri@noos.fr, r+sr=jst@mozilla.jstenback.com
|
2004-01-22 22:20:54 +00:00 |
|
pkw%us.ibm.com
|
e14c5e9a65
|
Bug 231104 - Checkin for Bug 195350 causes AIX build to segfault on startup.
r=bugmail@sicking.cc, sr=tor@acm.org
|
2004-01-22 21:58:57 +00:00 |
|
dbaron%dbaron.org
|
f3af1a7aef
|
Fix two problems with display fixups. b=231787 r+sr=bzbarsky
|
2004-01-22 21:34:04 +00:00 |
|
bzbarsky%mit.edu
|
cdb84804de
|
Move the methods for handling inline style and attribute style sheets up to
nsDocument. Bug 230947, r+sr=jst
|
2004-01-22 03:35:09 +00:00 |
|
bzbarsky%mit.edu
|
bbe0e03d7d
|
Make image inputs that got replaced by alt text still submit .x and .y (submit
empty strings). Bug 122238, r+sr=jst
|
2004-01-22 03:26:17 +00:00 |
|
bryner%brianryner.com
|
23ecb8ff4e
|
DeCOMtaminate nsCSSFrameConstructor (bug 231157). This gets rid of the nsIStyleFrameConstruction and nsICSSFrameConstructor interfaces. The frame constructor now has the same lifetime as the pres shell. r+sr=dbaron.
|
2004-01-21 23:05:10 +00:00 |
|
dbaron%dbaron.org
|
83bdcbc379
|
Fix leak regression by restoring code that gets the script context from the prototype document for compiling event handlers that are going to be stored in the prototype. b=231384 r=brendan sr=bryner
|
2004-01-21 21:11:29 +00:00 |
|
bzbarsky%mit.edu
|
b09be5c6ed
|
Backing out the last change since it has no effect on Ts and increases
codesize. Bug 224765.
|
2004-01-21 15:36:28 +00:00 |
|
bryner%brianryner.com
|
ef5c330583
|
Continuing nsIPresContext deCOMtamination (bug 229371). Remove GetImageLoadFlags (unused). Make failure to fetch the LookAndFeel service cause Init() to fail, don't null check it after that, and inlined the getter. Move IOService caching to nsImageFrame, the only user of it. r+sr=bzbarsky.
|
2004-01-21 09:35:59 +00:00 |
|
bzbarsky%mit.edu
|
6c601cd03a
|
Oops, forgot this change. Bug 224765
|
2004-01-21 05:06:42 +00:00 |
|
bzbarsky%mit.edu
|
583a9847e3
|
Attempt to fix Ts regression from bug 224765. r+sr=darin
|
2004-01-21 05:03:10 +00:00 |
|
dbaron%dbaron.org
|
d063f5af57
|
Send ContentStateChanged notifications for the checked state with correct BeginUpdate and EndUpdate calls and even when there is no frame, except during element construction. b=231081 r=bzbarsky sr=jst
|
2004-01-21 04:28:57 +00:00 |
|
bzbarsky%mit.edu
|
5f18239117
|
When a method has an empty body, don't drop the rest of the binding because of that.
Bug 231324, r+sr=bryner
|
2004-01-18 23:38:31 +00:00 |
|
peterv%propagandism.org
|
db653ec4e3
|
Fix for bug 230439 (Remove anonymous nodeinfomanager and other cleanup). r=caillon, sr=jst.
|
2004-01-18 14:52:21 +00:00 |
|
peterv%propagandism.org
|
fbd88a1d66
|
Fix for bug 230439 (Remove anonymous nodeinfomanager and other cleanup) - share CreateElement. r=caillon, sr=jst.
|
2004-01-18 11:59:21 +00:00 |
|
peterv%propagandism.org
|
379d6c8a41
|
Miscellaneous cleanup. r/sr=jst.
|
2004-01-18 10:45:26 +00:00 |
|
peterv%propagandism.org
|
629972988f
|
Fix for bug 230439 (Remove anonymous nodeinfomanager and other cleanup). r=caillon, sr=jst.
|
2004-01-18 10:22:22 +00:00 |
|
caillon%returnzero.com
|
619d905d92
|
Bug 230976.
Use atoms for common default values in nsComputedDOMStyle to avoid string duplication.
r+sr=bzbarsky
|
2004-01-18 02:42:27 +00:00 |
|
dbaron%dbaron.org
|
aa4d378d63
|
Fix parsing of 'cursor' property and ignoring of uri() values, which we don't support. b=77974 r+sr=bzbarsky
|
2004-01-18 01:12:58 +00:00 |
|