User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
ryanvm@gmail.com Fri May 01 16:57:20 2015 +0000 | e70555ac58d8a6b15efe667bb419726849b1cfc3 | Ryan VanderMeulen — Merge m-c to inbound. a=merge ← 104 merge changesets [Collapse] |
130edea988238f00f4aebe6cf6bf86c9210ea8a6 | Boris Zbarsky — Bug 1160190 followup. Make ServiceWorker actually disabled on mulet so we can reopen the CLOSED TREE. r=bkelly | |
20cbfb10ef7a985a65cde2bf8ae15c759ee1c1ed | Boris Zbarsky — Bug 1159743 another followup. More issues on b2g with not all SpecialPowers objects being able to get prefs leading to a CLOSED TREE. | |
c119270176bb369fdbcdae7c882779b3d380e06b | Ryan VanderMeulen — Backed out 3 changesets (bug 1155900) for frequent browser_net_cached-status.js failures. CLOSED TREE | |
8b3bb908f6fc2d0f97cf702f07515b29220c48db | Jeff Walden — Bug 1155900 - Followup test-fix and no-longer-correct assertion removal. r=bustage in a CLOSED TREE | |
9d6fc27d1c775b217b32f0ede8dadbac2877901e | Jean-Yves Avenard — Bug 1157075: Part2. Use MediaPromise to read TrackBuffer metadata. r=bholley,r=karlt | |
5bb68945a86e326201d857d229c5874970b9559e | Jean-Yves Avenard — Bug 1157075: Part1. Rename and make AsyncReadMetadata virtual. r=bholley | |
0c193e833fc3ed166a3b5331bc8b1b7a5a22be3a | Jean-Yves Avenard — Bug 1157203: Fix SharedDecoderProxy::IsWaitingMediaResources( . r=kentuckyfriedtakahe | |
4b77e03a478830b6c62688fc5ac1117e3f684563 | Jean-Yves Avenard — Bug 1156689: Part11. Add TrackInfo Clone() and copy constructors. r=cpearce | |
005828e55212c21f58101785311db67f0747688f | Jean-Yves Avenard — Bug 1156689: Part10. Remove static_cast on TrackInfo objects. r=cpearce | |
be99748763429b0c7f9f3d4280715c8128797d7e | Jean-Yves Avenard — Bug 1156689: Part9. Remove unused headers. r=kentuckfriedtakahe | |
69d8168282fc1cdff7c8fd2b3f4e5a5ecfa23431 | Jean-Yves Avenard — Bug 1156689: Part8. Use new MoofParser::HasMetadata in MP4Metadata. r=kentuckyfriedtakahe | |
d5282779b0ca189e4e4f2cdfe6560ccf6c040e23 | Jean-Yves Avenard — Bug 1156689: Part7. Add MoofParser::HasMetadata method. r=kentuckyfriedtakahe | |
cfb189bc93684ce7bbf40b39f24f2af6dfef697b | Jean-Yves Avenard — Bug 1156689: Part6. Add ResourceStream class. r=kentuckyfriedtakahe | |
e6a5d030152c399a96a2cb3a545afbf429422afe | Jean-Yves Avenard — Bug 1156689: Part5. Add MP4Metadata class. r=kentuckyfriedtakahe | |
4b6149e01e96fc44ada6695359e2a0189f160684 | Jean-Yves Avenard — Bug 1156689: Part4. Create virtual getters. r=cpearce | |
d2ed413a2048e1529de2ef2be7783c9f10cf3f98 | Jean-Yves Avenard — Bug 1156689: Part3. Add TrackInfo virtual destructor. r=cpearce | |
5e07e2b10a788f2527ce6f8e4ac5d920798d4b06 | Jean-Yves Avenard — Bug 1156689: Part2. Remove MP4 Index's libstagefright dependency. r=kentuckyfriedtakahe | |
5c101c115a2f743e7031866774bd5e92d03a8b48 | Jean-Yves Avenard — Bug 1156689: Part1. Remove mp4_demuxer::TrackType. r=cpearce | |
f227ff5d16a3d29a532b4c6555dcc39d132d6ab7 | Jean-Yves Avenard — Bug 1148224: disable invalid tests. r=karlt | |
e572ad1b9e3917e17004bcf6fe0288d29ffdef43 | Jean-Yves Avenard — Bug 1155500: Have nsAutoPtr transfers ownership when copying related objects. r=froydnj | |
1103c98d1a93d2c0fcdfd3e2b5b8fcd8c4370565 | Boris Zbarsky — Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles | |
195a3736c87724bfc4ae4a4a932b2cb40734b736 | Jeff Walden — Bug 1155900 - Make frontend-triggered GetIterator perform ToObject before doing GetMethod(..., @@iterator), and add tests. (There's no behavioral change, except in terms of error messages, because the presence of bug 603201 causes this ToObject call to happen anyway -- but if that bug had been fixed before this one, these changes would have fixed a bug.) r=shu | |
5d7b3b8cce5ab70e7f6280e9b46ffd2e413994ab | Jeff Walden — Bug 1155900 - Pass destructuring right-hand-side expressions through ToObject before properties are destructured out of them. r=shu | |
2e212218ba40e9d842fcee6b64364b4ddde2b6b2 | Tooru Fujisawa — Bug 1158456 - Remove control characters from composition string, and add dom.compositionevent.allow_control_characters pref to control it. r=masayuki | |
924a8ed0b89cf23e388e2a673866354ff67f7d80 | Bobby Holley — Bug 1160064 - Give WatchManager an owner thread and make sure everything happens there. r=jww | |
6979a9e3e60a8b10c986d45cda2ed90b3d7efbab | Bobby Holley — Bug 1160064 - Do watching/mirroring initialization on the state machine task queue. r=jww | |
fe579e65165e645aa6f92475a44a0c60a1c8f7a9 | Bobby Holley — Bug 1160064 - Switch mirror/canonical initialization to happen in the constructor. r=jww | |
931d1e1603f482a7d2048ccd1bde0f7b6e781a68 | Bobby Holley — Bug 1160064 - Initialize the state machine task queue in the initializer list. r=jww | |
65c1a77ed87cc537b4e86d12716422deda61260f | Bobby Holley — Bug 1160064 - Explicitly initialize logging at the right time. r=jww | |
f0bd0f42f57ad1a1112a3162c6c74adadaac0118 | Karl Tomlinson — bug 1159456 finish and exit from Flush() even if MFTManager rejects sample r=cpearce | |
a76ff0089fcb8a1c041751201a7c3f8558860dec | Boris Zbarsky — Bug 1160190. Remove most of the pref annotations in test_interfaces and test_worker_interfaces. r=jst | |
51b443c076bde39f84b688f9139f0d2fc1e7d446 | Chris Double — Bug 1160027 - Move ResourceQueue implementation from header file - r=cpearce | |
6e0c202e4469067f8eb3364623c1592a2e745825 | Brian R. Bondy — Bug 1159090 - Only append library path for updater if it is a unique value. r=rstrong | |
83082fcebedc934a8e78a5fca6dc4e858194be84 | Boris Zbarsky — And fix this to actually compile... Still bug 1160311. | |
53fadc2749bba3c6676fb5e1e27e909ef00cc089 | Boris Zbarsky — Bug 1160311. JITs should be enabled by default. r=jorendorff | |
2a93c3537086cedc93d1af5f69255ba5e9513908 | Eric Rahm — Bug 1142174 - Normalize omni.ja! paths when diffing about:memory reports. r=njn | |
33d085b0ca4030131e2d256c480a92a15cff2d52 | Seth Fowler — Bug 1157343 - Protect ProgressTracker::mImage with a mutex. r=tn | |
35dfb84cc70f937cf359de009a84fe551862ed3d | Patrick McManus — Bug 1159944 - more alt-svc tests r=hurley | |
7bc6ca1495610504491cc2c0634441a9b8abd873 | Mike Hommey — Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd | |
efa98fd2a0450d3355ff5ae233aba3cb52dfe628 | Nicholas Nethercote — Bug 1159972 - Remove the fallible version of PL_DHashTableInit(). r=froydnj. | |
5242ffa9e8d558d70164d5849b83cc4a565c3963 | Jeff Gilbert — Bug 1159034 - Only fake no-alpha for the backbuffer. - r=kamidphish | |
fd384372c6518ce234ac5524fa63e46f7a64dc4a | Wes Kocher — Backed out changeset 2736f8056026 (bug 1160311) for SM(e) bustage CLOSED TREE | |
3ce2f7f110af4f7139fe9edc4d11efb391a07e81 | Wes Kocher — Backed out changeset 4d85a02e9c28 (bug 1159743) under suspicion of breaking animation tests CLOSED TREE | |
43e99677905e6431b55d6fd1da11c19439e26efd | Eric Rahm — Bug 1145056 - Assert that the guard notifier has been initialized. r=froydnj | |
004350b7a05d12b7c0bfe72b9165a40757d80c4b | Olli Pettay — bug 1160181, don't deal with EventTargets for which a JS wrapper can't be created, rs=froydnj | |
4620352fe92e98df92636658daac79cd3484ab31 | Nick Fitzgerald — Bug 1159779 - mozilla::AutoTimelineMarker shouldn't be copy-able; r=smaug | |
7d4feaf04bcabbdbbf5e03ae6ef671929377cd6b | Ted Clancy — Bug 1157726: Updated algorithm to match ICU implementation of support for bidi isolates. r=smontagu | |
e42e4e3139c5ae9fd2ca373819e327d4a5a6d051 | Xidorn Quan — Bug 1159990 - Add TableArea struct and replace nsIntRect with it for table damage area. r=roc | |
796c77a8118b0ab5b4a5361780fea1ff3c09366a | Jim Mathies — Bug 1159327 - Enable accessibility more broadly with e10s and add an e10s a11y blacklist for clients with known issues. r=tbsaunde | |
2ac0d383d39a83bbd27cce543753aea8c357beca | Terrence Cole — Bug 1159540 - Organize and comment the marking paths; r=sfink | |
2736f805602675f719a38304ec689472e0e497c2 | Boris Zbarsky — Bug 1160311. JITs should be enabled by default. r=jorendorff | |
b39354cd8c5d4ca234f3d8dcbc5e082674f3ccb2 | Boris Zbarsky — Bug 1159755. Stop forcing the media.eme.apiVisible preference to be true in our test harness. r=cpearce | |
2b79e26142941fd818122c932d97899c459edf6e | Boris Zbarsky — Bug 1159756 followup. MediaSource got enabled on b2g since yesterday, apparently, so now we have a CLOSED TREE | |
ac04176ec9c6d57ef390c1941cd6f6399131fa76 | Patrick McManus — bug 1157280 - dont getSockName from main thread r=hurley | |
22f490b6242c37829d92b55e8ffd7dba9dcc80a5 | Boris Zbarsky — Bug 1154505. Speed up test_bug346659.html by dropping the extra gcs, since the test harness now does a better job of disabling the popup blocker. r=smaug | |
0d22cead404ee1a70e3f9990cc9d2ec741fc1b5c | Ryan VanderMeulen — Backed out changeset 31297813dd26 (bug 1159327) for bustage on a CLOSED TREE. | |
05398ebd8197e62566f54a9164442c2bced7e8e1 | David Keeler — bug 1153964 - allow unrestricted RC4 fallback in beta and release r=Cykesiopka | |
f450fec85dd575a60d012afc2e5be65ba8753f19 | Nathan Froyd — Bug 1159306 - explicitly initialize nsBaseHashtableET::mData; r=erahm | |
84acf9f2f583ed3e7cb6036058137d6c1b96bee8 | Nathan Froyd — Bug 1159304 - silence Coverity warning about implicit conversion issues in ReadAheadLib; r=erahm | |
d09321cd16a698bbc11369187a514225aa24f968 | Nathan Froyd — Bug 1159302 - handle ftell errors in nsINIParser::InitFromFile; r=erahm | |
904ac0b85ffa63a54b1264756e0504cc42a67aa1 | Bobby Holley — Bug 1159987 - Let consumers declare Mirror<T> rather than Mirror<T>::Holder. r=jww | |
16e9873d1901af94923f539c0aee54ac8c4c4545 | Bobby Holley — Bug 1159987 - Let consumers declare Canonical<T> rather than Canonical<T>::Holder. r=jww | |
e70d42de84381f59a9648e24490b689c6cbb95a5 | Bobby Holley — Bug 1159558 - Redesign watching to use a manager. r=jww | |
d27e5cc67ddafa6c26311a7156068b3c6615648c | Bobby Holley — Bug 1159558 - Eliminate initial notifies. r=jww | |
e1d007ba632148d6f6b6d3add504481f87598ac6 | Jim Mathies — Bug 1156057 - When content disposition information isn't available in the cache for an image the user right clicks, don't spew the console. r=felipe | |
31297813dd26df515d5b388e7f1faad00724cd33 | Jim Mathies — Bug 1159327 - Enable accessibility more broadly with e10s and add an e10s a11y blacklist for clients with known issues. r=tbsaunde | |
3265c932f222e8ffb93de7b2fd8173484cc89ee6 | Jim Mathies — Bug 1156592 - Record tab switch times under e10s and add support for debug console logging tied to a hidden pref. r=billm | |
37bab93f427e7e8b141ed0ac26c8e21e1a031128 | Jim Mathies — Bug 1156592 - Add two new e10s related tab switch telemetry probes to Histograms.json. r=felipe | |
7ca29507520332b21e014f994ae74f7285bcf411 | Jim Mathies — Bug 1156592 - Add a time elapsed helper to TelemetryStopwatch. r=felipe | |
76684a16659782d4bf263830e074866e4a40d887 | Steven Michaud — Bug 1159473 - Add Mac-specific debug logging code. r=spohl | |
68335ef1d4032da135884119909707fa0173e81c | David Parks — Bug 1152585 - Implement GetClientOffset in nsChildView to fix child offset calculation when drawInTitlebar=false r=mstange | |
47e43916cc0df71e7641234cd253aff8a48d0139 | George Wright — Bug 1148879 - style alltabs-item off the selected attribute, not visuallyselected r=mconley | |
c0c0afffcb9466669b3cfd4fe281966e51aa81ca | Mike Shal — Bug 1155349 - skip l10n-check for android mozharness builds; r=mrrrgn | |
641a358d8f119b4a93e484ee71a65c339648e3c3 | Ben Turner — Bug 1159967 - Handle logging after threads have shut down, r=janv. | |
abeb8366cea8289d602e761244670c5785987956 | Trevor Saunders — bug 1159722 - make atk expose more interfaces for proxied accessibles | |
883ca6986e84fe4d3db1800dcfb56fe0f9d7c063 | Daniel Holbert — Bug 1156847 followup: annotate workers helper-class "ScriptLoaderRunnable" OnStartRequest/OnStopRequest as override. rs=ehsan | |
955d0073cf9ad3e7f05434e55318bfa31ca2bac8 | Daniel Holbert — (no bug) Remove a stale reference to a fixed bug in a comment. DONTBUILD, comment-only | |
21fa8192f848663764c8bb384a98b9a8b7256daf | Mats Palmgren — Bug 1151201 - [css-grid] Update parsing of 'auto' in track-sizing functions to latest version of the spec. r=simon.sapin | |
1b3116ca2e5c3ec48cd3d25d4073d3ec4ba1c5a0 | Mats Palmgren — Bug 1146051 part 9 - [css-grid] More grid placement tests and new grid clamping tests. | |
04f190dd9090cb33e16deffbac992b0a32b92ca5 | Mats Palmgren — Bug 1146051 part 8 - [css-grid] Iterate all items again instead of collecting the ones with a definite position in an array which wouldn't be much of win anyway. r=dholbert | |
6d8c24568ae45b21f90682457a8cebc23262c06c | Mats Palmgren — Bug 1146051 part 7 - [css-grid] Make LineRange::mStart/mEnd into a union with both a signed/unsigned members to make it clear when we're working with translated line numbers and when not. r=dholbert | |
cd838a901830defba07d859b8ea282a6968d18a5 | Mats Palmgren — Bug 1146051 part 6b - [css-grid] Clamp grid lines after resolving 'auto'. r=dholbert | |
3e1c6c1d1a350a7ead65ad30a4a2d8bc6a287383 | Mats Palmgren — Bug 1146051 part 6 - [css-grid] Make the grid zero-based after resolving definite lines. r=dholbert | |
224b82a7ed131e731ef621c0a85d7cde962ab159 | Mats Palmgren — Bug 1146051 part 5b - [css-grid] Clamp resolved definite lines for abs.pos. to the untranslated grid bounds. r=dholbert | |
a5d65e0edabcc307b854d53db8ade0f5e68dc02a | Mats Palmgren — Bug 1146051 part 5 - [css-grid] Resolve definite lines such that they expand the implicit grid also to the top/left as needed. Also, implement the 'If not enough lines with that name exist, all lines in the implicit grid are assumed to have that name' spec change when resolving <custom-ident> with <integer> or span. r=dholbert | |
e2be01a8ae2cf9f5fb2e88540f5dee41ddf6aafe | Mats Palmgren — Bug 1146051 part 4 - [css-grid] Translate the grid so that the top-/left-most implicit line becomes 1,1. r=dholbert | |
32b9547b85212d1f94912b9c129e4c32696388c9 | Mats Palmgren — Bug 1146051 part 3 - [css-grid] Simplify some code because ResolveLine() never returns kAutoLine. r=dholbert | |
68280190891dedb53e5d65510bb8ba3cd31d7870 | Mats Palmgren — Bug 1146051 part 2 - [css-grid] Remove dead code because ResolveLine() never returns kAutoLine. r=dholbert | |
2a45e4b0f23eae02333a0aa6d8bc674ff17e4a8e | Mats Palmgren — Bug 1146051 part 1 - [css-grid] Change the representation of 'auto' from zero to kAutoLine - an arbitrary number outside the range we clamp definite lines to. r=dholbert | |
9a7c7a133dd60195cf5292510fe913beaa94d69d | Mats Palmgren — Bug 1147423 part 2 - [css-grid] Clamp grid lines to the -10000 .. 10000 range. r=dholbert | |
fa682ace73660c86a62b3928dbc2f7eb878b781d | Mats Palmgren — Bug 1147423 part 1 - [css-grid] Use a signed integer type for some line variables in preparation for negative implicit lines. r=dholbert | |
605d1ea1ff14b2f37a873ba0693e1891a8785a89 | Jonathan Watt — Bug 1159053 - Cache SVG getBBox and objectBoundingBox calculations for better performance. r=heycam | |
4eb6bc8c98c864f4e3011b72aafcadb21647aa4e | Jonathan Watt — Bug 1159208 - Rename variable to avoid misleading prefix. r=longsonr | |
6deee758b43ce4af8e38891b871fa0d6479a306f | Sotaro Ikeda — Bug 1156981 - Split CompositorParent's scheduling of composition to CompositorScheduler r=mchang | |
b09fdaa6314a7598097ef6a665bc36c40492c8be | Kartikaya Gupta — Bug 1148350 - Add a test. r=botond | |
262243fb509a6190003a8021013cb8f7370ec335 | Kartikaya Gupta — Bug 1148350 - Have ConvertToGecko use a live screen-to-apzc transform to avoid transform mismatches. r=botond | |
0cca6dda74672cc6203a2b6844ebbc1de34de060 | Kartikaya Gupta — Bug 1159455 - Fix assorted debugging strings in APZ code. r=botond | |
67cb17031e9f79452f37a4161cd8ee5f5d39b0bc | Terrence Cole — Bug 1159402 - Remove the zone-specialized Value barriers; r=sfink | |
0d5bddff56b41a9ca7be583101a1b5ea8ca149fb | Chris Manchester — Bug 1160164 - Run "all the tests" when invoking xpcshell's mach command with no arguments instead of passing "all" to the test resolver.;r=ahal DONTBUILD | |
b318ff4e610e6355d87fc97a6ad90e7b2f26c94e | Tim Taubert — Bug 1160098 - XULElement::LoadSrc() should check whether we successfully created a new frameLoader before trying to call SetIsPrerendered() on it r=smaug | |
98d3519ab098ebb3bb7ed3ceb405812e3d8b75de | David Major — Bug 1155836: Template on aComputeData in the DoGetStyle* helpers. r=dbaron f=bz | |
4d85a02e9c286a64c47d21e8f1f12d7fbbeb4c5e | Boris Zbarsky — Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles | |
fe44cfb27e75ac966193b7128024d0939a676af3 | Boris Zbarsky — Bug 1159756. Stop forcing the media.mediasource.enabled preference to true and the media.mediasource.whitelist preference to false in the test harness. r=kinetik |