662bfc73887e7cc48e2f48bfc5bb5d85b91c8002: Bug 1246411 - Remove unreachable break statements; r=automatedtester
Andreas Tolfsen <ato@mozilla.com> - Sat, 06 Feb 2016 18:19:46 +0000 - rev 330104
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
Bug 1246411 - Remove unreachable break statements; r=automatedtester
MozReview-Commit-ID: 7l0OEwIKoHS
c1abf28f3b73f5aa668197da4aa68081d9eb7680: Bug 1246411 - Access to properties is better written using dot notation; r=automatedtester
Andreas Tolfsen <ato@mozilla.com> - Sat, 06 Feb 2016 18:19:25 +0000 - rev 330103
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
Bug 1246411 - Access to properties is better written using dot notation; r=automatedtester
MozReview-Commit-ID: KlmrhB8GKpY
c9539b0a2bf828378768bb148854d410d42ca4a3: Bug 1246411 - Yield statements must be inside generator functions; r=automatedtester
Andreas Tolfsen <ato@mozilla.com> - Sat, 06 Feb 2016 18:19:02 +0000 - rev 330102
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
Bug 1246411 - Yield statements must be inside generator functions; r=automatedtester
MozReview-Commit-ID: HHFkvior8gI
e313d46f421e00c65a1b7f9c155050bf982cf519: Bug 1240789 - Remove head+tail in Marionette xpcshell manifest; r=automatedtester
Andreas Tolfsen <ato@mozilla.com> - Sat, 06 Feb 2016 17:14:32 +0000 - rev 330101
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
Bug 1240789 - Remove head+tail in Marionette xpcshell manifest; r=automatedtester
Was originally there to work around a bug in the B2G on-device test
runner. Can now safely be removed after
bug 1240723 was landed.
MozReview-Commit-ID: EZGfvYcP9ER
edfc2f6e1578a4927deb3481382dfc808ecd5d19: Bug 1246947: cache test workspaces to get SSD/ext4 performance; r=armenzg
Dustin J. Mitchell <dustin@mozilla.com> - Tue, 09 Feb 2016 15:14:54 +0000 - rev 330100
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
Bug 1246947: cache test workspaces to get SSD/ext4 performance; r=armenzg
d42cc18ad1bd0f4ba94599698cebd8a55f900071: Bug 1246946 - Upload reftest structured logs and error summaries to blobber, r=ahal
James Graham <james@hoppipolla.co.uk> - Tue, 09 Feb 2016 19:00:23 +0000 - rev 330099
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
Bug 1246946 - Upload reftest structured logs and error summaries to blobber, r=ahal
MozReview-Commit-ID: 3L8t6lgs3U6
9b3787b43a59fbad503822548736b8de75df78e4: Bug 1244292 - [1.2] Release decoder on init failure. r=snorp
Eugen Sawin <esawin@mozilla.com> - Tue, 09 Feb 2016 19:50:30 +0100 - rev 330098
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
Bug 1244292 - [1.2] Release decoder on init failure. r=snorp
66b3222f623ffeb63aa20f30a89d25cc4bc8fbdb: Merge mozilla-central to mozilla-inbound
Carsten "Tomcat" Book <cbook@mozilla.com> - Wed, 10 Feb 2016 14:29:05 +0100 - rev 330097
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
Merge mozilla-central to mozilla-inbound
2d13bd207e3d9ceb4c4c181ec6431b3ccd9a71f8: Bug 1243583 - ensure transition events are dispatched to all the relevant subdocuments, r=dholbert
Carsten "Tomcat" Book <cbook@mozilla.com> - Wed, 10 Feb 2016 14:21:26 +0100 - rev 330096
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
Bug 1243583 - ensure transition events are dispatched to all the relevant subdocuments, r=dholbert
5c4a80fca486941332b5befda970c281e887cb2a: Bug 1244250 - r=mats
Carsten "Tomcat" Book <cbook@mozilla.com> - Wed, 10 Feb 2016 14:17:05 +0100 - rev 330095
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
2b116adb01738259a94b6488d7b0d06c1a63729a: Bug 1246957: Make the data section require the memory section; r=luke
Benjamin Bouvier <benj@benj.me> - Tue, 09 Feb 2016 17:13:30 +0100 - rev 330094
Push
10675 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:13:04 +0000
Bug 1246957: Make the data section require the memory section; r=luke
9b312657e3c50f7feb83026534b86422cbc4daa0: Bug 1246946 - Upload reftest structured logs and error summaries to blobber (fixup), r=ahal
draft
James Graham <james@hoppipolla.co.uk> - Wed, 10 Feb 2016 15:07:57 +0000 - rev 330093
Push
10674 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 15:09:00 +0000
Bug 1246946 - Upload reftest structured logs and error summaries to blobber (fixup), r=ahal
Fix mistake in Windows config.
MozReview-Commit-ID: pqpRyjlS1s
7acef60004bcbe66bc2943b97e13558cb73bf697: Bug 1246889 - Correctly check whether hb_blob_create failed in ShareTableAndGetBlob. r?jrmuizel
draft
Bogdan Postelnicu <bogdan.postelnicu@softvision.ro> - Wed, 10 Feb 2016 16:47:02 +0200 - rev 330092
Push
10673 by Bogdan.Postelnicu@softvision.ro at Wed, 10 Feb 2016 14:51:10 +0000
Bug 1246889 - Correctly check whether hb_blob_create failed in ShareTableAndGetBlob. r?jrmuizel
MozReview-Commit-ID: EMsr5uipjjL
f4d2a93f3c497edba0ae4321b362d04ecf9bfe19: Bug 408415 - fix favicon disappearance for hash changes during load, r?jaws
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Wed, 10 Feb 2016 14:42:46 +0000 - rev 330091
Push
10672 by gijskruitbosch@gmail.com at Wed, 10 Feb 2016 14:46:17 +0000
Bug 408415 - fix favicon disappearance for hash changes during load, r?jaws
MozReview-Commit-ID: KCdXMKX5sIH
548ae46f0cffee0a4b1c6ac6579e312a22dedcf1: Bug 1213450 - Complete the implementation of chrome.i18n - getAcceptLanguages, r?kmag
draft
bsilverberg <bsilverberg@mozilla.com> - Wed, 10 Feb 2016 09:37:12 -0500 - rev 330090
Push
10671 by bmo:bob.silverberg@gmail.com at Wed, 10 Feb 2016 14:40:05 +0000
Bug 1213450 - Complete the implementation of chrome.i18n - getAcceptLanguages, r?kmag
Implement browser.i18n.getAcceptLanguages() including tests
MozReview-Commit-ID: GwVN93T1Uls
7042e8a19f94d6e075ec149567aea74dfd06c392: merge mozilla-inbound to mozilla-central a=merge
Carsten "Tomcat" Book <cbook@mozilla.com> - Wed, 10 Feb 2016 11:47:34 +0100 - rev 330089
Push
10671 by bmo:bob.silverberg@gmail.com at Wed, 10 Feb 2016 14:40:05 +0000
merge mozilla-inbound to mozilla-central a=merge
e254460824199368d0c8a7b5c5da40a90d6251f4: Bug 1246946 - Upload reftest structured logs and error summaries to blobber, r=ahal
draft
James Graham <james@hoppipolla.co.uk> - Tue, 09 Feb 2016 19:00:23 +0000 - rev 330088
Push
10670 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 12:46:01 +0000
Bug 1246946 - Upload reftest structured logs and error summaries to blobber, r=ahal
MozReview-Commit-ID: 3L8t6lgs3U6
f1f70fa6338e63a600046c30dafee0eb3cff51ad: Bug 1246109 - pass state as reference instead of pass by value. r=jandem
Bogdan Postelnicu <bogdan.postelnicu@softvision.ro> - Wed, 10 Feb 2016 12:10:26 +0200 - rev 330087
Push
10670 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 12:46:01 +0000
Bug 1246109 - pass state as reference instead of pass by value. r=jandem
MozReview-Commit-ID: 5FuDBbQo5xc
b06f5fef948812558288b1dc34f678f52d7512dd: Bug 1244143 - Record whether or not an artifact build was used in build telemetry data r=gps
Dan Minor <dminor@mozilla.com> - Mon, 01 Feb 2016 14:41:13 -0500 - rev 330086
Push
10670 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 12:46:01 +0000
Bug 1244143 - Record whether or not an artifact build was used in build telemetry data r=gps
This adds a substs field and cherrypicks the MOZ_ARTIFACT_BUILDS field so
we can determine whether or not an artifact build occurred.
f3925f5ffdbb817dde22283952c06a645160bb96: Bug 1042347 - %2e entered in URL bar not normalized leading to denormalized request r=mcmanus
Valentin Gosu <valentin.gosu@gmail.com> - Wed, 10 Feb 2016 13:13:23 +0100 - rev 330085
Push
10670 by bmo:james@hoppipolla.co.uk at Wed, 10 Feb 2016 12:46:01 +0000
Bug 1042347 - %2e entered in URL bar not normalized leading to denormalized request r=mcmanus