Makoto Kato
bec3dbc7b3
Bug 1527796 - Part 1. Add python.exe path to call mach shell script from python. r=nalexander
...
Since Windows doesn't call mach command from MSYS shell, we need python path
to call mach.
Differential Revision: https://phabricator.services.mozilla.com/D20448
--HG--
extra : rebase_source : 94752c75c7c56e3f33765e86d3e4335557b59223
2019-02-12 14:45:36 +09:00
L10n Bumper Bot
ce03c323ae
no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD
...
bn -> default
bn-BD -> removed
bn-IN -> removed
2019-03-29 05:00:29 +00:00
James Willcox
73c7980cb9
Bug 1536044 - Fully disable jacoco builds for Android r=agi
...
Differential Revision: https://phabricator.services.mozilla.com/D25216
--HG--
extra : moz-landing-system : lando
2019-03-28 20:26:45 +00:00
Geoff Brown
322688e83f
Bug 1519580 - Skip test_session_scroll_visual_viewport.html on android/pgo; r=jmaher
...
Skip mochitest-chrome test failing frequently on android/pgo. This directory of tests
only runs on Android 4.3, so the manifest annotation is simple.
Discussed in bug; see comment 17.
Differential Revision: https://phabricator.services.mozilla.com/D25274
--HG--
extra : moz-landing-system : lando
2019-03-28 19:01:32 +00:00
John Lin
364290c746
Bug 1308405 - p5: Memorize sample buffers in CodecProxy. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D24591
--HG--
extra : moz-landing-system : lando
2019-03-28 18:06:25 +00:00
John Lin
c668fd7d06
Bug 1308405 - p4: Separate buffer from sample object. r=snorp
...
To prevent new buffer object from being created per frame, either
Sample.CREATOR has to keep track of all buffers from every remote codec,
or the client must memorize seen buffers and avoid asking for them again
and again. The former saves client code from modifications but complicates
the implementation of Sample, a data structure class, while the latter
requires changes to client code but avoid overcomplicating Sample.CREATOR
implementation.
The 2nd approach is taken:
- move SampleBuffer out of Sample, and update clients accordingly
- add a new IPC method for clients to get the buffers only when needed
Differential Revision: https://phabricator.services.mozilla.com/D24590
--HG--
extra : moz-landing-system : lando
2019-03-28 18:06:23 +00:00
John Lin
529784a956
Bug 1308405 - p3: Use sample buffer class directly. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D24589
--HG--
rename : mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/SharedMemBuffer.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/SampleBuffer.java
extra : moz-landing-system : lando
2019-03-28 18:06:19 +00:00
John Lin
385270e9ab
Bug 1308405 - p2: Nodify and recycle sample objects. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D24588
--HG--
extra : moz-landing-system : lando
2019-03-28 18:05:08 +00:00
James Willcox
781081cb06
Bug 1538702 - Allow recreating GeckoSession.SessionState from String r=geckoview-reviewers,agi
...
Differential Revision: https://phabricator.services.mozilla.com/D24709
--HG--
extra : moz-landing-system : lando
2019-03-28 16:52:42 +00:00
Brindusan Cristian
b2d1b1aad3
Backed out changeset fc86bfeadfde (bug 1538702) as requested by snorp on irc for causing a merge conflict.
2019-03-28 18:52:37 +02:00
James Willcox
af5af0a0d1
Bug 1538702 - Allow recreating GeckoSession.SessionState from String r=geckoview-reviewers,agi
...
Differential Revision: https://phabricator.services.mozilla.com/D24709
--HG--
extra : moz-landing-system : lando
2019-03-28 16:42:29 +00:00
Francesco Lodolo (:flod)
df64b4e33f
Bug 1538734 - Add Bengali (bn) to single and multilocales builds, remove bn-BD and bn-IN r=Callek
...
Differential Revision: https://phabricator.services.mozilla.com/D24722
--HG--
extra : moz-landing-system : lando
2019-03-28 13:13:26 +00:00
Francesco Lodolo (:flod)
f26673372a
Bug 1539620 - Add a brand product string that doesn't change across different channels r=Pike
...
Differential Revision: https://phabricator.services.mozilla.com/D25193
--HG--
extra : moz-landing-system : lando
2019-03-28 11:44:41 +00:00
Oana Pop Rus
226e6c59d9
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-03-28 12:23:56 +02:00
Oana Pop Rus
47e94b5d6e
Merge inbound to mozilla-central. a=merge
2019-03-28 12:11:35 +02:00
Mark Banner
dba6983e75
Bug 1415265 - Remove now unnecessary .eslintrc.js files or entries. r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D23850
--HG--
extra : moz-landing-system : lando
2019-03-28 09:38:14 +00:00
Botond Ballo
cba0362f99
Bug 1538762 - Ensure the Android session store respects the layout scroll range. r=kats
...
Differential Revision: https://phabricator.services.mozilla.com/D25144
--HG--
extra : moz-landing-system : lando
2019-03-28 00:38:19 +00:00
Noemi Erli
cfaf79673c
Backed out changeset e5117d2f9311 (bug 1533051) for Android xpcshell failures CLOSED TREE
2019-03-28 01:33:00 +02:00
Ting-Yu Lin
0dbfbb7dff
Bug 1539256 - Remove enabling AccessibleCaret pref in Android robocop test. r=snorp
...
Bug 1493317 enables AccessibleCaret in unit tests. No need to manually
flip the pref.
Differential Revision: https://phabricator.services.mozilla.com/D24963
--HG--
extra : moz-landing-system : lando
2019-03-27 18:17:03 +00:00
Andrew Swan
e5f560a07b
Bug 1537723 Enable LWT updates on Android r=mixedpuppy
...
Also ensure that LightweightThemeManager.updateOneTheme() returns
even if the update request fails.
Differential Revision: https://phabricator.services.mozilla.com/D24981
--HG--
extra : moz-landing-system : lando
2019-03-27 17:07:01 +00:00
Nick Alexander
3dce09e76f
Bug 1533051 - Package GeckoView prefs at architecture-specific paths for Android fat AAR/GeckoView multi-architecture builds. r=glandium
...
Bug 1533425 makes Gecko try to load from $ARCH/greprefs.js, etc on
Android. This patch teaches the packager to put preferences into
those architecture-specific locations for that code to find.
Differential Revision: https://phabricator.services.mozilla.com/D24984
--HG--
extra : moz-landing-system : lando
2019-03-27 17:35:26 +00:00
Botond Ballo
109671c99f
Bug 1531057 - Fix eslint failure due to trailing whitespace (CLOSED TREE).
...
Differential Revision: https://phabricator.services.mozilla.com/D25136
--HG--
extra : moz-landing-system : lando
2019-03-27 20:54:08 +00:00
Agi Sferro
337193c3e5
Bug 1536929 - [geckoview] Use const when possible and enforce it. r=geckoview-reviewers,esawin
...
Generated with ./mach eslint mobile/android/modules/geckoview --fix
Differential Revision: https://phabricator.services.mozilla.com/D24246
--HG--
extra : moz-landing-system : lando
2019-03-27 20:56:16 +00:00
Botond Ballo
df3b5e6d4a
Bug 1531057 - Add a test to check that session history respects the layout scroll range. r=JanH
...
Differential Revision: https://phabricator.services.mozilla.com/D23753
--HG--
extra : moz-landing-system : lando
2019-03-27 20:20:05 +00:00
Eugen Sawin
b185068750
Bug 1530050 - [1.0] Add recommended and strict content blocking categories selections for safer app defaults. r=snorp,geckoview-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D24967
--HG--
extra : moz-landing-system : lando
2019-03-27 14:39:11 +00:00
Kris Maglione
e7796b70b4
Bug 1525511: Part 1 - Remove LWT install gunk. r=aswan
...
Differential Revision: https://phabricator.services.mozilla.com/D18781
--HG--
extra : rebase_source : cfd98054b2098bc4fee6eeea0736bcd42a036bcf
2019-02-05 21:29:58 -08:00
Csoregi Natalia
888d83038c
Merge mozilla-central to autoland. CLOSED TREE
2019-03-26 19:45:08 +02:00
Csoregi Natalia
d105b005e8
Merge inbound to mozilla-central. a=merge
2019-03-26 19:43:22 +02:00
Francesco Lodolo (:flod)
c648004583
Bug 1535288 - Set up productization for Bengali (bn) on Firefox desktop and Firefox for Android r=mkaply
...
- Use Bengali (bn-BD) as base
- Keep amazon-in on Desktop (from bn-IN)
- Remove rediff (from bn-IN)
Differential Revision: https://phabricator.services.mozilla.com/D23480
--HG--
extra : moz-landing-system : lando
2019-03-26 12:09:26 +00:00
Ian Moody
50dc489a10
Bug 1538766 - mobile/ manual ESLint no-throw-literal fixes. r=petru
...
Differential Revision: https://phabricator.services.mozilla.com/D24732
--HG--
extra : moz-landing-system : lando
2019-03-26 08:29:54 +00:00
Ian Moody
2fb24e7073
Bug 1538766 - mobile/ automated ESLint no-throw-literal fixes. r=petru
...
Result of running:
$ mach eslint -funix mobile/ | sed -Ee 's/:.+//' - | xargs sed -E \
-e 's/throw ((["`])[^"]+\2);/throw new Error(\1);/g' \
-e 's/throw ((["`])[^"]+\2 \+ [^ ";]+);/throw new Error(\1);/g' \
-e 's/throw \(/throw new Error(/g' -i
Differential Revision: https://phabricator.services.mozilla.com/D24731
--HG--
extra : moz-landing-system : lando
2019-03-26 08:29:37 +00:00
Makoto Kato
8986b3b0e4
Bug 1537885 - Use cmd_copy for copy command r=geckoview-reviewers,snorp
...
Although I change to use editor by previous fix of bug 676268, it is not
good for non-editable content. cmd_copy can support editable and non-editable.
GV already uses cmd_copy for this.
Differential Revision: https://phabricator.services.mozilla.com/D24642
--HG--
extra : moz-landing-system : lando
2019-03-25 16:34:07 +00:00
Brindusan Cristian
8d646b09cd
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-03-26 02:28:46 +02:00
Eugen Sawin
51630bd49f
Bug 1530789 - [4.0] Fix style. r=me
2019-03-25 17:29:37 +01:00
Randall Barker
c98140dbeb
Bug 1537964 - Call bindService() with BIND_IMPORTANT r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D24418
--HG--
extra : moz-landing-system : lando
2019-03-25 14:29:54 +00:00
Eugen Sawin
c8131a108b
Bug 1530789 - [3.0] Update API changelog. r=agi
...
Differential Revision: https://phabricator.services.mozilla.com/D24715
2019-03-25 16:53:12 +01:00
Eugen Sawin
9e20531da6
Bug 1530789 - [2.0] Initialize the SafeBrowsing module only in the parent process. r=dimi
...
Differential Revision: https://phabricator.services.mozilla.com/D21422
2019-03-25 16:53:12 +01:00
Eugen Sawin
3c7d2391d5
Bug 1530789 - [1.2] Extend Content Blocking API: cryptomining protection. r=geckoview-reviewers,dimi,snorp,Ehsan
...
Tags: #secure-revision
Differential Revision: https://phabricator.services.mozilla.com/D21410
2019-03-25 16:53:11 +01:00
Botond Ballo
9a387fad8c
Bug 1531535 - Expose the ability to do a visual smooth scroll in nsIDOMWindowUtils. r=kats
...
Differential Revision: https://phabricator.services.mozilla.com/D24555
--HG--
extra : moz-landing-system : lando
2019-03-23 20:23:54 +00:00
shindli
3234d0805e
Backed out 2 changesets (bug 1530789) for linting failures on Android
...
Backed out changeset 2038ef43f89a (bug 1530789)
Backed out changeset 3f03780957a4 (bug 1530789)
2019-03-23 12:36:33 +02:00
Dennis Schubert
957d469f60
Bug 1536767
- Import WebCompat GoFaster 4.1.0 sources. r=kmag,rhelmer
...
Differential Revision: https://phabricator.services.mozilla.com/D24150
--HG--
extra : moz-landing-system : lando
2019-03-22 18:21:23 +00:00
Eugen Sawin
2276021d2f
Bug 1530789 - [2.0] Initialize the SafeBrowsing module only in the parent process. r=dimi
...
Differential Revision: https://phabricator.services.mozilla.com/D21422
--HG--
extra : moz-landing-system : lando
2019-03-22 20:46:04 +00:00
Eugen Sawin
d94b0ddbac
Bug 1530789 - [1.0] Extend Content Blocking API: cryptomining protection. r=geckoview-reviewers,dimi,snorp,Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D21410
--HG--
extra : moz-landing-system : lando
2019-03-22 20:44:55 +00:00
Vlad Baicu
033681c09c
Bug 1536866 - Hide enter guest session option from the menu. r=petru
...
Differential Revision: https://phabricator.services.mozilla.com/D24212
--HG--
extra : moz-landing-system : lando
2019-03-22 06:51:51 +00:00
Dylan Roeh
57859e9bc1
Bug 1463878 - Update GeckoView API to reflect new session storage and remove old API and associated dead code. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D23697
--HG--
extra : moz-landing-system : lando
2019-03-22 00:51:13 +00:00
Dylan Roeh
814b5249c6
Bug 1463878 - Add SessionStateAggregator.js (mostly lifted from desktop code with modifications to reflect GV's needs) and code to send incremental session storage updates to Java. r=snorp,JanH
...
Differential Revision: https://phabricator.services.mozilla.com/D23696
--HG--
extra : moz-landing-system : lando
2019-03-22 00:51:11 +00:00
Oana Pop Rus
cacc0b68c1
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-03-22 00:58:41 +02:00
Coroiu Cristina
8460161d60
Backed out 2 changesets (bug 1463878) for ESlint and checkstyle failure on a CLOSED TREE
...
Backed out changeset 2cc833baea24 (bug 1463878)
Backed out changeset 11415a3e72f6 (bug 1463878)
2019-03-22 00:18:04 +02:00
Dylan Roeh
889b7b818e
Bug 1463878 - Update GeckoView API to reflect new session storage and remove old API and associated dead code. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D23697
--HG--
extra : moz-landing-system : lando
2019-03-21 21:29:41 +00:00
Dylan Roeh
0ed4fe6808
Bug 1463878 - Add SessionStateAggregator.js (mostly lifted from desktop code with modifications to reflect GV's needs) and code to send incremental session storage updates to Java. r=snorp,JanH
...
Differential Revision: https://phabricator.services.mozilla.com/D23696
--HG--
extra : moz-landing-system : lando
2019-03-21 21:29:33 +00:00