Граф коммитов

596828 Коммитов

Автор SHA1 Сообщение Дата
Blake Kaplan 220f89f300 Bug 1431272 - Set the process priority for the preallocated process when it becomes active. r=jimm
This is currently a no-op, but the idea here is to make sure to set the
process to "active" when we're about to use it for something.

MozReview-Commit-ID: 2QUlALhfD4k

--HG--
extra : rebase_source : 13a67e9353bb47593b1394ce7ae7a7b6eef6e381
2018-01-17 17:37:20 -08:00
Kartikaya Gupta 26304e2c11 Bug 1462611 - Update webrender to commit bb354abbf84602d3d8357c63c4f0b1139ec4deb1. r=jrmuizel
MozReview-Commit-ID: KiJVmU52MMd

--HG--
extra : rebase_source : edda638057baa61935e15c2d940994ab6dad0035
2018-05-22 09:38:19 -04:00
Cosmin Sabou a6fd990875 Backed out changeset 2dc86982439a (bug 1451031) for xpcshell failures on services/common/tests/unit/test_blocklist_clients.js. 2018-05-22 19:51:34 +03:00
Michael Kaply 828ab007c4 Bug 1460910 - Allow sidebar to be closed at install. r=mixedpuppy
MozReview-Commit-ID: 5UWW7DNQKzr

--HG--
extra : rebase_source : 7613b25201b248310f74862585fc507042445804
2018-05-18 10:30:04 -05:00
Sylvestre Ledru 7bc7122170 Bug 1463465 - Remove procmem.py; now unused r=dmajor
MozReview-Commit-ID: I0ygHwVn1PA

--HG--
extra : rebase_source : f24bb459f90d501f81a85d5d427515ecdc935ef7
2018-05-22 08:29:38 -07:00
anthony 864820068f Bug 1451840 - Add button to Pocket doorhanger to request mobile app r=Gijs
By showing users an upsell, positioned as a feature, as part of the save confirmation and make it easy for users to get the mobile app, more users will understand the value of the Pocket mobile and start using the mobile app.

The initial experiment will target existing logged in English users only.

We've added flags to the server response on the save request that:
- Set whether the user has the mobile app
- Which variant of the experiment the user should be enrolled in

If the user has an account, but they've never installed the Android or iOS app, we will display a new button inline in the current panel that will email a link to the mobile application to the user.

MozReview-Commit-ID: 2xtPv5GPVbL
***
Bug 1451840 - Add button to Pocket doorhanger to request mobile app
- Specified default color on buttons
- Removed unnecessary css styles
- Resized icon display size
- Made RTL friendly
- Simplified SVGs
- Updated buttons to be html buttons for screen readers

MozReview-Commit-ID: HdTi1CZbXdc

--HG--
extra : rebase_source : ac259ac308d7a08dcbddb43b9420f7f997f57e23
2018-05-17 14:12:02 -07:00
Mathieu Leplatre 8bddf3d2c9 Bug 1451031 - Add JEXL filter support in Remote Settings r=mythmon
MozReview-Commit-ID: DwVdW1G3yZG

--HG--
extra : rebase_source : 19e17e2af94afda999e557e89b786f7049a1fdc6
2018-05-11 17:09:44 +02:00
Mathieu Leplatre a43f7613d3 Bug 1451040 - Download remote settings dumps regularly r=sfraser
MozReview-Commit-ID: BCCEplOq1O8

--HG--
extra : rebase_source : 4a9840b7a36b1d08e3fa012fcad755516e292ec2
2018-05-16 13:03:22 +02:00
Alessio Placitelli 6c3bfca269 Bug 1459143 - Add basic documentation for GeckoView. r=chutten,gfritzsche,janerik
MozReview-Commit-ID: Lhx5dqQGZEs

--HG--
extra : rebase_source : 796ccef107a328e69029c70752244b3630d6314b
2018-05-18 11:40:04 +02:00
Nicolas Chevobbe 7d649f145a Bug 1463409 - Add a preference to enable CodeMirror-powered jsterm; r=bgrins.
MozReview-Commit-ID: EOVKyf5Q1Pj

--HG--
extra : rebase_source : 79fbaf0ad2253a9d525f209120f078376c67025e
2018-05-22 15:20:17 +02:00
Brian Grinstead 7a27eea620 Bug 1461366 - Focus the Browser Console window after opening;r=nchevobbe
This allows keyboard shortcuts to work right away when the input field
isn't present.

MozReview-Commit-ID: COmmybkUu0m

