Commit Graph

351950 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
74283775f6 Backed out changeset 16da792be5f8 (bug 975042) 2014-03-21 08:47:40 +01:00
Carsten "Tomcat" Book
e68a877e8f Backed out changeset 767ce92ebaf1 (bug 975042) 2014-03-21 08:47:36 +01:00
Boris Zbarsky
7749df2777 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
eb1306a137 Bug 941298 - FFmpeg PlatformDecoderModule for Linux r=doublec,cpearce 2014-03-21 19:35:15 +13:00
Edwin Flores
2686e40b3a 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
85cdddfa3e 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
679eaab499 Bug 941298 - Build changes for FFmpeg PlatformDecoderModule r=gps 2014-03-21 19:35:14 +13:00
Boris Zbarsky
b153574939 Bug 985827 followup. Remove shadowing variable that confuses things. r=bustage 2014-03-21 00:55:50 -04:00
Anthony Jones
ec9a27854b Bug 983633 - Error if filterdiff is required; r=gps 2014-03-21 17:43:28 +13:00
Jeff Gilbert
e74ceb3aeb Bug 985685 - DrawRangeElements should call Before/AfterGLDrawCall(). - r=kamidphish 2014-03-20 21:20:02 -07:00
Masatoshi Kimura
26270a19ca Bug 980278 - Remove DataContainerEvent dependency from Mochitest. r=jmaher 2014-03-21 13:00:00 +09:00
Masatoshi Kimura
1bd9e40c57 Bug 981237 - Remove DataContainerEvent dependency from Plugin crash handler. r=jst,johns 2014-03-21 13:00:00 +09:00
Masatoshi Kimura
26f4814ffd Bug 980307 - Remove DataContainerEvent dependency from accessibility. r=tbsaunde 2014-03-21 12:59:59 +09:00
Masatoshi Kimura
f26ac39a5d Bug 974677 - Stop following symlinks when OS.File removes a directory. r=yoric 2014-03-21 12:59:59 +09:00
Srirakshith Betageri
67824e20dd 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
eb294c97b6 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
7627aed509 Bug 983261. Improve example codegen for non-leaf and non-root interfaces. r=khuey 2014-03-20 23:19:43 -04:00
Boris Zbarsky
20d2acf564 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
009cf4dd56 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
1eb065e532 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
d43fdd46b2 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
1973d9aa6a Bug 975042 - Enable JS Xray for the Date object. r=peterv 2014-03-20 23:47:24 -03:00
Bobby Holley
838db9bb08 Bug 975042 - Implement resolveOwnProperty and enumerateNames trap. r=peterv 2014-03-20 23:47:24 -03:00
Bobby Holley
5cc38c0e83 Bug 975042 - Make enumerateNames trap virtual. r=peterv 2014-03-20 23:47:24 -03:00
Bobby Holley
3364cb667b Bug 975042 - Implement getPrototypeOf. r=peterv 2014-03-20 23:47:24 -03:00
Bobby Holley
a00932c5e2 Bug 975042 - Implement createHolder. r=peterv 2014-03-20 23:47:24 -03:00
Bobby Holley
9115f9b416 Bug 975042 - Implement the easy trait hooks. r=peterv 2014-03-20 23:47:23 -03:00
Bobby Holley
eb2c3f8bbb 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
6567ce6262 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
de8aeff03c Merge m-c to inbound 2014-03-20 19:46:52 -07:00
Ryan VanderMeulen
97b94e3bc0 Merge m-c to fx-team. 2014-03-20 17:26:53 -04:00
Paolo Amadini
cb51f08bcd Bug 984872 - Remove deprecated promise.js usage in Firefox for Desktop. r=mak 2014-03-20 22:21:05 +01:00
Ryan VanderMeulen
3b9993637f Merge inbound to m-c. 2014-03-20 17:03:59 -04:00
Ryan VanderMeulen
a5e0e0ab4a Merge fx-team to m-c. 2014-03-20 16:49:14 -04:00
B2G Bumper Bot
490ae21fca Bumping manifests a=b2g-bump 2014-03-20 12:17:44 -07:00
B2G Bumper Bot
305d59adcc Bumping manifests a=b2g-bump 2014-03-20 11:51:15 -07:00
B2G Bumper Bot
5aa944c469 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
b95d18d5eb Fix the test for bug 981842 to expect the new data on a CLOSED TREE. 2014-03-20 13:50:05 -04:00
Tom Schuster
0799170130 Bug 355430 - Fix rooting issue on CLOSED TREE 2014-03-20 18:48:43 +01:00
B2G Bumper Bot
40f6bdd877 Bumping manifests a=b2g-bump 2014-03-20 10:48:11 -07:00
B2G Bumper Bot
4e9f876ec6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/596d2a4031c3
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #16960 from fcampo/fix-jshint-fte

