Oleg Romashin
d965d0a9ad
Bug 583039 - Bug switch to enable MeegoTouch support. r=khuey
...
--HG--
extra : rebase_source : dbbb3eedb99920c4e77d6106a2c34c854a0d9cc8
2010-08-02 13:15:57 -07:00
Ted Mielczarek
a9eab9b0ab
bug 573290 - use libc / syscall wrappers for Linux in exception handler callback to avoid dynamic linker. rs=khuey a=fixing orange
2010-07-29 11:31:07 -04:00
Markus Stange
f7614ab36f
Merge backout of bug 574663.
2010-08-02 17:52:20 +02:00
Markus Stange
65909a7edf
Backed out changeset cd5c28912351, bug 574663 (momentum scroll zooming) because the new test fails on Windows.
2010-08-02 17:51:57 +02:00
Josh Matthews
1a55ff58cd
Backint out bug 580450, changeset 4d2c9a0c5e1c
2010-08-02 11:29:10 -04:00
Jeff Muizelaar
ea56218085
Bug 518172. Fix the status of the 518172 reftests
...
I forgot to mark these reftests as passing after fixing
Bug 518172.
2010-08-02 11:04:36 -04:00
Felipe Gomes
b22f93cd13
Bug 575328 - Fix for search suggestions box appears on wrong monitor in multiple monitor environment when window is maximized. r=enndeakin.
2010-08-02 10:06:04 -05:00
Markus Stange
d08bf257da
Bug 574663 - Mark scroll events that are sent by touchpad momentum scrolling after the finger has left the touchpad with a kIsMomentum flag and prevent these events from changing the zoom factor. r=josh, r=smaug
2010-08-02 15:30:52 +02:00
Markus Stange
5dd6bb0012
Bug 575934 - Give the buttons in the customization panel a button style. r=dao
2010-08-02 15:27:38 +02:00
Markus Stange
6619bbe74e
Bug 579259 - Draw -moz-appearance:listbox frames by hand because kHIThemeFrameListBox drawing has bugs on 10.5. r=josh
2010-08-02 15:24:53 +02:00
Kyle Huey
a4829c1d20
Third time is the charm to fix this test.
2010-08-02 01:28:10 -07:00
Kyle Huey
9da867927f
Try harder to fix TestWinDND
2010-08-02 01:06:00 -07:00
Kyle Huey
2dd5c7a553
Fix TestWindowsDND bustage (fallout from fakelibs)
...
--HG--
extra : rebase_source : e64dd9e1ad4e60ad2a1fe8968c309b13726760bd
2010-08-02 00:08:38 -07:00
Doug Turner
5c072b1442
Follow up fix to bug 516728. Fixes assertion description and removing an extra ws
2010-08-01 23:38:10 -07:00
Blair McBride
e1d3974ee2
Test fix for 99807f92a67c
2010-08-02 17:14:40 +12:00
Zack Weinberg
cb67b85053
Bug 568863: Followup fix for comm-central bustage. r=khuey
2010-08-01 21:45:18 -07:00
Blair McBride
23b8015e22
Bustage fix for 488ea306526b (Bug 562622)
2010-08-02 16:28:36 +12:00
Robert O'Callahan
a637266b80
Fix reftest for bug 579349
2010-08-02 16:07:44 +12:00
Robert O'Callahan
601e5b55ce
Backout edd01aafe372 to fix red
2010-08-02 15:20:24 +12:00
Robert O'Callahan
b88214cae4
Backed out changeset edd01aafe372
2010-08-02 15:20:05 +12:00
Ms2ger
7b6cd84171
Bug 567663. Implement 'hidden' attribute. r=sicking
2010-08-02 15:07:07 +12:00
Robert O'Callahan
91595e761f
Bug 580160. Test plugin needs to invalidate itself if its size changes. r=josh
2010-08-02 15:07:07 +12:00
David Zbarsky
ae961dd518
Bug 582303. Move nsIDOMNSHTMLImageElement into nsIDOMHTMLImageElement. r=jst
2010-08-02 15:07:06 +12:00
Matt Woodrow
a580694478
Bug 505115. Use layers to render active 2D transforms. r=roc,dbaron
2010-08-02 15:07:04 +12:00
Matt Woodrow
fdd1be4180
Bug 570314. Don't crash when GetXULWindowWidget doesn't find one. r=roc
2010-08-02 15:06:58 +12:00
Robert O'Callahan
df40488589
Bug 582467. With accelerated layer backends, we should always treat video layers as active to avoid having to read back; no point in saving composition costs on those backends anyway. r=vlad
2010-08-02 15:06:58 +12:00
Robert O'Callahan
6f767dbf3d
Bug 581317. DoApplyRenderingChangeToTree needs to invalidate the ThebesLayer contents of descendants. r=tnikkel
2010-08-02 15:06:58 +12:00
Robert O'Callahan
01e41cf67d
Bug 579349. Track the 'drawn region' of content in layers, whhich ignores visibility, and use it to determine which layer a display item should be placed in. r=tnikkel
2010-08-02 15:06:58 +12:00
Josh Matthews
b38983d775
Bug 580450 - Clean up IPC::URI. r=dwitte
...
--HG--
extra : rebase_source : 25fbd59338609fd9792071b9d414ea983608aab2
2010-07-26 15:59:34 -04:00
Jeff Muizelaar
3ba06c07be
Bug 518172. cairo: Disable the previous_scaled_font cache. r=karlt
...
Rotated text was sometimes broken because there was a mismatch of
assumptions between cairo and Gecko about how important it was
for the ctm of a scaled_font to match the ctm of a context. This
temporarily fixes the problem by disabling the previous_scaled_font
cache with bug #583035 tracking a more permanent fix.
2010-08-02 10:00:21 -04:00
Felipe Gomes
8d9b3f1877
Bug 508906. Add experimental MozTouch events. r=smaug,jimm
2010-08-02 15:34:54 +02:00
Markus Stange
089fa3f29b
Bug 557986 - Fix intermittent test_native_mouse_mac.xul failures by using a deterministic API instead of +[NSWindow windowNumberAtPoint:belowWindowWithWindowNumber:]. r=josh
2010-08-02 15:33:17 +02:00
Blair McBride
39380e3326
Bug 562622 - Implementation of the automatic vs. manual update design mockups. r=dtownsend, a=blocking2.0-beta3
2010-06-02 21:13:03 +12:00
Robert Strong
798841f3e0
App update patch for Bug 544442 - Add support for signed AUS update snippets. r=dtownsend, a=blocking2.0-Beta3
2010-08-01 19:02:21 -07:00
Robert Strong
10b7e9a6d8
CertUtils.jsm patch for Bug 544442 - Add support for signed AUS update snippets. r=dveditz, r=dtownsend, a=blocking2.0-Beta3
2010-08-01 19:01:43 -07:00
Kyle Huey
e429dd02ef
Attempt to fix various bustages on c-c that were caused by Bug 522770
...
--HG--
extra : rebase_source : 4c747ed91292fb6300af85f50bec7b4319171953
2010-08-01 18:36:13 -07:00
Neil Rashbrook
0b700a41bb
Backout previous changes to try to fix bustage
2010-08-02 00:30:12 +01:00
Neil Rashbrook
f1b32deb08
Bug 522770 followup to fix shared build bustage r=khuey
2010-08-02 00:00:56 +01:00
Neil Rashbrook
e99a909360
Bug 580868 charsetOverlay should not cause XBL bindings to attach when it's not safe r+a=gavin
2010-08-01 23:59:26 +01:00
Robert Sayre
1f8d21e1c1
Merge tracemonkey to mozilla-central.
2010-08-01 16:00:36 -07:00
Peter Van der Beken
e0b3b50810
Fix test_bug396843.html since bug 583225 fixed some todos.
2010-08-01 22:27:35 +02:00
Shu-yu Guo
7a91d0dec5
Bug 579230 - Rewrite narcissus expr parser, refactor into builder pattern. r=gal
2010-08-01 12:20:18 -07:00
Robert Sayre
94a5ae0e6e
Merge relanding of bug 577648 and bug 582479.
2010-08-01 09:59:36 -07:00
Robert Sayre
a72794c86d
Reland Bug 582479 - TM: Assertion failure: (&cx->regs->sp[1 - (iargc + 2)].toObject())->isFunction().
2010-08-01 09:59:02 -07:00
Robert Sayre
898b0d6094
Merge
2010-08-01 09:58:16 -07:00
Robert Sayre
250c59eece
Reland: Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances.
2010-08-01 09:58:03 -07:00
Robert Sayre
e934a9cb50
Merge.
2010-08-01 09:57:13 -07:00
Robert Sayre
eebc988390
Reland bug 577648 tests.
2010-08-01 09:57:01 -07:00
Kyle Huey
f8b4038092
Whitespace change to trigger another set of builds on a CLOSED TREE
2010-08-01 04:48:59 -07:00
Kyle Huey
25f27dce76
Whitespace change to trigger another set of builds on a CLOSED TREE
2010-08-01 04:48:13 -07:00