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

604539 Коммитов

Автор SHA1 Сообщение Дата
Kris Maglione c29a462c0b Bug 1474139: Follow-up: Fix test that relied on Timer.jsm being implicitly imported. r=bustage,test-only CLOSED TREE 2018-07-17 15:27:46 -07:00
Tiberius Oros d6492ca47e Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-07-18 00:59:21 +03:00
Tiberius Oros d701ae940f Merge inbound to mozilla-central. a=merge 2018-07-18 00:55:33 +03:00
Gabriel Luong 8ed2afff22 Bug 1472566 - Add a color picker to the flexbox listings to change the flexbox highlighter colour. r=jdescottes 2018-07-17 15:29:21 -04:00
Andreea Pavel eb8aaacd2d Backed out 3 changesets (bug 1471704) for failing css/css-transforms/transform3d-preserve3d-013.html on a CLOSED TREE
Backed out changeset e4d9e6cdd630 (bug 1471704)
Backed out changeset 0bd6762c91fb (bug 1471704)
Backed out changeset 065a16bd6b0a (bug 1471704)
2018-07-17 20:10:01 +03:00
Gabriel Luong c75326a930 Bug 1474364 - Clear the stored flexbox highlighter shown before emitting the event. r=pbro 2018-07-17 12:36:47 -04:00
Jan de Mooij ef23676856 Bug 1475699 - Support invoking JS-implemented XPIDL methods/attributes marked as [implicit_jscontext]. r=mccr8 2018-07-17 18:11:03 +02:00
Cristina Coroiu cdb074baf3 Bug 1468669 - disable devtools/client/debugger/test/mochitest/browser_dbg_server-conditional-bp-01.js for frequent failures on Linux r=jmaher 2018-07-17 08:38:00 +03:00
Andreas Tolfsen 998f00f433 Bug 1475264 - Temporarily disable new cylical check in Marionette. r=me, a=Aryx
Bug 1447977 introduced a new implementation of evaluate.isCyclic
that was not based on JSON.stringify to overcome cyclic references
stored on Element prototypes.

This patch reverts the new behaviour and hides it behind an environment
variable MOZ_MARIONETTE_NEW_CYCLIC.  This is useful so we can more
easily test the difference in automation.

MozReview-Commit-ID: 2xtNL596Imc
2018-07-17 16:41:26 +01:00
Jason Laster ee6151e531 Bug 1476123 - Update Debugger Frontend v72. r=dwalsh
MozReview-Commit-ID: GFb5n8CDtLR
2018-07-17 11:27:59 -04:00
Ryan Hunt cf33414b43 Bug 1471704 - Reftest annotation changes for tiling on linux. r=nical
MozReview-Commit-ID: 4dqnHHJQZ8r

--HG--
extra : source : dafe6c00db61368d9d8b221b6d7222168a574bc8
2018-07-16 12:30:48 -05:00
Morgan Rae Reschenberg 16a0e6cd2f Bug 1474663 - Implement contain:size for nsColumnSetFrame. r=dholbert
MozReview-Commit-ID: EE7Un9LUJcV

--HG--
extra : rebase_source : 7e3a3946b93bd3853e2ebfceeb93c28231f12c83
2018-07-12 09:10:52 -07:00
Bobby Holley 1387148cf0 Bug 1452762 - Avoid interrupting the wrong script in watchdog tests. r=arai
My best guess as to the failures here is that we're not actually
reaching the busyWait call by the time the interrupt callback fires,
and thus we're killing unrelated scripts.

MozReview-Commit-ID: GvCJzBcJlXm

Differential Revision: https://phabricator.services.mozilla.com/D2162

--HG--
extra : moz-landing-system : lando
2018-07-17 03:16:12 +00:00
Johann Hofmann b945779700 Bug 1476002 - Update Tracking Protection animation icon colour to Purple 30 in Dark theme. r=ntim
MozReview-Commit-ID: Aaw5kvCK2qb

--HG--
extra : rebase_source : d29e2dffd338887bff69657effb7103efd1eae30
2018-07-17 15:07:47 +02:00
Kartikaya Gupta dc1007a996 Bug 1471962 - Flush scene builds when flushing rendering. r=jrmuizel
MozReview-Commit-ID: 1BqhTG1u3nT

