Граф коммитов

13131 Коммитов

Автор SHA1 Сообщение Дата
masayuki%d-toybox.com 8a9665cc0e Bug 187900 Margin value isn't always saved as entered r+sr=neil 2006-08-25 16:07:50 +00:00
neil%parkwaycc.co.uk 0be977fcc3 Re-enable internet keyword search in the openLocation dialog too and also give it a long-overdue overhaul b=332668 r=ajschult sr=jag 2006-08-23 09:16:28 +00:00
neil%parkwaycc.co.uk 91bf20a96a Re-enable internet keyword search from the URL bar b=332668 r=ajschult sr=jag 2006-08-21 21:01:58 +00:00
ajschult%verizon.net dd31304669 Bug 327669: Update viewer demos links in Debug menu, patch by Rafal Likus <lemiel@wp.pl>, r=CTho, sr=Neil. 2006-08-20 20:06:29 +00:00
kairo%kairo.at 1f64e191f6 bug 339415 - fix pref-locales to not use builtinURLs, r+sr=Neil 2006-08-19 20:49:04 +00:00
ajschult%verizon.net f40cf39e9a Bug 343602: profile-startup-category notifications don't happen if profile is specified. r=biesi, sr=Neil. Also update update notifications to ignore notifications when switching profiles. r+sr=Neil. 2006-08-19 01:16:20 +00:00
dveditz%cruzio.com 11c3fbc5e0 bug 342205 (SeaMonkey version of 268370) prevent leaks of install-dir from nsSidebar exceptions.
Firefox patch by gavin, r=mconnor, a=kairo and iann
2006-08-17 21:29:59 +00:00
timeless%mozdev.org 3d9c1a4665 Bug 330331 Building with option --disable-xul failed
patch by romaxa@gmail.com r=timeless r=biesi sr=bz
Removing last traces of RDF dependency from HTMLDocument (bug 101995)

Only build toolkit download ifdef MOZ_RDF
Only build windowdatesource and the charset menu ifdef MOZ_RDF

Enable nsExternalHelperAppService to build w/o RDF.
Enable nsDirectoryViewer to build, this is enables geckos to work around bug 347782
Don't build nsHTTPIndex at all.
2006-08-14 22:36:15 +00:00
timeless%mozdev.org 109888ebc5 Bug 348627 O(N^2) or worse algorithm in error console
r=bz sr=bz

Perhaps an explanation. String concatenation is a chance for garbage collection.
If you have unbounded input, this can be pretty bad. When you start running low
on memory, the garbage collector gets desperate and won't take shortcuts. Worst of
all, the original code generates one string of garbage every iteration starting with
the second or third.

This code uses a=[] to construct an array and a[n] to set the upper array boundary,
0 being the lower, and there are n slots between a[0] and a[n].
join() will build a string with n copies of the join argument, where n is the number                                                        of slots between between cells. So for:
a=[]; a[1]=''; there's 1 slot between [0] and [1]. The array's length is actually 2,
but the joined length will be 1.

While it is possible to use new Array(x), the behavior is different because the
array has length x and there are x-1 spaces between cells. This leads to code which
would be both much longer and harder to read. And definitely not particularly
intuitive.

