c2315e5bc62d3abdac22abef69bbef48395ffa12: Bug 1162855 - Traverse FontFaceSet's mUserFontSet's pointer back to the FontFaceSet. r=smaug
Cameron McCormack <cam@mcc.id.au> - Sat, 09 May 2015 14:48:04 +1000 - rev 243089
Push
59593 by cmccormack@mozilla.com at Sat, 09 May 2015 05:02:39 +0000
Bug 1162855 - Traverse FontFaceSet's mUserFontSet's pointer back to the FontFaceSet. r=smaug
acfe0afcedee4ec594b72ced81c4bc545be51c62: Bug 1154150 - Only create a FontFaceSet if we find @font-face rules. r=jdaggett
Cameron McCormack <cam@mcc.id.au> - Sat, 09 May 2015 14:47:09 +1000 - rev 243088
Push
59593 by cmccormack@mozilla.com at Sat, 09 May 2015 05:02:39 +0000
Bug 1154150 - Only create a FontFaceSet if we find @font-face rules. r=jdaggett
22d300d1944542fa9d6e566ac7720776ffd6d59a: Bug 1154148 - Create a FontFaceSet's UserFontSet eagerly. r=jdaggett
Cameron McCormack <cam@mcc.id.au> - Sat, 09 May 2015 14:46:49 +1000 - rev 243087
Push
59593 by cmccormack@mozilla.com at Sat, 09 May 2015 05:02:39 +0000
Bug 1154148 - Create a FontFaceSet's UserFontSet eagerly. r=jdaggett
e96956b4da3364e6aaf36e711c61a6edfae093ff: Bug 1152647 - Part 2: Ignore requests to add/delete a rule-backed FontFace to/from a FontFaceSet. r=jdaggett
Cameron McCormack <cam@mcc.id.au> - Sat, 09 May 2015 14:46:31 +1000 - rev 243086
Push
59593 by cmccormack@mozilla.com at Sat, 09 May 2015 05:02:39 +0000
Bug 1152647 - Part 2: Ignore requests to add/delete a rule-backed FontFace to/from a FontFaceSet. r=jdaggett
e7cb51e17cc081e4e056e70f560bcd19046bad11: Bug 1152647 - Part 1: Test. r=jdaggett
Cameron McCormack <cam@mcc.id.au> - Sat, 09 May 2015 14:46:22 +1000 - rev 243085
Push
59593 by cmccormack@mozilla.com at Sat, 09 May 2015 05:02:39 +0000
Bug 1152647 - Part 1: Test. r=jdaggett
083d678bb7fd7a4a057eb74ee86d1824188b7700: Bug 1161339 - Add gtest calling rust code. r=cajbir
Ralph Giles <giles@mozilla.com> - Thu, 07 May 2015 12:15:00 -0700 - rev 243084
Push
59592 by rgiles@mozilla.com at Sat, 09 May 2015 04:41:02 +0000
Bug 1161339 - Add gtest calling rust code. r=cajbir
This is mostly to verify compilation and linkage.
The test itself just verifies the contents of an
returned string.
ea593c621ffe1ce2c4cc16bf91a33bc8ab9027fa: Bug 1161339 - Add rust support to moz.build. r=ted
Ralph Giles <giles@mozilla.com> - Fri, 08 May 2015 15:18:00 -0700 - rev 243083
Push
59592 by rgiles@mozilla.com at Sat, 09 May 2015 04:41:02 +0000
Bug 1161339 - Add rust support to moz.build. r=ted
Add .rs as a recognized file extension in SOURCES.
Propagate that through to the Makefile backend and add a dependency
generated and an explicit rule to call $(RUSTC) to compile them.
rustc builds static libraries, not obj files. At least, if one
asks it to output an obj file, I'm not clear how to get all the
compiler-specific runtime libraries the code will expect to link
to. Therefore we generate a static library for each rust source
file (which must be a complete crate for the time being) and link
that. Because of the extension it ends up on the LIBS line in the
the corresponding .desc file.
Note that the static library does still depend on some system
libraries, e.g. -ldl -lpthread -lm on linux. Gecko already
links to all of those, so we don't keep track of it here.
Should we need to add explicit linkage for other targets,
rustc does print a list to stderr which can be parsed.
b811c7d4f39bd5b9d88e72a6a428a20cbdb52712: Bug 1161339 - Check for the rust compiler. r=ted
Ralph Giles <giles@mozilla.com> - Tue, 05 May 2015 10:48:00 -0700 - rev 243082
Push
59592 by rgiles@mozilla.com at Sat, 09 May 2015 04:41:02 +0000
Bug 1161339 - Check for the rust compiler. r=ted
Add a configure switch --enable-rust to control compilation
of rust source.
This serves as a basic conditional for experimentation with
gecko code written in rust. It presumes we can use a rustc
installed on the system, e.g. by the developer or by tooltool.
Requesting rust support without making rustc available will fail
since we don't want the build configuration to change based on
the available environment.
fd24ed68c6426e372e0d9a148f8d35d3a9fcdb88: bug 1162621 - proxy Accessible::IndexOfEmbeddedChild r=davidb
Trevor Saunders <tbsaunde@tbsaunde.org> - Thu, 07 May 2015 12:59:17 -0400 - rev 243081
Push
59591 by trev.saunders@gmail.com at Sat, 09 May 2015 04:03:20 +0000
bug 1162621 - proxy Accessible::IndexOfEmbeddedChild r=davidb
This is a bit dirty, we should be able to implement this just in the main
process by looking at the role of the children. However doing it this way is
simpler and allows us to share code with the non e10s case.
ccfb65a28a154511a32229a696ad819a6e93deda: bug 1162654 - allow proxies to implement the document interface r=davidb
Trevor Saunders <tbsaunde@tbsaunde.org> - Thu, 07 May 2015 13:31:56 -0400 - rev 243080
Push
59591 by trev.saunders@gmail.com at Sat, 09 May 2015 04:03:20 +0000
bug 1162654 - allow proxies to implement the document interface r=davidb
60e13432ce2e86ac301b65098f734a79f75ce0fa: bug 1163070 - fix AtkHyperlinkImpl::getHyperlink after bug 1146518 r=surkov
Trevor Saunders <tbsaunde@tbsaunde.org> - Fri, 08 May 2015 13:48:03 -0400 - rev 243079
Push
59591 by trev.saunders@gmail.com at Sat, 09 May 2015 04:03:20 +0000
bug 1163070 - fix AtkHyperlinkImpl::getHyperlink after
bug 1146518 r=surkov
bug 1146518 made getHyperlink() return null if either there was no proxy, or
there was no Accessible, which would always be true. It should have tested
that neither was present.
f7a79386ab63a58fc4791a526cd238bcefee2f15: Bug 1160148 followup - need the fix in libxul too
David Major <dmajor@mozilla.com> - Fri, 08 May 2015 23:04:49 -0400 - rev 243078
Push
59590 by dmajor@mozilla.com at Sat, 09 May 2015 03:06:31 +0000
Bug 1160148 followup - need the fix in libxul too
a9a4f21d0daf6fb2f956cdc9caf0f8382b696d7b: Bug 1162823 - Do not treat non-Latin words as misspelled; r=ekanan
Ehsan Akhgari <ehsan@mozilla.com> - Fri, 08 May 2015 10:16:37 -0400 - rev 243077
Push
59589 by eakhgari@mozilla.com at Sat, 09 May 2015 02:46:39 +0000
Bug 1162823 - Do not treat non-Latin words as misspelled; r=ekanan
5a277f82ff59abfbc05e4a92da72f5e3233661ee: Backed out changeset 4963ecd92915 (bug 1067610) for m-oth permafail CLOSED TREE
Wes Kocher <wkocher@mozilla.com> - Fri, 08 May 2015 19:44:11 -0700 - rev 243076
Push
59588 by kwierso@gmail.com at Sat, 09 May 2015 02:44:15 +0000
Backed out changeset 4963ecd92915 (
bug 1067610) for m-oth permafail CLOSED TREE
673edf1e9272a9c8c92987e26f4b27fae1ca5b74: Backed out changeset c41fa4e8dfb2 (bug 1162765) for frequent mochitest-2 failures CLOSED TREE
Wes Kocher <wkocher@mozilla.com> - Fri, 08 May 2015 18:18:29 -0700 - rev 243075
Push
59587 by kwierso@gmail.com at Sat, 09 May 2015 01:19:22 +0000
Backed out changeset c41fa4e8dfb2 (
bug 1162765) for frequent mochitest-2 failures CLOSED TREE
e6d93b374a9bc80e87553c36d6555dfa97a669b7: Backed out 1 changesets (bug 1162765)
Wes Kocher <wkocher@mozilla.com> - Fri, 08 May 2015 18:18:03 -0700 - rev 243074
Push
59587 by kwierso@gmail.com at Sat, 09 May 2015 01:19:22 +0000
Backed out 1 changesets (
bug 1162765)
Backed out changeset 18886e5d06df (
bug 1162765)
24378757d86c7a85d6f1195416f47d391a8d6d5a: Backed out changeset 4f21884b0c36 (bug 1160844) for apparently causing the Gip(a) permafail CLOSED TREE
Wes Kocher <wkocher@mozilla.com> - Fri, 08 May 2015 18:10:00 -0700 - rev 243073
Push
59586 by kwierso@gmail.com at Sat, 09 May 2015 01:10:07 +0000
Backed out changeset 4f21884b0c36 (
bug 1160844) for apparently causing the Gip(a) permafail CLOSED TREE
05e4643b27ec2d7474bc20ba6d12f64526fe58ab: Backed out changeset 3466be6fd32c (bug 1162692) for apparently causing the gip(a) permafail on a CLOSED TREE
Wes Kocher <wkocher@mozilla.com> - Fri, 08 May 2015 18:09:48 -0700 - rev 243072
Push
59586 by kwierso@gmail.com at Sat, 09 May 2015 01:10:07 +0000
Backed out changeset 3466be6fd32c (
bug 1162692) for apparently causing the gip(a) permafail on a CLOSED TREE
352218aee2620ba70136ae1549c6aaec39b1b949: Bug 1055473 - Actually disable the web-platform test ON CLOSED TREE
Tom Schuster <evilpies@gmail.com> - Sat, 09 May 2015 01:53:30 +0200 - rev 243071
Push
59585 by evilpies@gmail.com at Sat, 09 May 2015 00:00:31 +0000
Bug 1055473 - Actually disable the web-platform test ON CLOSED TREE
4d40d05a58df64cc0b46169981746e40ce15c4a5: Bug 1162411 - Fix Request CORS bug. r=bz
Nikhil Marathe <nsm.nikhil@gmail.com> - Thu, 07 May 2015 15:39:13 -0700 - rev 243070
Push
59584 by nsm.nikhil@gmail.com at Fri, 08 May 2015 22:03:52 +0000
Bug 1162411 - Fix Request CORS bug. r=bz