139077 Commits

Author SHA1 Message Date
joshmoz%gmail.com
e7a8d43ea2 fix broken Safari bookmark importing b=284159 2005-02-28 23:33:58 +00:00
bugzilla%arlen.demon.co.uk
4811003968 Bug 282893 Properly indent children in help files especially <div> mail_sec, page_info, passwords, profiles fixes
p=giacomo.magnini@portalis.it r=me
2005-02-28 23:27:41 +00:00
mozilla.mano%sent.com
1ba440ea0e Bug 278772 - Various Firefox code incorrectly constructs URIs. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor sr=darin 2005-02-28 23:09:24 +00:00
bugzilla%arlen.demon.co.uk
98006b5e74 Bug 282893 Properly indent children in help files especially <div> Glossary and help_help fixes
p=giacomo.magnini@portalis.it r=me
2005-02-28 22:56:50 +00:00
caillon%redhat.com
77b60af2ac 250245 - spec changed, its now Document.inputEncoding
r+sr=jst
2005-02-28 22:35:02 +00:00
bzbarsky%mit.edu
08fb911838 Make sure to flush pending notifications as needed when calling
getElementById.  Bug 283468, r+sr=jst
2005-02-28 22:24:17 +00:00
mozilla.mano%sent.com
e08630108b Bug 284140 - (regression from 237776) escape no longer freezes animated gifs. r=mconnor 2005-02-28 22:01:56 +00:00
travis%sedsystems.ca
6db77ab839 Bug 283567 : Toggling a comment's privacy does nothing (regression from bug 279700)
Patch by : Frederic Buclin <LpSolit@gmail.com>  r=mkanat  a=justdave
2005-02-28 21:33:16 +00:00
travis%sedsystems.ca
b2e58cc596 Bug 283183 : check_multi in Config.pm returns a bad error message if the check fails
iPtch by Frederic Buclin <LpSolit@gmail.com>   r=mkanat  a=myk
2005-02-28 21:31:31 +00:00
wtchang%redhat.com
cf16f9585d Bugzilla Bug 283710: disable executable stack on ia64. The patch is
contributed by Christopher A. Aillon of Red Hat.  r=wtc.
2005-02-28 21:13:05 +00:00
wtchang%redhat.com
c934682aaf Fixed comments. 2005-02-28 21:08:43 +00:00
travis%sedsystems.ca
0f1f474961 Bug 178370 : global param for whether or not to send mail
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=LpSolit  a=myk
2005-02-28 20:51:24 +00:00
travis%sedsystems.ca
a599c8a816 Bug 119485 : Templatise editusers.cgi
Patch by Marc Schumann <wurblzap@gmail.com>   r=GavinS, mkanat  a=justdave
2005-02-28 20:41:45 +00:00
caillon%redhat.com
78730b5ca0 Making eyes bleed less, one file at a time.
rs=blizzard
2005-02-28 20:37:50 +00:00
scott%scott-macgregor.org
ba8d80e391 Bug #284144 --> Port Ben's winstripe changes for the new preferences UI to the qute theme so
I can use them in Thunderbird
2005-02-28 20:33:21 +00:00
doronr%us.ibm.com
0ccb1b812a XForms Bug 283219 - trigger with appearance minimal scenario fails. Patch by smaug, r=beaufour,me 2005-02-28 20:12:01 +00:00
bob%bclary.com
523a1ce6f3 Initial add. Regression test for bug 254296, by kal_el1938@hotmail.com 2005-02-28 19:04:03 +00:00
travis%sedsystems.ca
376404a733 Bug 283973 : Charts broken: DBD::mysql::st execute failed: Unknown column '$datefrom' in 'field list'
Patch by Teemu Mannermaa <wicked@etlicon.fi>   r=mkanat  a=justdave
2005-02-28 19:02:31 +00:00
travis%sedsystems.ca
69ce2f9b03 Bug 283139 : Zero out 'hours remaining' field on certain state transitions r.t. throwing an error saying it's not zeroed out.
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=LpSolit  a=justdave
2005-02-28 18:55:07 +00:00
allan%beaufour.dk
6ae8b63fe1 Fix problems with schema validation for calculated fields. Bug 284101, r=doronr/smaug 2005-02-28 18:41:05 +00:00
dougt%meer.net
d2fecb080f mapping DialogBoxIndirectParam 2005-02-28 18:06:31 +00:00
dougt%meer.net
a867182719 Adding ExpandEnvironmentStrings and GdiFlush stubs 2005-02-28 18:05:00 +00:00
travis%sedsystems.ca
9a7d17bbee Bug 250410 : Time tracking summaries
Patch by Christian Reis <kiko@async.com.br>   r=jpeshkin  a=justdave
2005-02-28 17:53:19 +00:00
christophe.ravel.bugs%sun.com
7cc6cea977 238319: Sun packages changes.
Add addbuiltin, pk11priv.h, pk11pub.h
2005-02-28 17:45:20 +00:00
edburns%acm.org
be6c10bca5 Thanks to Craig March for catching these extraneous semicolons. 2005-02-28 17:20:26 +00:00
edburns%acm.org
0d247279bf This checkin enables finding out the request method and response status
of a URL_LOAD event.  I'm still working on getting the request body via
the nsIUploadChannel interface.  Next step will be to get that working.
I'm currently running into problems where the END_URL event for a POST
doesn't have a status.  I think this is because I'm using the
Navigation.post() method rather than simulating a user post by pressing
a form submit button.

