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

181257 Коммитов

Автор SHA1 Сообщение Дата
dbaron@dbaron.org ee7b9906fd Make aRuleDetail parameters to Compute*Data not be references. b=388546 r+sr=bzbarsky 2007-07-22 10:56:56 -07:00
sdwilsh@shawnwilsher.com 82e159c154 Bug 385875 - Remove image url from being stored in the DM. r=mano 2007-07-22 10:33:14 -07:00
sdwilsh@shawnwilsher.com 069e9d5b18 Bug 385875 - Remove image url from being stored in the DM. r=mano 2007-07-22 10:24:03 -07:00
mats.palmgren@bredband.net d6eb0045a2 Remove nsDirectionalFrame::QueryInterface(), add GetFrameName(), and some other minor cleanup. b=385921 r+sr=dbaron 2007-07-22 07:43:23 -07:00
mats.palmgren@bredband.net a2e1cce21c [DEBUG-only] Print a warning if we find a null float in the float cache. b=387651 r+sr=roc 2007-07-22 06:37:36 -07:00
mats.palmgren@bredband.net 65425b3598 Don't clobber 'pos' in the inner loops since we might need it again for the outer loop. b=388424 r=cbiesinger sr=bzbarsky 2007-07-22 06:15:38 -07:00
cst@yecc.com 011bf855ad Bug 384575 - Remove SeaMonkey's autoscroll now that its improvements have been ported to toolkit's
r=mano on the toolkit change
r+sr=neil on the rest
2007-07-21 19:42:01 -07:00
cst@yecc.com 380e686ab8 Bug 386949 - Browsers should share autoscroll popups when possible; otherwise, a browser should delete its popup when it's closed
r=mano
2007-07-21 18:14:45 -07:00
cst@yecc.com 3218dd5427 Bug 321447 Allow slower minimum speed for autoscroll (toolkit version)
r=mano
2007-07-21 17:57:45 -07:00
brendan@mozilla.org 0427f2943d Backing out, see bug 389122 and orange or red tinderboxes. 2007-07-21 16:21:20 -07:00
brendan@mozilla.org b36bbabdb0 Fast natives and related optimizations (385393, r=igor). 2007-07-21 14:39:42 -07:00
sspitzer@mozilla.org daca981d3e fix for bug #389003: sometimes favicons in url results are blank, need to use
the favicon service.

