dbaron%fas.harvard.edu
41eb2449b3
Move nsRuleNode.cpp from content/shared/src/ to content/base/src/. b=104336
2001-10-24 06:36:09 +00:00
dbaron%fas.harvard.edu
150e74f898
Moving nsRuleNode.cpp back to content/base/src from content/shared/src and inlining GetRule to fix linker errors on BeOS and probably also AIX, and since it doesn't need to be in content/shared and cvs won't like re-adding to content/html/style/src. b=104336
2001-10-24 06:25:08 +00:00
bryner%netscape.com
920799d678
fixing crash on exit. r=attinasi, sr=hyatt.
2001-10-24 05:20:11 +00:00
bernd.mielke%snafu.de
27a1ee010b
bug 103443 remove the last two occurences of rv?rv:NS_ERROR_FAILURE
...
r=kin sr=attinasi
2001-10-24 04:50:37 +00:00
hyatt%netscape.com
ffc678b509
Fix leaks. r=dbaron, sr=hewitt
2001-10-24 02:22:40 +00:00
hyatt%netscape.com
2ed068201d
Fix mac bustage.
2001-10-24 02:00:15 +00:00
hyatt%netscape.com
399b39705e
Put nsRuleNode.cpp in the shared folder inside contentshared.mcp
2001-10-24 00:59:52 +00:00
hyatt%netscape.com
facbd96346
added files: mozilla/content/shared/src/nsRuleNode.cpp
2001-10-24 00:58:36 +00:00
hyatt%netscape.com
cce14ccc9a
Fix linux bustage.
2001-10-24 00:33:17 +00:00
hyatt%netscape.com
e13f6c40dc
added files: mozilla/content/shared/src/nsRuleNode.cpp, removed files: mozilla/content/html/style/src/nsRuleWalker.cpp, mozilla/content/html/style/src/nsRuleNode.cpp
2001-10-24 00:01:50 +00:00
hyatt%netscape.com
0c8c1348b3
Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson
2001-10-24 00:01:09 +00:00
darin%netscape.com
1d34863f10
NOT PART OF THE BUILD: adding Makefile.in for MachO build
2001-10-23 22:51:09 +00:00
bzbarsky%mit.edu
6df562cf48
Convert nsXMLProcessingInstruction::GetAttrValue to iterators. Bug
...
106163, r=jag, sr=jst
2001-10-23 15:32:52 +00:00
waterson%netscape.com
100e80dc15
Bug 26104. Move broadcaster maintenance out of XUL element and into the document. r=shaver, sr=hyatt
2001-10-23 02:44:44 +00:00
dougt%netscape.com
b5ba390898
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
2001-10-23 01:37:21 +00:00
bryner%netscape.com
03cd3c194e
Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt.
2001-10-22 22:43:52 +00:00
dougt%netscape.com
0a62d4e8d5
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
harishd%netscape.com
d735efde04
105896 - CharsetAlias is a COMPtr and therefore no need for ReleaseService(). This isa regression caused by the fix to bug 88363. r=heikki, sr=waterson.
2001-10-22 21:09:20 +00:00
waterson%netscape.com
a34851ef20
Bug 68871. Permit partial sharing of XUL attributes, remove unused fields from nsXULElement and nsXULElement::Slots. Tag teamed with shaver@mozilla.org, r=shaver; sr=hyatt.
2001-10-22 20:48:52 +00:00
alecf%netscape.com
c8469b7ac5
bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls
2001-10-22 20:44:02 +00:00
seawood%netscape.com
0a27874139
Remove unused MOZ_ENDER_LITE & -DENDER_LITE from the tree.
2001-10-22 04:34:31 +00:00
bernd.mielke%snafu.de
bd339535d6
bug 97027 restrict the use of multilength parsing to cols and colgroups
...
r=karnaze sr= attinasi
2001-10-22 04:05:34 +00:00
hewitt%netscape.com
7e10018204
102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt
2001-10-21 03:59:20 +00:00
dbaron%fas.harvard.edu
2fe76cd2ac
Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan
2001-10-20 23:19:07 +00:00
dougt%netscape.com
d161575ba4
Remove extra exports. patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com
2001-10-19 21:02:39 +00:00
alecf%netscape.com
6606ee7e2f
next part of bug 100214, add nsUnicharUtils to consumers of ToLowerCase/ToUpperCase
2001-10-19 21:00:02 +00:00
dougt%netscape.com
942988df26
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527
2001-10-19 20:59:33 +00:00
dougt%netscape.com
d18d7e2b17
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
harishd%netscape.com
c7140326c2
97769 - Replace nsITagStack with a simple nsVoidArray. Also, nuked nsITagStack since it is not of a big help.r=heikki, sr=jst.
...
99282 - Make sure only HEAD attributes get added to the attribute list in ::OpenHead(). r=heikki, sr=jst.
100466 - Stop DT from containing DL.r=heikki,sr=jst.
102370 - DT should not close DD and vice versa.r=heikki,sr=jst.
100397 - In order for residual style to kick in...disable the check for wellformedness in quirks mode.r=alexandru,sr=attinasi.
102376 - Release nsIRequest in nsParser::DidBuildModel() since nsIRequest is not required past DidBuildModel.r=heikki,sr=darin.
2001-10-19 20:48:18 +00:00
bzbarsky%mit.edu
21be92cac9
Last checkin was r=pierre, sr=jst
2001-10-19 14:02:36 +00:00
bzbarsky%mit.edu
c13153fb53
Clean up handling of quirk doctypes and case-sensitivity in the CSSOM.
...
Mostly just uses the nodeinfo more and combines some redundant code into
helpers. Bug 95336, bug 10622, bug 102815
2001-10-19 13:50:30 +00:00
waterson%netscape.com
9486da7c12
Bug 105068. Move mLazyState to nsXULElement::Slots since it's rarely used. r=shaver, sr=hyatt
2001-10-19 04:01:01 +00:00
waterson%netscape.com
34a07e4ffa
Bug 105063. Drop support for storing content ID since we'll never realistically have XUL frames requiring state restoration. r=brendan, sr=jst.
2001-10-18 07:25:40 +00:00
jst%netscape.com
d8a7f10499
Adding new file for John Keiser, not part of the build yet.
2001-10-18 05:52:57 +00:00
waterson%netscape.com
b9ffb7bd1f
Bug 100231. Use nsCheapVoidArray to save a word in nsXULElement. r=brendan,rjesup; sr=jst
2001-10-18 03:47:32 +00:00
jst%netscape.com
d0755aca24
Fixing most of bug 62536. Adding support for the properties scrollTop, scrollLeft, scrollHeight, scrollWidth, clientHeight, clientWidth and the method scrollIntoView() to elements for compatibility with IE. Patch by Fabian <hidday@geocities.com> and myself, r=peterv@netscape.com, sr=jband@netscape.com
2001-10-17 01:17:47 +00:00
pierre%netscape.com
2e03c268a6
91665 "Dump Style Contexts doesn't work anymore". Fixed nsStyleContext::List(). r=attinasi/sr=hyatt
2001-10-17 00:25:26 +00:00
pierre%netscape.com
e032fbb506
97052 "getComputedStyle returns default value for border width when there is no border". GetBorderWidthFor() now returns 0 if NS_STYLE_BORDER_STYLE_NONE. r=bzbarsky / sr=jst
2001-10-17 00:05:05 +00:00
jaggernaut%netscape.com
ce6e434d2a
More REQUIRES clean-up.
2001-10-16 22:08:55 +00:00
jst%netscape.com
935018dec9
Missed this part in my last checkin...
2001-10-16 06:01:48 +00:00
jst%netscape.com
e9e039162f
Fixing bug 102583. Fixing bad old string useage in nsXMLContentSink. r=peterv@netscape.com, sr=waterson@netscape.com
2001-10-16 05:55:04 +00:00
brendan%mozilla.org
eb9671e246
Add SetAlphaBounds, TABLE_SIZE, and MIN_ALPHA APIs (103990, r=dbaron, sr=waterson).
2001-10-16 05:40:27 +00:00
dbaron%fas.harvard.edu
5a357eea01
Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst
2001-10-16 05:31:36 +00:00
jaggernaut%netscape.com
08cd156713
Bug 58461: Potential [read: lurking, ed.] segfault in nsDocument::SetHeaderData. r=dbaron, sr=jst
2001-10-16 04:35:26 +00:00
jaggernaut%netscape.com
eafb1c8910
Fix ports bustage, linux runtime problems.
2001-10-16 04:07:30 +00:00
dbaron%fas.harvard.edu
ed869c764e
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
2001-10-16 03:53:44 +00:00
jst%netscape.com
a0b52cf92d
Fixing bug 104031. Bad string code in nsHTMLDocument::WriteCommon(). r=bzbarsky@mit.edu, sr=vidur@netscape.com
2001-10-16 01:31:49 +00:00
jst%netscape.com
1e7717abdd
Fixing bug 79133 (by working around the real problem). Image onerror events cause window.onerror handlers to be called since the events bubble up the tree. r=brendan@mozilla.org, sr=vidur@netscape.com
2001-10-16 00:30:41 +00:00
jst%netscape.com
2a8e6ef783
Fixing bug 70613. element.innerHTML comes up empty if element is not part of a document hierarchy. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2001-10-16 00:04:59 +00:00
jst%netscape.com
cb3cf4c0ad
Fixing crasher bug 104774, add null check before calling CallQueryInterface() on mStyleSheet, which will be null if there is no stylesheet. r=harishd@netscape.com, sr=me.
2001-10-15 22:57:17 +00:00
sicking%bigfoot.com
43a201f8a4
Fix .ch on HTMLTableRowElement and some friends. Checkin for Fabian Guisset (hidday@geocities.com)
...
b=75667 r=sicking sr=jst
2001-10-15 13:04:09 +00:00
pavlov%netscape.com
3f7d7f9384
removing lowsrc support. bug 92453. r=jag sr=attinasi
2001-10-14 01:17:08 +00:00
alecf%netscape.com
bd048504df
convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser
2001-10-13 00:16:32 +00:00
sfraser%netscape.com
9a79a8ff90
Fix bug 50578 -- don't show bogus error dialog when cancelling a print job. r=rods, sr=kin
2001-10-11 19:10:26 +00:00
brendan%mozilla.org
3e6f16f977
Include chrome directory in FastLoad file after XUL FastLoad File Version number, so several installs can take turns running with a given profile, throwing away one another's FastLoad files rather than using bad data saved by the last run (103992, r=sfraser, sr=shaver).
2001-10-11 02:46:18 +00:00
jaggernaut%netscape.com
0f86050de3
Bug 103304: Make nsGenericHTMLElement::GetNodeName more efficient. r=bzbarsky@mit.edu, sr=jst
2001-10-11 00:26:40 +00:00
shanjian%netscape.com
42b9d62a79
#88363 Site with duplicate Content-Type loads with incorrect encoding
...
r=yokoyama sr=waterson
2001-10-10 23:37:18 +00:00
loadrunner%betak.net
283da9ed9b
bug 88155, Trunk & M094 crash [@ MSVCRT.DLL - ns4xPluginStreamListener::OnDataAvailable, nsPluginStreamListenerPeer::OnDataAvailable] - seg faults loading http://www.planetjulie.com/ , r=av,peterl, sr=waterson, removing unused nsHTMLUtils.* files resulting from repository copy
2001-10-10 07:17:33 +00:00
loadrunner%betak.net
f92db53c98
bug 88155, Trunk & M094 crash [@ MSVCRT.DLL - ns4xPluginStreamListener::OnDataAvailable, nsPluginStreamListenerPeer::OnDataAvailable] - seg faults loading http://www.planetjulie.com/ , r=av,peterl, sr=waterson, removing unused nsHTMLUtils files resulting from the repository copy
2001-10-10 07:15:14 +00:00
brendan%mozilla.org
27051ea496
Turn on FastLoad by default (68045, r=hyatt, sr=waterson).
2001-10-10 02:10:17 +00:00
bzbarsky%mit.edu
cca316e69b
Make changes to clip property trigger a reflow change, not just a visual
...
change. Bug 88653, r=pierre, sr=roc+moz
2001-10-10 00:21:02 +00:00
heikki%netscape.com
0bc4dbfd9f
Backing out the double uconv.
2001-10-09 00:56:07 +00:00
loadrunner%betak.net
ed25d08c21
fixing bustage (will backout my changes if it doesn't help)
2001-10-09 00:50:34 +00:00
heikki%netscape.com
f1fcaa559f
Trying to fix build bustage by adding requires.
2001-10-09 00:48:52 +00:00
loadrunner%betak.net
9396076824
bug 88155, Trunk & M094 crash [@ MSVCRT.DLL - ns4xPluginStreamListener::OnDataAvailable, nsPluginStreamListenerPeer::OnDataAvailable] - seg faults loading http://www.planetjulie.com/ , r=av, peterl, sr=waterson
2001-10-09 00:34:52 +00:00
loadrunner%betak.net
8972a72772
bug 88155, Trunk & M094 crash [@ MSVCRT.DLL - ns4xPluginStreamListener::OnDataAvailable, nsPluginStreamListenerPeer::OnDataAvailable] - seg faults loading http://www.planetjulie.com/ , r=av, peterl, sr=waterson
2001-10-09 00:12:15 +00:00
nhotta%netscape.com
9b47038607
Remove nsHTMLUtils.cpp from the project, bug 88155.
2001-10-08 23:44:21 +00:00
nhotta%netscape.com
c74c86aa03
Add nsHTMLUtils.cpp to the project, bug 88155.
2001-10-08 23:43:58 +00:00
loadrunner%betak.net
a88a73f637
bug 88155, Trunk & M094 crash [@ MSVCRT.DLL - ns4xPluginStreamListener::OnDataAvailable, nsPluginStreamListenerPeer::OnDataAvailable] - seg faults loading http://www.planetjulie.com/ , r=av, peterl, sr=waterson
2001-10-08 23:42:41 +00:00
jst%netscape.com
e21ba6730a
Truncate the output string in nsNodeInfo::GetQualifiedName() before appending to it. r=jag, sr=me
2001-10-08 22:37:23 +00:00
heikki%netscape.com
48b48c9583
Bug 103250, attempting to fix topcrasher with a null check. Crash happens when you select text while page loading. r=harishd, sr=vidur.
2001-10-08 21:51:43 +00:00
bryner%netscape.com
281ca9b8c3
Getting rid of a usage of xp_file.h (bug 38061). r=jkeiser, not part of the build.
2001-10-08 19:55:59 +00:00
hyatt%netscape.com
bf36059c72
Fix for 96375, make XBL extends support relative URLs. r=jag, sr=ben
2001-10-08 06:29:30 +00:00
jaggernaut%netscape.com
0c2b3bc449
Bug 81444: eliminate |null_nsCOMPtr|. Eliminating all callers, r=syd, rs=mozbot.
2001-10-07 10:58:39 +00:00
jaggernaut%netscape.com
c39b98b2a4
Clean up REQUIRES lines.
2001-10-07 10:35:41 +00:00
hyatt%netscape.com
80ff494561
Fix for 78344. r=blake, sr=ben
2001-10-07 06:32:36 +00:00
bzbarsky%mit.edu
4ec7dfc9b4
Fix parsing of negative (illegal) values of border-spacing, padding, and
...
others. Bug 102344, r=dbaron, sr=attinasi
2001-10-06 15:13:23 +00:00
bernd.mielke%snafu.de
da6f0e24d3
Don't start printing when regression test are executed bug 99633 r=rods sr=attinasi
2001-10-06 14:07:28 +00:00
pavlov%netscape.com
eae061c13e
fix for bug 92248 r=bryner sr=jst
2001-10-06 05:08:16 +00:00
dbaron%fas.harvard.edu
f761a798a2
Backing out waterson's changes for 100952 to fix smoketest blocker 103331. r=waterson
2001-10-05 20:41:04 +00:00
jaggernaut%netscape.com
bbc4678735
Bug 95906: browser reorders bookmarks randomly. Patch by Brian Stell <bstell@netscape.com>, r=jag, sr=brendan, a=Asa.
2001-10-05 10:57:11 +00:00
locka%iol.ie
a1ba71769c
Checkin makes scrolling to anchors faster by attempting to scroll to the named element from the content sink's timer routine rather than waiting until page loading completes. b=58661 r=heikki@netscape.com sr=jst@netscape.com a=asa@mozilla.org
2001-10-05 10:39:01 +00:00
waterson%netscape.com
c5a8144734
Bug 100952. Don't allow re-entrant notifications while building. r=sspitzer, sr=hyatt, a=asa
2001-10-05 00:54:56 +00:00
rods%netscape.com
3a714be743
Check for failure after printing the next page. If it fails then pass back PR_TRUE
...
to indicate we are done printing this document.
Bug 101597 r=kmcclusk sr=attinasi a=pdt
2001-10-03 23:28:38 +00:00
waterson%netscape.com
3cde1fa091
Bug 96748. Be sure to check for |open| on new rows. r=varga@utcru.sk, sr=hyatt
2001-10-03 06:40:37 +00:00
shaver%mozilla.org
3c7deaae58
Bug 101234: crash when calling focus() or blur() on not-yet-appended XUL
...
Element. r=sicking(!), sr=blizzard
2001-10-03 02:48:00 +00:00
peterv%netscape.com
152a47efdc
Fix for bug 102809 (ABR in nsPlainTextSerializer::AppendText; indexing -1 on array). r=sicking, sr=waterson.
2001-10-03 02:47:08 +00:00
jst%netscape.com
12cde448d4
Making object destructor public to quiet down gcc. rs=alecf@netscape.com
2001-10-02 23:29:05 +00:00
jst%netscape.com
b71fa0bc6f
More changes from John Keiser, not part of the build yet
2001-10-02 21:20:46 +00:00
peterv%netscape.com
8f39c146b9
Fix for bug 97687 ([serializer]cs/gecko: copying using keyboard shortcuts>paste>source pasted {Country=US}) r=heikki, sr=jst.
2001-10-02 10:02:07 +00:00
varga%utcru.sk
82cbda88c4
Fix for bug 75572. Separator support in outliner.
...
r=waterson, sr=hyatt
2001-10-02 04:42:48 +00:00
dbaron%fas.harvard.edu
9a4acbab7a
Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf
2001-10-02 03:18:08 +00:00
dbaron%fas.harvard.edu
30b6e6587c
Remove duplication of code between implementations of nsILookAndFeel and nsIDeviceContext by removing system color and metric implementations from nsIDeviceContext implementations and changing nsIDeviceContext::GetSystemAttribute to nsIDeviceContext::GetSystemFont. b=96971 r=bryner sr=waterson
2001-10-02 03:10:56 +00:00
mstoltz%netscape.com
9dcfafdfd4
Bug 18553, better fix which should cause fewer problems. Clear event listeners
...
before every document load, including the first, except when setNewDocument
is called from document.open. r=heikki, sr=jst
2001-10-02 00:54:44 +00:00
yokoyama%netscape.com
31c1e81d70
Bug 97404
...
To prevent freezing from copying
URL. Temporary fix until
we find actual cause of invalid string offset
/r=ftang, /sr=mscott, /PDT=jpm
2001-10-01 20:37:46 +00:00
rods%netscape.com
935f48ed8a
Backing out fix for Bug 85286 & 72906
2001-10-01 18:22:48 +00:00
jst%netscape.com
2df8ab675f
Adding new files for John Keiser <jkeiser@iname.com>, not part of the build yet.
2001-10-01 17:51:28 +00:00
bzbarsky%mit.edu
ceba997a92
Final removal of VIEW_SOURCE_HTML define. Bug 81132,
...
r=rbs@maths.uq.edu.au , sr=jst
2001-09-30 23:48:07 +00:00
mkaply%us.ibm.com
72816bd6d4
#79798
...
r=ftang, sr=kin@netscape.com
Cursor is an ambigous term - use caret to refer to the text caret in Bidi functions
2001-09-30 20:35:55 +00:00
vidur%netscape.com
4966d85f91
Fixes for printing bugs 84017 and 89151. The fix for bug 84017 removes the need for a resize reflow to get form frame values to print. The restoration of these values into the new frame model is done as part of the initial reflow. The fix for bug 89151 gets rid of the extra frame model built and forces printed images to come out of the decoded image cache. r=darinf, heikki, sr=rpotts
2001-09-29 17:50:15 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
harishd%netscape.com
6cf7e21d1f
96364 - Register html tag observers directly to parser service rather than nsObserverService. Doing so, reduces a lot of overhead. Also, the observers are now notified via sink. This eliminates the need for parser bundle.
...
r=dp,shanjian,sfraser, sr=rpotts.
2001-09-28 23:08:17 +00:00
waterson%netscape.com
88a0d7a698
Bug 97859. Always synchronize parent row, regardless of whether folder is opened or closed. r=varga%utcru.sk, sr=hyatt
2001-09-28 22:34:00 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
glazman%netscape.com
30ae8ab03f
fixing erroneous DOM 2 name for bug 101925; rs=jst
2001-09-28 14:11:05 +00:00
jst%netscape.com
bf8a72467d
Always initalize the out parameter in CreateEvent(). r=nobody
2001-09-28 14:03:10 +00:00
hyatt%netscape.com
c8c44a4397
Fix for 79416, document.popupNode returns wrong node. r=jag, sr=ben
2001-09-28 09:01:34 +00:00
glazman%netscape.com
7a79a87dce
implements getComputedStyle() for float property + bad next-line argument indentation cleanup ; b=101925, r=bzbarsky, sr=jst
2001-09-28 07:39:41 +00:00
mkaply%us.ibm.com
36081dcb62
Remove unused OS/2 files - we use the Windows versions now
2001-09-28 03:38:54 +00:00
bzbarsky%mit.edu
7a6cc28476
Make setting element.style.foo just parse the value instead of creating
...
a property:value pair and parsing that. Speeds up setting of
element.style.top by about 5%. Bug 99797, r=attinasi, sr=jst
2001-09-28 01:38:36 +00:00
rods%netscape.com
309dbcad16
Use the nsIWebProgressListener to make sure two submits do not happen
...
the listener is used to know when the submit got thru so it can unreg itself
Bug 85286 r=rpotts sr=kin a=pdt
2001-09-28 00:33:23 +00:00
saari%netscape.com
12bce05c13
fix for PDT+, topembed, nsbranch+ bug 78857, an assertion caused by the event pool code. r=heikki, sr=jst
2001-09-27 22:41:40 +00:00
rjesup%wgate.com
56314b8be4
Bug 92575: Remaining mChildren nsAutoVoidArray changes. r=waterson, sr=jst
2001-09-27 22:21:37 +00:00
hewitt%netscape.com
14a488a25e
95127 - dispatchEvent() doesn't return a value, r=joki, sr=hyatt
2001-09-27 22:15:50 +00:00
rjesup%wgate.com
629c4c0235
Bug 101710: Fix topcrash regression in Find. r=sfraser, sr=kin
2001-09-27 21:49:40 +00:00
hewitt%netscape.com
9e6c00f9ea
95127 - dispatchEvent() doesn't return a value, r=joki, sr=hyatt
2001-09-27 21:43:00 +00:00
rbs%maths.uq.edu.au
7f1638d039
bug 99010 - font changes. r=attinasi@netscape.com, sr=hyatt@netscape.com
2001-09-27 18:33:58 +00:00
dougt%netscape.com
8d512061e8
Landing nsISupports changes. Freezes nsISupports.idl and nsrootidl.idl. r=valeski@netscape.com, sr=rpotts@netscape.com bug 98281
2001-09-27 03:43:00 +00:00
alecf%netscape.com
b570b3627a
beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser
2001-09-26 20:26:14 +00:00
bryner%netscape.com
248367dee4
Bug 100921 - cannot tab into certain dialog fields. wrap-around of tabbing within a single document had regressed. r=saari, sr=hyatt.
2001-09-26 00:03:57 +00:00
hewitt%netscape.com
8c19fc069c
93519 - new box-ordinal-group xul layout feature, r=waterson, sr=hyatt
2001-09-25 23:35:36 +00:00
gerv%gerv.net
05abd17648
License changes, take 2. Bug 98089. mozilla/extensions/.
2001-09-25 23:31:24 +00:00
hewitt%netscape.com
433ff11b78
93519 - new box-ordinal-group xul layout feature, r=waterson, sr=hyatt
2001-09-25 22:17:00 +00:00
heikki%netscape.com
fc0f4a3bff
Bug 95489, attempting to fix this topcrash with a null-check. r=harishd, sr=vidur.
2001-09-25 22:16:41 +00:00
rods%netscape.com
4d11ab38a1
Removed setting page height to 5 pages when printing a document "AsIs"
...
Also, added special case code for sizing of "AsIs" documents when they
are positioned 0,0
Bug 100797 r=kmcclusk sr=attinasi
2001-09-25 13:00:04 +00:00
gerv%gerv.net
1968b7dad2
License changes, take 2. Bug 98089. mozilla/content/.
2001-09-25 01:32:19 +00:00
bzbarsky%mit.edu
5b28996bde
Add a document.contentType attribute to allow getting the MIME type of
...
the current document from JS. The rest is moving around stuff to deal
with nsIDocument already declaring GetContentType. bug 73847, r=peterv,
sr=jst
2001-09-24 22:43:23 +00:00
bzbarsky%mit.edu
ad1dbdf870
making the "Enabling quirk stylesheet" message only show up for some
...
people who care (even in debug builds). bug 100983, r=dmose, sr=attinasi
2001-09-24 22:36:43 +00:00
rjesup%wgate.com
74a56c0ca5
Backout of commits for bug 97299. This causes assertions, which means we
...
missed some spots where name was getting set.
2001-09-24 15:26:39 +00:00
karnaze%netscape.com
66046cb3f7
bug 82401 - remove cell from correct parent when cell spans into split row; work around bug 101264 by doing initial reflow with unconstrained height. sr=kin, r=attinasi.
2001-09-24 14:48:38 +00:00
peterv%netscape.com
c4d426c4bb
Fix for bug 100732 (content_xsl.xpt missing in packaged bits). r=heikki, sr=jst.
2001-09-24 12:03:02 +00:00
rjesup%wgate.com
a230194a5b
Bug 97299: Store font names in lowercase. r=pavlov, sr=attinasi
2001-09-24 07:35:04 +00:00
jfrancis%netscape.com
22a4b2a9f5
fix for bug 31770: content iterator performance work. Adding an array of cached dom offsets for parent heirarchy of current node in iterator. Most of this work is courtesy of rjesup. r=rjesup,jfrancis; sr=kin
2001-09-24 06:13:03 +00:00
hyatt%netscape.com
13c0ff3b16
Fix for 101177. r=pavlov, sr=ben
2001-09-23 22:20:46 +00:00
hyatt%netscape.com
38650acdce
Fix for 101093. Content added dynamically using the DOM is now in the right scope if anonymous. r=blake, sr=jst
2001-09-23 05:53:32 +00:00
jst%netscape.com
05fe868ccb
Fixing bug 100765. nsStringKey leak in the nsDOMEvent code. r=cls@seawood.org, sr=brendan@mozilla.org
2001-09-22 00:25:16 +00:00
mstoltz%netscape.com
f1ccab736c
Bug 99020, need to clear the value of a textbox when we change its type to
...
'file.' r=heikki, sr=jst.
2001-09-22 00:24:41 +00:00
jband%netscape.com
0c144c3cc0
fix bug 100773. This protects agains infinite recursion that could occur thorugh xpconnect in QI calls on elements with multiple bindings. sr=hyatt r=brendan.
2001-09-22 00:24:24 +00:00
cls%seawood.org
fd845fd2e0
Adding windowwatcher to REQUIRES to fix myotonic bustage.
...
Caused by checkin for bug 97907
2001-09-21 19:59:35 +00:00
mkaply%us.ibm.com
c695194ceb
One more REQUIRES issue for windows
2001-09-21 16:34:42 +00:00
mkaply%us.ibm.com
e25d9fc119
remove spaces in Makefile
2001-09-21 15:38:44 +00:00
mkaply%us.ibm.com
afaaaa2b32
Windows REQUIRES bustage
2001-09-21 15:22:27 +00:00
mkaply%us.ibm.com
094f19ab4b
myotonic REQUIRES bustage
2001-09-21 14:59:09 +00:00
mkaply%us.ibm.com
a80c7ca184
#97907
...
r=kaie, r=dcone, sr=jst
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - add error codes to printing
2001-09-21 13:52:39 +00:00
jst%netscape.com
d3d8385e1a
Fixing bug 100847. Removing nsIXMLDocument::SetTitle() since it's not needed any more. r=heikki@netscape.com, sr=hyatt@netscape.com
2001-09-21 03:55:50 +00:00
jst%netscape.com
bb50d2d065
Tweaking core document classname to make my last patch actually do the right thin in all cases.
2001-09-21 03:23:33 +00:00
jst%netscape.com
b444cadab0
Fixing bug 100795. Removign the method load() from HTML documents, implement it only on XML documents since the name 'load' blocks existing global functions named 'load' from being called from event handlers in the document (since document.load is found before window.load in the scope of event handlers). HTMLDocument.load and XULDocument.load were never implemented any way. r=heikki@netscape.com, sr=vidur@netscape.com
2001-09-21 01:07:53 +00:00
rods%netscape.com
d5c3ae49ab
Should set PrintObject to print "AsIs" if it doesn't have children
...
Bug 83683 r=kmcclusk r=attinasi
2001-09-20 12:13:48 +00:00
jst%netscape.com
af3d887b1c
Fixing bug 65486. Implementing HTML[I]FrameElement.contentWindow, r=harishd@netscape.com, sr=hyatt@netscape.com
2001-09-20 07:58:49 +00:00
hyatt%netscape.com
b51cf5caf3
Fire DOM event when title changes. r/sr=waterson,jst
2001-09-20 07:43:56 +00:00
hyatt%netscape.com
6e6c8d181e
Fix XUL popup listener to check for new contextmenu syntax. r/sr=hewitt,jst
2001-09-20 07:42:48 +00:00
hyatt%netscape.com
a86c0a224a
Fix XUL atoms to match spec for minwidth/minheight/maxwidth/maxheight. r/sr=hewitt,jst
2001-09-20 07:40:45 +00:00
mkaply%us.ibm.com
ef9e88c813
OS/2 bustage
...
PR_STATIC_CALLBACK is not needed here
2001-09-20 02:38:56 +00:00
gerv%gerv.net
1856815ff1
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
102170b2a0
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
bzbarsky%mit.edu
47b3292676
Implement the parentRule property of CSS rules. Bug 37470, r=pierre,
...
sr=jst
2001-09-19 14:16:34 +00:00
rods%netscape.com
d452604ec7
Make the default for "submit"
...
Bug 59035 r=kmcclusk sr=attinasi
2001-09-19 12:58:41 +00:00
bryner%netscape.com
89a864e386
Bug 64052 - don't allow chrome documents to take focus via tabbing. r=saari, sr=hyatt.
2001-09-18 23:07:44 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
f8f3e80dd6
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
2001-09-18 21:47:32 +00:00
alecf%netscape.com
ed05aab4b7
fix blocker 100312 - fix the XPIDL_MODULE lines so they aren't all content_xul
...
r=jag
2001-09-18 18:21:58 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
dbaron%fas.harvard.edu
e5670937de
Allow declarations in style attribute to be surrounded by braces in quirks mode. Rename ParseDeclarations to ParseStyleAttribute since that's what it does. b=99554 r=hixie,glazman sr=attinasi
2001-09-17 23:59:30 +00:00
alecf%netscape.com
62424ee7b2
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
dbaron%fas.harvard.edu
e12dc421f6
Add all extension properties to nsIDOMNSCSS2Properties, rather than just a few. Clean up nsDOMCSSDeclaration implementation of nsIDOM{,NS}CSS2Properties and implement new attributes in nsIDOMNSCSS2Properties. r=hixie sr=jst b=98500
2001-09-17 00:57:46 +00:00
bzbarsky%mit.edu
39e131f2a5
Make insertRule() calls on a media rule which initially had no children
...
not fail. Bug 98931, r=sicking, sr=jst
2001-09-15 01:27:49 +00:00
heikki%netscape.com
1664f5677a
Not part of build. New tests.
2001-09-14 22:02:43 +00:00
mkaply%us.ibm.com
bf6cf05d06
#95642
...
r=cls
When given the win/mac/unix choice for chrome, OS/2 should use win, not define its own
2001-09-14 21:07:39 +00:00
jaggernaut%netscape.com
25856c9451
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
mkaply%us.ibm.com
23ee0801ef
#95642
...
r=cls
Because other platforms then Unix use the Unix build system, add Makefile.ins to some win
directories so platforms can choose to use the win versions of files
2001-09-13 23:01:14 +00:00
cls%seawood.org
74985d186f
Increase GOT buffer for irix (debug) builds when building gkcontent.
...
Thanks to nickb@adacel.com.au (Nick Blievers) for the patch.
Bug #99395 r=cls
2001-09-12 23:48:26 +00:00
heikki%netscape.com
358817a443
Bug 78021, Copy Link Address context menu does not work for image maps (<area> elements), <link> elements or simple XLinks. r=harishd, sr=vidur.
2001-09-12 23:31:37 +00:00
waterson%netscape.com
d76d3fdf0d
Bug 84645. Move XBL insertion point logic into nsCSSFrameConstructor, where it can interact nicely with continuing frames. r=dbaron, sr=hyatt
2001-09-12 20:19:41 +00:00
jaggernaut%netscape.com
30ace44624
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
timeless%mac.com
4d364f1035
Bugzilla Bug 98929 Implementation of Content-Language in HTTP
...
patch by drepper@cygnus.com r=peterv sr=jst
2001-09-11 21:12:23 +00:00
peterv%netscape.com
cb4aed4aba
Fix for bug 98031 (Composer adds space(s) when saving doc with link between parentheses). r=brade, sr=jst.
2001-09-11 09:32:51 +00:00
peterv%netscape.com
55186ae666
Fix for bug 85708 (Should support "text/xml" MIME media type). Recognize text/xml and application/xml in the type attribute of a stylesheet PI. r=Pike, sr=jst.
2001-09-11 07:14:29 +00:00
jst%netscape.com
6cb442811b
Removing unnecessary casts. No code change
2001-09-11 04:48:31 +00:00
jst%netscape.com
6f2d4f378d
Reoving unnecessary casts and giving this code some more nsCOMPtr love. r=bryner@netscape.com, sr=me
2001-09-11 03:35:30 +00:00
vidur%netscape.com
e44bd74c1c
Fix for bug 98815. Implement DOM Level 3 namespace methods for prefix and URI lookup. The implementation of these may be changed later if we get rid of the nsINameSpace interface. r=heikki, sr=jst
2001-09-11 03:04:49 +00:00
mkaply%us.ibm.com
d6ea3e767b
#76856
...
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-10 22:59:04 +00:00
alecf%netscape.com
298c713fa2
add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls
2001-09-10 20:46:52 +00:00
dbaron%fas.harvard.edu
dcd9a0a54f
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag sr=alecf b=45797
2001-09-10 19:54:27 +00:00
ben%netscape.com
8acf4f3883
Add implementation for left, top, persist, ref, and datasources attributes on nsIDOMXULElement per XUL1.0 spec.
...
Part of fix for 95401 - implement resizable popups.
r=jag, sr=hyatt
2001-09-10 07:32:20 +00:00
dp%netscape.com
6ec83539f3
Fixing build bustage.
2001-09-08 22:01:22 +00:00
dp%netscape.com
006dc421cd
bug# 98786 Eliminating url cloning r=gagan,sr=jst
2001-09-08 21:13:20 +00:00
andreas.otte%primus-online.de
8271ce3a1d
fix bug 94796 [code cleanup in nsURLHelper.cpp] remove nsURLEscape/nsURLUnescape from nsURLHelper and replace all usage with nsStdEscape/nsStdUnescape, r=ccarlen@netscape.com, sr=dougt@netscape.com
2001-09-08 12:47:05 +00:00
jst%netscape.com
1a63ec0c59
Comment change only, sr=me
2001-09-08 00:53:38 +00:00
vidur%netscape.com
4e8f894ab2
Part of fix for bug 98597. Null checks so that accessing properties on a DOM event without an underlying PresContext doesn't crash. r=heikki, sr=jst
2001-09-08 00:16:04 +00:00
heikki%netscape.com
4785a81e58
Not part of build. Test more stuff.
2001-09-07 22:09:06 +00:00
bryner%netscape.com
08fcf7314d
Bug 42313 - unable to scroll over iframes with mousewheel. We now
...
correctly bubble up the scroll to the parent document if the iframe is
unable to scroll (either because it isn't scrollable, or because we're
already at the top/bottom of it). r=saari, sr=hyatt.
2001-09-07 21:00:57 +00:00
jaggernaut%netscape.com
5b93c1d9fc
Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt
2001-09-07 14:23:21 +00:00
cls%seawood.org
3991d42bef
Adding newline to end of file to fix hpux bustage
2001-09-07 11:00:48 +00:00
peterv%netscape.com
5c4d2ffdd3
Implement TreeWalker in DOM2-traversal.
...
b=82625, r=fabian, sr=jst
2001-09-07 09:32:00 +00:00
sicking%bigfoot.com
28f58d98af
Implement TreeWalker in DOM2-traversal.
...
b=82625, r=fabian, sr=jst
2001-09-07 09:30:03 +00:00
jst%netscape.com
f3b151bb69
Fixing bug 98292. Adding support for image.x and image.y for compatibility with NS4.x, r=jrgm@netscape.com, sr=blizzard@mozilla.org
2001-09-07 04:00:37 +00:00
rjesup%wgate.com
f0b7d458d4
Bug 96710: (try 2). Right() takes number-of-chars-to-return, not position.
...
r=jag, sr=jst
2001-09-07 03:44:33 +00:00
dbaron%fas.harvard.edu
06944cc30e
Make getComputedStyle remove the extra default font that we add to the end of the font-family list so it returns the original computed value. b=94078 r=hyatt sr=jst
2001-09-07 02:28:10 +00:00
hyatt%netscape.com
704a361d35
98337 fix (r/sr=danm,brendan), also fix for 96610 from jgaunt/aaronl (sr from me, just checking it in since aaronl is on vacation)
2001-09-07 01:26:00 +00:00
pierre%netscape.com
c164042a1e
Bug 93371 (WRMB: Treat classes case insensitively in quirks mode). Back out ianh's patch in nsCSSParser.cpp and nsHTMLAttributes.cpp. Treat classes and IDs case insensitively as described in Bug 35522. r=glazman (+dbaron/jst) sr=hyatt
2001-09-07 00:23:37 +00:00
rjesup%wgate.com
a2e48fea58
Bug 97345: fixing bustage, checked wrong version in (without return).
2001-09-06 23:20:16 +00:00
vidur%netscape.com
f02ab52228
Out parameters should be set to null to account for failure cases. r=jband, sr=jst@netscape.com
2001-09-06 23:05:21 +00:00
rjesup%wgate.com
fd5da5756e
bug 97345: insertion of <option>'s into <select> is very slow.
...
r=rods, sr=jst
2001-09-06 22:54:44 +00:00
rjesup%wgate.com
f8b915228e
Bug 96710: Misuse of string.Mid() - uses should be string.Right().
...
r=kin, sr=jst
2001-09-06 19:38:20 +00:00
rjesup%wgate.com
9192f1e9a5
Bug 92575: voidarray->autovoidarray changes in content/*, minus mChildren
...
changes in nsXULContentSink.cpp and nsGenericElement.cpp as per jst.
r=hyatt r=pierre sr=jst
2001-09-06 19:16:03 +00:00
bzbarsky%mit.edu
268f16e017
Re-fix bug 93977 and fix bug 98358 (lack of underlining on links). The
...
CSS parser parses "foo, bar { decls }" into two separate rules -- one
for foo and one for bar. So ParseRule() has to return an array of
rules, not just a rule. r=dbaron, sr=jst
2001-09-06 13:14:35 +00:00
glazman%netscape.com
7d3af61e67
getComputedStyle answered for background-color #ffffff instead of transparent; b=97771, r=pierre, sr=hyatt
2001-09-06 08:20:50 +00:00
jst%netscape.com
797497c51d
Fixing leaks introduced by my fix for 91241. Breaking circular namespace manager -> XUL element factory -> namespace manager reference that kept one namespace manager and one XUL and XML element factory alive. sr=jband@netscape.com
2001-09-06 06:18:31 +00:00
brendan%mozilla.org
83f40540ad
Don't cache chrome scripts unless their master document URL is chrome too (we need the prototype cache to root the script objects; 98207, sr=jband&waterson, a=asa).
2001-09-06 02:00:39 +00:00
bryner%netscape.com
9335e05a78
Bug 81398 -- tabbing doesn't go into out-of-flow frames. r=saari, sr=hyatt.
2001-09-05 22:52:18 +00:00
valeski%netscape.com
93959d48cc
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
sicking%bigfoot.com
f302ddea5c
Make myAnchorElement.text return the same as NS4.x. Patch from Fabian Guisset (hidday@geocities.com).
...
b=85448, r=sicking, sr=jst
2001-09-05 20:20:50 +00:00
kin%netscape.com
4e70e30516
Fix for bug #97387 : WRMB:iframe with frameborder="no" does not work
...
Call ParseFrameborderValue() with value returned from InNavQuirksMode(),
instead of hardcoded PR_TRUE.
r=karnaze@netscape.com sr=attinasi@netscape.com
2001-09-05 18:25:24 +00:00
mscott%netscape.com
20638e2216
Adding prototype property file to project from mscott's mac. This is hyatt.
2001-09-05 07:39:38 +00:00
mscott%netscape.com
ef0feac8b6
File has been added to manifest for XBL brutal sharing. This is hyatt.
2001-09-05 07:39:11 +00:00
mscott%netscape.com
f6cc8b51fd
Landing XBL brutal sharing from mscott's machine. This is hyatt. The bug has r/sr=hyatt,brendan.
2001-09-05 07:36:55 +00:00
jst%netscape.com
7e2f925135
Fixing bug 91241. Don't use the service manager to get the element factory everty time it's needed, cache it per namespace id, we spent about 0.9% of startup getting the element factory service. r=dp@netscape.com, sr=rpotts@netscape.com
2001-09-05 04:20:54 +00:00
dbaron%fas.harvard.edu
6681d9606c
Replace per-struct Check*Properties with property tables and account for the possibility of having an explicit 'inherit' value. b=91054 r=hyatt sr=waterson
2001-09-05 03:13:58 +00:00
bzbarsky%mit.edu
a0c586aa4f
Fix the nsIDOMMediaList interface to have the right properties. Make
...
media rules implement nsIDOMCSSMediaRule. Fix insertRule() to be able
to insert into the middle of a rule list. Fix issues with stylesheets
not getting dirtied when media lists are modified. bug 93977,
r=pierre, sr=jst
2001-09-05 00:00:18 +00:00
timeless%mac.com
fee6fcee3a
Bugzilla Bug 89864 <SCRIPT LANGUAGE="JavaScript1.0"> gets ignored
...
r=dveditz, sr=brendan, a=asa
2001-09-03 16:09:58 +00:00
jst%netscape.com
a3f647e9b1
Fixing bug 96489. tablerow.insertCell() not returning cell object, patch by Fabian <hidday@geocities.com>, r=peterv@netscape.com, sr=jst@netscape.com, a=blizzard@mozilla.org
2001-08-31 23:31:31 +00:00
dbaron%fas.harvard.edu
be938a64b6
Undoing backout of bug 97227 because valeski and rpotts insist. I guess drivers aren't doing approvals after all.
2001-08-31 04:28:26 +00:00
dbaron%fas.harvard.edu
5434e861aa
Backing out unapproved checkin for bug 97227. a=brendan,blizzard
2001-08-31 03:45:20 +00:00
rpotts%netscape.com
d6657f6a11
fixed typo from checkin for bug #97227
2001-08-31 02:30:34 +00:00
heikki%netscape.com
441896a2b3
Bug 96459, bug 96307 and Bugscape 8288. Implement readyState and onreadystatechange members to enable progress indicators for download. Make it possible to call send() again in onload without crashing. Send load event only after everything done (was sent too early if XML errors). Make some functions throw error if called at the wrong time (match IE). Make it possible to build SOAP again (patch from peterv, r=heikki). r=harishd, sr=vidur, a=asa.
2001-08-31 00:59:19 +00:00
rpotts%netscape.com
9e2f57a942
bug #97227 (r=valeski, sr=vidur). This patch makes all calls to nsIWebBrowserChrome::SetStatus(...) display synchronously.
2001-08-30 21:47:45 +00:00
waterson%netscape.com
bfa9a9cd34
Fix debug-only win32 bustage.
2001-08-30 04:33:27 +00:00
waterson%netscape.com
1848724e7e
Bug 95675. Make sure server counts update after twisty open/close. Needed to remove container/member support from conflict set, too. Also, add a bunch of debugging junk. r=varga@utcru.sk, sr=hyatt, a=roc+moz
2001-08-30 02:29:05 +00:00
hyatt%netscape.com
b7fdbc5cc2
Fix for 96920, r=pink, sr=ben, a=dbaron
2001-08-29 22:33:18 +00:00
pierre%netscape.com
4c5df9a52d
Bug 95336 "position CSS not recognized without units when element not in document". Set the parser in quirks mode when necessary in nsDOMCSSAttributeDeclaration::ParseDeclaration(). r=ianh/sr=jst/a=dbaron.
2001-08-29 08:00:12 +00:00
dp%netscape.com
eebcd1a09b
bug #14889 Lazy loading wallet dll r=morse,gagan sr=jband a=asa
2001-08-28 22:32:03 +00:00
brendan%mozilla.org
11e7455fb6
Patch to make FastLoad file removal clear state so file gets recreated by same session (68045, r=jrgm, sr=waterson, a=asa).
2001-08-28 07:08:36 +00:00
mscott%netscape.com
5046047a12
NOT PART OF THE BUILD YET.
...
Adding new interface for xbl brutal sharing. Bug #70647
2001-08-27 22:15:45 +00:00
rjesup%wgate.com
6f3e4115eb
Bug 94243: VoidArray usage patch. a=asa sr=brendan r=waterson r=bienvenu
...
r=pierre r=jband/dbradley Also fixes some whitespace issues.
2001-08-27 06:15:54 +00:00
brendan%mozilla.org
df60e7bfb0
Path to make FastLoad file removal work on non-Unix systems (must close any streams on it first; 68045, r/sr=jrgm/shaver, a=asa).
2001-08-27 05:41:53 +00:00
jaggernaut%netscape.com
4390a22770
One more for the speedracer bustage fix.
...
The problem is that the generated header contains the following bit:
enum { MODIFICATION = 1U };
enum { ADDITION = 2U };
enum { REMOVAL = 3U };
So to speedracer's compiler, this line signals a potential programmer error:
PRInt32 modHint = modification ? nsIDOMMutationEvent::MODIFICATION : nsIDOMMutationEvent::ADDITION;
Apparently they value it like an error and not a warning.
2001-08-25 04:34:17 +00:00
jaggernaut%netscape.com
b7b30ca17a
Fixing speedracer bustage. Not sure I like this, nor the reason why there's bustage in the first place. *grmbl*
2001-08-25 04:22:47 +00:00
hyatt%netscape.com
62d3de24fd
Fix for 95475. r=jag, sr=ben, a=dbaron
2001-08-25 02:01:08 +00:00
waterson%netscape.com
f39ee77b45
Bug 96282. Make nsOutlinerRows::Last() work correctly when there are empty subtrees in the rows. r=varga, sr=kin, a=dbaron
2001-08-24 18:28:15 +00:00
dp%netscape.com
f4baa95a45
bug# 96469 caching xbl service r=jag, sr=waterson, a=asa
2001-08-23 20:07:10 +00:00
darin%netscape.com
a59e06aac8
workaround fix for blocker bug 96440 r=harishd, sr=vidur, a=dbaron
2001-08-23 18:59:46 +00:00
dcone%netscape.com
2b2c916207
b=58002 r=dcone sr=attinasi r=rods a=asa. Fix radio buttons to print the correct setting.
2001-08-23 02:25:14 +00:00
karnaze%netscape.com
9f59fbb5b8
bug 60013 - make table with html width set to 0 behave like an auto table. sr=attinasi,r=bernd
2001-08-22 04:21:05 +00:00
darin%netscape.com
f15b47c6af
fixes bug 90288 (part 2) "not honoring Pragma: no-cache from HTTP-EQUIV"
...
r=gagan, sr=dougt
2001-08-22 00:38:46 +00:00
dcone%netscape.com
61c42e0de0
b=73884 r=peterl sr=attinasi invert mode support added
2001-08-21 22:37:17 +00:00
brendan%mozilla.org
6d895baf1d
Bit checkin for bug 68045, r/sr=waterson&shaver, second attempt. It all works
...
for me on optimized and debug gcc2.96, rh7.1.
- Better failure codes from nsXULPrototypeScript::Deserialize.
- Call nsXULDocument::AbortFastLoads after nsXULPrototypeScript::Serialize
failure, instead of just nulling the FastLoad service's output stream.
- Expose nsXULDocument::AbortFastLoads via nsIXULPrototypeCache, for use from
nsChromeProtocolHandler.cpp. AbortFastLoads flushes the XUL cache now, for
good measure.
- The needless "Current" adjective in nsIFastLoadService attribute and method
names is no more.
- Add a do_GetFastLoadService() helper, to use CID instead of contractid, and
to let the compiler consolidate the static inline CID.
- Add "nglayout.debug.checksum_xul_fastload_file" pref so people can do without
the checksum verification step when reading a FastLoad file.
- Verify the FastLoad file checksum, by default. Also, cache it in the FastLoad
service so we don't recompute it when re-opening the FastLoad file as mailnews
and other top-levels start up. Fill the checksum cache in EndFastLoad, when
the last pseudo-concurrent top-level finishes loading.
My hope to compute the checksum while writing the FastLoad file ran afoul of
misordered writes. The old code to checksum the in-memory nsFastLoadHeader
also was broken on little endian platforms. Now all checksumming is done via
a separate read pass over the complete file, save for the header's checksum
field, which is summed as if it contained zero.
- Track and check FastLoad file dependencies. This required groveling with a
bunch of Necko interfaces in nsChromeProtocolHandler::NewChannel -- read it
and weep. Dependency checking, as well as checksum access and computation,
use better-factored nsIFastLoad{File,Read,Write}Control interfaces.
- nsBufferedStream::Seek wasn't flushing the buffer when seeking backward
within the buffer, but it must, because mCursor bounds the amount to write
if the buffer contains the end of file.
- Add an unbufferedStream readonly attribute to nsIStreamBufferAccess, so we
don't have to screw around with the bufferying layer when checksumming. Also
implement nsIStreamBufferAccess in nsBufferedOutputStream.
- nsISeekableOutputStream was bogus, based on a bad state I had put the
nsBufferedOutputStream code in on its way from being completely broken when
you seek backwards outside of the buffer. Removing this interface required
using nsIFastLoadFileIO in nsFastLoadFileWriter, and it also required careful
ordering of Close calls (the Reader must close after the Writer or Updater,
so that the Reader's underlying, unbuffered input stream can be read by
nsFastLoadFileWriter::Close to compute the checksum.
- Miscellaneous tab/indentation, comment typo, bracing, if( => if ( style,
nsnull vs. 0, useless variable elimination, tortured control flow,
AutoString instead of String, and gratuitous ; after nsISupportsUtils.h
macro call cleanups.
2001-08-21 20:51:34 +00:00
rjesup%wgate.com
f48461942b
Bug 96132. ~nsTypedSelection misuses arrays. r=dbaron,
...
sr=jst@netscape.com sr=kin@netscape.com
2001-08-21 18:38:20 +00:00
dbaron%fas.harvard.edu
84da7ccfa5
Fixing MOZ_TRACK_MODULE_DEPS bustage by adding pref to REQUIRES (for nsRuleNode.cpp).
2001-08-21 14:27:36 +00:00
rods%netscape.com
b8f1b52da9
Disabling Quirks sizing for form controls, it can be put back in via a pref
...
and uncommenting a line in quirk.css
Bug 91602 r=dcone sr=attinasi
2001-08-21 14:01:55 +00:00
sspitzer%netscape.com
9c896ab736
fix for #95457 . the open / closed state of servers and folders in the folder pane
...
was not persisting across sessions. I added a new attribute to outliner "statedatasource"
that you can set to use for state, otherwise, if you are "trusted" it will use the localstore.
if not trusted, it will use an in memory datasource, which will not persist across sessions.
r/sr=bienvenu for the mailnews part, r/sr=waterson for the content part.
2001-08-21 06:18:58 +00:00