Nathan Froyd
b8a4e263e3
Bug 1122812 - part 4 - update the Visual Studio backend for UnifiedSources changes; r=mshal
...
With the previous changes, we can now tell Visual Studio about the
actual unified files, rather than the files that are #include'd in them.
I believe this is much closer to what Visual Studio wants to see, and
enables things like Intellisense to work properly.
2015-02-05 14:55:54 -05:00
Nathan Froyd
33e576b186
Bug 1122812 - part 3 - move unified files writing for UnifiedSources to CommonBackend; r=mshal
...
CommonBackend is where the writing of the unified files belong, since
that's an operation common to all backends. A special hook into
subclasses is used to enable subclass-specific processing of
UnifiedSources.
2015-02-05 14:54:28 -05:00
Nathan Froyd
267d7d67ca
Bug 1122812 - part 2 - factor out the grabbing of an object's backend.mk; r=mshal
...
UnifiedSources will be processed outside of consume_object, so we need
some way of accessing the backend file for an object outside of
consume_object as well.
2015-02-05 14:25:14 -05:00
Nathan Froyd
1750896125
Bug 1122812 - part 1 - move unified file grouping to UnifiedSources's constructor; r=mshal
...
UnifiedSources, not the recursivemake backend, should be responsible for
figuring out what unified files to generate, and what those unified
files should contain.
2015-02-05 14:05:36 -05:00
Benjamin Bouvier
b00ab51b7f
Bug 1129491: Remove coercion role of SIMD constructors; r=luke
...
--HG--
extra : rebase_source : eb18b78db22f9881df9a459700bb499fc018bfba
extra : histedit_source : dd5824933490108955bfe35695e772fc06c16b53
2015-02-12 20:04:40 +01:00
Sotaro Ikeda
8cd86b23c3
Bug 1133167 - Add CancelSeek call to FlushDecoding() r=cpearce,bholley
2015-02-17 07:50:49 -08:00
Byron Campen [:bwc]
a78f5b1da1
Bug 1130534: Use a single bidirectional media conduit that MediaPipelines can attach/detach at will. r=jesup
...
--HG--
extra : rebase_source : 202a83e513d88bc14f1be2c5b438998461ff4a50
2015-02-10 10:11:24 -08:00
Byron Campen [:bwc]
3a680bf820
Bug 1017888 - Part 2: Testing for renegotiation. r=mt, r=drno
...
--HG--
extra : rebase_source : 7434ef35ea6294966220f20431941e0790c4221c
2015-02-10 10:17:03 -08:00
Byron Campen [:bwc]
eee4f8cd6d
Bug 1017888 - Part 1: Renegotiation support. r=mt, r=smaug
...
--HG--
extra : rebase_source : df1c2962ee88f75c6ad676b9cd79978a87dafb65
extra : amend_source : c938904331323ff3565624795ac76d82502f43fb
2014-12-10 15:53:54 -08:00
Josh Matthews
decb185148
Bug 1017875 and 1018389 - Update WPT expectations.
2015-02-17 10:21:16 -05:00
John Schoenick
426a2ee949
Bug 1017875 - Pref on <picture> element and update test
2014-12-10 18:54:00 -05:00
John Schoenick
402cfff19e
Bug 1018389 - Pref on <img srcset> and update test
2014-12-10 18:54:00 -05:00
John Schoenick
dd696a1f94
Bug 1067345 - Add tests for img/picture/srcset preloading
2014-12-10 18:54:00 -05:00
John Schoenick
1240556dea
Bug 1067345 - Part 3 - Implement speculative load operations for <picture> and <img srcset>
2014-12-10 18:54:00 -05:00
John Schoenick
5252f2cc20
Bug 1067345 - Part 2 - Add HTMLImageElement::SelectSourceForTagWithAttrs to do <picture> source selection without a DOM
2014-12-10 18:53:00 -05:00
John Schoenick
dde169dd4a
Bug 1067345 - Part 1.4 - Allow ResponsiveImageSelector to take a nsIDocument as well as a specific nsIContent
2014-12-10 18:53:00 -05:00
John Schoenick
c54ae89456
Bug 1067345 - Part 1.3 - ResponsiveImageSelector should resolve the URL at selection time, store unresolved strings for candidates
2014-12-10 18:53:00 -05:00
John Schoenick
3d5ce6c0da
Bug 1067345 - Part 1.2 - ResponsiveImageSelector: Rename best candidate -> selected candidate, add clear function
2014-12-10 18:53:00 -05:00
John Schoenick
d9a221f064
Bug 1067345 - Part 1.1 - Move ResponsiveImageSelector selection into GetSelectedImage instead of GetBestCandidateIndex
2014-12-10 18:52:00 -05:00
John Schoenick
908dc78f9e
Bug 1023514 - [NEEDS TESTS] New srcset parser
2014-12-10 18:50:00 -05:00
Tom Schuster
65eaab2a37
Bug 1132045 - Add handles to various equality operations. r=jandem
2015-02-17 15:03:23 +01:00
Tom Schuster
d2f5f496e0
Bug 1132045 - Correct loose equality operation. r=jandem
2015-02-17 15:03:23 +01:00
Jonathan Kew
4643ccf86b
Bug 1119475 followup - Add test files that were accidentally omitted when landing the patches above.
...
DONTBUILD because these tests are not yet enabled on trunk anyway.
2015-02-17 13:58:56 +00:00
Carsten "Tomcat" Book
e121494bac
Merge mozilla-central to mozilla-inbound
2015-02-17 14:47:52 +01:00
Carsten "Tomcat" Book
f31584a15c
Backed out changeset 6952d9fe4f36 (bug 1129871) for causing R14/R15 Test failures
2015-02-17 14:36:42 +01:00
Carsten "Tomcat" Book
a3298e7ebb
Backed out changeset e1bb91f60697 (bug 1129871)
2015-02-17 14:32:15 +01:00
Carsten "Tomcat" Book
ad716b71e4
Backed out changeset d81339c7ac52 (bug 1128934
)
2015-02-17 14:32:11 +01:00
Masayuki Nakano
40e5d1315c
Bug 1133629 IMEContentObserver should grab itself before using ContentEventHandler because it causes flushing pending layout r=smaug
2015-02-17 22:20:08 +09:00
Andrea Marchesini
6086f2096b
Bug 1133242 - ServiceWorkerManager must use the correct principal in b2g, r=nsm
2015-02-17 13:36:09 +01:00
Jon Coppeard
84b2d94722
Bug 1132171 - Fix race updating object elements pointer after moving GC r=terrence
2015-02-17 12:18:21 +00:00
Xidorn Quan
47cc8000ad
No bug - Mark css-ruby/line-breaking-1 a known assertion for windows. r=dbaron
...
--HG--
extra : amend_source : bbb6a15a603bad14ae410db9a01ddc93fbb361b6
2015-02-18 00:52:10 +13:00
Tom Schuster
da7941eece
Bug 1133379 - Simplify typedobject set array element code. r=bhackett
2015-02-17 12:43:08 +01:00
Makoto Kato
82a450d867
Bug 1121313 - Part 3. Don't commit composition on IME blur from child process's widget. r=masayuki
2015-02-17 20:10:56 +09:00
Makoto Kato
271736bce5
Bug 1121313 - Part 2. Don't generate composition event on child process if parent process doesn't send composition event by NotifyIME. r=masayuki
2015-02-17 11:30:55 +09:00
Makoto Kato
48ad18f570
Bug 1121313 - Part 1. Replace NS_COMPOSITION_CHANGE with NS_COMPOSITION_COMMIT. r=masayuki
2015-02-17 11:30:38 +09:00
Jacek Caban
34f55685ee
Bug 1133479 - Fixed media/gmp-clearkey build on mingw. r=cpearce
2015-02-17 11:18:04 +01:00
Jean-Yves Avenard
f4d2cd0823
Bug 1132796: Revert incorrect change on A CLOSED TREE. r=me
...
Revision 355f5e2dee58 got overwritten in dad2b3245457
2015-02-17 22:07:48 +13:00
Carsten "Tomcat" Book
e0fbe0a076
Backed out changeset d168a14d3f71 (bug 967792) for suspicion of causing OS X xpcshell test failures on a CLOSED TREE
2015-02-17 09:48:33 +01:00
Carsten "Tomcat" Book
dd9d12971d
Backed out changeset 4ed31c8b45c6 (bug 1041340) for causing multiple timeouts on different platforms in service worker tests on a CLOSED TREE
2015-02-17 09:35:58 +01:00
Carsten "Tomcat" Book
cca3c82dfc
Backed out changeset 4d8423d5a83b (bug 1130065)
2015-02-17 09:35:27 +01:00
Carsten "Tomcat" Book
5d8fead3d5
Backed out changeset 8e6ce9a41be7 (bug 1130570)
2015-02-17 09:35:25 +01:00
Carsten "Tomcat" Book
033c20c787
Backed out changeset 8ea3cf306727 (bug 1130570)
2015-02-17 09:35:24 +01:00
Carsten "Tomcat" Book
95eff1ce3c
Backed out changeset 516a170b8fda (bug 1131695) for android m4 perma failure on a CLOSED TREE
2015-02-17 09:28:52 +01:00
Carsten "Tomcat" Book
8dfe592dbc
Backed out changeset 969d634fe396 (bug 1131695) for android m4 perma failures on a CLOSED TREE
2015-02-17 09:27:25 +01:00
Xidorn Quan
63dca2f736
No bug - Fix fuzzy in reftest css-ruby/float-handling. CLOSED TREE
2015-02-17 21:24:08 +13:00
Carsten "Tomcat" Book
92151b28e6
merge mozilla-inbound to mozilla-central a=merge
2015-02-16 15:59:56 +01:00
Carsten "Tomcat" Book
00ca3580d4
merge b2g-inbound to mozilla-central a=merge
2015-02-16 15:56:10 +01:00
Carsten "Tomcat" Book
3e3c4ed45d
merge fx-team to mozilla-central a=merge
2015-02-16 15:48:09 +01:00
B2G Bumper Bot
cb3456e9c5
Bumping manifests a=b2g-bump
2015-02-16 02:57:17 -08:00
B2G Bumper Bot
9e0ee49b7b
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/62d026a98ea4
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1127954 - merge pull request #28242 from mancas:bug1127954 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/15a080760c05
Author: Manuel <manuel.casasbarrado@telefonica.com>
Desc: Bug 1127954 - [Homescreen] [Text Selection] Text Selection options (cut, copy, paste, select all) appear on the homescreen when long-pressing empty areas of the screen in homescreen edit mode.
========
https://hg.mozilla.org/integration/gaia-central/rev/30cf8da64ed7
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1132703 - Update test webapp to not rely on a directory listing. r=fstrugariu
2015-02-16 02:54:55 -08:00