The code used here otoh, while magical will hopefully require you to pause, think,
and quickly understand what's going on. If not, you paused long enough for this
bubble to appear and explain it to you :).
2006-08-14 22:03:34 +00:00
bugzilla%standard8.demon.co.uk 0dcd57fac9 Bug 348381 Tidy up browser-prefs.js and console ifdefs. r=Benjamin,sr=Neil 2006-08-14 18:01:27 +00:00
timeless%mozdev.org 1a0ae226bf Bug 347884 Building XULRunner with --embedding-profile=minimal failed, tkhstory
only build mork+toolkit history ifdef MOZ_XUL
patch by romaxa@gmail.com r=timeless r=bsmedberg
2006-08-14 15:49:06 +00:00
neil%parkwaycc.co.uk d784022004 Bug 343884 Column order was reset on restart r=enn sr=jag 2006-08-14 10:28:15 +00:00
enndeakin%sympatico.ca ffe34418f2 Bug 345510, add XUL numberbox, r=neil,mano,sr=neil 2006-08-14 02:44:00 +00:00
cst%yecc.com 62995fd5a2 Bug 255124 Keep favicon in URL bar from getting distorted when using larger fonts
r+sr=neil
2006-08-13 20:57:38 +00:00
mnyromyr%tprac.de 1cb215a536 Bug 282188: sync xpfe toolbar.xml with toolkit - delayed removal of now unused file 2006-08-12 23:23:39 +00:00
mnyromyr%tprac.de a4ad9c166c Bug 338716: Add drop-shadow to seamonkey icon; p=<stefanh@bluebottle.com>, Giacomo Magnini <giacomo.magnini@portalis.it> (.ico files); r=me, Callek, KaiRo, sr=neil 2006-08-12 22:54:44 +00:00
neil%parkwaycc.co.uk 0d6323f015 Bug 133117 Allow context search results to open in new tab r=IanN sr=me 2006-08-11 11:19:03 +00:00
cst%yecc.com babbe9421c Bug 345178 Remove tooltip width limit for tab-preview tooltips and improve preview behavior for small images
r+sr=neil
2006-08-09 22:48:23 +00:00
neil%parkwaycc.co.uk 3dd8465f81 Bug 347772 Fix style rule regression from bug 201499 p=stefanh r+sr=me 2006-08-09 15:37:32 +00:00
benjamin%smedbergs.us c0e0c33ea3 Seamonkey-only bustage from bug 347183 - I'm currently building a tree with this, but it should be right 2006-08-08 19:05:50 +00:00
benjamin%smedbergs.us bece0ea443 Bug 347183 - frozen-linkage access to null/singleton/union/array enumerators, r=darin 2006-08-08 18:18:50 +00:00
kairo%kairo.at 5d07e5c385 bug 347872 - make suiterunner not package about:plugins twice, r=bsmedberg sr=jag 2006-08-08 15:22:44 +00:00
smontagu%smontagu.org a661b02369 Add fa-ir to accepted languages and Iran to regionNames.properties. Bug 347632, r=jshin, blanket sr=roc for property file changes 2006-08-08 07:50:26 +00:00
mattwillis%gmail.com 1b6ea3b4ec bug 344987 - removes more calendar xpi detrius. r=bsmedberg 2006-08-07 18:36:53 +00:00
benjamin%smedbergs.us 484bf2272e Bug 328678 - XULRunner should include about:plugins, r=neil@p 2006-08-07 16:06:03 +00:00
bryner%brianryner.com 393b5ff109 Enable stack trace on crash for x86_64 Linux (bug 346843). Patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r+sr=me. 2006-08-06 18:48:14 +00:00
mats.palmgren%bredband.net fb3665fa15 Filepicker needs accesskey for dirTextInputLabel. b=250177 r+sr=neil 2006-08-06 03:11:09 +00:00
ajschult%verizon.net ac45647e9d Spelling fixup for bug 311098 from stephend plus sane punctuation. r=biesi 2006-08-06 01:46:21 +00:00
ajschult%verizon.net 26bed9fabc Bug 311098: Remove .part files when cancelling downloads, ported from toolkit. r=biesi 2006-08-05 23:57:31 +00:00
ajschult%verizon.net 8605163c99 Bug 347160: SeaMonkey crashes, when submitting request in google.de. r=timeless 2006-08-05 23:44:24 +00:00
neil%parkwaycc.co.uk f0c74bc24f Bug 50504 Context menu for bookmarks in main menu and personal toolbar submenus p=paradigmk@technodrome.com r+sr=me 2006-08-05 23:18:10 +00:00
kairo%kairo.at a247c5c88f bug 345612 - [seamonkey] Installed spellcheck dictionaries are not displayed and cannot be selected, link to new dictionaries at AMO which work for newer versions, r+sr=Neil 2006-07-30 18:46:52 +00:00
kairo%kairo.at 2128934ce5 cvs remove files that are unused now, due to the checkin for bug 334936, this had r+sr=Neil 2006-07-29 15:30:35 +00:00
kairo%kairo.at 03231d197c cvs remove files that are unused now, due to the checkin for bug 334877, this had r+sr=Neil 2006-07-29 15:28:30 +00:00
kairo%kairo.at 3e3dd482fb bug 334936 - move main communicator chrome to suite/, r+sr=Neil 2006-07-29 13:54:52 +00:00
martijn.martijn%gmail.com 4ef4d36b65 Bug 345928 - In <menulist.xml>, Strict 'Warning: function _selectInputFieldValueInList does not always return a value', patch by Simon B�nzli, r+sr=neil 2006-07-29 13:47:22 +00:00
kairo%kairo.at f0f2a52526 revert temporary bustage fix for bug 334877 again, now that the missing files have been copied 2006-07-29 13:04:52 +00:00
joshmoz%gmail.com 1c5aaa5fbc Naked hostname isn't very effective for identifying dialog origin. b=334893 r=mento sr=dveditz 2006-07-28 22:06:39 +00:00
bzbarsky%mit.edu 1a91121005 Back out bug 328357 to see whether that fixes tinderbox orange. 2006-07-28 17:39:59 +00:00
mark%moxienet.com 469826ed45 328357 Codesize reduction of nsAppRunner.obj: consolidate printf, replace %s-substitution of "\t" with "\t" in the string, inline functions, clean up DumpVersion. Patch by Alfred Kayser <alfredkayser@nl.ibm.com>. r=bsmedberg sr=neil 2006-07-28 14:51:13 +00:00
timeless%mozdev.org 9323fd6f09 Bug 346150 Fix setting an image as wallpaper in Cairo builds
patch by bugzilla@mcsmurf.de r=jag sr=jag
2006-07-28 09:02:29 +00:00
kairo%kairo.at 803346750a bug 344243 - first part: rename old typeaheadfind component to suitetypeaheadfind to be able to use it in parallel to toolkit, r=bsmedberg on the actual renaming, r=Neil on the installer package files, r=mento on the Camino project file change, sr=Neil 2006-07-27 20:09:44 +00:00
kairo%kairo.at f86b0cb691 more bustage fixing for bug 334877 - temporary revert back two other files to xpfe versions 2006-07-27 19:34:39 +00:00
kairo%kairo.at 151ce9a98d bustage fix for bug 334877 - temporary revert back to using the xpfe history.xul until we can figure out why the cvs copy didn't work 2006-07-27 19:04:26 +00:00
kairo%kairo.at 9def877b03 bug 334877 - move non-prefwindow xpfe/components chrome to suite/, r+sr=Neil 2006-07-27 18:19:38 +00:00
mozilla.mano%sent.com 749856758e Bug 329394 - XUL textbox in XHTML page: focusing gives document.commandDispatcher has no properties. patch from Shawn Wilsher (sdwilsh) <comrade693@gmail.com>, rs=neil/me. 2006-07-26 21:54:05 +00:00
mats.palmgren%bredband.net 1da720312d Add ID attribute for Page Setup dialog. b=345749 r+sr=neil 2006-07-25 15:50:47 +00:00
smontagu%smontagu.org 01be44542a Convert command-line arguments from native encoding to Unicode. Bug 208363, r+sr=neil 2006-07-25 04:14:17 +00:00
bzbarsky%mit.edu ada7c7aa95 Set the chromehidden attribute earlier, so we don't have to reresolve style and
redo layout on the whole window.  Bug 345560, r=sicking, sr=neil.
2006-07-25 00:20:33 +00:00
mattwillis%gmail.com 689c4d88cf bug 344987 - Remove remaining calendar xpi detritus from suite. r=bsmedberg 2006-07-24 21:42:48 +00:00
aaronleventhal%moonset.net 8cf5c3b9a2 Bug 241015. Remote XUL is not accessible. Patch by Alexander Surkov. r=aaronlev. Chrome r='s by neil and mano 2006-07-24 16:12:08 +00:00
martijn.martijn%gmail.com 06ef4ead88 xpfe part of Bug 306223 - Allow to easily filter errors by category, patch by Serge Gautherie, r+sr=neil 2006-07-24 06:55:58 +00:00
gavin%gavinsharp.com 4ac8d1a955 Bug 289927: JS Console shouldn't show line number if line is 0, xpfe patch by Serge GAUTHERIE <gautheri@noos.fr>, r=neil 2006-07-20 00:39:04 +00:00
gavin%gavinsharp.com 28b7c882bd Bug 344264: fix strict warning in button.xml, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor/neil 2006-07-19 23:53:55 +00:00
mark%moxienet.com 1b191b6a09 345057 Improve Mac launch behavior through xpcom fork/exec restart and autoupdate restart. Open URLs and documents requested at launch time in the final process. Bring the final process to the foreground if appropriate. Minimize dock icon games. r=bsmedberg r=josh 2006-07-19 21:08:19 +00:00
gavin%gavinsharp.com d6cf5f2e52 Bug 335068: Firefox and Thunderbird windows grouped under "Mozilla" rather than in separate groups, patch by Tuukka Tolvanen <tuukka.tolvanen@gmail.com>, r+sr=roc 2006-07-19 12:56:40 +00:00
bugzilla%standard8.demon.co.uk c442e0a3b8 Bug 342897 Copy required suite files from xpfe/bootstrap (and elsewhere) to suite/app (Moves xpfe/bootstrap/version.txt to suite/config/version.txt) r=benjamin,sr=Neil 2006-07-18 18:05:45 +00:00
gavin%gavinsharp.com e8b94e8b04 Bug 287392: paste in Bookmark Manager is very slow (O(n^2)), patch by Jan Darmochwal <jdarmochwal@gmx.de>, r+sr=neil 2006-07-18 16:32:56 +00:00
neil%parkwaycc.co.uk e6202b6efb Bug 326462 Time Elapsed column shows NaN:NaN r=biesi sr=jag 2006-07-18 09:50:43 +00:00
smontagu%smontagu.org 18f915b5ed Make keyboard navigation through radio groups and buttons bidi-aware. Bug 343690, r=mano, sr=neil 2006-07-17 13:38:52 +00:00
neil%parkwaycc.co.uk 891d32f9e2 Honour preventDefault() on modified link clicks b=319554 r+sr=jag 2006-07-14 21:15:46 +00:00
enndeakin%sympatico.ca feadb93dca bug 331055, add repeat button, meant to check in with spinbuttons, r=neil,sr=roc 2006-07-14 18:15:31 +00:00
joshmoz%gmail.com c47262ddc7 clean up #includes and Mac code in nsWebShellWindow. b=344568 r=mento sr=pinkerton 2006-07-13 19:24:43 +00:00
enndeakin%sympatico.ca 9cd7d5d3df bug 155053, add spinbuttons widget, with native theming, r+sr=neil and roc 2006-07-13 17:40:49 +00:00
Olli.Pettay%helsinki.fi b457858979 Bug 341245, Remove some unused box object related interfaces, r+sr=roc 2006-07-13 09:02:05 +00:00
neil%parkwaycc.co.uk 66fd761244 Bug 156459 XBL shouldn't pollute the global scope r=jan sr=jag 2006-07-12 13:06:13 +00:00
neil%parkwaycc.co.uk 42eefc70bb Split key navigation into a separate method b=322622 r=enn sr=jag 2006-07-12 12:37:16 +00:00
neil%parkwaycc.co.uk 9ae6fb8d0d Port of bug 341112 r+sr=jag 2006-07-09 19:03:53 +00:00
mnyromyr%tprac.de e3a9928174 Bug 115924: removal of communicatorOverlay.xul; p=Giacomo Magnini <giacomo.magnini@portalis.it>, r=neil, sr=mscott 2006-07-09 12:49:47 +00:00
cst%yecc.com cbcde2bab2 Bug 343217 Make sure the tab preview tooltip size is correct after resizing the browser.
Also fixes bug 343359 - handle standalone images more nicely.
Also adds a class to the canvas so it can be skinned.
r+sr=neil
2006-07-07 15:15:46 +00:00
enndeakin%sympatico.ca 69527fd4de Bug 201499, support editable tree cells, r=jan, sr=neil 2006-07-07 13:59:01 +00:00
aaronleventhal%moonset.net 32e45703fb Bug 339237. Fix accessible menu events regression. r+sr=bz, for UI r=neil, mano 2006-07-05 20:42:22 +00:00
ajschult%verizon.net 5b79508993 Bug 334903: Seamonkey update page appears in window with no navigation or tabs. r+sr=Neil 2006-07-04 14:41:54 +00:00
neil%parkwaycc.co.uk 5d8b110700 Bug 335113 More obvious secure site indication p=zug_treno@yahoo.com r=db48x,jag sr=me 2006-07-02 16:18:58 +00:00
tor%cs.brown.edu 76cfc2ad30 Backout of bug 339237. 2006-07-01 07:44:49 +00:00
aaronleventhal%moonset.net 2e03d30048 Bug 339237. Fix accessible menu events regression. r+sr=bz, for UI r=neil, mano 2006-07-01 03:30:58 +00:00
mnyromyr%tprac.de 1cc36b596c Bug 282188: sync xpfe toolbar.xml with toolkit toolbar.xml; r=biesi, sr=jag 2006-06-30 16:18:19 +00:00
neil%parkwaycc.co.uk 70f8e59d45 Reformatting using the same style that ben changed toolkit's version to r+sr=jag (mostly whitespace changes but -w patch in bug 342087 for the terminally bored) 2006-06-29 22:47:16 +00:00
bugzilla%standard8.demon.co.uk 255f4938ef Bug 342897 Copy required suite files from xpfe/bootstrap (and elsewhere) to suite/app (Update build process for new binary file locations) r/sr=Neil 2006-06-29 11:09:21 +00:00
db48x%yahoo.com ebcd28e074 bug 228807: bottom half of Page Info disappears when resized to make bottom tree box height of 0
patch by Florian Qu��ze <f.qu@queze.net>, r=db48x, sr=neil
2006-06-27 20:31:11 +00:00
cst%yecc.com 86feeda24b Bug 315207 Show tab preview in tab tooltips
r=db48x sr=neil
2006-06-25 23:51:09 +00:00
bzbarsky%mit.edu ea0e0271b8 Fix XLink handling in page info. Bug 286949, patch by Christian Schmidt
<bugzilla.mozilla.org@chsc.dk>, r=db48x, sr=neil
2006-06-24 02:20:13 +00:00
sergei_d%fi.tartu.ee ff17432007 Bug 129411 check-in SeaMonkey bustage fix. NS_CreateSplashScreen exists in nsAppRunner. BeOS-only, no other platfroms affected 2006-06-23 17:39:32 +00:00
timeless%mozdev.org 53a9cb71ba Bug 340795 Building with --with-embedding-profile=minimal failed
reverting unnecessary changes to xpfe
replacing updater with xpinstall (bad reference)
defining things in libxul-config.mk per bsmedberg, spotted by jag
2006-06-22 13:08:18 +00:00
timeless%mozdev.org 0edf6f8332 Bug 340795 Building with --with-embedding-profile=minimal failed
fixing build bustage
2006-06-22 12:18:10 +00:00
timeless%mozdev.org 2b8e53ac4c Bug 340795 Building with --with-embedding-profile=minimal failed
patch by romaxa@gmail.com r=bsmedberg
2006-06-22 11:42:28 +00:00
bzbarsky%mit.edu 6c8d302694 Allow about: modules to just set a flag to force script execution to be allowed
for particular about: URIs, instead of hardcoding checks in the security
manager.  Bug 341313, r=darin, sr=jst
2006-06-22 02:19:49 +00:00
darin%meer.net 7370c57687 fixes bug 313101 "HTTP auth dialog is titled 'Prompt'" patch by gavin sharp and darin, r=mconnor 2006-06-22 00:18:43 +00:00
martijn.martijn%gmail.com fd60f270a5 Bug 300808 - When content is removed from the document the corresponding tooltip should not appear, r=neil, sr=bzbarsky 2006-06-21 03:10:01 +00:00
bzbarsky%mit.edu 64681af28a Move the safe vs unsafe about: distinction out of the security manager and into
nsIAboutModule implementations.  Bug 337746, r=dveditz, sr=darin
2006-06-19 21:02:12 +00:00
timeless%mozdev.org 64a760c3c0 Bug 337917 Make consumers stop using cids from other modules 2006-06-18 21:18:22 +00:00
sergei_d%fi.tartu.ee 0d815a3864 [BEOS]Need implementation of ArgvReceived and RefsReceived, Bug 129411, p=sergei_d, r=thesuckiestmail. Pure BeOS-only change 2006-06-18 11:32:42 +00:00
gavin%gavinsharp.com 2522b8740c Bug 317641: Double-Clicking on empty space below tree causes an error, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=enndeakin 2006-06-17 21:23:49 +00:00
Olli.Pettay%helsinki.fi ce099efcca Bug 339659, Make .eventPhase to work with event retargeting, r=bz+enndeakin, sr=bz 2006-06-15 17:45:22 +00:00
benjamin%smedbergs.us 25c6b48dd5 Bug 341406 - Build bookmarks as a separate component, r+sr=Neil 2006-06-15 13:35:59 +00:00
leon.sha%sun.com 30b486d1e7 Bugzilla Bug 341334 Fail to start seamonkey on solaris.
Patch by leon.sha@sun.com
ajschult: review+
neil: superreview+
2006-06-15 03:52:18 +00:00
cbiesinger%web.de 550f52d6cc bug 341006 Close registry keys that are opened, and don't check rc twice
r+sr=neil
2006-06-10 14:17:23 +00:00
Jan.Varga%gmail.com 5ab0398355 Fix for bug 296040. Cell-based selection in trees
r=Neil Deakin, sr=Neil Rashbrook, sponsored by BEToptions
2006-06-06 20:05:13 +00:00
timeless%mozdev.org 25faaa6896 Bug 337917 Make consumers stop using cids from other modules
r=neil sr=darin
2006-06-03 23:42:13 +00:00
timeless%mozdev.org c139a43d25 Bug 337917 Make consumers stop using cids from other modules
r=bienvenu sr=neil
2006-06-03 23:40:27 +00:00
timeless%mozdev.org f24522c8fd Bug 337917 Make consumers stop using cids from other modules
r=dveditz sr=darin
2006-06-03 23:38:55 +00:00
timeless%mozdev.org 9391198a55 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
cst%andrew.cmu.edu 5d7677310e Bug 339728
Sync xpfe/tookit config.xul and config.js - add an id to an hbox and explicitly save the pref file after each change
r+sr=neil a=KaiRo
2006-06-03 18:37:27 +00:00
neil%parkwaycc.co.uk 68c44638d7 Fix xpfe winhooks static string abuse b=339810 r=CTho sr=jag 2006-06-03 09:48:08 +00:00
joshmoz%gmail.com 31049c2e1a remove unused variables. b=340146 r=mento sr=pink 2006-06-02 19:21:58 +00:00
neil%parkwaycc.co.uk 8af9f05ff1 Always set gContextMenu.menu b=332874 r+sr=jag 2006-06-02 11:31:10 +00:00
bugzilla%standard8.demon.co.uk eb4db5bf1f Fix Camino bustage from Bug 338880 2006-05-31 18:00:40 +00:00
bugzilla%standard8.demon.co.uk 74bd34b58e Bug 338880 SuiteRunner doesn't compile with --enable-debug (don't build appleevents and lots of tidy up). r=benjamin,sr=neil 2006-05-31 16:07:17 +00:00
smontagu%smontagu.org 9c9859a8ea Remove the encoding menu from view selection source. Bug 314181, r=db48x, sr=neil 2006-05-31 10:08:06 +00:00
martijn.martijn%gmail.com ee7d824917 Bug 300875 - textbox with elements inside can only receive focus if its type is set to autocomplete, r=bugs.mano, sr=neil, a=neil 2006-05-30 19:50:29 +00:00
enndeakin%sympatico.ca 89257db6ee Bug 290255, add xul scale widget, r=mconnor,roc sr=neil,roc 2006-05-30 13:50:48 +00:00
neil%parkwaycc.co.uk d01de44ee1 Bug 339313 Can't FAYT for shifted characters (symbols) in listboxes or trees p=zeniko@gmail.com r+sr=me 2006-05-26 12:58:09 +00:00
gavin%gavinsharp.com b9b66cc05b Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r=mconnor, ui-r=beltzner, sr=neil/bzbarsky 2006-05-25 21:22:32 +00:00
sergei_d%fi.tartu.ee 9df283bba1 [BeOS]Adding native Quit() in nsNativeAppSupportBeOS, Bug 338663, p=sergei_d, r=thesuckiestmail. BeOS-only change 2006-05-25 17:45:00 +00:00
cst%andrew.cmu.edu f2e7d0f991 Bug 327873
Make return-to-parent tab work for tabs opened by redirected target="_blank" links and certain things dragged to the tab strip
r=jag sr=neil
2006-05-24 22:29:20 +00:00
cst%andrew.cmu.edu c45125a01a Bug 326737
Respect shift key state when opening link in new tab from the context menu
r=jag sr=neil
2006-05-24 16:12:49 +00:00
jag%tty.nl a29bba3b63 Bug 319244: Tab drop indicator icon flickers.
Now with improved fixedness as you can also go over the icon itself and it'll no longer blink. r=CTho, sr=neil.
2006-05-24 01:57:15 +00:00
cst%andrew.cmu.edu 07a0653362 Bug 337304 Prevent context menu and autoscroll indicator popup from being present simultaneously
r=jag sr=neil
2006-05-22 14:52:00 +00:00
jag%tty.nl ab45d0cfd2 Bug 338803: Personal Toolbar overflow chevron not properly updated on resize. r=CTho, sr=Neil. 2006-05-22 14:09:56 +00:00
bugzilla%standard8.demon.co.uk 2b220d2c65 Follow-up to bug 335550, remove a pref from suiterunner builds that is no longer required. r/sr=neil. 2006-05-19 15:02:38 +00:00
neil%parkwaycc.co.uk f7439a5d19 Bug 330236 Can't always drag columns to the left r=enndeakin sr=jag 2006-05-19 11:49:28 +00:00
neil%parkwaycc.co.uk 5984bcf14a Fix "Error: this.mCurrentBrowser has no properties" when closing a tab that uses the link toolbar b=320693 r=CTho sr=jag 2006-05-19 10:21:12 +00:00
kairo%kairo.at 9c2ef5d0f7 bug 333383 - move SeaMonkey pref window UI to suite/ - cvs remove old filesin xpfe/, r+sr=Neil 2006-05-17 19:38:42 +00:00
kairo%kairo.at 97e0276595 bug 333383 - move SeaMonkey pref window UI to suite/, r+sr=Neil 2006-05-17 15:46:04 +00:00
cst%andrew.cmu.edu 828a94f5d7 Bug 338180
Make tabbrowser's ".browsers" property faster by caching the array
r=jag sr=neil
2006-05-17 15:27:48 +00:00
neil%parkwaycc.co.uk 3f8a89d11e Fix dragging to personal toolbar between last visible bookmark and overflow chevron b=201854 p=gautheri@noos.fr r+sr=me 2006-05-17 09:16:16 +00:00
hwaara%gmail.com bb4d9466c0 bug 335089, shouldn't auto-focus things in dialogs/sheets on OS X (esp. not with full keyboard access off). r=mano, a181=neil, mano. xpfe patch by Neil 2006-05-17 08:54:27 +00:00
Olli.Pettay%helsinki.fi 2020410128 Bug 335586, r+sr=mconnor,neil 2006-05-17 07:21:23 +00:00
ginn.chen%sun.com cd54c26c38 Bug 320369 wrong behavior of radiobox status update in GOK
patch by evan.yan@sun.com r=neil
2006-05-16 03:48:23 +00:00
bzbarsky%mit.edu 4ef3e28114 Remove the keyword: protocol handler. Expose the functionality on nsIURIFixup
instead.  Bug 337339 and bug 264830, r=biesi, sr=darin
2006-05-16 03:02:28 +00:00
gavin%gavinsharp.com 33d6dd3e13 Bug 337962: fix nsBookmarksService's QI to include nsICharsetResolver, r=neil, sr=bzbarsky 2006-05-15 17:28:40 +00:00
martijn.martijn%gmail.com 2af06842c2 Remove network.image.warnAboutImages preference, r+sr=neil 2006-05-15 16:53:10 +00:00
bugzilla%standard8.demon.co.uk 8972c479c0 Bug 232795 In <bookmarksMenu.js>, "Error: aDragSession.sourceNode has no properties" (Av2b-XPFE) <bookmarksMenu.js> p=Serge GAUTHERIE <gautheri@noos.fr>,r=neil,sr=jag 2006-05-14 09:56:46 +00:00
gavin%gavinsharp.com f08ff5dfa1 Bug 336842: Remove unused Suite preference alerts.height, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=neil, sr=jag 2006-05-14 00:00:59 +00:00
bugzilla%standard8.demon.co.uk 9ec9aaa0dc Bug 282180 sync xpfe button.xml with toolkit button.xml. (Av4-XPFE) <button.xml>. p=Serge GAUTHERIE <gautheri@noos.fr>,r/sr=Neil 2006-05-13 11:03:31 +00:00
db48x%yahoo.com e655641ed9 bug 190353: Property "pageIndex" of "wizard" tag is not working. r=neil 2006-05-12 23:58:39 +00:00
mnyromyr%tprac.de 912196f788 Follow-up to bug 57510: remove erroneous <keyset>; r/sr=jag 2006-05-12 19:43:01 +00:00
kairo%kairo.at 8892b5629d bug 336874 - Make suiterunner use the same toolkit.jar as XULRunner, step 1: move files to non-xul-app sections that are overridden by toolkit (also fix suiterunner bustage), r=Neil sr=bsmedberg 2006-05-12 10:34:13 +00:00
mnyromyr%tprac.de 6c0f2a0859 Bug 57510: `Del' key does not delete on Mac; r=db48x, sr=jag 2006-05-11 19:55:44 +00:00
timeless%mozdev.org 2d3d81bad1 Bug 321707 Don't force this.select() in onfocus
patch by grapz@runbox.com r=timeless sr=neil
2006-05-11 13:34:15 +00:00
darin%meer.net 7d3e7d7acd landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
timeless%mozdev.org 45cb5c3a4c Bug 335953 Make code outside intl use NS_CHARSETALIAS_CONTRACTID instead of NS_CHARSETALIAS_CID
r=bz sr=bz
2006-05-06 22:09:20 +00:00
cbiesinger%web.de 1fe4516c9f bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.

r=bsmedberg
2006-05-06 17:53:51 +00:00
benjamin%smedbergs.us 3b73afeb50 Bug 335248 - move the XUL filepicker C++ goop into libxul, r=darin 2006-05-04 23:17:47 +00:00
benjamin%smedbergs.us 074ff769b4 Bug 335807 - Make xpfe/components/intl its own component, r=neil (this gets rid of xpfe/components/build2 for tbird, yay!) 2006-05-02 16:47:32 +00:00
roc+%cs.cmu.edu 171e5d95f2 Bug 263444. Allow nsILookAndFeel to request any combination of scrollbar arrows (up and/or down (or neither) at each end of the scrollbar) on all platforms. Get the arrow settings from the GTK2 style in GTK2 builds. r+sr=bryner 2006-05-01 23:23:33 +00:00
neil%parkwaycc.co.uk 8d6515ed5d Support statusbarpanel-iconic-text b=282182 p=gautheri@noos.fr r+sr=me 2006-05-01 12:06:16 +00:00
bugzilla%standard8.demon.co.uk 5911d655c9 Bug 335154 Get SeaMonkey's themes registering and switching with Theme Manager. Prefs update and EM/TM -> Addons update. r=KaiRo,sr=Neil 2006-04-30 17:53:13 +00:00
bugzilla%standard8.demon.co.uk bb111053dc Bug 335154 Get SeaMonkey's themes registering and switching with Theme Manager. Prefs update and EM/TM -> Addons update. r=KaiRo,sr=Neil 2006-04-30 14:45:29 +00:00
bugzilla%standard8.demon.co.uk d8f4b87447 Bug 335154 Get SeaMonkey's themes registering and switching with Theme Manager. Prefs update and EM/TM -> Addons update. r=KaiRo,sr=Neil 2006-04-29 14:34:40 +00:00
benjamin%smedbergs.us ca817c63c2 Fix #includes, bug 335714 2006-04-28 13:43:19 +00:00
benjamin%smedbergs.us 176f277569 Bug 335714 - make windowds a standalone component, r=Neil 2006-04-28 13:19:36 +00:00
kairo%kairo.at 9a755964cc bug 335739 - move releaseURL to branding for suiterunner, r+sr=Neil 2006-04-28 11:33:30 +00:00
Olli.Pettay%helsinki.fi 2f2359503a Bug 335586, r=mconnor+neil 2006-04-27 11:00:28 +00:00
ajschult%verizon.net 5c1512150e Bug 335329: Remote instance used with unrecognized seamonkey arguments. r+sr=jag 2006-04-25 03:02:36 +00:00
ajschult%verizon.net 43a1332164 Bug 334267: handle -P profile in startup script remote sniffing. r=jag, sr=Neil 2006-04-24 03:17:22 +00:00
ajschult%verizon.net 696a8d1d9b Bug 238083: SeaMonkey silently dies on 'Switch Profile...', if all 'general.startup.*' prefs disabled. r=Neil 2006-04-23 16:28:23 +00:00
neil%parkwaycc.co.uk f2baa9c7ba Add em menuitems to suiterunner b=272429 r=KaiRo sr=jag 2006-04-23 11:29:51 +00:00
kairo%kairo.at a01e772028 bug 334478 - Get suiterunner to actually run - use toolkit console, remove some old xpfe files, r+sr=Neil 2006-04-23 10:52:47 +00:00
neil%parkwaycc.co.uk a8804de61d Bug 331083 Update the Mac's menuitem modifiers to use real Unicode codepoints p=VYV03354@nifty.ne.jp (Masatoshi Kimura) r=mano sr=me 2006-04-22 20:35:26 +00:00
kairo%kairo.at 9aa43e9069 bug 334478 - Get suiterunner to actually run - make communicator chrome register correctly, r+sr=Neil 2006-04-21 09:57:41 +00:00
neil%parkwaycc.co.uk f3ce023686 Add a dropmarker to Mail's File button b=282189 p=gautheri@noos.fr r+sr=me 2006-04-21 09:43:53 +00:00
jag%tty.nl bada8c02a1 Also remove the reference to the Seq Neil just removed. r=KaiRo 2006-04-21 00:45:47 +00:00
neil%parkwaycc.co.uk a35b6a9193 Remove duplicate overlay as mailWindowOverlay already overlays imageContextOverlay via contentAreaContextOverlay r+sr=jag (no bug) 2006-04-20 22:47:45 +00:00
kairo%kairo.at b7672b7434 bug 332400 - Correct misuse of ifdefs in the source tree - fix xpfe/components/jar.mn, r+sr=Neil 2006-04-20 16:01:45 +00:00
cls%seawood.org 9d3fb5f3b1 Align mingw libs linkage with msvc.
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> for the patch.
Bug #334542 r=cls
2006-04-20 12:59:02 +00:00
dbaron%dbaron.org cf9349ef73 Work around possible deficiency in HTML parser by replacing runs of whitespace with a single space in the title attribute. b=67127 Patch by Steuard Jensen <steuard+moz@slimy.com>. r=bryner sr=dbaron 2006-04-19 19:07:41 +00:00
kairo%kairo.at bf0ad1ab8b followup comment fix for Neil's nit in bug 334478 2006-04-18 13:10:36 +00:00
kairo%kairo.at a96a76e93e bug 334478 - Get suiterunner to actually run - default pref changes, r+sr=Neil 2006-04-18 12:41:54 +00:00
kairo%kairo.at e5fcc63295 bug 332400 - Correct misuse of ifdefs in the source tree - fix xpfe browser and communicator chrome, r+sr=Neil 2006-04-18 12:30:36 +00:00
ajschult%verizon.net c92adb1693 Bug 333681: Switching profiles opens chatzilla. r/sr=neil 2006-04-16 22:29:36 +00:00
gavin%gavinsharp.com b3ff8843cf Bug 333313: oom mlk in InternetSearchDataSource::BeginSearchRequest, patch by Phil Ringnalda <philringnalda@gmail.com>, r=timeless, sr=jag 2006-04-14 19:25:05 +00:00
bugzilla%standard8.demon.co.uk 2fc7600808 Bug 330053 Make SeaMonkey capable of generating a reasonable build with MOZ_XUL_APP set. Part 5 - First stab at sorting out inclusion of modules in xpfe and toolkit. r=benjamin,sr=Neil 2006-04-14 07:04:53 +00:00
ajschult%verizon.net 6a483e944e Followup fixup to bug 333526 (remove use of "extra"). r/sr=neil 2006-04-13 13:42:31 +00:00
mozilla.mano%sent.com bdf0ad33a5 Bug 301758 - disable click-and-hold contextual menus access by default, leaving it on in Seamonkey. r=mconnor. sr=neil. 2006-04-13 06:23:53 +00:00
neil%parkwaycc.co.uk 01a1d72edb Update suite to work with nsIOService2 b=333145 r=Mnyromyr r+sr=jag sr=bienvenu 2006-04-13 00:01:38 +00:00
neil%parkwaycc.co.uk 46f29a405f Bug 313331 autocomplete file names in xul filepicker r=bz sr=jag 2006-04-12 23:00:52 +00:00
cbiesinger%web.de 0b8b185fe3 bug 287945 (beos only) in the BeOS SeaMonkey icon, replace black edges with
transparency
patch by mattmadia@gmail.com r=sergei_d
2006-04-12 21:08:19 +00:00
gavin%gavinsharp.com 2767328bad Bug 333312: fix potential crash [@ JS_GetGlobalObject - nsHTTPIndex::OnFTPControlLog] (found by coverity), r=timeless, sr=jag 2006-04-12 18:32:12 +00:00
benjamin%smedbergs.us 185c761605 Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin 2006-04-12 15:43:32 +00:00
ajschult%verizon.net 7cbabafb3f Bug 333526: handle arguments to mail/compose in startup script. r=/sr=jag 2006-04-12 02:53:55 +00:00
dbaron%dbaron.org 818a82a947 Do the crash-information dance for SIGFPE as well. b=333538 r+sr=bryner 2006-04-11 23:41:37 +00:00
bugzilla%standard8.demon.co.uk 7edec8374d Bug 333169 Enable nsBookmarksService to open a window when not using xpfe's commandline service. r/sr=Neil 2006-04-11 16:59:06 +00:00
mattwillis%gmail.com 5be0852a99 fix xremote regression 2006-04-10 23:25:19 +00:00
mattwillis%gmail.com f658ef11bd fix build bustage 2006-04-10 22:49:12 +00:00
mattwillis%gmail.com faca49859b bug 332717: Rework and simplify Makefile. r=dmose,sr=bsmedberg 2006-04-10 21:31:10 +00:00
jag%tty.nl c7d2eed465 Bug 333308: make clean and make distclean miss various files. r+sr=Neil 2006-04-10 11:38:10 +00:00
roc+%cs.cmu.edu 121627542c Bug 29856. Support SetWindowClass in GTK2. r+sr=roc, patch-midden by Andrew Taylor, Arik Devens, Rob Ginda, Kenneth Herron, timeless, Alex Zbyslaw, and me. 2006-04-09 22:45:04 +00:00
gavin%gavinsharp.com e489860256 Bug 310900: Avoid 1-pixel gap caused by sizeToContent() in alerts service code, patch by Jens Bannmann <jens.b@web.de>, r=mscott for toolkit part, r+sr=neil for xpfe 2006-04-09 21:16:20 +00:00
ajschult%verizon.net 2d4b5cb3b6 Bug 333244: Use hardcoded binary and app name in start script and handle MOZ_NO_REMOTE. r/sr=neil 2006-04-09 01:02:54 +00:00
kairo%kairo.at 44a8e18641 bug 328317 - merge platform .jar files into en-US.jar, r=mento for the mozilla/config changes r=jag sr=Neil 2006-04-08 11:49:47 +00:00
kairo%kairo.at f9f8121092 bug 325473 - Undo separation of language and region/content packs, part 4: move pref panel into communictor pefs in suite/, correct installer manifests and fix rough edges of parts 1-3, r=bsmedberg for build system changes (removal of content-packs extension) r=ajschult for installer manifests r=jag sr=Neil 2006-04-08 11:17:06 +00:00
kairo%kairo.at fbfb888dec bug 325473 - Undo separation of language and region/content packs, part 1: move *-region into en-US.jar, r=jag sr=Neil 2006-04-08 11:01:39 +00:00
ajschult%verizon.net f5c38e8bd3 Bug 122698: Detect currently running instance of SeaMonkey when app is launched a second time, r=neil, sr=jag 2006-04-08 03:00:42 +00:00
ajschult%verizon.net 218652cd94 Bug 247849: <xul:dialog> should be able to initially disable the accept button. Patch by Alex Vincent <ajvincent@gmail.com>, r=timeless, sr=neil 2006-04-06 01:53:50 +00:00
benjamin%smedbergs.us db0811ae79 Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-04-05 16:10:05 +00:00
timeless%mozdev.org f7f0f86329 Bug 98595 Ability to disable lists, trees completely
patch by ajvincent@gmail.com r=mconnor sr=neil
2006-04-05 06:30:37 +00:00
dbaron%dbaron.org ac49c790c1 Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky 2006-04-05 00:00:44 +00:00
roc+%cs.cmu.edu d845a300e8 Bug 312793. Add Necko APIs to enable automatic management of online/offline status, and let Firefox use it. Disable automatic management in Thunderbird and Seamonkey until those apps are ready for it. Other applications will get automatic management by default. This needs platform-specific components to be created before it will have any effect. r+sr=darin 2006-04-04 21:26:17 +00:00
neil%parkwaycc.co.uk dbe4ab9b20 Kill shortcut for dangerous operation b=209355 p=gautheri@noos.fr r+sr=me 2006-04-04 21:00:55 +00:00
bugzilla%standard8.demon.co.uk 16332c080d Follow up to Bug 239136, remove redundant ifdefs now that Thunderbird is using the toolkit download manager. r=benjamin,sr=mscott 2006-04-04 16:21:50 +00:00
kaie%kuix.de 46c403cf04 Backing out my previous experimental checkin. 2006-04-04 09:31:49 +00:00
kaie%kuix.de 60c16a5479 Temporarily installing a sighup for printing the stack, in the hope it will help us understand the test failures on tinderbox machines.
Will be backed out shortly.
r=jag
2006-04-04 09:08:52 +00:00
bugzilla%arlen.demon.co.uk 31b4edf384 Bug 143866 Ctrl+T opens new tabs in tab-bar-less (popup, no toolbar) windows - regression fix created by landing of patch on bug 105885
p=me r/sr=neil
2006-03-31 23:19:14 +00:00
neil%parkwaycc.co.uk 1f6b58436f Make the XUL directory viewer work with jar: directories b=309296 r+sr=jag 2006-03-30 21:06:48 +00:00
darin%meer.net 5521781301 fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron 2006-03-30 18:40:56 +00:00
darin%meer.net 508d41a568 fixes bug 287646 "Eliminate nsPIProtocolProxyService and introduce reloadPAC method" r=biesi,neil,beng,mscott sr=bzbarsky 2006-03-30 17:31:15 +00:00
gerv%gerv.net c9fae619d4 Bug 331136 - add list of Initial Developers to comply with MPL section 3.3. 2006-03-30 08:48:11 +00:00
gerv%gerv.net 8268a2e270 Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:05 +00:00
leon.sha%sun.com 42145d1ee7 Bug 328396 Solaris patch-checker update needed for solaris 11.
Patch maker: leon.sha@sun.com.
darin: review+
darin: superreview+
2006-03-30 07:15:57 +00:00
gavin%gavinsharp.com e94c46f142 Bug 322155: if the only focusable elements in a dialog are the buttons, focus the default button on load, r=Neil 2006-03-29 21:33:41 +00:00
Olli.Pettay%helsinki.fi f227827ee3 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation (missing from the previous patch) 2006-03-26 14:57:13 +00:00
bugzilla%standard8.demon.co.uk b20092b2ed Bug 264675 Make sure we respect locked prefs throughout UI. (Bv2) <pref-smart_browsing-ac.xul>. Patch by Serge GAUTHERIE <gautheri@noos.fr>, r=iann_bugzilla 2006-03-26 12:34:06 +00:00
Olli.Pettay%helsinki.fi 04cfde2d6f Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2006-03-25 22:03:49 +00:00
ajschult%verizon.net 74a9a08f54 Bug 331674: Replace QI call in nsBrowserStatusHandler with instanceof. patch by Alex Vincent <ajvincent@gmail.com>, r=jag, sr=neil, branch181=neil 2006-03-25 18:18:29 +00:00
neil%parkwaycc.co.uk 8152fec780 Go Up b=33684 r=timeless sr=jag 2006-03-24 21:01:35 +00:00
bzbarsky%mit.edu 0d5aab774b Make _main and _content target the right things when tabs are involved. Bug 277971 and bug 273984, r=bsmedberg, sr=jst, branch181=jst 2006-03-24 19:38:17 +00:00
neil%parkwaycc.co.uk 843f835cb3 Rename xpfe's autocomplete.xpt to xpautocomplete.xpt and package toolkit's autocomplete.xpt r=bsmedberg,dveditz,ajschult 2006-03-24 17:38:15 +00:00
bzbarsky%mit.edu 6a505ed594 Make nsIWidget::GetParent return a weak pointer. Bug 227489, r+sr=roc 2006-03-22 18:00:28 +00:00
benjamin%smedbergs.us 5f483e27f3 Bug 326491 - leaked observer service leaks things on shutdown - r=darin 2006-03-21 14:43:56 +00:00
mnyromyr%tprac.de 9268d2db60 Bug 329959: Dialog Origin Spoofing fix on Mac for SeaMonkey; p=<stefanh@bluebottle.com>, r=me, sr=Neil 2006-03-20 21:35:11 +00:00
enndeakin%sympatico.ca 639b4faa9c bug 318208, fix case of readOnly property, r+sr=neil 2006-03-20 00:34:41 +00:00
neil%parkwaycc.co.uk 7a5b2620cd Don't dismiss the context menu so eagerly for subframe loads b=329521 r+sr=jag 2006-03-19 09:17:07 +00:00
gavin%gavinsharp.com 54e84104c8 Bug 317107: potential Ts fix #1, r=mconnor 2006-03-17 19:58:41 +00:00
dbaron%dbaron.org 42788fab84 Fix leak of nsContentShellInfo objects. b=330649 r+sr=bzbarsky 2006-03-16 17:32:16 +00:00
neil%parkwaycc.co.uk 9a41e110e1 Bug 330360 switching from preventBubble to stopPropagation r=smaug sr=bienvenu 2006-03-16 16:21:00 +00:00
neil%parkwaycc.co.uk 2be8dc1914 Removing obsolete files r+sr=jag 2006-03-16 12:27:34 +00:00
bugzilla%arlen.demon.co.uk fc8b7dabf2 Bug 270170 XPInstall Permission Manager UI - fix for localiser issue
p=me r=neil sr=jag
2006-03-14 22:47:49 +00:00
neil%parkwaycc.co.uk 23f4260f0c Make widgets generate bubbling events again as that's what extensions (such as multizilla) are expecting b=330190 r=smaug sr=jag 2006-03-12 15:58:26 +00:00
cst%andrew.cmu.edu eb5dd34fe4 Bug 324443 When contentLoadURL is enabled, middle-clicking a background tab should load the link in that tab rather than the current tab
r+sr=neil
2006-03-11 16:46:29 +00:00
neil%parkwaycc.co.uk 519404bb0d Dismiss the context menu when a new page loads b=329521 r=jag sr=bz 2006-03-11 13:39:44 +00:00
darin%meer.net 74dd53a91f backing out bsmedberg's patch for bug 326491 to fix bug 329505. 2006-03-09 03:14:32 +00:00
cbiesinger%web.de 5574a7b514 Bug 329349 mention correct licenses in Help|About
r+sr=neil
2006-03-07 18:40:16 +00:00
Olli.Pettay%helsinki.fi c0e37e327a Bug 234455, Centralize event dispatch r=jst, sr=bz 2006-03-07 17:08:51 +00:00
cst%andrew.cmu.edu 152c89e6b0 Bug 321447 Allow slower minimum speed for autoscroll
r=db48x sr=neil
2006-03-07 13:50:00 +00:00
bugzilla%arlen.demon.co.uk d26df85857 Bug 324141 Cannot change paper orientation in page setup dialogue
p=me r=mark/mnyromyr
2006-03-06 00:00:10 +00:00
bugzilla%arlen.demon.co.uk a6429f1fa7 Bug 270170 XPInstall Permission Manager UI - patch for help
p=me r=stefanh
2006-03-05 22:27:35 +00:00
kjh-5727%comcast.net 80b199f058 Back out patch from bug 324072 to fix bug bug 326363 and avoid unnecessary API changes. 2006-03-04 16:37:13 +00:00
benjamin%smedbergs.us 05825942c6 Bug 326491 - cleanup observers on shutdown even if the observer service is leaked, r=darin 2006-03-04 14:04:05 +00:00
bugzilla%arlen.demon.co.uk eac373d533 Bug 270170 XPInstall Permission Manager UI
p=me r=db48x sr=jag
2006-03-04 13:29:46 +00:00
neil%parkwaycc.co.uk 001f5b4216 Fix abuse of embedded HTML in XUL that was causing an assert b=222220 r+sr=jag 2006-03-04 00:16:49 +00:00
bzbarsky%mit.edu d56b07bf96 Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff
to nsIGlobalHistory3.  Bug 328928, r=brettw and smfr, sr=darin
2006-03-03 03:34:48 +00:00
neil%parkwaycc.co.uk 111c024893 Bug 328932 Make JS Console evaluate with chrome principal again r=bz sr=jag 2006-03-02 23:55:57 +00:00
enndeakin%sympatico.ca 1669208216 Bug 327943, remove grippy frame, r=neil,sr=roc 2006-03-02 21:42:29 +00:00
dveditz%cruzio.com 0cb3d26726 bug 321013 massage presentation of titles, r=dougt, sr=jst 2006-03-02 06:05:22 +00:00
benjamin%smedbergs.us 3f421f7b6f Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-28 21:09:42 +00:00
ginn.chen%sun.com 123ada501e Bug 327502 use of setenv breaks solaris build
r=benjamin sr=neil
2006-02-27 11:09:59 +00:00
gavin%gavinsharp.com 614d0caffc Bug 328134: margin field in page setup accepts '^' and '|' characters, r+branch181=neil 2006-02-26 20:25:43 +00:00
neil%parkwaycc.co.uk 927b698cf7 Bug 327238 Display sidebar link URLs in the status bar again r=jst sr=jag 2006-02-26 19:00:30 +00:00
dbaron%dbaron.org e1d51ee034 Remove user interface for DPI preference. b=326329 r=neil sr=jag 2006-02-26 10:43:33 +00:00
darin%meer.net 260f61a475 fixing build bustage that results when places is enabled. patch by sullivan@gmail.com, r=darin 2006-02-25 00:26:39 +00:00
bugzilla%standard8.demon.co.uk f135a1b4fa Bug 282183 sync xpfe listbox.xml with toolkit listbox.xml. (Bv1) nits, in the meantime. Patch by Serge GAUTHERIE <gautheri@noos.fr>, r/sr=neil 2006-02-24 15:16:18 +00:00
timeless%mozdev.org a279d689e5 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
gavin%gavinsharp.com aa1c211ef9 Bug 320429: Switching tabs in a tabbox can result in illogical assignment of focus, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=neil 2006-02-22 15:48:59 +00:00
bzbarsky%mit.edu 01d154ac3a Fix spelling error. 2006-02-22 05:19:21 +00:00
bzbarsky%mit.edu a6925e4397 Changing comment, since I figured out why we're doing things in a wacky way.
No bug.
2006-02-22 05:09:01 +00:00
bzbarsky%mit.edu 6d4f6896d1 Front-end part of bug 326009. r=mconnor, sr=neil 2006-02-22 04:07:41 +00:00
bzbarsky%mit.edu 70a3e3a9a3 Make it possible to target non-primary content <browser>s; specifically ones
that are type="content-targetable".  Bug 326009, r=bsmedberg, sr=jst
2006-02-22 03:58:48 +00:00
joshmoz%gmail.com 392d498cb9 don't compile LoadNativeMenus if we don't need to in nsWebShellWindow, cleanup. b=327425 r=mento sr=dbaron 2006-02-21 19:07:14 +00:00
ginn.chen%sun.com 67509cc334 Bug 312092 Accessible hierarchy incomplete/incorrect
r=benjamin sr=neil
2006-02-13 06:04:10 +00:00
jag%tty.nl 860fc1d068 Fix typo in comment. 2006-02-12 15:26:19 +00:00
bzbarsky%mit.edu 0899f137f9 Make nsIWindowProvider report whether it created a new window. Bug 326006,
r=bsmedberg, sr=jst
2006-02-10 20:50:43 +00:00
masayuki%d-toybox.com 049bcdda9d Bug 324159 The accesskey label is doubled if the label ends (X). patch by jag (Peter Annema) <jag@tty.nl> r=me+jag, sr=neil+mconnor+bzbarsky 2006-02-10 13:23:50 +00:00
davel%mozilla.com f3e34bc5c4 Bug 324483 - in debug builds, we sleep 300 seconds to allow a developer
time to attach to the dying process with gdb.  This patch  adds code to
check the env var MOZ_GDB_SLEEP to specify a different duration.
2006-02-08 21:38:52 +00:00
mkaply%us.ibm.com 4cff6c335e #321929
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - OS/2 version of 312287
2006-02-07 21:53:08 +00:00
bzbarsky%mit.edu 2dbdd7da0d Move the "force into tab" code out of Gecko and allow embeddors to do the same
sort of thing.  Bug 323810, r=bsmedberg, sr=jst
2006-02-07 20:46:39 +00:00
jag%tty.nl b8897a6087 Bug 324591 follow-up. Move a variable into the else block where it's used to simplify the code a bit. r=/sr=Neil 2006-02-07 13:16:16 +00:00
neil%parkwaycc.co.uk f0100172af Bug 245725 Make downloads display an approximation to the current transfer rate rather than the overall average speed p=son.le0@gmail.com r=biesi sr=me 2006-02-06 00:34:30 +00:00
bugzilla%standard8.demon.co.uk 3e63fa54fc Bug 282187 sync xpfe textbox.xml with toolkit textbox.xml. Patch "(Bv1) nits, in the meantime" by Serge GAUTHERIE <gautheri@noos.fr>, r/sr=neil.parkwaycc.co.uk 2006-02-05 19:22:55 +00:00
ajschult%verizon.net 99c0225a46 Bug 252802: Stop manual searches from popping open the sidebar. r=jag, sr=neil 2006-02-05 16:30:47 +00:00
ajschult%verizon.net f7cfdbc0ea Bug 322106: Subframe and redirected URLs stay "hidden" permanently in history. r=cbiesinger, sr=neil 2006-02-05 16:13:49 +00:00
gavin%gavinsharp.com e8c0190238 Fix trailing whitespace to sync branch/trunk. 2006-02-05 15:16:31 +00:00
cst%andrew.cmu.edu 5be0e4d09b Bug 324591 Allow me to drop URLs in the tab strip and get a new tab at the drop site (instead of replacing an existing tab)
r=jag sr=neil
Some of the code by jag.  r=me on that code
2006-02-04 23:15:20 +00:00
gavin%gavinsharp.com ee442ebcee Bug 312642 followup: move the click/mousedown event handlers to the bubbling phase to make dealing with anonymous content easier, r=neil 2006-02-04 17:45:56 +00:00
kjh-5727%comcast.net 9dca5c309a Bug 324072 - Printer properties dialog shows properties for the wrong printer. r+sr=roc. 2006-02-04 17:24:26 +00:00
cst%andrew.cmu.edu a2328613cf Bug 325838 Don't show image thumbnail on tab icon if browser.chrome.site_icons is false
r+sr=jag
2006-02-04 14:56:25 +00:00
darin%meer.net 404a1f0d57 Fixing bustage: Implement new version of nsIXULBrowserWindow.setOverLink 2006-02-03 22:28:50 +00:00
darin%meer.net 3ac0e555eb fixing build bustage 2006-02-03 21:50:25 +00:00
darin%meer.net ed2aa565de Patch for bug 324642 "Add an API to expose the DOM node that the mouse is over when informing the WebBrowserChrome object to update the status bar." r=biesi sr=bzbarsky 2006-02-03 21:28:11 +00:00
timeless%mozdev.org 6b5993bb66 backing out changes from
Bug 323853 - JB_BP not exported by newer glibc
per shaver, r=shaver
2006-02-03 19:35:14 +00:00
cbiesinger%web.de a898e666b8 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
gerv%gerv.net 88c656e83c Bug 325224: fix about:licen[cs]e fragment hyperlinks. Patch by gerv; r=neil. 2006-02-03 14:08:29 +00:00
bzbarsky%mit.edu eab4195d4c Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument.  Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
scott%scott-macgregor.org 21a7d296ce Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
Stop building the old one for thunderbird in xpfe\components.

sr=bsmedberg
2006-01-31 22:03:15 +00:00
bugzilla%standard8.demon.co.uk ab4e518514 Follow-up to moving ldap autocomplete code to mailnews/addrbook - remove some ifdefs and defines that are no longer required. Bug 263042. r=bsmedberg. 2006-01-31 18:05:12 +00:00
ajschult%verizon.net 15d0147b6a Perform autocomplete search even if cursor is not at the end rather than leave stale entries. bug 208871, r=jag, sr=Neil. 2006-01-28 01:20:34 +00:00
gavin%gavinsharp.com 07ed7e2cda Try to fix bug 322000 bustage for real (add missing file). 2006-01-27 13:54:19 +00:00
gavin%gavinsharp.com 1e9f9b229c Comment out this line to fix build bustage (bug 322000). The license.html file needs to be added. 2006-01-27 13:22:53 +00:00
gerv%gerv.net d18bcc7905 Bug 322000: update about:licence to fulfil all our obligations with regard to notifications, copyright statements and so on. Patch by gerv; r=mconnor, mscott. 2006-01-27 12:08:02 +00:00
kairo%kairo.at 21086071ec bug 65480 - prefs advanced description wording, p=<giacomo.magnini@portalis.it> r=IanN 2006-01-26 17:29:27 +00:00
ajschult%verizon.net edaa1c993f Update the Download More link in Languages/Content preferences. bug 324701, patch by Bruno 'Aqualon' Escherl <aqualon@aquachan.de>, r=KaiRo, sr=Neil 2006-01-26 04:21:30 +00:00
gavin%gavinsharp.com 7f372901a4 Bug 267034: Improve nsIAlertsService documentation, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mscott, sr=neil 2006-01-26 01:04:01 +00:00
kairo%kairo.at 917e7e7d64 bug 271745 - Software installation and check for updates has no effect - make SeaMonkey point to a working updates RDF file so that people get at least informed when we release new stable builds, r+sr=Neil 2006-01-25 22:33:01 +00:00
jag%tty.nl 32de0e4f23 Make orange go bye bye 2006-01-25 16:30:13 +00:00
jag%tty.nl 728571cc9b Follow-up to bug 105885. We missed one place that assumed the order of tabs and panels is the same. Look the browser up from the tab through linkedBrowser. r/sr=Neil 2006-01-25 15:19:48 +00:00
wr%rosenauer.org 21ed6bb9ad Bug 323853 - JB_BP not exported by newer glibc (2.4), r=bsmedberg, sr=shaver 2006-01-25 05:46:27 +00:00
ajschult%verizon.net 656f5b74cf Synchronize xpfe autocomplete handlers with toolkit. bug 255731, r=Neil, sr=mscott 2006-01-25 03:46:53 +00:00
gavin%gavinsharp.com 4aceb74bb4 Bug 312867: expose input's editor (toolkit version), patch by Alex Vincent <ajvincent@gmail.com>, r=mconnor, also address an xpfe nit (comment 16) and fix some trailing whitespace 2006-01-25 01:14:00 +00:00
bryner%brianryner.com 82d6fa213e Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin. 2006-01-24 19:22:02 +00:00
jag%tty.nl ea0bc215ed Bug 321490: Make SeaMonkey compatible again with moveTabTo implementation of the Firefox
To avoid JS strict warnings use |this.mTabs.item(aDestIndex)| instead of |this.mTabs[aDestIndex]| since we know |aDestIndex| can validly be |this.mTabs.length|.
sr=Neil
2006-01-24 03:10:36 +00:00
jag%tty.nl cc87e734c5 Bug 321490: Make SeaMonkey compatible again with moveTabTo implementation of the Firefox
If the first argument is a tab, look up its index. Return the tab we get from insertBefore().
r=CTho, sr=Neil
2006-01-23 03:43:16 +00:00
mnyromyr%tprac.de 6029713b83 Bug 318889: broken multisearch; r=bsmedberg, sr=jag 2006-01-21 11:54:03 +00:00
bzbarsky%mit.edu 9f446c50aa Restore line that got lost while messing with XPCNativeWrapper. Bug 323970, r=neil, a=kairo, iann. 2006-01-20 23:01:49 +00:00
db48x%yahoo.com f45e8ff9fa bug 323173: Add a stringbundleset element in pageinfo.xul so that overlays can add stringbundles more easily
patch by Florian Qu��ze <f.qu@queze.net>, r=db48x, sr=neil
2006-01-17 23:51:28 +00:00
neil%parkwaycc.co.uk 8187205a38 Bustage fix for copy/paste error (b=321128) 2006-01-17 22:20:49 +00:00
neil%parkwaycc.co.uk d44ca548f0 Limit scope of tab movement keys b=321128 p=Mnyromyr r=me (my tabbrowser.xml changes r=Mnyromyr) sr=jag 2006-01-17 17:26:57 +00:00
enndeakin%sympatico.ca 9824f04666 Bug 308591, Button.dlgType sets an attribute with the wrong case, r=neil 2006-01-15 22:24:14 +00:00
bzbarsky%mit.edu 463b567a18 Fix leaks due to nsISupportsArray misuse. Bug 323377, patch by Martijn Wargers
<martijn.martijn@gmail.com>, r=pike, sr=bzbarsky
2006-01-15 18:49:09 +00:00
bugzilla%arlen.demon.co.uk 78691380a4 Bug 319368 Implement <a ping> - Disable in SeaMonkey for the moment
p=me r=neil.parkwaycc.co.uk sr=bzbarsky
2006-01-13 00:13:35 +00:00
timeless%mozdev.org 0fb55318b1 Bug 106386 Correct misspellings in source code
patch by philippuryear@gmail.com r=timeless rs=brendan
2006-01-12 07:57:31 +00:00
bsmedberg%covad.net 6335a34f62 Bug 243214 - Cleanup of nsInternetSearchService, r=pike sr=alecf 2006-01-09 21:11:04 +00:00
gavin%gavinsharp.com 4eada80428 Oops, wrong line endings (bug 315346) 2006-01-08 23:51:50 +00:00
gavin%gavinsharp.com dcf2d7712d Tbird bustage fix (bug 315346) 2006-01-08 23:46:30 +00:00
gavin%gavinsharp.com 2efa8551fb Bug 315346 followup: remove old nsISidebars, r=bsmedberg, sr=roc 2006-01-08 23:03:45 +00:00
bugzilla%standard8.demon.co.uk 91826d00aa Bug 237592 Bookmarks should always show tooltip when hovering with mouse (xpfe version - Bv6a-SM). Patch by Serge GAUTHERIE <gautheri@noos.fr>, r/sr=neil.parkwaycc.co.uk 2006-01-08 19:45:04 +00:00
bugzilla%arlen.demon.co.uk bab627825a Bug 319659 XPFE code assumes document.firstChild is the root element
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-06 20:38:21 +00:00
ajschult%verizon.net af96806526 Bustage fix (assertion failure) for bug 319004, handle empty title 2006-01-06 03:25:11 +00:00
ajschult%verizon.net f34bd629b6 Title chopping from bug 319004 might split a BMP character in the middle. r=smontagu, sr=darin. bug 322167 2006-01-05 04:00:13 +00:00
bugzilla%arlen.demon.co.uk a4f9e1af69 Bug 311028 Print Preview window is partly overlayed by background and is missing scrollbars
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2006-01-04 22:34:34 +00:00
jag%tty.nl 4f35327af2 Bug 313715: "Open in New Tab" from Bookmark Manager doesn't respect background pref
Stop caching the result of shouldLoadTabInBackground(), there's no point since we need to look at the state of the shift key every time, and we didn't update it in all code paths to begin with.
Pass in |event| from more places in history and bookmarks so we'll actually look at te shift key.
Replace use of "tab_background" with looking at shouldLoadTabInBackground().
r=IanN, sr=Neil
2006-01-04 17:29:38 +00:00
mnyromyr%tprac.de 9133590f33 Bug 321601: Support Command+Option+Arrows for tab switching (xpfe version of bug 275519); p=<stefan_h@hem.utfors.se>, r=me, sr=Neil 2006-01-04 15:08:03 +00:00
ginn.chen%sun.com 64ac1e9dde Bug 277750 Menu exposes 2-level accessible
r=aaronleventhal sr=neil.parkwaycc.co.uk
2006-01-04 06:09:27 +00:00
kairo%kairo.at d8a7c01b12 happy new year - update SeaMonkey Copyright strings for 2006 (thanks to dbaron for doing the others), r+sr=Neil 2006-01-03 13:07:02 +00:00
dbaron%dbaron.org 1c2ad07515 Happy new year! Change Mozilla Contributors copyright dates from 2005 to 2006. 2006-01-03 04:19:06 +00:00
ajschult%verizon.net 4ce1fa3f8a Clamp length of document title and exclude long URIs from history to avoid DOS attacks, r=vlad, sr=darin. bug 319004 2006-01-03 02:00:44 +00:00
ajschult%verizon.net 289d5b1cb1 Use default of 1 for minResultsForPopup so popup closes when there are no results, r/sr=Neil, bug 320907 2006-01-03 01:35:52 +00:00
jwatt%jwatt.org 6ec6d02edd Fixing bug 317628. Add "Web page, complete" to the Save File As... dialogue for SVG files. r=cbiesinger@gmx.at, sr=darin@meer.net 2006-01-02 02:43:53 +00:00
bugzilla%arlen.demon.co.uk 5d8b853067 Bug 321981 (nsContextMenu.js) Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefService).getBoolPref is not a function
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-01 11:31:40 +00:00
rods%netscape.com c9728499f1 Wrong location - removing 2005-12-29 22:49:42 +00:00
rods%netscape.com b1179737b9 Initial check in for BUg 113917 (not in the build yet) 2005-12-29 22:49:40 +00:00
jag%tty.nl bb7b35f731 Bug 321578: Files dragged onto tabbar from explorer don't open in new tabs anymore.
Null check aDragSession.sourceNode.
r=cts, sr=Neil
2005-12-29 11:09:59 +00:00
neil%parkwaycc.co.uk 8f8780e5ff Print dialog access keys and cleanup b=277296 p=stefanb/vhaarr r=timeless sr=me 2005-12-29 00:58:03 +00:00
gavin%gavinsharp.com 065ed27dc0 Bug 213832: about:config filtering enhancement: search for status/type/value and allow wildcards, patch by Christian Franke <Franke@computer.org>, r=neil+mconnor, 2005-12-28 03:02:25 +00:00
cbiesinger%web.de e8b1b44c71 310409 fix quicklaunch
patch by Frank Wein <bugzilla@mcsmurf.de> r=neil sr=bz
2005-12-27 18:11:33 +00:00
cbiesinger%web.de 4b80069b55 bug 287945 beos only
- new splash screen and icons for beos
- update version number
- update app signature

by Sergei Dolgov <sergei_d@fi.tartu.ee> r=biesi
2005-12-27 13:33:11 +00:00
cbiesinger%web.de 8d81b8a6b6 Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
2005-12-26 16:45:59 +00:00
timeless%mozdev.org e73d4f7100 Bug 312867 Implement textbox.reset(), expose input's editor
patch by ajvincent@gmail.com r=neil sr=neil
2005-12-23 22:50:25 +00:00
neil%parkwaycc.co.uk d0a1dc25c3 Bug 244900 autocomplete requires mousemove before click r=IanN sr=jag 2005-12-23 11:08:36 +00:00
bugzilla%standard8.demon.co.uk b6d32234e5 Bug 306840 Improve PR_GetEnv() usages. (Av2) <XpFe/*> patch by Serge GAUTHERIE <gautheri@noos.fr> r=timeless,sr=neil.parkwaycc.co.uk 2005-12-22 17:57:13 +00:00
timeless%mozdev.org 7913e48208 Bug 318866 Selecting "Sort Folder..." from context menu in Bookmark Manager results in XML Parsing Error: undefined entity (sortFolder.xul)
patch by supernova_00@yahoo.com r=neil sr=jag
2005-12-22 17:40:33 +00:00
masayuki%d-toybox.com 8a94f673c6 Bug 314231 If link target URL has non-ASCII char that is not encoded by UTF-8, the default file name is always escaped at "Save Link Target As..." r=cbiesinger, sr=neil 2005-12-21 18:01:52 +00:00
bugzilla%arlen.demon.co.uk 90cf51c692 Bug 23485 browser window should strip newlines from url pastes
p=ted.mielczarek@gmail.com r=mconnor for Firefox and r/sr=neil.parkwaycc.co.uk for SeaMonkey
2005-12-20 22:58:53 +00:00
timeless%mozdev.org 959a452270 Bug 253481 xul:textbox attribute to specify what happens to pasted line breaks
patch by ted.mielczarek@gmail.com r=neil sr=jag
2005-12-20 20:19:00 +00:00
bugzilla%arlen.demon.co.uk d67c22b2cd Bug 260977 SeaMonkey / mozilla asks for another profile if already ran and run-mozilla.sh is in the libdir
p=piel@lifl.fr r=bsmedberg
2005-12-19 23:56:29 +00:00
cbiesinger%web.de 5a8d5f8a3b bug 273971 patch by Son Le <son.le0@gmail.com> r=biesi sr=neil
- make nsIDownload::currBytes and maxBytes use bytes rather than kilobytes
- make transfers of unknown size use the right size
  - send mProgress rather than mContentLength as the current progress in OnStateChange
2005-12-19 15:25:22 +00:00
ajschult%verizon.net 261e502f07 Never show the autocomplete popup unless there are results or search is enabled. bug 124674, r=jag, sr=neil 2005-12-18 21:04:05 +00:00
jag%tty.nl 1e88f33e6d 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
ajschult%verizon.net 3b20f1d8eb fix maxRows comment, patch by dean_tessman@hotmail.com, r/sr=neil 2005-12-14 05:36:20 +00:00
bugzilla%standard8.demon.co.uk afc0f80ee7 Bug 316584 Improve wording in tab key navigation prefs/help. Patch by Giacomo Magnini <giacomo.magnini@portalis.it>. r=iann_bugzilla,sr=neil.parkwaycc.co.uk 2005-12-13 19:22:35 +00:00
ajschult%verizon.net efc62cbedf Don't show autocomplete popup if there are no results and search is disabled, r=jag, sr=neil 2005-12-13 07:41:04 +00:00