Ehsan Akhgari
6662a5197b
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-10-14 10:37:35 -04:00
Benoit Jacob
6831dd8707
Bug 638328 - fix bug in assertion, bad usage of queryinterface - r=roc
...
do_QueryInterface itself doesn't assign to the nsresult, have to assign to a nsCOMPtr
2011-10-14 10:01:15 -04:00
Henri Sivonen
f0d03766ac
Bug 677050 - Return NS_ERROR_DOM_INVALID_STATE_ERR if fragment parsing is invoked re-entrantly. r=bzbarsky.
2011-10-14 13:39:19 +03:00
Ben Turner
a953403b29
Bug 683280 - 'Workers: creating workers from 'localhost' or an IP address fails'. r=sicking.
2011-10-13 14:45:22 -07:00
Matt Brubeck
6132faa3d4
Back out dcc28a7cfa31, 13342c7d1fc3, f005ff7b0e2a (bug 692198, bug 692196, bug 692200) because of test failures
2011-10-13 12:17:06 -07:00
James Willcox
9f136f34c3
bug 692196 - Make 'navigator.plugins' have correct content on Android r=blassey
...
From 14c74360d7af6101a2b9193ed8b8a6f4bcd6c42b Mon Sep 17 00:00:00 2001
https://bugzilla.mozilla.org/show_bug.cgi?id=692196
2011-10-05 14:34:19 -04:00
Marco Bonardo
dc86fc49f1
Merge mozilla-central to mozilla-inbound
2011-10-13 15:58:32 +02:00
Marco Bonardo
04b6bb0879
Merge last green changeset from mozilla-inbound to mozilla-central
2011-10-13 15:48:46 +02:00
Olli Pettay
0a0ac43d90
Bug 693875, DOMParser + svg, r=jst
2011-10-13 13:50:05 +03:00
Benoit Jacob
a9b2e70434
Bug 638328 - use builtinclass and remove do_QueryInterface - r=peterv
2011-10-13 08:09:22 -04:00
Christoph Diehl
3fcd8718cf
Bug 686732 - Implement minimal-capabilities WebGL mode - r=bjacob
2011-10-13 08:09:22 -04:00
Justin Lebar
1857cb3763
Back out bug 683777 (backout of bug 646641) due to moth orange.
2011-10-12 23:03:00 -04:00
Justin Lebar
0833156fbb
Bug 683777 - Back out bug 646641 on suspicion of causing crashes. rs=smaug
2011-10-12 20:15:28 -04:00
Brad Lassey
a519c9888a
bug 687265 - Front-end support for flash on Android Fennec r=mbrubeck,blassey,dolske,jst
2011-10-07 13:46:02 -04:00
Jeff Walden
eb2cb918a4
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
2011-10-12 12:21:53 -07:00
Jeff Walden
77ebbde4ab
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
...
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
2011-10-10 22:50:08 -07:00
Mats Palmgren
c33b59cc27
Bug 688996 - "ASSERTION: Wrong root". r=smaug
2011-10-12 18:20:45 +02:00
Boris Zbarsky
31d91ff3a9
Bug 690056. Implement a vendor-prefixed version of the visibility API. r=sicking
...
The idea is to fire the visibilitychange event synchronously during pageshow and pagehide, since we're
already running script there for the pageshow/pagehide events. For docshell active state changes, we
fire the event asynchronously. In all cases, the actual state changes just before the event fires.
2011-10-11 17:29:12 -04:00
Matt Brubeck
9a844008c2
Merge mozilla-central to mozilla-inbound
2011-10-11 14:11:09 -07:00
Olli Pettay
d0c37fecac
Bug 680413 - Allow using child process message manager in chrome process, r=benjamin
2011-10-11 13:28:46 +03:00
Matthew Gregan
ea722d8a5a
Bug 669556 - Calculate OS X sydneyaudio buffer sizes by time, and shrink buffers to 1000ms. Remove buffer refill wait from nsBuiltinDecoderStateMachine::AudioLoop as the buffer fullness estimation is inaccurate. r=cpearce
2011-10-03 15:14:32 +13:00
Bas Schouten
6d7ff7c737
Bug 691137: Use proper coordinates when adding a device space quadratic curve. r=roc
2011-10-11 02:35:52 +02:00
Matt Brubeck
33a76a6eed
Merge mozilla-central to mozilla-inbound
2011-10-10 16:19:01 -07:00
Robert Longson
baf4f6d89e
Backout Bug 693183 - reftest failure
2011-10-10 21:30:54 +01:00
Robert Longson
2e60074c52
Bug 693183 - Move image element attribute processing to the frame class. r=jwatt
2011-10-10 18:44:03 +01:00
Matt Brubeck
57442b74d1
Back out d3b8c0394c5e, 701372c96a92, f2c16b13cf65, 367ff8c94636 (bug 683290, bug 684919, bug 685516) for Android reftest failures
2011-10-10 13:45:13 -07:00
Matt Brubeck
4151b38db0
Merge last green changeset of mozilla-inbound to mozilla-central
2011-10-10 11:01:32 -07:00
Olli Pettay
92f9d92d00
Bug 691059, don't throw when setting interface.prototype.onmouseenter/leave, r=bz
...
--HG--
extra : rebase_source : af4c6bb330ee92b9ca2d3d9258b3e41ea1fae746
2011-10-10 19:21:48 +03:00
Olli Pettay
039dfaaa3a
Bug 689128, re-enable EventListenerService tests, add a null check, handle compartments, r=bz
...
--HG--
extra : rebase_source : a0254eecb59adabb94737f1ca12803b712698903
2011-10-10 13:38:14 +03:00
Kyle Huey
a5350744d6
Bug 683290: Allow images that are not in the document to be eligible for discarding. r=bz
2011-10-10 12:18:53 -04:00
Luke Wagner
ff185699a3
Bug 632064 - remove JS_GetScopeChain (r=mrbkap)
...
--HG--
extra : rebase_source : dcaab70f180d23ad3e9cd12c2d84d326b012fbb2
2011-09-28 17:57:27 -07:00
Ehsan Akhgari
ee637e4944
Merge mozilla-central into mozilla-inbound
2011-10-10 11:30:21 -04:00
Ehsan Akhgari
7e4b277a75
Bug 689397 - Work around the broken-ness of gcc4.2 on Mac which causes the protection implemented in bug 666414 not take effect; r=bsmedberg
2011-09-26 20:45:25 -04:00
Matt Brubeck
c66e0dacef
Merge mozilla-central to mozilla-inbound
2011-10-09 18:43:14 -07:00
Ms2ger
2f93d04a35
Bug 687486 - Throw INVALID_STATE_ERR when dispatching uninitialized events; r=smaug
2011-10-09 20:23:13 +02:00
Robert Longson
b4fd35944b
Bug 691194 - Move filter element attribute processing to the frame class. r=dholbert
2011-10-09 18:17:29 +01:00
Robert Longson
47cd489a25
Bug 691298 - Remove aDoSetAttr arguments where callers always pass the same value. r=dholbert
2011-10-09 16:25:07 +01:00
Kyle Huey
96e26482db
Merge m-i to m-c.
2011-10-09 10:18:23 -04:00
Olli Pettay
5138297d6e
Bug 681387: backout bug 654352 (caretPositionFromPoint), r=ehsan
2011-10-08 13:49:51 +03:00
Ms2ger
02983e60f6
Bug 691156 - Handle putImageData(nonfinite) correctly; r=bz
2011-10-08 12:18:53 +02:00
Ms2ger
f30af024c2
Bug 689046 - Ensure createPattern(zero-size canvas) throws; r=roc
2011-10-08 12:18:51 +02:00
Ehsan Akhgari
d9e0fb12d5
Bug 692520 - Handle the case where the frame might going away while retrieving selection properties from a text control; r=bzbarsky
2011-10-07 09:40:11 -04:00
Henri Sivonen
c06a84abb0
Bug 692434 - Use = instead of == for assignment in XHR charset handling code. r=Olli.Pettay.
2011-10-07 14:33:42 +03:00
Ms2ger
fbef8a05f9
Bug 691184 - Add test_2d.text.align.(default|invalid).html & test_2d.text.baseline.(default|invalid).html from Philip Taylor's canvas tests; r=smaug
2011-10-07 10:24:38 +01:00
Ed Morley
6d7bc0dfbd
Bug 691184 - Don't throw on setting ctx.textAlign & ctx.textBaseline to bogus values, spec says to ignore; r=smaug
2011-10-07 10:24:37 +01:00
Ed Morley
0424aad1ba
(No bug) Remove CRLFs that have crept into test_canvas.html; rs=bz
2011-10-07 10:24:37 +01:00
Scott Johnson
d7adce1370
Backout cset 9d3ac2d3da11 from bug 666446 while we sort out regressions
2011-10-07 00:25:36 -07:00
Scott Johnson
39dca57e24
Backout cset 32676bb1968e from bug 666446 while we sort out regressions
2011-10-07 00:21:57 -07:00
Robert Longson
35051be845
Bug 550047 - Removing attributes from most elements does not cause a refresh. r=dholbert
2011-10-08 07:32:44 +01:00
Daniel Holbert
73270ca826
Bug 686013: Allow loading of external resources that are encoded as data URIs. r=bz
2011-10-12 00:56:08 -07:00