Commit Graph

141363 Commits

Author SHA1 Message Date
dougt%meer.net
671c058caa mapping DialogBoxIndirectParam
git-svn-id: svn://10.0.0.236/trunk@169996 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 18:06:31 +00:00
dougt%meer.net
3a4d4e2a44 Adding ExpandEnvironmentStrings and GdiFlush stubs
git-svn-id: svn://10.0.0.236/trunk@169995 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 18:05:00 +00:00
travis%sedsystems.ca
ee5bd0353a Bug 250410 : Time tracking summaries
Patch by Christian Reis <kiko@async.com.br>   r=jpeshkin  a=justdave


git-svn-id: svn://10.0.0.236/trunk@169994 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:53:19 +00:00
christophe.ravel.bugs%sun.com
16fdbb5b3b 238319: Sun packages changes.
Add addbuiltin, pk11priv.h, pk11pub.h


git-svn-id: svn://10.0.0.236/trunk@169993 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:45:20 +00:00
edburns%acm.org
0b06910537 Thanks to Craig March for catching these extraneous semicolons.
git-svn-id: svn://10.0.0.236/trunk@169992 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:20:26 +00:00
edburns%acm.org
140d778e14 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.


git-svn-id: svn://10.0.0.236/trunk@169991 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:15:45 +00:00
bienvenu%nventure.com
16c226445f fix 204339 support mail follow-up-to header, patch by daniel faber, r=bienvenu, sr=henry jia
git-svn-id: svn://10.0.0.236/trunk@169990 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:10:58 +00:00
scott%scott-macgregor.org
99f2d8ce66 Bug #283216 --> forgot to check in missing DTD file for adding OCSP support
git-svn-id: svn://10.0.0.236/trunk@169989 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:10:22 +00:00
despotdaemon
a2b528a479 Pseudo-automatic update of changes made by shaver@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@169988 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 16:45:39 +00:00
travis%sedsystems.ca
e9f8ffae5f Bug 284080 : cannot list quips, regression from bug 277504
Patch by Frederic Buclin <LpSolit@gmail.com>  r=wurblzap,peshkin  a=justdave


git-svn-id: svn://10.0.0.236/trunk@169987 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 16:37:13 +00:00
mvl%exedo.nl
a4ea75930a make sunbird find its locale files.
bug 283990, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@169986 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 16:26:52 +00:00
mozilla.mano%sent.com
a7ec022a73 Bug 118025 - nsITheme menupopup/menuitem implementations (Mac). r=pinkerton sr=smfr (for gfx) r=kmgerich (for pinstripe)
git-svn-id: svn://10.0.0.236/trunk@169985 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 15:09:58 +00:00
tor%cs.brown.edu
b84aa94fb3 Bug 283736 - static builds with cairo svg backend not working. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@169984 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 13:53:22 +00:00
mozilla.mano%sent.com
a708165151 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)
git-svn-id: svn://10.0.0.236/trunk@169983 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 12:52:48 +00:00
igor%mir2.org
50d8b2328e 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.


git-svn-id: svn://10.0.0.236/trunk@169982 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 12:39:04 +00:00
bob%bclary.com
da80e82bf6 Initial add. Regression test for bug 281606, by sukhisoul@yahoo.com
git-svn-id: svn://10.0.0.236/trunk@169981 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 12:27:37 +00:00
bob%bclary.com
dc0dcd19f7 remove o instanceof o testcase, bug 281606
git-svn-id: svn://10.0.0.236/trunk@169980 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 12:10:37 +00:00
ben%bengoodger.com
0faadf38fd 283988 - javascript annoyances options checkbox does not work properly
git-svn-id: svn://10.0.0.236/trunk@169979 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 08:47:29 +00:00
ben%bengoodger.com
3c0589ae90 283944 - edit options... button on xpinstall info bar does not work
git-svn-id: svn://10.0.0.236/trunk@169978 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 08:25:45 +00:00
leon.sha%sun.com
08796014f8 Bug 283432 [Postscript] We should use "undef" only if postscript level >1.
Patch maker: leon.sha@sun.com.
kherron+mozilla: review+
roc: superreview+


git-svn-id: svn://10.0.0.236/trunk@169977 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 06:06:51 +00:00
mconnor%myrealbox.com
ea5b8cecda bug 238952 Change Motto in Credits Dialog, use the official tag line, patch by jwalden+bmo@mit.edu, r=rebron/me
git-svn-id: svn://10.0.0.236/trunk@169976 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 05:55:41 +00:00
mconnor%myrealbox.com
5982f021e4 bug 283738 Prefwindow V unusable on Linux GTK2+XFT builds, sync winstripe css changes to gnomestripe
git-svn-id: svn://10.0.0.236/trunk@169975 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 05:51:57 +00:00
bob%bclary.com
e7b9d46a20 Initial add. Regression test for bug 261887, by osfo@home.se
git-svn-id: svn://10.0.0.236/trunk@169974 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 03:52:46 +00:00
bob%bclary.com
73c0b693b5 Initial add. Regression test for bug 261886, by osfo@home.se
git-svn-id: svn://10.0.0.236/trunk@169973 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 03:52:02 +00:00
joshmoz%gmail.com
5bd1847c76 remove a double check - thanks dbaron ;)
git-svn-id: svn://10.0.0.236/trunk@169972 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 02:33:42 +00:00
bzbarsky%mit.edu
7b98ea2307 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


git-svn-id: svn://10.0.0.236/trunk@169971 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 02:32:57 +00:00
bzbarsky%mit.edu
94b671f457 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


