Ryan VanderMeulen
f8e4a72725
Merge m-c to b2g-inbound.
2013-08-16 15:34:19 -04:00
Dave Hylands
bcb62c402d
Bug 903682 - Add .lcka extension as a device storage audio extension. r=djf
...
This patch adds the .lcka extension as a music file extension. Its intended
to be used to store forward locked files.
2013-08-16 12:07:18 -07:00
Dave Hylands
90c4155599
Bug 874484 - Disable ADB after a timeout. r=fabrice
...
This patch causes ADB to be disabled after 12 hours. The timeout is only used
when marionette is disabled, which implies production builds. Engineering
builds (VARIANT=eng or VARIANT=userdebug) will continue to have ADB enabled
indefinitely.
2013-08-16 12:07:05 -07:00
Dave Hylands
9dd0a7d8c5
Bug 810092 - On a production phone (i.e. VARIANT=user) only enable adb when the phone is unlocked. r=fabrice
2013-08-16 12:06:49 -07:00
Gaia Pushbot
8527ae5091
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1ca58aadbcd5
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #11501 from punamdahiya/Bug_901410
[Gallery]- Bug 901410 - Fix of setting img src as null triggers error r=davidflanagan
========
https://hg.mozilla.org/integration/gaia-central/rev/38716c0d2ed6
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: [Gallery]- Bug 901410 - Fix of setting img src as null triggers error r=davidflanagan
2013-08-16 11:55:23 -07:00
Doug Turner
ebcbb532bc
Bug 904462 - Clean up warnings and errors when starting B2G on the mac r=fabrice
2013-08-16 11:08:03 -07:00
Alexandre Lissy
9353b52bb6
Bug 903362 - Permission upgrade might fail at removal r=fabrice
2013-08-16 11:08:00 -07:00
Gaia Pushbot
01730bdb67
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/10a9cab9cf34
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #11540 from gregorwagner/lockscreen
Bug 903563 - JavaScript errors evt.target.dataset is undefined
========
https://hg.mozilla.org/integration/gaia-central/rev/86a4b98299e9
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Bug 903563 - JavaScript errors evt.target.dataset is undefined
2013-08-16 10:35:23 -07:00
Ehsan Akhgari
a79ecbd978
Backed out changeset 9cdd168a8518 (bug 904108) because it includes an unreliable Clang marketing version check
2013-08-16 11:53:46 -04:00
Luke Wagner
240cf1fc53
Bug 905850 - Vector should not be copyable (r=terrence)
...
--HG--
extra : rebase_source : 49c2175af92b79a08982d7dfbc7b7af266b27f7a
2013-08-16 10:21:28 -05:00
David Anderson
6bdc3734f9
Initialize nsKeyEvent::mNativeKeyEvent to prevent crashes on multi-process (bug 906237, r=smichaud).
2013-08-19 11:33:27 -07:00
Ryan VanderMeulen
bb87caf4be
Merge m-c to inbound on a CLOSED TREE.
2013-08-19 17:05:12 -04:00
Masatoshi Kimura
ad384dbcf6
Bug 856424 - Unpref Components for content. r=bholley
2013-08-20 02:44:31 +09:00
Dan Gohman
493d170af8
Bug 894813 - IonMonkey: Avoid temporary invalidity in Range::intersect, and re-enable the Range constructor asserts. r=nbp
2013-08-19 10:36:48 -07:00
Dan Gohman
3477e192b0
Bug 894813 - IonMonkey: Enable --ion-check-range-analysis in jit_test.py --tbpl. r=jandem
2013-08-19 10:35:46 -07:00
Benjamin Bouvier
46e0bdde40
Bug 900771: Fold MToString into its input if it's already a string; r=sstangl
2013-08-19 10:32:33 -07:00
Benjamin Bouvier
429e5e2402
Bug 901105 - Rename movqsd into movq; r=sstangl
2013-08-19 10:29:04 -07:00
Andrew Halberstadt
d7bb9d5c8c
Bug 906045 - Remove --build-info-json from mochitest make targets, r=jgriffin, DONTBUILD, a=NPOTB
2013-08-19 13:01:52 -04:00
Brian Hackett
cd5676c85a
Bug 906331 - Make sure to init() and destroy PerThreadData instances in worker threads, r=billm.
2013-08-19 10:50:03 -06:00
David Keeler
4aa9c2a48c
bug 906209 - remove some spurious idl forward-declarations r=jlebar
2013-08-16 14:58:45 -07:00
Dan Minor
eaaf70938d
Bug 903606 - Use mozfile.TemporaryDirectory in cppunittest scripts;r=ted
2013-08-19 10:02:42 -04:00
Chris Lord
b1c2b07b0e
Bug 747811 - Add gfxReusableImageSurfaceWrapper. r=BenWa
...
Add an implementation of gfxReusableSurfaceWrapper based on gfxImageSurface
and use it on Android to avoid the overhead of shared memory.
2013-08-19 14:59:27 +01:00
Chris Lord
46b4d68563
Bug 747811 - Separate gfxReusableSurfaceWrapper into a base class and implementation. r=BenWa
...
Split gfxReusableSurfaceWrapper into gfxReusableSurfaceWrapper and
gfxReusableSharedImageSurfaceWrapper, to allow for non gfxSharedImage-based
implementations.
--HG--
rename : gfx/thebes/gfxReusableSurfaceWrapper.cpp => gfx/thebes/gfxReusableSharedImageSurfaceWrapper.cpp
2013-08-19 14:59:25 +01:00
Benoit Girard ext:(%2C%20Chris%20Lord%20%3Cchrislord.net%40gmail.com%3E)
9bdf6932e4
Bug 747811 - Make the tiles backend safe across processes. r=nrc,BenWa
...
The tiles backend passes raw pointers to transfer tiled buffers between the
main thread and the compositor. This patch changes that to use shared
memory and tile descriptors instead, as well as changing the memory management
slightly to facilitate that.
2013-08-19 14:59:22 +01:00
Hannes Verschore
72701ca02e
Bug 904293: Tracelogger: Make it work on x86, r=jandem
2013-08-19 15:54:41 +02:00
Hannes Verschore
f44548a4b0
Bug 906626: Tracelogger: Fix the includes and address style nits, r=njn
2013-08-19 15:54:34 +02:00
Jon Coppeard
d54dda2c97
Bug 903548 - GC: What do we do for UnmarkGray on a Nursery GCThing? r=billm
2013-08-19 14:48:35 +01:00
Robert Bindar
9552f14f02
Bug 906327 - about:networking crash when clicking between menu buttons. r=valentin.gosu
2013-08-19 09:43:44 -04:00
Cervantes Yu
58fa917b51
Bug 897741 - Limit the CSP cache key size to reduce memory usage. r=fabrice
2013-08-19 09:43:44 -04:00
Ehsan Akhgari
dbb3035d02
Bug 905444 - Do not attempt that we can handle empty channels when mixing; r=roc
2013-08-16 10:42:50 -04:00
Gervase Markham
c7b380e0ba
Bug 863304 - Add LGPL to about:license. DONTBUILD.
2013-08-16 15:26:11 +01:00
Ed Morley
64d0852d31
Backed out changeset 35afcb18f192 (bug 662669) for build failures
2013-08-16 14:55:15 +01:00
Arnaud Sourioux
25dd048448
Bug 903112 - Replace this with MOZ_THIS_IN_INITIALIZER_LIST() in gfx/. r=jfkthame
2013-08-16 09:18:36 -04:00
Sahil Chelaramani
8ebdfe826d
Bug 662669 - nsCharSeparatedTokenizer/nsWhiteSpaceSeparatedTokenizer should use RangedPtr. r=Waldo
2013-08-16 09:18:13 -04:00
Gaia Pushbot
bb3f4f6978
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7fc6b301a39c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #11315 from pauljt/bug888911" due to Travis CI failures.
This reverts commit 28a93e5eebada09920ab940252454326fc321c8f, reversing
changes made to 4c57c9b72f0277b5d0d9e4a7c5a13ac1eb7a1732.
2013-08-16 06:05:24 -07:00
Gaia Pushbot
63f15b5516
Bumping gaia.json for 11 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6e16c7e87fba
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #11345 from karlcow/master
Bug 901501 - Remove UA override for b92.net, nba.com, etsy.com
========
https://hg.mozilla.org/integration/gaia-central/rev/42a1cccf6315
Author: karl <karl+github@la-grange.net>
Desc: Remove UA override for flickr.com, as.com, elconfidencial.com, rincondelvago.com, bet365.com, o2.pl, tvn24.pl, tablica.pl, wp.pl
========
https://hg.mozilla.org/integration/gaia-central/rev/bc61576a7756
Author: karl <karl+github@la-grange.net>
Desc: The issue is not solve by UA override 878651 - b92.net doesn't recognize B2G UA as mobile
========
https://hg.mozilla.org/integration/gaia-central/rev/64049b6ebdad
Author: karl <karl+github@la-grange.net>
Desc: The issue is not solve by UA override 843154 - nba.com doesn't recognize B2G UA as mobile
========
https://hg.mozilla.org/integration/gaia-central/rev/1d37aba55301
Author: karl <karl+github@la-grange.net>
Desc: closed 843170 - etsy.com doesn't recognize B2G UA as mobile
========
https://hg.mozilla.org/integration/gaia-central/rev/c24d2336a294
Author: karl <karl+github@la-grange.net>
Desc: Revert "closed 878226 - bet365.com doesn't recognize B2G UA as mobile"
This reverts commit 5dbed9e8aec141079ca94f1acc0da5017012e2a6.
========
https://hg.mozilla.org/integration/gaia-central/rev/49ee121b59e4
Author: karl <karl+github@la-grange.net>
Desc: closed 878226 - bet365.com doesn't recognize B2G UA as mobile
========
https://hg.mozilla.org/integration/gaia-central/rev/b21b63c97982
Author: karl <karl+github@la-grange.net>
Desc: Revert "Remove UA override for bet365.com"
This reverts commit c44e7859e82e289067ab613a3cc79ccdf11b2ee6.
========
https://hg.mozilla.org/integration/gaia-central/rev/2bb4a410734c
Author: karl <karl+github@la-grange.net>
Desc: Remove UA override for bet365.com
========
https://hg.mozilla.org/integration/gaia-central/rev/68b066658885
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #11315 from pauljt/bug888911
Bug 888911 - Implement an increasing lockout delay to prevent passcode
========
https://hg.mozilla.org/integration/gaia-central/rev/7702cf513c05
Author: Paul Theriault <ptheriault@mozilla.com>
Desc: Bug 888911 - Implement an increasing lockout delay to prevent passcode guessing
2013-08-16 05:55:23 -07:00
Jan de Mooij
14dd3e524c
Bug 904133 - Add spilled float registers to safepoints. r=nbp
2013-08-16 14:42:48 +02:00
Kartikaya Gupta
20907cb1c8
Bug 901962 - Allow touch events to hit targets outside the CSS viewport. r=roc
2013-08-16 08:29:46 -04:00
Mounir Lamouri
36583db62a
Bug 875756 - Implement nsIColorPicker for Cocoa. r=mstange
2013-08-16 12:09:39 +01:00
Olli Pettay
05d99e99a0
Bug 887241, Use strings, not atoms, for worker events, r=khuey
...
--HG--
extra : rebase_source : 3e294b1bde05a127db0a9fa1c31c48e9a514e11d
2013-08-16 13:06:24 +03:00
Olli Pettay
d0d85da502
Bug 902481 - Make EventTargetChainItem pool thread agnostic, v2, r=jst
...
--HG--
extra : rebase_source : e1e9d9b87a29fd1d3ad6645f87a7075295c3c91d
2013-08-16 13:00:00 +03:00
Chris Double
d577f685f4
Bug 905070 - Fix uninitialized value use in HTML media element - r=kinetik
2013-08-16 21:57:17 +12:00
Honza Bambas
5763d2ceb2
Bug 892488 - Get rid of the offline application cache prompt, r=ehsan+jonas
2013-08-16 11:34:21 +02:00
Jan de Mooij
04afb27dcd
Bug 905148 - Check that a safepoint's live registers are not modified between a VM call and its OsiPoint. r=nbp
2013-08-16 11:16:46 +02:00
Vincent Chang
a14cae3b17
Bug 904631 - "System JS : ERROR jar:file:///system/b2g/omni.ja!/components/WifiWorker.js:2889. r=mrbkap
2013-08-16 17:00:14 +08:00
Ryan VanderMeulen
93247b9975
Merge m-c to inbound.
2013-08-16 21:58:51 -04:00
Vincent Chang
ec9bff5aec
Bug 904631 - "System JS : ERROR jar:file:///system/b2g/omni.ja!/components/WifiWorker.js:2889. r=mrbkap
2013-08-16 17:00:14 +08:00
Dão Gottwald
8eed680d85
Bug 684016 - Add call stack to gBrowser.addProgressListener's wrong-argument-count error message. r=gavin
2013-08-17 03:12:47 +02:00
Daniel Holbert
bf721101e0
(no bug, whitespace only) Remove unnecessary newline in nsFlexContainerFrame.cpp. DONTBUILD
2013-08-16 18:00:13 -07:00
Mark Hammond
d6d156b7b1
Bug 890840 - calling KillHard() multiple times may crash parent process. r=jlebar
2013-08-17 10:44:17 +10:00