Commit Graph

139116 Commits

Author SHA1 Message Date
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
bugzilla%arlen.demon.co.uk
6ab883bbd3 Bug 282893 Properly indent children in help files especially <div> cert_dialog_help fixes
p=giacomo.magnini@portalis.it r=me
2005-02-27 23:05:25 +00:00
ben%bengoodger.com
b165e1ff80 correct regression of 280007 - "Unicode"->"Other Languages" 2005-02-27 22:32:01 +00:00
bugzilla%arlen.demon.co.uk
c34bb64db3 Bug 279054 Document new proxy pref pane in Help "SOCKS Host" --> "SOCKS Proxy"
p=Stefan.Borggraefe@gmx.de r=me
2005-02-27 22:30:54 +00:00
smfr%smfr.org
fd419a97c7 When copying the project in an objdir build, don't copy over the foo.model and foo.pbxuser files, because doing that overwrites breakpoints and project state in the objdir project (which you use for debugging). 2005-02-27 22:15:40 +00:00
bugzilla%arlen.demon.co.uk
12a56b93b4 Bug 283262 "event is not defined" when pressing alt+enter in the url bar, (BrowserLoadURL)
p=gavin.sharp@gmail.com r=mconnor
2005-02-27 22:08:19 +00:00
bugzilla%arlen.demon.co.uk
15d4b611a7 Bug 264983 <tabbox> and tabs have no ID for use by overlays
p=gavin.sharp@gmail.com r=vladimir
2005-02-27 22:03:31 +00:00
smfr%smfr.org
223d011c98 Bug 283074: make sure MORK_ASSERTION fires on Mac by paying attention to XP_MACOSX, not XP_MAC. r/sr=bienvenu. 2005-02-27 21:59:54 +00:00
timeless%mozdev.org
e398c75ed1 Bug 283131 Leaking fd/registry in OOM cases
r=dougt
2005-02-27 21:32:52 +00:00
timeless%mozdev.org
fa5805ad29 Bug 283921 Crash [@ net_GetURLSpecFromFile]
r=darin sr=darin
2005-02-27 21:13:13 +00:00
silver%warwickcompsoc.co.uk
df5bd59035 Bug 281706 - Tweak /rejoin to not kill the view when parting.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-02-27 21:05:49 +00:00
timeless%mozdev.org
db03aed4d1 Bug 283923 remove useless test from nsImapProtocol::ProcessCurrentURL
r=bienvenu sr=bienvenu
2005-02-27 21:01:58 +00:00