Commit Graph

130877 Commits

Author SHA1 Message Date
roc+%cs.cmu.edu
0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
pedemont%us.ibm.com
7056c5e6fd Bug 246245 - leak in image code. r=sfraser,sr=tor,a=dbaron 2004-06-17 00:09:52 +00:00
pinkerton%aol.net
3a620c81d2 make "view frame source" work by not using the cached desc if the url doesn't
match the toplevel page url (bug 230688)
2004-06-16 23:30:39 +00:00
roc+%cs.cmu.edu
442a384196 Bug 226439. Make nsCharTraits<PRUnichar>::ASCIIToLower handle Unicode characters whose lowercase form is ASCII. r+sr=darin 2004-06-16 23:29:49 +00:00
myk%mozilla.org
7c5c0c426c deal with funky directory for gatech logs 2004-06-16 23:17:41 +00:00
myk%mozilla.org
814ebc1201 add simple verbosity hack 2004-06-16 23:17:19 +00:00
Stefan.Borggraefe%gmx.de
fb9b9603af Fix for bug 247044: Cannot select different SMTP server (except for POP3 accounts)
r=bienvenu, sr=mscott
2004-06-16 22:38:46 +00:00
pinkerton%aol.net
7e4410a4cd better manage the info tab panels to fix black bg on 10.1 and forgetting
which tab is selected when going between folders/items. Also cleans up the
code a lot (bugs 242650, 243246)
2004-06-16 22:17:44 +00:00
jag%tty.nl
59c395041f Bug 111842: tabbed browser prefs text "load links in the background" misleading. Patch by Tim Meader <tmeader@gmail.com>, r=neil, sr=jag 2004-06-16 22:12:11 +00:00
scott%scott-macgregor.org
8959ab7f75 Bug #246371 --> remove some dead code from the spell checker. Cleanup the notifications the spell checker
listens for in order to load new custom dictionaries.

r=mvl
2004-06-16 22:05:46 +00:00
brendan%mozilla.org
bb87816784 Add JSRESOLVE_DETECTING (246964, r=shaver). 2004-06-16 21:15:35 +00:00
scott%scott-macgregor.org
e98761ca04 Tweak compression flags to make the download even smaller. Thanks to Igor Pavlov for the change. 2004-06-16 20:46:30 +00:00
cbiesinger%web.de
8ef49c61c2 bug 243974 can't download files larger than 4 GB
Also changes nsIResumableChannel to have a resumeAt function, that does not open the channel immediately, and changes its size parameter to a 64 bit integer
r=darin sr=bryner
2004-06-16 19:51:21 +00:00
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