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

2781 Коммитов

Автор SHA1 Сообщение Дата
rob_strong%exchangecode.com 1fbb6d93cd Bug 322305 - JS Strict Error in EM. patch=Robert Accettura robert@accettura.com, r=rob_strong 2006-01-09 03:28:33 +00:00
gavin%gavinsharp.com fe51a41c99 Bug 255626: Remove _parseV10UpdateInfo (unused), r=rob_strong 2006-01-08 23:30:46 +00:00
ajschult%verizon.net eec0e5a3b5 Bustage fix (assertion failure) for bug 319004, handle empty title 2006-01-06 03:25:11 +00:00
rob_strong%exchangecode.com 9a5006c47b Bug 321333 - Unable to uninstall or upgrade extensions due to existing extension directories having the read only attribute set. r=bsmedberg 2006-01-05 19:02:17 +00:00
joshmoz%gmail.com 55dc4e8105 Update old email addresses for Josh Aas. 2006-01-05 17:07:01 +00:00
gavin%gavinsharp.com 40e5957f10 Bug 319656: Toolkit code assumes document.firstChild is the root element, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2006-01-05 10:43:35 +00:00
ajschult%verizon.net bcad4cd6ab 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
gavin%gavinsharp.com 9b5e70170d Bug 321481: Certain pages with frames (e.g. gmail) show "phrase not found" when selecting "highlight all", even though it is (find bar updating incorrectly), patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2006-01-04 22:17:01 +00:00
rob_strong%exchangecode.com 90583ec774 Bug 315245 - Can't install extensions; installDroppedInFiles throws during startup. Also fixes bug 321019 - ExtensionManager barfs if registry based install location references an XPI instead of a directory. r=darin 2006-01-04 18:04:59 +00:00
mark%moxienet.com 5ee81c98bf 322354 libxul always links against X11. Only link against X11 when an X widget toolkit is selected. r=bsmedberg a/1.8.0.1,1.8.1=bsmedberg 2006-01-04 15:56:53 +00:00
ginn.chen%sun.com 3130b412df Bug 277750 Menu exposes 2-level accessible
r=aaronleventhal sr=neil.parkwaycc.co.uk
2006-01-04 06:09:27 +00:00
doronr%us.ibm.com e0b8467af0 Bug 264282 - PFS never shows the mimetype needed, even if it fails to locate the plugin. r=mconnor 2006-01-03 19:44:55 +00:00
gavin%gavinsharp.com 8f82d05612 Bug 321838: nsAppRunner.cpp still refers to components.ini in comment, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=bsmedberg 2006-01-03 15:19:55 +00:00
dbaron%dbaron.org 2170b6ff99 Happy new year! Change Mozilla Contributors copyright dates from 2005 to 2006. 2006-01-03 04:19:06 +00:00
ajschult%verizon.net d6607afa94 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
jwatt%jwatt.org 3d543ab984 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
gavin%gavinsharp.com 3346cf7c8f Bug 321729 followup: remove update.dtd as well, r=mconnor 2006-01-02 01:55:47 +00:00
mozilla.mano%sent.com 3c7fa9bcc7 Bug 315195 - Select wrong default font if I close the preferences window with Command + W shortcut. r=mconnor 2006-01-01 10:58:00 +00:00
bryner%brianryner.com 6f17959796 Fix for autocomplete widget crashes and misbehavior. This reverts the original fix for bug 192577 since that makes it difficult to reliably determine whether the autocomplete popup is open. Bug 192577 is re-fixed by adding a property to nsIPopupBoxObject to allow the "rollup event" behavior to be specified by an XBL binding. We then set this to "consume" for the urlbar dropdown, so that clicking on the button a second time only dismisses the popup, and skips dispatching the event. Additionally, this change makes us only have a singleton AutoCompleteController for all inputs (this was already the case for HTML inputs, but not XUL inputs). Bug 306067, r+sr=roc. 2005-12-31 23:34:46 +00:00
gerv%gerv.net eb50dd44e7 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 16:02:07 +00:00
gerv%gerv.net 1dca58927a Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 12:14:46 +00:00
gavin%gavinsharp.com cd8a2f2c20 Bug 321729: CVS Remove update.js and update.xul, they are unused, r=mconnor 2005-12-30 16:53:59 +00:00
gavin%gavinsharp.com 7ffab8a550 Back out the pinstripe change from bug 285846, it was unneeded. 2005-12-30 15:00:46 +00:00
gavin%gavinsharp.com dbc0c7bc6f Bug 285846: Winstripe/Pinstripe should use the same profile manager list item icon as Qute, r=mconnor 2005-12-30 07:59:15 +00:00
gavin%gavinsharp.com 34152561cb Bug 321732: printjoboptions.properties is dead, the other printjoboptions.* files should be packaged on non-Mac Unix only, r=mconnor 2005-12-30 07:37:58 +00:00
gavin%gavinsharp.com 874f3917d3 Bug 314663: #urlbar style rules don't belong in toolkit's autocomplete.css, r=mconnor 2005-12-30 04:54:06 +00:00
cbiesinger%web.de 1d04cb0110 Bug 309521
- add pseudo-classes for :-moz-type-unsupported and :-moz-has-handlerref (and a
  content state for the former)
  - make nsObjectLoadingContent return the right content state
