neil%parkwaycc.co.uk
d042aa0b80
Bug 121234 this.mMissedIconCache has no properties r=timeless sr=jag
2003-07-12 13:42:26 +00:00
dwitte%stanford.edu
d78b684d26
Bug 113733: nsXPIDLCString doesn't have an assignment operator.
...
adds |operator=( const self_type& )| to nsSharable{C}String and nsXPIDL{C}String, to prevent the compiler from synthesizing its own (which won't do the right thing).
This should fix a bunch of XPIDLString-related cfront compile warnings.
original patch by jag, updated by me; r=dbaron, sr=jag.
2003-07-12 07:14:37 +00:00
bzbarsky%mit.edu
c9311f5c07
Backing out yet again (bug 212133) since Tp is being weird again.... Let's hope
...
it's not this patch. :(
2003-07-12 04:14:03 +00:00
scott%scott-macgregor.org
d931210577
Ugly thunderbird hack. Has no effect on seamonkey builds.
...
When launching the app via Launch Task (which is the case when starting up for the first time), check to see if the cmd line service
has any arguments (such as mailto urls). If so pass these arguments into OpenWindow instead of using the handler's default arguments.
This fixes the problem where clicking on a mailto url in a browser when thunderbird was NOT already running, caused a blank
compose window where the mailto url was ignored.
2003-07-12 04:12:14 +00:00
varga%netscape.com
48638b2afa
Fix for bug 212090. nsInMemoryDataSource:GetSource() doesn't iterate over assertions correctly.
...
r=ben, sr=ben
2003-07-12 04:00:32 +00:00
scott%scott-macgregor.org
20c4cde927
change the doctype from window to dialog. Thanks to Christian Biesinger for pointing that out.
...
r/sr=mscott
2003-07-12 03:31:16 +00:00
dbaron%dbaron.org
fc8c0f9407
Fix DEBUG bustage. b=212109
2003-07-12 01:33:30 +00:00
dbaron%dbaron.org
6160d90fcc
Clean up GetView and SetView. b=208190 r+sr=roc
2003-07-12 00:50:00 +00:00
dbaron%dbaron.org
f73d429e36
Add inline accessors for frame manager. b=208190 r+sr=roc
2003-07-12 00:48:16 +00:00
dbaron%dbaron.org
479a311594
Make GetStateBits const. b=208190 r+sr=roc
2003-07-12 00:46:52 +00:00
scott%scott-macgregor.org
2a9620c300
Bug #212459 --> Give the certificate manager a face lift. Add a 5 pixel border around the tabbox,
...
add an ok button which can be used to dismiss the window, inherit the ok/help buttons from the dialog
overlay.
Add spacing between the tree control and the edit / delete buttons underneath the tree control.
r=kaie
sr=sspitzer
2003-07-12 00:36:01 +00:00
lpham%netscape.com
4e92cde960
update Mac Desktop Get Info string to 1.5b bugzilla #211625
2003-07-12 00:25:51 +00:00
lpham%netscape.com
ac49a8f0f2
update userAgent string to 1.5b r=twalker; sr=ycalonje
2003-07-12 00:23:03 +00:00
scott%scott-macgregor.org
60e11691f4
Bug #212469 --> spell checker should ignore quoted text for HTML mail.
...
r/sr=kin
2003-07-12 00:17:37 +00:00
dbaron%dbaron.org
2c2bbdbe8e
Fix bustage. b=211308
2003-07-11 23:53:22 +00:00
smontagu%netscape.com
6c32acf737
Bug 210110: selection at end of line spans multiple lines in embedded test editor. r+sr=bzbarsky
2003-07-11 23:34:42 +00:00
bzbarsky%mit.edu
b471a3d41f
Make it possible for overflow:auto/overflow:scroll frames to have
...
::before/::after content. Bug 212145, r+sr=roc+moz
2003-07-11 23:19:12 +00:00
bzbarsky%mit.edu
7b5865099a
Update the string stream interface a bit and simplify the implementation a
...
lot. Bug 212109, r=dougt, sr=darin
2003-07-11 23:10:27 +00:00
bzbarsky%mit.edu
9cb380a7ff
Make XBL anonymous content get its base URI from the XBL document (the binding
...
URI) instead of from the document of the bound element. This way relative URIs
in a binding are always relative to the binding. Bug 211128, r=caillon, sr=jst
2003-07-11 23:06:26 +00:00
bzbarsky%mit.edu
e6028a883c
Add correct line number reporting to errors from XBL fields and handlers. Make
...
it possible to pass a url and line number to CompileEventHandler in general.
Bug 127567, r=bryner, sr=brendan
2003-07-11 22:54:36 +00:00
bzbarsky%mit.edu
fcbabc39e2
Random array stuff in nsScriptLoader; fix a leak. Bug 212271, r=caillon, sr=jst
2003-07-11 22:47:17 +00:00
bzbarsky%mit.edu
65e8d5956e
Remove redundant #include
2003-07-11 22:44:16 +00:00
timeless%mozdev.org
eccf4c37b4
Bug 212440 nsHTTP:2 shouldn't include traffic
...
r=darin sr=darin
2003-07-11 22:43:28 +00:00
caillon%returnzero.com
7cca283eb4
Bug 212218
...
Start supporting bits and pieces of the additions to |Document| in DOM Level 3 Core.
r=jst@netscape.com sr=bzbarsky@mit.edu
2003-07-11 22:32:25 +00:00
darin%netscape.com
48744b6c31
fixes bug 212245 "don't build ftp and gopher directory listing support if protocols are disabled" r=dougt sr=bzbarsky
2003-07-11 22:13:30 +00:00
twalker%netscape.com
fd4666d2b5
update version to 1.5b, bug 211626, r = ycalonje
2003-07-11 22:00:16 +00:00
timeless%mozdev.org
0ad19a3a64
Bug 212438 trivial optimization for nsDocument::GetScriptLoader
...
r=jst sr=jst
2003-07-11 21:53:22 +00:00
wtc%netscape.com
40490b50de
Backed out Bob Relyea's workaround for the deadlock in rev. 1.15. The
...
correct fix is in rev. 1.36 of tdcache.c (see Bugzilla bug 212112).
2003-07-11 21:52:04 +00:00
smontagu%netscape.com
4c9d6095c3
Map Big5 UDC to Unicode PUA. Bugs 9686 and 181725, author=anthony@thizlinux.com and mcsmurf@gmx.net, r=smontagu, blanket rs=roc+moz for autogenerated conversion table updates.
2003-07-11 21:43:04 +00:00
rogerl%netscape.com
6e8dcac084
Linux Build
2003-07-11 21:42:33 +00:00
rogerl%netscape.com
45c272b099
Linux Build
2003-07-11 21:36:06 +00:00
jshin%mailaps.org
123cee10aa
bug 212400 fix MathML rendering with FT2 enabled (Gfx:Gtk) (r=bstell, sr=rbs)
2003-07-11 21:35:30 +00:00
jshin%mailaps.org
59d134d2f9
bug 212125 : factor out loading |nsIPersistentProperties|' from a URI/URIspec and add helper
...
functions to nsNetUtil.h (r=rbs, sr=darin)
2003-07-11 21:31:54 +00:00
rogerl%netscape.com
9c36204616
Linux Build...
2003-07-11 21:30:19 +00:00
rogerl%netscape.com
d1793844b9
Linux build..
2003-07-11 21:23:39 +00:00
dbaron%dbaron.org
d85698fd40
Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky
2003-07-11 21:16:12 +00:00
timeless%mozdev.org
345bd22f8b
Bug 212438 trivial optimization for nsDocument::GetScriptLoader
...
r=bz sr=bz
2003-07-11 21:08:12 +00:00
scott%scott-macgregor.org
19d21bdfae
center the certificate manager by default. Remove the width attribute, let the dialog size itself intrinsically.
2003-07-11 21:01:06 +00:00
smontagu%netscape.com
1825bb79f2
Fix typo which caused Bidi caret movement regression. Bug 212372, r+sr=roc+moz
2003-07-11 21:00:26 +00:00
dbaron%dbaron.org
18686da53d
Override Paint to fix strict mode text decorations and paint layer for :first-letter. b=212149 r+sr=bzbarsky
2003-07-11 20:45:19 +00:00
dbaron%dbaron.org
2fec18446c
Fix leak caused by CSS2PropertiesTearoff by simplifying aggregation. b=212269 r+sr=bzbarsky
2003-07-11 20:44:25 +00:00
dbaron%dbaron.org
296a055325
Attempt to fix warning by ensuring one path is always used, even for invalid ids. b=210550 r+sr=bzbarsky
2003-07-11 20:42:59 +00:00
ashishbhatt%netscape.com
034ee0a6cf
Adding simple type wsdl test cases
2003-07-11 20:30:59 +00:00
kaie%netscape.com
eca5c05eea
Fixing bustage from previous checkin.
2003-07-11 20:20:14 +00:00
rbs%maths.uq.edu.au
c95c35d2ca
Stop animated images with Esc key or Stop button, b=70030, r=akkana, sr=jst
2003-07-11 20:19:34 +00:00
timeless%mozdev.org
9cbc1cb569
Bug 212346 nsCSSFrameConstructor.cpp:4182: warning: unused variable `class nsIView * listView'
...
r=bz sr=bz
2003-07-11 20:07:21 +00:00
timeless%mozdev.org
a3f5ac6f58
Bug 212438 trivial optimization for nsDocument::GetScriptLoader
...
r=bz sr=bz
2003-07-11 20:01:51 +00:00
bzbarsky%mit.edu
462ea831db
Bug 212133 take two. Make images load only after they get a parent if they are
...
coming from the sink. Hopefully with better perf this time. r=caillon, sr=jst
2003-07-11 20:00:31 +00:00
mkaply%us.ibm.com
0f3a3e3df1
Better fix for 178961 per dbaron
2003-07-11 19:53:13 +00:00
kaie%netscape.com
903de8295b
b=205702 S/Mime messages should use larger encrypted strings to increase strength of security
...
r=ddrinan sr=brendan
2003-07-11 19:27:27 +00:00