Commit Graph

642587 Commits

Author SHA1 Message Date
Jason Laster
7d501cb80f Bug 1535095 - Hidden column breakpoints are shown. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D23881

--HG--
extra : moz-landing-system : lando
2019-03-19 17:15:27 +00:00
Kearwood "Kip" Gilbert
55278c6768 Bug 1532375 - Implement Matrix4x4Double and QuaternionDouble r=lsalzman
The upcoming WebXR API (Bug 1419190) requires intermediate calculations of real-world space coordinates to have more precision with larger ranges. I expect that double precision matrix and quaternions will also be useful in other graphics and layout work.

It would not be ideal to expand the existing classes to always use double precision, as it would incur a significant performance penalty on certain platforms (eg, Arm). The double-precision variants should be used only when required.

The existing gfx::Matrix4x4 and gfx::Quaternion implementation can be extended with templates to generate both single and double precision variants.

Differential Revision: https://phabricator.services.mozilla.com/D22010

--HG--
extra : moz-landing-system : lando
2019-03-19 17:19:47 +00:00
Michael Froman
5410fc4ddc Bug 1530305 - handle failure to alloc Shmem in RemoteVideoDecoderParent. r=jya
- Modify ProcessDecodedData to return a MediaResult.
- RemoteDecoderParent::RecvInput and RemoteDecoderParent::RecvDrain
  both use error returned from ProcessDecodedData to call SendError.
- RemoteVideoDecoderParent and RemoteAudioDecoderParent both return
  MediaResult with NS_ERROR_OUT_OF_MEMORY if AllocShmem fails in
  ProcessDecodedData (or if the returned buffer size is less than
  the requested size).

Differential Revision: https://phabricator.services.mozilla.com/D23988

--HG--
extra : moz-landing-system : lando
2019-03-19 15:56:52 +00:00
Jesse Schwartzentruber
3905101073 Bug 1519851 - Create --enable-fuzzing debug build job for MacOSX. r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D19862

--HG--
extra : moz-landing-system : lando
2019-03-19 17:01:38 +00:00
David Walsh
bf0e583e57 Bug 1536216 - Redesign map scopes pane r=jlast
Adds a checkbox to the Scopes accordion header to allow mapping scope.

Differential Revision: https://phabricator.services.mozilla.com/D24059

--HG--
extra : moz-landing-system : lando
2019-03-19 17:03:13 +00:00
Coroiu Cristina
fd6ff1f19f Bug 1533648 - disable track-cues-enter-exit.html on windows for frequent failures r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D24022

--HG--
extra : moz-landing-system : lando
2019-03-19 17:17:47 +00:00
Dan Minor
111aed14cd Bug 1535766 - Handle unaligned buffers in WebrtcGmpVideoCodec::Encoded; r=bwc
This uses the Endian routines to ensure that reads will match the endianess
of the current machine, which is the expected behaviour of the openh264
plugin. The calls to readUint16 and readUint32 memcpy to a properly aligned
buffer avoiding any problems with alignment. The memcpy adds some overhead
but it seems negligible compared to the amount of work done to packetize and
send the encoded data.

These changes were tested by adding code to create an unaligned buffer and
memcopying the received buffer into it.

This also adds a null check for the received buffer as we have seen a small
volume of null pointer crashes.

Differential Revision: https://phabricator.services.mozilla.com/D24030

--HG--
extra : moz-landing-system : lando
2019-03-19 17:15:39 +00:00
Coroiu Cristina
bac7a4e580 Backed out changeset b9c222097ae1 (bug 1522893) for devtools failures at devtools/client/storage/test/browser_storage_delete.js on a CLOSED TREE 2019-03-19 19:06:34 +02:00
prathiksha
caf57be3d6 Bug 1526522 - Provide visual effects on password field autocomplete. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D20745

--HG--
extra : moz-landing-system : lando
2019-03-19 16:57:18 +00:00
Sam Foster
944641d7de Bug 1534447 - Add application menu item to show Logins & Passwords. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D23737

--HG--
extra : moz-landing-system : lando
2019-03-19 16:46:44 +00:00
Sam Foster
280105bc8e Bug 1534447 - Replace login and login-detailed icon with new icon. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D23749