--HG--
extra : rebase_source : 031ad412d1f08b4658ad19a6e0d331562665b69a
2018-07-17 11:34:31 -04:00
Jim Chen 4e577c3c30 Bug 1470786 - 2. Fix a text sync issue; r=esawin
Fix an issue in GeckoEditable where spans can be mistakenly deleted when
deleting text. The new code re-copies all spans to make sure similar
issues don't happen in the future.

MozReview-Commit-ID: G1fWsJkeTka

--HG--
extra : rebase_source : 4ed3d17c3793a8a61182e660fb47694ba3c67f00
2018-07-17 11:22:34 -04:00
Jim Chen 4f6c4496c9 Bug 1470786 - 1. Support async text changes from replacing text; r=esawin
Currently, we expect editing operations in
GeckoEditableSupport::OnImeReplaceText to cause synchronous text change
notifications. However, under e10s, text change notifications can be
asynchornous. The new code keeps track of active OnImeReplaceText calls,
and look for async text changes before replying to the calls.

MozReview-Commit-ID: INM3JLmQebK

--HG--
extra : rebase_source : ff5b728ef437fcd78e4e7eced9c9a537d4698dce
2018-07-17 11:22:34 -04:00
Coroiu Cristina f774b4c995 Backed out changeset 6a1c5ba41bed (bug 1476002) for browser-chrome failures at browser/base/content/test/static/browser_parsable_css.js 2018-07-17 18:07:33 +03:00
Logan F Smyth 8a743456fc Bug 1475677 - Do not return a promise from dbg.onXX functions to avoid resumption value error. r=jlast
MozReview-Commit-ID: 7Z3Oordhtsf

--HG--
extra : rebase_source : 4a0ce6e6e99f65c95abe68969938402b21dbe068
2018-07-13 13:25:56 -07:00
Johann Hofmann 6c7f0d80d9 Bug 1476002 - Update Tracking Protection animation icon colour to Purple 30 in Dark theme. r=ntim
MozReview-Commit-ID: Aaw5kvCK2qb

--HG--
extra : rebase_source : db852472a2a60f768409bafb7d0dc8c0ca2602b0
2018-07-17 15:07:47 +02:00
Tim Nguyen 0f271c720b Bug 1474931 - Restore splitter visibility on lightweight themes. r=dao
MozReview-Commit-ID: 9FowKyw9Qgv

--HG--
extra : rebase_source : 9f491ea27c943cb97ab80ef5f72fe212739855f4
2018-07-17 14:02:31 +01:00
Andrew Halberstadt d380a59c66 Bug 1468812 - [taskgraph] Support artifacts from any dependency via fetches r=gps
Fetches no longer need to be artifacts exposed via a 'fetch' task, they can
also be artifacts from a task's dependencies. The new format is:

fetches:
    fetch:
        - fetch-artifact-1.zip
        - fetch-artifact-2.zip
    build:
        - build-artifact-1.zip
        ...

Specifying 'build' artifacts to fetch will error out if the task doesn't have
any build dependencies.

The 'fetch' key works the same as before, but it is now a special case. Unlike
'build' (or other dependencies), adding a fetch task's artifact here will
implicitly make our task depend on the corresponding fetch task. It will not
be an error.

Depends on D2028.

Differential Revision: https://phabricator.services.mozilla.com/D2102

--HG--
extra : moz-landing-system : lando
2018-07-17 13:05:06 +00:00
Sebastian Hengst 4eef1b3905 Bug 1476262 - update moz.build meta data for inspector components. r=pbro
MozReview-Commit-ID: 6uNUVJw9s8o

--HG--
extra : rebase_source : 07b03403dc7ee4ab16c56e4a22be34708d377a05
2018-07-17 15:25:07 +03:00
Dave Hunt 3836504fdd Bug 1475999 - Use the classic output style with pytest; r=ted
MozReview-Commit-ID: FvZjDhPl3RX

--HG--
extra : rebase_source : 469b1e8159c5daa5cbb463d5f8d2648e42c0a4c2
2018-07-17 12:01:38 +01:00
Dão Gottwald 36e378f88a Bug 1475537 - Clean up addTab parameter handling. r=mikedeboer
MozReview-Commit-ID: JF9hNLmd3bF

--HG--
extra : rebase_source : 3c1368c275719ec6d4812950154b6c266af4f98a
2018-07-17 13:54:23 +02:00
Petru Lingurar fe43b5db2b Bug 1475251 - HTTP auth dialog looks wrong; r=jchen
Specialized the code added in Bug 1412517 so that it will apply only for
date/time inputs. The rest will have the previous behaviour.