A classes_spec/org/mozilla/webclient/impl/wrapper_native/NativeInputStream.java
A src_moz/NativeInputStreamImpl.cpp

- Class to enable reading the post body from the request.

M build.xml

- add NativeInputStream to JNI generation

M classes_spec/org/mozilla/webclient/PageInfoListener.java

 * <p>This {@link DocumentLoadListener} subclass adds the ability to get
 * detailed information on each event. </p>
 *
 * <p>The <code>eventData</code> property of the
 * <code>DocumentLoadEvent</code> instance will be a
 * <code>java.util.Map</code>.  The following entries may be present in
 * this map for the following <code>*_EVENT_MASK</code> types in
 * <code>DocumentLoadEvent</code>.</p>
 *
 * <dl>
 *
 * <dt>For all <code>*_EVENT_MASK</code> types</dt>
 *
 * <dd><p>the map will contain an entry under the key "<code>URI</code>"
 * without the quotes.  This will be the fully qualified URI for the
 * event. </p></dd>
 *
 * <dt>For <code>START_URL_LOAD</code> type</dt>
 *
 * <dd><p>The map will contain an entry under the key
 * "<code>method</code>" without the quotes.  This will be the request
 * method for this event.  The map will also contain an entry under the
 * key "<code>headers</code>".  This entry will be a
 * <code>java.util.Map</code> of all the request headers.</p></dd>
 *
 * <dt>For <code>END_URL_LOAD</code> type</dt>
 *
 * <dd><p>The map will contain an entry under the key
 * "<code>method</code>" without the quotes.  This will be the request
 * method for this event.  The map will contain an entry under the key
 * "<code>status</code>" without the quotes.  This will be the response
 * status string from the server, such as "<code>200 OK</code>".  The
 * map will also contain an entry under the key "<code>headers</code>".
 * This entry will be a <code>java.util.Map</code> of all the response
 * headers.</p></dd>
 *
 * </dl>

M src_moz/EmbedProgress.cpp

- leverage nsIHttpChannel methods to get request method, response
  status, and post body.

M src_moz/Makefile.in

- add NativeInputStream

M src_share/jni_util.cpp
M src_share/jni_util.h

- new constants

- add variant of ThrowExceptionToJava that takes the exception class name.

M test/automated/src/classes/org/mozilla/webclient/DocumentLoadListenerTest.java

- new test content.  Post related content commented out.
2005-02-28 17:15:45 +00:00
bienvenu%nventure.com
be54c1af3f fix 204339 support mail follow-up-to header, patch by daniel faber, r=bienvenu, sr=henry jia 2005-02-28 17:10:58 +00:00
scott%scott-macgregor.org
59b19b4213 Bug #283216 --> forgot to check in missing DTD file for adding OCSP support 2005-02-28 17:10:22 +00:00
travis%sedsystems.ca
a23acfb8de Bug 284080 : cannot list quips, regression from bug 277504
Patch by Frederic Buclin <LpSolit@gmail.com>  r=wurblzap,peshkin  a=justdave
2005-02-28 16:36:42 +00:00
mvl%exedo.nl
49c60573d7 make sunbird find its locale files.
bug 283990, r=mostafah
2005-02-28 16:26:52 +00:00
mozilla.mano%sent.com
e429d28117 Bug 118025 - nsITheme menupopup/menuitem implementations (Mac). r=pinkerton sr=smfr (for gfx) r=kmgerich (for pinstripe) 2005-02-28 15:09:58 +00:00
tor%cs.brown.edu
0e45f84aa7 Bug 283736 - static builds with cairo svg backend not working. r=bsmedberg 2005-02-28 13:53:22 +00:00
mozilla.mano%sent.com
45f5128d83 Font dialog regressions fix: Bug 283678 - Serif / Sans-serif pref ui doesn't work; Bug 283869 - crash after trying to change font prefs; Bug 283945 - empty font lists for some languages. r=ben. (patch from bug 283678) 2005-02-28 12:52:48 +00:00
igor%mir2.org
77f519f3bc Patch from Attila Szegedi, szegedia@freemail.hu to address an issue with bug fix for bug 274467. From comment 24:
Patch for wrapping unchecked exceptions from Java method invocations

