138137 Commits

Author SHA1 Message Date
dbaron%dbaron.org
78fd3f2b78 Fix comment. 2005-02-04 20:29:18 +00:00
erik%vanderpoel.org
65d8660dc9 divide output into request and response sections with headings 2005-02-04 20:11:34 +00:00
cltbld
6a3c2d9cc0 Change full-removal of mozilla directory into a logged command. Add print
statement for non-release builds. (cmp)
2005-02-04 20:11:18 +00:00
dbaron%dbaron.org
78d6780bb5 Add comments. 2005-02-04 20:11:00 +00:00
axel%pike.org
14d0d7849a Bug 278560, fix RDF/XML serialize - parse cycle wrt namespace mappings, regression from bug 192139, r=mscott, sr=peterv 2005-02-04 19:43:25 +00:00
scott%scott-macgregor.org
f3c9ef6e37 fix typo 2005-02-04 18:44:56 +00:00
bzbarsky%mit.edu
764eac7201 Add OOM checks on some GetDOMSlots() calls. Bug 280771, patch by Daniel de
Wildt <mozilla3q04@dewildt.de>, r+sr=jst
2005-02-04 18:04:02 +00:00
neil%parkwaycc.co.uk
5d6d259d35 Bug 277485 :first-letter crashes freetype2 p=jon@rekai.net r=blizzard sr=rbs 2005-02-04 17:53:11 +00:00
bienvenu%nventure.com
bac7386c13 potential fix for 280382 compacting local folder fails if .msf file is out of sync with mailbox file, sr=mscott 2005-02-04 17:42:56 +00:00
bzbarsky%mit.edu
85173da3a1 Only resize to (0,0) when we know we have no new image. Bug 270517, r+sr=dbaron 2005-02-04 17:39:43 +00:00
myk%mozilla.org
5045ab2783 Fix for bug 280770: makes constants from Bugzilla/Constants.pm available to templates via the Template Toolkit's 'constants' namespace (which is like its 'variables' namespace, but for constants); r=wurblzap, a=myk 2005-02-04 17:04:53 +00:00
mostafah%oeone.com
193c36298a Actually version should be 0.2+ 2005-02-04 17:01:11 +00:00
jst%mozilla.jstenback.com
ac82df5ad5 Fixing bug 280664. Do security check for URI loads, no matter what plugin they come from. r=dveditz@cruzio.com, sr=brendan@mozilla.org 2005-02-04 16:54:11 +00:00
cltbld
fef87411b3 Automated update from host egg 2005-02-04 16:45:48 +00:00
pkw%us.ibm.com
fe280bf455 Bug 232107 - Enable movemail on Mac.
r=jhpedemonte@gmail.com, sr=mscott@mozilla.org
2005-02-04 16:36:05 +00:00
travis%sedsystems.ca
98f7ddeeab Bug 280410 : Use more <label> elements in attachment/create.html.tmpl
Patch by Anne van Kesteren <bug@annevankesteren.nl>   r=GavinS  a=justdave
2005-02-04 16:19:02 +00:00
travis%sedsystems.ca
2bd842003f Bug 279544: Bug.pm: Eliminate deprecated Bugzilla::DB routines
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=wurblzap  a=justdave
2005-02-04 16:04:57 +00:00
igor%mir2.org
e266fe4eb2 Fixing bug 281067: patch from Attila Szegedi, szegedia@freemail.hu, to allow to garbage collect unused Rhino classes. 2005-02-04 15:53:05 +00:00
bienvenu%nventure.com
0b7fd0e665 fix 166111 patch by ch.ey@gmx.net, r=bienvenu, sr=mscott fix handling of downloading of pop3 messages with non-standard line endings 2005-02-04 15:45:56 +00:00
edburns%acm.org
759319ad37 This checkin re-enables currentPage.getDOM(). Please see
<http://lxr.mozilla.org/mozilla/source/java/webclient/test/automated/src/classes/org/mozilla/webclient/DOMTest.java>
for a trivial usage example.

Next step is to continue to flesh out CurrentPage methods.

Ed

A test/automated/src/classes/org/mozilla/webclient/DOMTest.java

- show basic DOM functionality

M build-tests.xml

- Add new DOM test

M src_moz/CurrentPageImpl.cpp

- re-expose DOM functionality

M test/automated/src/test/HistoryTest0.html

