Commit Graph

250813 Commits

Author SHA1 Message Date
Jan de Mooij
50d0e1c75e Bug 1177892 part 1 - Remove BOOLEAN_TO_JSVAL and STRING_TO_JSVAL. r=evilpie 2015-06-30 11:20:56 -07:00
Wes Kocher
d43952ec9a Merge m-c to inbound, a=merge 2015-06-30 17:25:09 -07:00
Wes Kocher
215037c27d Merge b2ginbound to central, a=merge 2015-06-30 16:55:12 -07:00
Wes Kocher
bcbfb4ea9b Merge inbound to central, a=merge 2015-06-30 16:38:53 -07:00
L. David Baron
14eda6823d Bug 1176969 followup - Annotate new reftests as intermittently fuzzy on Mac. 2015-06-30 15:34:23 -07:00
Jonathan Griffin
bd6840eab0 Bug 1173039 - Add script to normalize runtime chunks, r=ahal, DONTBUILD because NPOTB 2015-06-30 15:34:09 -07:00
B2G Bumper Bot
f8a12ebcf2 Bumping manifests a=b2g-bump 2015-06-30 13:53:35 -07:00
B2G Bumper Bot
4b21e39ab0 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a49e3b3bbdc8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1168363 - Disable intermittent activity_action_menu_test.js | activity action menu test works after opening an app
2015-06-30 13:51:36 -07:00
Ryan VanderMeulen
69954ef00b Bug 1154545 - Skip test_packaged_checkforupdates_from_webapp_runtime.xul on Win8 debug.
CLOSED TREE
2015-06-30 16:49:31 -04:00
Ryan VanderMeulen
2bc34b92d8 Bug 1162987 - Skip test_hosted_checkforupdates_from_webapp_runtime.xul on Win8 debug. 2015-06-30 16:48:37 -04:00
Jim Blandy
b3824c44a2 Bug 1178976: Add a post-write barrier to ObjectWeakMap::add. r=terrence 2015-06-30 13:47:01 -07:00
L. David Baron
9b1be8c20d Bug 980770 - Fully enable (for RELEASE_BUILD) off-main-thread animations on all platforms with off-main-thread compositing. r=birtles 2015-06-30 16:08:19 -07:00
Ryan VanderMeulen
6520c03dae No bug - Add more fuzz to 3 tests on Android.
CLOSED TREE
2015-06-30 16:39:17 -04:00
B2G Bumper Bot
f60e2eff5a Bumping manifests a=b2g-bump 2015-06-30 13:13:01 -07:00
B2G Bumper Bot
c634de5fde Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ece081bab6a2
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Revert "Merge pull request #30629 from yzen/bug-1154035-3"

This reverts commit eeb7820fc40314274cfaa819696756b444bee136, reversing
changes made to 8394b4788d91d181e6b144e9cf044ed1e9065270.
2015-06-30 13:10:37 -07:00
Ryan VanderMeulen
9ab1923831 No bug - Schedule emulator-jb debug builds. r=garndt 2015-06-30 16:02:40 -04:00
Ryan VanderMeulen
d7cd04649e Backed out changeset 07bf31cca660 (bug 1148935) for Werror bustage.
CLOSED TREE
2015-06-30 15:53:43 -04:00
Ryan VanderMeulen
1c944f7ca5 Backed out changesets ad58c270ce87 and 849151330d60 (bug 1177892) for B2G bustage.
CLOSED TREE
2015-06-30 15:48:11 -04:00
Ryan VanderMeulen
48b4249f49 Backed out changeset 37bee149c935 (bug 968520) for checktest failures. 2015-06-30 15:47:18 -04:00
Ehsan Akhgari
55da6fb692 Bug 1148935 - Correctly reflect worker and sharedworker RequestContext values; r=smaug 2015-06-30 15:30:08 -04:00
Mike Shal
d6d2fca528 Bug 1178785 - Add --with-branding to browser l10n mozconfigs; r=rail 2015-06-30 15:29:02 -04:00
B2G Bumper Bot
9d3cea7fbb Bumping manifests a=b2g-bump 2015-06-30 12:14:34 -07:00
B2G Bumper Bot
9508675069 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7b935d5af13b
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #30629 from yzen/bug-1154035-3

