Commit Graph

255572 Commits

Author SHA1 Message Date
Bobby Holley
c676b3afdf Bug 599791 - part 7 - Tests. r=jorendorff 2011-10-07 13:51:21 -04:00
Bobby Holley
ad94db4487 Bug 599791 - part 6 - Return the sentinel when we fail in ClosureStub. r=jorendorff 2011-10-07 13:51:21 -04:00
Bobby Holley
65e11eb11f Bug 599791 - part 5 - Prepare the sentinel value and store it in ClosureInfo. r=jorendorff 2011-10-07 13:51:21 -04:00
Bobby Holley
d35215058f Bug 599791 - part 4 - Do ClosureInfo cleanup with a destructor. r=jorendorff 2011-10-07 13:51:21 -04:00
Bobby Holley
f0fde856e2 Bug 599791 - part 3 - Pass errVal down into the closure constructor. r=jorendorff 2011-10-07 13:51:21 -04:00
Bobby Holley
a79483e98e Bug 599791 - part 2 - restructure argument handling in PointerType::ConstructData. r=jorendorff 2011-10-07 13:51:21 -04:00
Bobby Holley
862f944567 Bug 599791 - part 1 - Remove unnecessary conditional logic. r=jorendorff 2011-10-07 13:51:21 -04:00
Bobby Holley
c369988b36 Bug 682504 - Tests. r=jorendorff 2011-10-07 13:51:21 -04:00
Bobby Holley
ce266cd768 Bug 682504 - Don't try to ImplicitConvert a void return value. r=jorendorff 2011-10-07 13:51:21 -04:00
Bobby Holley
52cd2b3167 Bug 682180 - Allocate executable trampoline buffers in darwin 10 and beyond. r=khuey
--HG--
rename : js/src/ctypes/libffi.patch => js/src/ctypes/patches-libffi/00-base.patch
2011-10-07 13:51:21 -04:00
Jonathan Kew
938d42b986 back out 32989cd5377b for total (non-DEBUG) bustage 2011-10-07 17:45:39 +01:00
Ehsan Akhgari
192665fefe Bug 437722 - Part 2: Mark the reftests as failing on Android 2011-10-07 12:45:14 -04:00
Matt Brubeck
1c36a281c4 Back out 979075e871e2 (bug 660887) because it breaks Tzoom
--HG--
extra : rebase_source : 94c839fbcf290222ec2f617644c66add434e6a27
2011-10-07 09:24:55 -07:00
Jonathan Kew
09c9c833cd bug 577911 - don't ignore the return value from SetGlyphsFromRun. r=jdaggett 2011-10-07 17:25:19 +01:00
Oleg Romashin
5ec1284a87 Bug 690656 - Don't Init XAtom and XEvents listener in non-main thread r=dougt 2011-10-07 16:16:37 +01:00
Oleg Romashin
e898a9c599 Bug 690656 - Stop creating QWidget in DragService ctor r=dougt 2011-10-07 16:16:36 +01:00
Nathan Froyd
c4ca76c065 Bug 687166 - GCC 4.6 build warning: "layout/xul/base/src/nsSplitterFrame.cpp:997: warning: variable current set but not used [-Wunused-but-set-variable]". r=smaug 2011-10-07 16:16:36 +01:00
Nathan Froyd
f75f832485 Bug 687121 - GCC 4.6 build warning: "js/src/xpconnect/shell/xpcshell.cpp:549: warning: variable 'preBytes' set but not used [-Wunused-but-set-variable]". r=jorendorff 2011-10-07 16:16:36 +01:00
Martin Stransky
00da0f1bf6 Bug 627699 - Port GTK2 to GTK3, mozcontainer patch, r=karlt 2011-10-07 16:16:36 +01:00
Brian Hackett
c0666bfd18 Avoid reentrant constraint solving when breaking type barriers, bug 685186. r=dvander 2011-10-07 07:55:06 -07:00
Brian Hackett
7420e23819 Fix recompilation hazard in CALLELEMENT, bug 686107. r=dvander 2011-10-07 07:45:50 -07:00
Ehsan Akhgari
a6b1175ee8 Bug 692520 - Handle the case where the frame might going away while retrieving selection properties from a text control; r=bzbarsky 2011-10-07 09:40:11 -04:00
Ehsan Akhgari
406f6dd4bc Reftest for bug 437722; r=roc 2011-10-07 09:37:03 -04:00
Chris Leary
0602bff26b Bug 691695: Refactor RegExp components as prep for lazifying. (r=luke)
--HG--
rename : js/src/jsregexpinlines.h => js/src/vm/RegExpObject-inl.h
rename : js/src/jsregexp.cpp => js/src/vm/RegExpObject.cpp
rename : js/src/jsregexp.h => js/src/vm/RegExpObject.h
2011-10-04 23:48:32 -07:00
Geoff Lankow
25a592318b Bug 692078 - Second attempt to open addons.sqlite doesn't work; r=dtownsend 2011-10-07 11:02:40 +01:00
Ed Morley
9421690a89 Backout changeset ef21d6f2187d to correct bug number 2011-10-07 12:36:44 +01:00
Henri Sivonen
4372b20798 Bug 692434 - Use = instead of == for assignment in XHR charset handling code. r=Olli.Pettay. 2011-10-07 14:33:42 +03:00
Geoff Lankow
1c173fc7cd Bug 689375 - Second attempt to open addons.sqlite doesn't work; r=dtownsend 2011-10-07 11:02:40 +01:00
Oleg Romashin
c6f7fddeb3 Bug 691763 - Fennec Layout is broken on initial startup after landing. r=mbrubeck 2011-10-07 10:57:24 +01:00
Ms2ger
dd4364eacb Bug 691184 - Add test_2d.text.align.(default|invalid).html & test_2d.text.baseline.(default|invalid).html from Philip Taylor's canvas tests; r=smaug 2011-10-07 10:24:38 +01:00
Ed Morley
ea0c2a19b4 Bug 691184 - Don't throw on setting ctx.textAlign & ctx.textBaseline to bogus values, spec says to ignore; r=smaug 2011-10-07 10:24:37 +01:00
Ed Morley
469328c2d9 (No bug) Remove CRLFs that have crept into test_canvas.html; rs=bz 2011-10-07 10:24:37 +01:00
Scott Johnson
8d7c886eb9 Backout cset 1da3cfb954b1 from bug 666446 while we sort out regressions 2011-10-07 00:26:13 -07:00
Scott Johnson
c8a94c4c0a Backout cset a48ccb52c137 from bug 666446 while we sort out regressions 2011-10-07 00:26:01 -07:00
Scott Johnson
e7410d09c6 Backout cset a476b7988f63 from bug 666446 while we sort out regressions 2011-10-07 00:25:48 -07:00
Scott Johnson
882053fa8e Backout cset 9d3ac2d3da11 from bug 666446 while we sort out regressions 2011-10-07 00:25:36 -07:00
Scott Johnson
31cf71b642 Backout cset 4ec20f190f00 from bug 666446 while we sort out regressions 2011-10-07 00:25:24 -07:00
Scott Johnson
af599f0659 Backout cset 6cd4f2d8c2f9 from bug 666446 while we sort out regressions 2011-10-07 00:25:11 -07:00
Scott Johnson
f43807723f Backout cset 5b4dd36b1f78 from bug 666446 while we sort out regressions 2011-10-07 00:24:57 -07:00
Scott Johnson
793a9444dc Backout cset 49d997bcdc60 from bug 666446 while we sort out regressions 2011-10-07 00:24:44 -07:00
Scott Johnson
2028eb6745 Backout cset 7a32a21af687 from bug 666446 while we sort out regressions 2011-10-07 00:24:27 -07:00
Scott Johnson
fea7a53ca4 Backout cset 94252c34312e from bug 666446 while we sort out regressions 2011-10-07 00:24:15 -07:00
Scott Johnson
76be1eab52 Backout cset d6488a41e72e from bug 666446 while we sort out regressions 2011-10-07 00:24:02 -07:00
Scott Johnson
438ecbf4f0 Backout cset 2fc2cff5bc6e from bug 666446 while we sort out regressions 2011-10-07 00:23:49 -07:00
Scott Johnson
a46a61c1e9 Backout cset fbf08c5aa833 from bug 666446 while we sort out regressions 2011-10-07 00:23:36 -07:00
Scott Johnson
9524c18bd4 Backout cset 11c3d02d1c0e from bug 666446 while we sort out regressions 2011-10-07 00:23:19 -07:00
Scott Johnson
07ad835f30 Backout cset 9669c49bdf67 from bug 666446 while we sort out regressions 2011-10-07 00:23:06 -07:00
Scott Johnson
4aaa67208a Backout cset e02aa8977225 from bug 666446 while we sort out regressions 2011-10-07 00:22:48 -07:00
Scott Johnson
8523e8d36f Backout cset 2a62ca6580da from bug 666446 while we sort out regressions 2011-10-07 00:22:36 -07:00
Scott Johnson
5976fb7f43 Backout cset ae1ba25d7d07 from bug 666446 while we sort out regressions 2011-10-07 00:22:23 -07:00