Commit Graph

151650 Commits

Author SHA1 Message Date
Felipe Gomes
898bbfb789 Bug 906134 - Implement xpcshell tests for the DownloadImport module. r=paolo 2013-10-24 13:25:05 +02:00
Paolo Amadini
64c64a83bd Bug 915214 - Fix possible crash when shutting down the database connection in mozStorageConnection.cpp. r=Yoric 2013-10-24 13:25:04 +02:00
Mark Finkle
a153f08cc6 Bug 930452 - GeckoView busted by HelperApps.jsm again r=blassey 2013-10-24 07:20:07 -04:00
Brad Lassey
196fcbcb6a bug 930070 - GeckoView should handle not having fennec-specific classes r=mfinkle 2013-10-23 18:33:56 +02:00
Tim Taubert
478cc95532 Bug 928335 - Disable 'Restore Last Session' menuitem after restoring the last session; r=dao 2013-10-22 08:20:15 +02:00
Girish Sharma
66cc6ceffa Bug 928827 - Fix Style Editor not jumping to the correct line if the same sheet is already selected, r=paul 2013-10-22 00:55:18 +05:30
Paul Rouget
deef4c74bc Bug 926371 - show reflow events in the webconsole. r=msucan 2013-10-22 08:43:00 +01:00
J. Ryan Stinnett
15dd89a0e8 Bug 929159 - Add output-parser to SrcdirProvider and test mapping. r=jwalker 2013-10-21 16:17:12 -05:00
Albert Juhe
dccda3c998 Bug 927815 - Update the Infobar design according to shorlander's mockups. r=paul 2013-10-21 12:57:00 +01:00
Victor Porof
974e75c85a Bug 929888 - Remove the editor context menu listeners from the debugger, r=anton 2013-10-24 11:48:42 +03:00
Panos Astithas
45d5081115 Make the debugger more resilient in the presence of a bogus source map (bug 906889). r=fitzgen 2013-10-24 11:47:10 +03:00
Gijs Kruitbosch
80f4889f4f Bug 895471 - part 1: allow passing the flag to mochitest-browser, r=ted 2013-10-21 18:12:12 +02:00
Amod Narvekar
bfdd7fcb0b Bug 758138 - Current pref value is read before registering the observer. r=ttaubert 2013-10-24 09:54:57 +02:00
Carsten "Tomcat" Book
e4bfe757cc Merge mozilla-central to fx-team 2013-10-24 07:10:24 +02:00
Carsten "Tomcat" Book
5b11b4cbda Merge mozilla-inbound to Mozilla-Central 2013-10-24 07:05:29 +02:00
Girish Sharma
de1cb3378c Bug 919978 - Make StyleEditor use CodeMirror, r=anton, msucan 2013-10-24 10:31:02 +05:30
Carsten "Tomcat" Book
417825f57d Merge b2g-inbound to Mozilla-Central 2013-10-24 06:50:15 +02:00
Carsten "Tomcat" Book
caf97f2670 Merge Fx-Team to Mozilla-Central 2013-10-24 06:48:43 +02:00
Mark Hammond
9d98f6589b Bug 910566 - handle remote frameworker process crashes. r=felipe 2013-10-24 15:22:16 +11:00
Mike Hommey
55962a0a31 Backout changeset 6f52040ede0d (bug 928364) for PGO bustage 2013-10-24 09:37:06 +09:00
Gaia Pushbot
ed7f5b3686 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/20e3f42ccb60
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12635 from gasolin/issue-921327

Bug 921327 - [Flatfish][homescreen] show 6 icons in a row on tablet, r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/2a75bf172fcb
Author: gasolin <gasolin@gmail.com>
Desc: Bug 921327 - [Flatfish][homescreen] show 6 icons in a row on tablet
2013-10-23 17:00:24 -07:00
Fabrice Desré
0f64c6b40c Bug 927959 - Cannot preinstall a hosted app with appcache in a SIM customization variant r=ferjm 2013-10-23 16:50:57 -07:00
Terrence Cole
113cfa8375 Bug 930097 - Fix an exact rooting false positive in worker event dispatch; r=bent
--HG--
extra : rebase_source : 8fcffa0b3aa4e381b8fdce6abfd9f05e88829768
2013-10-23 15:32:50 -07:00
Mike Hommey
3c9f8437c8 Bug 930227 - Sync config/rules.mk and js/src/config/rules.mk. r=me
--HG--
extra : amend_source : 7828dc29ea1deda914808bf316949f390ee77990
2013-10-24 08:16:48 +09:00
Mike Hommey
6761193a4a Bug 930227 - Don't use lists to link host binaries. r=gps
Host and target linkers may not support the same kind of lists expandlibs uses.
On the other hand, lists are only really needed for libxul, where the command
line length or number of arguments may overflow the kernel support. So just
don't use them for host linkage.
2013-10-24 08:06:43 +09:00
Mike Hommey
dc906fec0c Bug 928364 - Remove unified source dependencies completely, they're useless. r=gps
The backend.RecursiveMakeBackend.built business ensures config.status reruns
when moz.build changes, which is the only thing that would affect unified
sources. Rerunning config.status updates unified sources if they need to
be updated. Once updated, normal object dependencies will ensure they are
rebuilt. Those same dependencies will ensure they are rebuilt when one of
the C/C++ sources they include change. IOW, unified sources don't need any
explicit dependencies generated by the backend.
2013-10-24 08:06:01 +09:00
Mike Hommey
61124c1afc Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps 2013-10-24 08:05:43 +09:00
Mike Hommey
e2ae65f67a Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal 2013-10-24 08:00:23 +09:00
Mike Hommey
6231fee0c3 Bug 929896 - Make GTEST_CPP_SOURCES a StrictOrderingOnAppendList. r=mshal 2013-10-24 07:59:50 +09:00
Mike Hommey
261cd6adea Bug 928204 - Don't ignore missing depfiles when aggregating them. r=gps 2013-10-24 07:59:03 +09:00
Kartikaya Gupta
5fdef322e6 Bug 929367 - Rename all the prefs for the async pan/zoom code to be consistent. r=botond,mbrubeck 2013-10-24 00:07:50 +02:00
Gaia Pushbot
29a861158c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0de4fc219e05
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #13022 from brion/bug929525-emailsetup