- Add an XBL binding that gets instantiated for broken plugins
  - Make it themable
- Remove a lot of now-unused code in nsObjectFrame
- Fixes pluginfinder.
r+sr=bz, r=mconnor
2005-12-29 14:15:33 +00:00
bugzilla%arlen.demon.co.uk edd7540cb7 Bug 321153 Fix various printpreview issues when scaling / changing orientation
p=me fr=mscott sr=mconnor
2005-12-28 22:36:32 +00:00
gavin%gavinsharp.com fc219b27a3 Bug 312896: tab strip should not respond to double click in space above and below tabs, r=mconnor 2005-12-28 03:05:04 +00:00
gavin%gavinsharp.com 95fbb23132 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
gavin%gavinsharp.com 2063f369f4 Bug 202992: h or htt cut off in address bar autocomplete (adds :// to domain names starting with p or t), patch by Tom S. <toms@internode.on.net>, r=mconnor 2005-12-28 00:41:47 +00:00
gavin%gavinsharp.com c11d088e8d Bug 314700: Make use of nsIDOMPopupBlockedEvent's popupWindowName for opening blocked popups, r=mconnor 2005-12-28 00:39:10 +00:00
dbaron%dbaron.org 4707ddb5aa Fix leaks caused by cyclical ownership and XPCOM timers. b=315951 r=mconnor 2005-12-28 00:33:23 +00:00
gavin%gavinsharp.com 996a21f734 Bug 317949: hideMessage should default to hiding the message for selectedBrowser, r=mconnor 2005-12-27 18:39:18 +00:00
cbiesinger%web.de fefc23d4ac fixing firefox debug bustage 2005-12-26 18:29:23 +00:00
cbiesinger%web.de 72ac26b6ce Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
2005-12-26 16:45:59 +00:00
leon.sha%sun.com e9f9fed9e9 Bug 312154, Start script does not take care of running instance on solaris sparc.
benjamin: first-review+
Patch by leon.sha@sun.com
2005-12-26 03:10:35 +00:00
rob_strong%exchangecode.com 8210725587 Bug 320747] - Extensions update: Install Now button does nothing anymore. r=bsmedberg 2005-12-25 00:47:16 +00:00
bsmedberg%covad.net 7c7d1ebe49 Bug 321237 - Make NS_OS_CURRENT_PROCESS_DIR point to the application directory for XULRunner apps, r=robstrong 2005-12-23 14:51:39 +00:00
timeless%mozdev.org 23ec290fe6 Bug 321057 crash [@ NS_NewToolkitProfileService] because it doesn't handle OOM
r=bsmedberg
2005-12-23 01:26:59 +00:00
bsmedberg%covad.net fc951d1919 Bug 320972 - Integrate extensions/auth into libxul, r=darin 2005-12-22 17:55:42 +00:00
masayuki%d-toybox.com 58d50522a8 Bug 314222 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 As..." r=mconnor (and feedback from bug 314231's review) 2005-12-21 18:28:46 +00:00
timeless%mozdev.org bc001e0345 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
bsmedberg%covad.net bce6d514c6 Bug 320820 - Integrate webservices into libxul, r=doron 2005-12-20 14:13:01 +00:00
cbiesinger%web.de c6e491a9d3 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
gavin%gavinsharp.com dae5adb3e5 Bug 284379: Enabling middlemouse.contentLoadURL and middle clicking a tab should still close tab, patch by Adam Guthrie <ispiked@gmail.com>, r=rob_strong 2005-12-17 01:18:30 +00:00
gavin%gavinsharp.com 88673df696 Bug 313653: Find bar gives incorrect results with tabs--'Highlight all' does not update, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2005-12-17 00:40:09 +00:00
bsmedberg%covad.net 022df15b54 Bug 320553 - integrate universalchardet into libxul, r=bryner 2005-12-16 20:55:44 +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
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
bsmedberg%covad.net 9f1214086d XULRunner bustage, bug 320148 2005-12-14 18:36:23 +00:00
bsmedberg%covad.net cf0d973c21 Bug 320148 - Incorporate extensions/pref into libxul, r=bryner 2005-12-14 15:57:40 +00:00
cls%seawood.org 34fa564d93 Set NO_INSTALL as well as NO_DIST_INSTALL 2005-12-13 19:23:30 +00:00
gerv%gerv.net adbec5dbff Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-13 13:25:40 +00:00
vladimir%pobox.com 26c44023a0 b=317351, add env var to disable windows crash dialog on crash, r=bsmedberg 2005-12-12 19:09:58 +00:00
steffen.wilberg%web.de b2401da8fe Bug 318991: brand.dtd shouldn't hardcode the version number in releaseURL. r=bsmedberg 2005-12-09 20:52:02 +00:00
dougt%meer.net cf1fabfb6d Backing the button attribute removal. This was wrongly checked in. Sorry 2005-12-09 16:49:34 +00:00
dougt%meer.net 442428d5ac Bug 306538. Autocomplete does not work if you do not get a mousemovement event. This can occur on any device that doesn't have a mouse. This is a followup to remove the unneeded lastMoveTime as was suggested in the bug. r=mconnor 2005-12-08 22:35:32 +00:00
bzbarsky%mit.edu 23f01ef525 Backing out bug 305782 due to build bustage 2005-12-08 03:07:46 +00:00
bzbarsky%mit.edu b5e539acee Make it possible to use the system bzip2 library. Bug 305782, patch by Mike
Hommey <mh@glandium.org>, r=bsmedberg,cls
2005-12-08 01:38:58 +00:00
mkaply%us.ibm.com 6a0407face OS/2 build bustage with GCC 3.3.5 - ThreadMain should return void if ThreadFunc is defined as such 2005-12-05 18:36:29 +00:00
brettw%gmail.com cf6a628f86 Bug 302050 inline spellchecking for text boxes r=bryner, sr=beng 2005-12-05 18:18:11 +00:00
gavin%gavinsharp.com 691d0d7966 Bug 319006: External view source editor does not fallback to internal viewer on error, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2005-12-04 06:12:00 +00:00
masayuki%d-toybox.com bc7962ef7f Bug 318470 Build failure with MinGW due to Bug #316663 r=benjamin, sr=darin 2005-12-02 05:21:47 +00:00
mozilla.mano%sent.com 7101c99f7b Bug 250867 - icons only and other toolbar modes are not created in a global place. patch from Simon 'sipaq' Paquet <bugzilla@babylonsounds.com>, r=me, moa=mscott on the Thunderbird portions. 2005-12-01 10:03:58 +00:00
gavin%gavinsharp.com 70f6ede8f0 Bug 316302: remove extra whitespace from locales, and other minor fixes, patch by Hendrik Maryns <hendrik.maryns@uni-tuebingen.de>, r=bsmedberg for /mail, r=kaie for /security, r=mconnor for /toolkit 2005-11-30 03:52:11 +00:00
darin%meer.net 3ad87fe10a fixes bug 316663 "[win9x] cannot display japanese text on update processing dialog" patch by masayuki, r+sr=darin 2005-11-30 02:03:35 +00:00
timeless%mozdev.org 6c2165da76 Bug 318073 nsIProcess is not a service
patch by jason_barnabe@fastmail.fm r=mconnor
2005-11-29 16:40:17 +00:00
jst%mozilla.jstenback.com 8c89f091c7 Fixing build bustage. 2005-11-29 00:30:58 +00:00
jst%mozilla.jstenback.com 8f1863159b Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +00:00
cls%seawood.org 8304284763 Add missing type to typedef declaration. Fixing mingw bustage.
Bug #311735 r=bsmedberg
2005-11-28 15:04:32 +00:00
timeless%mozdev.org eb9350f619 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +00:00
bsmedberg%covad.net f7b8da45f0 Even the mini-libxul needs to link against libmozjs to pick up JS_GC, bustage from bug 311735 2005-11-23 15:53:03 +00:00
bsmedberg%covad.net f919f3abd0 Typo when copy/pasting the bustage fix :-( 2005-11-23 15:27:19 +00:00
bsmedberg%covad.net cd6f02631e libxul-only bustage fix, bug 311735 (must set EXTRA_DSO_LIBS before you include rules.mk) 2005-11-23 14:56:22 +00:00
bsmedberg%covad.net 6a4881b44b Bug 311735 - When --disable-libxul, build a little xul.dll with the embedding exports, r=darin (This xul.dll is not built in static builds because it wouldn't have access to the static module list anyway) 2005-11-23 14:16:33 +00:00
mvl%exedo.nl ec4da1e91e Bug 239373. Assertion in nsGenericElement.cpp, the toolkit part. r=mconnor 2005-11-22 20:33:32 +00:00
bsmedberg%covad.net e69953b3e9 Bug 315890 - Build extensions/xmlextras in tier 9 and into libxul, r=jst 2005-11-22 17:20:37 +00:00
gavin%gavinsharp.com a40ff71595 Bug 172817: Allow external source viewer/editor, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2005-11-22 05:36:48 +00:00
gavin%gavinsharp.com e1020cb827 Bug 312642: expose clickSelectsAll property in textbox.xml, r=Neil 2005-11-22 01:53:11 +00:00
neil%parkwaycc.co.uk 047163341e Bug 244886 Reuse <menulist type="description"> in Compose window p=Stefan.Borggraefe@gmx.de r=mscott sr=me 2005-11-21 13:55:47 +00:00
timeless%mozdev.org 17f5f5429f Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
bryner%brianryner.com 78969fd1ee Don't try to link in history_s.lib when MOZ_PLACES is enabled, since it's not built. 2005-11-18 07:48:54 +00:00
gavin%gavinsharp.com afad56b0dd Bug 316659: fix null dereference crash in markPageAsTyped, r=mano 2005-11-17 00:23:09 +00:00
bsmedberg%covad.net c754d6e134 Leftover bits of bug 315401 and libxul fixup from bug 263042 part 1 2005-11-16 20:59:21 +00:00
Jan.Varga%gmail.com 769b48f350 mozilla/toolkit part of the fix for bug 241249 - Text in column picker "restore natural order" is unclear to user.
r=mconnor, patch by Patrick
2005-11-15 21:38:25 +00:00
dougt%meer.net 24b45d4831 Adding a try catch to avoid noise in the js console. r=mconnor 2005-11-14 21:42:41 +00:00
darin%meer.net 697c78f1ea Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky 2005-11-12 18:17:19 +00:00
gavin%gavinsharp.com 3120aa0ea8 Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor 2005-11-12 01:51:36 +00:00
brettw%gmail.com b9777b38a2 bug 315570 r=benjamin
Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation. This patch fixes some style and portability nits.
2005-11-09 21:27:51 +00:00
brettw%gmail.com 944ede62d6 bug 315570
r=bryner
r=annie.sullivan

Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation.
2005-11-09 19:19:33 +00:00
brettw%gmail.com e1bcd0f4cd Adds "places" directory consisting of new moz-storage-based history
implementation.  Use --enable-places to use this code instead of the Mork
history implementation. This code is currently in active development, so some
things are broken, notably all the UI which uses RDF.

bug 266174
r=bryner
2005-11-08 02:25:22 +00:00
mrbkap%gmail.com be3ea49847 bug 315434: Remote XUL tabboxes can get stuck on a tab if the focus leaves the content window (e.g., one of the browser tabs is selected). r=mconnor 2005-11-07 20:21:44 +00:00
dveditz%cruzio.com 54a6d5d8e3 bug 312036 fix missing compress commit when deleting in the "date and site" history view, r=bryner, sr=dbaron 2005-11-07 07:43:55 +00:00
gavin%gavinsharp.com 52fc0b3570 Followup to bug 315004, r=mconnor. 2005-11-07 04:49:19 +00:00
mconnor%steelgryphon.com 0ea4421c4f bug 315004 - only allow http/https URLs for addon homepages, patch by dveditz, r=me 2005-11-06 19:18:44 +00:00
dougt%meer.net 948fc9aa52 This patch makes --disable-printing work from configure. b=308629. r=jst r=benjamin 2005-11-05 18:46:23 +00:00
bryner%brianryner.com cd25c9f80e Fix undetermined progressmeters on gtk2 (bug 315017). r=mconnor. 2005-11-04 07:03:37 +00:00
rob_strong%exchangecode.com 96d04ccc48 Extension compatibility updates check never completes. r=bsmedberg 2005-11-03 14:53:42 +00:00
neil%parkwaycc.co.uk 0eb7427fc2 Get default tooltip text more reliably b=147670 r=timeless sr=jst 2005-11-02 23:53:56 +00:00
bsmedberg%covad.net 7dde5df9dc Bug 314521 - Software update from tbird 1.5b2 -> 1.5rc1 doesn't update windows registry for add/remove program listing r=mscott 2005-11-02 21:17:43 +00:00
gavin%gavinsharp.com 1f11edb2f3 Bug 314647: remove onDownloadShowOptions, it's unused and browser specific, r=mconnor 2005-11-02 06:03:07 +00:00
bzbarsky%mit.edu d44ad313ae Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
changes, sr=jst
2005-11-02 00:41:51 +00:00
masayuki%d-toybox.com 4149066af7 Bug 313149 the code of findBar.js should be protected in a prototype r=mconnor 2005-11-01 17:34:45 +00:00
masayuki%d-toybox.com e7b9e65039 Bug 314288 FastFind is broken after find in this page in frame page r=mconnor, sr=bzbarsky 2005-11-01 04:13:21 +00:00
dveditz%cruzio.com 46120f51a9 bug 314258 "nsIAddonUpdateCheckListener is not defined" exception causes software update
to put up the incompatible extension message even when they're all compatible (firefox and thunderbird)
r/sr=darin
2005-10-31 23:17:23 +00:00
bsmedberg%covad.net a3deb73315 Bug 263042 - Build both autocomplete impls as separate components to make it easier to ship both of them with toolkit/xpfe r=Neil 2005-10-31 13:21:31 +00:00
gavin%gavinsharp.com ed152ad210 Bug 314335: make use of the defaultbutton and buttonlabel attributes of dialogs, where appropriate, r=mano 2005-10-30 17:16:17 +00:00
db48x%yahoo.com e407a569df fixes bug 190353: Property "pageIndex" of "wizard" tag is not working.
r=Neil, sr=bz
2005-10-28 22:00:14 +00:00
darin%meer.net 5b8b55b446 fixes bug 313963 "last-update.log not created if it does not already exist" r=bsmedberg 2005-10-27 18:46:10 +00:00
darin%meer.net 04ab197709 Gives credit where credit is due... [not part of the build] 2005-10-26 02:08:43 +00:00
darin%meer.net a4bbefba6f fixes bug 312670 "Software update does not set updates.xml correctly after successful install" patch by bent, r=darin 2005-10-26 01:59:10 +00:00
darin%meer.net 02fa9c51b6 fixes bug 313764 "Firefox does not restart after update" r=bsmedberg 2005-10-25 20:14:44 +00:00
darin%meer.net 30c6d5049b fixes bug 307103 "The Firefox Updater needs an icon" r=beng 2005-10-25 18:25:12 +00:00
joshmoz%gmail.com f22a07a028 add icon to Mac updater application. b=307103 sr=darin 2005-10-25 08:26:21 +00:00
darin%meer.net a2d06014dd fixes bug 311539 "A Null in the Updates Folder Gives False Indication" patch by bent, r=beng 2005-10-25 00:38:03 +00:00
darin%meer.net fdfebd1585 fixes bug 311613 "UI doesn't update when going from partial-> full update" patch by bent, r=beng 2005-10-25 00:33:50 +00:00
darin%meer.net fb1ff7a770 fixes bug 313521 "Registry keys under HKEY_CURRENT_USER incorrect after application update" patch by me with revisions from beng, r=beng+darin 2005-10-24 23:44:49 +00:00
darin%meer.net e2cb2141cf fixes bug 313623 "updater does not remove updates/0 directory upon completion of update" patch by bent, r=darin 2005-10-24 22:51:06 +00:00
darin%meer.net 6bfd396479 fixes bug 313522 "Auto-update did not happen for many beta1 users" patch by beng, r=darin 2005-10-24 22:22:02 +00:00
mkaply%us.ibm.com 3b6ec26d79 OS/2 build break 2005-10-24 19:23:00 +00:00
gavin%gavinsharp.com 0f7e4ceabf Bug 313501: invalid use of gBrowser in tabbrowser.xml, r=mconnor 2005-10-23 17:44:51 +00:00
mozilla.mano%sent.com 73ee0b83bf Bug 313205 - software update 'Check Now' uses the same accesskey as 'Next'. r=mconnor. 2005-10-23 07:40:38 +00:00
darin%meer.net e8671d9e9b fixes bug 311613 "UI doesn't update when going from partial-> full update" r=bent 2005-10-22 17:52:25 +00:00
darin%meer.net 72a3d3f888 fixes bug 313385 "The update history is broken if it has non-ASCII char" patch by Masayuki Nakano <masayuki@d-toybox.com>, r=darin 2005-10-22 17:46:38 +00:00
scott%scott-macgregor.org a1e10ae321 Bug #313200 --> minor thunderbird pinstripe tweak to avoid thread column jiggle when changing the sort order on thread columns.
patch by kevin gerich.

sr/a=me
2005-10-21 23:22:27 +00:00
bryner%brianryner.com ff18a37d19 Return NS_RDF_NO_VALUE if the hostname or referrer are empty, rather than a failure code (bug 313214). Patch by marria@gmail.com, r=bsmedberg, sr=me. 2005-10-21 19:39:05 +00:00
darin%meer.net d1fd2acd21 fixes bug 312360 "/home/ianh/firefox/firefox/firefox-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory" r=bsmedberg 2005-10-21 18:29:21 +00:00
darin%meer.net 9a4a50882a fixes bug 313240 "Update service fails via exception when run as non-privileged user" patch by Ben Turner (bent.mozilla@gmail.com), r=darin 2005-10-21 18:17:02 +00:00
mozilla.mano%sent.com 9d02917bc7 Follow up fix to bug 312846 - make sure Enter fires onclick if needed, r=mconnor. 2005-10-21 01:39:15 +00:00
darin%meer.net 528c87bba2 fixes bug 312670 "Software update does not set updates.xml correctly after successful install" patch by Ben Turner (bent.mozilla@gmail.com), r=darin 2005-10-21 01:38:01 +00:00
rob_strong%exchangecode.com bc6947e093 Bug 264537 Firefox startup dumps random text to console. p=nrthomas r=rob_strong, sr=darin 2005-10-21 01:09:07 +00:00
rob_strong%exchangecode.com bf970595a4 Bug 257992 Cannot install multiple themes using drag-and-drop to the EM window. r=mconnor 2005-10-21 01:01:51 +00:00
bryner%brianryner.com b4a806dc9d Enable fastloading of JS components. Bug 279839, r=shaver sr=brendan. 2005-10-20 16:39:24 +00:00
mozilla.mano%sent.com 67f7317005 Bug 312913 - Caret mode no longer on by default in View Source window. patch from Uri Bernstein <uriber@gmail.com>, r=me. 2005-10-20 15:24:43 +00:00
scott%scott-macgregor.org a29dc3ba77 Bug #285136 --> make thunderbird's theme rtl compatible. 2005-10-19 20:20:50 +00:00
darin%meer.net 80a66a5930 fixes bug 308575 "First nightly update fails for installer builds if it is a partial (binary patch) - xpicleanup is not stripped" patch by Nick Thomas <nrthomas@gmail.com>, r=darin+bsmedberg 2005-10-19 19:14:46 +00:00
mark%moxienet.com 929c7881fd Bug 312763, page setup settings aren't saved or used on the Mac. Save native print settings after page setup. r=mano 2005-10-18 20:14:16 +00:00
mozilla.mano%sent.com e851878b90 fixxing typo from my last checkin 2005-10-18 18:28:39 +00:00
bsmedberg%covad.net 40d0506fdd Bug 245392 - Installer options for shortcuts don't work (shortcuts always installed) r=dveditz 2005-10-18 18:08:58 +00:00
mozilla.mano%sent.com acbeb823f1 Bug 311228 - If Update is done in background (e.g. Autoupdate), disable the Restart Application button for a short delay when the wizard pops up. r=mconnor. 2005-10-18 16:48:12 +00:00
mozilla.mano%sent.com 2208504df4 Bug 312846 - Pressing Enter when a UI-link is focused inside a wizard advances the wizard. r=mconnor. 2005-10-18 15:45:10 +00:00
mozilla.mano%sent.com 2fedaa9187 Bug 305226 - Fix the Details link in the Donwloading update wizard page. r=mscott/mconnor. 2005-10-17 19:52:40 +00:00
bsmedberg%covad.net b26a3c2f1c Bug 312308 - tabbrowser: closing tab throws exception when no "autocompletepopup" attribute is set, patch by Garrett Davis <gdavis@nsisoftware.com> r=me 2005-10-17 17:08:12 +00:00
cbiesinger%web.de 7255df824b bug 206556 remove app-specific text from profile manager dialogs
patch by Simon Paquet <bugzilla@babylonsounds.com> r=bsmedberg
2005-10-15 16:27:54 +00:00
mozilla.mano%sent.com 672cfea312 Bug 303916 - JS error when dragging local file over tabs. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=me. 2005-10-15 05:47:54 +00:00
darin%meer.net a6f6369c29 fixes bug 304286 "Certificate failures during automatic check for updates should not give user choice to connect anyway" r=biesi sr=dveditz 2005-10-15 02:46:06 +00:00
jwalden%mit.edu c9ea7853fa Bug 295229 - Make shortcuts table styling in Help docs not suck. Style changes by Steven Garrity <steven at silverorange dot com>, patch by me. 2005-10-15 00:17:05 +00:00
dveditz%cruzio.com b69d697984 bug 310696 suppress "view-source:" scheme in title, r=mconnor, sr=neil.parkwaycc 2005-10-14 23:33:51 +00:00
neil%parkwaycc.co.uk ad474586ca Merge contextmenu handlers (as per branch patch for bug 301873 r=mconnor) sr=jag 2005-10-14 23:14:32 +00:00