bienvenu%nventure.com
359f094153
backend work for having an rss incoming server, to go with rss extension, 225158 r/sr=sspitzer
2004-06-16 19:18:59 +00:00
mostafah%oeone.com
faf6ea5be5
Updated translation
2004-06-16 18:36:40 +00:00
mostafah%oeone.com
6be0eeb834
Catching up with recent en-US changes
2004-06-16 17:42:49 +00:00
mostafah%oeone.com
5c54ea5c75
Removing dependence on browser.jar
2004-06-16 17:29:23 +00:00
mostafah%oeone.com
9aa2460676
Removing duplicate entry
2004-06-16 17:27:37 +00:00
mostafah%oeone.com
4f9d6ef16a
First attempt to fix sunbird build bustage
2004-06-16 17:08:33 +00:00
bienvenu%nventure.com
2d74abec21
initial checkin of native thunderbird rss extension, NPOB, r/sr=sspitzer
2004-06-16 17:00:27 +00:00
darin%meer.net
d3d852ccbd
fixes bug 227976 "nsHttpCompressConv can fail to read any data in OnDataAvailable and return success" r=biesi (patch based on suggestion by bzbarsky)
2004-06-16 16:28:30 +00:00
cbiesinger%web.de
914def148f
fix DEBUG_CAPS_HACKER bustage due to bug 240106
...
r=caillon sr=darin
2004-06-16 15:58:22 +00:00
darin%meer.net
590d4229af
fixes bug 246193 "Mozilla doesn't revert to IPv4 if IPv6 connect fails" r=lorenzo
2004-06-16 15:09:34 +00:00
darin%meer.net
5069f4f76c
fixes bug 246264 "nsHttpChannel may leak mResponseHead" r=pedemont sr=bryner
2004-06-16 15:05:42 +00:00
darin%meer.net
80b6b718a9
fixes bug 247006 "Apply NS_HIDDEN to necko net_ helper functions" r+sr=bryner
2004-06-16 14:53:31 +00:00
edburns%acm.org
1c96c99aeb
This checkin enables Navigation.stop() to work.
...
I'm working towards getting equivalent functionality to
<https://jdic.dev.java.net/nonav/documentation/javadoc/jdic/org/jdesktop/jdic/browser/WebBrowser.html >
working by JavaOne SF 2004. At this point, all that remains are
refresh(), back(), forward(), and post(). All but post() are trivial.
M classes_spec/org/mozilla/webclient/Navigation2.java
- remove "blocking" methods since we don't need them now that we have
DocumentLoadListener working again.
M classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java
- remove "blocking" methods since we don't need them now that we have
DocumentLoadListener working again.
- implement stop().
M classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java
- throw IllegalStateException if you try to get a BrowserControl
instance after appTerminate() has been called.
- throw IllegalStateException if appTerminate() is called more than
once.
M src_moz/NavigationImpl.cpp
- call through to stop
M test/automated/src/classes/org/mozilla/webclient/NavigationTest.java
- test first test for stop.
2004-06-16 14:37:34 +00:00
rlk%trfenv.com
ddb5693fbe
bug 246968 - Update changes in kbd shortcuts and add "Paste As Quotation". Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com
2004-06-16 14:10:35 +00:00
jocuri%softhome.net
b252b68d5a
Patch for bug 246328: make editmilestone check for invalid sortkeys; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=vladd; a=justdave.
2004-06-16 13:45:37 +00:00
mcs%pearlcrescent.com
72c5f2058e
Fix bug # 246694 - 64-bit build: incorrect handling of
...
password policy response.
The 'i' format specifier to ber_scanf() requires a long arg, not int.
2004-06-16 13:18:48 +00:00
timeless%mozdev.org
995bb1b323
Bug 52116 javascript strict warning/error doesn't always contain Source File filename
...
This handles event handlers.
Not all cases are handled well. if you get a fixme url, you're invited to
come up with code to handle that case. fixing it will probably include
bloating objects with references to their origins.
Handled cases include the ones listed in
http://bugzilla.mozilla.org/show_bug.cgi?id=52116#c59
r=jst sr=jst
2004-06-16 13:18:47 +00:00
aaronleventhal%moonset.net
a00ce8e8c5
Bug 243313. Expose :before and :after anonymous frame text via accessibility APIs. r=louie.zhao, sr=henry.jia
2004-06-16 13:12:53 +00:00
aaronleventhal%moonset.net
98167b84b4
Missing part of checkin to bug 245931. r=pkw, sr=bryner
2004-06-16 13:09:10 +00:00
timeless%mozdev.org
d60fe6d36c
Bug 243579 Change nsIOnReadystatechangeHandler to nsIOnReadyStateChangeHandler
...
r=jst sr=jst
2004-06-16 12:41:18 +00:00
neil%parkwaycc.co.uk
de5a02f834
Bug 233091 JavaScript strict warning: assignment to undeclared variable plus conversion to use prompt service p=gautheri@noos.fr r=me sr=Henry.Jia
2004-06-16 11:26:58 +00:00
jouni%heikniemi.net
32ca73ddec
Bug 142744: Testing suite should work on Win32
...
Patch by byron jones (glob) <bugzilla@glob.com.au>
r=jouni, a=justdave
2004-06-16 11:13:39 +00:00
timeless%mozdev.org
b717e411bf
Bug 246599 Add Mac OS X 10.3 to the list
...
r=vladd,justdave a=justdave
2004-06-16 10:39:48 +00:00
timeless%mozdev.org
9319cf3aed
Bug 160210 Add MacOSX 10.1 and 10.2 to the os list
...
Previous patch left OS detection broken for Mac OS X.
This maps Mac OS X to 10.0.
r=vladd a=justdave
2004-06-16 10:37:27 +00:00
louie.zhao%sun.com
6c4ccfab79
bug 246750 Can't read menu/menuitem's "keyboard shortcut" and "accesskey"
...
r = pkw@us.ibm.com
sr= henry.jia@sun.com
2004-06-16 08:52:23 +00:00
neil%parkwaycc.co.uk
d1e2c2e843
Bug 245641 Make scrollbars draggable in print preview again r/sr=jst
2004-06-16 08:11:30 +00:00
ben%bengoodger.com
00a1d8c0ff
make firefox smaller thanks to Igor Pavlov
2004-06-16 07:31:53 +00:00
louie.zhao%sun.com
69c97f7259
bug 201922 Make XUL tree accessibles keep track of their own tree item accessibles
...
r = aaronleventhal
sr= Henry.Jia
2004-06-16 06:19:12 +00:00
pinkerton%aol.net
26ee61eb3e
fix a large number of context menu and bookmark info bugs and cleanup the
...
code. see http://bugzilla.mozilla.org/show_bug.cgi?id=245710#c11 for a
comprehensive list (bug 245710)
2004-06-16 06:09:47 +00:00
pinkerton%aol.net
0feb2db55b
remove mousemove hack on 10.2.8+ as it's no longer necessary and causesother problems (bug 234207)
2004-06-16 05:55:44 +00:00
pinkerton%aol.net
69bd069ad2
use prebinding script on panther, it doesn't happen automatically like it
...
does on jaguar due to apple issues.
2004-06-16 05:45:18 +00:00
pinkerton%aol.net
1f3b071b23
better l10n for pref panes (bug 246163)
2004-06-16 05:19:30 +00:00
bugreport%peshkin.net
c086db9377
Bug 240325: Keep regexp-based groups up-to-date
2004-06-16 05:04:48 +00:00
sspitzer%mozilla.org
7c9d50866f
backing out my fix for bugs #245520 and #44494
...
for now, don't remember the ask format automatically in the addressbook
until we add some additional UI and fix the plain text case
r/sr=mscott
2004-06-16 04:59:46 +00:00
pinkerton%aol.net
96d92fc960
fix horizontal scrollwheel (bug 246879)
2004-06-16 04:56:26 +00:00
pinkerton%aol.net
1227e2c3c9
remove progress spinner until redraw problems while scrolling can be
...
fixed (bug 203349)
2004-06-16 04:47:30 +00:00
scott%scott-macgregor.org
d6c9fb0e3f
Bug #246744 --> additional account identities aren't getting the right smpt server key and sent folder values
...
sr=bienvenu
2004-06-16 00:38:42 +00:00
jst%mozilla.jstenback.com
f43478d533
Landing fix for 246556. Null-check mDocument before accessing it. r+sr=jst@mozilla.jstenback.com, patch by silver@warwickcompsoc.co.uk
2004-06-16 00:26:14 +00:00
rlk%trfenv.com
44dd8b394a
Fixing minor typo in Help documentation (bug 246624)
2004-06-16 00:23:51 +00:00
darin%meer.net
29b8a29050
fixes bug 246872 "PAC: myIpAddress gives 'myIpAddress is not defined' error" r+sr=shaver
2004-06-15 23:20:50 +00:00
dveditz%cruzio.com
bf080b9ed2
bug 245813 stop overwhelming number of master password prompts if trying to cancel out, r=timeless, sr=brendan
2004-06-15 21:49:59 +00:00
bryner%brianryner.com
cea7464dec
Fix Help not installing on Linux (bug 246769)
2004-06-15 20:53:18 +00:00
amardare%qnx.com
8e14739b25
Changes for the qnx(photon) platform only. They should not affect building/runtime other platforms.
...
Fixed a problem with the photon build when building with DEBUG enabled.
2004-06-15 20:43:39 +00:00
amardare%qnx.com
370886eb41
Changes for the qnx(photon) platform only. They should not affect building/runtime other platforms.
...
Focus changes ( needed because of pop-up problem with www.hotmail.com ).
2004-06-15 20:41:04 +00:00
christophe.ravel.bugs%sun.com
0feee5ab34
238319: Sun packages changes.
2004-06-15 16:47:00 +00:00
tor%cs.brown.edu
9f26f1dadb
Bug 153586 - Date.toLocaleString() not returning locale string.
...
r=jst, sr=brendan
2004-06-15 16:38:43 +00:00
scott%scott-macgregor.org
8f8f2a8f03
Bug #246759 --> Package movemail for unix
2004-06-15 16:21:31 +00:00
neil%parkwaycc.co.uk
8581c7fe81
Ongoing conversion of help files to xhtml b=236942 p=stefan_h@hem.utfors.se r=me
2004-06-15 16:07:49 +00:00
mostafah%oeone.com
b61369f3ec
Updated latest build
2004-06-15 13:50:55 +00:00
mostafah%oeone.com
b44df4d44b
Changed AppName to remove space. ( Looks better on MAc )
2004-06-15 13:35:18 +00:00