Carsten "Tomcat" Book
12e249d1fa
merge fx-team to mozilla-central
2014-03-21 15:16:06 +01:00
Henrik Skupin
32625620a9
Bug 982591 - Update TPS to retrieve keys from server instead of hard-coding them. r=warner
...
--HG--
extra : rebase_source : 2a9449aeca2f28a2bce648971619635b19a4d670
2014-03-21 10:23:15 +01:00
Paolo Amadini
a3d7d2c5f0
Bug 984806 - Convert to Promise.jsm in the Webapp Runtime. r=marco
2014-03-21 09:43:34 +01:00
Carsten "Tomcat" Book
9468864ecc
Backed out changeset f787c0fa465e (bug 975042) for B2G ICS Emulator M7 Orange on a CLOSED TREE
2014-03-21 08:48:40 +01:00
Carsten "Tomcat" Book
bb48a49dd4
Backed out changeset 351371062c26 (bug 975042)
2014-03-21 08:47:48 +01:00
Carsten "Tomcat" Book
78052541e1
Backed out changeset 449ade4078c0 (bug 975042)
2014-03-21 08:47:47 +01:00
Carsten "Tomcat" Book
97ef36ac53
Backed out changeset 59a38e0e27bb (bug 975042)
2014-03-21 08:47:45 +01:00
Carsten "Tomcat" Book
7a8da8c316
Backed out changeset 8ac7fa583164 (bug 975042)
2014-03-21 08:47:44 +01:00
Carsten "Tomcat" Book
4b438d3d7a
Backed out changeset 6c25a4bfd449 (bug 975042)
2014-03-21 08:47:43 +01:00
Carsten "Tomcat" Book
be38538d25
Backed out changeset f7d97dc26289 (bug 975042)
2014-03-21 08:47:42 +01:00
Carsten "Tomcat" Book
f8212b78d2
Backed out changeset 1b62c8f1c211 (bug 975042)
2014-03-21 08:47:41 +01:00
Carsten "Tomcat" Book
d8d768555c
Backed out changeset 16da792be5f8 (bug 975042)
2014-03-21 08:47:40 +01:00
Carsten "Tomcat" Book
dbdb175c96
Backed out changeset 767ce92ebaf1 (bug 975042)
2014-03-21 08:47:36 +01:00
Boris Zbarsky
59f8f0e2d4
Another bug 985827 followup. Make sure to not cache things wrapped in an Xray compartment on the navigator object. r=khuey
2014-03-21 03:25:21 -04:00
Edwin Flores
a6d5ef3904
Bug 941298 - FFmpeg PlatformDecoderModule for Linux r=doublec,cpearce
2014-03-21 19:35:15 +13:00
Edwin Flores
c8b1fc48b3
Bug 941298 - FFmpeg headers for FFmpeg PlatformDecoderModule r=doublec
...
While FFmpeg function signatures tend not to change between versions of FFmpeg,
class layouts can change dramatically. We include libavcodec, libavformat,
and libavutil headers here so that we don't accidentally build against the wrong
binary interface.
2014-03-21 19:35:14 +13:00
Edwin Flores
ce64f058d5
Bug 941298 - Fix errors in content/media/fmp4 on Linux with clang and --enable-warnings-as-errors r=cpearce
2014-03-21 19:35:14 +13:00
Edwin Flores
24d42ecb05
Bug 941298 - Build changes for FFmpeg PlatformDecoderModule r=gps
2014-03-21 19:35:14 +13:00
Stephen Horlander
2b2958c419
Bug 978491 — [Australis] Add inverted icon for Sidebar to menuPanel*.png r=mikedeboer
2014-03-20 23:10:15 -07:00
Boris Zbarsky
1e5414ed2f
Bug 985827 followup. Remove shadowing variable that confuses things. r=bustage
2014-03-21 00:55:50 -04:00
Anthony Jones
cd8b52f902
Bug 983633 - Error if filterdiff is required; r=gps
2014-03-21 17:43:28 +13:00
Jeff Gilbert
e2f4fc84a2
Bug 985685 - DrawRangeElements should call Before/AfterGLDrawCall(). - r=kamidphish
2014-03-20 21:20:02 -07:00
Masatoshi Kimura
f2e161d6fb
Bug 980278 - Remove DataContainerEvent dependency from Mochitest. r=jmaher
2014-03-21 13:00:00 +09:00
Masatoshi Kimura
017a04a06a
Bug 981237 - Remove DataContainerEvent dependency from Plugin crash handler. r=jst,johns
2014-03-21 13:00:00 +09:00
Masatoshi Kimura
6ddc1da58c
Bug 980307 - Remove DataContainerEvent dependency from accessibility. r=tbsaunde
2014-03-21 12:59:59 +09:00
Masatoshi Kimura
cae84b4806
Bug 974677 - Stop following symlinks when OS.File removes a directory. r=yoric
2014-03-21 12:59:59 +09:00
Srirakshith Betageri
209a660012
Bug 955860. Implement the CSS.escape API for escaping CSS identifiers from script. r=bzbarsky
2014-03-20 23:19:43 -04:00
Boris Zbarsky
571a9a2aa5
Bug 985827. Make Navigator::DoNewResolve not double-create objects no matter what JS is doing. r=khuey
2014-03-20 23:19:43 -04:00
Boris Zbarsky
a8103d552c
Bug 983261. Improve example codegen for non-leaf and non-root interfaces. r=khuey
2014-03-20 23:19:43 -04:00
Boris Zbarsky
0708700fcb
Bug 976305. Use the callee, not the irrelevant this value, to figure out the GlobalObject for a static WebIDL method. r=bholley
2014-03-20 23:19:43 -04:00
Boris Zbarsky
b138bfaeec
Bug 980962. Fix in-tree consumers to not construct typed arrays without "new". r=jorendorff
2014-03-20 23:19:42 -04:00
Bobby Holley
35f8f8d688
Bug 975042 - Tests. r=peterv
...
We try to make this test machinery reusable for future Xrayable JS objects.
2014-03-20 23:47:25 -03:00
Bobby Holley
fb059d76d6
Bug 975042 - Update expando sharing tests to test the Xray-to-JS case. r=peterv
2014-03-20 23:47:25 -03:00
Bobby Holley
b28a8e3b81
Bug 975042 - Enable JS Xray for the Date object. r=peterv
2014-03-20 23:47:24 -03:00
Bobby Holley
ce9c4ef5c4
Bug 975042 - Implement resolveOwnProperty and enumerateNames trap. r=peterv
2014-03-20 23:47:24 -03:00
Bobby Holley
b65a5d12b4
Bug 975042 - Make enumerateNames trap virtual. r=peterv
2014-03-20 23:47:24 -03:00
Bobby Holley
3ef7622033
Bug 975042 - Implement getPrototypeOf. r=peterv
2014-03-20 23:47:24 -03:00
Bobby Holley
6f32cdd540
Bug 975042 - Implement createHolder. r=peterv
2014-03-20 23:47:24 -03:00
Bobby Holley
867afa81f6
Bug 975042 - Implement the easy trait hooks. r=peterv
2014-03-20 23:47:23 -03:00
Bobby Holley
2b514f18c9
Bug 975042 - Basic Xray infrastructure and boilerplate. r=peterv
...
All of this machinery asserts if it actually get used. But it won't be used at
present, because we have an empty whitelist of JSProtoKeys.
2014-03-20 23:47:23 -03:00
Bobby Holley
ba01d93b50
Bug 975042 - Remove the special COW support for Date. r=peterv
...
As soon as Date is on Xrays, this stuff won't work anyway. Henceforth, content
access to chrome Date objects is forbidden, and APIs should use something like
|new contentWindow.Date()| for any Date object they wish to expose to content.
2014-03-20 23:47:23 -03:00
Wes Kocher
068291c6a9
Merge m-c to inbound
2014-03-20 19:46:52 -07:00
Ryan VanderMeulen
1f81ce5000
Merge m-c to fx-team.
2014-03-20 17:26:53 -04:00
Paolo Amadini
c94a8fba8e
Bug 984872 - Remove deprecated promise.js usage in Firefox for Desktop. r=mak
2014-03-20 22:21:05 +01:00
Ryan VanderMeulen
e3fad36dc4
Merge inbound to m-c.
2014-03-20 17:03:59 -04:00
Ryan VanderMeulen
3425ef7bb6
Merge fx-team to m-c.
2014-03-20 16:49:14 -04:00
B2G Bumper Bot
2a4d6e907c
Bumping manifests a=b2g-bump
2014-03-20 12:17:44 -07:00
B2G Bumper Bot
ccccdd308b
Bumping manifests a=b2g-bump
2014-03-20 11:51:15 -07:00
B2G Bumper Bot
ea81d751a0
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a9008fd903e2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Bug 983777 - [B2G][Contacts] Tapping the Favorite button on an imported facebook contact will break the Edit Contact button"
This reverts commit a9b63fa5001dfe7e1fa8bdffe2e4bdc5d5221027.
2014-03-20 11:46:03 -07:00
Benjamin Smedberg
a3b303bcf2
Fix the test for bug 981842 to expect the new data on a CLOSED TREE.
2014-03-20 13:50:05 -04:00