--HG--
extra : rebase_source : 1e40fc7be3e97b990b1b3839482618eb9b7f166b
2018-05-21 10:16:46 -07:00
Xidorn Quan 643475f237 Bug 1462262 - Handle pasting image files on macOS. r=spohl
MozReview-Commit-ID: Inp8jmtcoQi

--HG--
extra : rebase_source : 42d27a6fef35e952332e366731c267e5be464c12
2018-05-17 23:12:46 +10:00
Daisuke Akatsuka 4a43be2522 Bug 1456857 - Part 3: Add a test for pausing/playing animations. r=pbro
MozReview-Commit-ID: I2pLacSKb6P

--HG--
extra : rebase_source : 2bff53b5aba98b73dc9a12df710fb7150553445a
2018-05-22 17:09:10 +09:00
Daisuke Akatsuka de8f898eb8 Bug 1456857 - Part 2: Refer to proper props. r=gl
MozReview-Commit-ID: BSPo0ETx5JR

--HG--
extra : rebase_source : a186c1d14ab7703b8060a3b89fb727fc9e81b0e7
2018-05-22 17:09:07 +09:00
Daisuke Akatsuka dca5df078c Bug 1456857 - Part 1: Pause/Play animations respectively. r=birtles,pbro
MozReview-Commit-ID: LNf65lh9ZqK

--HG--
extra : rebase_source : e891c6357e7090cd68f34fe0079164f9577f60d7
2018-05-22 17:09:01 +09:00
Jan-Ivar Bruaroey ab5ccac300 Bug 1463230 - Fix compile error on abs(float). Use std::abs() instead. r=jfkthame
MozReview-Commit-ID: 16wgbMcFjeT

--HG--
extra : rebase_source : 4c68184255714c5021fb11df409c6b5e047e1a4c
2018-05-21 15:18:09 -04:00
Martin Stransky 9860efbfc8 Bug 1438131 - Implement Drop on Wayland, r=jhorak
This patch implements Drop operation on Wayland/Gtk+. That's because drop operations are part
of clipboard on Wayland and we use our own paste clipboard handler on Wayland (Bug 1282015).

Wayland drop data are provided by wl_data_device_listener, it provides us drag and drop callbacks
which we route to nsDragService module.

MozReview-Commit-ID: 9uGYPg9YF6P

--HG--
extra : rebase_source : 613c079960d5d8522609374ce7e9ad23d5908f3f
2018-04-05 16:16:43 +02:00
Xidorn Quan a30c810b7b Bug 1460456 followup - Add the new properties into animation-type-longhand on a CLOSED TREE.
--HG--
extra : amend_source : 9e7dded5da8708dd357b33dca1509c1ad2c1cb66
2018-05-22 23:28:08 +10:00
Andrew Halberstadt 4296f8c8f5 Bug 1461980 - [taskgraph] Use run-task's 'use-artifacts' key to setup artifacts in mochitest and reftest selftests, r=dustin
Instead of downloading the build artifacts (rather hackily) in moztest.fixtures, this now happens
directly in the taskgraph module via the run-task script.

For now extraction and setup happens in the task's command key. It might be a good idea to figure
out a syntax to tell run-task to do this extraction, e.g something like:

run:
    using-artifacts:
        build:
            target.tar.bz2:
                extract: true
                path: /home/worker/build
                name: firefox

But for now I wanted to avoid this extra complexity, so maybe it could be done in a follow-up.

MozReview-Commit-ID: KOhFFpFdP7Y

--HG--
extra : rebase_source : dcea36661fa9c6442c76c850ccc67f8f6d924fda
2018-05-18 08:22:36 -04:00
Andrew Halberstadt dbbfae76db Bug 1461980 - [taskgraph] Add ability to download artifacts from dependencies in run-task script, r=dustin
This adds a 'use-artifacts' key to the run_task schema. Tasks can specify artifacts to download like this:

run:
    using: run-task
    use_artifacts:
        build:
            - target.tar.bz2
            - target.common.tests.zip
            - target.mochitest.tests.zip

This will cause the run-task script to download those three artifacts from the task's 'build' dependency.
If the task doesn't have a 'build' dependency, taskgraph generation will error. The artifacts will be
downloaded into $USE_ARTIFACT_PATH. It is up to the task to do whatever extracting/setup may be required.
E.g this setup could go in the task's command.

At this time, only 'run-task' tasks using docker-worker are supported.

MozReview-Commit-ID: 3f02oCys62i

