df459220856f488f956c5d78e93f97ff51ded476: Backed out changeset 932f6530318d (bug 1000959) for 603490-1.html asserts
Ed Morley <emorley@mozilla.com> - Mon, 28 Apr 2014 16:05:04 +0100 - rev 180562
Backed out changeset 932f6530318d (bug 1000959) for 603490-1.html asserts
49fcf756a711f5b5ff09e1c2db2ce2924b657d64: Backed out changeset 1c27ec193926 (bug 1002271) for B2G build failures
Ed Morley <emorley@mozilla.com> - Mon, 28 Apr 2014 15:28:48 +0100 - rev 180561
Backed out changeset 1c27ec193926 (bug 1002271) for B2G build failures
729fb5ddc1b94951e35b9ed020358c2940436e57: Bug 907123 - Implement fling acceleration on multiple consecutive flings. r=botond
Kartikaya Gupta <kgupta@mozilla.com> - Mon, 28 Apr 2014 10:19:25 -0400 - rev 180560
Bug 907123 - Implement fling acceleration on multiple consecutive flings. r=botond
ab970e182f57902d6afd5bc29573fa352639927b: Bug 907123 - Move fling-related things into a new section in AsyncPanZoomController.h. r=botond
Kartikaya Gupta <kgupta@mozilla.com> - Mon, 28 Apr 2014 10:19:13 -0400 - rev 180559
Bug 907123 - Move fling-related things into a new section in AsyncPanZoomController.h. r=botond
828654777f7f596abb8126105e87461bc6f57801: Bug 989144 - Convert EffectChain::mSecondaryEffects to be an EnumeratedArray - r=nical
Benoit Jacob <bjacob@mozilla.com> - Fri, 25 Apr 2014 22:34:06 -0400 - rev 180558
Bug 989144 - Convert EffectChain::mSecondaryEffects to be an EnumeratedArray - r=nical
c29805c4ffa139a07526f33607543656b45422e4: Bug 987311 - Follow-up: Make CompositorD3D11 use EnumeratedArray to fix the build on MSVC 2012 (where typed enums are actually typed) - no review, bustage fix
Benoit Jacob <bjacob@mozilla.com> - Mon, 28 Apr 2014 10:14:00 -0400 - rev 180557
Bug 987311 - Follow-up: Make CompositorD3D11 use EnumeratedArray to fix the build on MSVC 2012 (where typed enums are actually typed) - no review, bustage fix
e261a64bebf30602acd05a89cac0aa249fd32370: Bug 987311 - 6/6 - Convert the rest of CompositorTypes.h to typed enums, final manual changes - r=nical
Benoit Jacob <bjacob@mozilla.com> - Fri, 25 Apr 2014 22:34:06 -0400 - rev 180556
Bug 987311 - 6/6 - Convert the rest of CompositorTypes.h to typed enums, final manual changes - r=nical
6a36a9e6fa3576982c45c5649f7233dd80e6c538: Bug 987311 - 5/6 - Convert the rest of CompositorTypes.h to typed enums, auto regex changes - r=nical
Benoit Jacob <bjacob@mozilla.com> - Fri, 25 Apr 2014 22:34:06 -0400 - rev 180555
Bug 987311 - 5/6 - Convert the rest of CompositorTypes.h to typed enums, auto regex changes - r=nical find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)DIAGNOSTIC_\(NONE\|TILE_BORDERS\|LAYER_BORDERS\|BIGIMAGE_BORDERS\|FLASH_BORDERS\)\($\|[^A-Za-z0-9_]\)/\1DiagnosticTypes::\2\3/g' find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/DiagnosticTypes\:\:NONE/DiagosticTypes::NO_DIAGNOSTIC/g' find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)DIAGNOSTIC_\(IMAGE\|CONTENT\|CANVAS\|COLOR\|CONTAINER\|TILE\|BIGIMAGE\|COMPONENT_ALPHA\|REGION_RECT\)\($\|[^A-Za-z0-9_]\)/\1DiagnosticFlags::\2\3/g' find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)EFFECT_\(MASK\|MAX_SECONDARY\|RGB\|YCBCR\|COMPONENT_ALPHA\|SOLID_COLOR\|RENDER_TARGET\|MAX\)\($\|[^A-Za-z0-9_]\)/\1EffectTypes::\2\3/g' find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)TEXTURE_\(CONTENT\|SHMEM\|YCBCR\|SHARED_GL\|SHARED_GL_EXTERNAL\|STREAM_GL\|FALLBACK\)\($\|[^A-Za-z0-9_]\)/\1DeprecatedTextureClientType::\2\3/g' find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(BUFFER_UNKNOWN\|BUFFER_IMAGE_SINGLE\|BUFFER_IMAGE_BUFFERED\|BUFFER_BRIDGE\|BUFFER_CONTENT\|BUFFER_CONTENT_DIRECT\|BUFFER_CONTENT_INC\|BUFFER_TILED\|BUFFER_SIMPLE_TILED\|COMPOSITABLE_IMAGE\|COMPOSITABLE_CONTENT_SINGLE\|COMPOSITABLE_CONTENT_DOUBLE\|BUFFER_COUNT\)\($\|[^A-Za-z0-9_]\)/\1CompositableType::\2\3/g' find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/CompositableType\:\:COMPOSITABLE_/CompositableType::/g' find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)TEXTURE_HOST_\(DEFAULT\|TILED\|COPY_PREVIOUS\)\($\|[^A-Za-z0-9_]\)/\1DeprecatedTextureHostFlags::\2\3/g' find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)Texture\(Front\|Back\|OnWhiteFront\|OnWhiteBack\)\($\|[^A-Za-z0-9_]\)/\1TextureIdentifier::\2\3/g' find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(OPEN_NONE\|OPEN_READ\|OPEN_WRITE\|OPEN_READ_WRITE\|OPEN_READ_ONLY\|OPEN_WRITE_ONLY\)\($\|[^A-Za-z0-9_]\)/\1OpenMode::\2\3/g' find gfx/layers -type f | grep -v CompositorTypes.h | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(MaskNone\|Mask2d\|Mask3d\|NumMaskTypes\)\($\|[^A-Za-z0-9_]\)/\1MaskType::\2\3/g' find gfx -type f | xargs sed -i 's/Diagostic/Diagnostic/g'
2ff75b7686457ea8332d19d02516e5e17d48cf1f: Bug 987311 - 4/6 - Convert the rest of CompositorTypes.h to typed enums, initial manual changes - r=nical
Benoit Jacob <bjacob@mozilla.com> - Fri, 25 Apr 2014 22:34:05 -0400 - rev 180554
Bug 987311 - 4/6 - Convert the rest of CompositorTypes.h to typed enums, initial manual changes - r=nical
15202a4be01eb244c4da0852c676980deef31979: Bug 989027 - 2/2 - Make LayerRenderStateFlags a typed enum, auto regex changes - r=nical
Benoit Jacob <bjacob@mozilla.com> - Fri, 25 Apr 2014 22:34:05 -0400 - rev 180553
Bug 989027 - 2/2 - Make LayerRenderStateFlags a typed enum, auto regex changes - r=nical find gfx -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYER_RENDER_STATE_\(Y_FLIPPED\|BUFFER_ROTATION\|FORMAT_RB_SWAP\)\($\|[^A-Za-z0-9_]\)/\1LayerRenderStateFlags::\2\3/g'
69a7d46f0174a8bd28cab68ddb2f212c115a03d6: Bug 989027 - 1/2 - Make LayerRenderStateFlags a typed enum, manual changes - r=nical
Benoit Jacob <bjacob@mozilla.com> - Fri, 25 Apr 2014 22:34:05 -0400 - rev 180552
Bug 989027 - 1/2 - Make LayerRenderStateFlags a typed enum, manual changes - r=nical
865619dc14caaec366cf38c243c1bb74e0ad5bc3: Bug 987311 - 3/6 - Make TextureFlags a typed enum, final manual changes - r=nical
Benoit Jacob <bjacob@mozilla.com> - Fri, 25 Apr 2014 22:34:05 -0400 - rev 180551
Bug 987311 - 3/6 - Make TextureFlags a typed enum, final manual changes - r=nical
360040db4f342f868fe34d9b697d60f0828e9dd1: Bug 987311 - 2/6 - Make TextureFlags a typed enum, auto regex changes - r=nical
Benoit Jacob <bjacob@mozilla.com> - Fri, 25 Apr 2014 22:34:05 -0400 - rev 180550
Bug 987311 - 2/6 - Make TextureFlags a typed enum, auto regex changes - r=nical find gfx/layers -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)TEXTURE_\(USE_NEAREST_FILTER\|NEEDS_Y_FLIP\|DISALLOW_BIGIMAGE\|ALLOW_REPEAT\|NEW_TILE\|COMPONENT_ALPHA\|RB_SWAPPED\|FRONT\|ON_WHITE\|ON_BLACK\|TILE\|RECYCLE\|COPY_PREVIOUS\|DEALLOCATE_CLIENT\|IMMUTABLE\|IMMEDIATE_UPLOAD\|DOUBLE_BUFFERED\|ALLOC_FALLBACK\)\($\|[^A-Za-z0-9_]\)/\1TextureFlags::\2\3/g' find gfx/layers -type f | xargs sed -i 's/TEXTURE_FLAGS_DEFAULT/TextureFlags::DEFAULT/g'
8022b696d5833bc1ca31aa6b28a435e46c5526c5: Bug 987311 - 1/6 - Make TextureFlags a typed enum, initial manual changes - r=nical
Benoit Jacob <bjacob@mozilla.com> - Fri, 25 Apr 2014 22:34:04 -0400 - rev 180549
Bug 987311 - 1/6 - Make TextureFlags a typed enum, initial manual changes - r=nical
7cb6177f3597731fc11bf386006c62a7274a938b: Backed out changeset 5bb66b16b70c (bug 996078) for B2G desktop build failures; CLOSED TREE
Ed Morley <emorley@mozilla.com> - Mon, 28 Apr 2014 15:11:22 +0100 - rev 180548
Backed out changeset 5bb66b16b70c (bug 996078) for B2G desktop build failures; CLOSED TREE
f99cf3aee13f9a4548aa6e5650322adb66d3fcc7: Backed out changeset c4bb530fc9db (bug 690937)
Ed Morley <emorley@mozilla.com> - Mon, 28 Apr 2014 15:10:57 +0100 - rev 180547
Backed out changeset c4bb530fc9db (bug 690937)
1c27ec1939264f8deaa6e17c89c2ad752ae64ddb: Bug 1002271 - Remove jsanalyze files, r=jandem.
Brian Hackett <bhackett1024@gmail.com> - Mon, 28 Apr 2014 08:12:20 -0600 - rev 180546
Bug 1002271 - Remove jsanalyze files, r=jandem.
ac7f491b04603937a7f725201b6eee627203b947: Bug 997121 - Mark CompsoitorOGL MOZ_FINAL to prevent future problems with the virtual call in its destructor. r=bjacob
Nicolas Silva <nical@mozilla.com> - Mon, 28 Apr 2014 16:10:35 +0200 - rev 180545
Bug 997121 - Mark CompsoitorOGL MOZ_FINAL to prevent future problems with the virtual call in its destructor. r=bjacob
8008f2e4865e043bf8e0f13b9810d76bcb174de8: Bug 924622 - Make sure gfx's ipc shutdown happens before shutting down xpcom threads. r=bsmedberg, sotaro
Nicolas Silva <nical@mozilla.com> - Mon, 28 Apr 2014 16:03:12 +0200 - rev 180544
Bug 924622 - Make sure gfx's ipc shutdown happens before shutting down xpcom threads. r=bsmedberg, sotaro
2fac94005f866f86901203dace773c262f325cc8: Bug 996995 - Add dissentious to the en-US dictionary. r=ehsan
Ekanan Ketunuti <ananuti@gmail.com> - Mon, 28 Apr 2014 11:10:01 +0700 - rev 180543
Bug 996995 - Add dissentious to the en-US dictionary. r=ehsan
(0) -100000 -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 +30000 tip