Граф коммитов

357942 Коммитов

Автор SHA1 Сообщение Дата
Kartikaya Gupta eee6784ecd Bug 907123 - Implement fling acceleration on multiple consecutive flings. r=botond 2014-04-28 10:19:25 -04:00
Kartikaya Gupta 94728595ed Bug 907123 - Move fling-related things into a new section in AsyncPanZoomController.h. r=botond 2014-04-28 10:19:13 -04:00
Benoit Jacob d8c1730c9a Bug 989144 - Convert EffectChain::mSecondaryEffects to be an EnumeratedArray - r=nical 2014-04-25 22:34:06 -04:00
Benoit Jacob 0aa3e9e8d9 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 2014-04-28 10:14:00 -04:00
Benoit Jacob 5004258047 Bug 987311 - 6/6 - Convert the rest of CompositorTypes.h to typed enums, final manual changes - r=nical 2014-04-25 22:34:06 -04:00
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
Gijs Kruitbosch 00007267c8 Bug 994712 - fix CART regression caused by switch to Promise.jsm for Task.jsm. r=mconley. 2014-04-25 14:49:28 +02:00
Georg Fritzsche d8ddb7641c Bug 1000719 - Add tracing on logging experiment rejections and telemetry tests. r=bsmedberg 2014-04-28 16:11:26 +02:00
Asaf Romano 60541760b5 Bug 981689 (Show a notice to beta users when we turn telemetry on by default on the beta channel) - For the new channel-override preference, use UpdateChannel.jsm rather than nsIXULRuntime so that it's easier to QA the feature by hacking install.js. As part of that, add a new argument to UpdateChannel.js for excluding partners. r=bsmbedberg. 2014-04-28 17:04:51 +03:00
Yoshi Huang cae3ce10c8 Bug 987596 - B2G NFC: Marionette tests for onpeerready. r=dimi
From bfece1daa040d5e7e4ff965adea343831b2484c4 Mon Sep 17 00:00:00 2001
---
 dom/nfc/tests/marionette/head.js                   |  5 +-
 dom/nfc/tests/marionette/manifest.ini              |  1 +
 dom/nfc/tests/marionette/test_nfc_enabled.js       |  1 -
 .../marionette/test_nfc_manager_tech_discovered.js |  5 +-
 dom/nfc/tests/marionette/test_nfc_peer.js          | 64 ++++++++++++++++++++++
 5 files changed, 70 insertions(+), 6 deletions(-)
 create mode 100644 dom/nfc/tests/marionette/test_nfc_peer.js
2014-04-25 19:22:09 +08:00
B2G Bumper Bot e7cff5ac3a Bumping manifests a=b2g-bump 2014-04-28 02:16:21 -07:00
B2G Bumper Bot c66a7f2562 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/06ee4e4f4005
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 968744 - Update test_receive_active_sync_email to check for incoming notification"

This reverts commit a9b1de0372de40835f42fb1d027f521ab8edfacb.
2014-04-28 02:10:44 -07:00
B2G Bumper Bot 4cac66d9f0 Bumping manifests a=b2g-bump 2014-04-28 02:01:17 -07:00
B2G Bumper Bot 7cad4c0e42 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/86b7e4dd1484
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 996252 - Change bug to enable on device, disabled on travis
2014-04-28 01:55:53 -07:00
B2G Bumper Bot 3923775922 Bumping manifests a=b2g-bump 2014-04-28 00:52:56 -07:00
B2G Bumper Bot d4a558c981 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4896fa8ee0e8
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #18724 from gasolin/issue-997595

Bug 997595 - [NFC] Long press home button still can work while NFC is pa..., r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/e222857b8523
Author: gasolin <gasolin@gmail.com>
Desc: Bug 997595 - [NFC] Long press home button still can work while NFC is pairing
2014-04-28 00:50:56 -07:00
B2G Bumper Bot eb67939a84 Bumping manifests a=b2g-bump 2014-04-27 22:16:18 -07:00
B2G Bumper Bot a09e9c39a9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bb58a26fcdd0
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #18553 from gasolin/issue-973445

Bug 973445 - [settings] refactor Sound panel with AMD pattern, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/e98d8f7c9fc2
Author: gasolin <gasolin@gmail.com>
Desc: Bug 973445 - [settings] refactor Sound panel with AMD pattern

- add tone tests
2014-04-27 22:10:41 -07:00
B2G Bumper Bot 799c9b6058 Bumping manifests a=b2g-bump 2014-04-27 21:36:12 -07:00
B2G Bumper Bot 4a2f1ff79a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/516e28f1bccf
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #18636 from alivedise/bugzilla/997290_v1.5/cardview-malfunction

