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

163706 Коммитов

Автор SHA1 Сообщение Дата
mrbkap%gmail.com b8950a2eb1 Make XML.prototype.appendChild useful by fixing a bug in GetProperty that also exists in ECMA-357. bug 336921, r=brendan 2006-07-26 20:49:52 +00:00
mrbkap%gmail.com 626162160c Checking in a patch from Feng Qian <feng.qian.moz@gmail.com> to improve the performance of Date by caching the UTC time as well as the local time. bug 340992, r=mrbkap 2006-07-26 20:23:45 +00:00
aaronleventhal%moonset.net 6fcd778854 Bug 344896. Refactor accessibility events handling. Part 1 of fix, add nsPIAccessible::allowsAnonChildAccessibles(). Patch by Alexander Surkov. r=aaronlev 2006-07-26 19:38:25 +00:00
mkaply%us.ibm.com 8b65ce02b5 Bring CCK current on the trunk since development was happening on the 1.8.0 branch 2006-07-26 19:36:06 +00:00
bzbarsky%mit.edu 0c64f2595a Adding regression test. 2006-07-26 18:57:10 +00:00
vladimir%pobox.com 31c8e763e7 b=334174, corrupted db files are not handled correctly, r=brettw 2006-07-26 18:54:12 +00:00
mrbkap%gmail.com 3d9bf71497 Allow reserved keywords to be used as property identifiers after attribute selectors. bug 345922, r=brendan a=beltzner 2006-07-26 18:50:40 +00:00
gavin%gavinsharp.com a2f1db0eaf Fix bug 345327: "clear" button in the console doesn't work, regression from bug 322169, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2006-07-26 18:31:45 +00:00
jwalden%mit.edu 11c26bae9c Bug 345666 - Node.normalize() doesn't remove empty Text nodes. r+sr=jst 2006-07-26 18:30:50 +00:00
mozilla.mano%sent.com a0b6c0964c Bug 343587 - Make mousedown-to-scroll faster (150ms delay), r=beltzner. 2006-07-26 18:17:29 +00:00
benjamin%smedbergs.us a778372e10 Bug 335605 - Hook up "download dictionaries" context menu, r=brettw 2006-07-26 18:09:33 +00:00
tony%ponderer.org 60190fee50 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 87e77d5940 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 e15a4df54d Fix incorrectly-written assertion. b=345620 r+sr=bzbarsky 2006-07-26 16:23:49 +00:00
timeless%mozdev.org bf613adffe 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 d0783c2a7f Bug 340949 - minor fixes 2006-07-26 15:14:28 +00:00
longsonr%gmail.com 8297eb898c 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 a24156b7d9 Bug 345600, Crash [@ nsTextInputListener::UpdateTextInputCommands] using onselect and removing textarea, r+sr=roc 2006-07-26 07:58:18 +00:00
wclouser%mozilla.com e750848016 another change 2006-07-26 04:12:34 +00:00
bclary%bclary.com 35a7e72be4 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 2584e1b8b6 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 6b51f8bcd7 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 ad013a907d 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 df3da6404d 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 3f8bf3c65a 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 350e03f0a3 Bug 323798: Keyword URL Needs to be localized, r=axel, sr=bzbarsky 2006-07-26 01:19:42 +00:00
mattwillis%gmail.com ed1d78f9b6 bug 343027 - syncs branch and trunk files. r=jminta 2006-07-26 00:40:23 +00:00
rob_strong%exchangecode.com 8080121144 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 79493647ad 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 ecec49b5cf Bug 343599 only call Resume if Suspend succeeded
r+sr=darin
2006-07-26 00:15:42 +00:00
cbiesinger%web.de 2864c81290 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 f35b32ce84 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 4af3632617 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 45799e68f3 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 7d0c48b8f1 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 2711b61c3c 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 858c30b78d 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 ceee654fc4 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 27af34bde8 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 46c1be5ebc 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 8790020105 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 d8f009afc8 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 bb0e5916ca 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 182f0345f7 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 348cf9998f 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 0429f4d0b1 Bug 345899 - Protect against XMLHttpRequest statusText not being available. r=sspitzer 2006-07-25 21:09:22 +00:00
scott%scott-macgregor.org d29ff463e6 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 6591ef65e1 Bug 345901 - Remove mismatch.js and mismatch.xul. r=sspitzer 2006-07-25 21:07:32 +00:00
mrbkap%gmail.com b631dfc76d Make jsfile.c compile in the new world. bug 345761, rs=brendan 2006-07-25 20:46:11 +00:00
mozilla.mano%sent.com 13a8bb75ba Backing out bug 345257 due to the crash reported in 345659. 2006-07-25 19:57:58 +00:00