Bug 929525: Email manual setup 'account' fields make automatic spelling corrections. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/1d313d8c037c
Author: Brion Vibber <brion@pobox.com>
Desc: Bug 929525: Email manual setup 'account' fields make automatic spelling corrections

Added x-inputmode="verbatim" inputmode="verbatim" on username fields
to keep them from spontaneously correcting your username to random words.
2013-10-23 15:05:25 -07:00
Dave Hylands
ea4f46740c Bug 929816 - Allow devicestorage testing mode to work on travis. r=mikeh
--HG--
extra : amend_source : 6eeed813c1634a5c6113455c8b4319f3e8d0d5a9
2013-10-23 15:03:03 -07:00
Dave Hunt
47d4ff8572 Bug 929920 - Bump marionette_client version to 0.6.1. r=mdas 2013-10-23 15:02:21 -07:00
Anton Kovalyov
31daa479fa Bug 919706 - Localize search UI. r=robcee 2013-10-23 14:57:13 -07:00
Gregor Wagner
2dc721ecf7 Clobber needed for bug 899574. 2013-10-23 14:44:15 -07:00
Nick Alexander
571dc2e39b Backed out changeset 69ebfb936442 (bug 862849) for bc orange on a CLOSED TREE.
--HG--
extra : amend_source : 0fbcba6a47f79369df9628f3ca1aa2ebf02a6efa
2013-10-23 13:19:58 -07:00
Paolo Amadini
30c71292f2 Bug 928349 - Add a build-time setting to use only the JavaScript API for downloads, and enable it in Firefox for Desktop. r=enn 2013-10-23 21:46:47 +02:00
Rail Aliiev
ac83358972 Bug 917642 - [Helix] Please update the helix blobs. Backed out changeset 5ef0ca4d1068 2013-10-23 15:39:18 -04:00
Rail Aliiev
b86fc2b90a Bug 917642 - [Helix] Please update the helix blobs. r=nhirata 2013-10-23 14:45:51 -04:00
Tim Taubert
bf5089bd76 Bug 928630 - Wait for the initial window's delayed startup to be finished before restoring a session; r=smacleod 2013-10-23 19:05:41 +02:00
Carsten "Tomcat" Book
556a4ccef1 Merge b2g-inbound to Mozilla-Central 2013-10-23 14:51:43 +02:00
Carsten "Tomcat" Book
d6f8ae99e9 Merge Fx-team to Mozilla-Central 2013-10-23 14:49:38 +02:00
Gaia Pushbot
122eaf3723 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a57a913f1dd7
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Revert "Bug 923152 - Group non-latin names on import contacts"

This reverts commit 1733c32d7a8398f5e09d4389d7b9a2f45caafaeb.

========

https://hg.mozilla.org/integration/gaia-central/rev/097f13b2056b
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12664 from gitmai/bug-923152-group-non-latin-names-import

Bug 923152 - Group non-latin names on import contacts

========

https://hg.mozilla.org/integration/gaia-central/rev/9955af784ef0
Author: mai <mri@tid.es>
Desc: Bug 923152 - Group non-latin names on import contacts
2013-10-22 23:45:23 -07:00
Daniel Holbert
9190808d33 Bug 929466: Cast '0' + known-small-uint32_t to type "char" in comparison within mar.c, to fix sign-compare build warning. r=bbondy 2013-10-23 08:22:32 +02:00
Daniel Holbert
47591e6cd3 Bug 929430 part 2: Wrap OggReader.cpp's opus-specific variables and their usages in #ifdef MOZ_OPUS. r=rillian 2013-10-23 08:21:04 +02:00
Daniel Holbert
e40b5dbe47 Bug 929430 part 1: Wrap OggReader.cpp's opus-specific function calls in #ifdef MOZ_OPUS, so that it can build successfully with --disable-opus. r=rillian 2013-10-23 08:21:02 +02:00
Daniel Holbert
bb00d0a6dc Bug 929404: Mark unused-depending-on-build-config function as 'inline' instead of 'static'. r=derf 2013-10-23 08:20:54 +02:00
Shawn Huang
7732c55140 Bug 880610: Part3-[Bluetooth]bluedroid-Prototype: BluetootServiceBluedroid, r=echou 2013-10-23 14:12:24 +08:00
Shawn Huang
db3e2aadbe Bug 880610: Part2-Add build flag in UnixSocket to distinguish between bluez and bluedroid stack, r=echou 2013-10-23 14:12:24 +08:00