Commit Graph

216003 Commits

Author SHA1 Message Date
Seth Fowler
e5fc829d7c Bug 1079653 (Part 4) - Move decode status tracking onto RasterImage and remove DecodeRequest. r=tn 2014-11-18 12:06:27 -08:00
Seth Fowler
25ceced44f Bug 1079653 (Part 3) - Make decoders track whether they need to flush data after getting a new frame. r=tn 2014-11-18 12:06:27 -08:00
Seth Fowler
54870c611c Bug 1079653 (Part 2) - Remove DecodeRequest::mBytesToDecode. r=tn 2014-11-18 12:06:27 -08:00
Seth Fowler
2033ad107f Bug 1079653 (Part 1) - Move decode telemetry data from DecodeRequest to Decoder. r=tn 2014-11-18 12:06:26 -08:00
Jed Davis
bb4ea7d6bd Bug 1058251 - Make "Save As" work in e10s without "Web Page, complete" mode. r=mconley f=paolo
--HG--
extra : amend_source : 6185bb1dd3e503c46ee2b452b36b64813fd2dc3a
2014-11-18 11:35:47 -08:00
Ralph Giles
c61867e618 Bug 1093567 - Don't loop forever looking for mp4 tracks. r=ajones.
We were ignoring I/O errors from parseChunk().
2014-11-17 16:20:00 -08:00
Terrence Cole
0f7d171fc1 Bug 1074961 - Part 13: Do not iterate the chunk list concurrent with mutation; r=sfink
--HG--
extra : rebase_source : 6390da6d1dea82bd1fc42148b03bb48c64d1ac65
2014-11-06 14:03:10 -08:00
Wes Kocher
1270a44f4d Backed out changeset 0092a5e1467d (bug 1097776) for reftest failures and leaks 2014-11-18 11:00:08 -08:00
Ralph Giles
29db6e50a6 Bug 930256 - Consolidate theora build files. r=derf,ted
Less recursion is faster and easier to edit, despite having
to prefix filenames.

Stop exporting theora.h. We prefer new code use the 1.0 api.
2014-11-18 09:58:00 -08:00
Chris Manchester
005f71fd1e Bug 1095635 - Accept '-' to correspond to stdout for marionette's --gecko-log option.;r=ahal 2014-11-17 22:21:51 -05:00
Chris Manchester
d2e6dc8cd7 Bug 1093707 - Return an error from marionette when attempting to navigate in chrome scope.;r=ato 2014-11-17 22:21:51 -05:00
Bobby Holley
4c9ad6bb85 Bug 1099187 - Use fuzz factor for currentTime in addition to duration. r=karlt 2014-11-18 09:58:53 -08:00
Daniel Holbert
b0d8ea836c Bug 1099450: Turn on pref "layout.css.object-fit-and-position.enabled" (enabling "object-fit" & "object-position" properties). r=dbaron 2014-11-18 09:26:51 -08:00
Stephen Pohl
691494b7f8 Bug 1096494: Cleanup package manifest after the v2 signing changes on OSX. r=rstrong 2014-11-18 12:15:03 -05:00
Max Li
f26245cb73 Bug 966904 - When opening the tabs panel, hide the underlying web content from TalkBack 2014-11-15 12:28:42 -08:00
Nicolas B. Pierron
0394e023b0 Bug 1084612 - IonMonkey: Reduce the complexity of the assertion of the graph coherency. r=sunfish 2014-11-18 17:41:56 +01:00
Markus Stange
0882643bae Bug 1097776 - Use Skia for unaccelerated rendering of 3D transforms. r=jrmuizel 2014-11-18 11:36:17 -05:00
Markus Stange
08f988597b Bug 1097354 - Silence "adding an unknown subview" warning by calling _addKnownSubview. r=smichaud 2014-11-18 11:36:07 -05:00
Jarda
9ca2282de6 Bug 1036163 - IonMonkey: Implement Hypot recover instruction. r=nbp 2014-11-18 17:34:43 +01:00
Carsten "Tomcat" Book
6055171260 Merge mozilla-central to mozilla-inbound 2014-11-18 17:32:02 +01:00
Carsten "Tomcat" Book
a156113b50 merge mozilla-inbound to mozilla-central a=merge 2014-11-18 17:25:29 +01:00
Brian Hackett
a29f458aa2 Bug 1100202 - Avoid downcasting callable objects to functions during polymorphic inlining, r=jandem. 2014-11-18 09:24:30 -07:00
Carsten "Tomcat" Book
4af8f7f9ed Backed out changeset 7fa6291d952d (bug 1095257) for suspicion of causing jit tests 2014-11-18 13:14:36 +01:00
Carsten "Tomcat" Book
3c4f509d61 Backed out changeset 132909245ca8 (bug 1096494) for causing merge conflicts to m-c 2014-11-18 13:14:15 +01:00
Eddy Bruël
56a084592c Bug 1090929 - Enable the search tests;r=mratcliffe 2014-11-18 13:05:28 +01:00
Carsten "Tomcat" Book
9a5844d58e merge fx-team to mozilla-central a=merge 2014-11-18 12:53:37 +01:00
Carsten "Tomcat" Book
89c2ddcf2d merge b2g-inbound to mozilla-central a=merge 2014-11-18 12:51:48 +01:00
Tooru Fujisawa
917acfe60d Bug 1039488 - Turn text-decoration into a shorthand. r=dbaron 2014-11-18 19:23:09 +09:00
Tooru Fujisawa
c6892f38ac Bug 825004 - Part 2: Provide temporary aliases for -moz-text-decoration-*. r=dbaron 2014-11-18 19:23:09 +09:00
Tooru Fujisawa
1bf9e20256 Bug 825004 - Part 1: Unprefix CSS3 Text Decoration. r=dbaron 2014-11-18 19:23:09 +09:00
Mike Hommey
9b80c2a75a Bug 1087245 part 3 - Avoid memory allocation when initializating Poison IO File Handle list so that LogAlloc doesn't deadlock at initialization. r=nfroyd 2014-11-18 19:21:26 +09:00
Mike Hommey
480b8cc023 Bug 1087245 part 2 - Register the MALLOC_LOG file handle from LogAlloc to poison IO interposer. r=nfroyd 2014-11-18 19:21:06 +09:00
Mike Hommey
fb847fca47 Bug 1087245 part 1 - Allow replace-malloc libraries to register debug file handles to poison IO interposer. r=nfroyd 2014-11-18 19:21:06 +09:00
Mike Hommey
e6bc795b4f Bug 1097507 - Make libxul independent of libdmd when DMD is enabled. r=njn
This also effectively changes how DMD is enabled from requiring both
replace-malloc initialization and the DMD environment variable to
requiring only the former. The DMD environment variable can still be
used to specify options, but not to disable entirely.

