Commit Graph

190340 Commits

Author SHA1 Message Date
roc+@cs.cmu.edu
aeaf9bd3dc Bug 420351. Empty bullets cannot make a line non-empty. r+sr=dbaron 2008-03-11 00:36:03 -07:00
reed@reedloden.com
e689157629 Bug 419990 - "Firefox hides the urlbar dropmarker too late when chromehidden contains toolbar" (Correct the chrome size accounting when chromehidden contains toolbar) [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Mano a1.9=shaver] 2008-03-11 00:08:16 -07:00
karlt+@karlt.net
72d5e5247b Bug 421955. combining mark at start of text run rendered as NUL hex box or garbage. r=roc, a1.9=damons 2008-03-11 00:04:31 -07:00
ajschult@verizon.net
478afea30b Bug 420541: test failures because onfocus never fires for iframe load, r=Enn 2008-03-10 21:35:46 -07:00
mozilla.mano@sent.com
d4893bc197 Bug 408938 - Include bookmarks toolbar folder in bookmarks menu. r=dietrich. 2008-03-10 20:18:44 -07:00
dolske@mozilla.com
3fe547d673 Disable one check that seems to be mysteriously failing. 2008-03-10 19:24:08 -07:00
jonas@sicking.cc
0c80ff16bc Back out due to failed mochitest 2008-03-10 19:18:15 -07:00
timeless@mozdev.org
6aeae740d1 Bug 419510 PAC dateRange function doesn't handle months after JUN r=biesi a=dsicore Also adds support for getDay("SAT")... 2008-03-10 18:40:08 -07:00
jonas@sicking.cc
4216df2295 Bug 401155: Make sure plugins and XBL constructors not execute when creating a script wrapper if it's not safe to execute scripts. r=bz sr=jst. 2008-03-10 17:49:19 -07:00
philringnalda@gmail.com
2feb548f71 Bug 402637 - Make uri-element class work on any element, r=mano, r=mconnor, a1.9=dsicore 2008-03-10 17:19:04 -07:00
dolske@mozilla.com
7523d0609f Bug 419081 - Password prompting code doesn't check new passwords against all possible existing passwords. r=gavin, a=blocking-ff3+ 2008-03-10 17:14:10 -07:00
timeless@mozdev.org
7e62613f50 Bug 421303 Crash [@ jsds_ScriptHookProc] r=caillon a=dsicore If we reach ~jsdService, that means our client doesn't care about us, so we can (and should) drop all references to any callbacks (if they cared, they'd have kept us alive!*). I think jsdService::Off should clear all the hooks, the strange magic of not clearing it isn't really a great idea. So for Off, we'll now clear the ScriptHook too (consumers who use off should really drop any references they have to our objects...). I'm still on the fence on this point, I suspect we can actually move it from ::Off to ~jsdService (it must be cleared at some point, otherwise if jsd_xpc's library manages to get unloaded, the function pointer would be invalid, which would be *BAD*). jsds_NotifyPendingDeadScripts needs to clear gDeadScripts whether or not there's a service or hooks, so it does. Because it's a static callback and because of the scary way GC works, I'd rather ensure (deathgrip) that jsds is available (and consistent!) for the duration of the function call. The code already handles the lack of a hook, so there's no reason to do magical returns.... The real problem which mayhemer found was that jsdService::Off was returning early (failure) because gGCStatus wasn't JSGC_END when called from ~jsdService from JS_GC from the cyclecollector, so we make sure that ~jsdService forces ::Off to act as if it is JSGC_END (after ensuring that there are no callbacks available). * a pure javascript (xpcom component, not DOM hosted!) version of a jsdService consumer means that jsdService will need to talk to the CycleCollector eventually (this is another bug for the future). 2008-03-10 17:13:48 -07:00
mozilla@weilbacher.org
83b35de7f5 [OS/2] Bug 369791: adapt plugin code to compile with cairo-os2, this in principle allows plugin content to be printed and windowless plugins to display, r=mkaply, a1.9+=damons 2008-03-10 17:10:55 -07:00
sayrer@gmail.com
3e1d107b94 Bug 421984. Build with -fstrict-aliasing on GCC platforms. r/a=shaver 2008-03-10 17:04:47 -07:00
timeless@mozdev.org
6fe2ecb6dd Bug 421774 consolidate jsd static variables into main r=shaver 2008-03-10 16:11:36 -07:00
jwalden@mit.edu
d509cf4a37 Bug 421767 - element.attributes.removeNamedItemNS(<non-existent attribute NS and name>) returns null instead of throwing. acid3++ r+sr=jst, a=beltzner 2008-03-10 16:02:36 -07:00
jay@mozilla.org
9ddeeea92c bumped version and added Help tab content 2008-03-10 15:31:59 -07:00
dholbert@cs.stanford.edu
d47b541608 Bug 407243 reftest, to define current behavior. 2008-03-10 15:11:16 -07:00
bclary@bclary.com
7adb6dde49 JavaScript Tests - update test to catch exception in browser tests, bug 420612 2008-03-10 14:24:35 -07:00
jwalden@mit.edu
2b823be5c5 Bug 420521 - Leaking nsThread and nsTimerImpl running full set of Mochitests. This fixes the last refcounted leak on OS X Mochitests! Zounds! r=brendan, sr=dbaron, a=blocker 2008-03-10 14:05:46 -07:00
igor@mir2.org
72a45fd109 bug=419632 r=brendan a1.9=blockin1.9 avoiding weak roots for doubles 2008-03-10 12:27:44 -07:00
reed@reedloden.com
55d04204ff Bug 421841 - "Breakpad continually sends the same crash report over and over until you manually stop it" (add (void)closeMeDown; method, call it instead of closeClicked) [p=beltzner@mozilla.com (Mike Beltzner) r=ted/luser a=blocking1.9+] 2008-03-10 11:59:59 -07:00
reed@reedloden.com
71610e2cd7 Bug 355181 - "net_IsValidHostName() comment says one thing, code does another" (use a whitelist) [p=michal@allpeers.com (Michal Novotny) r=biesi a=blocking1.9+] 2008-03-10 11:59:13 -07:00
bhearsum@mozilla.com
c4a0ff5d46 bug 420947: bootstrap changes to support new patcher2.pl prettyVersion. r=rhelmer, patch=me 2008-03-10 11:53:05 -07:00
dietrich@mozilla.com
8d6ce95d83 Backing out test of bug 384370 2008-03-10 10:49:31 -07:00
bhearsum@mozilla.com
3fb4e2714f bug 420947: patcher should use 'prettyVersion' in the update dialog (appv) and 'version' for everything else. r=nrthomas, patch=me 2008-03-10 10:42:47 -07:00
dietrich@mozilla.com
188566b7bf Bug 384370 - test perf run (r=mano) 2008-03-10 09:41:52 -07:00
gavin@gavinsharp.com
690afd3fb9 Back out the patch from bug 420642 because it broke gmail (bug 421571) 2008-03-10 01:28:51 -07:00
gavin@gavinsharp.com
be6fb851ef Bug 421715: canvas crash passing undefined to putImageData, r+a=vlad 2008-03-10 00:35:37 -07:00
masayuki@d-toybox.com
ac80174534 Bug 420285 Internationalize plugin tag and plugin host r=jst, sr=bzbarsky, b1.9=jst 2008-03-10 00:07:15 -07:00
reed@reedloden.com
a4bea78921 Back out Alfred Kayser's patch from bug 399925 due to Tp crashes. 2008-03-09 23:09:37 -07:00
reed@reedloden.com
4030db1be3 Bug 399925 - "GIF decoder needs to allow its data to be discarded" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart sr=tor a=blocking1.9+] 2008-03-09 22:09:24 -07:00
aaronleventhal@moonset.net
5c296c3656 Backing out part of bug 417018 which caused bug 421650. 2008-03-09 19:24:00 -07:00
dbaron@dbaron.org
d4071f04fc Test selector serialization too. 2008-03-09 18:10:03 -07:00
roc+@cs.cmu.edu
b814935375 Bug 403181, revert more bogus test images 2008-03-09 16:53:48 -07:00
roc+@cs.cmu.edu
4fa241b61a Bug 403181, fix test image 2008-03-09 15:46:40 -07:00
roc+@cs.cmu.edu
b85eb999a0 Bug 403181. Pass the desired source rectangle for background images down into nsThebesImage and ensure we don't sample outside it. Back out a bad pixman patch that caused regressions, and adjust image encoding tests so they don't depend on the regression. Also switchs some reftests to quirks mode so that the 1-appunit width of <br>s doesn't bite us. r=vlad,sr=dbaron 2008-03-09 14:55:05 -07:00
bclary@bclary.com
ac451a4ea9 JavaScript Tests - regression tests for bug 418641, by Igor Bukanov 2008-03-09 14:04:14 -07:00
bclary@bclary.com
5898e57502 JavaScript Tests - regression test for bug 420087, by Mike Shaver 2008-03-09 13:49:13 -07:00
bclary@bclary.com
8b01eea5ad JavaScript Tests - regression test for bug 420399, by Jesse Ruderman 2008-03-09 13:32:33 -07:00
bclary@bclary.com
36dc12fbfb JavaScript Tests - regression tests for bug 420610, by Jesse Ruderman 2008-03-09 13:15:14 -07:00
bclary@bclary.com
72db731539 JavaScript Tests - regression test for bug 420612, by Jesse Ruderman 2008-03-09 13:09:09 -07:00
bclary@bclary.com
a6d3b6e1b7 JavaScript Tests - regression test for bug 421325, by Brian Crowder 2008-03-09 13:00:57 -07:00
reed@reedloden.com
668946a5ff Bug 421721 - "remove tabs-bottom-spacer, it's unused" [p=dao@mozilla.com (Dão Gottwald) r+a1.9=mconnor] 2008-03-09 12:59:50 -07:00
reed@reedloden.com
6f1799c430 Bug 418791 - "Don't try to discard image data when the image is animating" (Don't start the timer when image is animating) [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a=blocking1.9+] 2008-03-09 12:58:40 -07:00
reed@reedloden.com
ca72c859b7 Bug 417302 - "about:robots" (add missing period) [p=reed r=gavin] 2008-03-09 12:56:24 -07:00
bclary@bclary.com
c3d114bffb JavaScript Tests - remove timezone dependencies for toLocaleFormat win32 tests, no bug, not part of the build 2008-03-09 12:49:14 -07:00
mozilla@weilbacher.org
f13e262e44 [OS/2] Bug 417372: permit RWS to be disabled by environment variable, p/r=Rich Walsh and me 2008-03-09 10:04:27 -07:00
dtownsend@oxymoronical.com
abd273614f Disabling test due to bug 421790 2008-03-09 07:46:17 -07:00
dtownsend@oxymoronical.com
baf28387f9 Fix test to report what the differences actually were. 2008-03-09 06:06:30 -07:00