--HG--
extra : moz-landing-system : lando
2019-03-19 16:46:35 +00:00
Rob Wu
0bf802b216 Bug 1536504 - Update outdated comment about _blank.html r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D24058

--HG--
extra : moz-landing-system : lando
2019-03-19 16:51:50 +00:00
Coroiu Cristina
d1458a807e Backed out changeset 53bd5240052b (bug 1424287) for mozabase failures at testing/mozbase/mozlog/tests/test_formatters.py 2019-03-19 18:46:09 +02:00
Honza Bambas
87dbb69b5b Bug 1535361 - Let stream transport service idle with 5 threads instead of only one to not create/kill threads in quick bursts; add option to thread pool to shorten the idle timeout progressively with number of idle thread to save memory, r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D23845

--HG--
extra : moz-landing-system : lando
2019-03-19 14:35:12 +00:00
Honza Bambas
44f895e1f6 Bug 1527712 - Move I/O in nsFileChannel::OpenContentStream to a background thread, r=kershaw,dragana
Differential Revision: https://phabricator.services.mozilla.com/D23352

--HG--
extra : moz-landing-system : lando
2019-03-19 15:25:47 +00:00
Sean Stangl
222f7413b2 Bug 1536220 - Enable IonMonkey on ARM64 in-browser. r=nbp
Enable IonMonkey on ARM64 in-browser.

Differential Revision: https://phabricator.services.mozilla.com/D23929

--HG--
extra : moz-landing-system : lando
2019-03-19 15:26:43 +00:00
vrinda
ae793e05f0 Bug 1424287 - [mozlog] added color dictionary and functionality for overriding formatter r=jgraham
The default color dictionary is implemented,to avoid hardcode color information. The functionality for overridding the values in formatter, is hitherto partially
 implemented

Differential Revision: https://phabricator.services.mozilla.com/D23134

--HG--
extra : moz-landing-system : lando
2019-03-19 16:23:10 +00:00
Sylvestre Ledru
ab23ebfb0e Bug 1535948 - Fix the indentation: the code wasn't executed r=mshal
Differential Revision: https://phabricator.services.mozilla.com/D24035

--HG--
extra : moz-landing-system : lando
2019-03-19 16:02:05 +00:00
Michael Ratcliffe
e9a5487529 Bug 1531845 - Silence various React warnings to help clear up debug mode test logs r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D23115

--HG--
extra : moz-landing-system : lando
2019-03-19 15:29:37 +00:00
Michael Ratcliffe
eecca073ec Bug 1521151 - Make Flexbox Inspector canvas take zoom into account when scrolling r=gl
The Flexbox Inspector uses platform APIs that don't take zoom into account whilst the Grid Inspector uses APIs that do take zoom into account.

This means that the zoom calculations when repositioning the canvas need to be different when called from the Flexbox Inspector than when called from the grid inspector.

I have added a `zoomWindow` option to `canvas.js::updateCanvasElement()` that allows us to optionally apply zoom to the current canvas position and the flexbox issue reported in the bug now works just fine.

All the usual other test cases work just fine with this patch applied.

Differential Revision: https://phabricator.services.mozilla.com/D23887

--HG--
extra : moz-landing-system : lando
2019-03-19 15:33:43 +00:00
Sylvestre Ledru
1e86e44154 Bug 1514770 - hooks_clang_format for git: Run clang-format on the changed files r=sheehan
Depends on D23789

Differential Revision: https://phabricator.services.mozilla.com/D23798

--HG--
extra : moz-landing-system : lando
2019-03-18 19:51:59 +00:00
David Walsh
e1ab9dbe90 Bug 1522893 - Allow deletion of storage items via keyboard r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D23896

--HG--
extra : moz-landing-system : lando
2019-03-19 15:36:42 +00:00
MOHIT NAGPAL
8f8caddf33 Bug 1536196 - loadSourceText should probably be responsible for pretty-printing files. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D23917