git-svn-id: svn://10.0.0.236/trunk@169970 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 02:27:09 +00:00
kyle.yuan%sun.com
1025bc0739 backout the fix for bug 268513
git-svn-id: svn://10.0.0.236/trunk@169969 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 01:08:32 +00:00
jwatt%jwatt.org
8b8417958f Bug 282672 : nsSchemaValidator::IsValidSchemaFloat needs fixed : r=doron
git-svn-id: svn://10.0.0.236/trunk@169968 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 00:31:43 +00:00
ben%bengoodger.com
c1f23de57f 283750 - search textbox in download actions window is dysfunctional... attempt to normalize rowcount change notifications and avoid assertions
git-svn-id: svn://10.0.0.236/trunk@169967 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 00:15:27 +00:00
bugzilla%arlen.demon.co.uk
ac815c8f32 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


git-svn-id: svn://10.0.0.236/trunk@169966 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 23:17:09 +00:00
bugzilla%arlen.demon.co.uk
e34c225b37 Bug 282893 Properly indent children in help files especially <div> cert_dialog_help fixes
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@169965 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 23:05:25 +00:00
ben%bengoodger.com
c6bacd72ba correct regression of 280007 - "Unicode"->"Other Languages"
git-svn-id: svn://10.0.0.236/trunk@169964 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 22:32:01 +00:00
bugzilla%arlen.demon.co.uk
6f29bda5e0 Bug 279054 Document new proxy pref pane in Help "SOCKS Host" --> "SOCKS Proxy"
p=Stefan.Borggraefe@gmx.de r=me


git-svn-id: svn://10.0.0.236/trunk@169963 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 22:30:54 +00:00
smfr%smfr.org
557f2559b6 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).
git-svn-id: svn://10.0.0.236/trunk@169962 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 22:15:40 +00:00
bugzilla%arlen.demon.co.uk
8b4db32a86 Bug 283262 "event is not defined" when pressing alt+enter in the url bar, (BrowserLoadURL)
p=gavin.sharp@gmail.com r=mconnor


git-svn-id: svn://10.0.0.236/trunk@169961 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 22:08:19 +00:00
bugzilla%arlen.demon.co.uk
7e04d096d5 Bug 264983 <tabbox> and tabs have no ID for use by overlays
p=gavin.sharp@gmail.com r=vladimir


git-svn-id: svn://10.0.0.236/trunk@169960 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 22:03:31 +00:00
smfr%smfr.org
525f154f6c Bug 283074: make sure MORK_ASSERTION fires on Mac by paying attention to XP_MACOSX, not XP_MAC. r/sr=bienvenu.
git-svn-id: svn://10.0.0.236/trunk@169959 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 21:59:54 +00:00
timeless%mozdev.org
e272c49d20 Bug 283131 Leaking fd/registry in OOM cases
r=dougt


git-svn-id: svn://10.0.0.236/trunk@169958 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 21:32:52 +00:00
timeless%mozdev.org
5fd43c140f Bug 283921 Crash [@ net_GetURLSpecFromFile]
r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@169957 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 21:13:13 +00:00
silver%warwickcompsoc.co.uk
5133397595 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)


git-svn-id: svn://10.0.0.236/trunk@169956 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 21:05:49 +00:00
timeless%mozdev.org
60faf309fe Bug 283923 remove useless test from nsImapProtocol::ProcessCurrentURL
r=bienvenu sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@169955 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 21:01:58 +00:00
mvl%exedo.nl
61c4697497 add permission extension to installer package.
bug 279535, r=bsmedberg, sr=darin


git-svn-id: svn://10.0.0.236/trunk@169954 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 19:41:11 +00:00
bzbarsky%mit.edu
2cf5877984 Switch some internal users of text/xml to application/xml. Bug 247024, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@169953 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 19:34:11 +00:00
bzbarsky%mit.edu
aeda1c8552 Fixing build bustage. Bug 283125
git-svn-id: svn://10.0.0.236/trunk@169952 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 19:04:26 +00:00
bzbarsky%mit.edu
1c1365dc03 Create a service that can be asked whether a given webnavigation (or a
"typical" webnavigation) supports loading of a certain MIME type.  Bug 283125,
r=biesi, sr=darin


git-svn-id: svn://10.0.0.236/trunk@169951 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 18:33:27 +00:00
mrbkap%gmail.com
5360a50700 bug 274888: Use the correct type for indexing into the input so that backtracking works when it is longer than 65535 characters. r=brendan
git-svn-id: svn://10.0.0.236/trunk@169950 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 18:32:57 +00:00
bugzilla%arlen.demon.co.uk
9a2c490fc4 Bug 237776 Reload should be disabled for blank tabs
p=ryanvm@gmail.com r=mconnor


git-svn-id: svn://10.0.0.236/trunk@169949 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 17:59:38 +00:00
bzbarsky%mit.edu
499558653c Followup fix to bug 125386 -- on Windows, we need to make sure that the
MouseTrailer events fire off the Mozilla event queue, so we don't reenter drag
code.  Patch by me and ere, r=ere on the parts I wrote, r+sr=me on the parts
ere wrote.  This is wallpaper; we need a real fix here.


git-svn-id: svn://10.0.0.236/trunk@169948 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 17:52:44 +00:00
bzbarsky%mit.edu
77cb09d7fb Stash our bindings in an array before destroying them, in case someone decides
to try to add a binding to the hashtable from a binding destructor.  Bug
283698, r+sr=bryner


git-svn-id: svn://10.0.0.236/trunk@169947 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 17:24:53 +00:00