- 04 Mar, 2019 9 commits
-
-
Felipe Gomes authored
Differential Revision: https://phabricator.services.mozilla.com/D21082 --HG-- extra : moz-landing-system : lando
-
Felipe Gomes authored
Differential Revision: https://phabricator.services.mozilla.com/D21080 --HG-- extra : moz-landing-system : lando
-
Felipe Gomes authored
Differential Revision: https://phabricator.services.mozilla.com/D21079 --HG-- extra : moz-landing-system : lando
-
Felipe Gomes authored
Differential Revision: https://phabricator.services.mozilla.com/D21078 --HG-- extra : moz-landing-system : lando
-
Felipe Gomes authored
Bug 827976 - Don't trigger the creation of the hidden window on non-Mac platforms from newInstall.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D21077 --HG-- extra : moz-landing-system : lando
-
Felipe Gomes authored
Differential Revision: https://phabricator.services.mozilla.com/D21075 --HG-- extra : moz-landing-system : lando
-
Felipe Gomes authored
Bug 827976 - Don't create the hidden window in nsCCUncollectableMarker.cpp if it doesn't exist. r=mccr8 Differential Revision: https://phabricator.services.mozilla.com/D21074 --HG-- extra : moz-landing-system : lando
-
Felipe Gomes authored
Bug 827976 - Tablet Mode detection should favor using an existing window instead of the hidden window. r=aklotz Differential Revision: https://phabricator.services.mozilla.com/D21073 --HG-- extra : moz-landing-system : lando
-
Felipe Gomes authored
Differential Revision: https://phabricator.services.mozilla.com/D21072 --HG-- extra : moz-landing-system : lando
-
- 05 Mar, 2019 3 commits
-
-
Felipe Gomes authored
Differential Revision: https://phabricator.services.mozilla.com/D21071 --HG-- extra : moz-landing-system : lando
-
Brad Werth authored
Bug 1490974 Part 3: Add a test that invisible text and text in option tags doesn't generate a find result. r=mikedeboer Differential Revision: https://phabricator.services.mozilla.com/D10632 --HG-- extra : moz-landing-system : lando
-
Brad Werth authored
Bug 1490974 Part 2: Remove an assert that insists only editable elements can use independent selection. r=mikedeboer Depends on D10631 Differential Revision: https://phabricator.services.mozilla.com/D21428 --HG-- extra : moz-landing-system : lando
-
- 27 Feb, 2019 1 commit
-
-
Brad Werth authored
Bug 1490974 Part 1: For find-in-page, prevent invisible nodes and option nodes from being included in find results. r=mikedeboer Differential Revision: https://phabricator.services.mozilla.com/D10631 --HG-- extra : moz-landing-system : lando
-
- 05 Mar, 2019 27 commits
-
-
Henrik Skupin authored
Bug 1529938 - [marionette] Tests for screen orientation change have to wait for the change happened. r=gbrown Differential Revision: https://phabricator.services.mozilla.com/D22156 --HG-- extra : moz-landing-system : lando
-
Tom Schuster authored
Differential Revision: https://phabricator.services.mozilla.com/D21846 --HG-- extra : moz-landing-system : lando
-
Ehsan Akhgari authored
Bug 1532408 - Pass a docshell pointer to nsContentUtils::ShouldResistFingerprinting() callers in nsGlobalWindowInner.cpp; r=baku Differential Revision: https://phabricator.services.mozilla.com/D21995 --HG-- extra : moz-landing-system : lando
-
phoenixabhishek authored
Bug 1501543 - Misleading message when DisableAppUpdate is true but the system administrator updates Firefox in place. r=spohl,flod Updated the message strings Differential Revision: https://phabricator.services.mozilla.com/D22124 --HG-- extra : moz-landing-system : lando
-
Brindusan Cristian authored
-
Brindusan Cristian authored
Backed out changeset ff14d3c64e53 (bug 1532414) for buid bustages at WebGLContextExtensions.cpp. CLOSED TREE
-
Bryce Van Dyk authored
Bug 1522547 - Have MediaKeys observe if the owning document becomes inactive so it can shutdown. r=cpearce MediaKeys objects are typically created and associated with an HTMLMediaElement, however it is possible to create a MediaKeys object and not associate it with an HTMLMediaElement. This resulted in an issue where these MediaKeys would keep alive other components that would assert during bowrser shutdown (see bug 1522547). We anticipated that MediaKeys associated with an HTMLMediaElement would need to be shutdown if their owning document became inactive, but were not handling the case where the keys never became associated with an element. This patch has the MediaKeys listen directly to their owning document for activity change. The MediaKeys will shutdown if their document becomes inactive. This avoids MediaKeys not associated with HTMLMediaElements keeping other objects alive during browser shutdown. Differential Revision: https://phabricator.services.mozilla.com/D21983 --HG-- extra : moz-landing-system : lando
-
Bryce Van Dyk authored
Differential Revision: https://phabricator.services.mozilla.com/D21982 --HG-- extra : moz-landing-system : lando
-
Bryce Van Dyk authored
- Add more logging to MediaKeys. - Replace the instances of the %d formatter with PRIu32 when printing the PromiseId type (which has the underlying uint32_t type). Differential Revision: https://phabricator.services.mozilla.com/D21981 --HG-- extra : moz-landing-system : lando
-
Bryce Van Dyk authored
Because multiple ChromiumCDMProxy object may exist during a browser lifetime, logging the value of `this` in their logs is useful for disambiguating log statements, as well as matching ChromiumCDMProxy objects to pointers held by other objects. Update formatter usage in logs to prefer PRIu32 over %u when the underlying type is uint32_t. Differential Revision: https://phabricator.services.mozilla.com/D21980 --HG-- extra : moz-landing-system : lando
-
Bryce Van Dyk authored
The macros in these classes are used to output class names in logs. Differentiating them helps make logs clearer. Differential Revision: https://phabricator.services.mozilla.com/D21979 --HG-- extra : moz-landing-system : lando
-
Bryce Van Dyk authored
Use GMPLog.h in GMPContentPareant. Add logging to most functions. This logging was added to aid in diagnosing a shutdown crash, but should be generally useful to have. Driveby touchup of arg name to ChromiumCDMDestroyed to match header. Differential Revision: https://phabricator.services.mozilla.com/D21978 --HG-- extra : moz-landing-system : lando
-
Kartikaya Gupta authored
Differential Revision: https://phabricator.services.mozilla.com/D22093 --HG-- extra : moz-landing-system : lando
-
valenting authored
Differential Revision: https://phabricator.services.mozilla.com/D22005 --HG-- extra : moz-landing-system : lando
-
Aaron Klotz authored
Differential Revision: https://phabricator.services.mozilla.com/D21789 --HG-- extra : moz-landing-system : lando
-
Ehsan Akhgari authored
Bug 1532414 - Pass a document/principal pointer to nsContentUtils::ShouldResistFingerprinting() callers in the canvas API; r=baku Differential Revision: https://phabricator.services.mozilla.com/D22002 --HG-- extra : moz-landing-system : lando
-
Ehsan Akhgari authored
Bug 1532411 - Pass a document pointer to nsContentUtils::ShouldResistFingerprinting() callers in the gamepad API; r=baku Differential Revision: https://phabricator.services.mozilla.com/D21996 --HG-- extra : moz-landing-system : lando
-
ECarr authored
Differential Revision: https://phabricator.services.mozilla.com/D22176 --HG-- extra : moz-landing-system : lando
-
shindli authored
-
Brindusan Cristian authored
Backed out 6 changesets (bug 1525662, bug 1501665) for geckoview failures at org.mozilla.geckoview.test.NavigationDelegateTest.loadData_noMimeType. CLOSED TREE Backed out changeset 1fa7091b4b4e (bug 1525662) Backed out changeset 32249c69fee9 (bug 1525662) Backed out changeset aaa8fbdbbe48 (bug 1525662) Backed out changeset f07e25fac5b2 (bug 1525662) Backed out changeset a8ec11730706 (bug 1525662) Backed out changeset 159753062cfa (bug 1501665)
-
shindli authored
-
Brindusan Cristian authored
Backed out changeset d03269ca7469 (bug 1530794) Backed out changeset b5b2d3cc9e3a (bug 1530794)
-
Brindusan Cristian authored
-
Brindusan Cristian authored
Backed out 4 changesets (bug 1530550, bug 1529684) for bc crashes at [@ mozilla::dom::BrowsingContext::Detach(bool)]. CLOSED TREE Backed out changeset 289c2b4126c9 (bug 1530550) Backed out changeset 9f3e65f6b1dd (bug 1529684) Backed out changeset 257d45117af3 (bug 1529684) Backed out changeset 7f2bda80e479 (bug 1529684)
-
Brindusan Cristian authored
Backed out 5 changesets (bug 1508976, bug 1522581) for android geckoview bustages at /usr/bin/python2.7. CLOSED TREE Backed out changeset 7a6be593b0be (bug 1522581) Backed out changeset c47b37ac1775 (bug 1522581) Backed out changeset 91c31d2a7706 (bug 1508976) Backed out changeset da57df805c56 (bug 1508976) Backed out changeset 4e5d97c93515 (bug 1508976)
-
Nico Grunbaum authored
Moving video only functions from MediaConduitInterface to VideoSessionInterface Differential Revision: https://phabricator.services.mozilla.com/D20879 --HG-- extra : moz-landing-system : lando
-
Jan Henning authored
Differential Revision: https://phabricator.services.mozilla.com/D19308 --HG-- extra : moz-landing-system : lando
-