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

431038 Коммитов

Автор SHA1 Сообщение Дата
Ryan VanderMeulen 1657400c6f Backed out changeset 085f96014278 (bug 1171586) for SM permafails. 2015-07-16 08:13:31 -04:00
Jim Mathies f7800ac7a8 Bug 1080687 - Reduce system shutdown order of child processes so the chrome process shuts down first. r=gabor 2015-07-16 06:24:34 -05:00
Jan de Mooij 6fa2403e32 Bug 1180211 - Don't emit bytecode for empty strings in emitTemplateString. r=jorendorff 2015-07-16 12:36:27 +02:00
Jonathan Kew 60417d0338 Bug 1183439 - Update the wording of a few assertions to reflect logical-coordinate conversion. r=dholbert 2015-07-16 10:08:10 +01:00
Jonathan Kew 8ebb1db8e5 Bug 1131451 part 2 - Respect the container height when converting vertical-RTL inline-direction coordinates. r=dholbert
* * *
Bug 1131451 part 2a - Remove hack for rtl-in-vertical-mode from ReflowAbsoluteFrame. r=dholbert
* * *
Bug 1131451 part 2b - Mark relative-overconstrained tests that now pass in vertical mode with rtl. r=dholbert
* * *
Bug 1131451 part 2c - Mark vertical border-collapse bevel tests that now pass. r=dholbert
* * *
Bug 1131451 part 2d - Remove partial rtl-in-vertical support from nsBidiPresUtils now that logical-coordinate classes handle it better. r=dholbert
* * *
Bug 1131451 part 2e - Remove hack for float positioning in vertical mode with dir=rtl. r=dholbert
* * *
Bug 1131451 part 2f - Mark vertical-mode float-in-rtl reftests that are now passing. r=dholbert
* * *
Bug 1131451 part 2g - Compute both dimensions of containerSize in nsFlexContainerFrame::DoLayout. r=dholbert
* * *
Bug 1131451 part 2h - Mark flexbox writing-mode tests that are now passing. r=dholbert
2015-07-16 10:08:05 +01:00
Jonathan Kew 4e6c40d7ea Bug 1131451 part 1 - Replace containerWidth with containerSize in logical-coordinate classes and APIs, frame classes, etc. r=dholbert 2015-07-16 10:07:57 +01:00
Jonathan Kew 76e21c1574 Bug 1177614 - Provide a utility method on nsHTMLReflowState to return the computed size including border-padding, for use as a container for logical coordinate conversions, or zero if unconstrained. r=dholbert 2015-07-16 10:07:46 +01:00
Cameron McCormack 00d76a3dd6 Bug 1183484 - Cycle collect FontFaceSetIterator. r=bzbarsky 2015-07-16 17:35:17 +10:00
David Anderson 7885e309cd Break InitD3D11Devices up into smaller functions. (bug 1179051 part 2, r=bas) 2015-07-15 23:59:39 -07:00
David Anderson cc8850cffc Split gfxWindowsPlatform::UpdateRenderMode() into multiple functions. (bug 1179051 part 1, r=bas) 2015-07-15 23:59:04 -07:00
Jean-Yves Avenard 2017f9a033 Bug 1183519: P2. Reject promise if decoder couldn't be created. r=me
Follow-up fix.
2015-07-16 16:05:27 +10:00
JW Wang 74380052df Bug 1183007. Part 2.5 - don't call AudioEndTime() after mAudioSink becomes null. r=kinetik. 2015-07-16 10:14:42 +08:00
JW Wang b9ea1d076e Bug 1183007. Part 2 - remove dependency on MDSM::OnAudioEndTimeUpdate from AudioSink. r=kinetik. 2015-07-16 10:13:27 +08:00
JW Wang 0f6631a522 Bug 1183007. Part 1 - provide a wrapper function so that all read from mAudioEndTime must be through MDSM::AudioEndTime(). r=kinetik. 2015-07-16 10:12:52 +08:00
JW Wang 68b22ded5b Bug 1183955 - longer timeouts for timeout-prone tests on B2G. r=cpearce. 2015-07-16 10:09:51 +08:00
Ralph Giles fb7a70ca1a Bug 1181441 - Configure check for no-tls rust toolchain. r=ted
By default the rust standard library uses linker-assisted
thread-local storage, which isn't supported on MacOS X 10.6.
If we're targetting that version make sure we can link code
built with $RUSTC.

