Commit Graph

151527 Commits

Author SHA1 Message Date
pinkerton%aol.net
e367a1c09e added info on how to set up on Mac OS X 2005-12-15 16:29:00 +00:00
joshmoz%gmail.com
446aaed485 correctly swap shared Application menu when painting menu bars. also remove nsSupportsArray usage from nsMenuBarX. b=316076 sr=pinkerton 2005-12-15 16:08:38 +00:00
cltbld
b9e41b03e6 Automated update from host egg 2005-12-15 14:25:16 +00:00
bsmedberg%covad.net
b1900c3b67 Bug 316090 - GREImpl.loadDependentLibraries hardcodes the list, and turn javaxpcom on by default for XULRunner, patch by jhpedemonte and myself with co-review 2005-12-15 14:17:20 +00:00
mkaply%us.ibm.com
71e713209e Forgot to add defaults/preferences dir - this dir will always be there 2005-12-15 14:14:56 +00:00
gerv%gerv.net
9998966b02 Bug 320174: correct malformed licence headers. Patch by Jeff Walden <jwalden@mit.edu>, r=gerv. 2005-12-15 13:48:48 +00:00
brettw%gmail.com
a717c6eb1c Bug 319228 r=bryner Options cleanup, custom titles for sites. 2005-12-15 03:56:49 +00:00
brettw%gmail.com
e05edc6a3b Bug 319228 r=bryner Custom titles, options cleanup 2005-12-15 03:55:56 +00:00
roc+%cs.cmu.edu
542465aa79 Bug 306426. Allow synthetic mouse events to target floating views. r+sr=dbaron 2005-12-15 03:33:52 +00:00
roc+%cs.cmu.edu
d63261dc31 Bug 319675. Don't cross line boundaries looking for double-click targets. patch by Eli Friedman, r=sr=roc 2005-12-15 03:32:09 +00:00
roc+%cs.cmu.edu
10d78ffbbe Bug 307419. Remove mPresContext from XUL frames. patch by Vidar Harr, r+sr=roc 2005-12-15 03:30:17 +00:00
gavin%gavinsharp.com
2789d26fea Bug 318036: adding to Array.prototype breaks a tree column picker, patch by Ryan Davis <ryan@acceleration.net>, r=mano 2005-12-15 02:42:02 +00:00
gavin%gavinsharp.com
965cca4a01 Bug 319317: Include spellchecking components in installer package, patch by Dave Townsend <mossop@blueprintit.co.uk>, r=bsmedberg 2005-12-15 02:39:27 +00:00
mrbkap%gmail.com
f143012f3e bug 320172: Functions that call eval need to be heavyweight functions so that var declarations in their eval'd string have a varobj to call home. r=brendan 2005-12-15 02:30:16 +00:00
dbaron%dbaron.org
4f86c6b578 Call nsIParser::Terminate when NS_OpenURI fails so we don't leak on failed prototype loads. b=320211 r=mrbkap sr=jst 2005-12-15 01:04:27 +00:00
dbaron%dbaron.org
7bb2f0ada3 Allow QI to nsIDOMGCParticipant to fix crashes. b=319293 r=mrbkap sr=jst 2005-12-15 01:02:16 +00:00
beng%bengoodger.com
d29d49a7d9 318823 - landing the browser parts too. r=annie. pretty much all of this is NPOB, however i added a couple of IDs. 2005-12-15 00:48:25 +00:00
beng%bengoodger.com
e54bb72823 add icon to places window for url bar NPOB 2005-12-15 00:02:30 +00:00
neil%parkwaycc.co.uk
f0a7836d0e Further followup to bug 303713 make removing event listeners work when specifying unnecessary flags that were required when they were added b=319732 r+sr=jst 2005-12-14 23:58:23 +00:00
dbaron%dbaron.org
bb22750d4c Remove misspelled comment that is no longer true. 2005-12-14 23:46:34 +00:00
beng%bengoodger.com
0ed9618376 318823 - Places should not act like web content - disable some menu items when places is showing. r=annie. 2005-12-14 22:55:17 +00:00
joshmoz%gmail.com
4ba0808cf1 fix memory leak from last checkin for Cocoa menus. no bug, followup. 2005-12-14 22:09:07 +00:00
myk%mozilla.org
7960d9c99e update installation instructions and work around bug 226933 2005-12-14 21:49:00 +00:00
christophe.ravel.bugs%sun.com
a639509a88 Current version is JSS 4.2.1 Beta. 2005-12-14 19:53:48 +00:00
bugzilla%standard8.demon.co.uk
5186ef2fd7 Bug 316258 Document new tab feature (Reorder / Rearrange / Move browser tabs). Patch by Giacomo Magnini <giacomo.magnini@portalis.it>. r=iann_bugzilla 2005-12-14 19:41:21 +00:00
bugzilla%standard8.demon.co.uk
650ddfab47 Bug 311330 ssl_help.xhtml contains outdated links to NSS documentation. Patch by Giacomo Magnini <giacomo.magnini@portalis.it>. r=iann_bugzilla 2005-12-14 19:38:06 +00:00
bugzilla%standard8.demon.co.uk
cc6f035b26 Previous checkin for Bug 315525 was a patch bug Giacomo Magnini <giacomo.magnini@portalis.it> 2005-12-14 19:35:38 +00:00
bugzilla%standard8.demon.co.uk
26a9d4e505 Bug 315525 Document new tab behaviour under Win when starting SM with an instance already running. r=iann_bugzilla 2005-12-14 19:32:16 +00:00
bugzilla%standard8.demon.co.uk
0d775b92ca Bug 230355 Update Cookie Manager Help for bug 225857. Patch by Giacomo Magnini <giacomo.magnini@portalis.it> r=iann_bugzilla 2005-12-14 19:30:07 +00:00
bugzilla%standard8.demon.co.uk
9356d735d1 Bug 316851 Need workaround for bug 56488 in Help. Patch by Stefan <stefan_h@hem.utfors.se> r=jag,sr=neil.parkwaycc.co.uk 2005-12-14 19:27:04 +00:00
mrbkap%gmail.com
27881a2aea bug 319847: Make sure the namespace is properly escaped. r=bsmedberg/axel 2005-12-14 19:01:49 +00:00
beng%bengoodger.com
60c66ac6ab fix braindead bug in nodeIsQuery function in controller.js, make sure to return result. r=brettw 2005-12-14 18:36:43 +00:00
bsmedberg%covad.net
9f1214086d XULRunner bustage, bug 320148 2005-12-14 18:36:23 +00:00
beng%bengoodger.com
61cecab000 Including 318809 - group by site/group by page is not sticky in places. r=annie 2005-12-14 18:29:41 +00:00
brettw%gmail.com
abdf460c80 Bug 320259 r=bryner sqlite compatability updates, fix bookmark InsertItem 2005-12-14 17:49:52 +00:00
myk%mozilla.org
516a057d34 hide doctor.conf~ too, and correctly search for enable_wysiwyg_mode 2005-12-14 16:56:18 +00:00
jminta%gmail.com
5c7ff27760 Bug 306188 Context-menu options in task list disappear when clicking on minimonth first. patch by ssitter@googlemail.com, r=jminta 2005-12-14 16:54:16 +00:00
brettw%gmail.com
7d3f23249b Bug 318546 r=bryner Preliminary transition support and precompiled statements for adding entries (should be faster). 2005-12-14 16:51:49 +00:00
timeless%mozdev.org
f204d22cff Bug 319917 roaming profiles crashes on startup, no way to disable roaming [@ nsBinaryOutputStream::Write]
Fixing nsBinaryOutputStream and nsBinaryInputStream not to crash if methods are called w/o the object being Init()ed.
patch by matthew@allpeers.com r=darin sr=darin
2005-12-14 16:51:38 +00:00
kairo%kairo.at
e3f8e64a8e bug 320245 - Package app icons in SeaMonkey unix installer, a=ajschult sr=Neil 2005-12-14 16:12:02 +00:00
cltbld
310036a228 Automated update from host egg 2005-12-14 16:05:12 +00:00
bsmedberg%covad.net
cf0d973c21 Bug 320148 - Incorporate extensions/pref into libxul, r=bryner 2005-12-14 15:57:40 +00:00
bsmedberg%covad.net
a12f59b07e Bug 132183 - Chrome registry doesn't handle uppercase package names; normalize all packages to lowercase, r=darin+Neil 2005-12-14 15:49:23 +00:00
masayuki%d-toybox.com
d5e67095bf Bug 311378 freeze/hang in several seconds when a character which does not exist in fonts is rendered. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=timeless, sr=rbs 2005-12-14 14:51:10 +00:00
uriber%gmail.com
c44387598b Bug 312550: Incorrect wrapping in RTL textarea with horizontal scrollbar. r=smontagu, sr=roc 2005-12-14 14:33:17 +00:00
jag%tty.nl
81856b3f7b Bug 319244: Reduce flicker of the tab drop indicator when dragging tabs. Also clean up strict warning (var redeclaration), and don't show the arrow when you can't drop it (which is within half a tab on either side of the tab being dragged). Oh, and get rid of unneeded flavour. r=CTho, sr=Neil 2005-12-14 11:33:16 +00:00
lpsolit%gmail.com
5ccbe41c63 Bug 208827: Default Attachment Creation to "autodetect" - Patch by Vlad Dascalu <vladd@bugzilla.org> r=jouni a=justdave 2005-12-14 11:22:10 +00:00
dbaron%dbaron.org
2b08f7aec1 Set pref to allow window resizing. Patch by Chase, r=dbaron. b=317819 2005-12-14 07:28:57 +00:00
bryner%brianryner.com
f51ac5886f fix assorted errors with mDBGetChildren usage, r=brettw 2005-12-14 06:06:03 +00:00
ajschult%verizon.net
64d4846f64 fix maxRows comment, patch by dean_tessman@hotmail.com, r/sr=neil 2005-12-14 05:36:20 +00:00