Граф коммитов

400434 Коммитов

Автор SHA1 Сообщение Дата
Bobby Holley fb7b849eb3 Bug 1120014 - Initialize MediaSourceReader::mLast{Audio,Video}Time to 0 rather than -1. r=rillian
There isn't actually any initialization code that sets them at 0. Instead, we
currently rely on the fact that our first decoder ends up active regardless of
what its buffered range reports. So as long as invoking the first Request{Audio,Video}Data
is resolved, this ends up ok. But while that is usually the case, it isn't _always_
the case, especially in the case where the MP4Reader rejects with WAITING_FOR_DATA.
2015-01-09 17:20:58 -08:00
Terrence Cole 513af9d1e5 Bug 1119604 - Remove the void* accessor from GCCellPtr; r=sfink 2015-01-09 15:42:42 -08:00
Jim Chen db34c64f29 Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp 2015-01-09 19:33:57 -05:00
Jim Chen 52b4f608fa Bug 1116868 - Add templated JNI classes; r=snorp 2015-01-09 19:33:57 -05:00
Jim Chen d60c1e78f2 Bug 1116641 - Change JNI macro usages to use AutoJNIClass; r=snorp 2015-01-09 19:33:56 -05:00
Wes Kocher cbbb0fa08d Backout 7475b716558d (bug 1119281) for Windows XPCShell permafailure 2015-01-09 16:35:50 -08:00
Michal Novotny 9a67feaefa Bug 1038554 - fix potential wrong file offset calculation in CacheIndex::ParseRecords() and CacheIndex::ParseJournal(), r=honzab 2015-01-10 01:21:04 +01:00
Jeff Walden 9ef0d101c7 Bug 1113379 - Convert ctypes/typedefs.h into a series of higher-order macros, for better code hygiene and to work around an incredible oddity in NetBSD's <stdint.h>. r=jorendorff 2015-01-09 02:07:39 -08:00
Kai-Zhen Li 7f64fcee3a Bug 1119691 - "Build bustage in dom/media/mediasource/MediaSource.cpp" [r+f=bzbarsky] 2015-01-08 23:37:00 -08:00
James Willcox 352dabf6d6 bug 1118552 - fix gcc4.9 warnings on Android r=glandium 2015-01-06 22:20:46 -05:00
Byron Campen [:bwc] 8e57d65201 Bug 1112682: Prefer hardware codecs. r=jesup 2015-01-02 11:51:00 -08:00
Brad Lassey 0e7333b6e7 bug 1083116 - build fails: malloc_decls.h conflicting types for 'malloc_usable_size' r=glandium 2015-01-06 19:58:36 -05:00
Seth Fowler 57b28877bf Bug 1117607 - Make decoders responsible for their own frame allocations. r=tn 2015-01-09 15:02:48 -08:00
William Chen 35698aefb1 Bug 1118764 - Don't distribute anonymous root content in shadow DOM. r=bz 2015-01-08 13:49:51 -08:00
Wes Kocher f00cdbf88e Backout 115690326c5e for mochitest-2 orange on a CLOSED TREE 2015-01-09 14:28:27 -08:00
Jim Blandy 1729047aa2 Bug 745985: DebuggerServer.initTransport is never called directly, and doesn't do anything interesting. r=past
try: -b do -p all     -u all        -t none

--HG--
extra : rebase_source : 49224b7dacf13b78a8e28636b011ca8915d8758b
2015-01-05 16:54:19 -08:00
Jim Blandy 842dcb466d Bug 754985: Move DebuggerServer._checkInit near the other initialization code. r=dcamp
try: -b do -p all -u xpcshell,mochitest-dt -t none

--HG--
extra : rebase_source : 1112f32797c1e663f1e05358a108913e12e49bcb
2015-01-05 15:41:29 -08:00
Jim Blandy 63df697d8b Bug 745985: Simplify treatment of DebuggerServerConnection's _actorPool. r=past
try: -b do -p all -u xpcshell,mochitest-dt -t none

--HG--
extra : rebase_source : a828d9bd7ad9adb1a4d7efc1000e72d99b5948e1
2015-01-05 16:26:27 -08:00
Wes Kocher 385a85a0fc Backout 0c40a9e043ce (bug 1119302) for test_streamnotify.html bustage 2015-01-09 14:02:16 -08:00
David Anderson 88d80771a7 Make sure tile textures are synchronized for D3D11. (bug 1119066, r=mattwoodrow)
--HG--
extra : rebase_source : 89d5654e43eb2a111a56c1432b90cd3a283f4a50
2015-01-09 13:50:20 -08:00
Jim Blandy 44b8e3ac7c Bug 967234: Don't block self-hosted code in the devtool client code; Debugger takes care of this. r=ejpbruel
--HG--
extra : rebase_source : 6939941cb3c486a3541518a594b28af6b153f243
2014-12-23 16:47:52 -08:00
Mike Hommey 2973a15fbe Bug 1119571 - Update stlport to the latest from Android NDK. r=nfroyd 2015-01-10 06:52:33 +09:00
Mike Hommey 7d528797be Bug 1119571 - Backout the part of bug 1073003 touching stlport 2015-01-10 06:52:04 +09:00
Georg Fritzsche fa73c98892 Bug 1119281 - Fix missing telemetry client id in saved session pings. r=vladan 2015-01-09 22:42:52 +01:00
Kyle Huey a60619b6d8 Bug 1119360: Allow AddFeature calls to succeed until we enter the Killing stage. r=bent 2015-01-09 13:29:05 -08:00
Monica Chew 5311f806ef Bug 1109039: Disable browser_bug400731.js on windows (r=gcp) 2015-01-09 13:25:24 -08:00
Monica Chew 3023f46c51 Bug 1100024: Don't call Connect if the principal is on a local or remote blocklist (r=mcmanus) 2015-01-09 13:25:13 -08:00
Monica Chew 152c9afdc4 Bug 1100024: ClassifyLocal should not lookup in any tables if safebrowsing is disabled (r=gcp) 2015-01-09 13:25:02 -08:00
Terrence Cole 6601228f73 Bug 1085597 - Expose a nursery finalized class to the fuzzers for fuzzing; r=jonco
--HG--
extra : rebase_source : f3609589bf0ac28db47bd242b6cf297c4d4f3a07
2015-01-06 15:25:26 -08:00
Botond Ballo b5088abdbc Bug 1088984 - Account for the async scale correctly when transforming the scroll thumb in the compositor. r=kats
--HG--
extra : rebase_source : 28e6c6c3a510549c939daea615fc0329d785a352
2014-10-24 20:14:56 -04:00
B2G Bumper Bot 4d36bdc048 Bumping manifests a=b2g-bump 2015-01-09 15:11:56 -08:00
B2G Bumper Bot 74865f27d3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3bf54932bcae
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #27283 from zbraniecki/1119960-add-l10n-metadata-to-download

