Benoit Jacob
2cf9a19eef
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'
2014-04-25 22:34:06 -04:00
Benoit Jacob
76ce5328c2
Bug 987311 - 4/6 - Convert the rest of CompositorTypes.h to typed enums, initial manual changes - r=nical
2014-04-25 22:34:05 -04:00
Benoit Jacob
c712e9ddfd
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'
2014-04-25 22:34:05 -04:00
Benoit Jacob
8c2ef6b4fe
Bug 989027 - 1/2 - Make LayerRenderStateFlags a typed enum, manual changes - r=nical
2014-04-25 22:34:05 -04:00
Benoit Jacob
3b123f8333
Bug 987311 - 3/6 - Make TextureFlags a typed enum, final manual changes - r=nical
2014-04-25 22:34:05 -04:00
Benoit Jacob
dd9a0850b3
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'
2014-04-25 22:34:05 -04:00
Benoit Jacob
b9598bb113
Bug 987311 - 1/6 - Make TextureFlags a typed enum, initial manual changes - r=nical
2014-04-25 22:34:04 -04:00
Ed Morley
5b93d4d76e
Backed out changeset 5bb66b16b70c (bug 996078) for B2G desktop build failures; CLOSED TREE
2014-04-28 15:11:22 +01:00
Ed Morley
3dd24235ca
Backed out changeset c4bb530fc9db (bug 690937)
2014-04-28 15:10:57 +01:00
Brian Hackett
2e1aa3e7a9
Bug 1002271 - Remove jsanalyze files, r=jandem.
2014-04-28 08:12:20 -06:00
Nicolas Silva
2db4cad49a
Bug 997121 - Mark CompsoitorOGL MOZ_FINAL to prevent future problems with the virtual call in its destructor. r=bjacob
2014-04-28 16:10:35 +02:00
Nicolas Silva
4a884a6fbc
Bug 924622 - Make sure gfx's ipc shutdown happens before shutting down xpcom threads. r=bsmedberg, sotaro
2014-04-28 16:03:12 +02:00
Ekanan Ketunuti
69e40e96fa
Bug 996995 - Add dissentious to the en-US dictionary. r=ehsan
2014-04-28 11:10:01 +07:00
Henry Chang
fc5f90fc91
Bug 996508 - Don't deliver async messages which were already received. r=smaug
2014-04-16 11:38:15 +08:00
Jerry Shih
4a85fbcf89
Bug 993019 - Handle scheduling rendering task for cross-process rotation. r=mattwoodrow, r=nical
2014-04-27 22:22:00 -04:00
John Lin
b9eab230af
Bug 911046 - Get graphic buffers of decoded frames through gonk native window callback. r=jesup
2014-04-27 21:07:00 -04:00
Ted Mielczarek
2ca3c110fe
bug 690937 - Add XInput support to the Windows gamepad backend. r=jimm
2014-04-16 19:43:39 -04:00
Ted Mielczarek
061d0d137e
Bug 996078 - Replace Windows Gamepad DirectInput backend with Raw Input. r=jimm
2014-04-14 13:18:51 -04:00
Aryeh Gregor
2341353010
Bug 1000959 - nsHTMLEditor.cpp cleanup; r=ehsan
2014-04-25 13:34:42 +03:00
Andrew McCreight
d99d1c60d1
Bug 1001562 - Make SetXBLInsertionParent(nullptr) and SetXBLBinding(nullptr, ...) lazier. r=smaug
2014-04-28 06:15:08 -07:00
Andrew McCreight
a30927681b
Bug 1001587 - nsGenericDOMDataNode's Traverse method doesn't need to call nsBindingManager::Traverse. r=smaug
...
The stuff from nsBindingManager::Traverse that is used for data nodes
was removed in bug 796061, so it now just returns immediately for
non-elements, so we don't need to call it any more in data nodes.
2014-04-28 06:15:08 -07:00
Nathan Froyd
dbb4116611
Bug 997820 - part 2 - disable telemetry in jsreftests; r=ted
2014-04-23 09:01:47 -04:00
Nathan Froyd
eab1e3764a
Bug 997820 - part 1.1 - really disable telemetry during reftests; r=ted
2014-04-24 09:37:21 -04:00
Arpad Borsos
50386dce5f
Bug 493701 - part2: Use TObserverArray for DocLoader Listeners; r=bzbarsky
...
* * *
Bug 493701 - part 3: add and use a BackwardIterator::Remove method; r=bzbarsky
--HG--
extra : rebase_source : 87e4e490602c10d7c833179901d85b9e3901e727
2014-04-19 09:43:34 +02:00
Arpad Borsos
9baee2a632
Bug 493701 - part 1: add nsTObserverArray::BackwardIterator; r=bzbarsky
...
--HG--
extra : rebase_source : cb875dcd70b76b819abb1d516db74e55a3babd54
2013-12-10 13:28:31 +01:00
Hannes Verschore
62c5f595c9
Bug 716647: Fix Tracelogger after baseline adjustments, r=till
2014-04-28 14:38:45 +02:00
Carsten "Tomcat" Book
7d56e3f3c2
Merge m-c to mozilla-inbound
2014-04-28 14:25:55 +02:00
Carsten "Tomcat" Book
9a08c228e3
merge b2g-i to m-c
2014-04-28 14:23:41 +02:00
Hannes Verschore
eca3111446
Bug 1001850 - IonMonkey: Remove the intermediate native call when calling a bound function, r=jandem
2014-04-28 13:44:13 +02:00
Nicolas Silva
1e0a29a023
Bug 997699 - fixup some #includes of ipdl actors in layers. r=bjacob
2014-04-28 13:29:13 +02:00
Nicolas Silva
a1eb82d358
Bug 1001458 - Rename TileIterator ino BigImageIterator. r=BenWa
2014-04-28 13:27:25 +02:00
Andrea Marchesini
c15c9f6bc6
Bug 1001383 - HTMLMediaElement::UpdateAudioChannelPlayingState() should use system principal because calling AudioChannel API, r=bz
2014-04-28 11:22:16 +01:00
Gabor Krizsanits
2e43b0c9d2
Bug 999585 - wantExportHelpers for all content-script. r=Mossop
2014-04-28 11:53:50 +02:00
Andrea Marchesini
e14e2577f7
Bug 1000837 - {DataStoreTask|DataStoreChangeEvent}.id and DataStoreTask.data have to be nullable, r=gene
2014-04-28 10:54:38 +01:00
B2G Bumper Bot
f6474e689b
Bumping manifests a=b2g-bump
2014-04-27 20:11:13 -07:00
B2G Bumper Bot
7ee2b6ce7c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dd1090309fea
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #18623 from cctuan/973454-3
Bug 973454 - [settings] refactor App permissions panel with AMD pattern
========
https://hg.mozilla.org/integration/gaia-central/rev/1fdb47644687
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 973454 - [settings] refactor App permissions panel with AMD pattern
2014-04-27 20:05:42 -07:00
Ryan VanderMeulen
de552d3ac3
Backed out changeset 9d04bde9fcd1 (bug 989806) for Android mochitest failures.
2014-04-27 21:25:28 -04:00
Ryan VanderMeulen
4d91442251
Merge m-c to inbound.
2014-04-27 20:57:44 -04:00
Ryan VanderMeulen
f8148521c5
Merge fx-team to m-c.
2014-04-27 20:57:02 -04:00
Robert Strong
e5c0afdecb
whitespace fix followup for Bug 1002086 - UpdateService uses the non-existent nsIAddonUpdateCheckListener interface. r=me
2014-04-27 17:30:17 -07:00
Ryan VanderMeulen
4ea01923cd
Bug 963244 - Disable test_dataChannel_basicAudio.html on B2G emulator builds for being nearly perma-fail.
2014-04-27 20:05:37 -04:00
Robert Strong
c189a0f00e
Bug 1002086 - UpdateService uses the non-existent nsIAddonUpdateCheckListener interface. r=ehsan
2014-04-27 16:13:04 -07:00
Ryan VanderMeulen
322d459604
Backed out changeset ff8ebfcf68ff (bug 980074) for Android 2.3 testSelectionHandler crashes.
2014-04-27 18:03:07 -04:00
B2G Bumper Bot
11d5dec35f
Bumping manifests a=b2g-bump
2014-04-27 13:31:37 -07:00
B2G Bumper Bot
d7d5bb3ab3
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/16672d155555
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #18705 from TheoChevalier/merge-test-locales-2.0-dev
[Bug 1001220] [l10n][2.0] Merge test locales in Github for developers
========
https://hg.mozilla.org/integration/gaia-central/rev/00480ca3a62b
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: [Bug 1001220] [l10n][2.0] Merge test locales in Github for developers
2014-04-27 13:20:41 -07:00
Ryan VanderMeulen
cfd536708f
Merge m-c to inbound.
2014-04-27 15:09:36 -04:00
Ryan VanderMeulen
a15492870d
Bug 986166 - Disable browser_dbg_variables-view-edit-click.js on Windows and OSX opt for frequent failures. r=vp
2014-04-27 15:07:18 -04:00
Ryan VanderMeulen
20e45d2e2f
Merge fx-team to m-c.
2014-04-27 15:05:35 -04:00
Ryan VanderMeulen
221ae8de12
Merge b2g-inbound to m-c.
2014-04-27 15:05:26 -04:00
Blair McBride
af6be312f8
Backed out 2 changesets (bug 987290). r=sheriff
...
Backed out changeset 4ad1f662f521 (bug 987290)
Backed out changeset 080ff1f86465 (bug 987290)
2014-04-27 20:41:58 +12:00