shaver%mozilla.org
1c3f4cfd9e
WebDAV checkpoint (NPOTB, I feel so dirty).
...
- return properties for propname results, as well as properties proper.
(Depends on 263957 to actually be useful.)
- ACString > string.
- remove vestigial ChildListener interface.
- OperationListener is also used for get and put.
- put needs a content-type.
- getToOutputStream for somewhat easier use from script.
- implement put, getToOutputStream
- much refactoring of propfind stuff for reuse and clarity
- "davshell" xpcshell test framework
- honestly, did we lose a string-API bet with someone?
2004-10-12 04:13:04 +00:00
shaver%mozilla.org
08eea60ca0
build bustage fix, how mortifying
2004-10-12 03:49:28 +00:00
shaver%mozilla.org
1b352a64d6
Bug 262189: fix JS component loader's error reporting up to be less-often
...
useless. Also some warning fixes for gcc and quelling some
spew for myself. r+sr=brendan.
2004-10-12 03:37:20 +00:00
bzbarsky%mit.edu
f0847e2b62
Look at style height in addition to the height attribute for vertical
...
marquees. Bug 262708, r=doron, sr=jst
2004-10-12 03:21:13 +00:00
rbs%maths.uq.edu.au
ae2df9e09d
Text Zoom leaves misaligned overlapping text, b=128405, r=roc, sr=bz
2004-10-12 03:04:47 +00:00
timeless%mozdev.org
3b1ca940c9
Bug 263472 font.default is registered doubly.
...
patch by cst@andrew.cmu.edu r=darin sr=darin
2004-10-12 02:48:11 +00:00
kyle.yuan%sun.com
655b4aa6d3
Bug 260337 (Firefox) Fail to build on solaris
...
r=bryner, patch=brian.lu@sun.com
2004-10-12 02:39:47 +00:00
bzbarsky%mit.edu
352478cc4b
Don't allow SetSpec(EmptyCString()) on nsSimpleURI. Bug 263834, r+sr=darin
2004-10-12 01:54:44 +00:00
scott%scott-macgregor.org
dcfc2ec23f
Bug #263549 --> only install talkback in 20% of the releases when doing a default install.
2004-10-12 01:42:48 +00:00
scott%scott-macgregor.org
3db152d0e3
Bug #263552 --> make ctrl-up and ctrl-down cycle through the available quick search
...
criteria modes when focus is inside the quick search box.
2004-10-12 01:02:14 +00:00
dbaron%dbaron.org
0a24aa5189
Fix line endings.
2004-10-12 00:23:28 +00:00
cltbld
9a5ac1eb36
Automated update from host egg
2004-10-12 00:13:37 +00:00
bryner%brianryner.com
47287d3166
Add an explicit --enable-quantify option for windows that causes /FIXED:NO to be used when linking the executable. Otherwise, we omit that option and save about 6% on executable size (the change only affects builds with MOZ_PROFILE or MOZ_DEBUG_SYMBOLS). Bug 263680, r=bsmedberg.
2004-10-12 00:09:58 +00:00
ben%bengoodger.com
9c1baa3046
263928 - followup - potential for memory to be freed before access due to literal string going out of scope - use a named literal string in the parent scope block instead. r+sr=brendan
2004-10-12 00:08:45 +00:00
cltbld
9fac6dcc45
Automated update from host egg
2004-10-11 23:14:30 +00:00
ben%bengoodger.com
6b63674687
263928 - distribution id for search results r=vlad sr=brendan
2004-10-11 23:08:04 +00:00
relyea%netscape.com
d983d4e3c6
Fix regression where PK11LogoutAll will crash when called when NSS is not initialized.
2004-10-11 22:37:41 +00:00
bzbarsky%mit.edu
e92e7dfed9
Paint the placeholder and the first line of our alt text even if out box is not
...
big enough to fit them in their entirety. Bug 263244, r+sr=dbaron
2004-10-11 21:52:36 +00:00
scott%scott-macgregor.org
d00cb51228
Bug #263919 --> Make 'G' move you into group by sort mode
2004-10-11 21:22:06 +00:00
bryner%brianryner.com
23e627fc90
back out 263512, i was on crack
2004-10-11 21:07:55 +00:00
cltbld
568bacb471
adding --skip-mozilla to help.
...
added test for skipmozilla or testonly before calling pre-build to nuke mozilla dir
2004-10-11 21:02:13 +00:00
roc+%cs.cmu.edu
818d0bd3ff
Bug 238493. BeginUpdateViewBatch should suppress widget geometry changes and make them happen when the batch ends. r+sr=bzbarsky
2004-10-11 20:35:51 +00:00
cls%seawood.org
244029cc50
Fix the regexp & notregexp query cases when given the branch name HEAD.
...
Bug #237525 r=timeless
2004-10-11 20:28:48 +00:00
smontagu%smontagu.org
1f51adda42
Bug 239977: Support ISO 639-2 code for Klingon. r=jshin,sr=roc
2004-10-11 20:20:11 +00:00
cls%seawood.org
bfcbf439d2
Explicitly set foreground color to black
...
Bug #241466 r=timeless
2004-10-11 20:18:03 +00:00
brendan%mozilla.org
c616097e20
Yet more JOF_DETECTING (259935, r=self).
2004-10-11 19:21:05 +00:00
zack%kde.org
4b93ea1254
fixing the toolbar issue. All the credit goes to biesi (he provided
...
the testcase for it)
2004-10-11 19:18:59 +00:00
mkaply%us.ibm.com
499659b856
Remove unused file
2004-10-11 19:13:15 +00:00
mkaply%us.ibm.com
b42a56203a
#260427
...
r=mkaply, sr=blizzard, a=mkaply
Patch from Peter Weilbacher - use ParseLocaleString from nsPosixLocale and use the separator that is passed in
2004-10-11 16:35:13 +00:00
bzbarsky%mit.edu
65033a43f8
Switch more callers who were begging for it over to GetOwnerDoc(). Bug 255337,
...
r+sr=peterv.
2004-10-11 16:29:42 +00:00
bzbarsky%mit.edu
3c30b395b0
Fix up uses of GetOwnerDoc/GetCurrentDoc to use the right one, with an eye
...
towards general sanity on the one hand and sXBL/XBL2 on the other. Bug 263200,
r+sr=peterv
2004-10-11 16:14:27 +00:00
cbiesinger%web.de
dbdbd2208d
Bug 257746 nsWindow::StandardWindowCreate should return failure when it can't create a window
...
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu> r=ere sr=roc
2004-10-11 16:13:48 +00:00
bugzilla%arlen.demon.co.uk
97d2d78578
Bug 146434 Last part of section "Edit Ciphers" is not present in Mozilla Help
...
p=giacomo.magnini@portalis.it r=neil.parkwaycc.co.uk
2004-10-11 15:50:08 +00:00
bzbarsky%mit.edu
791ce06bff
Switch some callers of EndViewUpdateBatch to VMREFRESH_NO_SYNC from DEFERRED.
...
Bug 263569, r+sr=roc
2004-10-11 15:34:45 +00:00
bzbarsky%mit.edu
033270f577
Fix nit caught by Neil. Bug 160454.
2004-10-11 15:21:19 +00:00
zack%kde.org
677a3afd6c
that's rubbish (removing deprecated headers)
2004-10-11 13:36:10 +00:00
steffen.wilberg%web.de
89fef2c6db
Bug 250983: 'Close Window' (ctrl-shift-w) does not display confirm dialog when multiple tabs are open. p=leon.sha@sun.com, r=mconnor, a=asa
2004-10-11 13:32:32 +00:00
neil%parkwaycc.co.uk
b8ad82aa4a
Bustage fix b=260335
2004-10-11 13:10:49 +00:00
neil%parkwaycc.co.uk
2fdf9a5d9c
Bug 255196 Last character of DDE request is truncated r=ere sr=rbs
2004-10-11 12:44:12 +00:00
neil%parkwaycc.co.uk
9066193789
Bug 260931 Long common dialog checkbox labels don't wrap r=varga sr=jag
2004-10-11 12:41:09 +00:00
neil%parkwaycc.co.uk
4ee3b58110
Bug 260335 Teach pref window and wsm how to lock colourpickers r=varga sr=jag
2004-10-11 12:39:12 +00:00
cltbld
9c467335b8
Automated update from host egg
2004-10-11 04:03:45 +00:00
zack%kde.org
1c549dd488
Qt Mozilla port. For now the best way to start playing with it is the
...
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
2004-10-11 04:01:49 +00:00
silver%warwickcompsoc.co.uk
d9b0e617fb
Bug 231893 - Allow QI to nsISupports.
...
r+sr=blake
p=116057@bacon.qcc.mass.edu (Justin Wood)
2004-10-11 03:04:47 +00:00
julien.pierre.bugs%sun.com
5896c71a2f
Fix for 259003 - port NSS to Solaris AMD64 . r=wtc
2004-10-11 02:15:42 +00:00
jwalden%mit.edu
41dc29e31a
Bug 263547 - corrections needed for Help's start page
2004-10-11 01:00:00 +00:00
jwalden%mit.edu
8725097dce
Bug 263769 - Next Tab and Previous Tab Keyboard Shortcuts are Listed Incorrectly. Also, change name of entity for control key to conform with the DOM model, where it is known as 'ctrl'.
2004-10-10 23:55:55 +00:00
jwalden%mit.edu
6ec70761b8
Go Home shortcut is Alt+Home on Mac, not Cmd+Home. Initiated by followup comment to bug 259883.
2004-10-10 23:27:16 +00:00
igor%mir2.org
648f936a6c
Removal of autowrapping of XmlObject as XML as it prevents to use full API of XmlObject in JS. Use XML(jsWrapOfXmObject) to get XML corresponding to XmlObject.
2004-10-10 22:54:01 +00:00
igor%mir2.org
c5134974b1
Better information about continuation support
2004-10-10 22:51:10 +00:00