Commit Graph

133873 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
e2c56f9785 Make createContextualFragment work for XML. Bug 133827, patch by
steve.swanson@mackichan.com, r=bzbarsky, sr=jst
2004-09-30 22:27:45 +00:00
bzbarsky%mit.edu
72576ab1aa Don't set tags empty just because they have bogus attributes. Bug 262346,
patch by Blake Kaplan <mrbkap@gmail.com>, r+sr=bzbarsky
2004-09-30 22:05:23 +00:00
cbiesinger%web.de
93ea7a16b5 Bug 261593 get rid of AssignWithConversion in filesystemdatasource
r=axel@pike.org sr=darin
2004-09-30 21:44:02 +00:00
jocuri%softhome.net
21ca15c693 Patch for bug 258712: whine.pl should honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>; r=erik, a=justdave. 2004-09-30 21:40:49 +00:00
bzbarsky%mit.edu
e0dc15e288 Don't do unneeded work in nsImageFrame::AttributeChanged. Bug 261723, r+sr=roc 2004-09-30 19:23:40 +00:00
bzbarsky%mit.edu
61feb80622 Don't crash if someone pretends to be a form control (via XBL) without implementing
nsIFormControl.  Bug 260922, r+sr=jst
2004-09-30 19:15:59 +00:00
bsmedberg%covad.net
ec050b1d80 Since toolkit locales are not yet centralized on trunk, mscott's merge from the branch wasn't quite correct. (Bug 214663) 2004-09-30 18:25:44 +00:00
edburns%acm.org
1448fe45f7 update_date 2004-09-30 17:59:45 +00:00
bryner%brianryner.com
ea8b458e37 Don't crash if there are command-line arguments (bug 261734) by doing ParseConfig before ParseArgs, moving gtk_init to RunWizard, and adding a check in ErrorHandler to log errors to the console if gtk hasn't been initialized yet. r=ajschultz, sr=dveditz. 2004-09-30 17:31:00 +00:00
bienvenu%nventure.com
c95ace691a fix problem sending .doc files when apple double has been associated with .doc files on non-mac, sr=mscott 236239 2004-09-30 16:36:47 +00:00
cbiesinger%web.de
c14fc12eed Bug 262238 Add a explaining comment to mail.identity.default.bcc_*
patch by Frank Wein <mcsmurf@gmx.de> r+sr=bienvenu
2004-09-30 16:33:13 +00:00
jst%mozilla.jstenback.com
30a055a3ab Fixing bug 257523. Prevent Copy & Paste with generated DOM events. Patch by trev@gtchat.de, r=jst@mozilla.org, sr=dveditz@cruzio.com 2004-09-30 16:29:54 +00:00
doronr%us.ibm.com
1e7fadf591 Bug 262188 - nsSchemaLoader::ProcessFacet checks for sMaxInclusive_atom twice, it should check for sMinInclusive_atopm the 2nd time. r=timeless/sr=peterv 2004-09-30 15:09:10 +00:00
bienvenu%nventure.com
c39f21c3b0 fix 257299 in pop3 authentication fall back to user/pass if auth plain is not supported, patch by ch.ey@gmx.net, r=bienvenu,sr=mscott 2004-09-30 14:48:30 +00:00
bugzilla%arlen.demon.co.uk
a870550df4 Bug 260264 Fixup radiogroups to use new .value functionality of radio.xml (Patch for mailnews v0.2)
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2004-09-30 14:44:44 +00:00
cbiesinger%web.de
c9a0f13bf5 Bug 261790 port various changes betwen xpfe/toolkit
r=mconnor sr=neil
2004-09-30 14:31:42 +00:00
cbiesinger%web.de
e19211b830 remove some unneeded REQUIRES from chardet
261029 r=jshin sr=bz
2004-09-30 14:27:33 +00:00
cbiesinger%web.de
87c87a719d 261249 treat UTF-8 strings as UTF-8, not latin1. r=bzbarsky sr=darin 2004-09-30 14:23:49 +00:00
cbiesinger%web.de
a8f4be422b 242393 r=darin sr=bz only write content to the pipe if the content started; this
ensures that OnDataAvailable is only called if we have a response head. also,
add some assertions.
2004-09-30 14:20:27 +00:00
cbiesinger%web.de
e600b54a04 remove *WithConversion from mac embedding code
261241 r=pink sr=darin
2004-09-30 14:17:28 +00:00
cbiesinger%web.de
fab1a7c09e bug 261218 URIs are UTF-8 encoded, not latin1
r=blizzard sr=darin
2004-09-30 14:01:25 +00:00
steffen.wilberg%web.de
2056330f85 Bug 262072: clean up the index. r=jwalden 2004-09-30 09:00:21 +00:00
jwalden%mit.edu
b371f058a6 Bug 255695 - Document master password UI (from bug 218694). p=steffen, r=me 2004-09-30 07:06:19 +00:00
jwalden%mit.edu
da95648205 Bug 261749 - clean up the glossary. p=steffen, r=me 2004-09-30 06:52:53 +00:00
cltbld
04aa4ce0e8 Automated update from host egg 2004-09-30 05:23:07 +00:00
dbaron%dbaron.org
88ea789602 Use only the -L and -l parts of what pkg-config gives for *_LIBS so we don't pick up evil options like -Wl,--export-dynamic. b=261090 r=bryner sr=darin 2004-09-30 05:19:29 +00:00
dbaron%dbaron.org
3e283f239c Improve performance of CSS error reporting. b=261283 r+sr=bzbarsky 2004-09-30 05:18:05 +00:00
darin%meer.net
135cd3d489 fixes bug 262183 "FFTrunk and Trunk crash [@ nsSHEntry::GetChildAt]" r=biesi sr=bzbarsky 2004-09-30 05:15:38 +00:00
bryner%brianryner.com
87c9866b12 Leave an extra 28px of vertical space when calculating the default window size on GTK, to account for the window titlebar and border. r=shaver. 2004-09-30 03:44:34 +00:00
bryner%brianryner.com
234716880e Fix UMRs in nsXBLWindowKeyHandler::WalkHandlers. Bug 260312, r+sr=bzbarsky. 2004-09-30 03:36:15 +00:00
cltbld
c8e0e9cbec Automated update from host egg 2004-09-30 03:13:16 +00:00
dbaron%dbaron.org
8fbaaf5e92 Document --enable-official-branding better. b=261219 2004-09-30 03:10:21 +00:00
roc+%cs.cmu.edu
b098821761 Bug 43267. Deal with mismatched quotes in attributes. r=bzbarsky,sr=rbs, patch by Blake Kaplan --- thanks\! 2004-09-30 03:02:15 +00:00
jst%mozilla.jstenback.com
70d8bd5192 Fixing bug 261613. Reset popup state while opening new windows to prevent popups from being enabled while modal dialogs are open. r=bzbarsky@mit.edu, sr=brendan@mozilla.org 2004-09-30 01:08:01 +00:00
wchang0222%aol.com
202405c65b Print the error message if NSS_NoDB_Init fails. 2004-09-30 00:49:36 +00:00
bryner%brianryner.com
aed8386f51 Fix nsBoxFrame::RelayoutChildAtOrdinal to not clobber the first child in the list. Remove no-op nsIFrame::SetNextBox(). Thanks to darin for help with the patch, and r+sr=roc. Bug 262054. 2004-09-30 00:18:49 +00:00
jocuri%softhome.net
f34bbf06b7 Patch for bug 237769: use Administrator instead of root for super-user name in Windows, and change the ppm repository from Apache to the one maintained on landfill; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=vladd, a=myk. 2004-09-29 23:39:37 +00:00
jocuri%softhome.net
fbbad095b2 Patch for bug 261993: fix uninitialized value error in webserver log when accessing buglist.cgi (generated by the fix for bug 255512); patch by Marc Schumann <wurblzap@gmail.com>; r=justdave, a=myk. 2004-09-29 22:37:17 +00:00
jst%mozilla.jstenback.com
34b007b4e5 Fixing build bustage on Tru64 UNIX. Part of bug 252326. 2004-09-29 22:10:30 +00:00
cbiesinger%web.de
bbf994180c backing out part of bug 234257 checkin to fix camino orange a=shaver 2004-09-29 22:05:12 +00:00
ben%bengoodger.com
392c860a58 259708 - trying to save a file from data: protocol deletes every file in destination directory not marked read-only. r=shaver. 2004-09-29 22:02:15 +00:00
edburns%acm.org
48adbf1a5f This change-bundle enables webclient to build and run with mozilla 1.7.
The Preferences unit test currently fails, but the test browser runs.
Next step is to make all the unit tests run, then produce the source and
binary distribution for 2.0 alpha 2.