--HG--
extra : rebase_source : e8a85040e45042b537d4119334c4a8b7280b295c
2018-05-17 10:04:23 -04:00
Patrick Brosset 54b3a52da2 Bug 1463103 - Highlight text-runs even in the FontEditor; r=rcaliman
MozReview-Commit-ID: BocTmIRmkY0

--HG--
extra : rebase_source : bb1b5151bacbeb2ed8c86bdd0933854593847527
2018-05-21 15:40:28 +02:00
Oriol Brufau ae9392e1f0 Bug 1451176 - Preserve tab-specific data when tab is moved to another window r=mixedpuppy
MozReview-Commit-ID: 80h4U7G3gmb

--HG--
extra : rebase_source : d8939d51f967a7c3a98977d3376d2727abd22a79
2018-04-04 16:04:11 +02:00
Nicolas Chevobbe cfbab952c0 Bug 1463057 - Fix expanding object in console.error message; r=Honza.
There was a race between the fetching of the object properties and the
expansion of the stacktrace of the console.error message. In the end, the
message was re-rendered, without the object being expanded.
To prevent such thing, we stop the propagation of the click on the Tree
node. Here the fix is done directly in the Reps bundle so it can be applied
on beta, without unrelated code changes we'd have if doing a full bundle release.
The fix will be backported to the Tree components so it's included in the
bundle on the next reps release.
A test is added to make sure we don't regress this.

MozReview-Commit-ID: Di8YxJ7P1Wl

--HG--
extra : rebase_source : be63fb2764ed97864bfe4cccf03d336df46de4db
2018-05-21 12:02:12 +02:00
Nicolas Chevobbe 4dd12eb957 Bug 1461907 - Set sidebar arrows the same colors as in the console output; r=Honza.
MozReview-Commit-ID: 3tuBPN6mPDI

--HG--
extra : rebase_source : 7dece6c7694373f119135b672aa7ad8838c7c345
2018-05-21 12:17:51 +02:00
Nicolas Chevobbe a01332a82b Bug 1449865 - Add a test to ensure object can be expanded while there's a text selection; r=julienw.
The fix was made in Reps, in Bug 1452566, so we add a
test to make sure we don't regress.

MozReview-Commit-ID: EddzoHVs4Yo

--HG--
extra : rebase_source : ef73bd54d844c1cf286b5fa07a3b380ac2707281
2018-05-22 10:21:19 +02:00
Xidorn Quan 3978b456c7 Bug 1460456 part 4 - Implement custom scrollbar color on Windows. r=jimm
MozReview-Commit-ID: FJoU72Kvazd

--HG--
extra : rebase_source : b399a66ea2dbb90b3923dc29605aa7c2c32eaeda
2018-05-14 11:05:28 +10:00
Xidorn Quan 4c114dbee6 Bug 1460456 part 3 - Add scrollbar-{face,track}-color properties. r=heycam
MozReview-Commit-ID: ImNfHHfzRdM

--HG--
extra : rebase_source : 58caf9fff4ad62d4413de688ad115e89a5929ea6
2018-05-10 10:40:17 +10:00
Xidorn Quan b0413cb441 Bug 1460456 part 2 - Rename CaretColor to ColorOrAuto for reusing. r=heycam
MozReview-Commit-ID: LD6PlNI60GC

--HG--
extra : rebase_source : e6549ec41bb6125f0bf67202b65c0ab1f738d33d
2018-05-10 09:56:10 +10:00
Xidorn Quan 814bf047db Bug 1460456 part 1 - Change the semantics of 'auto' color value. r=heycam
MozReview-Commit-ID: CRkhO35MoB8

--HG--
extra : rebase_source : ad4e88365c428fe081ec55897ec8260e6102595c
2018-05-10 09:05:08 +10:00
Narcis Beleuzu e9e5d157c6 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-05-22 14:09:50 +03:00
James Graham eb51d734a8 Bug 1461905 - Disable cookie test for instability on linux debug + non-e10s, a=testonly
MozReview-Commit-ID: 5cC0lQfrIbP
2018-05-22 11:51:28 +01:00
Narcis Beleuzu 7bfb685bb2 Merge inbound to mozilla-central. a=merge 2018-05-22 12:49:47 +03:00
Narcis Beleuzu 1189a24fdb Merge autoland to mozilla-central. a=merge 2018-05-22 12:46:15 +03:00
Narcis Beleuzu b79ba931bf Backed out 2 changesets (bug 1461793, bug 1458584) for mochitest chrome failures on toolkit/content/tests/chrome/test_arrowpanel.xul. CLOSED TREE
Backed out changeset 4d511f7fc5b5 (bug 1461793)
Backed out changeset 13ae2716c71e (bug 1458584)
2018-05-22 09:03:32 +03:00
L10n Bumper Bot 2817b8b68a no bug - Bumping Fennec l10n changesets DONTBUILD r=release a=l10n-bump
lij -> default
mix -> default
2018-05-21 16:23:42 -07:00
shindli 4ff26c26f4 Merge inbound to mozilla-central. a=merge 2018-05-22 00:29:52 +03:00
Noemi Erli 29e0a7e555 Backed out changeset f5cbef593cc1 (bug 1451840) for failures in browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE 2018-05-21 20:43:31 +03:00
Mark Banner b7d8bea195 Bug 1209518 - Fix highlighting of cut bookmarks. r=mak
Fix the ownership check to correctly check if we're cutting or copying.

