pedemont%us.ibm.com
d6875c8d46
Fix memory leaks. Make JavaXPCOMInstance hold ref to XPCOM object.
2004-10-27 17:10:03 +00:00
bienvenu%nventure.com
25d0b06038
fix parsing of nntp error responses before initial 20x response, patch by ch.ey@gmx.net, r=me, sr=mscott
2004-10-27 16:31:38 +00:00
mostafah%oeone.com
6acc5b08b6
Updated translation
2004-10-27 16:27:26 +00:00
timeless%mozdev.org
0d446f7283
Bug 260865 Remove nsIAlertListener
...
patch by cst@andrew.cmu.edu r=jag sr=neil
2004-10-27 16:20:01 +00:00
bmlk%gmx.de
20aad1878f
prevent lookup of frame state bits of nonexisting child frames bug 266225 r/sr=bzbarsky
2004-10-27 16:11:08 +00:00
mostafah%oeone.com
d89fa92fd3
Checked in attachments #161878,#161880 and #163491 from bug 260458(with minor tweaks):
...
Collect file commands in file menu, and separate new/open calendar to avoid
warning "already exists. do you want to replace it"
Parts that didn't get in will be provided in a separate patch just in case
2004-10-27 15:58:16 +00:00
bzbarsky%mit.edu
396fd33ea1
Fix image preview by working around the XUL reflow bug. Bug 265416, r=glazou,
...
sr=neil
2004-10-27 14:51:33 +00:00
mkaply%us.ibm.com
fa3aaa6f83
#266105
...
r=mkaply, darin, weilbacher, sr=blizzard (platform specific)
Group patch from mkaply, darin, and Peter Weilbacher - OS/2 bustage
2004-10-27 12:38:48 +00:00
bryner%brianryner.com
540ad4bd76
Fix XTF build (bug 266188). Patch by doron, r=aaronr@us.ibm.com, sr=me.
2004-10-27 08:23:04 +00:00
darin%meer.net
599b4d3cb7
Adding xpcom_core.dll to the Firefox static build packaging to unbreak
...
nightly trunk builds, bug 266149.
2004-10-27 08:16:52 +00:00
darin%meer.net
1f7e55036d
Applying fix for smoketest blocker, bug 266214 "Browser will not start after install (xpcom_core.dll not found)"
2004-10-27 08:10:40 +00:00
timeless%mozdev.org
462dfb088b
Bug 252836 Exception ``[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: onxbldestructor :: line 402" data: no]'' thrown from function onxbldestructor(event=Event:{0}) in <chrome://global/content/bindings/browser.xml> line 402.
...
r=neil sr=bz
2004-10-27 08:01:48 +00:00
bzbarsky%mit.edu
423225c128
Adding testcases from bug 263406 to regression tests.
2004-10-27 05:41:59 +00:00
darin%meer.net
a091ba1a58
testing performance fix for bug 266071
2004-10-27 05:27:37 +00:00
timeless%mozdev.org
60052b3f8a
Bug 231716 10 new 'Blamed Build Warnings' from 'Linux brad Clobber (info) on 01/20 22:42', (in files: mozLineTerm.cpp)
...
patch by gautheri@noos.fr r=timeless sr=roc
2004-10-27 05:26:56 +00:00
timeless%mozdev.org
e0e3a32c7d
Bug 252836 Exception ``[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: onxbldestructor :: line 402" data: no]'' thrown from function onxbldestructor(event=Event:{0}) in <chrome://global/content/bindings/browser.xml> line 402.
...
r=neil sr=bz
2004-10-27 05:23:40 +00:00
timeless%mozdev.org
2009617be2
Bug 265388 @mozilla.org/rdf/datasource;1 are rdf datasources and must be used as services
...
r=neil sr=bienvenu
2004-10-27 05:15:46 +00:00
bienvenu%nventure.com
ab95a8fa77
additional fix for 241203 do case-insensitive search for multipart/mixed when determining if a message has an attachment, sr=mscott
2004-10-27 03:04:47 +00:00
bzbarsky%mit.edu
7cac02fb30
Make it possible to use the string input stream without heap-allocating a
...
string. Bug 263973, r=darin, sr=dbaron
2004-10-27 02:19:43 +00:00
edburns%acm.org
54fb3331f8
update
2004-10-27 01:38:49 +00:00
edburns%acm.org
34fce317ee
update.cvsignore
2004-10-27 01:38:11 +00:00
bzbarsky%mit.edu
4ac3752524
Always give <isindex> a space manager. Bug 265371, r+sr=roc
2004-10-27 01:36:35 +00:00
bzbarsky%mit.edu
8ed40532bb
Factor out the code to insert a frame into the right childlist (used for
...
handling out-of-flows) into a function on the frame constructor state. Enforce
some invariants via !important rules in html.css instead of hacking them into
the code. Bug 263406, r+sr=roc
2004-10-27 01:34:22 +00:00
edburns%acm.org
2f2f7c9a72
This checkin enables MouseListener functionality. You can add a
...
MouseListener to the EventRegistration or BrowserControlCanvas and be
notified of events on the browser canvas. You can snoop for onMouseOver
information such as links. Next step is to cvs remove unused classes
relating to mouse events, for example WCMouseListenerImpl and
WCEventListenerWrapper.
A webclient/test/automated/src/classes/org/mozilla/webclient/MouseListenerTest.java
- exercise mouseListener added to BrowserControlCanvas and to
EventRegistration.
M webclient/build-tests.xml
- hook up new test
M webclient/classes_spec/org/mozilla/webclient/BrowserControlCanvas.java
- enable adding the MouseListener from here.
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java
- absorb the functionality of WCMouseListenerImpl. Also need to remove
WCEventListenerWrapper.
- deal with MouseEvents.
- refactor BrowserToJavaEventPump.run() to handle mouse listeners
M webclient/src_moz/EmbedEventListener.cpp
M webclient/src_moz/EmbedEventListener.h
- absorb functionality from CBrowserContainer relating to mouse events.
M webclient/src_moz/NativeBrowserControl.cpp
- set the EventRegistration into the EmbedEventListener instance.
M webclient/test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java
- add mouseover url updating to status bar.
2004-10-27 01:33:57 +00:00
jag%tty.nl
a027c18f87
And get rid of another warning (don't stuff a 16-bit string in %s)
2004-10-27 01:05:09 +00:00
jag%tty.nl
020493d532
Attempt at fixing (part of) OS/2 bustage
2004-10-27 00:56:35 +00:00
darin%meer.net
71809a0516
Attempting to fix GCC 3.4 build bustage
2004-10-27 00:31:23 +00:00
tor%cs.brown.edu
ea52aa688f
Bug 263550 - respect overflow attribute of <svg:svg>. r=scootermorris
2004-10-27 00:25:08 +00:00
jag%tty.nl
b76a576db8
Fix minor typo (IDL doesn't mind, but it does emit a warning)
2004-10-27 00:09:09 +00:00
neil%parkwaycc.co.uk
cfeef1c9bc
Fix MinGW and OS/2 bustage from bug 262218 patch suggested by mkaply r=me sr=darin
2004-10-26 23:56:37 +00:00
tor%cs.brown.edu
0ab68306cf
Bug 266183 - correct default values for gradient attributes.
...
Patch by scootermorris@comcast.net , r=tor
2004-10-26 23:38:18 +00:00
scott%scott-macgregor.org
823c6fe68f
Bug #266027 --> unable to import data from netscape 4.x.
...
Move some code from the old profile manager and from the new migration code
which knows how to do some of this stuff as well) into the import code so we don't
depend on the obsolete profile manager.
sr=bienvenu
2004-10-26 23:23:22 +00:00
scott%scott-macgregor.org
8bd3f45702
Bug #250828 --> Thunderbird does not use localized string "Inbox" for global inbox users.
...
sr=bienvenu
2004-10-26 23:16:13 +00:00
mcafee%mocha.com
680cb778c7
Finally fixed the days layout problem, the form was fighting with tables.
2004-10-26 23:04:41 +00:00
bugzilla%arlen.demon.co.uk
5f3f5315ce
Bug 264102 Chrome should use document.title instead of window.title - mail fixes
...
p=me r=mscott
2004-10-26 22:04:49 +00:00
mcafee%mocha.com
6b6c826c6d
Adding MPL 1.1. r=jrgm@liveops.com
2004-10-26 22:01:35 +00:00
bzbarsky%mit.edu
d6876d47e6
Make sure to clear the event queue before processing restyles, in case that
...
tries to post reflow events. Bug 266171, r+sr=dbaron
2004-10-26 21:42:37 +00:00
mcafee%mocha.com
9acdc14b80
Adding MPL license. r=jrgm@liveops.com, sr=gerv
2004-10-26 21:41:41 +00:00
steffen.wilberg%web.de
9c645c81a9
Bug 265741: fix menuPath and preferences entities for Mac. r=jeff
2004-10-26 21:37:32 +00:00
steffen.wilberg%web.de
224b5760fd
Bug 263762: remove 'Close Window if only one Tab is open'. r=jeff
2004-10-26 21:36:20 +00:00
vladimir%pobox.com
7acf8c988d
first bits of new calendar interfaces
2004-10-26 21:27:59 +00:00
wchang0222%aol.com
43f275f1ba
Bugzilla bug 265501: compilers do not define _LP64 implicitly. _LP64 is
...
defined by <sys/isa_defs.h>. So we need to test for the processor macros
directly.
2004-10-26 21:24:34 +00:00
varga%nixcorp.com
53adb4924c
Fixing gcc 3.4 bustage.
2004-10-26 21:03:58 +00:00
wchang0222%aol.com
05fcf32057
Bugzilla bug 265709: fixed compiler warnings on LP64 platforms about
...
casting between a pointer and an integer of different size. r=jpierre.
2004-10-26 20:44:29 +00:00
pedemont%us.ibm.com
c9cd3b04b8
Properly handle [inout] string params when calling a Java method from XPCOM. Allocate enough space for PRUnichar string when returning to XPCOM.
2004-10-26 20:30:01 +00:00
pedemont%us.ibm.com
cc58fec3f0
Call dumpArray() after deleting array, to see if all objects are properly deleted.
2004-10-26 20:16:04 +00:00
pedemont%us.ibm.com
9170833944
Make sure to delete create XPTC stubs. If method invocation fails, clean up params before throwing exception and returning.
2004-10-26 20:14:53 +00:00
edburns%acm.org
f48943b542
Move this forward to leverage the THTTPD services of WebclientTestCase.
2004-10-26 19:33:15 +00:00
mostafah%oeone.com
ca13a73eac
Checked in patch for bug 265399:
...
###!!! ASSERTION: You are calling CreateInstance "{ed3db3fc-0168-4cab-8818-98f5475a490c}"
when a service for this CID already exists!:
'Error', file r:/mozilla/xpcom/components/nsComponentManager.cpp, line 1880
2004-10-26 19:30:50 +00:00
mostafah%oeone.com
4662d09ca4
Checked in attachment #159387 for bug 256087:
...
Input area is labelled Categories (should be Category)
2004-10-26 18:43:12 +00:00