Bug 997290 - Dismiss keyboard on cardview is opening, r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/080710a0298e
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 997290 - Dismiss keyboard on cardview is opening
2014-04-27 21:30:43 -07:00
Carsten "Tomcat" Book 21d43e38cc merge fx-team to mozilla-central 2014-04-25 13:18:39 +02:00
Carsten "Tomcat" Book 500f1ce391 merge mozilla-inbound to mozilla-central 2014-04-25 12:49:50 +02:00
Marco Chen 3dd503760b Bug 999350 - Change initial values of AudioChannelService::mCurrentHigherChannel and mCurrentVisibleHigherChannel to -1 and add test case for audio-channel-change & visible-audio-channel-change of mozChromeEvent. r=baku 2014-04-25 18:22:17 +08:00
Carsten "Tomcat" Book 9e803c6ad7 merge b2g-inbound to mozilla-central 2014-04-25 11:34:55 +02:00
Szu-Yu Chen [:aknow] 83cd824535 Bug 1000705 - Fix fail cause of local hang up. r=hsinyi 2014-04-25 03:05:00 -04:00
Ryan VanderMeulen a883fbbac7 Merge m-c to b2g-inbound. 2014-04-25 16:32:31 -04:00
Andrew Osmond 97c67b97af Bug 987954 - Change camera control size/region attributes to methods to remove direct JS_*() calls, r=bz,mikeh 2014-04-25 16:28:17 -04:00
Mike Habicher 74f91d6c98 Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
B2G Bumper Bot 1b1549f4f0 Bumping manifests a=b2g-bump 2014-04-25 13:01:14 -07:00
B2G Bumper Bot 0992bfbb15 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8e72e3b0376d
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #18647 from julienw/999553-reenable-most-disabled-unit-tests-enable-render-test"

This reverts commit 0d0746788fad5cb60937a8cc668b13fc6eadb105, reversing
changes made to c6f4657a4ec2d9fc4fff7b7b8f96f91ef3bd13c2.
2014-04-25 12:55:50 -07:00
B2G Bumper Bot dadbda3cc3 Bumping manifests a=b2g-bump 2014-04-25 12:21:21 -07:00
B2G Bumper Bot e0714695ef Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eba9317dd07a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 996252 - Intermittent TEST-UNEXPECTED-FAIL | test_settings_change_language.py test_settings_change_language.TestChangeLanguage.test_change_language_settings | after TimeoutException: Timed out after 10.0 seconds

========

https://hg.mozilla.org/integration/gaia-central/rev/ea354ee2dc47
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #17901 from rsajdok/bug#989389

Bug 989389: Confirmation messages when setting or un-setting mutliple em... r=jrburke

========

https://hg.mozilla.org/integration/gaia-central/rev/88a4dcfc34e2
Author: Robert Sajdok <robert.sajdok@gmail.com>
Desc: Bug 989389: Confirmation messages when setting or un-setting mutliple email flags are grammatically incorrect.
2014-04-25 12:15:54 -07:00
B2G Bumper Bot 9ff1c74e31 Bumping manifests a=b2g-bump 2014-04-25 11:37:56 -07:00
B2G Bumper Bot cb8a5cb371 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5f9abe0edf71
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #18613 from mcav/delete-alarm

Bug 1000496 - [B2G][Clock]Deleting an alarm then killing the clock app a... r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/65afbc19b374
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1000496 - [B2G][Clock]Deleting an alarm then killing the clock app and relaunching it causes the deleted alarm to reappear.
2014-04-25 11:35:55 -07:00
B2G Bumper Bot 86e4a9724c Bumping manifests a=b2g-bump 2014-04-25 11:01:14 -07:00
B2G Bumper Bot eb191e1399 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f24612258c61
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #18647 from julienw/999553-reenable-most-disabled-unit-tests-enable-render-test

Bug 999553 - Reenable most disabled unit tests on TBPL r=jgriffin

========

https://hg.mozilla.org/integration/gaia-central/rev/6f06804fb6a6
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 999553 - Reenable most disabled unit tests on TBPL r=jgriffin

========

https://hg.mozilla.org/integration/gaia-central/rev/f91971931680
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 995605 - [Sora][Message][MMS]Can't add the text in content when forward a media MMS r=schung

The issue is that in compose.js, "pointer-events: none" is added after it's
removed, in this case.

This patch ensures that SMIL.parse always calls the callback in an asynchronous way,
so that the caller does not have any surprise.
2014-04-25 10:55:46 -07:00
B2G Bumper Bot 0e64071985 Bumping manifests a=b2g-bump 2014-04-24 22:21:35 -07:00
B2G Bumper Bot 1bce0045af Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2fccee502f45
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1001160 - Dont load mozilla.org when opening rocketbar browser r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/5ac8a8ff29de
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 985460 - [Home2] Edit mode follow-up r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/c72dd1165f5b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 995406 - [Home2] Follow-up, hide confirm dialog completely r=me
2014-04-24 22:15:43 -07:00