Marco Bonardo
ded0fca26c
Merge mozilla-inbound and mozilla-central
2011-06-11 11:08:40 +02:00
Ms2ger
05740efd82
Bug 663190 - Calling strokeRect with zero width or height should do nothing; r=smaug
2011-06-11 09:57:47 +02:00
Ms2ger
a6d4a9adc8
Bug 663194 - Calling drawImage with zero-size canvas should throw INVALID_STATE_ERR; r=sicking
2011-06-11 09:52:27 +02:00
Ms2ger
8915f62d3b
Bug 660433 - Remove nsIDOMNSHTMLTextAreaElement; f=volkmar r=peterv
2011-06-11 09:52:24 +02: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
Ed Morley
32dbced401
Bug 659944 - Remove leftover MOZ_IPC ifdef in nsHttpChannel.cpp; r=cbiesinger
2011-06-11 09:12:34 +02:00
Richard Newman
7bb28e47fd
Merge mozilla-central to services-central.
2011-06-10 23:07:46 -07:00
Michael Wu
d8e5409ec9
Bug 641614 - Fix reordering of localized files in omnijar, r=ted
2011-06-10 17:54:01 -07:00
Dave Camp
dd56fe8532
Merge m-c to devtools.
2011-06-10 15:35:17 -07:00
Wes Johnston
6542252fbc
Bug 662785 followup, disable uidiscovery UI in tests to fix some orange, r=mfinkle
2011-06-10 15:14:02 -07:00
Dave Townsend
bff65d76ee
Bug 655254: When an add-on moves to a different directory but doesn't change in any other way we should keep updated compatibility information. r=robstrong
2011-06-10 13:10:48 -07:00
Ehsan Akhgari
77db392f64
Merge mozilla-central and mozilla-inbound
2011-06-10 16:07:54 -04:00
Benoit Jacob
52a0dd4eeb
Bug 658840 - let glxtest process return from XRE_main rather than calling exit() - r=bsmedberg
...
Calling exit() resulted in two strings being considered leaked by valgrind. Returning from XRE_main() should fix that.
2011-06-10 15:07:54 -04:00
Benoit Jacob
74758ffbcb
Bug 660466 - segfault in glxtest - check if a visual was found - r=karlt
2011-06-10 15:05:10 -04:00
Benoit Jacob
0123ed0bf8
Bug 660466 - segfault in glxtest - check if any fbconfig was found - r=karlt
2011-06-10 15:04:20 -04:00
Benoit Jacob
1f01a661a6
Bug 659842 - about:support was creating a WebGL context even if webgl.disabled=true - r=karlt
...
This patch removes SafeToCreateCanvas3DContext, and checks webgl.disabled in WebGLContext::SetDimensions.
2011-06-10 15:02:06 -04:00
Benoit Jacob
3404a86446
Bug 663162 - Update ANGLE to r686 - r=joedrew
...
Just an ANGLE update, plus updating the list of failed tests on WinXP, also now properly reporting on unexpeced success (using todo(true) instead of ok(false))
2011-06-10 14:59:08 -04:00
Marco Bonardo
4ba8b031f2
Merge backout
2011-06-10 19:49:25 +02:00
Marco Bonardo
4a6fb5ee86
Backout Bug 612799 due to crashtests orange
2011-06-10 19:46:36 +02:00
Wes Johnston
b18d1b9713
backout 3e9a4e14f6c6 - bustage fix
2011-06-10 10:28:18 -07:00
Chris Jones
b5c37bb184
Bug 661940: Dump verbose messages if MOZ_REFTEST_VERBOSE is set in the environment. r=roc
2011-06-10 10:00:11 -07:00
Matheus Kerschbaum
265aca5175
Bug 614721 - Remove some DirectDraw left overs. r=joedrew,jrmuizel
2011-06-10 18:27:01 +02:00
Paul ADENOT
65f4296e1e
Bug 612799 (2/2) - Remote Audio - Signal errors to the child AudioStream. r=kinetik
2011-06-10 18:26:06 +02:00
Paul ADENOT
1b83028680
Bug 612799 (1/2) - Error reporting in Drain(). r=kinetik
2011-06-10 18:26:52 +02:00
Ian Neal
1a8c41e26f
Bug 260364 - Fixup radiogroups to use new .value functionality of radio.xml pki patch r=kaie
2011-06-10 16:56:17 +01:00
Ehsan Akhgari
8b0d5fb4cc
Merge the two heads on mozilla-inbound
2011-06-10 11:27:07 -04:00
Mounir Lamouri
24a1d30b24
Backed out bug 612799, changeset bf46495e80ae
2011-06-10 17:19:24 +02:00
Mounir Lamouri
41ff7480fb
Backed out changeset 3206cfacc0e6
2011-06-10 17:18:25 +02:00
Paul ADENOT
424509e663
Bug 612799 (2/2) - Remote Audio - Signal errors to the child AudioStream. r=kinetik
2011-06-10 15:54:06 +02:00
Paul ADENOT
d6ae69eed7
Bug 612799 (1/2) - Error reporting in Drain(). r=kinetik
2011-06-10 15:54:18 +02:00
Geoff Lankow
c44e90607e
Bug 662977 - File upload control needs a change event on drop. r=bz
...
--HG--
extra : rebase_source : aa8afe68e9bfcdbbf772a8ed22c93570131a9395
2011-06-11 00:44:53 +12:00
Michael Ventnor
d32c122811
Bug 663028 - Make Print Preview themable with CSS, and modernize its look r=roc
2011-06-10 20:07:26 +10:00
Mounir Lamouri
dd5b8ba075
Merginig mozilla-inbound with mozilla-central.
2011-06-10 09:58:03 +02:00
Dão Gottwald
2bbea16354
Bug 658738 - clean out each test's scope. r=gavin
2011-06-10 09:00:45 +02:00
Phil Ringnalda
2a2f2175aa
Bug 658941 and bug 661997, disable permaorange browser_autocomplete.js and browser_contentpopup.js
2011-06-09 21:13:13 -07:00
Joe Drew
b978ce8e35
Bug 660448 - look up FT_Library_SetLcdFilter via dlsym at runtime to fix terrible subpixel rendering on up-to-date Linux systems. r=karlt,bjacob
...
This will need to be reverted once our build systems are upgraded to a newer
version of FreeType. In the long run, we need to increase our runtime
dependency to this newer version.
2011-06-10 21:06:23 -04:00
Patrick McManus
8e4a602544
bug 663096 update mochitest/pywebsocket to drain input to avoid RST r=biesi
...
--HG--
extra : transplant_source : %27%05%5C%B1%E8j2%22q%BE%BBY%D7%8B9%81%18%18I%03
2011-06-10 16:52:30 -04:00
Patrick McManus
bab29d1d5d
bug 663096 udpate mochitest/pywebsockets to 489 r=biesi
...
--HG--
extra : transplant_source : %BF.%3D%14%E8%D9%FB%83%F3%D1j%EC%85_%04%E1%AA.%00%F5
2011-06-10 16:52:29 -04:00
Patrick McManus
b4e00a6d2f
bug 663096 - websockets enable deflate stream extension by pref r=biesi
...
--HG--
extra : transplant_source : %0AV%C2%E8%81QY%87LV%F8%60%F5%9B%B2%B3Z%02%E8%FA
2011-06-10 16:52:27 -04:00
Matt Brubeck
f4c3ebe8d4
Merge mozilla-central and mozilla-inbound
2011-06-09 19:51:44 -07:00
Chris Jones
38a6987ed3
Bug 655926, Test even-odd fill rule. r=joe
2011-06-09 19:15:13 -07:00
Chris Jones
377e990c19
Bug 655926: Implement canvas.mozFillRule. sr=vlad
2011-06-09 19:15:13 -07:00
Oleg Romashin
4c2383b5c0
Bug 659832 - Make WebGL working on Maemo r=joe
2011-06-09 21:18:43 -04:00
Oleg Romashin
977fc29345
Bug 612335 - Render remote canvas directly into shared surface r=jones.chris.g
2011-06-09 21:17:02 -04:00
Robert Strong
3bf8cbdfd7
backing out Bug 661784 since it didn't help
2011-06-09 17:31:03 -07:00
Ehsan Akhgari
e6fbc35944
Merge mozilla-central into mozilla-inbound
2011-06-09 18:29:16 -04:00
Robert Strong
c20bafa55a
Bug 647296 - crashreporter.exe and updater.exe creates HKEY_CURRENT_USER\Software\Classes\Applications as a volatile key. r=khuey
2011-06-09 15:14:19 -07:00
Robert Strong
6e5088b92b
Bug 661784 - Intermittent timeout /test_0083_error_patchApplyFailure_partial_complete.xul | Test timed out. Maximum time allowed is 25 seconds. r=mossop
2011-06-09 15:14:09 -07:00
Robert Strong
93ee9c5f22
Bug 658916 - TEST-UNEXPECTED-FAIL | test_0182_rmrfdirFileInUse_xp_win_complete.js | test failed (with xpcshell return code: 0), see following log:TEST-UNEXPECTED-FAIL | head.js | exception thrown from do_timeout callback. r=mossop
2011-06-09 15:14:00 -07:00
Josh Matthews
913b9fcd24
Bug 662795 - Remove flaky timeout from 331883-1.html. Also remove identical test 331883-2.html. r=roc
2011-06-09 18:11:13 -04:00