scott%scott-macgregor.org
42161f75f0
Bug #359469 --> remove offline.manifest now that offline support is no longer an extension.
2006-11-04 23:59:05 +00:00
mattwillis%gmail.com
cf4f466ad4
bug 359530 - Fixes typo that makes 'Use Master Password' checkbox work.
2006-11-04 23:26:45 +00:00
mozilla.mano%sent.com
e2a7fbac5e
Bug 359541 - 'View Selection Source' broken.
2006-11-04 22:54:12 +00:00
Olli.Pettay%helsinki.fi
437d16e63e
make DEBUG_smaug compile
2006-11-04 19:20:35 +00:00
stuart.morgan%alumni.case.edu
28f5a1026e
Camino only - more logging for bug 337750. r=stridey sr=pinkerton
2006-11-04 18:58:06 +00:00
masayuki%d-toybox.com
d0d3a21ea2
Bug 359496 focus outline on combobox <select>s is always drawn in black r+sr=dbaron
2006-11-04 17:28:39 +00:00
mnyromyr%tprac.de
82190b3561
Bug 358100: Unable to save IMAP or NNTP message as a file; r/sr=bienvenu
2006-11-04 17:25:44 +00:00
bienvenu%nventure.com
2810f73ada
fix 359338 search for tags fails with strict imap servers, sr=mscott
2006-11-04 17:22:20 +00:00
bienvenu%nventure.com
593bb281ca
fix 330507 crash clearing quick search on ldap directory from address book, or closing ab while search is going on, sr=mscott
2006-11-04 17:20:28 +00:00
dbaron%dbaron.org
3c8ac979e5
Revert previous change since nsRegistry still uses it. b=359512
2006-11-04 17:06:32 +00:00
mnyromyr%tprac.de
e9f7a00206
Bug 358100: Unable to save IMAP or NNTP message as a file; r/sr=bienvenu
2006-11-04 17:06:31 +00:00
kairo%kairo.at
1769adeccf
bug 359213 - Allow Popups from This site doesn't get currentURI, p=stefanh@bluebottle.com r=IanN sr=Neil
2006-11-04 16:17:42 +00:00
kairo%kairo.at
0ebe83fac2
bug 359244 - JS error opening preferences on mac, fix a misinterpretation of the old Makefile when I moved this to suite/, p=stefanh@bluebottle.com r=me
2006-11-04 16:11:19 +00:00
kairo%kairo.at
961030542d
bug 324371 checkin had r+sr=Neil
2006-11-04 11:54:49 +00:00
kairo%kairo.at
32c7a0d4e6
bug 359174 - move a number of SeaMonkey URLs to branding, r+sr=Neil
2006-11-04 11:53:41 +00:00
kairo%kairo.at
998f99e5de
bug 324371 - add new PNG image for suiterunner's about: page
2006-11-04 11:41:48 +00:00
jshin%mailaps.org
ea5f965eed
bug 359148 : when saving a file, "unicode" characters in filename are lost (turned into '_') : r=biesi, sr=darin
2006-11-04 10:09:59 +00:00
Olli.Pettay%helsinki.fi
1d9f4e0046
Bug 292833, crash if i press any function key after i removed a parent of an xbl binding, where the binding has a keyset. r+sr=bz
2006-11-04 09:15:32 +00:00
mozilla.mano%sent.com
002a4dfc4c
Bug 358878 - Feed preview's request for favicon.ico should not send Referer. r=gavin.
2006-11-04 08:35:40 +00:00
sspitzer%mozilla.org
25125c8dd9
remove printf, per gavin. (see bug #343522 )
2006-11-04 06:26:45 +00:00
sspitzer%mozilla.org
e8fdc2bfca
fix for bug #343522
...
wrap printf in nsNavHistoryResult.cpp with #ifdef DEBUG, per ispiked
trivial patch, no reviewer
2006-11-04 06:17:38 +00:00
cvshook%sicking.cc
17ded5692c
Bug 343730: Don't execute scripts synchronously from BindToTree. Instead we wait until the last EndUpdate has been called. r/sr=bz
2006-11-04 05:45:02 +00:00
scott%scott-macgregor.org
bdac3071e0
Bug #359469 --> undo the changes to make offline support a (non-optional) extension. sr=bienvenu
2006-11-04 05:17:04 +00:00
bzbarsky%mit.edu
75e2b326ac
Fix some compiler bustage over here and eliminate compiler warnings by being
...
very clear that it's all unsigned. No bug, r+sr=sicking
2006-11-04 05:14:55 +00:00
sspitzer%mozilla.org
519037fe9d
fix for bug #356487
...
make MOZ_PLACES (if enabled) only build the places based history UI, use MOZ_PLACES_BOOKMARKS to turn off the places based bookmarks UI.
also addresses bugs:
bug #330923 : "View -> Sidebar menu" is empty if you build with places
bug #355738 : implement history sidebar on top of places backend
bug #356175 : hook up the history menu to the places backend
bug #356453 : add back "Clear Private Data" menu item
bug #356630 : add back "History | Show in Sidebar" menu item
bug #356631 : remove "search in history" and "view all history" menu items
bug #357301 : add back history and bookmark sidebar toolbar button items, remove places toolbar button
bug #358831 : history sidebar, right mouse button click should not expand / collapse item
r=dietrich, r=gavin
2006-11-04 04:48:06 +00:00
cls%seawood.org
b711196836
Reset who_check_list when building a new table body (presumably for a new tree).
...
Bug #359470 r=justdave
2006-11-04 02:33:36 +00:00
bzbarsky%mit.edu
0a16504492
Remove now-useless include. Bug 359224 followup, r+sr=sicking
2006-11-04 02:00:31 +00:00
bzbarsky%mit.edu
e374435e06
Reget our parent after blowing away letter frames. Bug 318592, r+sr=dbaron
2006-11-04 01:59:14 +00:00
bear%code-bear.com
19ecad0c61
Bug 349265: When using Modify Query, dates entered are clobbered (set to UNIX time)
...
by Jeremy Baron
r=justdave
2006-11-04 01:23:05 +00:00
dbaron%dbaron.org
3ca46df87a
Convert nsSystemFonts* from storing nsFont (with size in twips) to name and gfxFontStyle (with size in pixels) to avoid problems when t2p changes. b=333357 r=stuart
2006-11-04 01:11:20 +00:00
cls%seawood.org
e7f57bbca3
Fix previous link in static build pages
...
Bug #359464 r=justdave
2006-11-04 01:11:14 +00:00
mattwillis%gmail.com
94f3f93df2
bug 358996 - Remove unused alertDialog.js
2006-11-04 00:37:15 +00:00
lpsolit%gmail.com
cb01a1a470
Bug 258675: action=view is still used in comments - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-11-04 00:31:03 +00:00
igor.bukanov%gmail.com
ea286abb09
Bug 358975: shell now returns 5, not 3 as exit code for out-of-memory errors.
2006-11-04 00:19:22 +00:00
preed%mozilla.com
5bf9bbeafb
Add nightly Firefox win32 trunk configs to public CVS.
2006-11-04 00:08:13 +00:00
cls%seawood.org
61135a25bf
Reset global variables for each tree when building static pages in batches.
...
Bug #359323 r=justdave
2006-11-03 23:56:33 +00:00
cvshook%sicking.cc
877b6c75ab
Kill unneeded #includes since the last checkin. rs=jst
2006-11-03 23:36:50 +00:00
mkanat%bugzilla.org
81fb87bca9
Bug 352403: Create an object for saved searches, and have Bugzilla::User use it
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-11-03 23:16:47 +00:00
mkanat%bugzilla.org
a173190de3
Bug 359234: missing indexes on the cc and profiles table cause upgrades to fail
...
Patch By Noel Cragg <noel@red-bean.com> r=mkanat, a=myk
2006-11-03 23:11:16 +00:00
dbaron%dbaron.org
28c76d9701
Add additional cairo headers to system-headers, except when using in-tree cairo and have --enable-libxul. b=358934 r=bsmedberg
2006-11-03 23:05:39 +00:00
dbaron%dbaron.org
bfc25c8481
Remove unneded NS_COM. b=358953 r=bsmedberg
2006-11-03 23:04:15 +00:00
sayrer%gmail.com
45cae84db1
Bug 358855. null pointer dereference in nsAppRunner.cpp. r=bsmedberg. checkin ok per dbaron
2006-11-03 23:04:10 +00:00
dbaron%dbaron.org
7d2df079b0
Define _IMPL_NS_COM. b=358931 r=bsmedberg
2006-11-03 23:01:01 +00:00
cvshook%sicking.cc
f5194fd473
Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst
2006-11-03 21:51:01 +00:00
cls%seawood.org
7e90669bec
Move non-spam mail with corrupt headers into data/bad/ so that it can be inspected later.
...
Bug #358454 r=justdave
2006-11-03 20:53:14 +00:00
rhelmer%mozilla.com
9470ebe62f
remove errant space, checkin for Nick Thomas (cf). b=341971, r=rhelmer
2006-11-03 17:46:45 +00:00
ccooper%deadsquid.com
8a520cd3e7
- fix typo
2006-11-03 17:44:23 +00:00
ccooper%deadsquid.com
6f6c62fe99
- allow searching for results with comments attached
2006-11-03 17:23:28 +00:00
daniel.boelzle%sun.com
17763b57b7
Bug 340949: readOnly attribute acts readOnly in case not logged in which should not be for suppressAlarms
2006-11-03 15:18:58 +00:00
bclary%bclary.com
0136b72743
JavaScript Test - regression test for bug 359062, by Seno Aiko
2006-11-03 10:22:59 +00:00