hyatt%netscape.com
abc29e3936
Fix for 51263. r=ben
2000-09-07 08:26:03 +00:00
hyatt%netscape.com
9d8e03414c
C++ fixes for 51263, r=joki
2000-09-07 08:18:11 +00:00
bryner%uiuc.edu
e29926f20a
Fixing 42109 (again) - I missed a case on my first attempt. r=disttsc@bart.nl.
2000-09-07 05:49:04 +00:00
disttsc%bart.nl
3c25610d65
Make nsXULElement inherit directly from nsXMLElement and remove dead internal code ((Get|Set)NameSpacePrefix from nsIXMLContent.h, nsIXULContent.h, nsXMLElement.h, nsGenericXMLElement.(h|cpp) and nsXULElement.(h|cpp). Hints & tips by jst (thanks!), r=jst, a=brendan.
2000-09-06 20:39:29 +00:00
dbaron%fas.harvard.edu
cfceba7dca
Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
...
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00
jband%netscape.com
f9a5b20560
commenting out dead code that was giving us a useless warning
2000-09-05 20:20:34 +00:00
hyatt%netscape.com
1bb5fdc4fc
loadBindingdoc, r=ben
2000-09-05 07:29:01 +00:00
bryner%uiuc.edu
30b37c9413
Making it so everyone doesn't get my debugging output spam.
2000-09-05 04:05:06 +00:00
bryner%uiuc.edu
25f69ad484
Fixing bug 50058 - too many onSelect firings. r=hyatt.
2000-09-02 18:59:39 +00:00
Peter.VanderBeken%pandora.be
d41d21ad60
Fix XSLT hooks (Preparation for bug #42228 ). r=jst@netscape.com, a=waterson@netscape.com.
2000-09-02 15:35:19 +00:00
vidur%netscape.com
e153192875
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
bryner%uiuc.edu
16729fbbbb
Protecting against setting an invalid current item on the tree. Prep work
...
for 47795. r=hyatt.
2000-09-01 01:07:18 +00:00
bryner%uiuc.edu
e596018a21
Fixing 50554 - keep the tree in a consistent state while removing its content.
...
This is prep work for 47795. Also fixes chatzilla crash. r=waterson.
2000-08-31 02:39:48 +00:00
jst%netscape.com
ca738093f5
Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com
2000-08-31 00:36:31 +00:00
waterson%netscape.com
c9db7beab8
Bug 50499. Fix FMM that was caused by DOM string changes. r=bruce
2000-08-30 04:21:06 +00:00
waterson%netscape.com
a5a55e573d
Try to fix AIX build bustage...
2000-08-30 04:07:56 +00:00
waterson%netscape.com
4de3aaabdb
Bug 46134. Support >1 value in attribute substitution. r=rjc
2000-08-30 01:00:02 +00:00
nisheeth%netscape.com
b65a3881e0
- Fix for nsbeta3+ bug 10292: ID attribute information is passed up from the parser to the content sink and into the node info objects associated with content objects. nsIXMLContent now inherits from nsIStyledContent which allows
...
authors to use ID selectors to target elements in an XML document.
- Checking in a P3P related patch to the pres shell, html document, and xml document from Tom Lendacky (toml@us.ibm.com )
2000-08-30 00:35:43 +00:00
hyatt%netscape.com
48f021d058
Adjust tooltip offset. r=ben
2000-08-29 09:56:34 +00:00
hyatt%netscape.com
e8381a76bf
XBL fix for walling off style (46505). r=ben
2000-08-29 03:08:35 +00:00
vidur%netscape.com
a6fa8885ba
Fix for bug 43902. The DOM glue now streamlines the Get/SetProperty methods for the window class. Window.location and title and document.title are now part of the idlc interfaces, rather than special-cased. r=jst@netscape.com
2000-08-29 00:14:23 +00:00
beard%netscape.com
81b015f6c9
GetElementAt(), QueryInterface() -> QueryElementAt(). r=waterson
2000-08-26 05:30:45 +00:00
hyatt%netscape.com
1be9efcce5
Fix for 50044, 47861, 47471, r=ben
2000-08-25 07:01:53 +00:00
bryner%uiuc.edu
520d624f7c
Fixing bug 42109 - make sure to set the current item to something sane when it's deleted. r=hyatt.
2000-08-24 06:14:45 +00:00
saari%netscape.com
0494f09298
make sure to return a value in all code paths from FireFocusOnTargetContent... gave VC5 a headache
2000-08-24 04:00:12 +00:00
cltbld%netscape.com
5a988f63a5
Fixing solaris, AGAIN. jst,mcafee
2000-08-23 22:26:35 +00:00
jst%netscape.com
9abec73fbe
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +00:00
hyatt%netscape.com
4069c7f384
Fix for 49150, r=ben
2000-08-23 07:18:58 +00:00
hyatt%netscape.com
34392727b5
fix for 49835, r=danm
2000-08-22 22:53:46 +00:00
warren%netscape.com
e05eef45e9
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
2000-08-22 07:03:33 +00:00
mstoltz%netscape.com
ea5d41851a
Fixing 41876 r=hyatt, also 48724, 49768, and crasher in nsBasePrincipal.cpp, r=jtaylor
2000-08-22 02:06:52 +00:00
rjc%netscape.com
456f4c8a43
Fix bug # 35022: slow bookmark operations. r=waterson
2000-08-22 00:44:07 +00:00
hyatt%netscape.com
5de7262960
49012 fix, r=danm
2000-08-21 22:23:15 +00:00
warren%netscape.com
e12f238589
Bug 46864 - Embedding needs a name attribute on nsIRequest.
2000-08-21 08:23:54 +00:00
saari%netscape.com
48dcaa1bbd
Fix for nsbeta3+ 48838; context menus now set focus before coming up. r=hyatt
2000-08-20 00:29:24 +00:00
scc%mozilla.org
cca6f9e011
fixing code that relied on implicit string construction
2000-08-19 22:46:00 +00:00
hyatt%netscape.com
f224002e62
Fix for 48187, r=danm
2000-08-17 22:44:01 +00:00
hyatt%netscape.com
24b71cc743
First-stage fix for dogfood bug 49012. r=ben
2000-08-17 08:11:11 +00:00
hyatt%netscape.com
62efdcb050
Fix for 45248, r=ben
2000-08-16 08:14:01 +00:00
alecf%netscape.com
1f1df4833b
fix a bunch of UMRs r=syd
...
(no bug but I needed these to get my purify build going)
2000-08-16 07:39:38 +00:00
waterson%netscape.com
f7e7ca5d51
Bug 44480. Demote 'width' and 'height' attributes from NSDocument to NSHTMLDocument and XULDocument; make nsHTMLDocument's implementation use the <body> element's frame (instead of the <html> element's frame) to determine metrics. r=jst
2000-08-16 01:04:52 +00:00
hyatt%netscape.com
1ec75c7bd1
Fix that is needed for 46719, r=ducarroz,ben
2000-08-16 00:42:13 +00:00
waterson%netscape.com
2dd8f2d2a0
Bug 48086. Be sure to update XUL document's ID-to-element map when removing generated content. r=rjc
2000-08-14 21:46:04 +00:00
hyatt%netscape.com
d4a7097905
Linux linux linux... will we ever teach you how comptrs work?
2000-08-12 09:00:25 +00:00
hyatt%netscape.com
b81655ce0c
Linux sucks.
2000-08-12 07:58:54 +00:00
hyatt%netscape.com
8da2baf3ca
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
2000-08-12 06:28:02 +00:00
warren%netscape.com
84b5fd67e3
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
2000-08-10 06:19:37 +00:00
mkaply%us.ibm.com
9b38138581
r=waterson, a=waterson
...
OS/2 and AIX tinderbox break - shouldn't NS_IF_ADDREF a member in a const function
2000-08-10 03:39:05 +00:00
rjc%netscape.com
a08d78f72c
Remove Mac debugging info. r=me
2000-08-08 05:55:22 +00:00
rjc%netscape.com
83eb62c847
Sorting fixes for bug # 26131. r=me, nhotta, putterman
2000-08-08 05:50:10 +00:00
waterson%netscape.com
06818446fd
Use nsVoidArray instead of nsISupportsArray to hold kids. r=hyatt
2000-08-08 05:02:07 +00:00
waterson%netscape.com
d9cda5ebc1
Bugs 46616, 46964. Clean up RebuildContainer(): factor into two methods to share code better. Maintain a queue of ungenerated elements to scan for generated children. Add tons of comments so I don't have to figure this all out again when I look at it next. r=rjc
2000-08-08 04:57:55 +00:00
waterson%netscape.com
d867e404c8
Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm
2000-08-08 00:22:36 +00:00
hyatt%netscape.com
ed96fc9dc0
Plug leak in cache for XBL docs.
2000-08-06 04:57:24 +00:00
pinkerton%netscape.com
5b08e79e29
Fix for 39078, tooltips not disappearing on mouse clicks in button. when we get a mousedown, close the tooltip and cancel the timer. r=saari.
2000-08-01 01:05:58 +00:00
rjc%netscape.com
330ae57a24
Small sorting fix. (Can't find bug #) r=me
2000-07-29 16:15:48 +00:00
heikki%netscape.com
e70fdaeb48
Bugs 38399, 40889. r=jst.
2000-07-28 21:49:42 +00:00
hyatt%netscape.com
7a4716d3f2
Fix for 46129. r=waterson,attinasi,pierre
2000-07-28 09:36:14 +00:00
hyatt%netscape.com
6cacaf80c3
Prevent thrashing for nodes that always have display: none in XUL (broadcasters, commands, keys), r=waterson
2000-07-28 06:40:27 +00:00
hyatt%netscape.com
e5be1850a1
Fix for 41145, r-waterson
2000-07-28 00:34:22 +00:00
rjc%netscape.com
2cd7fc48a5
Fix bug # 46211: handle insertion/sorting correctly with mixed static-dynamic content. r=waterson
2000-07-27 00:22:42 +00:00
hyatt%netscape.com
3a140ded51
Fixes to template builder for non-aggressive groveling. r=waterson,a=waterson
2000-07-26 23:56:02 +00:00
bienvenu%netscape.com
1a83ee0a8b
turn on warren and waterson's rdf optimization
2000-07-26 23:47:35 +00:00
hyatt%netscape.com
398a91d272
Fix for bug #45951 . r=waterson.
2000-07-24 22:42:34 +00:00
warren%netscape.com
de3523d540
Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf
2000-07-19 03:58:25 +00:00
sfraser%netscape.com
c41efe2419
Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that UpdateCommands("focus") gets called on window activation, and when unfocussing a wiget in page.
r=hyatt, saari
2000-07-14 22:06:31 +00:00
pinkerton%netscape.com
0fcf0b8ca9
landing patch for crash when document goes away after tooltip timer has fired. basically, make mPossibleTooltipNode a strong ref. patch from roc+moz@cs.cmu.edu r=pinkerton, bug# 27828.
2000-07-11 20:55:57 +00:00
bryner%uiuc.edu
47c50cf898
Fixing 44859. r=hyatt.
2000-07-10 20:19:32 +00:00
evaughan%netscape.com
7e980a707b
disable gfx scrollbars #44576
...
grid fixes for tree bugs
-r Hyatt
2000-07-10 20:10:27 +00:00
waterson%netscape.com
095615e661
Bug 37621. Add necessary logic to retract and fire rules in nsXULTemplateBuilder::OnChange(). I lost these when I re-wrote this method :-(. r=rjc
2000-07-07 23:01:14 +00:00
bryner%uiuc.edu
f66a19368b
Fix for bug 43417. r=pinkerton.
2000-07-06 22:20:32 +00:00
waterson%netscape.com
63073d53d3
Fix silly leak that dbaron found with leaksoup. r=jack,a=lumpy.
2000-07-06 04:27:10 +00:00
dbaron%fas.harvard.edu
da67297134
Fix leak of content from trees introduced recently. r=hyatt,waterson
2000-07-01 21:45:06 +00:00
pinkerton%netscape.com
6a3dba2312
part of 42250, make sure we close the popup when the listener is removed. just to be safe. r=hyatt.
2000-06-29 22:29:20 +00:00
BlakeR1234%aol.com
1968fc69bf
Fix for 42204, a=trudelle
2000-06-29 03:15:05 +00:00
evaughan%netscape.com
4db3654be5
Clean up for autoscrolling menu landing. ScrollBox events need their own type and should not be
...
on top of menu events.
-r hyatt
2000-06-28 00:00:18 +00:00
evaughan%netscape.com
969d067559
Autoscrolling menus feature landing #32730
...
-r hyatt, saari
2000-06-23 05:15:04 +00:00
waterson%netscape.com
a282078ef1
Bug 41534. Fix 'style' attribute on XUL elements; use nsXULAtoms instead of hard-coded atoms. r=hyatt
2000-06-22 23:29:43 +00:00
vidur%netscape.com
109a49d66d
Fix for bug 38349. Implemented nsIDOMNode::CloneNode() and ImportNode() for XML and HTML documents as part of finishing out our DOM1 and DOM2 implementations. Cleanup of DOMImplementation::createDocument. r=jst
2000-06-21 23:56:52 +00:00
hyatt%netscape.com
8072ceb8f8
Fix for 42806. r=waterson
2000-06-21 02:02:24 +00:00
vidur%netscape.com
3be227878d
Fix for bug 9392. document.plugins now aliases to window.navigator.plugins. r=nisheeth
2000-06-21 00:53:26 +00:00
hyatt%netscape.com
fed27ec38f
33524. r=ben
2000-06-20 09:21:42 +00:00
ben%netscape.com
7c69c70b1b
fix for 41657, r=waterson, hyatt
2000-06-20 05:43:52 +00:00
hyatt%netscape.com
2df6998f43
Fix for 41664, r=ben
2000-06-20 04:45:30 +00:00
hyatt%netscape.com
119cf30173
Fix for 41664, r=ben
2000-06-20 04:44:44 +00:00
waterson%netscape.com
b266e10dd6
Bug 40868. Check to see if 'docroot == this' before recursing. r=dmose
2000-06-20 03:58:24 +00:00
waterson%netscape.com
6166c3b129
Bug 42991. Get rid of obsolete 'rdf:child' identifier. r=rjc
2000-06-20 02:25:48 +00:00
hyatt%netscape.com
1e8e0acdcc
Fix for 42867. r=evaughan
2000-06-20 00:52:57 +00:00
vidur%netscape.com
e7abfd8181
Work for bug 33475 - completion of Document related DOM Level 2 support. Load() no longer takes extra unused argument. r=jst,nisheeth
2000-06-17 01:47:02 +00:00
waterson%netscape.com
fd39c4187e
Bug 39699. Add re-entrancy guards so that we ignore updates while we're in the middle of building content. r=rjc
2000-06-16 21:46:04 +00:00
dbaron%fas.harvard.edu
dd0c6672be
Fix leak of XMLElementFactoryImpl. r=waterson@netscape.com
2000-06-15 02:16:28 +00:00
hyatt%netscape.com
73cd829f46
Fix for bug #41281 , r=brendan
2000-06-14 08:12:32 +00:00
axel%pike.org
fe14e09553
Code cleanup, XSL->MOZ_XSL, r=nisheeth, a=waterson
2000-06-14 07:35:26 +00:00
hyatt%netscape.com
0248ddd28c
30511. r=ben
2000-06-14 04:50:20 +00:00
scc%mozilla.org
507357239c
fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms
2000-06-12 23:52:31 +00:00
scc%mozilla.org
484ee8fb96
don't extract characters from empty strings
2000-06-11 08:19:41 +00:00
bryner%uiuc.edu
d1488a1097
Fixing bug 30379, tree multiple-selection problems. r=hyatt.
2000-06-09 21:32:31 +00:00
rginda%netscape.com
a0aefff0e9
implement document.height/width for xul documents (copy/paste from nsDocument.cpp) for bug 41638
...
r=danm
2000-06-08 00:51:13 +00:00
alecf%netscape.com
454a54290e
fix typo that was preventing setAttributeNS from working
...
(incredibly obvious fix, will notify jst/waterson that this went in)
2000-06-07 01:11:05 +00:00
hyatt%netscape.com
d69e9db8ca
Updating tree selection. bug#30511. r=danm
2000-06-07 00:01:04 +00:00