ffxbld
2138ab342a
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2016-03-07 09:23:19 -05:00
Lee Salzman
8f0be4e121
Bug 1246756 - part 3 - update Skia to m49 branch. r=jrmuizel
2016-02-09 13:38:06 -05:00
brendan
b164e5d252
Bug 1237983 - Investigate and remove the Bagheera Client Implementation. r=gfritzsche
2016-01-24 22:33:52 -05:00
Carsten "Tomcat" Book
7d09a85d64
no bug touch clobber for bug 1069556 to fix bustage a=sheriffduty on a CLOSED TREE
2016-01-26 15:01:13 +01:00
Carsten "Tomcat" Book
d07cf58da3
no bug touching clobber to fix bustage on a CLOSED TREE
2016-01-26 12:43:00 +01:00
Wes Kocher
420d691632
Bug 1241974 or bug 1241975 needed a clobber a=CLOSED TREE
2016-01-25 11:11:50 -08:00
Jean-Yves Avenard
73c3b2a763
Bug 1240627 - Touch CLOBBER to force a rebuild
...
CLOSED TREE
2016-01-20 10:35:48 +11:00
Jeff Muizelaar
7073b3bb09
Bug 1228641. Remove initializer_list from stl-headers
...
Including new before initializer_list seems to cause problems like:
c:\tools\vs2013\vc\include\xutility(1278) : error C2065: 'initializer_list' : undeclared identifier
c:\tools\vs2013\vc\include\xutility(1278) : error C2065: '_Ilist' : undeclared identifier
c:\tools\vs2013\vc\include\xutility(1281) : error C2433: 'rbegin' : 'inline' not permitted on data declarations
c:\tools\vs2013\vc\include\xutility(1281) : error C2365: 'std::rbegin' : redefinition; previous definition was 'function'
c:\tools\vs2013\vc\include\xutility(1281) : error C2998: 'std::reverse_iterator<const _Elem*> std::rbegin' : cannot be a template definition
c:\tools\vs2013\vc\include\xutility(1284) : error C2065: 'initializer_list' : undeclared identifier
c:\tools\vs2013\vc\include\xutility(1284) : error C2065: '_Ilist' : undeclared identifier
c:\tools\vs2013\vc\include\xutility(1287) : error C2433: 'rend' : 'inline' not permitted on data declarations
c:\tools\vs2013\vc\include\xutility(1287) : error C2365: 'std::rend' : redefinition; previous definition was 'function'
c:\tools\vs2013\vc\include\xutility(1287) : error C2998: 'std::reverse_iterator<const _Elem*> std::rend' : cannot be a template definition
initializer_list shouldn't very be doing any allocation or throwing exceptions so we should be fine.
2016-01-15 19:51:37 -05:00
Jed Davis
11c2c37592
Bug 1133073 - Use PR_DuplicateEnvironment to avoid post-fork malloc on all Linux platforms. r=dhylands
2016-01-11 14:17:01 -08:00
Nigel Babu
be0eae19c6
Bug 1209344 - Touch CLOBBER so random build failures are fixed
...
CLOSED TREE
2016-01-07 11:38:56 +05:30
Nigel Babu
14b63b4690
Bug 1216817 - Followup Clobber as an attempt clear up B2GDroid bustage
2015-12-31 12:52:11 +05:30
Lee Salzman
35f3c9ea49
Bug 1082598 - clobber for Skia update
2015-12-18 13:53:26 -05:00
Mike Hommey
7a5e3aae1f
Backout changesets 53a9d03e4223, e61d18180feb and f07752f611f6 (bug 1233282) for a race condition bustage on a CLOSED TREE.
2015-12-18 17:07:13 +09:00
Mike Hommey
3554948fb6
Clobber for bug 1233282 on a CLOSED TREE
2015-12-18 16:46:45 +09:00
Wes Kocher
8887bca19f
Backed out 10 changesets (bug 1082598) for 2d.path.arcTo.shape.curve1.html failures on OSX
...
Backed out changeset 018c2a3031f4 (bug 1082598)
Backed out changeset 8f60e42aca2e (bug 1082598)
Backed out changeset c4297c82165f (bug 1082598)
Backed out changeset c22c1bfd091a (bug 1082598)
Backed out changeset 8754fd718869 (bug 1082598)
Backed out changeset da976e4cd253 (bug 1082598)
Backed out changeset 3c8f87df8c68 (bug 1082598)
Backed out changeset 3183d30eb549 (bug 1082598)
Backed out changeset c239a7bc6cba (bug 1082598)
Backed out changeset aa3805015270 (bug 1082598)
2015-12-17 14:30:50 -08:00
Lee Salzman
16e850526e
Bug 1082598 - clobber for Skia update
2015-12-17 14:45:45 -05:00
Carsten "Tomcat" Book
c3508a59ef
Bug 1186934 CLOBBER followup a=me on a CLOSED TREE
2015-12-15 16:25:43 +01:00
ffxbld
b449346661
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-12-14 15:15:51 -05:00
Jonathan Kew
21d0db63c2
Bug 1210165 - ICU update requires a CLOBBER. r=waldo
2015-11-20 11:38:15 +00:00
Wes Kocher
36efcb459d
Touch CLOBBER to clear up bug 1168113's bustage a=merge
2015-11-19 10:09:08 -08:00
Jan Beich
4253107dd4
Bug 1198458 Unbreak build on BSDs by fixing non-POSIX thread includes/usage. r=jesup
...
on a CLOSED TREE
2015-11-18 15:21:51 -05:00
Kit Cambridge
f5078fe538
Bug 1210211 - Touch CLOBBER. r=me
2015-11-18 08:04:19 -08:00
Kris Maglione
dfdec32242
Bug 1214058: Part 3 - Touch CLOBBER. r=trivial
2015-11-03 16:25:13 -08:00
Ben Kelly
5928de9149
Bug 1220007 P2 Make InterceptedChannel's collect logs locally and only flush to nsIChannel on main thread r=bz
2015-11-03 11:20:56 -08:00
Wes Kocher
f44184efc6
Merge m-c to inbound a=merge CLOSED TREE
2015-10-29 15:29:24 -07:00
ffxbld
a379e4cb6e
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-10-29 07:45:54 -04:00
Simon Montagu
742509b719
Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 1: build system changes, r=ted; code changes, r=jfkthame
2015-10-28 07:05:15 -07:00
Carsten "Tomcat" Book
f05ffca954
Bug 1219585 - CLOBBER for intermittent 10.7 debug build failures a=me
2015-10-29 09:42:30 +01:00
Ralph Giles
6f1726dd26
Bug 1217261 - Bump clobber for rust changes. r=kinetik
...
Last time we had a linker issue when we changed the rust code.
Until we track that down, avoid blocking inbound.
2015-10-21 18:53:49 -07:00
Ralph Giles
3a0264d09e
Bug 1215696 - Bump clobber. r=KWierso
...
See if this helps with the build failures after the previous landing.
ld: in ../../media/libstagefright/libMP4Metadata.a, malformed archive
TOC entry for __ZN3cmp5impls16isize.PartialOrd2gt20h0a6c1f9bd32789bbe1sE,
offset 234392240 is beyond end of file 4605472
2015-10-19 16:31:46 -07:00
Ehsan Akhgari
dfd987859c
Bug 1210154 - Part 3: Update the clang that we use to build with on OSX as well
2015-10-16 13:27:40 -04:00
Ehsan Akhgari
e692817086
Backout changeset d922e18b6dc1 (Bug 1210154) since it touched the wrong file
2015-10-16 13:27:39 -04:00
Ehsan Akhgari
2a999289e2
Bug 1210154 - Part 3: Update the clang that we use to build with on OSX as well
2015-10-16 13:17:33 -04:00
Phil Ringnalda
91a46a8e36
No bug - touch CLOBBER like a magic fetish to ward off the libstagefright and (je)malloc OS X build bustage demons
...
CLOSED TREE
2015-10-15 21:33:26 -07:00
Ehsan Akhgari
1242ca4d4b
Bug 1210154 - Part 2: Update the tooltool manifests to use the new clang with rust-bindgen patches; r=rail
2015-10-15 10:18:21 -04:00
Ehsan Akhgari
31777e6efe
Bug 1182727 - Touch CLOBBER
2015-10-09 21:16:48 -04:00
Michael Comella
f09df7d2e7
Bug 1212347 - Force clobber after disabling geckoview. r=me
...
This is after the fact because the push in bug 1201206 comment 36 passed try
but failed on fx-team.
2015-10-08 16:41:44 -07:00
Carsten Book
3d5cc5653b
Bug 1212764 - "Clobber needed for bug 957911" r+a=me on a CLOSED TREE
2015-10-08 01:49:00 +02:00
Sebastian Kaspari
8e4dd1111d
Bug 1193206 - Touch CLOBBER after updating Android build. r=trivial
2015-10-07 09:14:48 +02:00
Sebastian Kaspari
581bff60ed
Bug 1210755 - Touch CLOBBER after updating Android build. r=trivial
2015-10-05 15:01:49 +02:00
Ehsan Akhgari
12c7c8516a
Backout bug 1182727 - Part 13 for the intermittent build failures, also touch CLOBBER
2015-10-02 12:51:16 -04:00
Ehsan Akhgari
55a0c8c9d3
Bug 1182727 - Part 16: Touch CLOBBER
2015-10-02 12:16:01 -04:00
Ehsan Akhgari
ef50884772
Bug 1205242 follow-up: Touch CLOBBER
2015-09-29 00:14:23 -04:00
Nick Alexander
66af42ec31
Bug 1108782 - Follow-up: clobber. r=me
2015-09-22 22:18:15 -07:00
ffxbld
0440b19179
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-09-21 10:15:23 -04:00
Wes Kocher
7dbbd16aa2
CLOBBER for bug 1201224
2015-09-08 08:20:59 -07:00
Ben Tian
ad36a27aa3
Bug 1193379 - Touch clobber for file relocation. r=joliu
2015-08-21 16:49:51 +08:00
Nick Alexander
b86fbeec66
Bug 1195388 - Follow-up: touch CLOBBER. a=bustage
2015-08-19 15:13:49 -07:00
Ryan VanderMeulen
3d0d2f0cf8
Bug 1179909 - Touch CLOBBER to fix Android cpptest bustage on a CLOSED TREE.
2015-08-11 10:23:47 -04:00
ffxbld
26b7d0300a
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-08-10 12:20:42 -07:00