Commit Graph

275862 Commits

Author SHA1 Message Date
Armen Zambrano Gasparnian
b92f88e54f Bug 1230657 - Make Mozharness check for testPackagesUrl and packageUrl properties before trying to find TC artifacts. r=jlund
In read-buildbot-configs we added support to find artifacts through taskId's (set by Buildbot bridge).
This is useful when trying to schedule Buildbot build and associated test jobs via TaskCluster.
However, this is not good enough if there is a completed Buildbot build to which we want to add test jobs
(since it has no taskId set by the Buildbot bridge). In this case, we can determine the installer and test
url in Mozci and can add this information to the task as two properties.
In this patch, we add Mozharness the ability to consider the two properties before trying to use taskId's
to find the artifacts (which doesn't work).

This ultimately supports the recently added push-extender feature to Treeherder.
2015-12-07 09:06:58 -05:00
Carsten "Tomcat" Book
0ca021a8da Merge mozilla-central to mozilla-inbound 2015-12-07 14:50:40 +01:00
Carsten "Tomcat" Book
19bf5f6522 merge mozilla-inbound to mozilla-central a=merge 2015-12-07 14:15:43 +01:00
James Graham
45b365d29e Bug 1207377 - Add a |mach mozharness| command for running tests locally in mozharness, r=ahal 2015-12-07 12:32:04 +00:00
Jacek Caban
1ddc569928 Bug 1230502 - Don't preprocess xulrunner/examples/simple/content/simple.xul. r=glandium 2015-12-07 12:24:19 +01:00
Jacek Caban
38d83d2687 Bug 1228947 - mingw fixup. 2015-12-07 12:21:45 +01:00
Carsten "Tomcat" Book
026ffaae1b merge fx-team to mozilla-central a=merge 2015-12-07 11:51:55 +01:00
Carsten "Tomcat" Book
564dae7df6 Backed out changeset b8a9e34748f1 (bug 1130237) for m2 test failures 2015-12-07 11:20:35 +01:00
Dan Glastonbury
50ea7241a3 Bug 1169212 - Part 2: Advertise support for ADTS via DecoderTraits. r=jya
for mimetype audio/aacp
2015-12-07 15:48:59 +10:00
Dan Glastonbury
ee369feabb Bug 1169212 - Part 1: Implemented ADTS Decoder & Demuxer. r=jya
Implemented based upon MP3 Demuxer & Decoder.
2015-12-07 15:48:59 +10:00
Christoph Kerschbaumer
d0fb73b9d6 Bug 1229888 - Convert JS callsites to use asyncOpen2 within extensions/ (r=sicking) 2015-12-06 20:58:23 -08:00
Christoph Kerschbaumer
1524ef101c Bug 1230220 - Convert JS callsites to use asyncOpen2 within modules/ (r=sicking) 2015-12-06 20:59:19 -08:00
Christoph Kerschbaumer
55778ca85a Bug 1229889 - Convert JS callsites to use asyncOpen2 within image/ (r=sicking) 2015-12-06 20:57:08 -08:00
Jonas Sicking
dc10e69700 Bug 1226909 followup to fix bustage. Make sure that the channel returned by NS_NewChannel doesn't have a loadinfo that indicates that the channel has already been opened 2015-12-06 23:50:49 -05:00
B2G Bumper Bot
f4ad189f4c Bumping manifests a=b2g-bump 2015-12-06 20:24:54 -08:00
B2G Bumper Bot
7b456f7de8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b757d41f72aa
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #33282 from stasm/1225497-music-fouc

Bug 1225497 - Exclude header from automatic translation. r=justindarc r=gandalf

========

https://hg.mozilla.org/integration/gaia-central/rev/08ea2e66cc8c
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1225497 - Exclude header from automatic translation. r=justindarc r=gandalf
2015-12-06 20:23:31 -08:00
Nicholas Nethercote
f3a55f6e46 Bug 1229662 (part 3) - Remove AzureState::fillRule. r=jrmuizel.
AzureState::fillRule is never set to any value other than FILL_WINDING. It can
be removed. Note that TransformedCopyToBuilder() and CopyToBuilder()'s FillRule
arguments both default to FILL_WINDING.
2015-12-06 18:18:00 -08:00
Nicholas Nethercote
edfaac85fa Bug 1229662 (part 2) - Remove AzureState::parentTarget. r=jrmuizel. 2015-12-06 18:17:59 -08:00
Nicholas Nethercote
3e5c36cdaa Bug 1229662 (part 1) - Remove AzureState::clipWasReset. r=jrmuizel.
AzureState::clipWasReset is never set to any value other than false. It can be
removed.
2015-12-06 18:17:57 -08:00
Nicholas Nethercote
7200a68b9b Bug 1230413 (part 5) - Pass a DrawTarget to Draw{Dashed,SolidBorder}Segment(). r=mattwoodrow.
Instead of an nsRenderingContext.
2015-12-06 14:13:58 -08:00
Nicholas Nethercote
7e6e8eaa22 Bug 1230413 (part 4) - Remove unused nsRenderingContext argument from ForceBreak() and OptionallyBreak(). r=mattwoodrow. 2015-12-06 14:13:57 -08:00
Nicholas Nethercote
9b7f99a1fc Bug 1230413 (part 3) - Remove unused gfxContext argument from SetSpaceGlyphIfSimple(). r=jfkthame. 2015-12-06 14:13:25 -08:00
Nicholas Nethercote
99696015bc Bug 1230413 (part 2) - Change CallbackData::mContext to a DrawTarget. r=jfkthame.
Also remove CallbackData::mShaper, which is unused.
2015-12-06 14:13:19 -08:00
L. David Baron
d2558ef7bd Merge mozilla-central to fx-team. 2015-12-06 16:09:37 -05:00
Vidhuran Harichandra Babu
9c54098b9d Bug 1227105 - Add cryptoKey to storeState for use in retry action and fix for TypeError in standaloneRoomViews to make retrying work better in more instances. r=Standard8 2015-12-06 12:22:50 +00:00
Vidhuran Harichandra Babu
5a5792e6a7 Bug 1227105 - Add an onerror handler for Get requests in standaloneMozLoop so that issues contacting the server are correctly reported to the user. r=Standard8 2015-12-06 12:22:50 +00:00
Nick Alexander
e3d80f5cdb Bug 1230781 - Remove obsolete TestFxAccountAgeLockoutHelper. r=me 2015-12-05 17:46:58 -08:00
L. David Baron
9ef7370ff4 Back out changeset 9ebcec50fefa (bug 1223261) for causing unacceptable levels of intermittent orange (bug 1230015, bug 1230020). a=orange 2015-12-05 15:18:32 -08:00
Ryan VanderMeulen
37be6f8d18 Merge b2g-inbound to m-c. a=merge 2015-12-05 15:22:12 -05:00
Ryan VanderMeulen
63e1acf84e Merge fx-team to m-c. a=merge 2015-12-05 15:09:41 -05:00
ffxbld
13ffbb6fae No bug, Automated HPKP preload list update from host bld-linux64-spot-049 - a=hpkp-update 2015-12-05 04:05:19 -08:00
ffxbld
84f7ea7dba No bug, Automated HSTS preload list update from host bld-linux64-spot-049 - a=hsts-update 2015-12-05 04:05:17 -08:00
B2G Bumper Bot
24b839a27b Bumping manifests a=b2g-bump 2015-12-04 20:46:05 -08:00
B2G Bumper Bot
e223f31d40 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ef09f991c670
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33504 from ferjm/bug1230224.sync.limit

Bug 1230224 - Limit the number of records fetched per collection. r=m…

========

https://hg.mozilla.org/integration/gaia-central/rev/150cf403392a
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1230224 - Limit the number of records fetched per collection. r=michielbdejong
2015-12-04 20:44:40 -08:00
Fabrice Desré
7981998cc7 Bug 1230397 - Write safe mode pref on the main thread r=dbaron 2015-12-04 16:54:57 -08:00
Marco Bonardo
595266a802 Bug 1225540 - follow-up: add alert_emails to urlbar histograms. rs=vladan 2015-12-05 01:23:31 +01:00
B2G Bumper Bot
24de0091b3 Bumping manifests a=b2g-bump 2015-12-04 15:35:17 -08:00
B2G Bumper Bot
4f9eb027ae Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/51958d12de9d
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #33501 from albertopq/1230202-text-input-pin

Bug 1230202 - Replacing text-input-pin with text-input in the SIM pin dialog r= gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/290ff38ef1bc
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1230202 - Replacing text-input-pin with text-input in the SIM pin dialog

========

https://hg.mozilla.org/integration/gaia-central/rev/558eaf357901
Author: Reza Akhavan <reza@akhavan.me>
Desc: Merge pull request #33505 from jedireza/tracking-notice-over-homescreen-1228142

Bug 1228142 - Pressing Home Button immediately after launching Browser can display the Tracking Protection FTU Pop-up over the Home Screen

========

https://hg.mozilla.org/integration/gaia-central/rev/4d8e53db53b2
Author: jedireza <reza@akhavan.me>
Desc: Bug 1228142 - Pressing Home Button immediately after launching Browser can display the Tracking Protection FTU Pop-up over the Home Screen
2015-12-04 15:33:55 -08:00
Fabrice Desré
a885187949 Bug 1230633 - User is unable to enable full devtools/developer mode r=me 2015-12-04 15:06:53 -08:00
Wes Kocher
42783ff4d5 Backed out changeset 0ea0832d052d (bug 1079858) for causing bug 1230631 a=backout 2015-12-04 14:58:55 -08:00
B2G Bumper Bot
34ac421a9c Bumping manifests a=b2g-bump 2015-12-04 13:30:46 -08:00
B2G Bumper Bot
bc011591db Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/db95bc8fdfd8
Author: Reza Akhavan <reza@akhavan.me>
Desc: Merge pull request #33506 from jedireza/tracking-protection-notice-sizing-1223703

Bug 1223703 - The tracking protection notice can't fit screen width

========

https://hg.mozilla.org/integration/gaia-central/rev/1a415fab438b
Author: jedireza <reza@akhavan.me>
Desc: Bug 1223703 - The tracking protection notice can't fit screen width

========

https://hg.mozilla.org/integration/gaia-central/rev/2776fd21f737
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #33446 from mcav/dpr

Bug 1229200 - Remove incorrect devicePixelRatio usage in gesture hand… r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/0fc62420f75a
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1229200 - Remove incorrect devicePixelRatio usage in gesture handling.
2015-12-04 13:29:19 -08:00
B2G Bumper Bot
902b060a3e Bumping manifests a=b2g-bump 2015-12-04 12:05:38 -08:00
B2G Bumper Bot
e266daaeb0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/04b7a12fee26
Author: tamarahills <thills@mozilla.com>
Desc: Merge pull request #33241 from tamarahills/bugfix/1225522-Pack-AdvancedTelemetry-Before-Shipping

Bug 1225522 - Packs the AdvancedTelemetry Histograms into dict format…

========

https://hg.mozilla.org/integration/gaia-central/rev/8b9b0a4dcbdf
Author: Tamara Hills <thills@mozilla.com>
Desc: Bug 1225522 - Packs the AdvancedTelemetry Histograms into dict format. r=marshall.
2015-12-04 12:04:15 -08:00
Henrik Skupin
4f13fab2b1 Bug 1230595 - [firefox-ui-tests] mozcrash does not process crash report due to "MINIDUMP_STACKWALK not set". r=ahal a=kwierso DONTBUILD 2015-12-04 20:08:47 +01:00
B2G Bumper Bot
bf97cbbc12 Bumping manifests a=b2g-bump 2015-12-04 10:55:10 -08:00
B2G Bumper Bot
1f4d4fe559 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fc597a74fd88
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #33520 from Cwiiis/bug1223321-intermittent-app-order-test

Bug 1223321 - Fix intermittent app_order_test.js. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/41decf191bc2
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1223321 - Fix intermittent app_order_test.js. r=gmarty
2015-12-04 10:53:47 -08:00
B2G Bumper Bot
7b331fd199 Bumping manifests a=b2g-bump 2015-12-04 09:54:45 -08:00
B2G Bumper Bot
1cca355341 Bumping manifests a=b2g-bump 2015-12-04 08:54:55 -08:00
B2G Bumper Bot
26f305d598 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/aedd7599ba20
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #32702 from kumarrishav/Bug-1216183

Bug 1216183 - [Messages] We should not fail when the attachment is in correct. r=felash

========

https://hg.mozilla.org/integration/gaia-central/rev/9a952e8fba61
Author: kumarrishav <rishav006@gmail.com>
Desc: Bug 1216183 - [Messages] We should not fail when the attachment is incorrect. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/856cb7e43ff7
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #33483 from AlekoNN/bug_1179464_1

Bug 1179464 - Removing noMessages-text localization ID. r=flod

========

https://hg.mozilla.org/integration/gaia-central/rev/fdd010e8a4bf
Author: Alexey Yakimov <Alexey.Yakimov@harman.com>
Desc: Bug 1179464 - Removing noMessages-text localization ID
2015-12-04 08:53:32 -08:00