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

518481 Коммитов

Автор SHA1 Сообщение Дата
Brian Hackett 0051d4ae6b Bug 1334837 - Add JSContext* to runtime for the active cooperatively scheduled thread, r=jandem,jonco,h4writer.
--HG--
extra : rebase_source : 6cdc3cc3d50e1ab3863d56a4c588ca5663a2fb1c
2017-02-06 12:40:11 -07:00
Boris Zbarsky 077e1ba24c Bug 1333556. Assert that an ErrorResult passed to a WebIDL callback as an outparam is not already-failed. r=peterv 2017-02-06 17:00:47 -05:00
Boris Zbarsky d39ec8ac20 Bug 1336768. Use the right element to get our tree box object from; fixes problem introduced in <https://hg.mozilla.org/integration/mozilla-inbound/rev/d4cafa51586a>. r=smaug 2017-02-06 17:00:41 -05:00
Chris Manchester 7ce4a5771d Bug 1336202 - Install the test updater to the test package by setting FINAL_TARGET in moz.build. r=mshal
MozReview-Commit-ID: JLJDJ2sJMM6
2017-02-06 13:24:50 -08:00
Gabriele Svelto b6dbac53af Bug 1328768 - Always keep the minidump analyzer runnable object alive until we remove the shutdown blocker; r=froydnj 2017-01-31 00:41:44 +01:00
Kris Maglione 395aa1f787 Bug 1336308: Part 5 - Add documentation for the Android-specific tab API helpers. r=aswan
MozReview-Commit-ID: UN78mhAArC

--HG--
extra : rebase_source : 6913804ebc3f1f464d900b84cf5d7cf9cc7c4952
2017-02-03 15:29:46 -08:00
Kris Maglione 28b57587cb Bug 1336308: Part 4 - Rename `tab` variables that refer to native tabs to avoid confusion. r=aswan
MozReview-Commit-ID: 5An7K1crYRS

--HG--
extra : rebase_source : b052d46fe2883850c95b2116534ee098f0d4efa2
2017-02-03 12:57:43 -08:00
Kris Maglione d76e319fe5 Bug 1336308: Part 3 - Add inline documentation for tabs API. r=aswan
MozReview-Commit-ID: 9ZwCkHcVv15

--HG--
extra : rebase_source : 565c1f7dce05b16eee62841dab558b902d4e0628
2017-02-02 19:30:56 -08:00
Kris Maglione 1eb1be7a98 Bug 1336308: Part 2 - Add a TabBase.sendMessage and TabBase.capture helper methods. r=aswan
MozReview-Commit-ID: EP8uxCkztvi

--HG--
extra : rebase_source : 03d6f3ce6e58172591ef82604b7090528964ebb6
2017-02-03 13:00:39 -08:00
Kris Maglione df848343c9 Bug 1336308: Part 1 - Fix the capitalization of innerWindowID properties. r=aswan
MozReview-Commit-ID: 1qp49K9zc40