--HG--
extra : moz-landing-system : lando
2019-03-19 15:37:35 +00:00
Coroiu Cristina
5f875389c3 Backed out changeset bdefd9c7fc99 (bug 1534343) for mochitest failures at netwerk/cookie/test/mochitest/test_xmlDocument.html on Android on a CLOSED TREE 2019-03-19 17:50:08 +02:00
Sylvestre Ledru
2f1bbc93d9 Bug 1535829 - Ride along, format the file using black r=sheehan
Differential Revision: https://phabricator.services.mozilla.com/D23789

--HG--
extra : moz-landing-system : lando
2019-03-19 15:25:25 +00:00
Kartikaya Gupta
e4a8c5322d Bug 1469897 - Add a complex pointer-events hit-testing test. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D23910

--HG--
extra : moz-landing-system : lando
2019-03-18 23:05:59 +00:00
Valentin Gosu
de736f1c55 Bug 1532253 - Hold lock in mozilla::dom::IsType() r=baku
Differential Revision: https://phabricator.services.mozilla.com/D24018

--HG--
extra : moz-landing-system : lando
2019-03-19 15:14:04 +00:00
Valentin Gosu
1d4e58f9fd Bug 1532253 - Use nsIURI.prePath instead of manually computing it r=baku
Differential Revision: https://phabricator.services.mozilla.com/D22134

--HG--
extra : moz-landing-system : lando
2019-03-19 15:14:01 +00:00
Valentin Gosu
b7c2ade2f2 Bug 1532253 - Add threadsafe BlobURLProtocolHandler::CreateNewURI r=baku
Differential Revision: https://phabricator.services.mozilla.com/D22135

--HG--
extra : moz-landing-system : lando
2019-03-19 15:13:47 +00:00
Valentin Gosu
deedaed045 Bug 1532253 - make BlobURL.mMutable be private r=baku
Differential Revision: https://phabricator.services.mozilla.com/D22136

--HG--
extra : moz-landing-system : lando
2019-03-19 15:11:33 +00:00
Valentin Gosu
87e9bbff49 Bug 1532253 - Add NS_NewURIOnAnyThread r=baku
Differential Revision: https://phabricator.services.mozilla.com/D22137

--HG--
extra : moz-landing-system : lando
2019-03-19 15:11:31 +00:00
Geoff Brown
e7c069fb48 Bug 1536238 - Expand mozprocess debug logging; r=whimboo
Add debug() for the process handler and process reader classes, and add a few
debug() calls that I am interested in.

Differential Revision: https://phabricator.services.mozilla.com/D23946

--HG--
extra : moz-landing-system : lando
2019-03-19 15:07:02 +00:00
Mike Conley
fe0b02a356 Bug 1535454 - Add some preliminary Picture-in-Picture automated tests. r=Felipe
Differential Revision: https://phabricator.services.mozilla.com/D23730

--HG--
extra : moz-landing-system : lando
2019-03-19 15:07:04 +00:00
Olli Pettay
1dc9c72510 Bug 1536266, remove unused XPCVariant::mCCGeneration, r=mbrodesser
Differential Revision: https://phabricator.services.mozilla.com/D24016

--HG--
extra : moz-landing-system : lando
2019-03-19 14:52:35 +00:00
Jeff Muizelaar
215442f5e9 Bug 1536242. Enable WebRender on AMD Cayman (Northern Islands) chips. r=kats
We haven't seen any AMD related bugs on Nightly so I'd like to expand
our scope further.

Differential Revision: https://phabricator.services.mozilla.com/D23944

--HG--
extra : moz-landing-system : lando
2019-03-19 14:22:45 +00:00
Marco Bonardo
a88ef6676c Bug 1530706 - IME may be displayed along with the urlbar results panel. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D23836

--HG--
extra : moz-landing-system : lando
2019-03-19 14:06:33 +00:00
Alex Gaynor
177fb00eba Bug 1375863 - fold MOZ_CONTENT_SANDBOX and MOZ_GMP_SANDBOX into MOZ_SANDBOX; r=jld,firefox-build-system-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D22975

--HG--
extra : moz-landing-system : lando
2019-03-18 22:31:59 +00:00
Mellina Yonashiro
27590d5af5 Bug 1534629 Non-bypassable cert error pages should use Advanced instead of More information r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D23316

