Commit Graph

11617 Commits

Author SHA1 Message Date
Doug Turner
6143433d38 Bug 667919 - Add support for window.ondevicemotion and window.ondeviceorientation. r=smaug 2011-06-28 15:37:31 -07:00
Benoit Jacob
71fc484efc Bug 666569 - Remove the Intel Direct2D GPU blacklist - r=joe
As explained in this bug, most probably the bug it was trying to fix was the same as bug 590373, which got fixed since then.
2011-06-27 13:27:04 -04:00
Benoit Jacob
1726cfbed0 Bug 644787 - unblacklist D3D9 layers on Geforce 6100 - r=joe
After discussion on that bug, it appears that this device is not affected by the scrolling glitches that affect the Geforce 6150 and 62000.
2011-06-27 13:27:04 -04:00
Benoit Jacob
838309e324 Bug 624935 - unblacklist Gallium - r=karlt
Since bug 659842 is fixed, a large proportion of our ununderstood GLX crashes is gone. There are still some crashes, some with Gallium and some with non-Gallium drivers, but at this point it doesn't look like specifically blacklisting Gallium helps.
2011-06-27 13:27:04 -04:00
Matt Brubeck
23b2d18bb6 Merge mozilla-central to mozilla-inbound 2011-06-25 19:43:57 -07:00
Kyle Huey
2426689ee4 Merge b-s to m-c 2011-06-25 10:13:14 -07:00
Oleg Romashin
a789480817 Bug 663393 - Maemo6/Meego VKB doues not work properly without meegotouch r=dougt 2011-06-25 09:22:34 -04:00
Kyle Huey
9927e93ee8 Bug 441197: Maintain an audio session across processes. r=jimm 2011-06-24 07:20:03 -07:00
Kyle Huey
fee95bc8a2 Bug 441197: Maintain an audio session in-process. r=jimm 2011-06-24 07:20:03 -07:00
Marco Bonardo
da3f6b77ac Revert to changeset a87ee7550f6a due to incomplete backout 2011-06-24 17:23:04 +02:00
Marco Bonardo
bfe9e423e8 Backout changesets a9cc84f8a830, cc9620ae893d, 5d571e06dc66, ebfde1103126, 0ad7a620910f, 0e614362b322, c53f88f0dd06, b4bab5f00821 due to bustage. 2011-06-24 17:18:28 +02:00
Kyle Huey
03f3b4a891 Bug 441197: Maintain an audio session across processes. r=jimm 2011-06-24 07:20:03 -07:00
Kyle Huey
2586406159 Bug 441197: Maintain an audio session in-process. r=jimm 2011-06-24 07:20:03 -07:00
Jonas Sicking
07c1f0b90f Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug 2011-06-23 19:18:00 -07:00
Ehsan Akhgari
eb1c080ad6 Merge mozilla-central into mozilla-inbound 2011-06-22 20:19:47 -04:00
Mounir Lamouri
e9015961db Bug 666203 - Add 1px padding to progress bars for Windows Classic theme. r=jimm 2011-06-22 20:44:18 +02:00
Kai Liu
45ddb6bd2e Bug 661846: Move the Windows classic/XP native menu padding calculation from GetWidgetBorder to GetWidgetPadding. r=jmathies 2011-06-22 12:32:50 +02:00
Neil Rashbrook
67a733f759 Bug 660533 Remove useless uses of PromiseFlatCString r=jimm 2011-06-22 21:52:09 +01:00
Cameron McCormack
a7bbbe7c60 Bug 640587 - Disable the swipe gesture half of the Elantech hack for driver versions < 8. r=jimm 2011-06-23 08:48:24 +12:00
Boris Zbarsky
99ce9662ba Merge mozilla-central into mozilla-inbound 2011-06-21 17:05:11 -04:00
Boris Zbarsky
585106f219 Bug 548734. Get rid of the footgun ui.use_native_popup_windows preference. r=roc,khuey 2011-06-21 17:00:47 -04:00
Jeff Muizelaar
9aacb83cbd Bug 660662. Remove unnecessary floor in nsNativeTheme::QueueAnimatedContentForRefresh. r=bent
Positive numbers are already floored when truncated so this should have no
semantic change, and avoids some implicit conversions.
2011-06-21 16:48:18 -04:00
Ed Morley
d833770ced Bug 665389 - Remove unused variable rv from nsPSPrinterList::Init; r=roc 2011-06-21 17:37:43 +02:00
Jim Mathies
9e028c4827 merge backout 2011-06-21 10:33:22 -05:00
Jim Mathies
8f807392f5 Backout of bug 580564 due to regression bug 663586. 2011-06-21 10:33:03 -05:00
Ehsan Akhgari
92ab9f79c9 Merge mozilla-central into mozilla-inbound 2011-06-20 23:42:45 -04:00
Chris Leary
6ad07be206 Merge mozilla central and tracemonkey. 2011-06-20 16:49:20 -07:00
Kyle Huey
854ce884b6 Back out Bug 441197 which was going to try ... 2011-06-20 11:18:19 -07:00
Kyle Huey
232bf8bb4b * * *
try: -b d -p win32 -u all
2011-06-20 08:57:16 -07:00
Kyle Huey
e616cc8413 imported patch 441197-1 2011-06-20 08:57:12 -07:00
Doug Turner
12569c1c97 Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai
--HG--
rename : content/events/src/nsDOMOrientationEvent.cpp => content/events/src/nsDOMDeviceOrientationEvent.cpp
rename : content/events/src/nsDOMOrientationEvent.h => content/events/src/nsDOMDeviceOrientationEvent.h
rename : dom/system/android/nsAccelerometerSystem.cpp => dom/system/android/nsDeviceMotionSystem.cpp
rename : dom/system/android/nsAccelerometerSystem.h => dom/system/android/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.h => dom/system/cocoa/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.mm => dom/system/cocoa/nsDeviceMotionSystem.mm
rename : dom/system/nsAccelerometer.cpp => dom/system/nsDeviceMotion.cpp
rename : dom/system/nsAccelerometer.h => dom/system/nsDeviceMotion.h
rename : dom/system/unix/nsAccelerometerSystem.cpp => dom/system/unix/nsDeviceMotionSystem.cpp
rename : dom/system/unix/nsAccelerometerSystem.h => dom/system/unix/nsDeviceMotionSystem.h
rename : dom/system/windows/nsAccelerometerSystem.cpp => dom/system/windows/nsDeviceMotionSystem.cpp
rename : dom/system/windows/nsAccelerometerSystem.h => dom/system/windows/nsDeviceMotionSystem.h
rename : xpcom/system/nsIAccelerometer.idl => xpcom/system/nsIDeviceMotion.idl
2011-06-19 22:36:17 -07:00
Matheus Kerschbaum ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
1b406143bc Bug 664924 - Remove MOZ_CSS_ANIMATIONS ifdefs. r=dbaron 2011-06-20 16:47:09 -07:00
Jim Mathies
b610ecccfc Bug 580564 - Fix for broken alt-space sys menu restore when in full screen mode. r=neil 2011-05-27 17:35:45 -05:00
Jim Mathies
2c78736aca Bug 369002 - Set os working set trimming behavior for minimized windows as the default on Vista and up. r=robarnold 2011-05-27 17:35:42 -05:00
Alex Pakhotin
b154c7b9b0 Bug 649381 - implement moz-icon android support. r=blassey 2011-06-13 14:02:13 -07:00
Ehsan Akhgari
4aa2112ae9 Backout 64b58e1da898 (bug 664925) because of reftest oranges on OS X 2011-06-20 15:25:57 -04:00
Mounir Lamouri
a1d51f28a5 Bug 664925 - Don't set NSZeroSize to say that a given control size isn't available. r=mstange
Actually, we should patch DrawCellWithSnapping to ignore sizes set to
NSZeroSize, see bug 665571.
2011-06-20 19:02:42 +02:00
Jeff Walden
dae3ca83d2 Bug 663300 - Treat \u not followed by four hexadecimal digits, or \x not followed by two hexadecimal digits, as syntax errors in string literals. r=njn
--HG--
extra : rebase_source : 78f37bc91e44598ba99c1983b65b8627bed876b5
2011-06-10 11:21:57 -07:00
Ted Mielczarek
b9712b1eab merge m-c and b-s 2011-06-13 09:09:43 -04:00
Ed Morley
8aaddd0334 Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted 2011-06-12 03:49:00 -04:00
Steven Michaud
15118749cb Bug 661636 - [10.7 SDK] QuickDraw APIs undefined when doing 32-bit builds using the OS X 10.7 SDK. r=bgirard 2011-06-11 09:12:58 +02:00
Matheus Kerschbaum
265aca5175 Bug 614721 - Remove some DirectDraw left overs. r=joedrew,jrmuizel 2011-06-10 18:27:01 +02:00
Ehsan Akhgari
44514065ab Merge mozilla-central into mozilla-inbound 2011-06-09 09:26:52 -04:00
Jonathan Kew
e75fe126f8 backed out changesets 5607cca3f7bf, 1ccc676a3a2c, 3eb99af46b93, 63c8f645cc1c (bug 661471 parts 6-7) to avoid merge conflicts, as they also landed on mozilla-central but with slight differences. 2011-06-09 12:27:48 +01:00
Mounir Lamouri
3413b05e86 Bug 662164 - Use fast iteration in nsFilePicker.mm. r=joshmoz 2011-06-09 11:28:16 +02:00
Robert O'Callahan
a0f4e2ed0b Bug 661471. Part 6.2: Handle dynamic changes to Cleartype enabled/disabled. r=jfkthame 2011-06-09 15:26:29 +12:00
Brad Lassey
29499c3aaf Bug 661472 - fix building with crash reporter disabled. r=dougt 2011-06-02 01:44:27 -04:00
Masayuki Nakano
e12031569b Bug 661101 fix a nit of 9014863a7e2a in widget/src/os2/nsDeviceContextSpecOS2.cpp r=roc DONTBUILD 2011-06-07 18:42:54 +09:00
Masayuki Nakano
58feee75ac Bug 661101 widget should use mozilla::Preferences r=roc 2011-06-07 16:38:00 +09:00
Mounir Lamouri
8d38f1695a Merging cedar with mozilla-central. 2011-06-03 12:06:08 +02:00