--HG--
extra : rebase_source : 79aa93fd6c82463200233e6a0bb415727bb8da6b
2017-02-06 11:55:53 -08:00
Joel Maher 07253454c6 Bug 1332564 - disable webvtt/rendering/* as features are not implemented in gecko. r=gbrown
MozReview-Commit-ID: BOcSWKXJEHw
2017-02-06 14:32:49 -05:00
Joel Maher 34ea64d612 Bug 1321707 - Intermittent w3c-css/submitted/ui3/box-sizing-replaced-001.xht skip on android/linux. r=gbrown
MozReview-Commit-ID: 1ERcAhnCt92
2017-02-06 14:32:46 -05:00
Joel Maher c203f27827 Bug 1335099 - add BUG_COMPONENT to many dom/* subdir files. r=overholt
MozReview-Commit-ID: CyIIs98hnUI
2017-02-06 09:45:55 -05:00
Trevor Saunders 83b95e091a bug 1336901 - remove incorrect assert r=yzen
There are cases where there is no good reason to shutdown the child document
actors before the parent.  For example when TabParent::DestroyInternal() is
about to send the Destroy message we might as well just shut down the top level
document and let that tear down the rest.
2017-02-06 13:21:30 -05:00
Trevor Saunders a7e68b58ed bug 1337028 - add another diagnostic assert to DocAccessibleParent::Destroy() r=yzen 2017-02-06 13:21:30 -05:00
Ehsan Akhgari d9f2b1af97 Bug 1149127 - Stop exporting LoadInfo unnecessarily; r=ckerschb 2017-02-06 13:07:46 -05:00
Jan de Mooij 878781f731 Bug 1334933 part 4 - Fix mmap randomization on Linux32 to be within a fixed range to avoid conflicts. r=luke 2017-02-06 18:35:23 +01:00
Tom Schuster bd692cc4e7 Bug 1330006 - Fix eslint no-unused-vars error. r=till 2017-02-06 18:15:07 +01:00
Tom Schuster 27297d935e Bug 1330006 - Fix eslint no-else-return and consistent-return errors. r=till 2017-02-06 18:15:07 +01:00
Ben Kelly 5466fd2706 Bug 1336822 Optimize ResetTimesForTHrottleReduction() for common case. r=ehsan 2017-02-06 12:10:00 -05:00
Hannes Verschore 0d0660a801 Bug 1286307: Include Architecture-arm in ExecutableAllocator, r=bustage ON CLOSED TREE 2017-02-06 17:48:42 +01:00
Hannes Verschore fb1d206fcf Bug 1307651 - IonMonkey - Ensure ballast in jsop_rest, r=nbp 2017-02-06 17:18:18 +01:00
Hannes Verschore 9c5e86189f Bug 1286307: Double flush the instruction cache as workaround on the exynos7420 chipset, r=jandem 2017-02-06 17:11:16 +01:00
Ruturaj K. Vartak b7b3908f8f Bug 1326410 - Fixing ESLint Errors. r=ntim
MozReview-Commit-ID: HZ3iBCW0hEf
2017-02-06 06:53:00 +00:00
Andrea Marchesini 869af55a16 Bug 1335678 - Revert patch for bug 1302566, r=ehsan 2017-02-06 16:37:15 +01:00
Mason Chang 2618be0754 Bug 1322897. Part 2: Reftest fuzzing for skia dwrite grayscale fonts. r=lsalzman 2017-02-06 10:32:04 -05:00
Mason Chang 189cf8b6db Bug 1322897. Use only the G channel for grayscale AA Dwrite fonts and Skia. r=lsalzman 2017-02-01 15:47:33 -08:00
Jan de Mooij 83c8328d3a Bug 1335405 part 2 - Use SetPropIRGenerator for Baseline SETELEM stubs. r=h4writer 2017-02-06 16:25:05 +01:00
Jan de Mooij 484fe1e058 Bug 1335405 part 1 - Replace unused JOF_SET with JOF_PROPINIT and JOF_PROPSET. r=arai 2017-02-06 16:23:08 +01:00
Sebastian Hengst 7225ec6170 Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
Joel Maher b48ad7b33f Bug 1288993 - Run valgrind-mochitest twice a day as a Tier 2 job. r=dustin
MozReview-Commit-ID: HHGO66lHK0o
2017-02-06 09:46:02 -05:00
Joel Maher bb1ed1dc3f Bug 1332392 - embedding/* should have BUG_COMPONENTS specified in moz.build files. r=ted
MozReview-Commit-ID: 7xPFxORfRpu
2017-02-06 09:45:58 -05:00
Joel Maher 60e61eed48 Bug 1335099 - add BUG_COMPONENT to many dom/* subdir files. r=overholt
MozReview-Commit-ID: CyIIs98hnUI
2017-02-06 09:45:55 -05:00
Martin Stransky 609b4c9aad Bug 1336047 - Add gdk/gdkwayland.h to system headers, r=glandium 2017-02-02 02:08:00 +01:00
Mayank Srivastav 181d7326ea Bug 1331524 - Moved the tracking-protection icon before blocked-permissions-container. r=johannh 2017-02-04 22:16:41 +05:30
Tom Tung e185f7bc4c Bug 1220936 - Flush console report to innerWindowID by using nsIDocument and nsILoadGroup. r=bkelly. 2017-02-06 09:19:34 +08:00
Franziskus Kiefer 456a4733d7 Bug 1336654 - update expired certs and signatures for content signature tests, r=mgoodwin
--HG--
extra : rebase_source : ec6a62f2f8d651f6e2cc8d4dade93d9647d03a10
2017-02-06 10:07:49 +01:00
Jonathan Watt ffbfd1bf90 Bug 1333543 - Fix crash in nsRangeFrame::GetValueAtEventPoint on linux. r=mstange 2017-01-17 19:20:37 +00:00
Jonathan Watt ed3cbebef6 Bug 1335610 - Revert bogus code added to SVGGeometryFrame::PaintSVG in bug 1325865. r=longsonr 2017-01-16 10:04:16 +00:00
Carsten "Tomcat" Book 48700590bd Backed out changeset 8475919c50b5 (bug 1326910) for test failures in browser_bug517902.js on a CLOSED TREE 2017-02-06 13:52:25 +01:00
Bob Owen 28876dd1e2 Bug 1317921 Part 2: Check that nested URIs are loaded in the correct remote type. r=Gijs 2017-02-06 12:14:21 +00:00
Bob Owen aa37ddcd27 Bug 1317921 Part 1: Handle nested URIs properly in E10SUtils.jsm. r=Gijs 2017-02-06 12:14:21 +00:00
Carsten "Tomcat" Book 64c9244019 Merge mozilla-central to mozilla-inbound 2017-02-06 13:06:26 +01:00
Carsten "Tomcat" Book c95dc46546 merge mozilla-inbound to mozilla-central a=merge 2017-02-06 12:56:49 +01:00
Nicholas Nethercote 46b88ab7a6 Bug 1336326 (part 3) - Remove SamplerRegistry. r=mstange.
We only have one global Sampler, gSampler, and so SamplerRegistry is just an
unnecessary and obfuscating wrapper around it.

--HG--
extra : rebase_source : b675c414d0081dab2cd7dac864ffdff5070afe7d
2017-02-03 13:18:02 +11:00
Nicholas Nethercote 7302f2a052 Bug 1336326 (part 2) - Make sRegisteredThreadsMutex a StaticMutex. r=mstange.
StaticMutexes don't need to be created or destroyed, which avoids the need for
checking if they still exist.

This patch also adds locking to a few functions that lacked it. Every access to
sRegisteredThreads is now protected appropriately.

--HG--
extra : rebase_source : 2ea1d7372652ddd532e6e98c167be0997df33f07
2017-02-03 13:11:34 +11:00
Nicholas Nethercote e68e4a6f44 Bug 1336326 (part 1) - Remove Sampler::GetRegisteredThreads(). r=mstange.
Sampler::sRegisteredThreadsMutex is public. Might as well make
Sampler::sRegisteredThreads public too. This allows the getter to be removed,
and makes the code a little easier to read.

--HG--
extra : rebase_source : 4ff3ba92c9d74ae1b10a2be227ca15f61d15bee2
2017-02-03 11:27:14 +11:00
Ben Kelly b639eaf199 Bug 1336598 P3 Add preferences to control timeout back pressure algorithm. r=smaug 2017-02-05 21:50:12 -05:00
Ben Kelly cc8571902b Bug 1336598 P2 Avoid underflow in timeout CancelOrUpdateBackpressure(). r=smaug 2017-02-05 21:50:09 -05:00
Ben Kelly 10744cc4bb Bug 1336598 P1 Tune setTimeout anti-flood constants to minimize jank. r=smaug 2017-02-05 21:50:07 -05:00