This however doesn't touch all the parts that do enable DMD by setting
the DMD environment variable to 1, so the code to handle this value
is kept.
2014-11-18 19:21:06 +09:00
Mike Hommey
5da2027760 Bug 818922 - Add bidirectional method calls with replace-malloc library. r=njn 2014-11-18 19:21:06 +09:00
B2G Bumper Bot
1395a29b79 Bumping manifests a=b2g-bump 2014-11-18 02:06:55 -08:00
B2G Bumper Bot
39183f0675 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/67a3857cc29a
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #25625 from arcturus/bug-837924

Bug 837924 - [CONTACTS][FACEBOOK] No indication of why Message, Wall post and view Facebook profile CTAs are disabled r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/ac54a794c98d
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 837924 - [CONTACTS][FACEBOOK] No indication of why Message, Wall post and view Facebook profile CTAs are disabled r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/8e0f8123563f
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #26193 from etiennesegonzac/bug-1096704

Bug 1096704 - Prevent rocketbar trigger during an edge gesture. r=alive, aus

========

https://hg.mozilla.org/integration/gaia-central/rev/bf586cfaceb8
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1096704 - Prevent rocketbar trigger during an edge gesture.
2014-11-18 02:01:49 -08:00
Jon Coppeard
89c4075853 Bug 1099015 - Use TenuredHeap<JSObject*> instead of raw JSObject* in XPCWrappedNativeTearOff r=bholley 2014-11-18 10:00:16 +00:00
Jon Coppeard
16f3da2e35 Bug 650161 - Update cell pointers in parallel r=terrence 2014-11-18 09:59:14 +00:00
Jon Coppeard
1fe4c6cd57 Bug 1099463 - Clear parallel entry script flag when removing script from active table r=shu 2014-11-18 09:54:55 +00:00
Seth Fowler
ca1dce2292 Bug 1100725 (Part 4) - Assert that we always consume all decoder progress and invalidations. r=tn 2014-11-18 01:48:49 -08:00
Seth Fowler
433055f61a Bug 1100725 (Part 3) - Take invalidations after decoder shutdown in FinishedSomeDecoding. r=tn 2014-11-18 01:48:49 -08:00
Seth Fowler
1df17a3d88 Bug 1100725 (Part 2) - Consume all the contained decoder's invalidations in nsICODecoder. r=tn 2014-11-18 01:48:48 -08:00
Seth Fowler
a7d4ad918d Bug 1100725 (Part 1) - Don't shut down decoder in DoImageDataComplete. r=tn 2014-11-18 01:48:48 -08:00
Chris Pearce
c86270ed15 Bug 1095257 - Implement Navigator.requestMediaKeySystemAccess(). r=edwin r=bz r=peterv 2014-11-18 22:13:02 +13:00
B2G Bumper Bot
df6c3f47cf Bumping manifests a=b2g-bump 2014-11-18 00:51:53 -08:00
B2G Bumper Bot
5ec7878860 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/73a88b32b0eb
Author: Salvador de la Puente González <neo.salvador@gmail.com>
Desc: Merge pull request #25574 from lodr/bug-1078384-move-mms-label

Bug 1078384 - [MMS] Move MMS label to appear always at the end of the subject line

========

https://hg.mozilla.org/integration/gaia-central/rev/70a268f88e8f
Author: Salvador de la Puente <salva@unoyunodiez.com>
Desc: Bug 1078384 - [MMS] Move MMS label to appear always at the end of the subject line
2014-11-18 00:46:51 -08:00
B2G Bumper Bot
9ab7b1545b Bumping manifests a=b2g-bump 2014-11-18 00:36:50 -08:00
B2G Bumper Bot
0636394a92 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f40e9098d365
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #26014 from weideng/bug1096701

Bug 1096701 - [Keyboard][Handwriting] Add HandwritingPadTargetHandler. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/d268f05b7b62
Author: wdeng <wdeng@mozilla.com>
Desc: Bug 1096701 - [Keyboard][Handwriting] Add HandwritingPadTargetHandler
2014-11-18 00:31:47 -08:00
Nicholas Nethercote
b274099256 Bug 1100205 - Zero ScreenDetails outparam in RecvScreenForBrowser() so Valgrind doesn't complain. r=mconley.
--HG--
extra : rebase_source : 6420a5d78ed1d28d157ab10db14951fb14cc523a
2014-11-18 00:29:12 -08:00