Chris Leary
e2ef36c2a3
Bug 624971: RegExp sticky path assertion failure. (r=lw)
2011-01-11 22:27:29 -08:00
Jeff Muizelaar
f77fa8f4ae
Bug 623991. White list Galaxy S phones to have OpenGL acceleration. r=ehsan,a=b
2011-01-11 23:50:45 -05:00
Frank Yan
a28bf0af30
Bug 624625 - change home page of Google search plugin to google.com. r=gavin a=blocking2.0final+
...
--HG--
extra : rebase_source : 91766073f4e594cba3767e7bacee053fcfc55cc3
2011-01-11 19:32:17 -08:00
Frank Yan
5f4fd2b363
Bug 485696 - Video progress slider jitters on indefinite length streams. r=dolske a=blocking2.0final+
...
--HG--
extra : rebase_source : a2549d0ef1a853e71ef2f9765026dd9150736d41
2011-01-11 19:32:17 -08:00
Steve Fink
8470e15e9e
Bug 624316 - Unwrap wrapped functions before returning them to JSD to see the contained script and name, r=gal, a=blocker
...
--HG--
extra : rebase_source : cd15aed41ace6f368ef5f149cd88f32c9dfd1aa5
2011-01-11 14:24:52 -08:00
Brendan Eich
56af02989d
Fix JSOP_ARGSUB to abort on frame with arguments object (624547, r=dvander).
2011-01-11 12:47:34 -08:00
Phil Ringnalda
ef8e8eba6f
Bug 623405 - Mark anim-text-rotate-01.svg & dynamic-text-04.svg as failing on WinXP since they do, and dynamic-text-04.svg as passing on Linux since it does, r=longsonr, a=test
2011-01-10 16:35:51 -08:00
Luke Wagner
d29267813a
Bug 624080 - Avoid weird OSX10.5 compile error in jsclone (r=jorendorff)
...
--HG--
extra : rebase_source : ee0bc7810bf1108642bec02c154d7795de53d584
2011-01-10 12:29:50 -08:00
Luke Wagner
05acea426c
Bug 624218 - Fix PodCopy assert (r=jorendorff)
...
--HG--
extra : rebase_source : 5b969a4c98cc3a3a22432b45d6787c93e8a4ea5b
2011-01-11 15:20:07 -08:00
Luke Wagner
1f19a70ac8
Bug 620640 - Allow there to be more than 1 pending global slot to set (r=jorendorff)
...
--HG--
extra : rebase_source : 72562e0a3868f8cb65918c3c23f42d364e43ce41
2011-01-11 15:19:57 -08:00
Jeff Walden
430108f273
Back out 567f16dd81f3, an existing test is bad, and by appearances poisoning of Boolean.prototype, Number.prototype, and String.prototype will make it hard to quickly fix. r=the O in ROYGBIV
2011-01-11 16:29:09 -06:00
Jeff Walden
d7667cbf66
Back out 72ac46e9f64e for orange. r=bustage
2011-01-11 15:04:36 -06:00
David Anderson
33912b4457
Fix assert in typed array IC (bug 624518, r=cdleary).
2011-01-11 12:16:44 -08:00
Phil Ringnalda
b9883dc5b6
Back out d1a5599b49fa from bug 615546 for turning bug 592402 from something that hadn't happened for three months to a top-10 test failure, a=shaver
2011-01-09 01:11:31 -08:00
Brandon Sterne
ee35395716
Bug 589457 - add debug logging to test with random orange, r=jst, a=DONTBUILD
2011-01-11 18:59:23 -08:00
Alexander Surkov
f5fed62898
Bug 624648 - IAccessible::get_accChild broken for child indices, r=davidb, a=blocking2.0final+
2011-01-12 10:49:00 +08:00
Blair McBride
61f58c6fda
Merge. a=merge
2011-01-12 14:15:32 +13:00
Blake Kaplan
c8347b00f7
Fix bug 617879. r=jst@mozilla.com, a=blocker
2011-01-11 17:12:38 -08:00
Rafael Ávila de Espíndola
6e3e0e3b82
Bug 622138 - Mark Depends on invalid unqualified lookup in templates for TypedMarker. r=igor, a=benjamin
2011-01-12 14:10:39 +13:00
Blake Kaplan
8dff498c6a
Bug 612025 - Windows can be xray-wrapped too. r=gal@uci.edu, a=blocker
2011-01-11 17:09:53 -08:00
Andreas Gal
b4b6a78889
Bug 609287. Fix Assertion failure: OperationInProgress(cx, proxy). r=jorendorff@mozilla.com, jwalden@mit.edu, a=blocker.
2011-01-11 17:09:53 -08:00
L. David Baron
46b5820693
Report incomplete reflow status as appropriate when frame tree is too deep. (Bug 619021) r=roc a2.0=blocking
2011-01-11 17:09:22 -08:00
L. David Baron
387c0a2245
Issue console warning when we abort reflow because the frame tree is too deep. (Bug 619021) r=roc a2.0=blocking
2011-01-11 17:09:22 -08:00
L. David Baron
a572c4fbef
Add assertions that the frame tree is safe to destroy (i.e., doesn't contain any first-in-flows or other things we should never destroy) when we call DeleteNextInFlowChild. (Bug 619021) r=roc a2.0=blocking
2011-01-11 17:09:22 -08:00
L. David Baron
a056e87fc8
Add crashtest for bug 595740. a2.0=blocking, tests
2011-01-11 17:09:22 -08:00
L. David Baron
4b971b51fd
Handle multiple continuations of the same float being out-of-order in the same float list. (Bug 595740) r=roc a2.0=blocking
2011-01-11 17:09:21 -08:00
L. David Baron
1f47b79c3a
Move assertion about continuations of floats so that it is valid. (Bug 595740) r=roc a2.0=blocking
...
When we do multiple reflow passes inside a container with page or column
breaks, we might hit this assertion for legitimate reasons. In
particular, if a reflow places the first-in-flow of a float in a later
continuation of its containing block than it was in before, or if a
reflow reflows a float that was split and then pushes the line
containing the float's placeholder, then during reflow we push the
continuations of the float back through the continuations of the
containing block, and in intermediate states of this process (such as
when this assertion fires), we have two continuations of the same float
within the same parent.
2011-01-11 17:09:21 -08:00
L. David Baron
6a80225174
Fix incorrect author metadata (for CSS 2.1 test suite metadata), for tests that come from bug 367650. a=testonly
2011-01-11 17:09:21 -08:00
Blair McBride
c02b8890ab
Bug 618760 - Multiple add-on entries in list view when downloading an update. r=dtownsend, a=blocking-final
2011-01-12 14:05:55 +13:00
Blair McBride
e8a077fb8f
Bug 616633 - Context menu contains 'Disable' item for already disabled extensions and plugins. r=dtownsend, a=blocking-final
2011-01-12 14:05:55 +13:00
Blair McBride
dd948e9d45
Bug 616434 - Should be separating lines between the rows in the table of the details view. r=dtownsend, a=blocking-final
2011-01-12 14:05:55 +13:00
Blair McBride
cde03ea652
Bug 624175 - Messed display when long descriptions in Detail View. r=dtownsend, a=blocking-final
2011-01-12 14:05:55 +13:00
Blair McBride
6754ee4523
Bug 581361 - Pause and Cancel button of download progress widget not functional. r=dtownsend, a=blocking-final
2011-01-12 14:05:55 +13:00
Blair McBride
e4dfbbdfa9
Bug 623739 - CPU usage spikes because of animated hidden images. r=dtownsend, a=blocking-final
2011-01-12 14:05:55 +13:00
Blair McBride
fa2c4b06af
Bug 558321 - Tab Matches are not honoured in Private Browsing mode. r=mak77, a=blocking-betaN
2011-01-12 14:05:55 +13:00
Blake Kaplan
07d616bae5
Bug 624540 - Assertion failure: compartment mismatch in cycle collector during xpcom-shutdown. r=gal, a=blocking2.0+
2011-01-11 17:01:10 -08:00
Bas Schouten
967e85547a
Bug 612103 - Part 2: Do not attempt to draw with a shader resource view belonging to an old device. r=jrmuizel a=blocking-final
2011-01-12 01:52:29 +01:00
Bas Schouten
897bd83b70
Bug 612103 - Part 1: Do not attempt to do anything when we fail to create a texture for a surface. r=jrmuizel a=blocking-final
2011-01-12 01:52:27 +01:00
Bas Schouten
8cf8dbf2c9
Bug 612103 - Part 0.5: Add ReportFailure for D3D10 Layers. r=jrmuizel a=blocking-final
2011-01-12 01:52:25 +01:00
Ehsan Akhgari
ed433c44b6
Merge backout; a=bustage-fix
2011-01-11 19:37:47 -05:00
Ehsan Akhgari
652e8775ed
Backed out changeset 775cfd3f2c87 because of Tinderbox test failures
2011-01-11 19:37:15 -05:00
Vladimir Vukicevic
1628ac3a66
Bug 624505 - Avoid unnecessary uploads of canvas to improve the panorama zooming performance among other things; r=jrmuizel sr=roc a=joe
2011-01-11 18:59:26 -05:00
Ehsan Akhgari
2ceedc4232
Bug 614151 - Part 2: Convert the test for bug 536567 into a chrome test; r=jst a=NPOTB
2011-01-11 18:21:36 -05:00
Jeff Muizelaar
9e9e73fcbe
Bug 623446. Fix force-enabling layer acceleration on non-Windows. r=joe,a=b
...
--HG--
extra : rebase_source : 0ee05e18c71dcb83437b9b27133c73ec290d22cd
2011-01-11 17:58:10 -05:00
Raymond Lee
65655b746f
Bug 615954 - Intermittent Failure in tabview/browser_tabview_bug597248.js | Tab item is showing cached data and is already connected or | Tab item is not showing cached data anymore try: -b do -p all -u mochitest-o -m none -t none r=ian, a=test orange
...
--HG--
extra : rebase_source : ccf70a980b110c5dd80e083e2716722f2e66f8ab
2011-01-11 11:36:07 +08:00
Drew Willcoxon
54ea211cf3
Bug 615152 - WindowDraggingElement should not assume that event targets are in the same window as its element. r=enndeakin, a=mossop
2011-01-11 15:02:55 -08:00
Richard Newman
b8481c218e
Bug 624019: log exceptions, not just their stacktrace, in onDataAvailable. r=philiKON
2011-01-07 14:30:16 -08:00
Philipp von Weitershausen
ec68856514
Bug 623812 - Match number of do_test_pending calls to number of do_test_finished calls.
2011-01-06 23:54:50 -08:00
Philipp von Weitershausen
63cd192475
Bug 623812: another fix for unimportant test failures on some platforms. a=orange
2011-01-06 21:13:51 -08:00
Richard Newman
5ed470783d
Bug 623812: fix for unimportant test failures on some platforms. r=philiKON, a=bustage
2011-01-06 20:51:43 -08:00