Carsten "Tomcat" Book
76338929ce
Backed out changeset cf2ee5242986 (bug 1363191)
2017-05-10 13:01:23 +02:00
Carsten "Tomcat" Book
85e7d31eb4
Backed out changeset 9483bb6d8ce6 (bug 1330570) for test failures in test_selection_move_commands.html | cmd_scrollBottom - -300 should equal -300
2017-05-10 12:11:11 +02:00
Carsten "Tomcat" Book
cfae756c43
Backed out changeset 1b9ecb9b9fe8 (bug 1331718)
2017-05-10 12:09:08 +02:00
Carsten "Tomcat" Book
157a9fcde2
Backed out changeset 4527bd35cc4e (bug 1331718)
2017-05-10 12:09:06 +02:00
Carsten "Tomcat" Book
a1263f8111
Backed out changeset ff6861518bc3 (bug 1331718)
2017-05-10 12:09:04 +02:00
Jonathan Kew
83dd0ceea3
Bug 1362423 - Simplified testcase from the bug report. r=dholbert
2017-05-10 11:01:13 +01:00
Jonathan Kew
07bd548fcf
Bug 1362423 - Ensure nsBidiPresUtils::Resolve always clears the NEEDS_BIDI_RESOLUTION flags for the block and continuations, whichever code-path it takes when looking for possible short-circuits. r=dholbert
2017-05-10 11:01:07 +01:00
Christoph Kerschbaumer
b9a841105c
Bug 1355801: Nonce should not apply to images tests. r=dveditz
2017-05-10 08:53:27 +02:00
Christoph Kerschbaumer
e5865a7980
Bug 1355801: Nonce should only apply to script and style. r=dveditz
2017-05-10 08:52:24 +02:00
Bill McCloskey
c197e07ff2
Bug 1363560 - Name more runnables (r=mccr8)
...
MozReview-Commit-ID: 3hxZDA4JlTV
2017-05-09 21:53:25 -07:00
Bill McCloskey
64eae5b86d
Bug 1361561 - Add GetCurrentVirtualThread function (r=froydnj)
...
This change adds some functions that should be used instead of PR_GetCurrentThread. They both return a PRThread. GetCurrentPhysicalThread does exactly the same thing as PR_GetCurrentThread, but it makes it clearer what you're getting when there are cooperatively scheduled threads running.
GetCurrentVirtualThread returns the same value for all threads in a cooperative thread pool. The actual value it returns is somewhat immaterial.
MozReview-Commit-ID: 4lFwsF2NuzC
2017-05-09 21:53:23 -07:00
Bas Schouten
70d011d12c
Bug 1331718 - Part 3: Store pointers to DisplayItemData directly on nsIFrame. r=mattwoodrow r=dbaron
...
This patch aims to speed up the lookup and storage of DisplayItemData objects, by removing a level of indirection and preventing the previously required hashtable lookup in order to access these. Instead it stores an array of pointers on each frame that allows direct access to the DisplayItemData object by dereferencing the frame. Since most frames get either 1 or 2 DisplayItemData objects attached to them a specialized class is used that is of minimal size (2 * sizeof(void)) and that performs well for sizes 1 or 2.
MozReview-Commit-ID: HONKAmpk5H8
2017-05-10 05:07:38 +02:00
Bas Schouten
e8f8394b4e
Bug 1331718 - Part 2: Add unit tests for SmallPointerArray. r=froydnj
...
MozReview-Commit-ID: 7xdQfv7Dpph
2017-05-10 05:07:38 +02:00
Bas Schouten
1e05e1f138
Bug 1331718 - Part 1: Add small pointer array. r=froydnj
...
MozReview-Commit-ID: EapU5nBw1d3
2017-05-10 05:07:37 +02:00
Bas Schouten
17a260dee8
Bug 1330570: Allocate DisplayItemData into the PresShell Arena. r=mattwoodrow
...
MozReview-Commit-ID: 8zVPIVSslVA
2017-05-10 05:07:37 +02:00
Lee Salzman
4edf545b3e
Bug 1340627 - clobber for Skia update. r=me
2017-05-09 22:58:03 -04:00
Lee Salzman
8c18901f07
Bug 1340627 - part 8 - reftest fuzzing for update to Skia m59. r=mchang
...
MozReview-Commit-ID: LN29P1I4EsW
2017-05-09 22:31:07 -04:00
Lee Salzman
5bd9e996df
Bug 1340627 - part 7 - fix Skia NPAPI for Skia m59. r=mchang
...
MozReview-Commit-ID: G8ugt7I8ZKx
2017-05-09 22:31:07 -04:00
Lee Salzman
9e92454bc6
Bug 1340627 - part 6 - fix layers for Skia m59. r=mchang
...
MozReview-Commit-ID: 6pAV6FKDFQ4
2017-05-09 22:31:07 -04:00
Lee Salzman
db313c8c40
Bug 1340627 - part 5 - fix SkiaGL glue for Skia m59. r=mchang
...
MozReview-Commit-ID: LelzAgAdWb7
2017-05-09 22:31:07 -04:00
Lee Salzman
5587d89b74
Bug 1340627 - part 4 - fix thebes for Skia m59. r=mchang
...
MozReview-Commit-ID: JDlSyKeT389
2017-05-09 22:31:07 -04:00
Lee Salzman
ec8d1a9a71
Bug 1340627 - part 3 - fix Moz2d for Skia m59. r=mchang
...
MozReview-Commit-ID: 1fugjwSpOMZ
2017-05-09 22:31:07 -04:00
Lee Salzman
3bbca77ed4
Bug 1340627 - part 2 - update moz.build for Skia m59. r=jrmuizel
...
MozReview-Commit-ID: KdPvBio96Cw
2017-05-09 22:31:06 -04:00
Lee Salzman
b4227baa51
Bug 1340627 - part 1 - update Skia source to m59. r=mchang
...
--HG--
rename : gfx/skia/skia/src/gpu/glsl/GrGLSL_impl.h => gfx/skia/skia/include/private/GrGLSL_impl.h
rename : gfx/skia/skia/src/core/SkMessageBus.h => gfx/skia/skia/include/private/SkMessageBus.h
rename : gfx/skia/skia/include/core/SkBlitRow.h => gfx/skia/skia/src/core/SkBlitRow.h
rename : gfx/skia/skia/include/effects/SkGaussianEdgeShader.h => gfx/skia/skia/src/effects/SkGaussianEdgeShader.h
rename : gfx/skia/skia/src/gpu/batches/GrAAConvexPathRenderer.h => gfx/skia/skia/src/gpu/ops/GrAAConvexPathRenderer.h
rename : gfx/skia/skia/src/gpu/batches/GrAAConvexTessellator.h => gfx/skia/skia/src/gpu/ops/GrAAConvexTessellator.h
rename : gfx/skia/skia/src/gpu/batches/GrAAHairLinePathRenderer.h => gfx/skia/skia/src/gpu/ops/GrAAHairLinePathRenderer.h
rename : gfx/skia/skia/src/gpu/batches/GrAALinearizingConvexPathRenderer.h => gfx/skia/skia/src/gpu/ops/GrAALinearizingConvexPathRenderer.h
rename : gfx/skia/skia/src/gpu/batches/GrPathStencilSettings.h => gfx/skia/skia/src/gpu/ops/GrPathStencilSettings.h
rename : gfx/skia/skia/src/gpu/batches/GrStencilAndCoverPathRenderer.h => gfx/skia/skia/src/gpu/ops/GrStencilAndCoverPathRenderer.h
rename : gfx/skia/skia/include/xml/SkXMLParser.h => gfx/skia/skia/src/xml/SkXMLParser.h
2017-05-09 22:30:58 -04:00
Lee Salzman
20ac00c192
Bug 1350262 - implement prime rehash policy compat for unordered_map and unordered_set in libstdc++. r=glandium
...
MozReview-Commit-ID: 1zlGjRMKcBM
2017-05-09 22:15:18 -04:00
Micah Tigley
6f4d9b105a
Bug 1332085 - Add Color Name Field to Color Widget. r=gl
...
MozReview-Commit-ID: AYFulQcvBwv
2017-05-08 20:31:37 -06:00
Swapnesh Kumar Sahoo
6c9205b366
Bug 1351034
- Remove usages associated to WEB_NOTIFICATION_SENDERS. f=chutten; r=kitcambridge
...
MozReview-Commit-ID: Jm3ERVEW5Ww
--HG--
extra : rebase_source : 947967db6288c1e538bf8e9a16d8ac3a27812220
2017-05-09 09:19:10 -07:00
Swapnesh Kumar Sahoo
3133230b35
Bug 1351034
- Remove WEB_NOTIFICATION_PERMISSION_REMOVED. f=chutten; r=kitcambridge
...
MozReview-Commit-ID: 2X3PjxDgkPf
--HG--
extra : rebase_source : 09b97a268261d49c578ee2613b84d6644b8b3767
2017-05-09 09:24:01 -07:00
David Anderson
efabd88473
Wait for VideoDecoderManagerParents to shut down before destroying the VideoParent thread. (bug 1360697, r=billm)
2017-05-09 16:51:07 -07:00
Jonathan Watt
c8b7fce65e
Bug 1363075 - Stop using the :not(:target) selector in search-arrow-go.svg. r=dao
...
MozReview-Commit-ID: 7xoGv9Zto9p
2017-04-27 12:46:18 +01:00
Jonathan Watt
bbb480b857
Bug 1359631 - Convert Toolkit's reader/RM-Close-24x24.svg to use context paint to improve performance. r=dao
...
MozReview-Commit-ID: 9Y2nMIPgPqv
2017-04-26 17:34:06 +01:00
Jonathan Watt
19ff793434
Bug 1359631 - Convert Toolkit's narrate/forward.svg to use context paint to improve performance. r=dao
...
MozReview-Commit-ID: 8utei5jHQft
2017-04-26 11:58:30 +01:00
Jonathan Watt
9b72c5e1a8
Bug 1359631 - Convert Toolkit's narrate/back.svg to use context paint to improve performance. r=dao
...
MozReview-Commit-ID: EuXQzE3Ltsz
2017-04-26 11:20:52 +01:00
Jonathan Watt
f960816947
Bug 1359631 - Convert Toolkit's media/playButton.svg to use context paint to improve performance. r=dao
...
MozReview-Commit-ID: Ac7Y9QvA6Bo
2017-04-26 10:35:07 +01:00
Jonathan Watt
609b793c56
Bug 1359631 - Convert Toolkit's media/pauseButton.svg to use context paint to improve performance. r=dao
...
MozReview-Commit-ID: K75Dxk3PwI8
2017-04-26 09:33:43 +01:00
Jonathan Watt
cfea97eb87
Bug 1359762 - Only allow SVG images to use context paint if they're from chrome:// or resource://. r=dholbert
...
MozReview-Commit-ID: 5vaPp4Y8zMd
2017-04-25 12:47:19 +01:00
Dragana Damjanovic
1385efd212
Bug 1362959 - Call SetFastOpenConnected only if socketTransport has TFO in progress. r=mcmanus
2017-05-10 00:24:48 +02:00
Dragana Damjanovic
5512738e6d
Bug 1363448 - Let nsHttpConnectionMgr behave properly if StartFastOpen fails (which is conn->Activate() failing). r=mcmanus
2017-05-10 00:18:27 +02:00
Kartikaya Gupta
84a90cdcec
Back out bug 1359868 (2 csets) for possibly causing a checkerboarding regression. r=backout
...
MozReview-Commit-ID: KFOsj8If3sZ
2017-05-09 13:23:23 -04:00
Kartikaya Gupta
9e5e792b0f
Back out bug 1353060 (3 csets) for possibly causing a checkerboarding regression. r=backout
...
MozReview-Commit-ID: AIHvzAUUCeu
2017-05-09 13:23:20 -04:00
Alexander Surkov
6737b53749
Bug 1363027 - diagnostic asserts for Accessible::RemoveChild, r=davidb
2017-05-09 15:56:41 -04:00
Shu-yu Guo
e25f176582
Bug 1363191 - Pop eval lexical scope before propagating its var scope's Annex B functions. (r=anba)
2017-05-09 14:45:27 -07:00
Shu-yu Guo
02ce432ff5
Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring iterator close trynote. (r=arai)
2017-05-09 14:45:26 -07:00
Shu-yu Guo
a7f949a3ff
Bug 1359622 - Fix assert for calling Function.toString on class constructors when the compartment has had source discarded. (r=Yoric)
2017-05-09 14:45:26 -07:00
Kris Maglione
2356a202d5
Bug 1362623 - Wait for idle callback before executing document_idle content scripts. r=mixedpuppy
...
MozReview-Commit-ID: 6pOrH1lrTV2
--HG--
extra : rebase_source : 6fdaa909f5891360a4a8c9a505beb7c42584d2cb
2017-05-05 21:17:37 -07:00
Kris Maglione
d6e7aeff05
Bug 1363445: Speed up MessageChannel.addListener. r=aswan
...
MozReview-Commit-ID: iYavkWIQC
--HG--
extra : rebase_source : 483108e9eb04f8a7b93d9456c4e5882c9be52fa6
2017-05-09 10:22:41 -07:00
Franziskus Kiefer
647c94e8af
Bug 1359335 - collect telemetry on aes-ni support, r=gfritzsche
...
MozReview-Commit-ID: 23YbAcCls1H
--HG--
extra : rebase_source : e70869f3cb88052cb756649e4581f6690363acfe
2017-03-31 19:03:03 +02:00
Franziskus Kiefer
9fda03a207
Bug 1359333 - detect aes-ni support, r=froydnj
...
MozReview-Commit-ID: 4cCVIntG9bD
--HG--
extra : rebase_source : 4e6d7450fa06417c3ab29e6c104f433e43c72df6
2017-03-31 18:59:56 +02:00
Andrea Marchesini
667a1e29ae
Bug 1363395 - nsGlobalWindow::GetLocation should support to be called on the outer window, r=smaug
2017-05-09 22:41:19 +02:00
Andrea Marchesini
18368ca143
Bug 1359087 - Use IPCBlob in FileHandle - part 4 - FileHelper::SyncCopy must work with asyncInputStream, r=asuth
2017-05-09 22:35:43 +02:00