Commit Graph

134424 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
0f43ee9e2c Typo fix b=146434 p=giacomo.magnini@portalis.it r=me 2004-10-14 08:57:39 +00:00
steffen.wilberg%web.de
a620bc24bc Bug 264317: fix broken links in Help Contents - Menu Reference 2004-10-14 08:45:45 +00:00
steffen.wilberg%web.de
7dd69ad935 fix linebreak 2004-10-14 08:08:45 +00:00
igor%mir2.org
0c713dd810 Added GeneratedClassLoader 2004-10-14 07:34:54 +00:00
igor%mir2.org
4edb63b66a Changing (XML|XMLList).(propertyIsEnumeratable|attribute|child) to confirm to the published ECMA 357 specification. 2004-10-14 07:34:13 +00:00
igor%mir2.org
907a84e3c8 I added ContextFactory.createClassLoader that is called from Context.createClassLoader to remove the need to subclass Context if a custom ClassLoader is required. 2004-10-14 07:31:00 +00:00
igor%mir2.org
d066ea04be Regression tests for Rhino bugs 2004-10-14 07:09:22 +00:00
cltbld
d4f7093441 Automated update from host egg 2004-10-14 06:23:57 +00:00
ben%bengoodger.com
ac2f4820a7 263928, 263412 - define default distribution ID in configure.in, not in nsISS for better availability/reliability. r=vlad 2004-10-14 06:21:22 +00:00
jwalden%mit.edu
eb94caab9d Bug 258665 - Document stylesheet switching UI. Patch by Sean Umphlet <nosebleed@umphlet.com>, r=me 2004-10-14 06:14:04 +00:00
jwalden%mit.edu
edbcfcfac5 Bug 260050 - explain tabbed browsing in more detail and make it prominent. doc=Daniel Wang <daniel.bugmail@wangrepublic.org>, p=me, r=steffen 2004-10-14 05:53:26 +00:00
dbaron%dbaron.org
124d559e16 Back out 227361 to fix pageload time regression. 2004-10-14 05:49:10 +00:00
jst%mozilla.jstenback.com
f9f9f04078 One more followup change to the fix for bug 69070. Make sure to set the appType on the root docshell in editor.js. 2004-10-14 04:54:03 +00:00
tor%cs.brown.edu
dc602ccba1 Bug 264259 - invalidate text on style change. r=afri. 2004-10-14 03:48:04 +00:00
aaronleventhal%moonset.net
10b573a49b Bug 263685. getComputedStyle not working on -moz-outline-radius. r=roc, sr=dbaron 2004-10-14 03:32:28 +00:00
bzbarsky%mit.edu
e9d20500ed Don't create new nsCSSScanners all the time. Just make nsCSSScanner a
non-pointer member of nsCSSParser so when we recycle parsers scanners get
recycled automatically.  Bug 263959, r+sr=dbaron
2004-10-14 03:30:55 +00:00
bryner%brianryner.com
f9dc6bdf0e Use GType as the return type for GetMaiAtkType since it is not the same as PRUint32 on all architectures. Bug 256603, patch by pkwarren@gmail.com, r=Louie.Zhao@sun.com, sr=dbaron. 2004-10-14 02:31:58 +00:00
kyle.yuan%sun.com
535acd4919 Bug 264161 Failed to build thunderbird on solaris sparc platform
r/sr=mscott, patch=brian.lu@sun.com
2004-10-14 01:58:19 +00:00
jst%mozilla.jstenback.com
d98ae85add More followup changes to my fix for bug 69070. Use docURL since it's available in stead of calling GetDocumentUIR() one more time, as suggested by cbiesinger@gmx.at. 2004-10-14 01:44:50 +00:00
webmail%kmgerich.com
2ebd5f2e00 JS Console styles for Mac, bug 258652 2004-10-14 00:32:27 +00:00
joshmoz%gmail.com
e319f36b5a fix landing of updated nib file for bug 175924 2004-10-14 00:23:11 +00:00
jst%mozilla.jstenback.com
547059223d Followup to my fix for bug 69070. Use the documents character set when creating image URI (per bz's suggestion), and fixing build bustage. 2004-10-13 23:45:22 +00:00
shaver%mozilla.org
68c683d7fe WebDAV, NPOTB.
DELETE can return a multistatus, so enhance the API a bit to convey that data.

We don't call the detailed-report facet yet at all, but it's there for when
we do!
2004-10-13 23:36:51 +00:00
wchang0222%aol.com
140228c846 Bugzilla bug 264257: added GetCert and LRA Pop witness controls to CMC.
The code is contributed by Christine Ho of AOL.  r=wtc.
Added Files: GetCert.java LraPopWitness.java
2004-10-13 23:35:39 +00:00
jst%mozilla.jstenback.com
bc60433e87 Fixing bug 69070. Don't allow loading of images from file: URIs from web content. r+sr=bzbarsky@mit.edu 2004-10-13 23:16:58 +00:00
cbiesinger%web.de
b66482959e fixing xmlterm bustage from bug 231716 2004-10-13 23:10:12 +00:00
dbaron%dbaron.org
05b5b63278 Bustage fix. b=227361 2004-10-13 23:06:39 +00:00
cbiesinger%web.de
8ce77972a9 fixing qt bustage. Bug #264266, qt-only 2004-10-13 23:04:52 +00:00
cltbld
c34ab74ec4 Automated update from host egg 2004-10-13 22:53:54 +00:00
bugzilla%arlen.demon.co.uk
d4127f1540 Bug 234185 Build failure: #error "No SVG renderer."
p=ajvincent@gmail.com r=bsmedberg
2004-10-13 22:44:05 +00:00
dbaron%dbaron.org
c0a432e619 Don't do resize reflows for view managers that aren't visible. (Improve window resizing and find toolbar performance when multiple tabs are open.) b=227361 r+sr=roc 2004-10-13 22:37:32 +00:00
neil%parkwaycc.co.uk
3af8384d63 Signed/unsigned comparison fix b=231716 p=gautheri@noos.fr r=timeless sr=roc 2004-10-13 22:34:43 +00:00
neil%parkwaycc.co.uk
2a4621a7cf Bug 261108 Fix generated click event to be a mouse event r+sr=jst 2004-10-13 22:23:46 +00:00
shaver%mozilla.org
4ad3836fae WebDAV: the beat goes on.
MKCOL support.  No MKCOL-with-data support, because I have no idea what that's
really supposed to do, so I can't design a good interface for it.
2004-10-13 22:14:51 +00:00
dbaron%dbaron.org
b2c89427b4 Remove unneeded dependency on layout. b=227361 r+sr=roc 2004-10-13 22:08:00 +00:00
dbaron%dbaron.org
5d73b65b11 Remove unneeded dependency on layout. b=227361 r+sr=roc 2004-10-13 22:05:00 +00:00
dbaron%dbaron.org
dc1efc09e8 Store the visible area so other callers of InitialReflow use the right size rather than 0x0. b=227361 r+sr=roc 2004-10-13 21:59:26 +00:00
shaver%mozilla.org
d13ae59f95 WebDAV, NKOTB.
DELETE support (named 'remove' in IDL to avoid pain for JS consumers).

(...step by step...)
2004-10-13 21:54:33 +00:00
igor%mir2.org
a18c7f63d5 Test suite for E4X from AgileDelta Inc, http://agiledelta.com/ : see bug 251113 2004-10-13 21:35:32 +00:00
shaver%mozilla.org
b9f243f10c WebDAV, NPOTB.
Don't propagatge NS_BINDING_ABORTED to put() callers.

PUT() test wrapper and findErr helper.
2004-10-13 21:30:21 +00:00
joshmoz%gmail.com
48acafa86d make Appearance pref pane use labeled buttons for changing fonts, also lots of stylistic cleanup (bug 175924) 2004-10-13 21:29:56 +00:00
zack%kde.org
8ab3d601bb New approach, better approach, popups disappearing after a click, just cooler...
Like it still won't get me chicks but is closer to that goal (i got into mozilla
because of false promises of women)
2004-10-13 21:01:24 +00:00
shaver%mozilla.org
ee1db06bac (WebDAV, NPOTB)
Flush the output stream when the GET is complete, to aid scripted callers in
getting the results they probably expect.
2004-10-13 20:46:24 +00:00
bryner%brianryner.com
68d2914c4e Fix gtk warnings on older gtk versions (bug 255656, r+sr=dbaron). 2004-10-13 20:35:06 +00:00
roc+%cs.cmu.edu
407418eef2 Bug 263992. Fix widget/windows bug revealed by widget caching changes: Resize(x,y,w,h) needs to fix up popups the same way Move() does. r=ere,sr=roc, patch by swalker and roc 2004-10-13 20:17:05 +00:00
vladimir%pobox.com
98b1cd3b91 Update to SQLite 3.0.8 2004-10-13 19:30:19 +00:00
bryner%brianryner.com
fa66492f1c Adding nsIXFormsModelElement here, instead of dom/public/idl/xforms, since nothing in the core will depend on it. 2004-10-13 19:29:35 +00:00
timeless%mozdev.org
02764816d7 backing out bsmedberg's changes for Bug 264093 because they caused domwindows to leak and orange 2004-10-13 19:05:48 +00:00
bryner%brianryner.com
76d97cefed More API updates for trunk XTF. 2004-10-13 18:50:15 +00:00
shaver%mozilla.org
4b184ac2af WebDAV micro-checkpoint, NPOTB.
Use buffered streams for getToOutputStream, and document that requirement.

Make sure we QI correctly for nsIRequestObserver in our
OperationStreamListener.
2004-10-13 18:35:33 +00:00