Commit Graph

140234 Commits

Author SHA1 Message Date
Masatoshi Kimura
c0b9631e71 Bug 898817 - test_interfaces.html update. r=bz 2013-07-30 22:26:27 +09:00
Masatoshi Kimura
ab73027c06 Bug 898817 - Stop exposing nsIDOM* interfaces on the global automatically. r=bz 2013-07-30 22:26:27 +09:00
Kartikaya Gupta
f99024f916 Bug 899421 - Rename getArguments so that FennecInstrumentationTestRunner is compatible with Android API level 18. r=gbrown 2013-07-30 11:13:34 -04:00
Jeff Muizelaar
7dfe172ed7 Bug 891650. Use mTransform instead of GetDTTransform() in Mask(). r=bas
GetDTTransform includes the device offset. We need to avoid that in order for things to work properly.

--HG--
extra : rebase_source : 5a8ae0011f16b85421df182263ec3137cecf6a6b
2013-07-30 10:15:27 -04:00
Guillaume Abadie
fc19fe386a bug 894007 - WebGLContext::getParameter(GL_MAX_TEXTURE_SIZE) should be a power of two - r=jgilbert 2013-07-30 11:07:04 -04:00
Nathan Froyd
8d86b320b1 Bug 898491 - use the four argument form of compare_exchange_strong in Atomics.h; r=Waldo
The C++ standard (29.6p20-22 in N3337) specifies limitations on the failure ordering
for atomic compare-and-exchange.  Specifically, you can't pass memory_order_acq_rel or
memory_order_release.  For the (T&, T, std::memory_order) version, which we use, the
standard specifies that the provided argument should be "lowered" to comply with the
above restrictions on the failure ordering (29.6p21).

However, it seems that some versions of GCC's <atomic> header don't follow the spec
for the generic versions of std::atomic<>, though they do follow the spec with the
appropriate specializations (bool, integer, and pointer) of std::atomic<>.  This
results in mysterious failures when using atomic enums, as bug 888548 purports to
do, and ReleaseAcquire ordering.

Happily, we can work around this by using the more explicit version of
compare-and-exchange.  I've chosen to add another member to AtomicOrderConstraints,
even though it'd be the same as LoadOrder.  I feel explicitness is to be preferred
here.
2013-07-26 12:31:19 -04:00
Ehsan Akhgari
9c4af96caa Bug 872127 - Part 3: Remove MSStdInt.h; r=Waldo 2013-07-30 10:25:42 -04:00
Ehsan Akhgari
9854ac6166 Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
Ehsan Akhgari
4c789cad3e Bug 872127 - Part 1: Remove support for MOZ_CUSTOM_STDINT_H; r=Waldo,ted 2013-07-30 10:24:49 -04:00
Ryan VanderMeulen
e3e2198ade Merge m-c to inbound on a CLOSED TREE. 2013-07-30 09:23:28 -04:00
Ryan VanderMeulen
c359eea4e4 Merge birch to m-c. 2013-07-30 09:01:43 -04:00
Jon Coppeard
a87c4efd10 Backout 80e1116e4599 for Android failures on a CLOSED TREE 2013-07-30 13:52:30 +01:00
Ryan VanderMeulen
51ceaf5fcb Backed out changesets bc5f5ce22ae3 and 3d682482e90c (bug 880643) for Marionette failures. 2013-07-30 08:52:19 -04:00
Jeff Hammel
8ca165a5cb Bug 688667 - refactor automation.py into mozprocess and mozprofile and load via virtualenv. r=jmaher 2013-07-30 08:30:40 -04:00
Gaia Pushbot
59d9239b41 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/10f16f6a15f8
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11219 from gasolin/issue-887670vs

Bug 887670 - [Test][System] Unit test for ValueSelector, r=rudy

========

https://hg.mozilla.org/integration/gaia-central/rev/b4ba3673c02d
Author: gasolin <gasolin@gmail.com>
Desc: Bug 887670 - [Test][System] Unit test for ValueSelector

========

https://hg.mozilla.org/integration/gaia-central/rev/b2220c4242ba
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11188 from gasolin/issue-887670ip

Bug 887670 - [Test][System] Unit test for InputParser, r=rudy

========

https://hg.mozilla.org/integration/gaia-central/rev/7e84d1f4fef4
Author: gasolin <gasolin@gmail.com>
Desc: Bug 887670 - [Test][System] Unit test for InputParser
2013-07-30 05:20:24 -07:00
Gaia Pushbot
d50c6194ea Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1ff2bfaa9a51
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11198 from cctuan/898701

