Commit Graph

248414 Commits

Author SHA1 Message Date
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
Ehsan Akhgari
bcc8136f6c Merge mozilla-inbound into mozilla-central 2011-06-09 18:30:11 -04:00
Andrew McCreight
2c08b43356 Bug 658386 - part 2: eliminate redundant stores of PtrInfo child pointers. r=peterv
--HG--
extra : rebase_source : 34b01a7e2a05a7ea35da408a20b5e97f21681af3
2011-06-09 14:55:29 -07:00
Andrew McCreight
7755be5842 Bug 658386 - part 1: eliminate mLastChild field from PtrInfo. r=peterv
--HG--
extra : rebase_source : d4b6b71ae273b4b570591d6548cfaed559598d49
2011-06-09 14:55:04 -07:00
Dão Gottwald
a7262d3f64 remove redundant jsm imports from browser chrome tests
--HG--
extra : rebase_source : 3eee5463d514dfe1f62cd59a9c317e31903e7313
2011-06-10 11:58:45 +02:00
Ehsan Akhgari
1458cff241 Backout changeset 322d3d456f5b, cc8b37b43c5a, fba5bf34ad72, b9dab5588ce1 because they break the desktop mobile build on Windows 2011-06-09 17:02:48 -04:00
Jason Duell
922a508a0e Bug 663229 - e10s HTTP: initialize prnetaddrs correctly in child. r=jdm 2011-06-09 14:02:09 -07:00
Bas Schouten
496e39c64c Bug 655836: Flush surface A when B changes and A has a pending drawing command depending on B. r=jrmuizel 2011-06-09 17:28:12 -04:00
Honza Bambas
cf3be6c34b Bug 662534 - Let imgRequestProxy implement nsITimedChannel, r=joe 2011-06-09 23:11:57 +02:00
Wes Johnston
97621d7ffb Bug 663023 - Cache getDPI calls. r=mbrubeck 2011-06-09 13:54:34 -07:00
Wes Johnston
37e196e588 Bug 662785 - Clean up remaining first-run pieces. r=mfinkle 2011-06-09 13:54:34 -07:00