Commit Graph

204514 Commits

Author SHA1 Message Date
Kai Engert
a29c237bb0 Bug 486182, Land NSS 3.12.3 final in mozilla-central
r=nelson
2009-04-07 03:36:45 +02:00
Robert Longson
266fc4ea3d Backout Bug 486933 on suspicion of causing reftest machine issues 2009-04-07 00:57:50 +01:00
Robert Longson
b262904e13 Bug 486933 - image-rendering does not work on body or root CSS background images. r+sr=roc 2009-04-07 00:45:54 +01:00
Jeff Walden
835684b9e8 Kick tinderboxen out of an hgfail, r=red 2009-04-06 14:59:55 -07:00
Jeff Walden
a29f180b01 Fix thinko to make a test actually test what it was supposed to test, no bug 2009-04-06 14:14:10 -07:00
Robert Longson
2fbd5745fc Bug 486933 - image-rendering does not work on body or root CSS background images. r+sr=roc 2009-04-06 22:00:29 +01:00
Boris Zbarsky
bff20cf17a Bug 486547. Fix build bustage on Windows 2009-04-06 14:39:02 -04:00
Ted Mielczarek
5dbd040cf7 bug 427750 - Require python >= 2.4 to build Mozilla (and >=2.5 on Windows hosts). r=bsmedberg 2009-04-06 14:09:15 -04:00
Daniel. S
1375855335 Add test for bug 360965. r=bzbarsky 2009-04-06 13:38:23 -04:00
Boris Zbarsky
15b0e0b5f3 Bug 486547 part 7. Simplify some more of the table code in nsFrameSelection. r+sr=smaug 2009-04-06 13:21:30 -04:00
Boris Zbarsky
aa115a4e74 Bug 486547 part 6. Simplify some cell-related code in nsFrameSelection. r+sr=smaug 2009-04-06 13:20:32 -04:00
Boris Zbarsky
17796c6f64 Bug 486547 part 5. Switch various table cell selection stuff off nsIDOMRange. r+sr=smaug 2009-04-06 13:20:30 -04:00
Boris Zbarsky
fe07c58568 Bug 486547 part 4. Switch some more code off nsIDOMNode/nsIDOMRange r+sr=smaug 2009-04-06 13:17:38 -04:00
Boris Zbarsky
75e8ba1c24 Bug 486547 part 3. Eliminate the Fetch*Node methods of nsTypedSelection. r+sr=smaug 2009-04-06 13:17:38 -04:00
Boris Zbarsky
f92fc0c496 Bug 486547 part 2. Switch nsFrameSelection::mMaintainRange to storing nsIRange, not nsIDOMRange. r+sr=smaug 2009-04-06 13:17:38 -04:00
Boris Zbarsky
081b4b02e7 Bug 486547 part 1. Switch nsTypedSelection to storing nsIRange, not nsIDOMRange, objects. r+sr=smaug 2009-04-06 13:17:37 -04:00
Michael Kraft
5670e0305e Bug 461634 - new API: allow to delete a single closed tab. r=zeniko, sr=dietrich 2009-04-06 13:50:45 +02:00
Ted Mielczarek
ab1e0d2f23 bug 485436 - work around OS X 10.4 xpcshell bustage with smarter default setting in runtests.py. r=waldo 2009-04-06 07:33:27 -04:00
Robert Longson
97ea95b6b8 Bug 486934 - video display should take account of image-rendering CSS property. r+sr=roc 2009-04-06 12:05:29 +01:00
Masayuki Nakano
45600f33a1 Bug 486708 Should lift up selection underline as far as possible if it overflows from the descent space r+sr=roc 2009-04-06 14:53:00 +09:00
Robert O'Callahan
52d3713040 Disabling (new) failing mochitest 2009-04-06 16:50:06 +12:00
Robert O'Callahan
6876a38c4b Back out bug 451540 2009-04-06 15:56:15 +12:00
Robert O'Callahan
79ba598a47 Backed out changeset 7c809460ad13 2009-04-06 15:56:03 +12:00
Boris Zbarsky
c5b13dc8d7 Bug 486848. Don't clobber |result| until we're done using it. r+sr=roc 2009-04-05 23:53:40 -04:00
Robert O'Callahan
b815eff029 Fix libxul test bustage, really 2009-04-06 14:19:41 +12:00
Robert O'Callahan
d95f70cfbf Backout incorrectly pushed changes 2009-04-06 14:19:27 +12:00
Robert O'Callahan
2bb2ba8f08 Fix libxul test bustage
--HG--
extra : rebase_source : 49e42436893e10cae0e70cc5468b4d95a47cb07d
2009-04-06 14:15:26 +12:00
Karl Tomlinson
a89d753a2c remove reftest.list conflicts from 08e7a9e04e5b 2009-04-06 14:05:58 +12:00
Karl Tomlinson
a99fca37eb b=483565 baseline of stack elements depends on bottom margins of children r=dbaron
--HG--
extra : rebase_source : 50099d02312e4d380f75271ebc7e35b8f6aba606
2009-04-06 13:50:51 +12:00
Karl Tomlinson
ea529a3ab6 b=483883 assignment from incompatible pointer type with GtkTreeViewColumn r=ventnor
--HG--
extra : rebase_source : bb5f65755cc1f1792a977184678bbf1b01781fa2
2009-04-06 13:32:20 +12:00
Karl Tomlinson
471d5ece14 b=486630 detect early GtkXtBin destruction r=roc
--HG--
extra : rebase_source : a17a38faaeffebae0d4d8aadf0a3a58397aab8d9
2009-04-06 13:25:28 +12:00
Robert Sayre
e0ea0bea06 Merge tracemonkey to mozilla-central 2009-04-05 21:24:42 -04:00
tn
df89203956 Bug 485275. nsViewManger::RenderViews needs to forward to the correct view manager for the display root view. r=roc 2009-04-06 12:39:24 +12:00
tn
9d5b04437e Bug 486644. Improve display list debug dumps for nsDisplayTransform. r=roc 2009-04-06 12:37:04 +12:00
Markus Stange
95cb6389b7 Bug 485786. Handle negative and zero erode radii correctly. r=jwatt 2009-04-06 12:34:48 +12:00
Jonathan Kew
68b13a1a71 Bug 475968. Eliminate NS_FRAME_OUTSIDE_CHILDREN flag, store small overflow areas cheaply within the frame. r+sr=roc 2009-04-06 12:31:50 +12:00
Adam Barth
e56a5f719d Bug 465007. Harmonize content sniffing in HTML5 and Firefox. r=jdrew,sr=bzbarsky 2009-04-06 12:30:03 +12:00
Sylvain Pasche
d2136523e7 Bug 436685. FeedConverter does not need canConvert. r=gavin 2009-04-06 12:28:17 +12:00
Jeff Walden
0f316f20ce More typo fixes to kick some tinderboxen 2009-04-04 23:29:15 -07:00
Jeff Walden
17bc509ad7 Grammar fix to kick a rando-orange box to green 2009-04-04 19:41:50 -07:00
Jeff Walden
1e35bde8b2 Bug 486578 - TM: "Assertion failure: scope->object == pobj" with function, __proto__, length. r=gal 2009-04-04 16:55:51 -07:00
Andreas Gal
87224d8d15 Bug 479110 - TM: avoid frequent mismatch exits. r=brendan 2009-04-04 17:23:34 -04:00
Andreas Gal
0262003e92 Merge. 2009-04-04 10:15:04 -07:00
Andreas Gal
46e5952f80 Backed out changeset 972c44aa9d1f (bug 452598). 2009-04-04 10:14:52 -07:00
Brendan Eich
3a8fe44490 Merge. 2009-04-04 10:07:44 +01:00
Brendan Eich
9616a998fb upvar2, aka the big one (452598, r=mrbkap). 2009-04-04 10:05:49 +01:00
Andreas Gal
87174d195b Merge. 2009-04-04 01:06:18 -07:00
Andreas Gal
1d0751dd52 Backed out changeset b512be855093 (bug 484693). See bug for details. 2009-04-04 01:06:04 -07:00
Andreas Gal
f5229fddbc Disable test_urlformatter.js until assert is fixed. 2009-04-04 00:45:55 -07:00
Graydon Hoare
4b0cdf9dbe Typo-fix in comment, cycle unit tester. 2009-04-03 23:01:24 -07:00