MozReview-Commit-ID: JCAruK4x3r1

--HG--
extra : rebase_source : e2c0fa13f4c3edcf0c1e2b1a3654144f4057a650
2018-07-16 11:47:39 +03:00
Coroiu Cristina 49f35eaa07 Backed out changeset 1d9cd6db7f77 (bug 1475537) for devtools failures at devtools/client/netmonitor/test/browser_net_open_request_in_tab.js on a CLOSED TREE 2018-07-17 14:20:12 +03:00
Abdoulaye O. Ly ce5ee236b1 Bug 1458067 - Implement ability to bookmark a selection of tabs. r=Gijs
MozReview-Commit-ID: 4KE3qSf3j0y

--HG--
extra : rebase_source : e4a30f6706c455f08d9519e86b61ea389eb89ed5
2018-07-12 00:25:35 +00:00
Coroiu Cristina 8fe92bdd53 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-07-17 12:47:40 +03:00
Coroiu Cristina c296d5b239 Merge inbound to mozilla-central a=merge 2018-07-17 12:41:37 +03:00
Nicolas Chevobbe d0c49b92d2 Bug 1243989 - Enable browser_webconsole_csp_ignore_reflected_xss_message.js in e10s and windows; r=bgrins
MozReview-Commit-ID: AOB362RyWY9

--HG--
extra : rebase_source : ff83449af9bfcf7bb963935191a6b4ae19a7b52b
2018-07-16 11:18:03 +02:00
Hiroyuki Ikezoe 01f16823cb Bug 1475127 - Enable update-and-send-events.html. r=birtles
MozReview-Commit-ID: 8bin7IRQ47s

--HG--
extra : rebase_source : fb4a6649ee43eb10f50a4535230dcafbb08dad8f
2018-07-17 12:57:11 +09:00
Hiroyuki Ikezoe 2aad79a4a6 Bug 1475127 - Drop transitionstart event and finish event checks in the test case checking the order of CSS and Web Animation events happened at the same timeline time. r=birtles
The test aims to check playback events and CSS events

MozReview-Commit-ID: Bo5OhC6AdGC

--HG--
extra : rebase_source : 7635890b84099bce14a7e2beac1fec56439d42c6
2018-07-17 12:57:10 +09:00
Hiroyuki Ikezoe ce8a216489 Bug 1475127 - Add a new test case checking 'finish' and 'cancel' events happened at the same timeline time. r=birtles
MozReview-Commit-ID: 4vWtDpREZdw

--HG--
extra : rebase_source : 17c1fd29cbc5af30e33522b3fac7eda78a9bfae7
2018-07-17 12:56:58 +09:00
Daisuke Akatsuka 890f5a905e Bug 1474972: Don't call scrollIntoView() when user select a node on animation inspector. r=gl
MozReview-Commit-ID: 8Qi5vTn129B

--HG--
extra : rebase_source : 4ebf6af1a35ded36abfc5ad3507d17458547a684
2018-07-17 12:39:31 +09:00
Gurzau Raul 7594289d07 Backed out changeset 2ba41123a4e2 (bug 1473786) mac signing task failures and multiple other failures e.g. browser_all_files_referenced.js on a CLOSED TREE 2018-07-17 05:10:14 +03:00
Dão Gottwald 29d6f89109 Bug 1475537 - Clean up addTab parameter handling. r=mikedeboer
MozReview-Commit-ID: FuTHVHN43XA

--HG--
extra : rebase_source : 0c60d8f92304aa7a6521c592362ac19a24e3e8bf
2018-07-13 15:24:09 +02:00
Marco Bonardo 8f043e9170 Bug 1475500 - Reduce maximum favicon size from 256 to 192px. r=adw
MozReview-Commit-ID: KXeGegF9Pu9

--HG--
extra : rebase_source : 9d12e228ea47b333e046fc1b1040daee3c332758
2018-07-16 17:56:41 +02:00
Dão Gottwald 18b5cdce90 Bug 1475501 - Clean up addTab call in undoCloseTab. r=mikedeboer
MozReview-Commit-ID: HT8C5cTzdvg

