Commit Graph

130898 Commits

Author SHA1 Message Date
mostafah%oeone.com
d50a56e7ca Updated translation 2004-06-17 17:28:09 +00:00
bsmedberg%covad.net
6eec21fb4e Bug 245053 - crash on deleting profile - patch by vladimir@pobox.com 2004-06-17 17:05:31 +00:00
darin%meer.net
0a20fabb63 fixes bug 243473 "nsLocalFileWin shortcut resolver does more work than necessary" patch by brofield@jellycan.com r=darin sr=dougt 2004-06-17 16:37:25 +00:00
mozilla.BenB%bucksch.org
5276f71303 246710, should also fix 244589, 244720, 246201
- Some code refactoring: Creating file filesList.js, which contains
  generic functions for using file lists (arrays whose entries keep file
  names and statistics) and corresponding listing files. They can be (and are)
  used in another application, and previously were in file conflictCheck.js.
  conflictCheck.js is now even more focussed on the 2-way-sync logic
  of roaming.
- Added some safe-exception-catches, and showing the error in the UI.
  Currently, the code just malfunctions (broken dialog buttons?) in that case.
  This should help with bug 244589 and bug 244720, if the fix below fails,
  and other future unexpected problems.
- Making the status message actually show something.
- Renaming dumbObject() to ddumpObject() to match ddump() for easier replace
- fixed bug 246201 - infinite conflicts
- less conflicts, if files non-existant
- potentially transfer less (if we know we have the file already)
- code doc improved
- pref API usage
In filesList.js:
- Changing listing file to actually use Unixtime as claimed
  (breaks existing files, but should only cause conflicts once)
- Using indexed file lists, should be faster, probably not significant
  for roaming
- Allow last modified time to differ 1 sec, because of FAT inaccuracy,
  not needed for roaming
- Option to allow newer files, not needed for roaming
- Fixing bug 244589 and probably bug 244720 by moving dom creation after the
  empty filename check.
- minimal API change for extractFiles()
2004-06-17 16:21:18 +00:00
tor%cs.brown.edu
7d967fbeb3 Bug 226733 - update to zlib 1.2.1 r/sr=roc 2004-06-17 15:08:27 +00:00
bienvenu%nventure.com
14ef8b2968 remove dependency on xmlextras and dom introduced by initial rss support, fix build bustage for those who don't build xmlextras but build mailnews 225158 r/sr=sspitzer 2004-06-17 14:39:52 +00:00
cltbld%netscape.com
7869201f49 Automated update from host egg 2004-06-17 14:34:40 +00:00
tor%cs.brown.edu
2a8569c8bd Bug 226733 - update to zlib 1.2.1 r/sr=roc 2004-06-17 14:33:24 +00:00
mostafah%oeone.com
d49ebf9d55 Checked in patch for bug 247164 2004-06-17 14:07:05 +00:00
mostafah%oeone.com
c1fd563401 Updated translation 2004-06-17 13:59:45 +00:00
mkaply%us.ibm.com
cc24650194 #229753
r=neil, sr=jag
search sidebar does not automatically open on first addressfield search
2004-06-17 12:39:47 +00:00
roc+%cs.cmu.edu
087ede0319 Bug 245297. Add basic style system support for columns. r+sr=dbaron 2004-06-17 11:57:37 +00:00
ben%bengoodger.com
27a53fcc51 oops, commited from wrong tree 2004-06-17 10:16:29 +00:00
ben%bengoodger.com
c28640e4da forgot this too 2004-06-17 10:13:37 +00:00
bryner%brianryner.com
8c0867b1c7 add gripper to static atom list (bug 247239), r+sr=dbaron 2004-06-17 06:44:36 +00:00
bmlk%gmx.de
271e0e2e73 bustage fix 2004-06-17 05:11:31 +00:00
pinkerton%aol.net
9cd4b7dd58 make cookie/cookie perm tables show which column is selected, use the
alternating row colors if available, show sort indicator images if available,
and allow reverse sorting (bug 239392)
2004-06-17 04:57:04 +00:00
scott%scott-macgregor.org
1c258d6df6 Land static build changes for thunderbird on the trunk
Bug #245430
2004-06-17 03:22:37 +00:00
roc+%cs.cmu.edu
d8f9024d0a Fixing Windows bustage 2004-06-17 02:55:38 +00:00
pinkerton%aol.net
c7dd9827e2 allow l10n of Credits.rtf file (bug 232828) 2004-06-17 01:12:29 +00:00
pinkerton%aol.net
e429b01929 updating for 0.8f 2004-06-17 00:52:28 +00:00
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