Commit Graph

60271 Commits

Author SHA1 Message Date
Dominik Roettsches
58eaaab9b9 Bug 618810 - Qt Message Pump locks up in case of nested loops in flash plugin. r=dougt a=npodb 2011-01-07 14:18:29 +02:00
Ms2ger
309dea2808 Bug 620356 - Fix uninitialized variable warning in CreateOffscreenPixmapContext; r=bjacob a=joedrew 2011-01-07 11:54:19 +01:00
Debloper
284ebea04d Bug 622405 - Set an id on identity-popup-more-info-button's container. r=dao 2011-01-07 11:54:13 +01:00
Dão Gottwald
5b9d931831 Bug 620896 - Remove -moz-box-align:center and -moz-box-pack:center from type=menu-button buttons. r=neil
--HG--
extra : rebase_source : 9b6893ce3dbb52f17d8718b74d3d00f8cb4479c5
2011-01-06 23:36:57 +01:00
Henri Sivonen
d379610255 Tests for bug 620267 - Test CRLF, CR and escaped LF immediately following <pre>. r=jgriffin, a=test-only. 2011-01-07 10:57:03 +02:00
Philipp von Weitershausen
d8e7ec9f6a Merge fix for bug 623812. a=orange 2011-01-06 23:58:24 -08:00
Philipp von Weitershausen
ec68856514 Bug 623812 - Match number of do_test_pending calls to number of do_test_finished calls. 2011-01-06 23:54:50 -08:00
Ben Turner
cde3f1127c Bug 622042 - 'IndexedDB: Rework events and requests'. r=sicking, a=sicking. 2011-01-06 22:21:36 -08:00
Ben Turner
c35f5a040d Bug 595307 - 'IndexedDB: third-party checks'. r=sicking+dwitte, a=blocking. 2011-01-06 22:21:33 -08:00
Ben Turner
c926abf576 Bug 618484 - 'Allow ChromeWorkers access to XPCOM objects'. r=jst+jorendorff, a=blocking. 2011-01-06 22:21:30 -08:00
Ben Turner
f78f0e6c85 Bug 615153 - 'nsIWorkerFactory.newChromeWorker() throws NS_ERROR_UNEXPECTED'. r=sicking, a=blocker. 2011-01-06 22:21:26 -08:00
Philipp von Weitershausen
63cd192475 Bug 623812: another fix for unimportant test failures on some platforms. a=orange 2011-01-06 21:13:51 -08:00
Richard Newman
5ed470783d Bug 623812: fix for unimportant test failures on some platforms. r=philiKON, a=bustage 2011-01-06 20:51:43 -08:00
Johnny Stenback
2d6f6cb266 Fixing bug 606058. Given XUL overlay documents the principals of the containing document. r=bzbarsky@mit.edu, a=blocker 2011-01-06 18:07:46 -08:00
Philipp von Weitershausen
93cbb2e26e Merge test fix for bug 623812. a=orange 2011-01-06 21:25:18 -08:00
Chris Jones
b7a60499b6 Bug 610823: Make nsTArray infallible by default. r=sicking a=blocker 2011-01-06 20:49:35 -08:00
Jonas Sicking
69e373af1d Bug 610823: Change a few users that use nsTArrays as buffers to explicitly use fallible tarray. r=jdaggett a=blocker 2011-01-06 20:45:10 -08:00
Nochum Sossonko
d2b2b8d37a Bug 623447 - ASSERTION: AreDialogsBlocked() called without a top window, r=jst a=jonas
--HG--
extra : rebase_source : 76a7871d86d5f84fb0978713b60b4c699298e7a3
2011-01-06 21:07:35 -05:00
Brad Lassey
fc5ace8d13 bug 623598 - avoid repeatedly extracting and deleting libraries r=mbrubeck a=blocking-fennec 2011-01-06 21:02:07 -05:00
Timothy Nikkel
120453eaa5 Bug 623606. Leave the pres shell after we are done creating the display list. r=dbaron a=dbaron 2011-01-06 19:38:24 -06:00
Robert O'Callahan
0ae88fdc21 Bug 579808. Fix bounds for nsDisplayTransform and nsDisplayPlugin. r=tnikkel a=blocking-betaN+ 2011-01-06 19:38:22 -06:00
Benoit Jacob
bf702c0855 b=623629; [webgl] fix copyTex[Sub]Image2D; r=vlad, a=b 2011-01-06 14:07:13 -08:00
Vladimir Vukicevic
4a4277793f b=623404; [webgl] misc additional test suite fixes; r=bjacob 2011-01-06 14:07:13 -08:00
Vladimir Vukicevic
8ce5d28ef2 b=623394; [webgl] don't allow non-ascii characters in GLSL source; r=bjacob 2011-01-06 14:07:13 -08:00
Vladimir Vukicevic
ccf4230fbc b=623367; correctly handle pbuffer attribs in EGL offscreen context resize; r=bjacob 2011-01-06 14:07:12 -08:00
Vladimir Vukicevic
5c358eba4e b=618892; [webgl] use ANGLE pbuffers to speed up webgl with d3d10 layers; r=bas 2011-01-06 14:07:12 -08:00
Vladimir Vukicevic
e24c8b11dd b=618892; [webgl] implement pbuffers in ANGLE for faster interop; r=upstream 2011-01-06 14:07:12 -08:00
Philipp von Weitershausen
0e6fa3a53a Bug 621757 - Sync UI: Allow pasting the Sync Key with the mouse in setup wizard and Update Sync Key dialog. r=mconnor a=blocking-betaN 2011-01-06 17:29:58 -08:00
Philipp von Weitershausen
a2065ff74e Bug 620995 - Sync UI: Clicking on TOS/PP checkbox does not enable Continue button on OS X. r=mconnor a=blocking-betaN 2011-01-06 17:29:58 -08:00
Philipp von Weitershausen
ded9ae1260 Bug 621466 - Sync UI: "Add a Device" dialog enables "Next" button after going to Sync Options. r+a=mconnor 2011-01-06 17:29:58 -08:00
Philipp von Weitershausen
281573af42 Bug 622999 - Merge fx-sync to mozilla-central. a=blockers 2011-01-06 17:29:54 -08:00
Brian Crowder
ddb2ac8192 Bug 617552: keep mEditable around and updating it selectively to fix a handful of input bugs, r=blassey, a=blocking-fennec=2.0b4 by dougt 2011-01-06 17:15:24 -08:00
Richard Newman
e905821e24 Bug 597400: return null if GUID lookup fails in forms engine. r=philiKON 2011-01-06 12:05:30 -08:00
Benoit Jacob
fdb9cba150 Bug 600079 - Crash in [@ @0x0 | mozilla::gl::GLContext::MarkDestroyed() ] - r=vlad, a=joe 2011-01-06 09:59:28 -05:00
Benoit Jacob
373c107ca8 Bug 622158 - Fix DirectX SDK platform detection - r=vlad, a=joe 2011-01-06 09:58:50 -05:00
Jeff Walden
223cabf7a9 Bug 622167 - Properly handle infinite recursion of heavyweight functions. r=dvander 2011-01-06 02:22:21 -06:00
Richard Newman
cf988e27c2 Bug 622760: log exceptions thrown in _onProgress callbacks. r=philiKON 2011-01-04 16:27:00 -08:00
Philipp von Weitershausen
6d30304af1 Bug 622769 - Make log rotation and its threshold configurable. r=mconnor 2011-01-04 15:04:19 -08:00
Philipp von Weitershausen
3244eba263 Bug 621489 - Make sure to call _orderChildren even if _processIncoming fails. r=mconnor 2011-01-04 15:04:18 -08:00
Jeff Walden
4b88bf7958 Bug 622321 - While { x: 1, x: 1 } is a syntax error only in strict mode, any other name collision between property assignments in an object literal is a syntax error regardless whether the literal is in strict mode code or not. r=dmandelin
--HG--
extra : rebase_source : 04493a7d56924ab968d5524b8bee57ecde37068a
2011-01-01 02:41:00 -06:00
Luke Wagner
2d4d55374d Don't swallow errors in FindTearOff (bug 612225, r=gal). 2011-01-07 02:15:14 -08:00
Andreas Gal
6b5539dc39 Compartment mismatch with pending exception (bug 621845, r=lw,jorendorff). 2011-01-07 02:03:14 -08:00
Chris Leary
e2855fd450 Merge tracemonkey and mozilla-central. 2011-01-07 00:17:35 -08:00
Andreas Gal
5d848ac282 Use right compartment when resolving prototypes (bug 620028, r=jst). 2011-01-06 22:31:14 -08:00
Mike Shaver
29d38baf6c missed a file, sigh 2011-01-06 22:17:13 -08:00
Mike Shaver
2efe7ec019 Bug 623281: about:memory reporting for method JIT space usage, r=dvander
--HG--
extra : rebase_source : 39276fb0279b528f5e17122a980e243ff92fde27
2011-01-04 22:48:46 -08:00
Robert Sayre
75cfb7dd76 Merge 2011-01-06 21:46:24 -05:00
Andreas Gal
48a5687c1b Remove bogus assert (bug 621845, r=orange). 2011-01-06 18:45:18 -08:00
Robert Sayre
74c786bb58 Merge backout. last good changset is a6c636740fb9 Brendan Eich – Fix joined method leak via arguments.callee.caller (586482, r=igor). 2011-01-06 21:42:55 -05:00
Robert Sayre
493987319f Backed out changeset 013bde94ad94 2011-01-06 21:41:59 -05:00