- 22 Nov, 2019 2 commits
-
-
Emma Malysz authored
Differential Revision: https://phabricator.services.mozilla.com/D54198 --HG-- rename : security/manager/pki/resources/content/certManager.xul => security/manager/pki/resources/content/certManager.xhtml rename : security/manager/pki/resources/content/certViewer.xul => security/manager/pki/resources/content/certViewer.xhtml rename : security/manager/pki/resources/content/changepassword.xul => security/manager/pki/resources/content/changepassword.xhtml rename : security/manager/pki/resources/content/clientauthask.xul => security/manager/pki/resources/content/clientauthask.xhtml rename : security/manager/pki/resources/content/deletecert.xul => security/manager/pki/resources/content/deletecert.xhtml rename : security/manager/pki/resources/content/device_manager.xul => security/manager/pki/resources/content/device_manager.xhtml rename : security/manager/pki/resources/content/downloadcert.xul => security/manager/pki/resources/content/downloadcert.xhtml rename : security/manager/pki/resources/content/editcacert.xul => security/manager/pki/resources/content/editcacert.xhtml rename : security/manager/pki/resources/content/exceptionDialog.xul => security/manager/pki/resources/content/exceptionDialog.xhtml rename : security/manager/pki/resources/content/load_device.xul => security/manager/pki/resources/content/load_device.xhtml rename : security/manager/pki/resources/content/protectedAuth.xul => security/manager/pki/resources/content/protectedAuth.xhtml rename : security/manager/pki/resources/content/resetpassword.xul => security/manager/pki/resources/content/resetpassword.xhtml rename : security/manager/pki/resources/content/setp12password.xul => security/manager/pki/resources/content/setp12password.xhtml extra : moz-landing-system : lando
-
Toshihito Kikuchi authored
Calling `AsWin32Error()` for the return value from `ShellExecuteByExplorer` can cause the crash because it may not be a Win32 error. We simply return `NS_ERROR_FILE_EXECUTION_FAILED` as we do in `nsProcess::RunProcess` or `ShellExecuteWithIFile`. We used to check the return value from `ShellExecuteExW` against `SE_ERR_NOASSOC`, but it never happens because `SE_ERR_` is returned as `SHELLEXECUTEINFO::hInstApp`. No worry about the no-association case because `IShellDispatch2.ShellExecute` displays the "How do you want to open this file?" popup when needed. Differential Revision: https://phabricator.services.mozilla.com/D54052 --HG-- extra : moz-landing-system : lando
-
- 23 Nov, 2019 8 commits
-
-
Cosmin Sabou authored
Backed out changeset 3a7f5b6a794f (bug 1598655) for browser chrome facilures on browser_touchbar_searchrestrictions.js.
-
Cosmin Sabou authored
-
Cosmin Sabou authored
Backed out changeset b22b8ed60c0c (bug 1583364) Backed out changeset ed4d544f3db4 (bug 1583364) Backed out changeset 6ce87f7cc6f8 (bug 1583364) Backed out changeset fd9f3064ec85 (bug 1583364) Backed out changeset 20a16191cee2 (bug 1583364) Backed out changeset 38314b60638c (bug 1583364) --HG-- rename : testing/runtimes/writeruntimes => testing/runtimes/writeruntimes.py extra : rebase_source : c4de0a09adfe4a94e45827860da68328ef33da6b
-
Edwin Takahashi authored
Bug 1596526 - use docker entrypoint to initialize dbus for Ubuntu 18.04 test image and set desktop session parameters accordingly in test-linux.sh r=jmaher Changes: Properly detect the distribution and release-version, and set the desktop session variable in `test-linux.sh` appropriately. Use docker `entrypoint` for initializing `dbus`. This change is critical for reducing the number of failures on GNOME-shell based systems, such as Ubuntu 18.04 as outlined in bug 1596526 comment 0. Differential Revision: https://phabricator.services.mozilla.com/D53089 --HG-- extra : moz-landing-system : lando
-
Harry Twyford authored
Differential Revision: https://phabricator.services.mozilla.com/D54314 --HG-- extra : moz-landing-system : lando
-
Ed Lee authored
Differential Revision: https://phabricator.services.mozilla.com/D54383 --HG-- extra : moz-landing-system : lando
-
Harry Twyford authored
Differential Revision: https://phabricator.services.mozilla.com/D53981 --HG-- extra : moz-landing-system : lando
-
bbassi authored
*** Fix Bug 1391239. Differential Revision: https://phabricator.services.mozilla.com/D51504 --HG-- extra : moz-landing-system : lando
-
- 22 Nov, 2019 1 commit
-
-
Shane Caraveo authored
Differential Revision: https://phabricator.services.mozilla.com/D54187 --HG-- extra : moz-landing-system : lando
-
- 21 Nov, 2019 1 commit
-
-
Dzmitry Malyshau authored
https://github.com/gfx-rs/wgpu rev d08118b535a95755c29984e256cba205172acd95 Differential Revision: https://phabricator.services.mozilla.com/D54014 --HG-- rename : gfx/wgpu/wgpu-native/Cargo.toml => gfx/wgpu/wgpu-core/Cargo.toml rename : gfx/wgpu/wgpu-native/src/binding_model.rs => gfx/wgpu/wgpu-core/src/binding_model.rs rename : gfx/wgpu/wgpu-native/src/command/allocator.rs => gfx/wgpu/wgpu-core/src/command/allocator.rs rename : gfx/wgpu/wgpu-native/src/command/bind.rs => gfx/wgpu/wgpu-core/src/command/bind.rs rename : gfx/wgpu/wgpu-native/src/conv.rs => gfx/wgpu/wgpu-core/src/conv.rs rename : gfx/wgpu/wgpu-native/src/hub.rs => gfx/wgpu/wgpu-core/src/hub.rs rename : gfx/wgpu/wgpu-native/src/id.rs => gfx/wgpu/wgpu-core/src/id.rs rename : gfx/wgpu/wgpu-native/src/lib.rs => gfx/wgpu/wgpu-core/src/lib.rs rename : gfx/wgpu/wgpu-native/src/pipeline.rs => gfx/wgpu/wgpu-core/src/pipeline.rs rename : gfx/wgpu/wgpu-native/src/resource.rs => gfx/wgpu/wgpu-core/src/resource.rs rename : gfx/wgpu/wgpu-native/src/track/buffer.rs => gfx/wgpu/wgpu-core/src/track/buffer.rs rename : gfx/wgpu/wgpu-native/src/track/mod.rs => gfx/wgpu/wgpu-core/src/track/mod.rs rename : gfx/wgpu/wgpu-native/src/track/range.rs => gfx/wgpu/wgpu-core/src/track/range.rs rename : gfx/wgpu/wgpu-native/src/track/texture.rs => gfx/wgpu/wgpu-core/src/track/texture.rs extra : moz-landing-system : lando
-
- 22 Nov, 2019 4 commits
-
-
Dzmitry Malyshau authored
Follow-up to https://phabricator.services.mozilla.com/D53999 that brings back just a bit of fuzzy for mask-layer tests on Android only. Differential Revision: https://phabricator.services.mozilla.com/D54313 --HG-- extra : moz-landing-system : lando
-
Emilio Cobos Álvarez authored
This would've made my life a lot easier. There's a couple things that don't match the spec that I've left as comments. Differential Revision: https://phabricator.services.mozilla.com/D31151 --HG-- extra : moz-landing-system : lando
-
Sylvestre Ledru authored
This page isn't referened for now as Mike has been working in bringing the MDN doc in-tree. Differential Revision: https://phabricator.services.mozilla.com/D53979 --HG-- extra : moz-landing-system : lando
-
Ting-Yu Lin authored
Bug 1594937 comment 2 provides an analysis on why it is OK to remove css-multicol reftests. The manual modifications in this patch are: - Remove `os.path.join("css-multicol")` in import-tests.py. - Remove css-multicol lines in failures.list - Migrate geckoview only failures annotations (bug 1558509) in failures.list to wpt ini files. Others parts are generated by running import-tests.py on a wpt repository with commit 15f199c91a72b0d51bf0a12b3b77827ecb5051ff. Differential Revision: https://phabricator.services.mozilla.com/D52928 --HG-- extra : moz-landing-system : lando
-
- 14 Nov, 2019 1 commit
-
-
alexdominguezg authored
Bug 1576672 - Disables the ability to highlight preview text in the Debugger. r=jlast user-select: none rule was applied to the "inline-preview" class. Could instead have been applied to "CodeMirror-widget" class. Differential Revision: https://phabricator.services.mozilla.com/D52445 --HG-- extra : moz-landing-system : lando
-
- 23 Nov, 2019 3 commits
-
-
Matthew Noorenberghe authored
* Inform users in autocomplete that using a generated password will cause it to be automatically saved. * Don't fill generated passwords from the context menu directly, that menu item (renamed) should simply force the generation UI to appear in autocomplete. Differential Revision: https://phabricator.services.mozilla.com/D54338 --HG-- extra : moz-landing-system : lando
-
Noemi Erli authored
Backed out changeset b6e3fa6363bd (bug 1593843) Backed out changeset 3db512256b0d (bug 1593843) Backed out changeset f67081ea84ee (bug 1593843) Backed out changeset ad02bb934459 (bug 1593843) Backed out changeset 1a79176d3f7b (bug 1593843) Backed out changeset 486c8562b816 (bug 1593843) Backed out changeset 0d4313c436c5 (bug 1593843) Backed out changeset 0c7e831d11bf (bug 1593843) Backed out changeset 02ac8c39f46d (bug 1593843) Backed out changeset 80895462dddf (bug 1593843) Backed out changeset 4ab855869725 (bug 1593843) Backed out changeset 5a24fc933cd6 (bug 1593843) Backed out changeset f1c50ee60a78 (bug 1593843)
-
Noemi Erli authored
Backed out changeset 0574444bda48 (bug 1570549) Backed out changeset 19c2658031e2 (bug 1570549) Backed out changeset 0817d4ca061d (bug 1570549) Backed out changeset 629c2fec174c (bug 1570549) Backed out changeset 3bfbbda57d4c (bug 1570549) Backed out changeset ac4ef8625479 (bug 1570549) Backed out changeset dc0e0e020273 (bug 1570549) Backed out changeset 94df2bb99c20 (bug 1570549) --HG-- rename : media/webrtc/signaling/src/sdp/SdpParser.h => media/webrtc/signaling/src/sdp/SdpErrorHolder.h
-
- 22 Nov, 2019 20 commits
-
-
jaril authored
Differential Revision: https://phabricator.services.mozilla.com/D51949 --HG-- extra : moz-landing-system : lando
-
emcminn authored
Differential Revision: https://phabricator.services.mozilla.com/D54039 --HG-- extra : moz-landing-system : lando
-
Zibi Braniecki authored
Differential Revision: https://phabricator.services.mozilla.com/D54373 --HG-- extra : moz-landing-system : lando
-
Neil Deakin authored
Bug 1298996, set up the location change listener promise before clicking the button to see if it fixes the intermittent, r=nhnt11 Differential Revision: https://phabricator.services.mozilla.com/D54268 --HG-- extra : moz-landing-system : lando
-
alwu authored
According to the nit in patch2, rearrange included files by their alphabet order. Differential Revision: https://phabricator.services.mozilla.com/D53883 --HG-- extra : moz-landing-system : lando
-
alwu authored
Differential Revision: https://phabricator.services.mozilla.com/D52807 --HG-- extra : moz-landing-system : lando
-
alwu authored
For media element, as the spec requires that we should know the whether it can be allowed to play when we call `media.play()` [1], which means that we should get the result before the play invocation. Therefore, we request for the play permission when we create media element. Differential Revision: https://phabricator.services.mozilla.com/D52438 --HG-- extra : moz-landing-system : lando
-
alwu authored
Bug 1593843 - part9 : use specific autoplay check when we enable the request asking on GeckoView r=bryce If we enabled the request asking on GV, then we would have a different way to check if the media is allowed to play or not. Differential Revision: https://phabricator.services.mozilla.com/D52794 --HG-- extra : moz-landing-system : lando
-
alwu authored
Bug 1593843 - part8.5 - check if we enable blocking web audio or not before checking other conditions. r=bryce If we don't enable blocking web audio, then we have no need to check other conditions, so we should check that earlier. Differential Revision: https://phabricator.services.mozilla.com/D53878 --HG-- extra : moz-landing-system : lando
-
alwu authored
Move helper functions out from `AutoplayPolicy`, makes us clearly know which one could really be used to determine the blocking autoplay result. It also give other classes an ability to use those helper functions if they have a need. Differential Revision: https://phabricator.services.mozilla.com/D52432 --HG-- extra : moz-landing-system : lando
-
alwu authored
Differential Revision: https://phabricator.services.mozilla.com/D52603 --HG-- extra : moz-landing-system : lando
-
alwu authored
`media.geckoview.autoplay.request` is used to control whether we send the play request. `media.geckoview.autoplay.request.testing` is used to control the request result in testing. Differential Revision: https://phabricator.services.mozilla.com/D52605 --HG-- extra : moz-landing-system : lando
-
alwu authored
Bug 1593843 - part5 : reset request status when insert a new document to the window in the top-level browsing context. r=farre When we insert the new document to the window in the top-level browsing context, we should reset the status of the request which is used for the previous document. Differential Revision: https://phabricator.services.mozilla.com/D52435 --HG-- extra : moz-landing-system : lando
-
alwu authored
`GVAutoplayPermissionRequestor` provides a method to request autoplay permission for a page, which would be used to decide if media is allowed to autoplay or not on GeckoView. Differential Revision: https://phabricator.services.mozilla.com/D52434 --HG-- extra : moz-landing-system : lando
-
alwu authored
If the page has already had same type pending request, then we don't want to send another request. If the page has already got the response from the request, we also don't want to send another request again. In order to achieve that, we decide to store the request's staus on the top-browsing context to make sure that all media elements in the same browsing context tree can share the same status. Thereforw, we could avoid sending redudant request when there is a pending request, and reuse the previous request's result. Differential Revision: https://phabricator.services.mozilla.com/D52431 --HG-- extra : moz-landing-system : lando
-
alwu authored
As we added new files, which affects the build bundle created by unified build. Therefore, add missing scope definition and included header to pass the build. Differential Revision: https://phabricator.services.mozilla.com/D52430 --HG-- extra : moz-landing-system : lando
-
alwu authored
Implement `GVAutoplayPermissionRequest`, that is used to provide an ability for GeckoView (GV) to allow its embedder (application) to decide whether the autoplay media should be allowed or denied on the page. We have two types of request, one for audible media, another one for inaudible media. Each page would at most have one request per type at a time, and the result of request would be effective on that page until the page gets reloaded or closed. Differential Revision: https://phabricator.services.mozilla.com/D52428 --HG-- extra : moz-landing-system : lando
-
Andreas Tolfsen authored
Full SHA-1: 2fff4ea08428842ad252a72bb3af30ab107fbd6c Contains two commits reverting the stderr workaround, now that bug 1590826 prints to stderr. Differential Revision: https://phabricator.services.mozilla.com/D54271 --HG-- extra : moz-landing-system : lando
-
John Dai authored
Differential Revision: https://phabricator.services.mozilla.com/D54367 --HG-- extra : moz-landing-system : lando
-
Nico Grunbaum authored
This moves the telemetry and preferences out into their own files and restores the parse result telemetery. Differential Revision: https://phabricator.services.mozilla.com/D52749 --HG-- extra : moz-landing-system : lando
-