Jon Coppeard
511f6ef1c5
Bug 1052388 - Rename JS_CallHeapFooTracer() functions to JS_CallFooTracer() r=terrence r=smaug
2014-08-13 10:05:22 +01:00
Jon Coppeard
48493473e2
Bug 1049440 - Don't crash in jsapi-tests when a test fails to initialize r=luke
2014-08-13 10:03:45 +01:00
Benjamin Bouvier
e49c623287
Bug 1052380
: Fix builds without Ion after bug 1019831 landed; r=nbp
2014-08-13 10:13:19 +02:00
Anthony Jones
b8b01041ff
Bug 1051666 - Add avc3 atom support to MP4 parser; r=edwin
2014-08-13 17:13:28 +12:00
Anthony Jones
4c33e4d4ac
Bug 1050060 - Fix 64 bit file offset in MP4 reader; r=edwin
2014-08-13 17:13:28 +12:00
Anthony Jones
fa358b339a
Bug 1050060 - Fix MP4 range pinning; r=edwin
2014-08-13 17:13:28 +12:00
Anthony Jones
2c2bccb36d
Bug 1050060 - Optimise MP4 range calculation; r=edwin
2014-08-13 17:13:28 +12:00
Anthony Jones
4f53a7c1a6
Bug 1050060 - Update index off main thread; r=edwin
2014-08-13 17:13:28 +12:00
Anthony Jones
ae0690b0eb
Bug 1050060 - Clean up MP4 index fields; r=edwin
2014-08-13 17:13:27 +12:00
Dan Glastonbury
8efb306126
Bug 1050599 - Sort GLContext extension names and strings.; r=bjacob
...
--HG--
extra : rebase_source : 1af2dd171a4eac879ee83aa25d1430e620f11021
2014-08-05 17:26:57 +10:00
Daniel Holbert
8c367c2bf1
Bug 1052758: Remove unused variable 'kWorkScheduled' from message_pump_glib.cc. r=ehsan
2014-08-12 21:46:27 -07:00
Nicholas Nethercote
5c21275b20
Bug 1052248 - Tweak the goodAllocated heuristics. r=bhackett.
...
--HG--
extra : rebase_source : 2ba3467efa21d5e00ae300d0fa57b3522ba3d721
2014-08-11 23:21:09 -07:00
Jed Davis
033a6785eb
Bug 1043733 - Require sandboxing to load Gecko Media Plugins on Linux. r=jesup r=kang
...
Also refactors how sandbox support and disabling are handled, and allows
simulating a lack of sandbox support with an env var (for testing
without rebuilding a kernel).
2014-08-12 21:28:27 -07:00
Masayuki Nakano
50bda571f1
Bug 1050124 Support TSATTRID_Text_VerticalWriting for consistency with other TSF aware applications r=jimm
2014-08-13 12:55:59 +09:00
Chris Pearce
e1c08d8e72
Bug 1052378 - Replace stray mIsXXXDecoding fields with IsXXXDecoding() function calls in MediaDecoderStateMachine. r=kinetik
2014-08-13 15:04:19 +12:00
George Wright
14dc52ff49
Bug 1052813 - Add -fomit-frame-pointer to CXXFLAGS for Skia r=mattwoodrow
2014-08-12 17:14:43 -04:00
Matt Woodrow
f81382dd80
Bug 1019693 - Always use tiled thebes layers when we're a descendant of a layer with a critical display port so that the low-resolution drawing area is handled correctly. r=tn
...
--HG--
extra : rebase_source : 0dabb9c73d65414979945d0cc46ba8c89d86b90e
2014-08-08 09:12:01 +12:00
Nicholas Nethercote
fca802563c
Bug 1052213 - Reduce default size of Native2WrappedNativeMaps. r=mrbkap.
2014-08-12 16:29:39 -07:00
Gregory Szorc
95bd91b3cd
Bug 1052526 - Treat appending None to List as empty list; r=glandium
...
As a special exception, we change List's + and += operators to treat
"+ None" and "+= None" as "+ []" and "+= []" respectively.
This is a hack to make moz.build files simpler so they don't have to
perform "is x" checks before appending x.
While I was here, I fixed the implementation of List.__add__ to return a
List instead of list.
--HG--
extra : rebase_source : e61db4be4cf8144b092609d3baf84c372b9cf9a0
extra : amend_source : dfabc00765582764426f7cf74e79354a0bfb0824
2014-08-12 09:23:33 -07:00
Benoit Girard
07510ca060
Bug 1052857 - Overdraw should report dst pixels, not src pixels. r=jrmuizel
2014-08-12 18:46:16 -04:00
Harshit Harchani
f2bdad18c7
Bug 927946 - Add all APZC preferences to all.js. r=botond
...
--HG--
extra : rebase_source : d96f4aea65b40490d4cc7f8ec8704a2a2f7ef4b8
2014-08-13 01:35:22 +05:30
Chris Pearce
6f3e8d4952
Bug 1050064 - Reconfigure WMFAACDecoder on stream change. r=padenot
2014-08-13 09:56:33 +12:00
Trevor Saunders
8f78184d9a
bug 1016545 - Provide an iterator that iterates over all children of an element r=bz
2014-07-16 14:41:57 -04:00
Seth Fowler
ae2acbe31f
Bug 942364 - Add reftests. r=dholbert
2014-08-12 14:05:29 -07:00
Seth Fowler
7ebf395297
Bug 925611 - Add reftests. r=tn
2014-08-12 14:05:27 -07:00
Georgios Kontaxis
84de446bfd
Bug 1050348: nsChannelClassifier will update the security state of the document and fire a security state change event to include the nsIWebProgressListener::STATE_BLOCKED_TRACKING_CONTENT or STATE_LOADED_TRACKING_CONTENT flag depending on whether it is about to cancel a channel or skip tracking protection classification respectively. r=mcmanus
2014-08-12 13:53:15 -07:00
Eric Rahm
0537257d45
Bug 1049051
- Part 6: Adjust leak threshold. r=khuey
...
--HG--
extra : rebase_source : a57e3fa89c2aa84ac0017b4975efc83bd440df9d
2014-08-12 11:44:25 -07:00
Eric Rahm
939cad0587
Bug 1049051
- Part 5: Make sDeadlockDetector access internal. r=froydnj
...
--HG--
extra : rebase_source : ea7ee17679ca9d616c56376d7360852c37a19249
2014-08-12 11:44:04 -07:00
Eric Rahm
9e9c81074a
Bug 1049051
- Part 4: Make PrintCycle internal. r=froydnj
...
--HG--
extra : rebase_source : 594237c0e3e738078a9e571d9515c6feb0fd7bed
2014-08-12 11:43:27 -07:00
Eric Rahm
ac663bd332
Bug 1049051
- Part 3: DeadlockDetector Add/Remove can take a const param. r=froydnj
...
--HG--
extra : rebase_source : 0ea5e3d9337982c1282a74961f62bc0b4345d7bf
2014-08-12 11:42:55 -07:00
Eric Rahm
834c32b5bb
Bug 1049051
- Part 2: Remove DeadlockDetectorEntry. r=froydnj
...
--HG--
extra : rebase_source : e87b5b20130508953360b367c76b4d00338f2cdc
2014-08-12 11:42:28 -07:00
Eric Rahm
d733f0c695
Bug 1049051
- Part 1: Remove ResourceAcquisition. r=froydnj
...
--HG--
extra : rebase_source : 86bc896f9c2833996c4c5eebcc034acbadedbd4a
2014-08-12 11:42:10 -07:00
Ryan VanderMeulen
ce43329f4b
Merge m-c to inbound. a=merge
2014-08-12 16:30:38 -04:00
Ryan VanderMeulen
d5a4ba923d
Merge inbound to m-c. a=merge
2014-08-12 16:24:50 -04:00
Ryan VanderMeulen
cde20a0f37
Backed out changesets ac87dabb3890, 753ebd9be952, and 4dbbffc0b5cd (bug 1014332) for causing bug 1052762.
2014-08-12 16:20:00 -04:00
Ryan VanderMeulen
48b16e2ff1
Merge fx-team to m-c. a=merge
2014-08-12 16:11:49 -04:00
Ryan VanderMeulen
67ee48b811
Backed out changeset 436e5d00f904 (bug 916804) for mochitest-other failures.
2014-08-12 15:19:27 -04:00
Tim Taubert
6d259c19e1
Backed out changeset d04a9bf0df24 (bug 1052371)
2014-08-12 21:11:17 +02:00
Tim Taubert
8d37c3208a
Backed out changeset 9b26ce378971 (bug 1052371)
2014-08-12 21:11:16 +02:00
Tim Taubert
1b4bd31f32
Bug 1052371 - Bustage fix for android mochitests on a CLOSED TREE r=bustage
2014-08-12 20:40:43 +02:00
Shane Caraveo
f379328092
Bug 1014332 fix context menu tests to handle share, r=jaws
2014-08-12 11:04:05 -07:00
Shane Caraveo
f2f6c4635e
Bug 1014332 move share button to menu panel and test fixes for that, r=jaws
2014-08-12 11:04:04 -07:00
Shane Caraveo
4bc6b9c1be
Bug 1014332 enable share button by default with default selection of share providers, r=jaws
2014-08-12 11:04:04 -07:00
B2G Bumper Bot
231ce8f509
Bumping manifests a=b2g-bump
2014-08-12 10:51:24 -07:00
B2G Bumper Bot
c973e2e1e4
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ac2ad84f3387
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #21726 from ngokevin/master
Bug 1011016; new marketplace dev/stage packages
========
https://hg.mozilla.org/integration/gaia-central/rev/9f17a755b5df
Author: Kevin Ngo <ngoke@mozilla.com>
Desc: Bug 1011016; new marketplace dev/stage packages
2014-08-12 10:45:32 -07:00
B2G Bumper Bot
6fb30d85e3
Bumping manifests a=b2g-bump
2014-08-12 09:58:24 -07:00
B2G Bumper Bot
47df43a057
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1b8b899e99f7
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #22593 from yzen/bug-1030431
Bug 1030431 - correctly handling dialog overlay visibility in the dialer...
========
https://hg.mozilla.org/integration/gaia-central/rev/b911cda448ae
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1030431 - correctly handling dialog overlay visibility in the dialer and callscreen apps.
2014-08-12 09:58:13 -07:00
Ed Morley
2466a862dc
Merge mozilla-central and b2g-inbound
2014-08-12 17:54:47 +01:00
Reuben Morais
b142a9ea8a
Bug 1009645 - Follow up, disable mozTime test.
2014-08-12 13:50:12 -03:00
Ed Morley
7cda86534b
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-08-12 17:21:29 +01:00