Recently we had a problem with a NPE occurring in a Java method - it wasn't
wrapped into WrappedException and subsequently we did not see the interpreter
script stack traces. This is because unchecked throwables aren't wrapped into
InvocationTargetException. I changed the relevant code in MemberBox.java to
wrap all exceptions (checked and unchecked) into WrappedException. BTW, this is
now consistent with how JavaMembers.get() and JavaMembers.put() work - they
also wrap all exceptions into WrappedException, not just
InvocationTargetException.
2005-02-28 12:39:04 +00:00
bob%bclary.com
137e20e28e Initial add. Regression test for bug 281606, by sukhisoul@yahoo.com 2005-02-28 12:27:37 +00:00
bob%bclary.com
6fb8d0c588 remove o instanceof o testcase, bug 281606 2005-02-28 12:10:37 +00:00
ben%bengoodger.com
3178c995e4 283988 - javascript annoyances options checkbox does not work properly 2005-02-28 08:47:29 +00:00
ben%bengoodger.com
3a1634ca04 283944 - edit options... button on xpinstall info bar does not work 2005-02-28 08:25:45 +00:00
leon.sha%sun.com
16259c0e9f Bug 283432 [Postscript] We should use "undef" only if postscript level >1.
Patch maker: leon.sha@sun.com.
kherron+mozilla: review+
roc: superreview+
2005-02-28 06:06:51 +00:00
mconnor%myrealbox.com
b0c4c788df bug 238952 Change Motto in Credits Dialog, use the official tag line, patch by jwalden+bmo@mit.edu, r=rebron/me 2005-02-28 05:55:41 +00:00
mconnor%myrealbox.com
91a952505e bug 283738 Prefwindow V unusable on Linux GTK2+XFT builds, sync winstripe css changes to gnomestripe 2005-02-28 05:51:57 +00:00
bob%bclary.com
60a4e2bb89 Initial add. Regression test for bug 261887, by osfo@home.se 2005-02-28 03:52:46 +00:00
bob%bclary.com
1b5b430051 Initial add. Regression test for bug 261886, by osfo@home.se 2005-02-28 03:52:02 +00:00
joshmoz%gmail.com
2789c949cd remove a double check - thanks dbaron ;) 2005-02-28 02:33:42 +00:00
bzbarsky%mit.edu
31d9018f20 Don't crash oif someone sets "display: -moz-grid" on something that has an XBL
base tag.  Just make it a grid.  Bug 283140, r=neil, sr=roc
2005-02-28 02:32:57 +00:00
bzbarsky%mit.edu
53a395aa19 Remove the dummy layout request off an event, not synchronously, so we don't
fire onload as we're finishing up reflow.  Bug 281157, r+sr=roc
2005-02-28 02:27:09 +00:00
kyle.yuan%sun.com
bd591e6c7e backout the fix for bug 268513 2005-02-28 01:08:32 +00:00
jwatt%jwatt.org
d800635508 Bug 282672 : nsSchemaValidator::IsValidSchemaFloat needs fixed : r=doron 2005-02-28 00:31:43 +00:00
ben%bengoodger.com
b940c3569f 283750 - search textbox in download actions window is dysfunctional... attempt to normalize rowcount change notifications and avoid assertions 2005-02-28 00:15:27 +00:00
bugzilla%arlen.demon.co.uk
6c5ec01403 Bug 282893 Properly indent children in help files especially <div> certs, certs_prefs, cs_nav_prefs_*, cs_priv_prefs_popup, devtools, forieusers 80cols and indentation fixes
p=giacomo.magnini@portalis.it r=me
2005-02-27 23:17:09 +00:00