waterson%netscape.com
|
78238f1a40
|
Remove spurious call to RegisterDataSource(). r=hyatt
|
2000-07-10 20:42:56 +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 |
|
bienvenu%netscape.com
|
b9323eccf6
|
fix 41292, r=waterson, problem with rdf factory cache
|
2000-07-10 02:35:50 +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 |
|
cls%seawood.org
|
bca014f1bb
|
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
|
2000-07-02 18:44:42 +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 |
|
cls%seawood.org
|
1f3b6d75ab
|
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
|
2000-06-30 08:08:04 +00:00 |
|
rjc%netscape.com
|
52b6f1cf49
|
Fix bug # 43906: non-existant file URLs can cause template failure for bookmarks. R=waterson
|
2000-06-29 22:47:24 +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 |
|
bryner%uiuc.edu
|
aeaec0cab9
|
Patching more (hopefully all) trees to work with the new tree widget (bug
30511). r=hyatt.
|
2000-06-23 21:44:48 +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 |
|
dougt%netscape.com
|
a23a20c4f0
|
check for null.
|
2000-06-21 02:29:08 +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 |
|
waterson%netscape.com
|
4bd0260e2e
|
Bug 39699. Ignore errors from nsIFile, hyatt-style! seriously, though: nsIFile returns random error codes per-platform when you ask if a non-existant file is a directory. This was causing the RDF enumeration to abort prematurely for no good reason. r=rjc
|
2000-06-16 21:45:00 +00:00 |
|
valeski%netscape.com
|
f0fec56b70
|
42767. AsyncOpen (dead code) removal.
|
2000-06-16 14:39:19 +00:00 |
|
rbs%maths.uq.edu.au
|
26742e611c
|
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
|
2000-06-15 09:54:41 +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 |
|
alecf%netscape.com
|
24f352fd2c
|
revive dom viewer enough to get dmose started
(not part of seamonkey - favor for dmose)
|
2000-06-13 01:50:26 +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 |
|
scc%mozilla.org
|
09789effd8
|
don't try to extract characters from an empty string
|
2000-06-11 07:23:58 +00:00 |
|
bryner%uiuc.edu
|
d1488a1097
|
Fixing bug 30379, tree multiple-selection problems. r=hyatt.
|
2000-06-09 21:32:31 +00:00 |
|
warren%netscape.com
|
ecc2d9c51c
|
Bug 27971. Better strategy for resource: urls to use less memory. Saves about 0.4% of entire run just bring up one page (home.mozilla.org). r=waterson
|
2000-06-09 07:51:13 +00:00 |
|
tao%netscape.com
|
aee3b0454d
|
Patch NT startup crash when chrome registry is not ready yet. r,a=scc
|
2000-06-09 03:09:20 +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 |
|
inaky.gonzalez%intel.com
|
98157fd5a1
|
Fixed nsSupportsHashtable behaviour and API to fix leaks in
nsDirectoryService. Fixes bugs #38606 and #39859.
a=waterson; r=rayw,brendan,warren
|
2000-06-06 22:06:56 +00:00 |
|
mkaply%us.ibm.com
|
03c7ec7c31
|
# 37239
r = waterson, a = waterson
OS/2 bringup - PR_CALLBACKs for VisualAge
|
2000-06-05 19:19:14 +00:00 |
|
warren%netscape.com
|
512c8bf433
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
|