Benoit Jacob
|
ae5ab0e7bf
|
Bug 1081125 - WebGL2 3D textures - Part 2: update our texture state tracking to handle 3D textures - r=jgilbert
|
2014-10-13 19:42:20 -04:00 |
|
Benoit Jacob
|
baf45833bf
|
Bug 1081125 - WebGL2 3D textures - Part 1: add WebGLTexDimensions enum instead of using plain ints to distinguish between 2D and 3D calls - r=jgilbert
|
2014-10-13 19:42:15 -04:00 |
|
Benoit Jacob
|
1881e55755
|
Bug 1081125 - WebGL2 3D textures - Part 0: stop using plain ints for jsArrayTypes - r=jgilbert
|
2014-10-13 19:42:11 -04:00 |
|
Walter Litwinczyk
|
09b8275c09
|
Bug 1015561 - WebGL change getParameter(STENCIL_[BACK]_REF) to return correct masked values and update debug cached value test. r=jgilbert
|
2014-09-26 15:06:38 -07:00 |
|
Jeff Gilbert
|
7d390d0c80
|
Bug 1079848 - Large allocs should be infallible and handled. - r=kamidphish
|
2014-10-10 16:25:07 -07:00 |
|
Benoit Jacob
|
58267f65c0
|
Bug 1081286 - WebGL2: account for the fact that SRGB formats break the 1:1 mapping between sized formats and (unsized format, type) pairs - r=jgilbert
|
2014-10-11 19:07:33 -04:00 |
|
jdashg
|
a08156dbb5
|
Bug 1080266 - Simplify WebGLContext::LinkProgram. - r=kamidphish
|
2014-10-03 14:47:00 -07:00 |
|
jdashg
|
0029093dfb
|
Bug 1080266 - Move UpdateInfo into WebGLProgram.cpp. - r=kamidphish
|
2014-10-03 14:36:57 -07:00 |
|
jdashg
|
58de8a3f6d
|
Bug 1080922 - Stop logging from fixed bug 763355. - r=kamidphish
|
2014-10-09 18:57:23 -07:00 |
|
jdashg
|
b4d5dc6ec0
|
Bug 1080922 - Add mach mochitest-plain targets for webgl mochitests. - r=kamidphish
|
2014-10-09 16:29:52 -07:00 |
|
jdashg
|
957d414211
|
Bug 1080922 - Regenerate webgl conformance mochitests.
|
2014-10-09 16:02:52 -07:00 |
|
jdashg
|
e92ff643c8
|
Bug 1080922 - Add subtest logging to mochi-single.html. - r=kamidphish
|
2014-10-09 16:01:47 -07:00 |
|
jdashg
|
aca62a5311
|
Bug 1066280 - Review fixes. - r=kamidphish,mattwoodrow
|
2014-10-08 13:04:19 -07:00 |
|
jdashg
|
4edee9ac4c
|
Bug 1066280 - Fixes for SurfaceStream removal. - r=kamidphish,mattwoodrow
|
2014-10-07 21:16:14 -07:00 |
|
jdashg
|
a070a30c6a
|
Bug 1066280 - Remove SurfaceStream. - r=kamidphish,mattwoodrow
|
2014-10-07 21:15:39 -07:00 |
|
jdashg
|
5fb64748e4
|
Bug 1066280 - Fixes. - r=kamidphish,mattwoodrow
From 4e9f52ab105333e8b1120342e9583b2d833a4465 Mon Sep 17 00:00:00 2001
---
dom/canvas/WebGLContext.cpp | 10 +++++--
gfx/gl/GLContext.cpp | 20 --------------
gfx/gl/GLContext.h | 3 --
gfx/gl/GLReadTexImageHelper.cpp | 5 +++-
gfx/gl/GLScreenBuffer.cpp | 13 +++++++--
gfx/gl/GLUploadHelpers.cpp | 27 ++++++++++++++++++
gfx/gl/SharedSurfaceGralloc.cpp | 14 ++++------
gfx/gl/SharedSurfaceGralloc.h | 10 +++++--
gfx/gl/SurfaceTypes.cpp | 2 ++
gfx/gl/SurfaceTypes.h | 1 +
gfx/layers/client/CanvasClient.cpp | 44 ++++++++++++++++++------------
gfx/layers/client/CanvasClient.h | 8 +++---
gfx/layers/client/ClientCanvasLayer.cpp | 6 ++++
gfx/layers/client/ClientCanvasLayer.h | 2 +-
gfx/layers/client/TextureClient.cpp | 11 ++++----
gfx/layers/client/TextureClient.h | 6 ++--
gfx/layers/composite/TextureHost.cpp | 15 +++++-----
gfx/layers/composite/TextureHost.h | 10 +++----
gfx/layers/d3d10/CanvasLayerD3D10.cpp | 9 ++++--
gfx/layers/d3d9/CanvasLayerD3D9.cpp | 8 ++++--
gfx/layers/ipc/LayersSurfaces.ipdlh | 4 +--
gfx/layers/moz.build | 4 ++-
gfx/layers/opengl/GrallocTextureClient.cpp | 26 +++++++++++++++++-
gfx/layers/opengl/GrallocTextureClient.h | 3 ++
24 files changed, 171 insertions(+), 90 deletions(-)
|
2014-10-07 21:11:54 -07:00 |
|
jdashg
|
cc46cff423
|
Bug 1079608 - Move blend_minmax out from under Draft. - r=kamidphish
|
2014-10-07 15:16:54 -07:00 |
|
Benoit Jacob
|
a7f0c9724e
|
Bug 1080137 - WebGL2: misc fixes to make new tex formats and sized internalformats actually work - r=jgilbert
|
2014-10-09 16:07:07 -04:00 |
|
Steve Fink
|
b41205df20
|
Bug 1061288 - Make it harder for ArrayBuffer data pointers to be held across invalidations. r=smaug,terrence,jdm,roc,khuey
|
2014-10-07 10:44:07 -07:00 |
|
Jonathan Kew
|
db9717b303
|
Bug 902799 - Support textruns with vertical writing modes when drawing Canvas2D text. r=bas
|
2014-10-06 16:19:36 +01:00 |
|
Carsten "Tomcat" Book
|
9f05a55e58
|
merge mozilla-inbound to mozilla-central a=merge
|
2014-10-08 15:45:22 +02:00 |
|
Carsten "Tomcat" Book
|
6e220c15f2
|
Backed out changeset 88bb2a142e10 (bug 902799) on smaugs requests for regressions/crashes
|
2014-10-08 15:41:35 +02:00 |
|
Benoit Jacob
|
fa5701d40d
|
Bug 1077183 - Untangle the confusion between effective and unsized internalformats in the WebGL implementation - r=jgilbert
|
2014-10-07 19:52:58 -04:00 |
|
Ehsan Akhgari
|
0f46ef7eaf
|
Bug 1079317 - Fix some more bad implicit constructors in DOM; r=baku
|
2014-09-24 09:16:53 -04:00 |
|
Peter Van der Beken
|
9254096129
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
|
2014-10-07 11:44:49 +02:00 |
|
Jonathan Kew
|
0e2e1539b5
|
Bug 902799 - Support textruns with vertical writing modes when drawing Canvas2D text. r=bas
|
2014-10-06 16:19:36 +01:00 |
|
Ed Morley
|
4704b64337
|
Backed out changeset a3250bad7f3c (bug 902799) for build failures on Windows
|
2014-10-06 15:55:56 +01:00 |
|
Jonathan Kew
|
8b51ec974b
|
Bug 902799 - Support textruns with vertical writing modes when drawing Canvas2D text. r=bas
|
2014-10-06 15:14:54 +01:00 |
|
Dan Glastonbury ext:(%20and%20Benoit%20Jacob%20%3Cbjacob%40mozilla.com%3E)
|
bfb2a90964
|
Bug 1075195 - WebGL2: implement texStorage2D - r=bjacob,djg
|
2014-07-15 09:55:56 +10:00 |
|
Benoit Jacob
|
2ff4bedf68
|
Bug 1072680 - Untangle the mixup of formats vs internalformats in the WebGL implementation - r=jgilbert
|
2014-10-04 22:24:24 -04:00 |
|
Dan Glastonbury
|
e7d15d322a
|
Bug 1075305 - WebGL2 - convert BaseTexFormat() to use strong GL types.; r=bjacob
--HG--
extra : rebase_source : dc805b06ca0758aea3ec0a3727816011aac83186
extra : source : 8a155fbe61b62b4be3f4e82bf6e9c39446d910c3
|
2014-09-30 14:03:29 +10:00 |
|
Dan Glastonbury
|
187ebea461
|
Bug 1075305 - Sort strong GL type TexFormat.; r=:bjacob
--HG--
extra : rebase_source : b2429b3a5ca0257541d0de35863c7279eed5061f
extra : source : dcbe7e7b4728325e68a133bfc4a9e61f2e7d6b3c
|
2014-10-02 17:23:37 +10:00 |
|
Dan Glastonbury
|
f2c0adac45
|
Bug 1075305 - WebGL2 - remove WebGL prefix from WebGLTexture::ImageInfo.; r=bjacob
--HG--
extra : rebase_source : f724d3f293f83f8e905175e1be6e9f6987e58454
extra : source : dc6fbe00f4d764b7f02818667addf12f038b72f3
|
2014-09-30 13:50:00 +10:00 |
|
Dan Glastonbury
|
84300074d3
|
Bug 1705305 - Rename WebGLTexture::ImageInfo::WebGLFormat to WebGLTexture::ImageInfo::WebGLInternalFormat.; r=bjacob
--HG--
extra : rebase_source : 72cb9f5d79b6c349697f107ff1689a421cefbe66
extra : source : ccc10059a97fe9a9fd684cbdb553c75c6403808c
|
2014-07-15 09:55:33 +10:00 |
|
Anuj Agarwal
|
01df0446ad
|
Bug 791777 - Replaced NS_finite() with mozilla::IsFinite. r=froydnj
|
2014-10-01 11:26:00 +02:00 |
|
Jeff Gilbert
|
e49ab30279
|
Bug 1048108 - Workaround ANGLE not having no-alpha surfaces. - r=kamidphish
|
2014-10-01 17:05:34 -07:00 |
|
Jonathan Kew
|
840d8b0fd5
|
Bug 1065002 pt 2 - Add an orientation field to nsFontMetrics. r=jdaggett
|
2014-09-30 07:38:35 +01:00 |
|
Jonathan Kew
|
9407713a2b
|
Bug 1065002 pt 1.3 - Add an Orientation parameter to gfxFont::GetMetrics and dispatch to horizontal or vertical as needed. r=jdaggett
|
2014-09-30 07:38:26 +01:00 |
|
Jonathan Watt
|
08f4247393
|
Bug 1074128, part 3 - Update the Mozilla code to use AutoSaveTransform's new name. r=Bas
|
2014-09-29 18:32:36 +01:00 |
|
Jonathan Watt
|
3928b26c97
|
Bug 1071774 - Restore the current transform in a couple of places that fail to do so. r=seth
|
2014-09-29 18:26:31 +01:00 |
|
Jonathan Watt
|
e6d7a3300f
|
Bug 1073363, part 3 - Convert some Mozilla code to use Moz2D's new GeneralPattern class. r=Bas
|
2014-09-29 14:12:06 +01:00 |
|
Walter Litwinczyk
|
fcbc7ad7ba
|
Bug 1073216 - WebGL add strong GLenum support for VAO/Buffer bindings, and texture min/mag/wrap types. r=jgilbert
|
2014-09-26 13:11:51 -07:00 |
|
Walter Litwinczyk
|
f7733ef997
|
Bug 1071233 - WebGL add strong GLenum support for framebuffers and renderbuffers. r=jgilbert
|
2014-09-25 08:21:33 -07:00 |
|
John Daggett
|
6fb8e38803
|
Bug 998869 part 5 - lazily load userfonts (non-linux). r=jfkthame
|
2014-09-25 12:16:54 +09:00 |
|
John Daggett
|
b08eeaabee
|
Bug 998869 part 4 - rename fontgroup methods. r=heycam
|
2014-09-25 12:16:54 +09:00 |
|
John Daggett
|
8d40c31973
|
Bug 998869 part 2 - switch to GetFontAt(0) to GetFirstValidFont(). r=jfkthame
|
2014-09-25 12:16:53 +09:00 |
|
Jeff Gilbert
|
0cfe76c68c
|
Bug 1048108 - Exclude RGBA configs when alpha:false. - r=kamidphish
|
2014-09-24 16:42:27 -07:00 |
|
Ehsan Akhgari
|
e102dad79d
|
Bug 1071571 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : 76a5802984faf0b63d9b86ab325428a397b0d27d
|
2014-09-23 22:01:09 -04:00 |
|
Dan Glastonbury
|
839c715371
|
Bug 1048724 - WebGL2 - GL symbols for Transform Feedback.; r=jgilbert
--HG--
extra : rebase_source : f47b2a8203b0dc23dd871987c2b2f7dae28b2723
extra : source : a0ecb0468b8a2998b676da63678938d9f9d58f52
|
2014-09-23 15:47:28 +10:00 |
|
Markus Stange
|
6f3f0d263a
|
Bug 927892 - Use aDestPoint in dt->DrawFilter instead of a translation. r=Bas
--HG--
extra : rebase_source : 1a2e9d2ba45ddec8d8378c467f0eb39ea70f66a2
|
2014-09-23 17:47:20 -04:00 |
|
Markus Stange
|
c7f330e9eb
|
Bug 927892 - Canvas filter drawing support. r=Bas
--HG--
extra : rebase_source : ae76ccd952f17e4dffaf1c7725926241bd2ab233
|
2014-09-23 17:47:20 -04:00 |
|
Markus Stange
|
fc66d11319
|
Bug 927892 - Split shadow drawing out of AdjustedTarget. r=Bas
--HG--
extra : rebase_source : cd02f322140f672e396c58330780ac085a97f103
|
2014-09-23 17:47:20 -04:00 |
|
Markus Stange
|
d63937e22c
|
Bug 927892 - Also calculate bounds for canvas operations when a filter is used. r=Bas
--HG--
extra : rebase_source : 085093205939a8da25212a9475da2b9799318131
|
2014-09-23 17:47:19 -04:00 |
|
Markus Stange
|
020075771a
|
Bug 927892 - Keep the filter description up-to-date when something in the referenced filter changes. r=roc
--HG--
extra : rebase_source : 40dba0d79a5fbce93667e8228440123834b70912
|
2014-09-23 17:47:19 -04:00 |
|
Markus Stange
|
b3c42872ac
|
Bug 927892 - Correctly handle em/ex units in SVG filter primitive region length values. r=roc
--HG--
extra : rebase_source : 990450d54e65c331a1fcc549cf5ec63c72faa7a8
|
2014-09-23 17:47:19 -04:00 |
|
Markus Stange
|
7d1771f42b
|
Bug 927892 - Resolve the parsed canvas filter to a FilterDescription. r=roc
--HG--
extra : rebase_source : 46fa0017ccc4ee3ab2e0edcf143703cf0100d422
|
2014-09-23 17:47:18 -04:00 |
|
Markus Stange
|
7e362be82b
|
Bug 927892 - Add parsing support for canvas filters. r=heycam
--HG--
extra : rebase_source : 541fbfc9e1ff4e9ea5ee1186af2902b13938a8ec
|
2014-09-23 17:46:11 -04:00 |
|
Markus Stange
|
5912e033b8
|
Bug 927892 - Add the CanvasRenderingContext2D.filter property, preffed off by default behind canvas.filters.enabled. r=roc, r=smaug
--HG--
extra : rebase_source : d80516906bea090c4db0d5419342f470cbe8f1b4
|
2014-09-23 17:44:53 -04:00 |
|
Benoit Jacob
|
b1ee6122a2
|
Bug 1071340 - Convert to STRONG_GLENUM: TexType, TexFormat, TexInternalFormat - r=djg
|
2014-09-23 13:48:27 -04:00 |
|
Benoit Jacob
|
8bc81effc6
|
Bug 1071339 - Improvements to STRONG_GLENUM's - r=djg
|
2014-09-23 13:48:25 -04:00 |
|
Rik Cabanier
|
d89b95d6a7
|
Bug 1070466 - Crash [@ mozilla::gfx::StreamPathToSinkApplierFunc] after path.addPath(path). r=roc
|
2014-09-20 11:03:00 -04:00 |
|
Jeff Gilbert
|
d23fbb7282
|
Bug 1064432 - Add mochitest-webgl.ini unified mochitest manifest. - r=kamidphish
--HG--
rename : dom/canvas/test/webgl-mochitest/mochitest.ini => dom/canvas/test/webgl-mochitest.ini
|
2014-09-22 13:08:51 -07:00 |
|
Dan Glastonbury
|
a4bccb2220
|
Bug 1048668 - WebGL2 - Implement CopyBufferSubData.; r=jgilbert
--HG--
extra : source : b4c58b9519fc35c634d2a912f3900605ccc081a3
|
2014-05-27 20:13:09 +10:00 |
|
Walter Litwinczyk
|
a1006b63cf
|
Bug 1036068 - Update ANGLE to chromium/2151. r=jrmuizel
|
2014-09-19 16:35:54 -07:00 |
|
Jeff Gilbert
|
57b25005b4
|
Bug 1064433 - Remove old unused webgl conformance mochitest files. - r=kamidphish
|
2014-09-17 16:26:27 -04:00 |
|
Walter Litwinczyk
|
90c29d8198
|
Bug 1063053 - Add stronger types to WebGL texture code for better debug/compile time checking. r=jgilbert,kamidphish
|
2014-09-18 16:14:22 -07:00 |
|
Ryan VanderMeulen
|
70a24b44c4
|
Backed out changeset 944bd4284ace (bug 1063053) for B2G bustage.
|
2014-09-19 13:59:51 -04:00 |
|
Walter Litwinczyk
|
a2379a555b
|
Bug 1063053 - Add stronger types to WebGL texture code for better debug/compile time checking. r=jgilbert,kamidphish
|
2014-09-18 16:14:22 -07:00 |
|
Dan Glastonbury
|
2f2cd73379
|
Bug 1048666 - WebGL2 - Implement ClearBufferXXX APIs.; r=jgilbert,bjacob
--HG--
extra : source : ba4e3272249d44f13d3923342be5916a5dc8519e
|
2014-09-18 10:17:00 +10:00 |
|
Dan Glastonbury
|
cc3f09db06
|
Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug
--HG--
extra : rebase_source : a7f9510b34a9f43afc0418c50b8821928c2a4262
extra : source : 89c2a61cd4c543c78b9bf0963f0227488fa27802
|
2014-09-18 08:08:41 +10:00 |
|
Jonathan Kew
|
08babb6a11
|
bug 1066043 - split gfxFont.cpp and .h into more manageably-sized pieces. r=jdaggett
--HG--
rename : gfx/thebes/gfxFont.cpp => gfx/thebes/gfxFontEntry.cpp
rename : gfx/thebes/gfxFont.h => gfx/thebes/gfxFontEntry.h
rename : gfx/thebes/gfxFont.cpp => gfx/thebes/gfxGlyphExtents.cpp
rename : gfx/thebes/gfxFont.h => gfx/thebes/gfxGlyphExtents.h
rename : gfx/thebes/gfxFont.cpp => gfx/thebes/gfxTextRun.cpp
rename : gfx/thebes/gfxFont.h => gfx/thebes/gfxTextRun.h
|
2014-09-16 10:58:12 +01:00 |
|
Milan Sreckovic
|
8c2ad4382a
|
Bug 1038277 - Stop running test_2d.gradient.radial.outside3. See details in the bug as to why. r=gwright
|
2014-09-12 12:45:00 -04:00 |
|
Sotaro Ikeda
|
806c030b54
|
Bug 1049251 - Partially disable SkiaGL on Low total system memory r=jrmuizel
|
2014-09-11 16:52:42 -07:00 |
|
Jonathan Watt
|
1ae57ac8bf
|
Bug 1064084, part 2 - Convert all consumers of gfxContext::Scale() to use gfxContext::SetMatrix()/Multiply(). r=Bas
|
2014-09-11 07:57:38 +01:00 |
|
Jonathan Watt
|
fa8c7ec8a5
|
Bug 1064084, part 1 - Convert all consumers of gfxContext::Translate() to use gfxContext::SetMatrix()/Multiply(). r=Bas
|
2014-09-11 07:57:38 +01:00 |
|
chiajung hung
|
ea2fbc44a9
|
Bug 1065759 - Fix a nit in CanvasRenderingContext2D::EnsureTarget. r=gwright
|
2014-09-10 23:04:00 +02:00 |
|
Jonathan Watt
|
b3072839ca
|
Bug 1065031, part 2 - Changes to Moz2D consuming code to update callers of Moz2D Matrix's Translate, Scale and Rotate methods to use these methods' new names. r=Bas
|
2014-09-10 18:29:35 +01:00 |
|
Peter Van der Beken
|
8c597602e7
|
Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, remove instances of non-refcounted sequence return type. r=bz.
--HG--
extra : rebase_source : 1388e0d6f971d52debb745a448a9a5524ceee25d
|
2014-08-28 00:43:55 +02:00 |
|
Peter Van der Beken
|
7f6f29fe05
|
Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, make all Constructor methods return already_AddRefed<...>. r=bz.
--HG--
extra : rebase_source : 726702eb39e627d74ddb3adf6059569d077089d4
|
2014-08-28 00:43:55 +02:00 |
|
Daniel Holbert
|
2d195c2ca1
|
Bug 1065182: Remove vestigial code from nsICanvasRenderingContextInternal.h and WebGLContext.h. r=jgilbert
|
2014-09-09 22:31:13 -07:00 |
|
Sotaro Ikeda
|
f65c85b016
|
Bug 1049195 - Call glFlush() for each frame if necessary r=jgilbert
|
2014-09-09 18:40:51 -07:00 |
|
Ryan VanderMeulen
|
70f5c3f2b3
|
Backed out changeset 96a507248c53 (bug 1059583) for Werror bustage.
CLOSED TREE
|
2014-09-09 19:57:12 -04:00 |
|
Ryan VanderMeulen
|
a388b6d647
|
Backed out changeset 65cda04dc8d2 (bug 1064432) for bustage on all platforms.
CLOSED TREE
|
2014-09-09 19:40:26 -04:00 |
|
Jeff Gilbert
|
1911c24347
|
Bug 1059583 - Add CanvasLayer::MustLayerUpdateBeSynchronous. - r=kamidphish,mattwoodrow
|
2014-09-09 16:20:08 -07:00 |
|
Jeff Gilbert
|
936dbcf8ca
|
Bug 1064432 - Add mochitest-webgl.ini unified mochitest manifest. - r=kamidphish
|
2014-09-09 16:18:46 -07:00 |
|
Walter Litwinczyk
|
e37384b0f9
|
Bug 1063805 - WebGL add missing validation to html element version of texSubImage2D. r=jgilbert
|
2014-09-08 13:23:30 -07:00 |
|
George Wright
|
5383f14eb9
|
Bug 1061988 - Get rid of the notion of "demoting" and replace it with "switch rendering mode" r=snorp
|
2014-09-02 19:26:36 -04:00 |
|
George Wright
|
1d02d0ff48
|
Bug 1061885 - [Skia] Do not demote for non-standard compositing ops r=snorp
|
2014-09-02 15:46:01 -04:00 |
|
Walter Litwinczyk
|
785fda287a
|
Bug 1006908 - WebGL differentiate texture image targets vs texture binding locations better. r=jgilbert
|
2014-09-03 12:17:18 -07:00 |
|
Alfredo Yang
|
fd55a6d8a9
|
Bug 916643 - Refactory ImageEncoder. r=roc
--HG--
rename : dom/canvas/ImageEncoder.cpp => dom/base/ImageEncoder.cpp
rename : dom/canvas/ImageEncoder.h => dom/base/ImageEncoder.h
|
2014-09-04 02:08:00 +02:00 |
|
Mike Hommey
|
6258dd8523
|
Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal
|
2014-09-03 14:16:37 +09:00 |
|
Mike Hommey
|
fc99c53ae5
|
Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps
|
2014-09-03 14:10:54 +09:00 |
|
Ehsan Akhgari
|
e3d50298ee
|
Land a part of bug 1061023 which was missed
--HG--
extra : rebase_source : c120c957eba6f9acda395e5b5880dfc3414db4dd
|
2014-09-02 23:21:31 -04:00 |
|
Jeff Gilbert
|
facdb1c901
|
Bug 1052240 - Fix generator script for use on Windows. - r=kamidphish
|
2014-09-02 13:47:24 -07:00 |
|
Ehsan Akhgari
|
bc7cc3893c
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : c80c5f9d7ae28286513cdb52ad76b46c240bdd5d
|
2014-09-01 18:26:43 -04:00 |
|
Ehsan Akhgari
|
0b2aaa5f23
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : 01709017e97fdc96d1d53eb881efc1792118edc4
|
2014-09-01 20:49:25 -04:00 |
|
Phil Ringnalda
|
b656763114
|
Backed out 6 changesets (bug 1060982, bug 1061058, bug 1060987, bug 1061060, bug 1060930) for build bustage
CLOSED TREE
Backed out changeset c23b8418e6be (bug 1060987)
Backed out changeset a8cddc6bdffc (bug 1061060)
Backed out changeset b5af5cbdac3f (bug 1060982)
Backed out changeset 4912d451011a (bug 1060930)
Backed out changeset bdacbf453238 (bug 1061058)
Backed out changeset da6c71a8f5ae (bug 1060987)
|
2014-09-01 16:48:51 -07:00 |
|
Ehsan Akhgari
|
f1391c83bf
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 18:00:53 -04:00 |
|
Jeff Gilbert
|
4e030029f9
|
Bug 1052240 - Skip textures/texture-npot-video.html.
|
2014-08-29 21:49:56 -07:00 |
|
Jeff Gilbert
|
daba2c17c4
|
Bug 1052240 - Skip canvas/drawingbuffer-static-canvas-test. DONTBUILD
|
2014-08-29 19:40:53 -07:00 |
|