Bug 1154035 - enabling all Gij tests with a11y checks passing. r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/f91438fa1029
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1154035 - enabling all Gij tests with a11y checks passing.
2015-06-30 12:12:18 -07:00
Jan de Mooij
f7b999155b Bug 1177892 part 2 - Remove PRIVATE_TO_JSVAL. r=evilpie 2015-06-30 11:20:58 -07:00
Jan de Mooij
abbf48c613 Bug 1177892 part 1 - Remove BOOLEAN_TO_JSVAL and STRING_TO_JSVAL. r=evilpie 2015-06-30 11:20:56 -07:00
Andrew McCreight
c7eca764fb Bug 1058178, part 2 - Implement address clamping analysis for DMD scan logs. r=njn
This adds a new option --clamp-contents to dmd.py. This replaces every value
contained in the memory contents in the log with a pointer to the start of a live
block, if the value is a pointer into the middle of that block. All other values
are replaced with 0. This conservative analysis makes it easier to determine
which blocks point to other blocks.
2015-06-30 11:54:15 -07:00
Andrew McCreight
acec07a044 Bug 1058178, part 1 - Implement DMD heap scanning mode. r=njn
This implements a new "scan" mode for DMD that records the address
and contents of every live unsampled block in the DMD log. This
enables the low-level analysis of references from one block to
another, which can help leak investigations.
2015-06-30 11:54:15 -07:00
B2G Bumper Bot
0a7a20c623 Bumping manifests a=b2g-bump 2015-06-30 11:12:53 -07:00
B2G Bumper Bot
e3b414972d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ceac58f4ce5b
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #30678 from npark-mozilla/1176349

 Bug 1176349 - /lockscreen/test_lockscreen_unlock_to_camera_with_passcode.py requires proper check for unlock

========

https://hg.mozilla.org/integration/gaia-central/rev/22776c94f2f2
Author: No Jun Park <npark@mozilla.com>
Desc: Bug 1176349 - /lockscreen/test_lockscreen_unlock_to_camera_with_passcode.py requires proper check for unlock
2015-06-30 11:10:14 -07:00
B2G Bumper Bot
ad8b0b5082 Bumping manifests a=b2g-bump 2015-06-30 10:02:31 -07:00
B2G Bumper Bot
3cf052dc08 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/db7493ce07fd
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #30744 from eliperelman/bug-1172972

Bug 1172972 - Add configuration for Aries

========

https://hg.mozilla.org/integration/gaia-central/rev/209f14f4c806
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1172972 - Add configuration for Aries
2015-06-30 10:00:25 -07:00
B2G Bumper Bot
de1b80a991 Bumping manifests a=b2g-bump 2015-06-30 08:22:26 -07:00
B2G Bumper Bot
83404850ca Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/02c5b158b124
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1175835 - [Contacts][NGA] Extract 'sendEmailOrPick' from Contacts.js to Contacts_buttons.js" for gaia linter test failures

This reverts commit dd1648bfe578de749a89426746676f2dc2b71837.
2015-06-30 08:20:18 -07:00
Carsten "Tomcat" Book
f980544599 Merge mozilla-central to b2g-inbound 2015-06-30 14:31:00 +02:00
Carsten "Tomcat" Book
34fd9d36ba merge mozilla-inbound to mozilla-central a=merge 2015-06-30 13:23:01 +02:00
Carsten "Tomcat" Book
26d98978f9 merge fx-team to mozilla-central a=merge 2015-06-30 13:11:46 +02:00
B2G Bumper Bot
bd232740cb Bumping manifests a=b2g-bump 2015-06-30 04:02:18 -07:00
B2G Bumper Bot
37ade05202 Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d83bc2c9b97a
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #30720 from jedireza/moar-shb-dead-space

Bug 1177509 - Increase the size of the shb dead space. r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/a2610978a536
Author: jedireza <reza@akhavan.me>
Desc: Bug 1177509 - Increase the size of the shb dead space