If so it's presumedly been built with alternate support.
2015-07-15 22:36:45 -07:00
Eric Rahm 6d417481e6 Bug 1184242 - Remove aTabParent != sActiveTabParent warning from IMEStateManager::SetInputContextForChildProcess. r=masayuki 2015-07-15 22:29:18 -07:00
Eric Rahm b14ef1da58 Bug 1171586 - Remove for-each-in from regress-476427.js. r=waldo 2015-07-15 20:28:07 -07:00
Chris Pearce a4c7288fab Bug 1173195 - Don't assert success until successful in GMPSharedMemManager. r=edwin 2015-07-16 16:53:39 +12:00
Jean-Yves Avenard 8c024dd743 Bug 1183653: MediaFormatReader: returns error if no tracks are usable. r=cpearce 2015-07-16 14:31:56 +10:00
Jean-Yves Avenard 5c4906180c Bug 1184002: Add about:media plugin support with new MSE. r=cpearce 2015-07-16 14:31:56 +10:00
Jean-Yves Avenard 15fbc88e95 Bug 1183482: Fix shutdown hang. r=cpearce
The MediaFormatReader destructor is only called once all media task queues have shutdown.
However, the main thread demuxer always owned a reference to trackbuffer task queue.
2015-07-16 14:31:55 +10:00
Jean-Yves Avenard 71f0c200c2 Bug 1183519: Wait until current drain completes before decoding new data. r=cpearce 2015-07-16 14:31:54 +10:00
Jean-Yves Avenard d709da531a Bug 1182985: Drain decoder when changing resolution. r=cpearce 2015-07-16 14:31:53 +10:00
Jean-Yves Avenard 8ca249040e Bug 1173657: Drain decoder when discontinuity encountered. r=cpearce
A discontinuity can be when waiting for data, decoding error or reaching end of stream.
2015-07-16 14:31:53 +10:00
Jean-Yves Avenard 3db4cce1f9 Bug 1169473: Re-add H264 telemetry. r=miketaylr 2015-07-16 14:31:52 +10:00
Jean-Yves Avenard 3b7482b6f2 Bug 1182967: Reject metadata promise on shutdown. r=bholley 2015-07-16 14:31:52 +10:00
Jean-Yves Avenard 7aa2dd9036 Bug 1184043: P1. Ignore empty interval in intervalset. r=mattwoodrow
Add IntersectsStrict method.
2015-07-16 14:31:51 +10:00
Ryan VanderMeulen d05bc1e9af Backed out changesets 9a048b598b1e and 56e9597b1257 (bug 1180275) for OSX test_android_eclipse.py failures.
CLOSED TREE
2015-07-15 23:40:06 -04:00
Ryan VanderMeulen ee937fba6b Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-15 22:58:51 -04:00
Ryan VanderMeulen 0cb57b406c Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-15 21:29:43 -04:00
Daniel Holbert c81b996b3b Bug 814497 followup: Add missing 'override' keyword to nsScriptErrorWithStack method 'GetStack'. rs=ehsan 2015-07-15 17:23:53 -07:00
James Graham 868567c63d Bug 1182681 - Update wpt expected results, r=jgriffin
--HG--
extra : commitid : GLsrSTlwqHt
2015-07-15 17:01:12 -07:00
B2G Bumper Bot 256a46b863 Bumping manifests a=b2g-bump 2015-07-15 13:17:33 -07:00
B2G Bumper Bot 9c63ba4077 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1184244 - ensuring that the selector is visible to screen reader …

========

https://hg.mozilla.org/integration/gaia-central/rev/00b2912b7876
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1184244 - ensuring that the selector is visible to screen reader before proceeding.
2015-07-15 13:15:34 -07:00
B2G Bumper Bot 74e0e73043 Bumping manifests a=b2g-bump 2015-07-15 12:43:06 -07:00
B2G Bumper Bot 7b7c68f3f7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a6fe96b2dc6
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #30935 from gmarty/Bug-1182032-Clean-site-icons-cache-regularly

Bug 1182032 - Clean site icons cache regularly r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/38b27d24fff3
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1182032 - Clean site icons cache regularly
2015-07-15 12:40:40 -07:00
Ryan VanderMeulen dbf261d22c Backed out changeset f983c54e52e1 (bug 1183576) for browser_parsable_css.js failures. 2015-07-15 14:12:00 -04:00
Ryan VanderMeulen fa5776b708 Merge m-c to fx-team. a=merge 2015-07-15 13:30:09 -04:00
Ryan VanderMeulen f71ecb2f9d Merge m-c to b2g-inbound. a=merge 2015-07-15 13:28:03 -04:00
Ryan VanderMeulen 2d600228e7 Merge b2g-inbound to m-c. a=merge 2015-07-15 13:25:56 -04:00
Ryan VanderMeulen 2806c1d5bc Merge fx-team to m-c. a=merge 2015-07-15 13:25:33 -04:00
Ryan VanderMeulen 56f7352392 Merge inbound to m-c. a=merge 2015-07-15 13:19:59 -04:00
Alexandre Poirot ec268220f2 Bug 814497 - Fix nsScriptErrorWithStack constructor. r=ehsan 2015-07-15 09:58:26 -07:00
Ryan VanderMeulen 4e75963b27 Backed out 6 changesets (bug 1171994) for causing smoketest bustage. a=me
Backed out changeset 46061230e77a (bug 1171994)
Backed out changeset ea00769b70df (bug 1171994)
Backed out changeset 2dc847e4650c (bug 1171994)
Backed out changeset 14ec8c87f973 (bug 1171994)
Backed out changeset 31cdbef9fe22 (bug 1171994)
Backed out changeset 463528fcee4d (bug 1171994)
2015-07-15 12:53:28 -04:00
Ryan VanderMeulen e2c91f7727 Backed out changeset f612649fdbaf (bug 1174461) for causing bug bug 1182919. a=topcrash 2015-07-15 12:44:01 -04:00
B2G Bumper Bot 2b863f55d6 Bumping manifests a=b2g-bump 2015-07-15 09:43:03 -07:00
B2G Bumper Bot 3ff8e9740c Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/76c556f31dcb
Author: Rob Wood <rwood@mozilla.com>
Desc: Merge pull request #30882 from rwood-moz/bug1176237

Bug 1176237 - Reduce raptor variance

========

https://hg.mozilla.org/integration/gaia-central/rev/76057ed975d2
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1176237 - Reduce raptor variance

========

https://hg.mozilla.org/integration/gaia-central/rev/e6975a85357e
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #30757 from wilsonpage/1177250

Bug 1177250 - [Video] Video's made on the Spark/Aries device do not work on Flame device

========

https://hg.mozilla.org/integration/gaia-central/rev/e0fcd0084c31
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1177250 - [Video] Video's made on the Spark/Aries device do not work on Flame device
2015-07-15 09:40:38 -07:00
Kim Moir 1a968e52c0 no bug a=me update mh version 2015-07-15 12:35:12 -04:00
B2G Bumper Bot 044a6ff09f Bumping manifests a=b2g-bump 2015-07-15 08:44:32 -07:00