MozReview-Commit-ID: 1eLt4Fyy2nE

--HG--
extra : rebase_source : 78850cde9d4433d844bef32b6624331460663025
2018-05-21 16:55:26 +01:00
Xidorn Quan 5d887e07dc Followup of bug 1392106 backout to remove reftest_writing_modes.list. 2018-05-22 13:57:30 +10:00
Xidorn Quan 99537039c5 Bug 1458159 followup - Update reftest expectations in w3c-css/received/reftest.list on CLOSED TREE 2018-05-22 13:44:15 +10:00
Nicolas Chevobbe 8fdd37f8f2 Bug 1461001 - Implement frontend for console.timeLog; r=bgrins.
The patch handles timeLog packets we receive from the backend.
We add some stubs in order to have access to packets in mocha,
and some mocha tests to make sure we render those messages as expected,
be it when the timer exists or not.
The BASE_PATH constant now makes use of MOZ_DEVELOPER_REPO_DIR environment
variable in order to have an absolute path; without it the stubs couldn't
be written to local files.

MozReview-Commit-ID: Fx4DyRgOzcd

--HG--
extra : rebase_source : 8b9b40cc6aa6264123b231f7c2fe97dc56a41895
2018-05-21 15:37:04 +02:00
Delphine Lebédel de145d79ac Bug 1460122 - Add 'en-CA' to Fennec all-locales for single-locale builds, r=flod
MozReview-Commit-ID: 2dCYQeL8PcE

--HG--
extra : rebase_source : d44c0a6d6cb699647e06c57a89c3afaa2af7789c
2018-05-21 15:44:12 -07:00
Steve Fink 1f09b3daf8 Bug 1462486 - Optimize copyCharsInternal for left-leaning ropes, r=jonco
--HG--
extra : topic : gray.crash
extra : rebase_source : fcc7b13abd76859ad814815fc10f35f5a4984b8e
2018-05-17 15:12:01 -07:00
Steve Fink 8b2be29d0a Bug 1456512 - Move JS::operator==(GCCellPtr,GCCellPtr) to the global scope to avoid shadowing, r=jonco
--HG--
extra : topic : gray.crash
extra : rebase_source : 0d6f29c45607b980072286cdc77b8b57c9336aa1
2018-05-18 13:43:14 -07:00
Steve Fink bf6189a53f Bug 1456518 - Shut down the gray mark observers on worker threads, r=jonco
--HG--
extra : topic : gray.crash
extra : rebase_source : 90a65d8f6c77357d8fef1bcae929179275bd0b5f
2018-05-17 16:20:54 -07:00
Steve Fink 208ab44321 Bug 1456512 - Do not unmark gray during minor collections, r=jonco
--HG--
extra : topic : gray.crash
extra : rebase_source : 7d78be4461da79769d3278be55fb05d206be82bc
2018-05-17 16:13:06 -07:00
Stephen A Pohl 447ec53dcd Bug 1461459: Enable bug 1348361 (async process launching) on nightly only. r=ted 2018-05-21 13:53:34 -04:00
Stephen A Pohl 5b81adc6a2 Backout f266f3f133a9 (bug 1446900, bug 1461459) for referencing incorrect bug number in commit message. r=backout DONTBUILD 2018-05-21 13:51:59 -04:00
Stephen A Pohl c466cf329f Bug 1446900: Enable bug 1348361 (async process launching) on nightly only. r=ted 2018-05-21 13:46:04 -04:00
Nicolas B. Pierron bdd58b3482 Bug 1461672 - Remove Telemetry probe added to tune the JSBC. r=francois,bkelly 2018-05-21 17:17:18 +00:00