bryner%brianryner.com
71a9f7c833
Testing whether inlining the Get/SetProperty calls in Get/SetView helps the Tp regression from bug 253888.
2004-08-25 16:29:47 +00:00
igor%mir2.org
d8f667cdc3
Interpreter optimization: use state.resultDbl to store double result accross calls of interpreted functions to avoid creation of Double instance.
2004-08-25 15:19:22 +00:00
peterv%propagandism.org
6bd43c5b56
Fix for bug 256514 (Links don't work in documents created via XSLT). r/sr=jst.
2004-08-25 14:17:40 +00:00
peterv%propagandism.org
18457a9b77
Fix for bug 256734 (Some DOM classes use the wrong macro to define their prototype chain). r/sr=jst.
2004-08-25 14:15:30 +00:00
roc+%cs.cmu.edu
7e7410e03f
Bug 252920. Compute the block overflow area using nsRects instead of some hokey homegrown calculations. Don't advancy mY for empty lines. r+sr=dbaron
2004-08-25 13:10:06 +00:00
roc+%cs.cmu.edu
a179d11a59
Bug 252771. Recompute an inline frame's overflow area nearly from scratch in RelativePositionFrames, so we don't try to maintain it (and fail) during inline frame alignment. r+sr=dbaron
2004-08-25 13:03:28 +00:00
steffen.wilberg%web.de
2932fd80de
Bug 256363: Change Help docs on Download Manager shortcut (Ctrl+J). p=jwalden, r=me
2004-08-25 10:43:42 +00:00
steffen.wilberg%web.de
d46f038bd1
Bug 255642: about: links to nonexistent NPL. r/a=ben
2004-08-25 10:36:24 +00:00
igor%mir2.org
8c465a784a
Optimizing name access: since top scope can not be NativeWith or NativeCall, it is possible to avoid thisObj checks for name-as-function access and "with" statement and XML object checks.
2004-08-25 09:50:32 +00:00
steffen.wilberg%web.de
64299bda58
Bug 256805: Remove Tell a Friend menu item description. p=jwalden, r=me
2004-08-25 09:42:06 +00:00
jshin%mailaps.org
377c05d378
bug 255456 : protection against 'charset.cache.size = 0' and a little clean-up (r=smontagu, sr=neil)
2004-08-25 09:26:00 +00:00
vladimir%pobox.com
21997a1847
b=255134, nsICollation scriptability, updated IIDs
2004-08-25 07:20:06 +00:00
timeless%mozdev.org
dda45f3d1c
fixing url. suggested by jw6057@bacon.qcc.mass.edu
2004-08-25 06:38:18 +00:00
bryner%brianryner.com
4f0fceee16
Fixing AIX bustage
2004-08-25 06:34:34 +00:00
darin%meer.net
d3d457683e
Apply bryner's review comment, bug 256316
2004-08-25 04:43:14 +00:00
darin%meer.net
2642c24833
fixes bug 256316 "non-ascii char in URL lead to heap overrun" r=dveditz sr=bryner
2004-08-25 04:41:48 +00:00
brendan%mozilla.org
9d9955e3e8
Pave way for E4X, reduce code size of scanner by ~600 bytes (256728, r=shaver).
2004-08-25 02:27:24 +00:00
bryner%brianryner.com
c44bd1642a
Trying to fix AIX bustage by making nsIDocument dtor non-virtual. r=dbaron.
2004-08-25 00:30:47 +00:00
vladimir%pobox.com
d538ff9612
fix bustage, got a little too search and replace happy
2004-08-24 23:23:09 +00:00
vladimir%pobox.com
dea17bb4eb
b=255134, make nsICollation scriptable (forgot file), r=jshin,sr=brendan
2004-08-24 22:52:02 +00:00
vladimir%pobox.com
ab916d5eb8
b=255134, make nsICollation scriptable, r=jshin,sr=brendan
2004-08-24 22:50:33 +00:00
darin%meer.net
083582d5b6
fixes bug 237312 "gnomevfs should be skipped for protocols marked to be handled externally" r=biesi sr=bzbarsky
2004-08-24 21:50:15 +00:00
bryner%brianryner.com
298e40d66b
slight optimization to previous checkin, bug 253888
2004-08-24 21:47:04 +00:00
darin%meer.net
4b2ca06dcc
fixes bug 231529 "Optionally enable unprompted NTLM authentication" r=cneberg sr=bryner
2004-08-24 21:18:15 +00:00
darin%meer.net
86606ff3a3
fixes bug 230351 "NTLM base64 decoder should tolerate extra '=' padding" r=cneberg
2004-08-24 21:10:54 +00:00
darin%meer.net
6b0e02fff3
fixes bug 255032 "gnomevfs protocol handler should use info.type to check for directories" r=biesi
2004-08-24 20:30:41 +00:00
bsmedberg%covad.net
dd9c5bdae8
Initial landing of update.mozilla.org PHP code. Bug 255444, code provided by psychoticwolf@carolina.rr.com
2004-08-24 19:39:49 +00:00
bryner%brianryner.com
6f61ffd0d2
Trying again to land support for content node properties (bug 253888). r=jst, sr=dbaron.
2004-08-24 18:50:29 +00:00
jst%mozilla.jstenback.com
e2ddf5de82
Fixing bug 178088. Making our doctype detection code more robust by ignoring whitespace at the begining of the file when looking for the doctype. r=darin@meer.net. sr=dbaron@dbaron.org
2004-08-24 18:37:33 +00:00
Stefan.Borggraefe%gmx.de
30351e1e85
Fix for bug 131480: "Can't do two successive history searches"
...
r+sr=neil
2004-08-24 17:38:10 +00:00
igor%mir2.org
66ccb85667
Fixing bug 256691: forcing XML.hasSimpleContent() to return true for atributes and text.
2004-08-24 11:38:59 +00:00
igor%mir2.org
d58a323423
More parser/scanner changes under the name of bug 256575 :
...
Do not scan regexp literals in TokenStream.getToken(). Instead parser will call explicit TokenStream.readRegExp() after it gets / or /= as primary expression. In this way there is no need to use any explicit regexp flags which rather error prone.
2004-08-24 11:23:13 +00:00
neil%parkwaycc.co.uk
5500f0683a
Bug 228780 Fix unused variable warning p=gautheri@noos.fr r=me sr=dmose
2004-08-24 10:14:21 +00:00
kiko%async.com.br
d834284385
Fix for bug 253480: pages should be classified rather than identified by
...
domain name. r,a=myk.
2004-08-24 02:33:31 +00:00
kiko%async.com.br
5e708a400b
Fix for bug 254587: group description not displayed on delete group
...
confirm page. Fix typo? Patch by GavinS <bugzilla@chimpychompy.org>.
r=kiko, a=myk.
2004-08-24 01:33:39 +00:00
jst%mozilla.jstenback.com
32a4a25aff
Fixing bug 256640. Make document.all act more like a collection (like document.getElementsByTagName('*')) for better IE compatibility. r+sr=brendan@mozilla.org
2004-08-24 01:31:19 +00:00
jst%mozilla.jstenback.com
c457034aca
Fixing bug 256644. Generate a warning every time document.all... is used, not just the first time. r+sr+a=brendan@mozilla.org
2004-08-24 00:48:25 +00:00
tor%cs.brown.edu
f18e44543f
Bug 216563 - implement <svg:switch>.
...
Patch by scootermorris@comcast.net , r=afri, sr=dbaron
2004-08-23 23:29:08 +00:00
igor%mir2.org
ee1fa1d931
Fixing bug 256621: throw \n 1 is not allowed per ECMA 262
2004-08-23 23:01:00 +00:00
igor%mir2.org
e23cc7a3a4
Context.hasFeature now calls ContextFactory.hasFeature so application would need to override only one class for common customization.
2004-08-23 22:46:58 +00:00
tor%cs.brown.edu
5edd409be3
Bug 216563 - implement <svg:switch>.
...
Patch by scootermorris@comcast.net , r=afri, sr=dbaron
2004-08-23 21:10:39 +00:00
christophe.ravel.bugs%sun.com
713a021f84
238319: Sun packages changes.
2004-08-23 21:09:12 +00:00
jshin%mailaps.org
467a338cda
bug 256383 : Unknown 'lang' should be mapped to 'x-unicode' instead of 'x-western' (r=smontagu, sr=rbs)
2004-08-23 20:20:36 +00:00
jshin%mailaps.org
180d6294d0
bug 256257: Font settings for western encoding apply when 'x-*' langGroup is specified (especially problematic in mail)
2004-08-23 20:10:38 +00:00
blizzard%redhat.com
cc0bfb3bc8
Implement bits for NS_RENDERING_HINT_FAST_MEASURE. (OK, really steal the implementation out of the GTK code, since it just works out of the box once you convert the UTF16 offsets to UTF8 offsets.) Not part of the default builds.
2004-08-23 19:10:15 +00:00
igor%mir2.org
f136705c18
Addressing 256575: refactoring of parser/scanner iteraction to address bugs in eol/semicolon handling
2004-08-23 19:06:45 +00:00
timeless%mozdev.org
600c03e4cd
Bug 256610 Crash [ @ nsViewManager::GetMouseEventGrabber]
...
patch by cst@andrew.cmu.edu r=roc sr=roc
2004-08-23 19:01:39 +00:00
scott%scott-macgregor.org
1423fdc0d2
Bug #248688 --> Thunderbird Windows XP biff Integration refers to the old profile APIs instead of the
...
new aviary profile service. Patch by bsmedberg
sr=mscott
2004-08-23 18:58:39 +00:00
timeless%mozdev.org
a119b92bc1
Bug 254843 eToken_script is unused
...
patch by cst@andrew.cmu.edu r=peterv sr=peterv
2004-08-23 18:46:58 +00:00
timeless%mozdev.org
4e594d0fb5
Bug 254843 eToken_script is unused
...
patch by cst@andrew.cmu.edu r=peterv sr=peterv
2004-08-23 17:57:51 +00:00