bienvenu%nventure.com
163dee292a
fix ClearNewList not to do anything if there's nothing in the new set, sr=mscott, potential fix for 240889
2004-04-20 18:29:22 +00:00
brendan%mozilla.org
320d95637a
Sigh, go back to requiring a native object for the global object in FindConstructor, to unbreak lazy class init.
2004-04-20 18:02:49 +00:00
darin%meer.net
c447a4568d
fixes bug 240759 "necko DNS cache stops working" r=biesi sr=bryner
2004-04-20 17:57:45 +00:00
darin%meer.net
c16dffeeba
fixes bug 241036 "need to call gdk_error_trap_push before calling gdk_error_trap_pop [was: Minimo arm-linux build crashes on startup]" r=caillon sr=bryner
2004-04-20 17:54:52 +00:00
pkw%us.ibm.com
c7769378b2
Bug 240724 - Memory leak in nsAccessibleWrap.cpp
...
r=kyle.yuan@sun.com , sr=Henry.Jia@sun.com
2004-04-20 17:15:53 +00:00
bzbarsky%mit.edu
6dbe4b7af8
Pretttyprinted "special root" documents shouldn't load styleshets or execute
...
scripts. Bug 230579, r=sicking, sr=peterv
2004-04-20 17:12:48 +00:00
amardare%qnx.com
df4da59774
Changes for qnx ( photon ) platform onlu. They should not affect runtime/building other platforms.
...
Added the correct handling of the numeric keypad keys.
2004-04-20 16:32:45 +00:00
amardare%qnx.com
a2b4b201d5
Changes for qnx ( photon ) platform onlu. They should not affect runtime/building other platforms.
...
Call PgDrawTextCx when drawing justified text.
Fixed a null pointer problem.
2004-04-20 16:30:02 +00:00
edburns%acm.org
273dee2dd2
M build-tests.xml
...
- make NavigationTest not run
M build.xml
- Move Win32BrowserControlCanvas up to parent package
M classes_spec/org/mozilla/webclient/BrowserControlCanvas.java
- You can't resize until you're initialized
- pass visibility through to native layer
M classes_spec/org/mozilla/webclient/impl/BrowserControlImpl.java
- Use WrapperFactory to create the BrowserControlCanvas impl.
A classes_spec/org/mozilla/webclient/impl/wrapper_native/Win32BrowserControlCanvas.java
- moved up from child package
M classes_spec/org/mozilla/webclient/impl/wrapper_native/WindowControlImpl.java
- use the new thread model for nativeSetBounds(), nativeRealize(),
nativeSetVisible().
M classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java
- make this create the BrowserControlCanvas instance.
- honor the new package name for Win32BrowserControlCanvas.
R classes_spec/org/mozilla/webclient/impl/wrapper_native/win32/Win32BrowserControlCanvas.java
- moved up one level.
M src_moz/EmbedWindow.cpp
M src_moz/EmbedWindow.h
- Take size parameters to CreateWindow_
M src_moz/Makefile.in
- add WindowControlImpl.cpp
M src_moz/NativeBrowserControl.cpp
M src_moz/NativeBrowserControl.h
- add size parameters to Realize().
M src_moz/WindowControlImpl.cpp
- reactivate nativeRealize(), nativeSetVisible(), nativesetBounds(),
M src_moz/win32/Win32BrowserControlCanvas.cpp
- new package name
M test/automated/src/classes/org/mozilla/webclient/NavigationTest.java
- we have to create a Canvas to load a URL. Mozilla limitation.
M test/automated/src/classes/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImplTest.java
- remove unneeded test metdod
2004-04-20 16:17:43 +00:00
bienvenu%nventure.com
bed6cdd9e1
add ability to open address database from nsIFile, r/sr=mscott 241103
2004-04-20 15:59:14 +00:00
neil%parkwaycc.co.uk
2f7ef5d370
Bug 237138 Disabled form controls are not always greyed out r/sr=bz
2004-04-20 14:44:46 +00:00
timeless%mozdev.org
33bcbe95a0
Bug 204464 Name "main::script_type" used only once: possible typo at /opt/webtools/bonsai/rview.cgi line 221.
...
r=justdave
2004-04-20 14:10:30 +00:00
bienvenu%nventure.com
ac75a6dc7b
fix 239474 address book quick search creates multiple ldap connections if you type slowly, r/sr=mscott
2004-04-20 14:01:29 +00:00
cbiesinger%web.de
238de52537
bug 240920 - document nsIStreamLoader, document nsISimpleStreamListener some
...
more, and a bit of cleanup
r+sr=darin
2004-04-20 13:54:47 +00:00
mostafah%oeone.com
ca4e0c3762
Fixing check in mistake.
2004-04-20 13:08:07 +00:00
igor%mir2.org
5a691b58fa
Fix max stack calculations in dcpLoadAsObject/dcpLoadAsNunber and optimize visitIfJumpRelOp to take advantage of the fact that left and right numerical operands force numeric context.
2004-04-20 13:00:08 +00:00
peterv%propagandism.org
8a7d790163
Small edits to license boilerplate/modelines. No code changes.
2004-04-20 12:27:29 +00:00
ben%bengoodger.com
8c25516302
forgot to update a function call
2004-04-20 10:06:34 +00:00
ben%bengoodger.com
97ebd0e4ba
241028 - should be able to create smart keywords to forms that use the http POST method.
2004-04-20 09:45:12 +00:00
timeless%mozdev.org
1280270843
Bug 64485 [Linux] Intellimouse Explorer Backwards and Forwards button support
...
changes per bryner for r=bryner sr=roc
2004-04-20 05:14:40 +00:00
mkaply%us.ibm.com
fa47ed186f
#240597
...
r=pedemonte, sr=blizzard (platform specific)
OS/2 only - add support for codepage 869 - not used in browser, just used for native conversions
2004-04-20 02:46:49 +00:00
mkaply%us.ibm.com
a00eb74434
#238039
...
r=mkaply, sr=blizzard (platform specific)
OS/2 only - integration with the FT2LIB font engine from Innotek
2004-04-20 02:31:07 +00:00
brendan%mozilla.org
9444b6030c
Fix intN vs. jsword leftover confusion in context-thread API.
2004-04-20 02:21:27 +00:00
darin%meer.net
80ff5a1004
landing mEventQ portion of patch from bug 237958 "cleanup the way nsHttpChannel gets the current event queue" r=biesi sr=bzbarsky
2004-04-20 00:56:29 +00:00
scott%scott-macgregor.org
0bf389e3b6
Bug #240741 --> change the Mail Start Page label to say Thunderbird start page
2004-04-20 00:43:15 +00:00
scott%scott-macgregor.org
75420e10a7
minor tweak to recenter the thunderbird title on the credits page
2004-04-20 00:37:13 +00:00
scott%scott-macgregor.org
5414d72259
Bug #241029 --> polish the about dialog to account for the new branding artwork.
...
change copy right notice to include artwork trademark
2004-04-20 00:29:50 +00:00
wchang0222%aol.com
8ddd2f995b
Bugzilla bug 239663
...
r=mkaply, sr=blizzard (platform specific)
OS/2 only - bring back VACPP support for NSPR.
Modified Files: configure.in rules.mk prio.h prtypes.h _os2.h _os2_errors.h
primpl.h prsocket.c os2_errors.c os2sock.c os2thred.c prnetdb.c
2004-04-20 00:25:30 +00:00
darin%meer.net
edc1e0d23c
landing patch for bug 239716 "inout wstring methods are difficult to implement with nsEmbedString" patch by marco@gnome.org r=darin sr=dbaron
2004-04-20 00:21:34 +00:00
scott%scott-macgregor.org
c4323e6baf
Bug #240138 --> Add tooltips showing the email address on address nodes we are showing just the display name for.
2004-04-20 00:21:33 +00:00
bzbarsky%mit.edu
5d8146f91e
Fix build bustage. Bug 240274.
2004-04-20 00:07:09 +00:00
dbaron%dbaron.org
228d3bbf27
Fix gcc 3.4 bustage by removing extra semicolons.
2004-04-19 23:57:55 +00:00
bzbarsky%mit.edu
7bbaee0352
Fix Windows bustage.
2004-04-19 23:47:40 +00:00
mconnor%myrealbox.com
43a3030021
Bug 238300 Window menu should conform to Apple Human Interface Guidelines (AAHIG), patch by Bruce Davidson (Bruce.Davidson@iplbath.com), r=bryner
2004-04-19 23:28:14 +00:00
darin%meer.net
468eb96918
fixes bug 241022 "nsXPComInit.cpp has wrong offset checking for post 1.6 functions" patch by marco@gnome.org r+sr=darin
2004-04-19 22:33:33 +00:00
neil%parkwaycc.co.uk
c27485ffcc
Bug 240562 Remove unused variable p=gautheri@noos.fr r=glazou sr=roc
2004-04-19 22:31:12 +00:00
darin%meer.net
2a196377a1
checking in changes for nsDownloadManagerListener.js to fix bug 240835.
...
these were originally part of my patch for bug 24867, but somehow i forgot
to check them in with that patch :-(
2004-04-19 22:26:16 +00:00
darin%meer.net
df3622f16f
fixes sun forte build bustage resulting from patch for bug 226241, patch by timeless r=kyle.yuan sr=darin
2004-04-19 21:59:26 +00:00
leaf%mozilla.org
4228f28bc4
Add dummy file for windows talkback xpi creation, so *something* gets
...
created to be installed, even if building the talkback component is disabled
or broken. bug 240234.
2004-04-19 21:59:20 +00:00
darin%meer.net
c9f9e1f23c
fixes bug 240754 "Escape dots in the username and password when canonicalizing URIs" r=dougt sr=dveditz
2004-04-19 21:50:35 +00:00
darin%meer.net
0c93ce449f
fixes win32 crash and file->open regression resulting from patch for bug 24867, patch by neil r+sr=darin
2004-04-19 21:41:28 +00:00
cls%seawood.org
5249125cc3
Explicitly declare inlined function as inline & remove COM declaration.
...
Fixing native mingw build bustage.
Bug #240106 r=darin
2004-04-19 21:37:39 +00:00
bzbarsky%mit.edu
7646ea853d
Treat the 'h' type as HTML. Bug 215866, r=bbaetz, rs=darin
2004-04-19 20:51:51 +00:00
caillon%redhat.com
9bda8ecac0
Fixing Xinerama bustage. Bug 239227.
2004-04-19 20:41:20 +00:00
BradleyJunk%cinci.rr.com
c4dec9f006
Ok, I'm going to try this again, patch confused me. This should now be properly backed out
2004-04-19 20:23:29 +00:00
bzbarsky%mit.edu
538c66e542
Fix RFindCharInSet to work again. Bug 240837, r+sr=darin
2004-04-19 20:18:05 +00:00
bzbarsky%mit.edu
4bdfce9548
Make sure to parse the data as UTF-8, since we serialized it as UTF8. Bug
...
240717, r+sr=jst
2004-04-19 20:12:53 +00:00
darin%meer.net
e1596abc85
adding testcases for FindCharInSet and RFindCharInSet, bug 240837
2004-04-19 20:12:52 +00:00
BradleyJunk%cinci.rr.com
3857e387ed
Bah, I checked in the wrong patch, sorry, backing out
2004-04-19 20:11:36 +00:00
bzbarsky%mit.edu
cdad1f0fd3
Don't crash if we're asked for the style rules for a node in a document with no
...
presentation at all. Bug 240767, r=caillon, sr=bryner.
2004-04-19 20:07:04 +00:00