Commit Graph

60560 Commits

Author SHA1 Message Date
Gavin Sharp
dbd8a41a54 Bug 616193: Follow up fix for about dialog - Cc/Ci aliases not recognized on non-Mac. r=dolske a=hardblocker 2011-01-17 11:56:54 -05:00
Tim Taubert
89c1211837 Bug 609495 - move to group on app tab context menu should be hidden, not disabled [r=dao, a=beltzner] 2011-01-18 13:49:04 +01:00
Margaret Leibovic
acc5e3b44d Bug 619422 - Split buttons in doorhanger notifications need styling in custom themes [r=dao, a=blocking] 2011-01-18 08:42:57 -08:00
Alexander Surkov
989d3bd43e Bug 626647 - enable debug info on a11y actions/test_link.html test, a=test 2011-01-19 00:12:11 +08:00
Dão Gottwald
90fb055e0c Bug 616156 followup fix. a=me 2011-01-18 14:36:45 +01:00
Ehsan Akhgari
7da2a49be2 Bug 626138 - Bug 616841 has broken non-libxul builds when trying to build xpcshell, with undefined symbol "xpc_LocalizeContext(JSContext*)". r=bz a=bustage 2011-01-18 13:35:10 +01:00
Olli Pettay
a5bf7f043d Bug 625311, nsThebesDeviceContext can own widget, r=roc, a=roc
--HG--
extra : rebase_source : 60797b802588b31e79dea17de0ec0b0667e822ba
2011-01-18 13:08:03 +02:00
Mounir Lamouri
ad452c12b1 Bug 624151 - Improve the position of the invalid form popup. r=enndeakin a=beltzner 2011-01-18 12:07:15 +01:00
Dão Gottwald
ce272b2f86 Backing out part of changeset 22ea9b958dc7. a=?! 2011-01-18 10:43:44 +01:00
Oleg Romashin
31740f4724 Bug 621976 - Add mouse motion and Gesture magnify events compress for Qt Port r=wolfiR a=npodb 2011-01-18 10:51:04 +02:00
Dão Gottwald
e46502f915 Bug 626385 - Don't reposition pinned tabs when closing regular tabs. r+a=dolske 2011-01-18 09:47:48 +01:00
Dão Gottwald
a051944740 Bug 625314 - Remove transparency for arrow panels on Windows. r=enn 2011-01-18 09:47:20 +01:00
Patrick Walton
a1a0ac8caa Bug 615735 - Clean up find bar close button CSS. r=dao 2011-01-18 09:46:52 +01:00
Bill Gianopoulos
6c46bda6f6 Bug 608555 - Specify private browsing and addons menu icons. ui-r=faaborg r=dao 2011-01-18 09:46:02 +01:00
Dão Gottwald
b654aa54c5 Bug 616156 - Navigation button changes wrongly affect all toolbars. r=dolske 2011-01-18 09:43:54 +01:00
Dão Gottwald
4d4dc1fbac Bug 624685 - Remove legacy double border from fullscreen window controls. r=ventron 2011-01-18 09:43:21 +01:00
Pascal Chevrel
8b40a7cef7 Bug 621091 - Linux Theme should use moz-icon://stock/gtk-file for blank documents. r=dao 2011-01-18 09:43:01 +01:00
Chris Pearce
f0aaf70d6b Bug 623637 - Change assertion into check in media data exhausted notification. r=roc a=roc 2011-01-18 21:09:04 +13:00
Alexander Surkov
e1a5d1938b Bug 498015 - update accessible tree on content insertion after layout, r=davidb, sr=bz, a=blockingBetaN
--HG--
rename : accessible/src/base/nsEventShell.cpp => accessible/src/base/NotificationController.cpp
rename : accessible/src/base/nsEventShell.h => accessible/src/base/NotificationController.h
2011-01-18 16:03:38 +08:00
Markus Stange
a605d80548 Bug 615556 - Prevent tabs from overlapping during the close animation. r=dao, a=beltzner 2011-01-18 08:34:29 +01:00
Markus Stange
0185478c7d Bug 578422 - Make toolbar buttons transparent when using a lightweight theme. r=dao, a=beltzner 2011-01-18 08:28:29 +01:00
Markus Stange
d3a33a9abf Bug 615688 - Use the correct icon for the alltabs toolbarbutton in the tab bar during toolbar customization. r=dao, a=beltzner 2011-01-18 08:26:18 +01:00
Markus Stange
137a17783f Bug 562138 - Paint popup widgets synchronously when showing them by making the window's content view visible earlier. r=josh, a=final 2011-01-18 08:24:19 +01:00
Markus Stange
2dece9bff2 Bug 562138 - Defer widget visibility changes during reflow. r=roc, a=final 2011-01-18 08:23:49 +01:00
Matt Woodrow
b4e55ae952 Bug 593733 - Support component alpha with GL layers. r=roc, r=joe, a=betaN 2011-01-18 08:22:25 +01:00
Matt Woodrow
1752246ab3 Bug 593733 - Make TextureImage::BeginUpdate return a surface, not a context. r=joe, a=betaN 2011-01-18 08:21:12 +01:00
Karl Tomlinson
9c22641396 Bug 617703 - Add plugin support and prevent crash [@ libflashplayer.so@0x32884 ][@ libflashplayer.so@0x32800 ] in Fennec r=romaxa a=approval2.0 2011-01-17 21:07:49 +02:00
Oleg Romashin
11498cd6a4 Bug 625671 - Enable Hardware acceleration by default on Maemo6 fennec r=doug.turner a=approval2.0 2011-01-17 21:07:42 +02:00
Daniel Holbert
636064c44d Bug 621253: Transfer a document's zoom levels to its external resources when they're created. r=bz a=blocking-final+ 2011-01-17 21:18:52 -08:00
Makoto Kato
0b448d34d8 Bug 625629 - Don't define MMX in SSE.h since Microsoft compiler for x64 doesn't support MMX. r=jlebar a=bustage-fix 2011-01-18 14:08:47 +09:00
Trevor Saunders
3e02040669 Bug 626394 - optimize nsXULTreeAccessible::GetSelectedItem(), r=surkov, a=2.0 2011-01-18 12:15:13 +08:00
Alexander Surkov
4806ecbddd Bug 617300 - remove unnecessary checks from nsDocAccessible::AttributeChanged processing, r=davidb, a=blockingBetaN 2011-01-18 12:15:05 +08:00
Alexander Surkov
0231a8f065 Bug 626170 - remove unused nsHyperTextAccessible::mLinks, r=davidb, a=2.0 2011-01-18 12:14:57 +08:00
Alexander Surkov
1e123fdec6 Bug 625688 - implement nsAccessible::GetParent() for application accessible, r=fer, a=2.0 2011-01-18 12:14:47 +08:00
Masayuki Nakano
179444f1fc Bug 610821 part.5 Use nsRefPtr rather than nsCOMPtr for concrete class r=neil, a=johnath 2011-01-18 12:07:29 +09:00
Matt Woodrow
a567dd6b52 Bug 622165 - Don't try to draw ThebesLayerOGL's that are greater than the max texture size. r=joe a=blocking2.0 2011-01-18 14:32:40 +13:00
Matt Woodrow
9cd9789d4f Bug 621778 - Allow TextureImage to upload regions instead of only rectangles. r=joe a=blocking2.0 2011-01-18 14:32:40 +13:00
Matthew Gregan
31cc4eb4f7 Bug 626273 - Correct boundary seek logic. Change media element IDL floats to doubles per the spec. Invalidate updated frame after seeking. Optimize small forward seeks in WebM. r=cpearce a=roc 2011-01-17 16:03:00 +13:00
Matthew Gregan
bfad01f32f Bug 622517 - Only use remoted audio streams on Android. r=dougt a=dbaron 2011-01-10 12:47:43 +13:00
Matthew Gregan
4004024181 Bug 621257 - Handle transition from buffering to seeking state correctly in Wave decoder. r=roc a=roc 2011-01-05 17:01:26 +13:00
Chris Pearce
0dc06f3103 Bug 623637 - Initiate media buffering when decode hits end of downloaded data, rather than when they're close. r=roc a=roc 2011-01-18 13:53:18 +13:00
Chris Pearce
1cb5593661 Bug 623637 - Restore playback statistics to enable more accurate media buffering duration calculation. r=roc a=roc 2011-01-18 13:53:18 +13:00
Sean Dunn
846ae86a7f Bug 609685 - "Having opened panorama once in a window affects all rendering in that window, even in tabs that are opened later" [f=ian r=ian a=blocking] 2010-11-16 16:35:00 -06:00
Ehsan Akhgari
38d562b8e0 Bug 604215 - Part 3: Prioritize showing the target tab over internal maintenance tasks when switching to a tab from Panorama; r=ian a=blocking-final+ 2011-01-15 15:11:50 -05:00
Ehsan Akhgari
b60c606a7c Bug 604215 - Part 2: when switching into tab view, start the heartbeat only after the zoom operation has been finished; r=ian a=blocking-final+ 2011-01-14 15:15:29 -05:00
Ehsan Akhgari
b9d9f2e70a Bug 604215 - Stop Panorama's tab canvas drawing heartbeat during zoom animations; r=ian a=blocking-final+
This makes sure that we don't waste time running the heartbeat JS code and also possibly calling drawWindow when a zoom animation is in progress.  It should improve the performance of zoom animations.
2011-01-12 19:54:49 -05:00
Philipp von Weitershausen
0630004982 Merge bug 619238 from fx-sync. a=orange 2011-01-17 16:28:56 -08:00
Matt Woodrow
521f5c4aad Bug 586683 - ImageContainers can have no manager. r=Bas a=bustage 2011-01-18 12:00:43 +13:00
Richard Newman
bd9d0439d9 Bug 619238: fix intermittent test failure. r=philiKON 2011-01-17 14:51:42 -08:00
Robert O'Callahan
f24e610584 Bug 626177 - Correctly clip plugin draw area to prevent overdrawing. r=jmathies a=blocking2.0 2011-01-18 10:58:24 +13:00