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

163556 Коммитов

Автор SHA1 Сообщение Дата
tony%ponderer.org 56b89b01fe Bug 345938: anti-phishing doesn't check all urls if there are http redirects
patch: listen for all document requests
r=darin,sr=bryner
2006-07-26 17:41:36 +00:00
lpsolit%gmail.com 78245b5a29 Bug 333407: file_too_large error should mention AttachURL when enabled - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=timeless a=myk 2006-07-26 16:39:42 +00:00
dbaron%dbaron.org 5b59c32594 Fix incorrectly-written assertion. b=345620 r+sr=bzbarsky 2006-07-26 16:23:49 +00:00
timeless%mozdev.org 610396f65a Bug 345903 Crash in [@ nsComponentManagerImpl::GetService] with broken JS component
r=dougt
ComponentManager talks to factories when it's asked to create components or get services. The factories are expected to return success when they provide an object or return a failure code and provide a null pointer.

Unfortunately, it's trivially easy for someone writing a js xpcom component to mess up their factory such that they return success without providing an object.

In this case we will now throw NS_ERROR_SERVICE_NOT_FOUND. I've picked this because we did not find a factory capable of properly servicing our request :) -- and because there's no better result available :(.

This branch eventually deserves PR_LOGGING so that people could see it even if they didn't build debug (but did somehow get prlogging), but that's left for a future patch.
2006-07-26 16:00:16 +00:00
daniel.boelzle%sun.com 314b11b563 Bug 340949 - minor fixes 2006-07-26 15:14:28 +00:00
longsonr%gmail.com 05e25abc44 Bug 334950 - bogus assertion when no viewbox specified for marker. r=tor,sr=roc 2006-07-26 12:33:24 +00:00
Olli.Pettay%helsinki.fi 599fed1d7e Bug 345600, Crash [@ nsTextInputListener::UpdateTextInputCommands] using onselect and removing textarea, r+sr=roc 2006-07-26 07:58:18 +00:00
wclouser%mozilla.com 4e8a83f25c another change 2006-07-26 04:12:34 +00:00
bclary%bclary.com 6a58b518d2 Improve consistency of IEEE 754 floating point, shell only, not part of the build, r=mrbkap,sr=brendan, bug 343984 2006-07-26 03:56:41 +00:00
mrbkap%gmail.com 9d9e946dfb Deal with a function in a generator passing too few arguments and with calling the result of 'yield'. Patch from brendan, r=mrbkap, bug 345879 2006-07-26 03:07:16 +00:00
jminta%gmail.com fa6753b174 Bug 344561 Day/Week view: Header boxes are misaligned if scrollbars are shown, patch by thomas.benisch@sun.com, r=jminta 2006-07-26 03:03:37 +00:00
mrbkap%gmail.com fd7a5d36d0 Push catch and with statements onto tc->topScopeStmt so we don't optimize variable lookups inside of them. Also, protect against adding a stmt to the scope statement list twice. bug 345867, r=brendan 2006-07-26 03:03:18 +00:00
gavin%gavinsharp.com 16709fda8f Bug 344189: don't cancel the search autocomplete timer from stopSearch, to avoid having the caller wait indefinitely (also avoids multiple tabs opening for a single search), r=mconnor 2006-07-26 02:50:27 +00:00
bclary%bclary.com 9cfd8af041 Force JS_Assert to exit with code 3 on Windows, debug only, r=mrbkap,sr=brendan, bug 345118 2006-07-26 02:38:58 +00:00
gavin%gavinsharp.com e62b99303f Bug 323798: Keyword URL Needs to be localized, r=axel, sr=bzbarsky 2006-07-26 01:19:42 +00:00
mattwillis%gmail.com 4f3a9fccac bug 343027 - syncs branch and trunk files. r=jminta 2006-07-26 00:40:23 +00:00
rob_strong%exchangecode.com ba2fad6ed1 Bug 344148 - Heading/tailing whitespace in override.properties should be removed according to the spec of the properties files. patch=Asai Tomoya, r=rob_strong 2006-07-26 00:19:11 +00:00
cbiesinger%web.de 7703bc4bb4 Bug 343599 don't forcefully unsuspend the pump in Cancel; instead, only call
OnStopRequest once the pump is no longer suspended.
r=darin sr=bz
2006-07-26 00:17:03 +00:00
cbiesinger%web.de 5ee454e55b Bug 343599 only call Resume if Suspend succeeded
r+sr=darin
2006-07-26 00:15:42 +00:00
cbiesinger%web.de 07ecca07e1 Bug 345398 make the socket input stream call asyncWait's callback even if it
is already closed r=darin sr=bz
2006-07-26 00:12:39 +00:00
jst%mozilla.jstenback.com 03d78059b9 Fixing bug 345791. Removing unused method nsPIDOMWindow::GetObjectProperty(). r=mrbkap@gmail.com, sr=bugmail@sicking.cc 2006-07-25 23:57:10 +00:00
lpsolit%gmail.com 6fb1e348ca Bug 343752: The 'order' field in buglist.cgi is not properly parsed when using aliases - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk 2006-07-25 23:31:27 +00:00
lpsolit%gmail.com 6f8d9fb3b7 Bug 338869: The 'quicksearch' field in the footer redirects to http:// even when sslbase is in use - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-07-25 23:22:48 +00:00
mkanat%bugzilla.org b14ebe0244 Bug 300978: bad output when a non-cgi script dies
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-25 23:22:03 +00:00
mrbkap%gmail.com d3f726c702 Protect each cloned block object from being GC'd. Patch from brendan, r=mrbkap, bug 345772 2006-07-25 23:21:03 +00:00
mkanat%bugzilla.org 7259a58262 Bug 339382: Make Bugzilla::Field use Bugzilla::Object
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-25 23:20:42 +00:00
mike.morgan%oregonstate.edu 898cee065c Adjustment to patch class to allow additional checks for partner channels to fall back on release channels. See bug 344742. 2006-07-25 23:02:21 +00:00
tony%ponderer.org 2282f79164 Bug 345460: Phishing site detection failure with changes to the URL fragment
patch: stop using GetName() and remove url fragment
r=darin,sr=bryner
2006-07-25 22:53:31 +00:00
pamg.bugs%gmail.com c4a973cf3b Bug 343897: Microsummary bookmark in toolbar has incorrect hover highlight. Images by <kevin@kmgerich.com>. 2006-07-25 21:52:57 +00:00
gavin%gavinsharp.com b62b4f02d0 Bug 345869: fix regression from bug 345407 that caused the search bar dropdown shortcuts to not work, r=pamg/mconnor 2006-07-25 21:39:15 +00:00
gavin%gavinsharp.com 00cca42af3 Bug 234770: Password field names are used instead of username field names to find acceptable signons, patch by Michael Wu <michael.wu@mozilla.com>, r=enndeakin 2006-07-25 21:36:43 +00:00
gavin%gavinsharp.com 13275df82a Bug 337532: Back and Forward dropmarker history buttons should have proper names, patch by Mark Pilgrim <pilgrim@gmail.com>, r=mano 2006-07-25 21:34:49 +00:00
gavin%gavinsharp.com 9f8391cbb5 Bug 345538: Can no longer drag extensions or themes into Add-ons manager to install them (drags from outside Mozilla don't work), patch by Michael Wu <michael.wu@mozilla.com>, r+sr=roc 2006-07-25 21:32:26 +00:00
gavin%gavinsharp.com 664e593f55 bug 340976: new icon that includes larger sizes so that it looks better in Vista, icon by Steven Garrity <steven@silverorange.com>, a=mconnor 2006-07-25 21:09:23 +00:00
rob_strong%exchangecode.com d74ca771ce Bug 345899 - Protect against XMLHttpRequest statusText not being available. r=sspitzer 2006-07-25 21:09:22 +00:00
scott%scott-macgregor.org f1849b1bd4 Bug #345873 --> change the wording of the junk mail options text. suggestion by wintogreen and beltzner. a=me 2006-07-25 21:08:47 +00:00
rob_strong%exchangecode.com 43e78fbf93 Bug 345901 - Remove mismatch.js and mismatch.xul. r=sspitzer 2006-07-25 21:07:32 +00:00
mrbkap%gmail.com f9cd7ff116 Make jsfile.c compile in the new world. bug 345761, rs=brendan 2006-07-25 20:46:11 +00:00
mozilla.mano%sent.com a17699fbcd Backing out bug 345257 due to the crash reported in 345659. 2006-07-25 19:57:58 +00:00
tor%cs.brown.edu 06855d243d Bug 345874 - rename tree libpixman functions to prevent collisions
with system cairo.  r=vlad
2006-07-25 19:37:04 +00:00
dougt%meer.net c5816edd94 fix for 343003. r=dveditz 2006-07-25 18:53:38 +00:00
pavlov%pavlov.net e7e58a1541 fixing cocoa widget bug causing popup menus to not draw. bug 332917. r=mento sr=roc 2006-07-25 18:51:41 +00:00
bienvenu%nventure.com 21a56a1199 fix 345883, sr=mscott, saved searches with local mail folder body searches keep local mail folder file open 2006-07-25 18:41:25 +00:00
tor%cs.brown.edu 3a4546517e Bug 345511 - remove nsISVGMaskFrame. r+sr=roc 2006-07-25 18:29:10 +00:00
scott%scott-macgregor.org 07cabefe9d Bug #345129 --> rebranding msg flags as stars. sr=bienvenu 2006-07-25 18:13:12 +00:00
tony%ponderer.org bce5349e2d bug 345675: unwanted connection to www.google.com at startup with Safe
Browsing disabled
patch: don't get key if sb off, don't get whitelist tables if remote checking
on
r=mmchew,sr=bryner
2006-07-25 17:44:26 +00:00
brettw%gmail.com fc4ae51077 Bug 334675 r=darin a=mconnor Notify users on async IO errors 2006-07-25 17:04:48 +00:00
jminta%gmail.com eaec1f754a Bug 345349 Add notification bar when blocking images for a site to help notice accidental blocking. r=mconnor, ui-r=beltzner 2006-07-25 16:56:46 +00:00
bugzilla%standard8.demon.co.uk 2888fcd4be Bug 344510 DOMI appears twice in SeaMonkey's mailnews tools menu when MOZ_XUL_APP=1 is set. r=timeless,sr=Neil 2006-07-25 16:35:55 +00:00
mats.palmgren%bredband.net dbd2be8da2 Add float:none and position:static !important for <option> and <optgroup>. b=343510 r+sr=bzbarsky 2006-07-25 16:16:30 +00:00