Bug 898701 - [Gallery] image in thumbnails display not correctly

========

https://hg.mozilla.org/integration/gaia-central/rev/008f10dbc951
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 898701 - [Gallery] image in thumbnails display not correctly
2013-07-30 04:55:23 -07:00
Gaia Pushbot
0aa7e51da7 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cd18c67ac910
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #11215 from huchengtw-moz/settings/Bug_897918_settings_app_should_use_hi-res_image

Bug 897918 - Settings app should use hi-res icons on hd phones, r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/8a92813acb82
Author: John Hu <johu@mozilla.com>
Desc: Bug 897918 - Settings app should use hi-res icons on hd phones
2013-07-30 04:35:23 -07:00
Jan de Mooij
4b9eac16a0 Bug 882736 - Ion-compile scripts that use ES5 getter/setter syntax. r=bhackett 2013-07-30 12:52:09 +02:00
Paul Adenot
0bdeab0a15 Bug 895720 - Actually use the fuzz value. 2013-07-30 11:10:33 +01:00
Paul Adenot
0e9230a9f2 Bug 895720 - On MacOS, increase the fuzz factor for test_audioBufferSourceNodeOffset.html. 2013-07-30 11:06:33 +01:00
Nicolas Silva
5ec3fda767 Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
Jan de Mooij
dfd82eb70e Bug 899017 - Fix VM functions called by the JITs to use bool instead of JSBool. r=sstangl 2013-07-30 11:53:22 +02:00
Jon Coppeard
e40b1d9dfa Bug 893552 - OdinMonkey: (ARM) dynamic code is not preserving float registers d8 to d15 as required by the ABI r=mjrosenb 2013-07-30 09:57:58 +01:00
David Zbarsky
c20f51dc6b Bug 898947 - Remove nsIInlineEventHandlers from nodes r=bz 2013-07-30 01:47:28 -07:00
Jan de Mooij
fa20cc7bc5 Bug 898381. r=mjrosenb 2013-07-30 10:23:55 +02:00
Randy Lin
9dd2262890 Bug 842934 - [Bluetooth]A2DP sound disappear after SCO disconnected (call ended) and switching patch to A2DP. r=mchen 2013-07-30 14:58:58 +08:00
Gina Yeh
a32e46ab24 Bug 842934 - Patch 1: Add topic for hfp status changed and notify observers with device address, r=echou 2013-07-30 17:34:56 +08:00
Szu-Yu Chen [:aknow]
4b1319ad77 Bug 880643 - Part 2: Address the suggestion from jshint. r=hsinyi
---
 dom/system/gonk/RILContentHelper.js    |    6 +++---
 dom/system/gonk/RadioInterfaceLayer.js |    2 +-
 dom/system/gonk/ril_worker.js          |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
2013-07-30 17:21:34 +08:00
Szu-Yu Chen [:aknow]
01b61c816f Bug 880643 - Part 1: Add a test for coding style check on RIL code by JSHint. r=hsinyi
---
 dom/system/gonk/tests/marionette/manifest.ini      |    1 +
 .../gonk/tests/marionette/ril_jshint/README.md     |    9 +
 .../gonk/tests/marionette/ril_jshint/jshint.js     |11096 ++++++++++++++++++++
 .../gonk/tests/marionette/ril_jshint/jshintrc      |  117 +
 .../gonk/tests/marionette/test_ril_code_quality.py |  353 +
 5 files changed, 11576 insertions(+)
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/README.md
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshint.js
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshintrc
 create mode 100644 dom/system/gonk/tests/marionette/test_ril_code_quality.py
2013-07-30 17:18:44 +08:00
Gaia Pushbot
1a389f898a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3cc23620cc2e
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11186 from rexboy7/fix-bug896901

Bug 896901 - [Email] Change style for account type selector of manual se...

========

https://hg.mozilla.org/integration/gaia-central/rev/1511a9f6f78f
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 896901 - [Email] Change style for account type selector of manual setup
2013-07-30 01:15:23 -07:00
Gaia Pushbot
fe070987f2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ab71f112f089
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11185 from jmcanterafonseca/rescue_match_name

Bug 898345 - Contacts matcher in both passive an active mode must suppor...

========

