- 26 Jul, 2018 1 commit
-
-
Narcis Beleuzu authored
Backed out changeset a809b45ff49b (bug 1478308) Backed out changeset c68131530742 (bug 1478308) Backed out changeset 0e4ba7a6dc1a (bug 1478308) Backed out changeset 32a27f317a77 (bug 1478308)
-
- 25 Jul, 2018 4 commits
-
-
Mark Banner authored
MozReview-Commit-ID: 2l6rvxykrWB --HG-- extra : rebase_source : 9bfe49a329b0ef38e45b5886070e2c1af1edecbe
-
Mark Banner authored
MozReview-Commit-ID: 45Tfs2ZZ06r --HG-- extra : rebase_source : 10f2f734c883a1ac85b5dee21df119a4c6ae2898
-
Mark Banner authored
MozReview-Commit-ID: 1oprv2tG0HG --HG-- extra : rebase_source : 89471677bab059efe9d9cb8a48b2cd557bd41e33
-
Mark Banner authored
MozReview-Commit-ID: BYTDdLU2HoM --HG-- extra : rebase_source : 67dc15c0cdff0234d3274f1a8978d1f2a5b3f411
-
- 24 Jul, 2018 2 commits
-
-
Petru Lingurar authored
The problem was because on API >=26 the JobIntentServices used for the updater functionality will be used by JobScheduler by binding to them. But because they were set to run in a different process the binding was not possible. MozReview-Commit-ID: I8rbcoLyhyJ --HG-- extra : rebase_source : 1bc423f6012aff6c9b0d960b046af04f32b8bd7b
-
Petru Lingurar authored
MozReview-Commit-ID: 1DyoBj0wpRe --HG-- extra : rebase_source : 11453e678371f926cecf130aafc01a0caf9ac972
-
- 26 Jul, 2018 3 commits
-
-
Petru Lingurar authored
PromptService will be informed when the screen is rotated and in turn it will ask every Prompt shown to reset it's current layout. For this, every Prompt will - save it's current input value in PromptInput's mValue or similar field already used for storing the default PromptInput value. - create a new widget to be used in the new AlertDialog, with a new appropriate layout for portrait / landscape. This is when the mValue field will be used to initialize the new widget with the previous input. MozReview-Commit-ID: L6eHyGNDt3d --HG-- extra : rebase_source : ada913a8e6ada99a7d49eb47d1c64831a8f698da
-
Mark Hammond authored
Bug 1478547 - exceptions processing sync logins now bubble up for better handling and recovery. r=tcsc MozReview-Commit-ID: 3y8ryBxueFS Differential Revision: https://phabricator.services.mozilla.com/D2408 --HG-- extra : moz-landing-system : lando
-
Brian Birtles authored
This updates our implementation and tests to match the following spec change: https://github.com/w3c/csswg-drafts/commit/2e56cd7d77f17f9931cd0024be79e498ad1f60bb Differential Revision: https://phabricator.services.mozilla.com/D2407 --HG-- extra : moz-landing-system : lando
-
- 25 Jul, 2018 1 commit
-
-
Nicolas Chevobbe authored
This then can be used directly in the console, or passed to reps and ObjectInspector so it can be called from there. MozReview-Commit-ID: uQOiGuYbJK --HG-- extra : rebase_source : a8a84b558dea69b7c2793b9e2d67a44a0809eb43
-
- 24 Jul, 2018 1 commit
-
-
prathiksha authored
MozReview-Commit-ID: 8qPIbHn7cKk --HG-- extra : rebase_source : 023450976a481767923700f8e2ec7deb3538f4f8
-
- 26 Jul, 2018 1 commit
-
-
Cosmin Sabou authored
Backed out changeset 108e22d963cb (bug 1475197) Backed out changeset 4bd5f8588422 (bug 1475197)
-
- 17 Jul, 2018 1 commit
-
-
Cameron McCormack authored
MozReview-Commit-ID: GHrD4b8xvcC --HG-- extra : rebase_source : b5e0e3425e8cceabe4bdcd9722420182fd839035
-
- 16 Jul, 2018 1 commit
-
-
Cameron McCormack authored
This saves about 37 KiB of memory across the UA style sheets. MozReview-Commit-ID: EoZnlmyWwxX --HG-- extra : rebase_source : 471fc63e521a4332bb92b4a73cd31a4bbe0b2dfe
-
- 25 Jul, 2018 1 commit
-
-
Jim Chen authored
Use adoptFd and detachFd so we don't duplicate FDs unnecessarily. Also fix a bug where we didn't close the pref FDs. MozReview-Commit-ID: Gugcyi4cj7V --HG-- extra : rebase_source : 035f62d8ba4d1ec964d5b7f7556bae7164ab78b3
-
- 23 Jul, 2018 1 commit
-
-
Masayuki Nakano authored
Bug 1477898 - Make AutoRestoreEditorState not call EditorBase::SetFlags() since the virtual call cost appears in profile r=m_kato Unfortunately, EditorBase::SetFlags() is virtual call even though AutoRestoreEditorState always works only with TextEditor (the method is overridden only by HTMLEditor). And AutoRestoreEditorState is a hot path when <input>.value or <textarea>.value is set a lot. Fortunately, EditorBase::Flags() can be an inline method. So, we can make both constructor and destructor of the class check if it'll change flags actually. Additionally, this patch fixes nsTextEditorState::PrepareEditor() too. MozReview-Commit-ID: 7S4hLRRrbfB --HG-- extra : rebase_source : 3c3e7438cd7e6c9853e5cf876277d7459b86c343
-
- 26 Jul, 2018 2 commits
-
-
Cosmin Sabou authored
Backed out changeset e354029775b8 (bug 1473732) for causing leaks at gfxFT2FontBase::GetGlyph, GetCharWidth. CLOSED TREE
-
Cosmin Sabou authored
Backed out 5 changesets (bug 1476204) for browser chrome failures on browser_editCreditCardDialog. CLOSED TREE Backed out changeset 10f3d1014592 (bug 1476204) Backed out changeset a88879ea32e8 (bug 1476204) Backed out changeset 001f13f2dd21 (bug 1476204) Backed out changeset f0f464e3c27c (bug 1476204) Backed out changeset ed92000eca20 (bug 1476204)
-
- 25 Jul, 2018 1 commit
-
-
Matthew Noorenberghe authored
This is easier to understand as we don't have to round-trip the whole success and error states to the privileged wrapper which could potentially lead to stale state changes. This is also much simpler for the basic-card-form as it doesn't need a lot of the complexity of the previous implementation. * Move selectedStateKey from page to address-page since it doesn't apply to basic-card-page MozReview-Commit-ID: B4kiZNWElGI --HG-- extra : rebase_source : 183a3bd44ed33566fccdc024eabdccef83554d50
-
- 24 Jul, 2018 2 commits
-
-
Matthew Noorenberghe authored
MozReview-Commit-ID: 3Rc9ljfMCW3 --HG-- extra : rebase_source : 0bb5a17967092d89f63f96c240ac78c0df671bce
-
Matthew Noorenberghe authored
MozReview-Commit-ID: 2FOx9dpTpAs --HG-- extra : rebase_source : 80eeed03264f000b97572fa03c1c322540cd554e
-
- 25 Jul, 2018 1 commit
-
-
Matthew Noorenberghe authored
Bug 1476204 - Check Luhn algorithm in the basic-card-form and in storage and disable save button when invalid. r=jaws * Provide an cc-exp-year option to match cc-exp-month * Make cc-number and cc-name required in the basic-card-form * Disable the basic-card-page save button when the form is invalid. MozReview-Commit-ID: LjzsnAKJp6R --HG-- extra : rebase_source : 467fa09ea07c0234e1839b6dfd7e53375c118104
-
- 20 Jul, 2018 1 commit
-
-
Matthew Noorenberghe authored
MozReview-Commit-ID: 4YA8Ff7Irc3 --HG-- extra : rebase_source : 3131de1d4bffde60ea2c468a55e65c917d96584a
-
- 24 Jul, 2018 1 commit
-
-
Cameron McCormack authored
MozReview-Commit-ID: GTEPR04HQ49 --HG-- extra : rebase_source : 705f0ebbfae24dd3a414cff0cf3f751975041dca
-
- 25 Jul, 2018 1 commit
-
-
Brian Birtles authored
This should prevent introducing further delay when opening DevTools. MozReview-Commit-ID: D9XDieFoU8a --HG-- extra : rebase_source : f7a5309ed2f64ec358fee13068efd6da8acfbdd2
-
- 23 Jul, 2018 2 commits
-
-
Brian Birtles authored
This is to avoid rendering for a frame or two without the menu item icons being visible which causes flicker, particularly on lower-end machines. MozReview-Commit-ID: Aq7AOkPwu9V --HG-- extra : rebase_source : ee371cf848dcf39ec9f3cd9689268c3e9ef41c54
-
Brian Birtles authored
This is so that we can hook into the componentDidMount method. MozReview-Commit-ID: 5NCDgvDPbe1 --HG-- extra : rebase_source : 3768f50b20d208f5d9bb5724194fcdc2927a873c
-
- 13 Jul, 2018 1 commit
-
-
Dipen Patel authored
- Access nsISSLStatus directly as a member of nsITransportSecurityInfo and nsISecureBrowserUI. This is part of a larger effort to consolidate nsISSLStatus and nsITransportSecurityInfo. - The TabParent implementation of GetSecInfo will always return null. - Removed unnecessary QueryInterface calls - Style adherence updates MozReview-Commit-ID: Dzy6t2zYljL --HG-- extra : rebase_source : 9c400bed3c9d29a186fc987c9bd0ffceb37bfd94
-
- 08 Jul, 2018 1 commit
-
-
Oriol Brufau authored
Bug 1474110 - Choose browserAction text color among white and black, maximizing contrast r=mixedpuppy MozReview-Commit-ID: CykmiUc0BsO --HG-- extra : rebase_source : 23f74ba575d7f6c2ed6e379ea762080331540399
-
- 30 Jun, 2018 1 commit
-
-
Jan Beich authored
system-info is a stub on Tier3 platforms while physical vs. logical difference only matters for hyper-threading. As hyper-threading is usually available on CPUs with more than 2 physical cores this change has no impact there as the default is clamped to [1, 4]. However, on Intel i3-* CPUs with 2 physical and 4 logical cores this bumps the default from 1 to 3. MozReview-Commit-ID: 1Yh8rJL2JcN --HG-- extra : rebase_source : 77613cbb99c14f19217592080bfd51ea2194422b
-
- 19 Jul, 2018 1 commit
-
-
Tim Nguyen authored
MozReview-Commit-ID: LWn4LUK5zI --HG-- extra : rebase_source : a98e82e97492ebff263a38cca2622892d42efba1
-
- 25 Jul, 2018 8 commits
-
-
Brindusan Cristian authored
-
Brindusan Cristian authored
-
Brindusan Cristian authored
-
Cosmin Sabou authored
-
Andrew Halberstadt authored
It's unclear how this situation can actually happen, but it has caused a couple of intermittents. Differential Revision: https://phabricator.services.mozilla.com/D2355 --HG-- extra : moz-landing-system : lando
-
Cosmin Sabou authored
-
Cosmin Sabou authored
-
Brindusan Cristian authored
Backed out changeset b7334a57640f (bug 1475264) at ato's request for causing spiking intermittents. a=backout
-