cbiesinger%web.de
10c96079a5
bug 239434 fix comment that mentioned wrong observer topic define name
...
patch by Ali Ebrahim <aebrahim@uchicago.edu> r=caillon sr=tor a=mkaply
2004-04-05 18:27:50 +00:00
cbiesinger%web.de
2a0d98b238
Bug 239672 rheet url needs to be fixed
...
r=rginda a=mkaply
2004-04-05 18:23:22 +00:00
leaf%mozilla.org
7d67f2547f
cache the debugging symbols in a datestamped directory
2004-04-05 18:10:59 +00:00
mvl%exedo.nl
43af53d383
fix some more javascript strict warnings when starting calendar
...
bug 237368, r=mostafah
2004-04-05 17:55:52 +00:00
bzbarsky%mit.edu
756bbbb6fa
Backing out to fix Windows bustage.
2004-04-05 15:43:21 +00:00
tor%cs.brown.edu
6979fb6a3a
Bug 238958 - missing align(16). r=pavlov, sr=bryner, a=chofmann
2004-04-05 15:39:29 +00:00
cbiesinger%web.de
a438f86647
Bug 239494 Typo in nsSchemaSimpleTypes.cpp
...
patch by Robert J. Accettura <robert@accettura.com> r=doron sr=jst a=chofmann
2004-04-05 15:23:21 +00:00
bzbarsky%mit.edu
0318858e42
Disable content-location support when dealing with servers known to send out
...
bogus content-location headers. Bug 238654, r=sicking, sr=darin, a=chofmann.
2004-04-05 15:02:48 +00:00
bryner%brianryner.com
e1805918bd
Fork autocomplete.css for gtk2 and put the urlbar dropdown button outside of the textbox. Bug 239669.
2004-04-05 09:55:14 +00:00
timeless%mozdev.org
da025b3471
embedding/qa isn't part of the build
...
Adding a Makefile.in which enables testembed to build
note that embedding/qa is currently a windows only critter.
as such, the embedding/Makefile.in needs:
ifdef ENABLE_TESTS
ifeq ($(OS_ARCH),WINNT)
DIRS += qa
endif
endif
2004-04-05 08:54:08 +00:00
timeless%mozdev.org
4d92817775
embedding/qa is not part of the build
...
and it doesn't build on case sensitive file systems without these changes
hopefully at some point these changes can be reverted. doing that will
require magic on the cvs server.
2004-04-05 08:48:14 +00:00
timeless%mozdev.org
703a4eabc6
embedding/qa is not part of the build
...
you can tell because this file doesn't build without this change
2004-04-05 08:42:03 +00:00
timeless%mozdev.org
051813662d
embedding/qa is not part of the build
...
you can tell because this file doesn't build without this change
2004-04-05 08:31:42 +00:00
scott%scott-macgregor.org
fbd995825f
Bug #239629 --> Ctrl+A focuses search bar instead of selecting all emails in a folder.
...
Bug #232602 --> ctrl-c no longer copying data to the clipboard.
fix a typo that was causing this.
2004-04-05 02:27:54 +00:00
jocuri%softhome.net
4ffe8372d2
Patch for bug 239576: make sure detaint_natural is always called with a defined value in editkeywords.cgi; r=timeless; a=justdave.
2004-04-05 01:32:43 +00:00
jocuri%softhome.net
07ce8bc023
Patch for bug 14887: put <label> tags in forms; patch by Jeffrey Baker <jwbaker@acm.org>; r=gerv; a=justdave.
2004-04-05 01:28:18 +00:00
cbiesinger%web.de
98a2fadf08
improve default doxygen options, not part of build. bug 239606 r=cls
2004-04-04 20:54:48 +00:00
timeless%mozdev.org
786965d4a8
Fixing line endings to appease openwatcom's nmake
...
this is spidermonkey standalone
2004-04-04 19:46:38 +00:00
bzbarsky%mit.edu
04b19c480d
Change the way regression tests get the framestate to make it possible to mask
...
out irrelevant state bits as needed. Apply this to NS_BLOCK_HAS_LINE_CURSOR.
Bug 237955, r+sr=roc, a=dbaron
2004-04-04 01:48:16 +00:00
scott%scott-macgregor.org
54d869ee1a
Bug #237645 --> The print properties dialog window is very small and empty on linux
...
Packaging patch by Alexander Sack.
2004-04-04 01:06:43 +00:00
bienvenu%nventure.com
a5d65afbfd
fix crash on exit if hidden pref to confirm folder deletion on empty imap trash is set, and there are sub-folders of the trash, sr=mscott, a=chofmann 239473
2004-04-03 23:46:08 +00:00
brendan%mozilla.org
c29de605ca
Tolerate asymmetric/request-less lock nesting, as happens with Mozilla DOM code (229200, r=shaver, a=chofmann).
2004-04-03 22:21:03 +00:00
brendan%mozilla.org
18dac71e1f
My edits to timeless's patch for bug 238303, to fix warnings (r/a=me).
2004-04-03 22:11:11 +00:00
darin%meer.net
8b6ac86a2c
fixes bug 239441 "AIX: Undefined symbols when linking mozilla-bin after Bug 239303" r=bsmedberg,dougt sr=dbaron a=brendan
2004-04-03 21:54:49 +00:00
bzbarsky%mit.edu
13dc070af1
Fix more bustage. Bug 239079. I wish gcc would at least warn on this or
...
something instead of merrily compiling it....
2004-04-03 19:01:38 +00:00
jocuri%softhome.net
7c8ae050ce
Patch for bug 239255: update docs in order to specify that $webservergroup is the group of the webserver, not the user; patch by Colin S. Ogilvie <bmo@colino.co.uk>; r=vladd.
2004-04-03 18:12:08 +00:00
scott%scott-macgregor.org
aff320942a
Bug #239349 --> Filters incorrectly mark mails as junk if you have a filter that sets a label on the message.
...
sr=bienvenu
a=chofmann
2004-04-03 17:59:21 +00:00
bzbarsky%mit.edu
83a86441a7
Fixing debug build bustage. Bug 239079.
2004-04-03 17:47:26 +00:00
scott%scott-macgregor.org
2fc2206eab
Follow up fix to Bug #224318 --> add code to actually read in the junk score value when reading in a filter that
...
trys to set junk status on a message.
sr=bienvenu
a=chofmann
2004-04-03 17:31:57 +00:00
cltbld%netscape.com
9af8b02b8e
Automated update from host egg
2004-04-03 17:31:11 +00:00
darin%meer.net
5926a15f63
fixes bug 238374 "gnomevfs extension should only be built when GTK2 toolkit is in use [was: Freeze or crash when opening an application/x-perl file]" r+sr=bryner a=chofmann
2004-04-03 17:29:18 +00:00
bzbarsky%mit.edu
48dd7f1243
Fix ID selector parsing to check for a valid identifier. Bug 239079,
...
r+sr=dbaron, a=chofmann
2004-04-03 17:18:45 +00:00
darin%meer.net
11b4c2f2d6
fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann
2004-04-03 17:16:17 +00:00
darin%meer.net
5e48976913
fixes bug 237590 "nsIBinaryInputStream inherits from nsIInputStream but can't be QI'ed to it" r=biesi sr=brendan a=brendan
2004-04-03 17:09:07 +00:00
gerv%gerv.net
7c6fd75d8f
Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=justdave.
2004-04-03 11:00:33 +00:00
gerv%gerv.net
ba6f90297b
Bug 238352 - remove alphabetical sorting from some fields in reports (e.g. priority) and keep them in a sensible order instead. Patch by gerv; r=kiko, a=justdave.
2004-04-03 10:43:16 +00:00
blakeross%telocity.com
5e1c17d0ce
Fix 236660 - Rename "Save Link to Disk"
2004-04-03 09:47:12 +00:00
m_kato%ga2.so-net.ne.jp
6dbb84498f
Port issue for WinXP 64bit b=229722 r+sr=jst
2004-04-03 08:53:36 +00:00
jocuri%softhome.net
8329b291bc
Patch for bug 233295: document terminology customization feature; patch by Jon Wilmoth <jwilmoth@starbucks.com> slightly updated by me.
2004-04-03 08:07:27 +00:00
dbaron%dbaron.org
38b785939b
Perform the normalization of the hostname done by IDN when constructing the URL. b=237818 r=jshin sr=darin a=chofmann
2004-04-03 07:32:18 +00:00
scott%scott-macgregor.org
354bf26b0d
Bug #238913 --> Wrong name for attachment dragged from one message to compose attachment panel. We are showing
...
"Attached Message Part" instead of the actual attachment name.
sr=bienvenu
a=chofmann
2004-04-03 07:04:05 +00:00
blakeross%telocity.com
46752ac602
Fix 234739 - Replace "Show" with "Open" in download manager (and rename Show to Open Containing Folder, and remove obsolete strings).
2004-04-03 06:26:21 +00:00
scott%scott-macgregor.org
d232e9efad
Bug #239482 --> ctrl-k should shift focus to the search bar
...
Bug #239483 --> mark all read on GTK2 should be shift-c
2004-04-03 05:20:04 +00:00
wchang0222%aol.com
3a9313394f
Bugzilla bug 231934: OS/2 only - code from ganesh - generate map files on
...
OS/2. r=mkaply, sr=blizzard (platform specific)
2004-04-03 03:12:15 +00:00
scott%scott-macgregor.org
b4cb390245
Bug #238913 --> regression fix, Wrong name for attachment dragged from one message to compose attachment panel
...
we were always showing Attached Message Part instead of the actual attachment name.
2004-04-03 01:38:45 +00:00
wchang0222%aol.com
f7a312318d
Set NSPR version to 4.6 Beta.
2004-04-03 01:32:32 +00:00
scott%scott-macgregor.org
a14fccae73
Bug #239475 --> attachment bucket does not always show correct icon for attachments
2004-04-03 01:31:59 +00:00
wchang0222%aol.com
3b3ec2f677
Bugzilla bug 238842: avoid the copying of va_list (the VARARGS_ASSIGN
...
macro) because it is not portable. r=jgmyers. sr=darin.
2004-04-03 01:27:08 +00:00
bryner%brianryner.com
3e2d90ecb7
fixing hpux bustage, bug 239465, r=dbaron
2004-04-02 23:48:18 +00:00
blakeross%telocity.com
5f2db2018e
Fix 239393 - Set as wallpaper preview is broken (regression caused from Ben's winhooks landing).
2004-04-02 18:48:04 +00:00