https://hg.mozilla.org/integration/gaia-central/rev/62b6eecc70e2
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 898345 - Contacts matcher in both passive an active mode must support matching by the name field
2013-07-30 00:05:23 -07:00
David Zbarsky
70990dd2d4 Backout b43b3d14ea16 for mochitest failures on CLOSED TREE 2013-07-29 22:46:45 -07:00
David Zbarsky
1c93719ce1 Backout f10e28d82786 for mochitest orange on a CLOSED TREE 2013-07-29 21:11:38 -07:00
David Zbarsky
82250218e6 Backout 40683014a638 for causing mochitest orange 2013-07-29 21:11:01 -07:00
Gaia Pushbot
4e23ba0439 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cdca48f0f366
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11174 from cctuan/896393

Bug 896393 - [Dialer] Keyboard doesnt show in apps when moved from Dialer Contact to other apps.

========

https://hg.mozilla.org/integration/gaia-central/rev/78daf023a2e6
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 896393 - [Dialer] Keyboard doesnt show in apps when moved from Dialer Contact to other apps.
2013-07-29 20:20:22 -07:00
David Zbarsky
9bd3567fd7 Backout a0868fe02c2a because I suspect it caused the debug mochitest failures resulting in the CLOSED TREE 2013-07-29 19:51:39 -07:00
Gaia Pushbot
f1e44c1cbe Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3dbea8a3e643
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11211 from crh0716/896942_master

Bug 896942 - Fix assets r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/d3d92c48161e
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 896942 - Fix assets
2013-07-29 19:15:24 -07:00
Ryan VanderMeulen
7b60b97448 Bug 845190 - Disable test_startup_nosession_sync.js on Linux and Windows debug for being the latest perma-orange caused by a random JS change.
CLOSED TREE
2013-07-29 21:45:10 -04:00
Wes Kocher
31bec8860b Backed out changeset a0bc16b5a428 (bug 897676) for causing mochitest failures on a CLOSED TREE 2013-07-29 18:27:04 -07:00
Gaia Pushbot
86779d6fbd Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/09d7e6724358
Author: Jim Porter <squibblyflabbetydoo@gmail.com>
Desc: Merge pull request #11234 from mozsquib/music-ogg-title

Bug 877474 - [music] Music app shows filename *and* title field for Ogg Vorbis files

========

https://hg.mozilla.org/integration/gaia-central/rev/02a968daf649
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 877474 - [music] Music app shows filename *and* title field for Ogg Vorbis files; r=djf
2013-07-29 18:06:23 -07:00
Luke Wagner
5b22eb08da Bug 899245 - The preceding typo fix was wrong; the original patch should have replaced JS_GetGlobalForScopeChain with JS::CurrentGlobalOrNull (r=red, CLOSED TREE) 2013-07-29 19:51:16 -05:00
Luke Wagner
4db9367371 Fix JS/js typo from bug 899245 (r=red) 2013-07-29 19:36:20 -05:00
Stephen Pohl
cfbcb464d4 Bug 891136: Set pointer-events:auto CSS rule for overlay scrollbars to help make them work on sites such as Google Docs. r=roc 2013-07-29 20:23:31 -04:00
Gregory Szorc
6f07211b56 Bug 794580 - mach mercurial-setup; r=nalexander
DONTBUILD (NPOTB)

--HG--
extra : rebase_source : b5cfc81d1a0537b5ae25a76c3ccc604383f60f6c
2013-07-29 16:58:40 -07:00
Mike Hommey
b01d800d2d Bug 895915 - Re-sync build/autoconf and js/src/build/autoconf 2013-07-30 09:00:38 +09:00
Trevor Saunders
6f6c1a4a8a Bug 899368 - remove static constructors added in bug 894448 with some constexpr pixi dust. r=bz 2013-07-30 08:57:28 +09:00
Mike Hommey
7c008ee6a3 Bug 898998 - Turn BL into BLX when doing thumb call relocations and the target is ARM. r=nfroyd 2013-07-30 08:57:28 +09:00
Mike Hommey
c8693625db Bug 898916 - Properly align statically allocated classinfo objects. r=bsmedberg 2013-07-30 08:57:28 +09:00
Mike Hommey
93bec11dfa Bug 895915 - Enforce host gcc/clang support for C++11. r=gps 2013-07-30 08:57:28 +09:00
Mike Hommey
fa8d1e106e Bug 893976 - Add a mach command to update uuids for specific interfaces and their descendants. r=gps 2013-07-30 08:57:28 +09:00