Commit Graph

139204 Commits

Author SHA1 Message Date
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
mvl%exedo.nl
4f0d1cbc7b add permission extension to installer package.
bug 279535, r=bsmedberg, sr=darin
2005-02-27 19:41:11 +00:00
bzbarsky%mit.edu
1b833f021f Switch some internal users of text/xml to application/xml. Bug 247024, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-27 19:34:11 +00:00
bzbarsky%mit.edu
dc29d00aa4 Fixing build bustage. Bug 283125 2005-02-27 19:04:26 +00:00
bzbarsky%mit.edu
8efc76dc9a 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
2005-02-27 18:33:27 +00:00
mrbkap%gmail.com
3167fe3488 bug 274888: Use the correct type for indexing into the input so that backtracking works when it is longer than 65535 characters. r=brendan 2005-02-27 18:32:57 +00:00
bugzilla%arlen.demon.co.uk
f37562c9de Bug 237776 Reload should be disabled for blank tabs
p=ryanvm@gmail.com r=mconnor
2005-02-27 17:59:38 +00:00
bzbarsky%mit.edu
c2d5dc3304 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.
2005-02-27 17:52:44 +00:00
bzbarsky%mit.edu
3a6787add4 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
2005-02-27 17:24:53 +00:00
bugzilla%arlen.demon.co.uk
fc00a66831 Bug 283480 Broken links to glossary in page_info_help.xhtml
p=stefan_h@hem.utfors.se r=me
2005-02-27 16:58:39 +00:00
bugzilla%arlen.demon.co.uk
056a4706ba Bug 283145 mail_help doesn't validate as XHTML 1.1
p=giacomo.magnini@portalis.it r=me
2005-02-27 16:53:49 +00:00
timeless%mozdev.org
73096b2d8e Bug 205140 Prefs: remove "network.http.*.timeout"
r=darin sr=darin
2005-02-27 16:18:51 +00:00
bob%bclary.com
8719a618c2 Add Alexander Law as primary contributor 2005-02-27 15:30:28 +00:00