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

502933 Коммитов

Автор SHA1 Сообщение Дата
Michael Layzell 73d3750562 Bug 1322390 - Iterate over a copy of mOwnedDirectListeners when removing them, r=pehrsons
MozReview-Commit-ID: PCLCEiKTFO
2016-12-08 15:54:46 -10:00
Michael Layzell c6fccac579 Bug 1299489 - Change nsTArray to use a custom iterator based on index instead of pointers to improve iterator invalidation safety of ranged for loops, r=froydnj
MozReview-Commit-ID: CahPOcRYvES
2016-12-08 15:54:45 -10:00
Jan Varga d80cf26c97 Bug 1312808 - rewrite stored WebAssembly.Module when build-id changes; r=asuth,luke 2016-12-08 15:37:13 -10:00
Trevor Saunders b2e95c2ac2 bug 1321884 - clean up the HeldMutexStack on helper threads r=jonco
The HeldMutexStack is cleaned up in JS_ShutDown() on the main thread, but since
it is thread local we need to clean it up on other threads where it is used.
2016-12-08 15:41:54 -10:00
Ehsan Akhgari 8ccfaa7a63 Bug 1322204 - Fail gracefully when the URL classifier service isn't available because we're in safe mode; r=smaug 2016-12-08 15:20:14 -10:00
Jan de Mooij 46babc66fe Bug 1315856 - Fix dynamic slot base address passed to fillSlotsWithUndefined. r=jonco 2016-12-08 14:49:38 -10:00
Jan de Mooij 1c6ab814be Bug 1318627 - Remove Zone::active and related infrastructure. r=jonco, f=bhackett 2016-12-08 14:26:36 -10:00
Timothy Nikkel 04b319ae6d Bug 1322435. Limit the number of image decoding threads we use in the parent process. r=aosmond
There aren't as many images in chrome to decode, and they aren't as big, so we don't need as many threads.
2016-12-08 18:20:13 -06:00
a13d957952 Bug 1321877. Fix compiler warnings in Downscaler.h when skia is not enabled. r=tnikkel 2016-12-08 18:20:12 -06:00
Hannes Verschore 36a4f8a9a7 Bug 1322443 - TraceLogging: Report irregexp execution in Ion, r=bbouvier 2016-12-08 13:56:11 -10:00
Hannes Verschore 5539b06fb0 Bug 1310155 - IonMonkey, part 1.1: Use a separate allocator for all control flow graphs, r=jandem 2016-12-08 13:53:07 -10:00
Hannes Verschore d889fa48d3 Bug 1310155 - IonMonkey, part 1.0: Split graph creation from IonBuilder, r=jandem 2016-12-08 13:53:05 -10:00
Hannes Verschore 1daea96f16 Bug 1310155 - IonMonkey, part 0.2: Make sure debug_check_operand works again, r=nbp 2016-12-08 13:53:03 -10:00
Hannes Verschore b6b07482d4 Bug 1310155 - IonMonkey, part 0.1: Make sure to report the out of memory during IonBuilder, r=nbp 2016-12-08 13:53:00 -10:00
Benjamin Smedberg e2074c41cd Bug 1322377 - frequent intermittent timeouts in TestNamedPipeService - there was a race between notifying the monitor and waiting for it, so instead of a monitor use an event, r=bagder
MozReview-Commit-ID: 6xgSH6shSm6

--HG--
extra : rebase_source : 36554d14857eb441b52f386a2984d02bd683cdd4
2016-12-08 09:05:39 -10:00
Andrea Marchesini 458019a9d8 Bug 1322518 - PermissionKey should propagate the error if nsIPrincipal::GetOrigin fails, r=ehsan 2016-12-08 10:45:52 -10:00
Andrea Marchesini 912e678ea6 Bug 1322514 - nsIPrincipal::GetOrigin should use the parent principal when dealing with blobURL, r=ehsan 2016-12-08 10:44:59 -10:00
Lars T Hansen 76c7159be5 Bug 1246597 - DOM comment change. r=me
--HG--
extra : rebase_source : 26794fefac6d5296b20ab54abba61f5e06bb872f
2016-11-24 14:16:17 +01:00
Lars T Hansen f4484acb99 Bug 1246597 - support DataView on SharedArrayBuffer. r=waldo
--HG--
extra : rebase_source : 9d9e943a6dac3d20602449314813d1dde571d2eb
2016-12-07 14:21:24 -10:00
Lars T Hansen 842a92723b Bug 1320956 - wasm baseline, do not interrupt tableswitch's jump table with other constants. r=bbouvier
--HG--
extra : rebase_source : 9f405103b5b11f14676d2c5d707b95568e068cd4
2016-12-02 19:42:54 +01:00
James Graham 221562f1a8 Bug 1321956 - Disable flake8 check for 'visually indented line with same indent as next logical line', r=ahal
MozReview-Commit-ID: ChaHkeSDNY8
2016-12-08 09:53:21 -10:00
James Graham 19b6bc91a2 Bug 1321127 - Add temporary annotations for asserts missed by CI, r=dbaron
These asserts appeared during the window when reftest harness assert
count failures were not correctly detected by the CI system. They are
expected to be fixed in followup commits.

MozReview-Commit-ID: JoXtI4c0SSF
2016-12-08 09:53:21 -10:00
James Graham d8c76e7543 Bug 1321127 - Add a assertion_count action to mozlog, r=ahal
This is intended as a structured replacement for the assertion checks
that previously used unstructured logs. It adds a log action
assertion_count, which takes the actual number of assertions observed
during a test, the minimum expeced number and the maximum expected
number. It also updates the reftest harness to use this logging.

