Bobby Holley
f418beb13f
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 18:47:16 -07:00
Bobby Holley
30602c16ab
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
2014-08-14 18:47:15 -07:00
Bobby Holley
621ac36fa6
Bug 1052052 - Hoist AutoCxPusher into ScriptSettings.h. r=gabor
2014-08-14 18:47:15 -07:00
Eitan Isaacson
522150ea20
Bug 1053462 - Add isFromUserInput to vc change events and pivot methods. r=surkov
2014-08-14 21:44:59 -04:00
Dan Gohman
0e583a355f
Bug 1041673 - IonMonkey: Implement opcode testing and casts with member function templates. r=nbp
2014-08-14 17:11:57 -07:00
Ralph Giles
41607702a5
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
d48db94521
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
2182fea4f5
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
e0992b7ecd
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
85b2e9c570
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
b155d53d07
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
09c17f52c5
mochitest for bug 970773
...
--HG--
extra : rebase_source : d79239ebc2473a95ac0dde796515c935f3ac3ab2
2014-08-13 18:00:25 +12:00
Karl Tomlinson
2a1515a750
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
b6d28f5a46
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
3aaf66cff9
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
a5f827dfbe
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
6f2576de76
Follow-up for bug 944938 to fix typo. r=me and DONTBUILD
2014-08-14 17:46:47 -04:00
Ehsan Akhgari
d1696100de
Bug 1053611 - Remove some unnecessary moz.build files under intl/uconv; r=gps
2014-08-14 17:38:16 -04:00
Ryan VanderMeulen
c6abe991ff
Merge m-c to inbound. a=merge
2014-08-14 17:27:32 -04:00
Ryan VanderMeulen
8c15c6ab96
Backed out changesets 5b1a3161f614, 17a9673ed782, and a9b8c346d295 (bug 1052052) for B2G non-unified bustage.
2014-08-14 17:23:10 -04:00
Jim Chen
93c43956e1
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
59c29aec38
Merge fx-team to m-c. a=merge
2014-08-14 17:11:56 -04:00
Ryan VanderMeulen
d349e955cd
Merge inbound to m-c. a=merge
2014-08-14 16:21:22 -04:00
Jim Chen
3d22c3c617
Bug 1052595 - Respect toolbar autocomplete enabled pref; r=lucasr
2014-08-14 14:40:50 -04:00
Jim Chen
7428edd708
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
18a7094678
Bug 917970 - Use correct text size for mixed content blocking notification. r=lucasr
2014-08-14 11:39:38 -07:00
Margaret Leibovic
63e1606710
Bug 1048444 - Don't store searches that happen in private browsing mode. r=bnicholson
2014-08-14 11:39:25 -07:00
Nick Alexander
cef8c2e11a
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
13b5b6a3a3
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
68de1e4880
Bumping manifests a=b2g-bump
2014-08-14 11:27:03 -07:00
B2G Bumper Bot
d5078ce847
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
3a50923c24
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
c888437328
Bumping manifests a=b2g-bump
2014-08-14 10:36:14 -07:00
B2G Bumper Bot
42a7fb5c45
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
c940617e07
Bumping manifests a=b2g-bump
2014-08-14 10:21:21 -07:00
B2G Bumper Bot
e7304906ae
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
15f822b279
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
a32e470366
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
027b4ab60b
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
b6d099f558
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
2014-08-14 12:54:34 -07:00
Bobby Holley
516a8b2f4c
Bug 1052052 - Hoist AutoCxPusher into ScriptSettings.h. r=gabor
2014-08-14 12:53:52 -07:00
Ed Morley
521f761cdc
Backed out changeset 52fc270e59ad (bug 1051754) for intermittent test failures
2014-08-14 17:40:04 +01:00
David Keeler
e3f3105dab
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
38b0d6c8b3
Bumping manifests a=b2g-bump
2014-08-14 09:31:59 -07:00
B2G Bumper Bot
b0ad4e2aa9
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
7056e64501
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
2de21005cd
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
e21a2e0183
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
183d826644
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
9fd34d94f9
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