Shawn Wilsher
a5c05b1e08
Merge mozilla-central to Places
2010-12-14 15:56:41 -08:00
Dão Gottwald
08f179db84
Bug 618250 - Broken instanceof check in test_bug435425.html. r=sicking
2010-12-14 02:42:12 +01:00
Shawn Wilsher
7cd8f091ad
Merge mozilla-central to Places.
2010-12-13 15:08:04 -08:00
Brian Birtles
44d4727b60
Bug 615002 - SVG SMIL: Ignore previous milestones if we've been reset; r=dholbert; a=roc
2010-12-14 09:38:14 +09:00
Shawn Wilsher
4d4634434f
Merge mozilla-central into Places.
2010-12-07 15:06:32 -08:00
Neil Deakin
921be72a77
Bug 608687, clear mRoot after uninitializing so that template generated content gets removed, r=smaug,a=blocking
2010-12-07 14:02:03 -05:00
Brad Lassey
582df8a6e6
bug 615617 - GetDocumentMetadata does not return data from META elements added by scripts (breaks jQuery Mobile) r=bz a=blocking-fennec
2010-12-07 11:11:44 -05:00
Benjamin Smedberg
d2d3260579
Bug 614015 - Add <browser>.messageManager property for both in-process and out-of-process tabs, r=gavin
...
--HG--
extra : rebase_source : f0419a400dc714bc52481959fc4712fdc50b5e88
2010-12-07 09:34:34 -05:00
Boris Zbarsky
dfc0ce7e62
Bug 597345. Discard script preloads if the charset doesn't match. r=sicking, a=blocker
2010-12-07 08:54:50 -05:00
Shawn Wilsher
aeffa1f8c7
Merge mozilla-central into Places
2010-12-06 09:48:54 -08:00
Shawn Wilsher
5126652a70
Merge mozilla-central to Places.
2010-12-02 09:05:33 -08:00
Kyle Huey
ea299d0376
Bug 614279: Make nsHTMLDataListElement QI to its own CC participant. r=peterv a=blocking-final
2010-12-02 14:13:59 +01:00
Jonas Sicking
a7481042ee
bustage fix a=red
2010-12-13 14:43:32 -08:00
Jonas Sicking
060f92e089
Bug 603667: Fix nsIDOMFileError constant values. r=jst a=blocker
2010-12-13 14:24:56 -08:00
Jonas Sicking
f6326825f7
Bug 602115: Fix XSLT error handling bugs. r=peterv a=blocker
2010-12-13 14:24:55 -08:00
Vladimir Vukicevic
6b35ad02ad
b=615994; fix WebGL context DOM ClassInfo to avoid assertion; r=bz, a=b
2010-12-13 14:09:19 -08:00
Boris Zbarsky
7580ad5a3d
Bug 605296 part 2. Make username/password stringify undefined to empty string. r=sicking, a=blocker
2010-11-30 13:18:15 -05:00
Boris Zbarsky
40e2e0dbeb
Bug 614058. Fix regression in IsEqualNode. r=jst, a=blocker
2010-11-30 13:19:59 -05:00
Dave Townsend
f322fea87c
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
2010-12-01 11:01:56 -08:00
Dave Townsend
fe84867992
Backing out bug 605296 due to potentially causing bug 615736. a=backout
2010-12-01 10:57:14 -08:00
Dave Townsend
b765f459b7
Backing out bug 614724 due to potentially causing bug 615736. a=backout
2010-12-01 10:55:24 -08:00
Shawn Wilsher
7a35d860e3
Merge mozilla-central into Places.
2010-11-29 08:43:57 -08:00
Bas Schouten
a8a2865db2
Backout bug 595277. a=bustage
2010-12-07 05:39:19 +01:00
Bas Schouten
c2250f16f4
Bug 595277 - Part 3: Let Canvas and HTML video get the permanent LayerManager when instantiating their stuff. r=roc
2010-12-07 03:05:55 +01:00
Bas Schouten
c957999822
Bug 595277 - Part 2: Add parameter to specify requiring the permanent LayerManager. r=roc
2010-12-07 03:05:52 +01:00
Benoit Jacob
42320305b9
Bug 615314 - be silent on uninitialized textures - r=vlad, a=joe
2010-12-06 06:34:35 -05:00
Benoit Jacob
7d519b6719
Bug 616691 - Update list of getParameter pnames - r=vlad, a=joe
2010-12-06 06:34:35 -05:00
Benoit Jacob
4661ba718a
Bug 616655 - Pass the tex-input-validation.html test - r=vlad
2010-12-06 06:34:35 -05:00
Benoit Jacob
ac2bfd9b59
Bug 616608 - Pass the rest of webgl-specific.html test (sections 6.4, 6.5, 6.7 of the spec) - part 3/3: formally support COLORSPACE_CONVERSION (just accessors) - r=vlad
2010-12-06 06:34:35 -05:00
Benoit Jacob
fa24aa0a34
Bug 616608 - Pass the rest of webgl-specific.html test - part 2/3: implement section 6.5 on separate parameters - r=vlad
2010-12-06 06:34:35 -05:00
Benoit Jacob
00a9105e15
Bug 616608 - Pass the rest of webgl-specific.html test, part 1/3: implement section 6.7 on depthRange - r=vlad
2010-12-06 06:34:35 -05:00
Benoit Jacob
995fc1af38
Bug 615310 - Make webgl.verbose discoverable - r=vlad
2010-12-06 06:34:35 -05:00
Benoit Jacob
b70f21df24
Bug 615013 - Implement section 6.8 on mutually incompatible blend factors - r=vlad
2010-12-06 06:34:35 -05:00
Benoit Jacob
70d338d645
Bug 615003 - copyTex(Sub)Image methods also need to check/init the FBO - r=vlad
2010-12-06 06:34:35 -05:00
Benoit Jacob
f656c21814
Bug 613306 - fix bufferSubData quickStub - r=vlad
2010-12-06 06:34:35 -05:00
Benoit Jacob
c5f539582a
Bug 614867 - Fix WebGL FBOs (pass framebuffer-object-attachment.html) - r=vlad
2010-12-06 06:34:35 -05:00
Ehsan Akhgari
3f59fe5bf3
Bug 616590 - Prevent documents loaded in mail editors to set up their own editors using the designMode or contentEditable APIs; r=bzbarsky a=blocking-final+
2010-12-06 14:27:14 -05:00
Oleg Romashin
8a52f4b99f
Bug 607653 - avoid temporary fbos/textures on transformed layers, when possible. r=roc a=approval2.0
2010-11-24 11:35:21 +02:00
Ben Bucksch
30484fd233
Bug 614760 - Don't send 'Accept-Encoding: gzip,deflate' for video. r=doublec a=roc
2010-11-29 10:21:27 +13:00
Chris Pearce
ad76fe42d0
Bug 578536 - Ensure WebMReader properly tags its decoded samples with file offsets. r=doublec a=blocking2.0
2010-11-29 09:06:38 +13:00
Chris Pearce
398df2694e
Bug 610570 - Only skip to next keyframe when not running out of data to decode. r=roc a=blocking2.0
2010-11-29 09:06:38 +13:00
Doug Turner
de3da3bac8
Backing out 24aed997dbcd
...
Matthew Gregan – Bug 614160 - Fix remote audio ownership and avoid sending IPCs when actor is being destroyed. r=dougt a=blocking=fennec
It caused windows builds to go red. qq.
a=me
2010-11-27 21:40:43 -08:00
Matthew Gregan
11e7768654
Bug 614160 - Fix remote audio ownership and avoid sending IPCs when actor is being destroyed. r=dougt a=blocking=fennec
2010-11-26 17:13:54 +13:00
Daniel Holbert
86d0bcc67a
Bug 613283: Remove unused/duplicate method 'InternalFormatHasAlpha'. r=vlad a=bsmedberg
2010-11-30 21:27:30 -08:00
Daniel Holbert
3fad3ee032
(no bug) comment fix in SVG code: s/rational/rationale/. a=comments-only
2010-11-30 21:27:30 -08:00
timeless@mozdev.org
3dc5fa9e78
Bug 585412 warning: unused variable allowScripts in nsXBLService::GetBinding
...
r=neil a=sicking
2010-11-30 21:27:29 -08:00
Matthew Gregan
461a2eb686
Bug 612798 - Remoting Audio - Thread per stream to avoid problems with blocking drain/write calls. r=dougt. a=blocking-fennec
...
--HG--
extra : rebase_source : a2efdcf562d3da08e9676fe174d0cdc3e317fa82
2010-11-30 18:37:32 +13:00
Matthew Gregan
d96f71fdba
Bug 614160 - Fix remote audio ownership and avoid sending IPCs when actor is being destroyed. r=dougt a=blocking-fennec
...
--HG--
extra : rebase_source : 0fe7883f97fb4f014b9f39ced902bc96b0eebc31
2010-11-26 17:13:54 +13:00
Boris Zbarsky
efbe7ef052
Bug 605296 followup: fix test to do the right thing on failure. a=orange
2010-11-30 16:19:40 -05:00
Peter Van der Beken
92c77053b1
Bug 605672. Fix reason for invalid scope assertion. r=jst@mozilla.com, a=blocker.
2010-11-30 12:02:15 -08:00