M dom/jni/javaDOMEventsGlobals.cpp

- use nsString.get() instead of nsString.GetBufferHandle()

M webclient/src_moz/NavigationActionEvents.cpp

- don't use ctor initializer for nsString

M webclient/src_moz/ns_util.cpp

- nsString2.h is gone.
2004-09-29 22:01:26 +00:00
igor%mir2.org
9f63611ce1 1. Reference cleanup:
Signatures in Reference are changed to include Context and reference-related methods in ScriptRuntime accept/return explicit Reference type instead of generic Object as code generation ensure proper type.

2. x..y use explicit reference instead of special descendants mark XMLName:

In this way less code is necessary to support x..y operations and support for .. in non-xml objects is possible.
2004-09-29 20:58:16 +00:00
igor%mir2.org
fa2d593b85 Transform name access to var access only if function does not require activation: previously the tests missed the check for .() that caused activation to be created. 2004-09-29 20:49:05 +00:00
darin%meer.net
cff105e06c fixing win32 bustage (hopefully) 2004-09-29 20:24:53 +00:00
edburns%acm.org
ea9a8655e8 This change-bundle adds build.xml rules that produce a binary
distribution of webclient.

Next step is to get mozilla 1.7 building on my machine, then get
webclient to compile with it, then do a 2.0a2 release.

M build.xml

- incorporate re-added dist directory

A dist/build.xml

- create a binary distribution

A dist/webclient-dist.xml

- build.xml file for the test browser in the distribution
2004-09-29 19:53:55 +00:00
ben%bengoodger.com
a6703a8945 249302 - firefox offers to migrate a non-existent Phoenix Firebird Firefox profile, round 2: also, make sure the wizard's first page's onpageshow handler is not called before onload, guard against showing phoenix item in list in non-automigrate cases too. 2004-09-29 19:08:20 +00:00
igor%mir2.org
5421cfce46 Define var and arguments as PERMANENT properties as required by ECMA. 2004-09-29 19:04:47 +00:00
bryner%brianryner.com
0e838f274d Fix various crashes by not trying to set the parent before we've initialized the frame. Bug 262054, r+sr=roc. 2004-09-29 18:43:28 +00:00
darin%meer.net
2966e5b957 landing followup patch for bug 251969 "crash [@ nsHttpChannel::OnStopRequest ]" r+sr=dveditz 2004-09-29 16:51:46 +00:00