- Jun 06, 2017
-
-
Ehsan Akhgari authored
Bug 1370448 - Start poll watchdog timer off of a runnable from the main thread in order to avoid a false positive detected deadlock; r=dragana
-
Mark Banner authored
MozReview-Commit-ID: FQZjG1i0ddk
-
Mason Chang authored
-
- Jun 02, 2017
-
-
Mason Chang authored
-
- Jun 06, 2017
-
-
Ben Kelly authored
-
Martin Robinson authored
-
- Jun 05, 2017
-
-
André Bargull authored
-
André Bargull authored
Bug 1370194 - Prefer to use Array objects when performing array operations in Intl self-hosted code. r=till
-
- Jun 06, 2017
-
-
Ekanan Ketunuti authored
The drag space at the start of the tab strip is meant to appear in non-maximized windows but not in maximized ones.
-
- Jun 02, 2017
-
-
André Bargull authored
Bug 1369762 - Don't atomize empty function names when retrieving the unresolved name of a bound function. r=till
-
André Bargull authored
Bug 1369680 - Use HasOwnProperty when resolving lazy properties to avoid triggering proxy traps in the proto-chain. r=jandem
-
- May 24, 2017
-
-
Harald Kirschner authored
Bug 1367580 - Add quantum-foxfooding@mozilla.com to extensions.geckoProfiler.acceptedExtensionIds. r=andym MozReview-Commit-ID: L6d3ei5oedV --HG-- extra : transplant_source : %1Bd%3A%D4%AE%BE%98%AB4%05S%04%DC%FCv%ED%CB%D4%2C%C4
-
- Jun 06, 2017
-
-
Kershaw Chang authored
The current channel annotation is happened at nsChannelClassifier::OnClassifyComplete and this is too late because this channel might be already hit the network. This patch adds a new API CheckIsTrackerWithLocalTable in nsChannelClassifier to check if the URI is in local blacklist and whitelist before calling BeginConnectActual. Please note that whitelist will be checked only when TP is disabled. --HG-- extra : rebase_source : 0761f6c7631bc934691c8d018be88514568a3aa1
-
Kershaw Chang authored
The original code creates nsChannelClassifier and calls ShouldEnableTrackingProtection twice when TP is enabled. To avoid redundancy, this patch makes channel classifier as a data member in nsHttpChannel. Note that the data member is a weak ptr to prevent ref count cycle. --HG-- extra : rebase_source : 4a77f1e51b38e27a065162cc702091aca2db51de
-
- Jun 02, 2017
-
-
André Bargull authored
Bug 1369337 - Forcibly create length and @@iterator properties for arguments when redefining. r=evilpie --HG-- extra : rebase_source : 5bd47ea33e4274b42443662aa6477b5678dea3df
-
- Jun 06, 2017
-
-
Joel Maher authored
MozReview-Commit-ID: 1ZLTUyHyYCH
-
Joel Maher authored
Bug 1369877 - when pushing to try with --artifact for osx builds, we skip upload-files. r=chmanchester MozReview-Commit-ID: 9qXwxihyNvx
-
- Jun 03, 2017
-
-
James Graham authored
MozReview-Commit-ID: 1cxaSW7ZPMW
-
- Jun 06, 2017
-
-
Joel Maher authored
MozReview-Commit-ID: Aer6ioMtUDe
-
- Jun 05, 2017
-
-
André Bargull authored
-
- May 30, 2017
-
-
Petr Sumbera authored
-
- Jun 05, 2017
-
-
André Bargull authored
Bug 1343363 - Check RegExp wasn't modified in RegExp.p.@@replace global elem-base optimized path. r=till
-
- Jun 06, 2017
-
-
Jim Mathies authored
Bug 1309271 - Fire accessibility focus events from focused content elements when focus changes from chrome to content. r=surkov MozReview-Commit-ID: 5Iu2TQ58kGa
-
- Jun 05, 2017
-
-
bechen authored
Because the nsVideoFrame's creation is not synchronous to "append to dom tree", there is a small gap that the TextTrackManager wants to render cue but no frame. Change the testcase to not hit the period. MozReview-Commit-ID: 9xhMjRJnoDR
-
- Jun 06, 2017
-
-
Sebastian Hengst authored
Backed out changeset 8adc00c59534 (bug 1369712) for crashes in xpcshell tests on Linux and OS X, e.g. in test_captive_portal_not_found.js @ JS::HeapObjectPostBarrier. r=backout
-
Jan de Mooij authored
Bug 1368736 - Mark BaselineFrame as debuggee frame in HandleDebugTrap if the breakpoint is on JSOP_DEBUGAFTERYIELD. r=shu
-
Jan de Mooij authored
-
Nicolas B. Pierron authored
Bug 1369803 - Allow FinishIncrementalEncoding call even if StartIncrementalEncoding call failed. r=shu
-
Sebastian Hengst authored
Backed out changeset b5195ecbebe6 (bug 1345368) for failing xpcshell's security/manager/ssl/tests/unit/test_broken_fips.js on Windows. r=backout UPGRADE_NSS_RELEASE
-
Sebastian Hengst authored
-
Nicolas B. Pierron authored
Bug 1368992 - JS bytecode cache: Do not attempt to encode bytecode if the compilation failed. r=mrbkap
-
JerryShih authored
Bug 1366502 - Make sure all wrapped textureHosts doesn't use TextureFlags::DEALLOCATE_CLIENT flag. v2. r=sotaro MozReview-Commit-ID: KjZIGRzRomT
-
JerryShih authored
We use gpu for yuv color conversion now. There are some precision problems in gpu path. Mark them fails-if and update the fuzzy-test value. MozReview-Commit-ID: 6tunOCj3OHB
-
JerryShih authored
Bug 1366502 - Update the thread model for RegisterExternalImage(), UnregisterExternalImage() and GetRenderTexture() call. v2. r=sotaro If we call UnregisterExternalImage() at non-render-thread and decrease the RenderTextureHost's ref-count to zero, the RenderTextureHost will be released in non-render-thread. That will cause some problems if we use some thread-specific functions in ~RenderTextureHost(). This patch uses a message loop in UnregisterExternalImage() to resolve this problem. MozReview-Commit-ID: CDazxGkE1cK
-
JerryShih authored
The RenderTextureHost might calls some thread-specific functions(e.g. OpenGL calls) in ~RenderTextureHost(). Add a checking here to prevent this problem. MozReview-Commit-ID: 62QlavmXOig
-
JerryShih authored
MozReview-Commit-ID: 8ODLYyXzHjO
-
JerryShih authored
Update for DXGITextureHostD3D11 and DXGIYCbCrTextureHostD3D11. MozReview-Commit-ID: CQqzHK3jqz7
-
JerryShih authored
MozReview-Commit-ID: 5cu8cYoTMxT
-
JerryShih authored
WR supports the planar-ycbcr image format. We turn to use the planar-ycbcr image to get rid of the software-ycbcr-to-rgb color format conversion(using libyuv) in gecko. The BufferTextureHost will use 3 image keys for SurfaceFormat::YUV format. The RenderBufferTextureHost will also use 3 DataSourceSurfaces to represent the 3 channel data in planar-ycbcr format. MozReview-Commit-ID: 3mMreSzKnMv
-
JerryShih authored
These 2 functions are used for WR. The GetWRImageKeys() will return the proper image keys according to the textureHost format. The PushExternalImage() will put all necessary WR commands into DisplayListBuilder for the textureHost rendering. MozReview-Commit-ID: FwCDxwsCMMy
-