- Add an ID to the anchor so we can do getElementById() on it.
2005-02-04 15:43:47 +00:00
bugzilla%arlen.demon.co.uk
044006f0b9 Bug 274179 Add horizontal options to mouse wheel prefs panel
p=mozilla@Weilbacher.org r=neil.parkwaycc.co.uk sr=jag
2005-02-04 13:19:14 +00:00
timeless%mozdev.org
1f31b87336 Bug 133277 give NS_PARSERSERVICE_CID {a6cf9112-15b3-11d2-932e-00805f8add32} a ContractID
r=mrbkap sr=bz
2005-02-04 05:05:10 +00:00
bzbarsky%mit.edu
b310a6d64b Fix up FindItemWithName so it does the walk across windows (more) correctly.
Bug 278916, r=danm, sr=jst
2005-02-04 04:28:07 +00:00
scott%scott-macgregor.org
86bedd3db5 Bug #267753 --> Fix Thunderbird Mac smoketest bustage.
We need to build the editor ui chrome package before we build mozilla\mail\app or editor chrome misses
the rsync boat...
2005-02-04 03:20:46 +00:00
scott%scott-macgregor.org
4ba200660e Bug #280826 --> automatically add email recipients to the inline spell checker ignore list.
sr=bienvenu
2005-02-04 01:39:02 +00:00
bienvenu%nventure.com
22c95cfca3 add more logging for bug 275836, failure to copy multiple messages from imap to local folders, sr=mscott 2005-02-04 01:21:43 +00:00
bryner%brianryner.com
5fcd423ce1 Fixing minimo/native-uconv bustage (ifdef'd backwards). 2005-02-04 01:02:33 +00:00
scott%scott-macgregor.org
b9f5264df0 Bug #279150 --> Convert the Feed item into a unified object class. 2005-02-04 00:50:44 +00:00
wtchang%redhat.com
10551dff2e Bugzilla Bug 280872: prmem.h doesn't need to include <stddef.h> directly
because it is already included via prtypes.h.  The patch is contributed
by Hans-Andreas Engel <Hans-A.Engel@unibas.ch>. r=wtc.
2005-02-04 00:20:33 +00:00
dveditz%cruzio.com
d3bc41de0a bug 280889 prevent use of uninitialized 'cursor', r/sr=bzbarsky 2005-02-04 00:14:06 +00:00
bryner%brianryner.com
dcdd036dc0 Fix Linux Seamonkey bustage 2005-02-03 23:53:49 +00:00
scott%scott-macgregor.org
7e773f3d36 Bug #271768 --> Card Summery Pane Ignores Line Breaks In Notes Field
Patch by mark@standard8.demon.co.uk
2005-02-03 23:52:16 +00:00
cvshook%sicking.cc
d7ac968468 Bug 280921: Kill nsCheapStringBufferUtils
r/sr=darin
2005-02-03 23:49:13 +00:00
dveditz%cruzio.com
482ee97b73 bug 280522 misplaced null after WideCharToMultiByte conversion. Thanks to
Christian Franke for the nsToolkit.cpp patch (r=dveditz,sr=dbaron).
nsNativeAppSupportWin.cpp patch r/sr=bzbarsky.
2005-02-03 23:28:46 +00:00
bryner%brianryner.com
67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
brendan%mozilla.org
ebf76c53ba Update JSNewResolveOp's comment to talk about the new JSRESOLVE_ flags. 2005-02-03 22:25:10 +00:00
alex%croczilla.com
9c7c0b058d Clean up comments, make interface non-scriptable. r=scootermorris, SVG builds only. 2005-02-03 22:20:13 +00:00
travis%sedsystems.ca
34dd530736 Bug 280747 : Syntax for terms in variables.none.tmpl not fully correct (= signs instead of => signs)
Patch by Marc Schumann <wurblzap@gmail.com>  r=vladd  a=justdave
2005-02-03 20:23:23 +00:00
bzbarsky%mit.edu
336d43d3c4 Fix event point if the view of the current event frame is different from the
view that the event's point is relative to.  Bug 268352, r+sr=roc
2005-02-03 20:09:45 +00:00
scott%scott-macgregor.org
7388f2b16e Fork addressingWidgetOverlay in order to add custom inline spell checking work 2005-02-03 19:40:30 +00:00
dougt%meer.net
c090a7617c various fixes. Using static buffer sizes instead of calculating them. implmenting two more API. ExtSelectClipRgn still needs work. 2005-02-03 19:40:10 +00:00
erik%vanderpoel.org
622afe3550 updated the todo list 2005-02-03 19:32:10 +00:00
travis%sedsystems.ca
1aacc9ab5d Bug 279896 : Update Bugzilla's header and colour scheme to match bugzilla.org
Patch by byron jones (glob) <bugzilla@glob.com.au>    r=myk  a=myk
2005-02-03 19:23:17 +00:00
bzbarsky%mit.edu
fcd583fe2e Move pseudo-frame handling into CreateAnonymousFrames, sort of like what we
have in ProcessChildren.  Bug 280708, r=bernd, sr=roc
2005-02-03 18:40:01 +00:00
bzbarsky%mit.edu
8d04af9801 Fix GetSelectorText to truncate the out string. Bug 142648, patch by Daniel
Kraft <domob@daniel-kraft.net>, r+sr=bzbarsky
2005-02-03 18:31:24 +00:00
travis%sedsystems.ca
27cb51d00c Bug 279896 : Update Bugzilla's header and colour scheme to match bugzilla.org
Patch by byron jones (glob) <bugzilla@glob.com.au>    r=myk  a=myk
2005-02-03 17:43:38 +00:00
travis%sedsystems.ca
56b32cf830 Bug 277623 : Move PerformSubsts() out of globals.pl
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=vladd  a=justdave
2005-02-03 17:37:08 +00:00
jst%mozilla.jstenback.com
03f7b5677f Fixing bug 279945. Prevent drag n' drop of images whose extensions don't map to image mimetypes. r=caillon@gmail.com, sr=dveditz@cruzio.com 2005-02-03 17:23:35 +00:00
travis%sedsystems.ca
3da857e44a Bug 280775 : Bug 277437 reversed the meaning of param(sendmailnow)
Patch by byron jones (glob) <bugzilla@glob.com.au>   r=vladd  a=justdave
2005-02-03 17:05:56 +00:00
bienvenu%nventure.com
db21fe3752 fix 189363 network timeout for imap, 60377 imap tls support (off by default), sr=mscott 2005-02-03 15:22:14 +00:00