========

https://hg.mozilla.org/integration/gaia-central/rev/4f8b87a335d2
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #30687 from mancas/fixConfirmDialogImportContacts

Bug 1176657 - Fix confirm dialog when importing vCard contacts throws…. r=borja.bugzilla

========

https://hg.mozilla.org/integration/gaia-central/rev/0feb11e92565
Author: Manuel Casas <manuel.casasbarrado@gmail.com>
Desc: Bug 1176657 - Fix confirm dialog when importing vCard contacts throws an error

========

https://hg.mozilla.org/integration/gaia-central/rev/05e1bae765d4
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #30645 from jpruden92/bug1175835-contacts

Bug 1175835 - [Contacts][NGA] Extract 'sendEmailOrPick' from Contacts.js to Contacts_buttons.js. r=borja.bugzilla

========

https://hg.mozilla.org/integration/gaia-central/rev/a9690732cc84
Author: jpruden92 <jorgepruden@gmail.com>
Desc: Bug 1175835 - [Contacts][NGA] Extract 'sendEmailOrPick' from Contacts.js to Contacts_buttons.js

========

https://hg.mozilla.org/integration/gaia-central/rev/e9841cd2152b
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #30436 from jedireza/remove-soft-home-animation

Bug 1161225 - Remove css transitions from software home button. r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/3b610c1943e9
Author: jedireza <reza@akhavan.me>
Desc: Bug 1161225 - Remove css transitions from software home button
2015-06-30 04:00:22 -07:00
B2G Bumper Bot
5410d8cf13 Bumping manifests a=b2g-bump 2015-06-30 03:47:10 -07:00
B2G Bumper Bot
2e35c654af Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/80b0c3588c2d
Author: John Hu <im@john.hu>
Desc: Merge pull request #30751 from john-hu/bug-1178689-disable-tv-epg-test

Bug 1178689 - [gijtv] disable tv_epg_test.js, r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/3e9cc9e3eac6
Author: John Hu <im@john.hu>
Desc: Bug 1178689 - [gijtv] disable tv_epg_test.js
2015-06-30 03:45:14 -07:00
B2G Bumper Bot
a075f58ae8 Bumping manifests a=b2g-bump 2015-06-30 03:22:14 -07:00
B2G Bumper Bot
ea087006a0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/32436d556dee
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #30698 from cctuan/1177006

Bug 1177006 - Remove attention_screen_opening related code

========

https://hg.mozilla.org/integration/gaia-central/rev/f3b170224dc9
Author: george <george@georgedeMacBook-Air.local>
Desc: bug 1177006 - remove attention_screen_opening related code
2015-06-30 03:20:15 -07:00
Szu-Yu Chen [:aknow]
e1cc007079 Bug 1174673 - Part 2: Update test case. r=hsinyi 2015-06-30 18:02:23 +08:00
Szu-Yu Chen [:aknow]
f5e6887668 Bug 1174673 - Part 1: Automatically resume the held call. r=hsinyi 2015-06-30 18:02:23 +08:00
Carsten "Tomcat" Book
74493dd0a1 Backed out changeset f41a2121425f (bug 1171931) for bustage 2015-06-30 10:30:51 +02:00
Carsten "Tomcat" Book
08d726b864 Backed out changeset bba8e8d63c37 (bug 1177190) for build perma fails after this patch 2015-06-30 08:22:38 +02:00
Wander Lairson Costa
fc412d53b6 Bug 1177190: Update libcurl in docker images. r=selena
libcurl shipped with CentOS 6 doesn't support keepalive. This is causing
builds to burn.
2015-06-30 01:15:43 -03:00
Jeff Walden
d26181572a Bug 1175347 - Fix a test that assumes too much in compacting builds. r=intermittent-orange in a CLOSED TREE 2015-06-29 21:13:00 -07:00
B2G Bumper Bot
b462ae2437 Bumping manifests a=b2g-bump 2015-06-29 19:18:39 -07:00
B2G Bumper Bot
dc333bfb3c Bumping manifests a=b2g-bump 2015-06-29 19:07:21 -07:00