[FTE] Fixed some jshint errors (r=arcturus, f=julienw)

========

https://hg.mozilla.org/integration/gaia-central/rev/d91a3f5b5bae
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 980344 - [FTE] Fixed some jshint errors
2014-03-20 10:48:00 -07:00
Ryan VanderMeulen
d1d39ca3f2 Bug 983015 - Skip all inputmethod tests in the B2G emulator. 2014-03-20 13:43:14 -04:00
B2G Bumper Bot
d4ddbfba89 Bumping manifests a=b2g-bump 2014-03-20 10:27:39 -07:00
B2G Bumper Bot
2e490017be Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a8200cb53abe
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Merge pull request #17390 from michalbe/polish-button-content

Bug 984315 - Fixing flexboxes in contact button

========

https://hg.mozilla.org/integration/gaia-central/rev/ca3d95ce0e95
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: [Bug 984315] Fixing flexboxes in contact button

[Bug 984315] Add "carrier" class to the element

[Bug 984315] Proper HTML & styles for the carrier

[Bug 984315] Displaying coma when needed

[Bug 984315] Console logs removed

[Bug 984315] Contact button flex fix

[Bug 984315] Call icon padding fix

[Bug 984315] Moving styles to CSS

[Bug 984315] Last polishing

[Bug 984315] Tests update

[Bug 984315] Use L10N instead of plain text

[Bug 984315] New tests for contact details

[Bug 984315] Lint fixes

[Bug 984315] CSS fix for button padding

[Bug 984315] Merge fix
2014-03-20 10:26:13 -07:00
B2G Bumper Bot
258cd3c02e Bumping manifests a=b2g-bump 2014-03-20 10:20:59 -07:00
B2G Bumper Bot
59f08033a2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/06b2c2b7e8d6
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #17190 from rnowm/981882

Bug 981882 - Update input field design

========

https://hg.mozilla.org/integration/gaia-central/rev/dfd3d3277253
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 981882 - Update input field design
2014-03-20 10:16:19 -07:00
B2G Bumper Bot
23613b44e2 Bumping manifests a=b2g-bump 2014-03-20 09:41:50 -07:00
B2G Bumper Bot
6d670069a7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07b71c055adc
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #17326 from azasypkin/sms

Bug 962659 - [B2G][Contacts] Adjust Remove and Cancel button's position and style in contact deletion confirm for better use experience. r=schung.

========

https://hg.mozilla.org/integration/gaia-central/rev/a9a9d800857b
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 962659 - [B2G][Contacts] Adjust Remove and Cancel button's position and style in contact deletion confirm for better use experience.
2014-03-20 09:35:45 -07:00
Dan Gohman
c172bf5278 Bug 981894 - IonMonkey: Merge the code in MPhi::foldsTo with MPhi::operandIfRedundant. r=nbp 2014-03-20 08:58:27 -07:00
Dan Gohman
60c17e23f6 Bug 981894 - IonMonkey: Misc cleanups r=nbp 2014-03-20 08:58:24 -07:00