Commit Graph

197899 Commits

Author SHA1 Message Date
Mike Hommey
1cb5547cd1 Bug 1045783 - Move most OS_LIBS to moz.build and do some related cleanup. r=mshal 2014-08-06 07:25:33 +09:00
Mike Hommey
c75b987e31 Bug 1045783 - Move OS_LIBS from a passthrough to a more fully supported variable. r=gps 2014-08-06 07:25:05 +09:00
Mike Hommey
fa598c4340 Bug 1045783 - Make most *_LIBS variables from configure lists in moz.build. r=mshal 2014-08-06 07:24:55 +09:00
Mike Hommey
2ac49dee24 Bug 1048654 - Remove support for building trace-malloc against libgd. r=mshal 2014-08-06 07:24:46 +09:00
Mike Hommey
81e9f42eff Bug 1048702 - Error out when trying to add a string to a list in moz.build. r=gps 2014-08-06 07:24:27 +09:00
Terrence Cole
b15a17d5a7 Bug 1033442 - Allocate slots from the zone explicitly; r=jonco
--HG--
extra : rebase_source : 7ffba7878873100b101c886f3f3f040065ccad3b
2014-08-05 14:06:35 -07:00
Bas Schouten
59354486a3 Bug 1043426: Avoid doing work for empty visible regions. r=mattwoodrow 2014-08-04 13:02:14 +02:00
Geoff Brown
d05be59390 Bug 1028929 - Make testDoorHanger more robust and enable on Android 2.3; r=wesj 2014-08-05 16:01:01 -06:00
Ehsan Akhgari
cd5081982f Bug 1048243 - Fix more bad implicit constructors in gfx; r=jrmuizel 2014-08-05 17:58:40 -04:00
Ehsan Akhgari
9e7d5a3fbc Bug 1048245 - Fix more bad implicit constructors in image; r=jrmuizel 2014-08-05 17:58:18 -04:00
Ehsan Akhgari
388189824e Bug 1048240 - Fix more bad implicit constructors in accessible; r=tbsaunde 2014-08-05 17:57:52 -04:00
Ehsan Akhgari
9de5d0fd0b Bug 1047614 - Give ReadbackManagerD3D11 a private destructor; r=jrmuizel 2014-08-05 17:57:24 -04:00
Terrence Cole
8823a3c227 Bug 665007 - Remove the under-utilized background free path; r=jonco 2014-08-05 14:06:34 -07:00
Ehsan Akhgari
dee0c3ea29 Bug 1048252 - Fix some bad implicit constructors in chromium IPC code; r=bent 2014-08-05 09:37:28 -04:00
Birunthan Mohanathas
05317ce6be Bug 1036981 - Update HarfBuzz to upstream commit d5e6147 (0.9.34). r=jfkthame 2014-08-03 10:03:46 -07:00
Andrew McCreight
14a59b9fa7 Bug 1046281 - Use the simpler version of nsTHashtable memory reporters. r=njn 2014-08-05 13:27:41 -07:00
Kai Engert
d88b3fc5d7 Bug 1049006 - Update Mozilla to use NSS 3.17, r=wtc 2014-08-05 22:22:19 +02:00
Gervase Markham
949e11c0a2 Bug 1045295 - Update PSL with new TLD additions for TLDs contracted with ICANN from 06/05/2014 - 07/24/2014. r=gerv 2014-08-05 11:00:00 -04:00
Andrea Marchesini
75bcac7675 Bug 1030997 - nsFrameMessageManager should serialize the principal object as nsIPrincipal. r=smaug 2014-08-05 06:54:00 -04:00
Ryan VanderMeulen
97117ab10d No bug - Re-enable media crashtests that no longer fail on Android and B2G. 2014-08-05 16:10:41 -04:00
Nathan Froyd
760c809272 Bug 1047173 - move MOZ_GTK*_CFLAGS hacking from config.mk to configure.in; r=glandium
This move ensures that other makefile variables that reference
MOZ_GTK*_CFLAGS, e.g. TK_CFLAGS, will always have a consistent view of
MOZ_GTK*_CFLAGS.
2014-08-01 12:11:01 -04:00
Nicolas B. Pierron
cde276f497 Bug 1048046 - Remove non-observed instructions, even if they might be recovered on bailout. r=h4writer 2014-08-04 07:59:44 -07:00
Ed Morley
aaa3b2b0da Backed out changeset ab292958d0e7 (bug 996237) for build failures on Android 2014-08-04 15:34:42 +01:00
Ed Morley
4b6690e97f Backed out changeset 1015ade997be (bug 996237) 2014-08-04 15:34:25 +01:00
Ed Morley
bc9c46b43a Backed out changeset 5cc4c2e9f1e4 (bug 996237) 2014-08-04 15:34:22 +01:00
Ed Morley
a1057d4fbb Backed out changeset 7c32b87be327 (bug 996237) 2014-08-04 15:34:18 +01:00
Ed Morley
aac83fb7f8 Backed out changeset fa05c69d7de1 (bug 996237) 2014-08-04 15:34:15 +01:00
Nicolas Silva
427414af19 Bug 1047765 - Pass the proper allocation flags in TextureClient::CreateSimilar. r=Bas 2014-08-04 16:32:30 +02:00
Ahmed Kachkach
a64070e18c Bug 1046566 - Avoid instantiating multiple structured loggers. r=ahal 2014-08-01 11:46:00 -04:00
Nicolas Silva
3ced42c7c0 Bug 1043426 - Don't crash when failing to upload apply a maskon a container layer. r=Bas 2014-08-01 15:53:12 +02:00
Randall Barker
656f584dc2 Bug 1042525 - Add missing null implementation for screensharing. r=gcp 2014-08-01 11:43:00 +02:00
Randall Barker
488453e6b5 Bug 1042525 - Propogate MOZ_X11 to WebRTC build system. r=ted 2014-08-01 11:42:00 +02:00
Nicholas Nethercote
f81deab8e6 Bug 1047195 - MFBT: Convert UniquePtr module to Gecko style. r=Ms2ger. 2014-07-31 20:34:17 -07:00
Ryan VanderMeulen
a3f5b8f3d1 No bug - Minor crashtest manifest cleanups. DONTBUILD 2014-08-04 20:09:24 -04:00
Kyle Huey
89784e9db6 Bug 1048435: Stop RDF from whining at shutdown. r=mccr8 2014-08-04 16:51:20 -07:00
Eric Rahm
8cce93854c Bug 1027921 - Part 9: Add DeadlockDetector memory reporter. r=njn, r=froydnj 2014-08-04 16:20:37 -07:00
Eric Rahm
2ebbda0890 Bug 1027921 - Part 8: Remove dead entries. r=froydnj, r=cjones 2014-08-04 16:16:56 -07:00
Eric Rahm
487c50c57f Bug 1027921 - Part 7: Extend scalability tests. r=froydnj 2014-08-04 16:16:43 -07:00
Eric Rahm
b723bc8791 Bug 1027921 - Part 6: Increase scalability test load. r=froydnj 2014-08-04 16:16:33 -07:00
Eric Rahm
9feabff7f9 Bug 1027921 - Part 5: Enable DeadlockDetector tests on OS X. r=froydnj 2014-08-04 16:16:20 -07:00
Eric Rahm
4c98890fbe Bug 1027921 - Part 4: Add SizeOf functions. r=njn, r=froydnj 2014-08-04 16:16:09 -07:00
Eric Rahm
12b101928c Bug 1027921 - Part 3: Remove PLHash wrappers. r=froydnj 2014-08-04 16:15:58 -07:00
Eric Rahm
2c069186a9 Bug 1027921 - Part 2: Switch to nsClassHashtable. r=froydnj 2014-08-04 16:15:46 -07:00
Eric Rahm
1d48eb0a57 Bug 1027921 - Part 1: Store ref to resource in the OrderingEntry. r=froydnj 2014-08-04 16:15:24 -07:00
Wes Kocher
80e4388f2f Backed out changeset ef8d10dc3927 (bug 1048097) for build bustage on a CLOSED TREE 2014-08-04 16:07:18 -07:00
Wes Kocher
a304692020 Backed out changeset a38bb1a95176 (bug 1048102) for build bustage on a CLOSED TREE 2014-08-04 16:07:08 -07:00
Wes Kocher
a665725822 Backed out changeset 7b550d45454b (bug 1048104) for build bustage on a CLOSED TREE 2014-08-04 16:06:59 -07:00
Wes Kocher
082e1d8bab Backed out changeset 83d8226768ee (bug 1048107) for build bustage on a CLOSED TREE 2014-08-04 16:06:41 -07:00
William Chen
d331d980c1 Bug 1044118 - Fix inverted check for unclosed children in ruby tag. r=hsivonen 2014-08-04 15:54:20 -07:00
Chris Pearce
14210f2acc Bug 1048107 - Add GMPTimer implementation and placeholder GMP clock. r=jesup 2014-08-05 10:18:31 +12:00