Dan Gohman
0771b71c21
Bug 1041673 - IonMonkey: Implement opcode testing and casts with member function templates. r=nbp
2014-08-14 17:11:57 -07:00
Ralph Giles
80b9c4606c
Bug 1054043 - Remove 32 bit cmd wapper from mozrunner. r=ted
...
We no longer support MacOS 10.5 and the version string compare
fails on 10.10. Unbreaks running the mochitests there.
2014-08-14 15:44:00 -07:00
Ralph Giles
ebddba08ca
Bug 1054043 - Remove wrapcommand. r=ted
...
This code was only needed on osx 10.5, and the version string compare
fails on osx 10.10.
2014-08-14 15:35:00 -07:00
Jim Blandy
b39e51b735
Bug 961326: Give SpiderMonkey an API that embeddings can use to safely construct values for Debugger clients. r=jorendorff
2014-08-14 16:33:21 -07:00
Jim Blandy
bb0be928e2
Bug 971673: Ensure mozilla::dom::ScriptSettingsStackEntry is only used as a base class: make its constructor protected. r=bholley
2014-08-14 16:23:15 -07:00
Jed Davis
1c8a8d2d9b
No bug - Add trailing newlines for non-Android Linux sandbox logging. r=kang
...
--HG--
extra : rebase_source : c0e936b62289c0e5eecad41fce9afac881fe4667
2014-08-14 15:39:14 -07:00
Jim Blandy
140805033c
Bug 1051115: Let users tell ubi::Edge not to provide edge names, as they're expensive to compute, and not everyone needs them. r=terrence
2014-08-14 15:59:59 -07:00
Karl Tomlinson
a37ebe5a53
mochitest for bug 970773
...
--HG--
extra : rebase_source : d79239ebc2473a95ac0dde796515c935f3ac3ab2
2014-08-13 18:00:25 +12:00
Karl Tomlinson
bbd7c42a51
b=970773 convert destination stream time to DOM time for playbackTime r=roc
...
--HG--
extra : rebase_source : a4385d56d6cc39d59abf14cca4d399a33fd64173
2014-08-13 11:05:09 +12:00
Karl Tomlinson
5a1475ec6a
b=970773 remove unnecessary locking when getting AudioNodeEngine Node on main thread r=roc
...
See also bug 914392.
--HG--
extra : rebase_source : 4c3599dd1866adf5045d69ab97ae362a6de4aba5
2014-08-13 10:43:14 +12:00
Karl Tomlinson
9d02f5394b
b=970773 remove unnecessary IsSafeToRunScript() test on event loop nsRunnable r=roc
...
If the event loop is running, then it is safe to run script.
--HG--
extra : rebase_source : c0fb5fddb8e714d4d5ed0cdb7384a95cf23ad9af
2014-08-13 10:34:55 +12:00
Karl Tomlinson
5699dfc818
b=970773 collect common AudioProcessingEvent tests into a shared function r=ehsan
...
--HG--
extra : rebase_source : 191bc425627b5290d2963e23d0bb7dfc569d7719
2014-08-13 12:12:43 +12:00
Kartikaya Gupta
9034ade92e
Follow-up for bug 944938 to fix typo. r=me and DONTBUILD
2014-08-14 17:46:47 -04:00
Ehsan Akhgari
96bfb895e7
Bug 1053611 - Remove some unnecessary moz.build files under intl/uconv; r=gps
2014-08-14 17:38:16 -04:00
Ryan VanderMeulen
b232f8bf56
Merge m-c to inbound. a=merge
2014-08-14 17:27:32 -04:00
Ryan VanderMeulen
30ae466592
Backed out changesets 5b1a3161f614, 17a9673ed782, and a9b8c346d295 (bug 1052052) for B2G non-unified bustage.
2014-08-14 17:23:10 -04:00
Jim Chen
0900e9257a
Bug 1050440 - Remove repeated js::RunScript frames in ThreadStackHelper; r=snorp
...
--HG--
extra : amend_source : 26d40a84e7a107f328809e4dae94a0bd9db15c8b
2014-08-14 17:17:55 -04:00
Ryan VanderMeulen
6d7abde6f2
Merge fx-team to m-c. a=merge
2014-08-14 17:11:56 -04:00
Ryan VanderMeulen
24ed74b928
Merge inbound to m-c. a=merge
2014-08-14 16:21:22 -04:00
Jim Chen
4f73b1b69e
Bug 1052595 - Respect toolbar autocomplete enabled pref; r=lucasr
2014-08-14 14:40:50 -04:00
Jim Chen
2545b90386
Bug 1052595 - Make BrowserToolbar own toolbar prefs; r=lucasr
...
--HG--
rename : mobile/android/base/toolbar/ToolbarTitlePrefs.java => mobile/android/base/toolbar/ToolbarPrefs.java
2014-08-14 14:40:49 -04:00
Margaret Leibovic
531b13b0a1
Bug 917970 - Use correct text size for mixed content blocking notification. r=lucasr
2014-08-14 11:39:38 -07:00
Margaret Leibovic
38afcd5c35
Bug 1048444 - Don't store searches that happen in private browsing mode. r=bnicholson
2014-08-14 11:39:25 -07:00
Nick Alexander
6433cfb8d4
Bug 1053494 - Android Eclipse support for Android v7 support libraries and Play Services. r=bnicholson
2014-08-14 11:28:31 -07:00
Nick Alexander
c27049728e
Bug 1052889 - Make Android Eclipse generate R.java. r=bnicholson
...
This patch does two things. First, it adds the Search Activity sources
to the main Fennec Eclipse project (when enabled). There's no reason
for a separate project for these, since they are built as part of the
main Fennec package by moz.build.
Second, it arranges for Eclipse to generate the R.java and Manifest.java
files for all Android libraries and ignores the files generated by
moz.build. (The relevant classes are org.mozilla.{gecko,search}.R.)
This means renaming the FennecResources Eclipse project's package to
org.mozilla.gecko, and renaming the FennecResourcesSearch project's
package to org.mozilla.search. To be consistent, I switched
org.mozilla.fennec.resources to org.mozilla.gecko throughout.
To accommodate the crash reporter resources, which depend on the static
and generated resources, I added a layer of indirection. By moving the
main resources into project FennecResourcesStatic, we can have (reading
indentation as "depends on"):
FennecResources
FennecResourcesCrashReporter
FennecResourcesStatic
FennecResourcesGenerated
FennecResourcesBranding
This lets us break the bidirectional dependency between FennecResources
and FennecResourcesCrashReporter.
2014-08-14 11:28:27 -07:00
B2G Bumper Bot
0f793d6041
Bumping manifests a=b2g-bump
2014-08-14 11:27:03 -07:00
B2G Bumper Bot
fcd5608386
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a5d998cfe7cd
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #21941 from giovannic/smsbugfix2
Bug 1040271 - [L10n][SMS] Clean up mozL10n.get uses in SMS app
========
https://hg.mozilla.org/integration/gaia-central/rev/619241f6415d
Author: Giovanni Charles <giovanni.charles@gmail.com>
Desc: Bug 1040271 - [L10n][SMS] Clean up mozL10n.get uses in SMS app r=gandalf,azasypkin,julien
2014-08-14 11:25:30 -07:00
Daniel Holbert
eeace956e5
Bug 1050654: Replace "flex: 0 0 main-size" with equivalent & more concise "none" keyword, in webconsole.inc.css. r=robcee
2014-08-14 10:38:38 -07:00
B2G Bumper Bot
352fbe8103
Bumping manifests a=b2g-bump
2014-08-14 10:36:14 -07:00
B2G Bumper Bot
11d6465111
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/450a6e9725d4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #22850 from KevinGrandon/bug_1035272_default_entertainment_collection_icon
Bug 1035272 - [B2G][Homescreen] Entertainment smart collection icon is not migrated
========
https://hg.mozilla.org/integration/gaia-central/rev/c5282abd10b1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1035272 - [B2G][Homescreen] Entertainment smart collection icon is not migrated r=yurenju
2014-08-14 10:30:29 -07:00
B2G Bumper Bot
10bdccc019
Bumping manifests a=b2g-bump
2014-08-14 10:21:21 -07:00
B2G Bumper Bot
41c8db387e
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/86740b556acb
Author: kumarrishav <rishav006@gmail.com>
Desc: Bug 1020306 - Make the thread/message edit mode to match the style used by other applications r=gsvelto,julien
2014-08-14 10:15:34 -07:00
Ralph Giles
56142221d1
Bug 1052610 - Fix an unused variable warning. r=martin.thomson
...
Disabling the code while leaving the table it uses breaks -Werror.
2014-08-14 10:02:00 -07:00
Daniel Holbert
195a8c2e3c
Bug 981640: increase fuzziness threshold for reftest paced-1.svg on Windows.
...
DONTBUILD because just increasing some fuzziness numbers, which can't conceivably cause bustage/test-failures
2014-08-14 13:15:22 -07:00
Bobby Holley
b9ebf1d31f
Bug 1052052 - Convert AutoJSContext to AutoJSAPI. r=gabor
...
With this change, the only cx push left in the tree happens inside of AutoJSAPI. \o/
2014-08-14 12:54:37 -07:00
Bobby Holley
3e4d70a655
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
2014-08-14 12:54:34 -07:00
Bobby Holley
35f3a10cb0
Bug 1052052 - Hoist AutoCxPusher into ScriptSettings.h. r=gabor
2014-08-14 12:53:52 -07:00
Ed Morley
0fb6b8b108
Backed out changeset 52fc270e59ad (bug 1051754) for intermittent test failures
2014-08-14 17:40:04 +01:00
David Keeler
c3d3df58ac
bug 1030963 - remove non-standard window.crypto functions/properties r=jst r=briansmith r=glandium
2014-08-14 09:38:42 -07:00
B2G Bumper Bot
3d871e207b
Bumping manifests a=b2g-bump
2014-08-14 09:31:59 -07:00
B2G Bumper Bot
8cca0f12c6
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/77b08e358e8f
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #22742 from yor-mozilla-com/gaia-header-keyboard
Bug 1015295 - [Keyboard] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/517afbe6e7d8
Author: Yan Or <yor@mozilla.com>
Desc: Bug 1015295 - [Keyboard] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/badbd2a1811b
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #22890 from Cwiiis/bug1053827-update-system-browser-overflow-menu-icons
Bug 1053827 - Fix blurry icons in browser overflow menu. r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/314086db2f51
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1053827 - Fix blurry icons in browser overflow menu. r=benfrancis
Update icons and fix some incorrect CSS that was causing them to be scaled.
2014-08-14 09:30:28 -07:00
Thomas Zimmermann
a8923d9842
Bug 1048915: Cleanup |BluetoothServiceBluedroid| and related functions, r=shuang
...
This patch removes unsued code from |BluetoothServiceBluedroid|, related
functions, and cleans up the file. It
* removes callbacks,
* removes callback helper tasks,
* removes helper functions, and
* cleans up global variables.
2014-08-14 18:12:52 +02:00
Thomas Zimmermann
f35e085ae0
Bug 1048915: Integrate helper runnables into notification methods, r=shuang
...
Bluedroid callbacks were usually called on a separate thread that
was specific to this task. So Gecko's Bluetooth Core contained a
number of runnables for executing callback operations on the main
thread.
Since all notifications always run on the main thread, the extra
runnables are not required any longer. This patch integrates them
into the notification methods where possible.
2014-08-14 18:12:52 +02:00
Thomas Zimmermann
2de87404d4
Bug 1048915: Use Bluetooth Core notifications, r=shuang
...
This patch connects backend and Gecko side of the notification
code. Gecko will now receive notifications instead of Bluedroid
callbacks.
2014-08-14 18:12:52 +02:00
Thomas Zimmermann
07a5bcae48
Bug 1048915: Implement Bluetooth Core notifications, r=shuang
...
This patch adds the Gecko-side of the Core notifications. The current
implementation of the notification methods has been copied from the
repsective Bluedroid callback methods, with only minor changes to adapt
them to Gecko data types.
2014-08-14 18:12:51 +02:00
Thomas Zimmermann
8c646f172a
Bug 1048915: Add Bluetooth Core notifications, r=shuang
...
A notification is a callback from the Bluetooth backend to inform
Gecko about a event. Bluedroid uses function pointers for this, but
in Gecko we use method calls instead.
Gecko implements notification handlers for the Bluetooth backend. The
backend converts incomming events to Gecko types and forwards them to
the registered notification handler.
2014-08-14 18:12:51 +02:00
Thomas Zimmermann
0a4d66a5de
Bug 1048915: Add infrastructure for Bluetooth notifications, r=shuang
...
This patch adds some runnable classes for running class methods on
the main thread. This is the base of the upcomming notification
mechanism for Bluetooth.
2014-08-14 18:12:51 +02:00
Ted Mielczarek
1a7a60c5b7
bug 1050922 - Add an update method to FlagsFactory.Flags. r=gps
2014-08-14 12:12:04 -04:00
Ted Mielczarek
36d596b184
bug 1052454 - fix error messages from unify script. r=gps
2014-08-14 12:12:03 -04:00
B2G Bumper Bot
958c270d8f
Bumping manifests a=b2g-bump
2014-08-14 09:07:02 -07:00