Bug 1119960 - Download app should have basic l10n metadata r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/6c3231b1439d
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1119960 - Download app should have basic l10n metadata
2015-01-09 15:07:16 -08:00
B2G Bumper Bot ba6ca4efc1 Bumping manifests a=b2g-bump 2015-01-09 14:41:56 -08:00
B2G Bumper Bot bd738ac452 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/47fce2064cce
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #27279 from takenspc/bug1060915-take2

Bug 1060915 - Accept view-source: protocol r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/c42db66d171e
Author: Takeshi Kurosawa <taken.spc@gmail.com>
Desc: Bug 1060915 - Accept view-source: protocol

... with jshint warning fix
2015-01-09 14:32:14 -08:00
Botond Ballo c6c1bcd7d8 Bug 1113457 - Improve the approximation used to model spring physics during an overscroll animation, to avoid the approximation from diverging. r=kats
--HG--
extra : rebase_source : 4e26357cd76c7125f5c02529f1ac3b038eec36c2
2015-01-07 16:45:29 -05:00
B2G Bumper Bot 5ae4e5b77d Bumping manifests a=b2g-bump 2015-01-09 13:57:00 -08:00
B2G Bumper Bot e1b7cd6bb1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c477af87d8d6
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #26541 from yzen/bug-1068695

Bug 1068695 - added collapsed/expanded semantics to button to bring up f...

========

https://hg.mozilla.org/integration/gaia-central/rev/eff7e8322a8f
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1068695 - added collapsed/expanded semantics to button to bring up folder picker. r=jrburke
2015-01-09 13:47:20 -08:00
Markus Nilsson af1b4ca6e0 Bug 1090820 - OTA update check never clears status. r=fabrice 2015-01-09 13:32:47 -08:00
Gregor Wagner c6fda1b9b8 Bug 1103106 - Make assertion failure: !mWillChangeBudgetCalculated non fatal. r=benwa 2015-01-09 13:29:43 -08:00
B2G Bumper Bot 54060e332e Bumping manifests a=b2g-bump 2015-01-09 12:58:51 -08:00
B2G Bumper Bot 9987017a9d Bumping manifests a=b2g-bump 2015-01-09 12:52:06 -08:00
B2G Bumper Bot 88b38bf56e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9fbcce6c3004
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #27264 from hfiguiere/bug-1116454-search-orange-fix

Bug 1116454 - waitForElement() expect a selector. r=squib

========

https://hg.mozilla.org/integration/gaia-central/rev/0c24acce8e28
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1116454 - waitForElement() expect a selector.
2015-01-09 12:47:22 -08:00
B2G Bumper Bot 8297107243 Bumping manifests a=b2g-bump 2015-01-09 12:23:51 -08:00
Ryan VanderMeulen 6738bb2b01 Merge m-c to b2g-inbound. a=merge 2015-01-09 14:47:53 -05:00
Ryan VanderMeulen 9a378a0290 Merge inbound to m-c. a=merge 2015-01-09 14:45:50 -05:00
Ryan VanderMeulen 4b42b6328c Merge fx-team to m-c. a=merge 2015-01-09 14:41:41 -05:00
Kartikaya Gupta e10f70887c Bug 1119811 - Fold the gonk ParentProcessController into the reusable ChromeProcessController. r=dvander 2015-01-09 13:41:23 -05:00
B2G Bumper Bot d15379f7a8 Bumping manifests a=b2g-bump 2015-01-09 09:01:54 -08:00
Ryan VanderMeulen 2b996c81ea Backed out changeset c358e102e573 (bug 1008091) for B2G mochitest failures.
CLOSED TREE
2015-01-09 11:54:14 -05:00
B2G Bumper Bot c866663528 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1ba97cbe8525
Author: Fernando Campo <fcampo@users.noreply.github.com>
Desc: Merge pull request #27278 from fcampo/import-bluetooth-status-1115317

Bug 1115317 - can't see number of contacts imported (r=jmcf)

========

https://hg.mozilla.org/integration/gaia-central/rev/0dee6dc6d12c
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 1115317 - can't see number of contacts imported
2015-01-09 08:52:13 -08:00