--HG--
extra : rebase_source : 115ad98360301ed9aad02e7275a96332a1fc3381
2018-07-13 14:26:26 +02:00
Johannes Willbold ea1567d09c Bug 1474712: Added support for whitespace seperacted ssrc-values in the Rust parser, r=bwc
Added support for whitespace in source-level attributes
Extended C++ unti test CheckSsrc
Extended Rust unti test for ssrc

MozReview-Commit-ID: 1xiYyZBYf5o

--HG--
extra : rebase_source : 26d8ee11592e40fa1c25021b86953c72b14636a7
2018-07-11 11:13:56 -07:00
Doug Thayer 29c0e06cd6 Bug 1471381 - Don't give up on rounded rects in DisplayItemClip r=mattwoodrow
Effectively we compute the diff by lopping off the rounded part
of each rect where appropriate. This gets a bit weird to think
about with very mismatched radii, but I think it works out(?)

MozReview-Commit-ID: 472gx7Hw1Br

--HG--
extra : rebase_source : 817a84d78c98ac99797ab73b89f8c667189767d1
2018-07-13 09:11:28 -07:00
Tooru Fujisawa 457a074699 Bug 1475443 - Properly detect Xcode licence agreement issue in bootstrap.py; r=gps
--HG--
extra : amend_source : 7287bcedc11089e08c96318913c6f5a5e6b003f7
2018-07-13 12:32:45 +09:00
Carl Corcoran b3ec4a65d9 Bug 1475335: Restrict TestInjectEject gtests to nightly builds;r=aklotz
MozReview-Commit-ID: 4zzm7DN5mBm

--HG--
extra : rebase_source : 63c545d06512102ba8ff69a13226a5af6355eff8
2018-07-13 16:59:52 +02:00
Xidorn Quan 56fb4472fd Bug 1468648 - Skip file_fullscreen-scrollbar.html test in headless mode. r=jrmuizel
MozReview-Commit-ID: 8ioRY8zd45U

--HG--
extra : rebase_source : 80a1d7fb8b027d70bb4657a890e284bfd8ab41a6
2018-07-16 11:27:03 +10:00
Dave Townsend 9dd211856e Bug 1474981: Allow newly added search engines to use the tab icon if it is a data uri. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D2123

--HG--
extra : moz-landing-system : lando
2018-07-16 20:51:34 +00:00
Jason Orendorff 041a211163 Bug 1471954 - Change behavior of `{return:}` resumption values in generators. r=jimb
Before, the value had to conform to the iterator protocol. But this didn't
actually work; the generator was left in "running" state, so while you could
sort of simulate a `yield` by returning an object with `{done: true}`, the
generator would throw the next time it was used.

Now, `{return: value}` behaves as if the generator executed a `return`. The
generator is left in the "closed" state.

Before the initial yield, a forced return causes the generator to return a
value that may be silly. An enclosed test checks that it doesn't crash, but
please don't do that.

--HG--
extra : rebase_source : 2d056e40aed0982f0a42351c3c456422b96989da
extra : source : e03417b86b1e74a269ad94fcaeacf26bac4016e7
2018-07-06 18:09:05 -05:00
Jason Orendorff 712fbbd9ec Bug 1474385 - Part 4: Merge ParseResumptionValueAsObject into its sole caller. r=jimb
--HG--
extra : rebase_source : 3c71b46eae1c1cde4e3704481e6e6bba35abfaa9
2018-07-09 13:50:59 -05:00
Jason Orendorff f6082766f0 Bug 1474385 - Part 3: Common up the usual exit path from the debugger back to debuggee code. r=jimb
--HG--
extra : rebase_source : 618582f6e1f764942bea245ef07e0f8f517a28ca
2018-07-09 13:43:29 -05:00
Jason Orendorff f256b0c1bc Bug 1474385 - Part 2: Code motion. Move resumption value code above uncaughtExceptionHook code because a later patch calls ParseResumptionValue from the uncaughtExceptionHook code. r=jimb
--HG--
extra : rebase_source : 46eb16aabd6a38df50a4a104cc14f21e5a41f327
2018-07-09 12:56:57 -05:00
Jason Orendorff 608042606b Bug 1474385 - Part 1: Rename and comment a Debugger method involved in error handling. r=jimb
We will in fact delete this method later in the stack, but to understand those
coming patches, it helps to understand what's going on here.

--HG--
extra : rebase_source : a8532831cb37aab4e346a58db09a9c7a7496de1b
2018-07-06 18:04:50 -05:00