MozReview-Commit-ID: JgjLlaYuvSG
2016-12-08 09:53:21 -10:00
Jim Chen f2d55370bb Bug 1321568 - Handle null and CharSequence prompt values; r=me
Correctly handle null values and CharSequence values (that are not
Strings) returned by prompt inputs. r=me for trivial patch.
2016-12-08 14:46:08 -05:00
Valentin Gosu 9f386d11f3 Bug 919391 - Incorrect Navigation Timing API: performance.timing.responseStart - performance.timing.requestStart < 0 r=baku,jgraham
MozReview-Commit-ID: 6s5FljTQEAB
2016-12-08 09:37:11 -10:00
George Wright 5391bc3a05 Bug 1317796 - Rebucket and rename GPU_PROCESS_LAUNCH_TIME_MS to cater for launch times up to 64000ms r=dvander data-review=bsmedberg 2016-12-08 11:20:43 -08:00
Kartikaya Gupta ab17b42149 Bug 1313446 - Detect a git repository when inside a git worktree. r=glandium
MozReview-Commit-ID: 8ngY6kNcp05
2016-12-08 08:28:36 -10:00
Ryan VanderMeulen 205ec1433a Bug 1322494 - Update pdf.js to version 1.6.372. r=bdahl 2016-12-08 12:17:30 -05:00
Sebastian Hengst a5a02d160f Backed out changeset 3bfbdec4ea08 (bug 1316803) for asserting in wasm.js (low 32 bits don't match) on Windows XP 32-bit. r=backout 2016-12-08 17:26:42 +01:00
Dão Gottwald f557cc7872 Bug 658467 - Fade out tab label on overflow instead of ellipsis. r=jaws ui-r=shorlander 2016-12-08 17:17:41 +01:00
Andrea Marchesini 516e223da4 Bug 1317173 - Better propagation of private browsing flag when a new window is opened, r=smaug 2016-12-08 05:52:31 -10:00
Andrea Marchesini 2ea55e1e86 Bug 1317173 - Parent window should be frozen when a new child window is opened, r=smaug 2016-12-08 05:51:47 -10:00
vincentliu 00226773fe Bug 1320613 - Add nullptr check for attach. r=jgilbert,
From 8f9578b8bebfdad04ca38eecd5fe0807b725e810 Mon Sep 17 00:00:00 2001
 ethlin
---
 dom/canvas/WebGLFramebuffer.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
2016-12-06 14:34:39 -10:00
Carsten "Tomcat" Book 9c7529527f Merge mozilla-central to mozilla-inbound 2016-12-08 16:28:42 +01:00
Carsten "Tomcat" Book 3e157ac240 merge mozilla-inbound to mozilla-central a=merge 2016-12-08 16:16:48 +01:00
Carsten "Tomcat" Book e3428d6b2f merge autoland to mozilla-central a=merge 2016-12-08 16:14:47 +01:00
ffxbld 2201a515fd No bug, Automated HPKP preload list update from host bld-linux64-spot-536 - a=hpkp-update 2016-12-08 06:24:27 -08:00
ffxbld aea8dfc9c6 No bug, Automated HSTS preload list update from host bld-linux64-spot-536 - a=hsts-update 2016-12-08 06:24:25 -08:00
Sebastian Hengst 0772ab2414 Backed out changeset f7e0dfe88d42 (bug 1321901) for failing e.g. reftest text-emphasis-style-property-002.html on unaccelerated Windows 8 x64 instances. r=backout 2016-12-08 11:12:44 +01:00
Tooru Fujisawa ec5fa62c8d Bug 1322035 - Do not strip leading .* pattern in RegExp.prototype.test with global/sticky flags. r=h4writer 2016-12-08 16:29:19 +09:00
Emilio Cobos Álvarez 76df13c08a Bug 1322446: Use namespaces in stylo's bindings. r=heycam
Servo patch: https://github.com/servo/servo/pull/14472

MozReview-Commit-ID: 1YHF10pP19s

--HG--
extra : rebase_source : bfba38429376648ea44504cb23c42b74719021b6
2016-12-07 17:30:52 -10:00
Mason Chang 0a092e1441 Bug 1321901 - Use IDWriteFontFace::GetRecommendedRenderingMode for font rendering mode in Skia. r=lsalzman 2016-12-07 17:27:04 -10:00
Andrea Marchesini 75af7759bf Bug 1321719 - Location URL should use Get/SetFilePath in nsIURIWithQuery, r=valentin 2016-12-07 16:29:25 -10:00
Andrea Marchesini 1ed1649bb7 Bug 1322440 - Get rid of contextFlags in nsIWindowCreator2, r=smaug 2016-12-07 16:20:08 -10:00
ffxbld b9c9d25736 No bug, Automated HPKP preload list update from host bld-linux64-spot-570 - a=hpkp-update 2016-12-07 06:27:07 -08:00
ffxbld 7435b5e48a No bug, Automated HSTS preload list update from host bld-linux64-spot-570 - a=hsts-update 2016-12-07 06:27:04 -08:00
Carsten "Tomcat" Book 3711e05144 merge mozilla-inbound to mozilla-central a=merge 2016-12-07 11:30:43 +01:00
Carsten "Tomcat" Book f218e40ad2 merge autoland to mozilla-central a=merge 2016-12-07 11:29:40 +01:00
James Graham 7d66aa9e4b Bug 1257249 - Replace a use of cStringIO with StringIO to avoid a problem with old Python versions, r=Ms2ger
MozReview-Commit-ID: D1wkrdaejQB
2016-12-06 18:32:36 -10:00
Wander Lairson Costa 5d5f326c05 Bug 1266624: Apply exponential backoff for mozharness download. r=dustin
MozReview-Commit-ID: Ip4MjVJFwT6

--HG--
extra : rebase_source : 62a0c16da8804df0dfcb8d194b6bbc0f1d74b8f8
2016-12-06 15:27:40 -10:00