--HG--
extra : moz-landing-system : lando
2019-03-18 17:11:50 +00:00
Henri Sivonen
085ffa46c6 Bug 1535541 Use chrome-process TabParent focus instead of APZ focus for keyboard event routing. r=nika
Depends on D20981

Differential Revision: https://phabricator.services.mozilla.com/D23634

--HG--
extra : moz-landing-system : lando
2019-03-19 13:37:22 +00:00
Henri Sivonen
976ad7e3a6 Bug 1524242 - Capture TabParent of out-of-process iframe when creating TextComposition. r=masayuki
Depends on D23641

Differential Revision: https://phabricator.services.mozilla.com/D20981

--HG--
extra : moz-landing-system : lando
2019-03-19 13:37:20 +00:00
Henri Sivonen
4b60851a1c Bug 1524976 - Lookup TabParent by TabParent::GetFocused() in EventStateManager::DoContentCommandEvent(). r=masayuki
Depends on D23632

Differential Revision: https://phabricator.services.mozilla.com/D23641

--HG--
extra : moz-landing-system : lando
2019-03-19 13:37:16 +00:00
Henri Sivonen
76985857be Bug 1535537 - Maintain information about focused TabParent on chrome main thread independently of APZ. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D23632

--HG--
extra : moz-landing-system : lando
2019-03-19 13:37:14 +00:00
Nicolas Chevobbe
5fe7229262 Bug 1534938 - Don't scroll to bottom when opening a group. r=Honza.
The heuristic to scroll the console output to the bottom was
to only look if new messages were visible. But it can happen
that such case is triggered by only opening a closed group.
This patch tweaks the heuristic a bit to exclude the case
where we open a group, while making sure that we still
scroll to bottom if there are new, opened, group messages.
A test is added to ensure this works as expected.

Differential Revision: https://phabricator.services.mozilla.com/D23996

--HG--
extra : moz-landing-system : lando
2019-03-19 13:37:50 +00:00
Sam Sneddon
02fae301d6 Bug 1536410 - make mozlog grouped formatter use float math for computing suite time r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D24007

--HG--
extra : moz-landing-system : lando
2019-03-19 13:35:14 +00:00
Andrea Marchesini
7f2e25b635 Bug 1534340 - Fix a nullptr check in CookieServiceChild::RequireThirdPartyCheck, r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D23873

--HG--
extra : moz-landing-system : lando
2019-03-19 13:23:28 +00:00
Andrea Marchesini
6b62a78cfd Bug 1536372 - Get rid of PURLClassifierInfo MaybeInfo, r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D23992

--HG--
extra : moz-landing-system : lando
2019-03-19 09:31:07 +00:00
Andrea Marchesini
11de36bb5e Bug 1534343 - Document should check if its mCookieSettings exists before using it, r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D23764

--HG--
extra : moz-landing-system : lando
2019-03-19 12:24:20 +00:00
Hemakshi Sachdev
fa497a3a45 Bug 1430359 - Disable HTTP Cache does not work after use of performance analysis. r=Honza
Added a condition in the `openStatistics` action to check if Disabled Cache is checked, if yes, do a reload with cache disabled

Differential Revision: https://phabricator.services.mozilla.com/D23856

--HG--
extra : moz-landing-system : lando
2019-03-19 12:38:37 +00:00
Valentin Gosu
599df523e1 Bug 1420677 - Make sure to update addr_info_gencnt each time we change addr_info r=dragana
When changing addr_info we didn't always update addr_info_gencnt, so when it the old AddrInfo was freed, even though we lock in nsDNSRecord::GetNextAddr, mIter would still point to the old AddrInfo.

Differential Revision: https://phabricator.services.mozilla.com/D23923

--HG--
extra : moz-landing-system : lando
2019-03-19 12:21:07 +00:00
Valentin Gosu
a2d6b63946 Bug 1420677 - Make AddrInfo.mAddresses an AutoCleanLinkedList r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D22960

--HG--
extra : moz-landing-system : lando
2019-03-19 12:22:10 +00:00