B2G Bumper Bot
d3a4e179e3
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/35ce41888e1b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Merge pull request #23429 from albertopq/1042713-notif-icons"
This reverts commit a5d3a1349b89b160e9db123c9121e0f5d57bfbe5, reversing
changes made to c1625ae6a088ee362b88a2e857147f956f3baea8.
2014-08-29 15:25:44 -07:00
B2G Bumper Bot
6bd78e7d1c
Bumping manifests a=b2g-bump
2014-08-29 15:16:56 -07:00
B2G Bumper Bot
409e7a9060
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/994a52f8d445
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 1027995 - [followup] Fix localization
========
https://hg.mozilla.org/integration/gaia-central/rev/2fee106e8477
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1027995 - [followup] Fix localization"
This reverts commit 29276a94e10041717988ee1e6b20bb16b19bfc48.
========
https://hg.mozilla.org/integration/gaia-central/rev/f139d0500ac2
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1054466 - Restore overflow menu via contextmenu. r=kgrandon
2014-08-29 15:10:44 -07:00
B2G Bumper Bot
24bec4546c
Bumping manifests a=b2g-bump
2014-08-29 14:57:07 -07:00
B2G Bumper Bot
9c3e56cce4
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d8988d36478a
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 962612 - View date grouped history results. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/67af94277f2a
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #23326 from arcturus/ice_save
Bug 1042584 - [Contacts][ICE] Select the contact from the list
========
https://hg.mozilla.org/integration/gaia-central/rev/e5916d24da4d
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1042584 - [Contacts][ICE] Select the contact from the list r=sergi
2014-08-29 14:55:32 -07:00
B2G Bumper Bot
274e6459e9
Bumping manifests a=b2g-bump
2014-08-29 14:42:03 -07:00
B2G Bumper Bot
0fe552fb8e
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c6e4cebeec81
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #23510 from Rik/integration-test-followup-1047356
Bug 1047356 - Modify the call log user interface to link to the call in... r=drs
========
https://hg.mozilla.org/integration/gaia-central/rev/4195a9e9c6a0
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 1047356 - Modify the call log user interface to link to the call information page
Modify the selector to find the menu item with the new way we construct it.
========
https://hg.mozilla.org/integration/gaia-central/rev/3d9bf081f29b
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #23502 from jrburke/bug1060475-email-debug-1-setup
Bug 1060475 - [email] DEBUG=1 in firefox nightly not working with emailjs changeset r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/3780474dd567
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1060475 - [email] DEBUG=1 in firefox nightly not working with emailjs changeset
2014-08-29 14:40:31 -07:00
Henrik Skupin
e8d03fc60e
Backout of 7cb26c341a4e due to new TPS sync failures
2014-08-29 22:37:44 +02:00
Ryan VanderMeulen
a3c8179253
Merge b2g-inbound to m-c. a=merge
2014-08-29 15:26:40 -04:00
Ryan VanderMeulen
374cc6cb6c
Backed out changesets de5cefa8e52e and 5f66ff9f11f2 (bug 1057898) for Gaia Python integration test failures. a=backout
2014-08-29 15:22:17 -04:00
Ryan VanderMeulen
b6151e4634
Merge fx-team to m-c. a=merge
2014-08-29 15:10:18 -04:00
Paul Adenot
f10161b39f
Bug 1060311 - Force the use of an AudioCallbackDriver when at least an AudioNodeStream is present in the graph. r=jesup
...
This prevent a bug where the graph would be using a SystemClockDriver even if it
was rendering Web Audio API content.
It went like this:
- An AudioContext was created.
- Some AudioNodeStream (Web Audio API MediaStreams) were created, but their
MediaStreamTrack was not added yet
- During the stream ordering, we would see that we were running an
AudioCallbackDriver (because the MSG was created using an AudioContext, and we
pass in hints regarding the type of MediaStreams that will be added in the
future, to open the audio stream as early as we can, because it can take some
time, the MSG was created directly using an AudioCallbackDriver)
- Also during the stream ordering, we see that none of our MediaStream have an
MediaStreamTrack with an audio track. This triggers a switch to a
SystemClockDriver, because the graph thinks there is no audio.
- During CreateAndDestroyAudioNode, we would not switch to an
AudioCallbackDriver on the first iteration (right after the UpdateStreamOrder
call), because we would be switching, and not during the iteration after,
because we thought we already switched (the first patch makes this more robust).
This basically forces an AudioCallbackDriver if there is an AudioNodeStream,
which prevents unnecessary GraphDriver switches (and save threads creation
destruction, audio stream create and destruction, and all other resources
associated with a GraphDriver).
2014-08-29 20:26:29 +02:00
Andrea Marchesini
35125820b7
Bug 1058470 - Blob URL should contain the origin as part of the URI, r=bz
2014-08-31 11:40:11 +01:00
Tim Taubert
acab6146ae
Bug 525284 - When cancelling a HTTP transaction, abandon all its half-open sockets r=mcmanus
2014-08-30 10:24:36 +02:00
Ryan VanderMeulen
84bb6ce5ad
Backed out 6 changesets (bug 939318) for Windows xpcshell failures on a CLOSED TREE.
...
Backed out changeset faece15110ef (bug 939318)
Backed out changeset ecc0368d9283 (bug 939318)
Backed out changeset 4dcb889cf913 (bug 939318)
Backed out changeset 2fe8c65c26c2 (bug 939318)
Backed out changeset 0b9c1bbc7826 (bug 939318)
Backed out changeset fc191ae0a0e8 (bug 939318)
2014-08-29 14:22:47 -04:00
B2G Bumper Bot
6ea1aee078
Bumping manifests a=b2g-bump
2014-08-29 11:22:36 -07:00
B2G Bumper Bot
e20e7325f0
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/698faea80f6b
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #23440 from benfrancis/1058096
Bug 1058096 - Add show windows button to Rocketbar on Browser start page r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/613f000b2520
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 1058096 - Add show windows button to Rocketbar on Browser start page
2014-08-29 11:10:29 -07:00
B2G Bumper Bot
ff25cde97a
Bumping manifests a=b2g-bump
2014-08-29 11:02:34 -07:00
B2G Bumper Bot
f1b96871c0
Bumping manifests a=b2g-bump
2014-08-29 10:48:26 -07:00
Alan Kligman
7aab0196a1
bug 993584 - Implement CloudSync r=rnewman sr=gavin
2014-08-29 13:33:59 -04:00
B2G Bumper Bot
6bb385874d
Bumping manifests a=b2g-bump
2014-08-29 10:03:01 -07:00
B2G Bumper Bot
87c2600d78
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/886b2949b391
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #23492 from gaye/bug-1060447
Disable week_view_test.js on tbpl
========
https://hg.mozilla.org/integration/gaia-central/rev/d0e4c000c778
Author: gaye <gaye@mozilla.com>
Desc: Disable week_view_test.js on tbpl
2014-08-29 09:55:15 -07:00
B2G Bumper Bot
3cd9e4cc56
Bumping manifests a=b2g-bump
2014-08-29 09:53:42 -07:00
B2G Bumper Bot
45a29a7fc6
Bumping manifests a=b2g-bump
2014-08-29 09:40:42 -07:00
Jason Orendorff
8ae7ff2a44
Follow-up 2 to bug 1041631 - Make several more tests work when Symbol is not defined. no_r=me, a=RyanVM on a CLOSED TREE.
...
--HG--
extra : rebase_source : 16b265e2c241278bc15f8aa6a976ed736fcafcac
2014-08-29 11:36:45 -05:00
B2G Bumper Bot
564687a3e4
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/24ad0668cab1
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Merge pull request #23331 from zbraniecki/1022767-use-json-l10n-manifests"
This reverts commit 2d16dbb66bc1acdf759e3ad43e5ac9c4c9f9aa2c, reversing
changes made to 001d1761e4685c2a08d3e96bb362f031d47f4033.
2014-08-29 09:35:12 -07:00
Paul Adenot
6c7bc575a7
Backed out changeset aaa4cf41cade (bug 1060311) on a CLOSED TREE
2014-08-29 18:25:35 +02:00
Paul Adenot
fed8eec47b
Backed out changeset 36cedce0c8b3 (bug 1060311)
2014-08-29 18:23:12 +02:00
Jason Orendorff
2fde11dde5
Follow-up to bug 1041631 - Make a new test work whether Symbol is defined or not. no_r=me, a=RyanVM on a CLOSED TREE.
2014-08-29 10:59:19 -05:00
Chris Manchester
949bb5e354
Bug 1045525 - Convert automationutils python logging to log through mozlog.structured.;r=ahal
2014-08-29 10:37:17 -04:00
B2G Bumper Bot
ff88367778
Bumping manifests a=b2g-bump
2014-08-29 07:04:17 -07:00
B2G Bumper Bot
7e619d9907
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8d036be6b988
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #23472 from wilsonpage/1060295
Bug 1060295 - Remove stray .only r=Rik
========
https://hg.mozilla.org/integration/gaia-central/rev/d4912b8ae4de
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1060295 - Remove stray .only
2014-08-29 06:55:22 -07:00
B2G Bumper Bot
6f47d81b7a
Bumping manifests a=b2g-bump
2014-08-29 06:45:39 -07:00
B2G Bumper Bot
a5209cfe94
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c4a9b3d6aeac
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #23481 from etiennesegonzac/bug-1039455-follow-upt
Bug 1039455 follow up - Updating the l10n key in the test file too. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/ef0704cc7a2a
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1039455 follow up - Updating the l10n key in the test file too.
========
https://hg.mozilla.org/integration/gaia-central/rev/cf093c66a981
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #23482 from alivedise/bugzilla/1060344/gij
Bug 1060344 - Fix layout manager ref error r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/813389e5a551
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1060344 - Fix layout manager ref error
2014-08-29 06:45:27 -07:00
Carsten "Tomcat" Book
b838e5c2a9
Merge mozilla-central to b2g-inbound a=merge
2014-08-29 15:41:02 +02:00
B2G Bumper Bot
1e11430e44
Bumping manifests a=b2g-bump
2014-08-29 06:38:24 -07:00
Paul Adenot
36f7be71dd
Bug 1060311 - Force the use of an AudioCallbackDriver when at least an AudioNodeStream is present in the graph. r=jesup
...
This prevent a bug where the graph would be using a SystemClockDriver even if it
was rendering Web Audio API content.
It went like this:
- An AudioContext was created.
- Some AudioNodeStream (Web Audio API MediaStreams) were created, but their
MediaStreamTrack was not added yet
- During the stream ordering, we would see that we were running an
AudioCallbackDriver (because the MSG was created using an AudioContext, and we
pass in hints regarding the type of MediaStreams that will be added in the
future, to open the audio stream as early as we can, because it can take some
time, the MSG was created directly using an AudioCallbackDriver)
- Also during the stream ordering, we see that none of our MediaStream have an
MediaStreamTrack with an audio track. This triggers a switch to a
SystemClockDriver, because the graph thinks there is no audio.
- During CreateAndDestroyAudioNode, we would not switch to an
AudioCallbackDriver on the first iteration (right after the UpdateStreamOrder
call), because we would be switching, and not during the iteration after,
because we thought we already switched (the first patch makes this more robust).
This basically forces an AudioCallbackDriver if there is an AudioNodeStream,
which prevents unnecessary GraphDriver switches (and save threads creation
destruction, audio stream create and destruction, and all other resources
associated with a GraphDriver).
--HG--
extra : rebase_source : 3c79c64a5dffee4c059d286125f0446c04a07a01
2014-08-29 15:18:03 +02:00
Paul Adenot
48eca544bb
Bug 1060311 - Always use an AudioCallbackDriver when there is and AudioOutputStream. r=jesup
...
This makes the driver switching logic more robust against other bugs.
--HG--
extra : rebase_source : 556c2c80e1f5901b26f8bb56ea1cebfed3259412
2014-08-29 15:16:41 +02:00
Masatoshi Kimura
51d834d152
Bug 1028288: Add two reftests for globalAlpha. One just tests globalAlpha, and one tests scaling and globalAlpha. r=roc
2014-08-29 23:04:35 +09:00
James Kolb
ea2c2a5c07
Bug 1028288 Add canvas global transparency support to svgs. r=seth
2014-08-29 23:04:34 +09:00
Carsten "Tomcat" Book
8a43aaa3f7
merge fx-team to mozilla-central a=merge
2014-08-29 15:13:15 +02:00
B2G Bumper Bot
71ad795f11
Bumping manifests a=b2g-bump
2014-08-29 05:52:04 -07:00
B2G Bumper Bot
20833a3f74
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d361e8c712c0
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Revert 'Bug 1043496 - Default Image for Contacts When Image is Missing' due to Gu errors
2014-08-29 05:50:32 -07:00
B2G Bumper Bot
4e7e517662
Bumping manifests a=b2g-bump
2014-08-29 02:57:02 -07:00
B2G Bumper Bot
cee4b60af9
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/00a58a23f75d
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #23404 from alivedise/bugzilla/1039955/circular-activity
Bug 1039955 - Fix direct circular activity, r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/0f3181ebc4c6
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1039955 - Fix direct circular activity by closing front windows
========
https://hg.mozilla.org/integration/gaia-central/rev/a7506a074484
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #23436 from wilsonpage/1059818
Bug 1059818 - Use 2.0 header colors
========
https://hg.mozilla.org/integration/gaia-central/rev/e95c83b95a07
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1059818 - Use 2.0 header colors
========
https://hg.mozilla.org/integration/gaia-central/rev/b6f7ff2d2c06
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #23418 from stasm/1059057-qps-index
Bug 1059057 - Copy localization indexes in pseudolocales. r=gandalf
========
https://hg.mozilla.org/integration/gaia-central/rev/ad54e9bfd106
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1059057 - Copy localization indexes in pseudolocales. r=gandalf
2014-08-29 02:55:31 -07:00
B2G Bumper Bot
027b81129b
Bumping manifests a=b2g-bump
2014-08-29 02:31:25 -07:00
B2G Bumper Bot
9c5fc6f475
Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/305ba7a5e9f1
Author: Carmen Jiménez <carmen.jimenezcabezas@telefonica.com>
Desc: Merge pull request #23364 from mcjimenez/bug1039455
Bug 1039455 - Change confirm installation question (r = alive)
========
https://hg.mozilla.org/integration/gaia-central/rev/35e1d80936ff
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 1039455 - Change confirm installataion question
========
https://hg.mozilla.org/integration/gaia-central/rev/17e2f78bb57f
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #23139 from gasolin/issue-1055424-2
Bug 1055424 - migrate when new key is used in system, r=alive,arthur
========
https://hg.mozilla.org/integration/gaia-central/rev/a827c242c433
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1055424 - migrate when new key is used in system
========
https://hg.mozilla.org/integration/gaia-central/rev/06e7f94e196e
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #23419 from flodolo/bug1057696
Bug 1057696 - [Settings] Browser Privacy, fix l10n issues r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/599b87888776
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 1057696 - [Settings] Browser Privacy: l10n issues
========
https://hg.mozilla.org/integration/gaia-central/rev/c60ecbe97266
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #23331 from zbraniecki/1022767-use-json-l10n-manifests
1022767 use manifest.webapp instead of locales.ini. r=stas, sr=vingtetun, f=yurenju,
========
https://hg.mozilla.org/integration/gaia-central/rev/25c487251a75
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 1022767 - Use L20n's manifests instead of locales.ini
2014-08-29 02:25:32 -07:00
B2G Bumper Bot
9a19f4b2bd
Bumping manifests a=b2g-bump
2014-08-29 01:46:25 -07:00
B2G Bumper Bot
a875ee5fdf
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a116b378c3cf
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #22160 from pivanov/bug-1043496
Bug 1043496 - Default Image for Contacts When Image is Missing
========
https://hg.mozilla.org/integration/gaia-central/rev/9089915554b0
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1043496 - Default Image for Contacts When Image is Missing
========
https://hg.mozilla.org/integration/gaia-central/rev/bceb894d967a
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 1038698 - Disable test_a11y_utility_tray_visibility.py - red on TBPL
2014-08-29 01:40:27 -07:00
B2G Bumper Bot
67e48d5db7
Bumping manifests a=b2g-bump
2014-08-29 01:11:31 -07:00