r=mano
2007-07-21 13:05:27 -07:00
enndeakin@sympatico.ca e0ae845915 Bug 389082, adjust progressmeter test so that it actually runs, r=mano 2007-07-21 13:00:04 -07:00
tor@cs.brown.edu d04fa35ca9 Bug 316908 - Add SVG to nsComputedDOMStyle. r+sr=dbaron 2007-07-21 07:20:25 -07:00
sspitzer@mozilla.org 2cea84ef05 fix for bug #389024: Search in "Current Collection Only" in Bookmarks Manager doesn't return results
r=mano
2007-07-21 02:34:22 -07:00
sspitzer@mozilla.org 80ee3c2612 fix for bug #389032: problems when changing search scope within Bookmarks Manager
r=mano
2007-07-21 01:34:42 -07:00
sspitzer@mozilla.org 6499dcdfc7 fix for bug #388860: New folder button on Add Bookmark panel does nothing.
r=mano
2007-07-21 01:30:07 -07:00
myk@mozilla.org fde02490fa bug 387930: add an API (nsIHandlerService, implemented by nsHandlerService.js) for modifying the content handling datastore (mimeTypes.rdf)
r=dmose
sr=biesi
2007-07-21 00:18:21 -07:00
bzbarsky@mit.edu e309c86195 Make codesighs work on OSX again. Bug 388891, patch by Vlad Sukhoy
<vladimir.sukhoy@gmail.com>, r=shebs
2007-07-20 20:23:35 -07:00
bzbarsky@mit.edu 6520faea64 Actually return a failure rv on failure. Bug 388115, r=jst, sr=brendan 2007-07-20 20:22:24 -07:00
bzbarsky@mit.edu e5b0b3d587 Use a Subsumes() chec, not same-origin. Bug 387202, r=vlad, sr=jst 2007-07-20 20:11:15 -07:00
bzbarsky@mit.edu 70f1323690 Don't generate state keys at all, if there's nothing to get. Bug 388387, r+sr=sicking. 2007-07-20 20:00:02 -07:00
mrbkap@gmail.com 91b3848510 Don't double-wrap objects when getting them out of an XPCVariant. bug 384632, r=peterv sr=jst 2007-07-20 18:03:55 -07:00
mrbkap@gmail.com d41b2caa57 Don't ship link to the head from <body>. <link> and <style> will still prefer the head in the absense of an explicit body, but will stay still if there is one. bug 387691, r=sicking/sayrer sr=jst 2007-07-20 17:40:59 -07:00
jwalden@mit.edu 804f30a419 Rename one of the bits on frames with a meaningful name, rs/r+sr=dbaron 2007-07-20 17:34:36 -07:00
Olli.Pettay@helsinki.fi a89b66232b Bug 388646, Resizers shown for non-editable elements when document contains contenteditable element, r+sr=peterv 2007-07-20 16:21:49 -07:00
Olli.Pettay@helsinki.fi 0047149c8a Bug 388746, Mutation events don't work with input element, r+sr=bz 2007-07-20 16:20:33 -07:00
Olli.Pettay@helsinki.fi 076594c97a Bug 355367, textbox onchange doesn't fire if user tabs out and value changed in onkeydown, r=jst, sr=sicking 2007-07-20 16:19:19 -07:00
dmose@mozilla.org 6f536c32ca Backing out my inadvertant checkin of nsIHandlerService related changes; that checkin was intended for the branch. Sorry, folks! 2007-07-20 15:55:31 -07:00
sspitzer@mozilla.org 89a481d342 unit tests for bug #385829: Search for bookmark queries by lastModified / dateDated
r=mano
2007-07-20 15:26:01 -07:00
sspitzer@mozilla.org 7e03c6fe2c fix for bug #373353: add favicons to the results in the location bar
r=mano
2007-07-20 14:55:18 -07:00
flamingice@sourmilk.net cf2b95b44b Bug 388977, Only compile nsPluginDirServiceProvider.cpp on Windows, r+sr=jst 2007-07-20 13:34:51 -07:00
dmose@mozilla.org ee78a170f4 Replace myk's changes that I accidentally horked during the merge. 2007-07-20 13:23:44 -07:00
sharparrow1@yahoo.com 950a0b5183 Bug 379922: Canvas frame's invalidation no longer correct. r+sr=dbaron 2007-07-20 13:14:43 -07:00
cbiesinger@gmx.at 15c6e7f92d Bug 347639 only load objects/embeds/applets once the object is inserted into the document
r+sr=bz
2007-07-20 13:14:38 -07:00
sharparrow1@yahoo.com 4a5c79c99a Reftest for bug 384762 2007-07-20 13:09:08 -07:00
sharparrow1@yahoo.com 70151029e0 Bug 384762: Negative margin + clear broken. r+sr=dbaron 2007-07-20 13:05:02 -07:00
enndeakin@sympatico.ca 78765366c2 Bug 388375, menulist dropmarker doesn't highlight, caused by incorrect case for atom,r+sr=roc 2007-07-20 12:55:42 -07:00
sayrer@gmail.com fd66403c47 Bug 388920. EXTENSIONS_ALL broken since webservices was removed. r=ted.mielczarek 2007-07-20 12:24:10 -07:00
jwalden@mit.edu aed6f06159 Bug 386142 - fix up some comments on nsIFrame::Init. Patchby fantasai <fantasai.bugs@inkedblade.net>, r+sr=roc 2007-07-20 12:00:36 -07:00
mozilla@weilbacher.org 22a20f481b [OS/2] Bug 361329: fix XRE restart by working around broken execv() in libc06x, r=mkaply 2007-07-20 11:57:22 -07:00
mozilla@weilbacher.org 9e236ad275 Bug 381944: Fix all.js for OS/2 and BeOS, r=mkaply 2007-07-20 11:52:29 -07:00
sharparrow1@yahoo.com b108db5934 Reftest for bug 384876 2007-07-20 11:39:36 -07:00
sharparrow1@yahoo.com 30bd65b852 Bug 384876: Padding gets added at both sides when overflow is used. 2007-07-20 11:35:20 -07:00
ted.mielczarek@gmail.com fb0ee58d99 bug 336959 - line breaking with pango/uniscribe - add pango/pango-break.h to system-headers. r+sr=dbaron 2007-07-20 10:02:55 -07:00
zach@zachlipton.com a2a85ad377 Remove alerts, rename 3.0 branch properly. 2007-07-20 09:49:35 -07:00
mozilla@weilbacher.org 0ba5ac4106 [OS/2] Bug 351167: remove obsolete resource.h, r=mkaply 2007-07-20 09:34:42 -07:00
sspitzer@mozilla.org 8619adbe0e backing out, tree is closed 2007-07-19 21:22:07 -07:00
sspitzer@mozilla.org a0b58e27d3 fix for bug #388860: New folder button on Add Bookmark panel does nothing
r=dietrich
2007-07-19 21:18:44 -07:00
sdwilsh@shawnwilsher.com 463f1e87ae Bug 388506 - Use emdash for download status [time — progress (rate)]. Patch by Edward Lee <edilee@mozilla.com>. r=sdwilsh 2007-07-19 20:30:54 -07:00