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

617066 Коммитов

Автор SHA1 Сообщение Дата
Nicholas Nethercote 28cd0d7a4a Bug 1449883 - Use `nsStaticAtom* const` instead of `nsStaticAtom**` in nsSVGElement.h. r=jwatt
The patch also const-ifies a bunch of nearby fields.

MozReview-Commit-ID: IId52fm3Y7j

--HG--
extra : rebase_source : 8b84842dbb105672cce3cd90eef20290f28feb0e
2018-03-29 20:45:24 +11:00
Noemi Erli 803184ef7d Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-10-04 07:11:04 +03:00
Noemi Erli 8bb8254a13 Merge inbound to mozilla-central. a=merge 2018-10-04 07:03:25 +03:00
Andrew McCreight 5cbe1e4d48 Bug 1495820 - Inline do_QueryWrappedNative() r=bzbarsky
This method does very little, and is called in only a few places, so
just inline it. The error variant is not called at all. Simplifying
this makes it easier for me to change do_QueryInterface.

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

--HG--
extra : moz-landing-system : lando
2018-10-03 21:40:26 +00:00
Cosmin Sabou 34fab220ba Merge mozilla-central to autoland. a=merge 2018-10-04 02:36:53 +03:00
Cosmin Sabou f34bdc7e4b Backed out changeset 8660ad891a23 (bug 1495372) for causing win2012 bustages. a=backout 2018-10-04 02:25:45 +03:00
Cosmin Sabou f972f1d4b5 Backed out changeset 6568853848ac (bug 1495601) on request from jgraham for causing issues with mozinfo.json. a=backout 2018-10-04 01:06:30 +03:00
Cosmin Sabou 7244d89e06 Backed out changeset dcba2a476ccf (bug 1305743) on request from jgraham for causing issues with mozinfo.json. a=backout 2018-10-04 01:05:44 +03:00
Cosmin Sabou d20960ffed Merge mozilla-inbound to mozilla-central. a=merge 2018-10-04 00:56:04 +03:00
Cosmin Sabou 67b0dcc34d Merge autoland to mozilla-central. a=merge 2018-10-04 00:53:18 +03:00
Tim Nguyen f67936427b Bug 1473926 - Move datetimepopup.css rules to browser.css. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D7650

--HG--
extra : moz-landing-system : lando
2018-10-03 21:10:51 +00:00
Dão Gottwald 5ce5b6cd84 Bug 1496152 - Implement UrlbarInput focused getter. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D7630

--HG--
extra : moz-landing-system : lando
2018-10-03 20:16:30 +00:00
Dão Gottwald ba5f53e197 Bug 1496165 - Rename UrlbarInput event handlers to be more readable. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D7635

--HG--
extra : moz-landing-system : lando
2018-10-03 19:33:41 +00:00
Brendan Dahl 856ed80bda Bug 1461798 - Migrate <tooltip> to a C++ implementation. r=smaug
Move the implementation of the XBL tooltip to C++ so the element can safely
be created during native anonymous content creation. The 'mouseover' and
'mouseout' event handlers were not moved as they appear to be legacy code
that is no longer needed.

A number of tests started perma-failing after this patch. Most failures
were caused by a timing change where plugins sometimes load after the
document "load" event. Many of the failures had intermittents associated
with them and the tests were not waiting for plugins to load before
starting. The test "test_weakmap_keys_preserved2.xul" had a bug where it
was possible for it to finish before all the tests were run.

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

--HG--
extra : moz-landing-system : lando
2018-10-03 20:42:19 +00:00
Jared Wein 7535dd6f3a Bug 1496091 - Remove 'Selected' from a couple tab context menuitems for consistency and disable instead of hide the 'Close Tab Options' item for consistency. r=Felipe
Differential Revision: https://phabricator.services.mozilla.com/D7612

--HG--
extra : moz-landing-system : lando
2018-10-03 20:06:26 +00:00
Jared Wein a4f446bd82 Bug 1495975 - Maintain visual order when unpinning multiple tabs. r=Felipe
Differential Revision: https://phabricator.services.mozilla.com/D7572

--HG--
extra : moz-landing-system : lando
2018-10-03 20:05:01 +00:00
Jared Wein 033bc37608 Bug 1495286 - Arrange the tab context menuitems to maintain muscle memory as best as possible while also keeping the Select All Tabs menuitem high in the order. r=Felipe
This patch also removes the menuseparator before the Send Tabs to Device menuitem since there shouldn't be a logical separation between that menuitem and the others.

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

--HG--
extra : moz-landing-system : lando
2018-10-03 20:06:54 +00:00
Andrew McCreight 0437363577 Bug 1495912- Remove more trivial calls to do_QueryInterface r=smaug
MozReview-Commit-ID: 34BAwt3SAJk

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

--HG--
extra : moz-landing-system : lando
2018-10-03 19:52:01 +00:00
Mike Shal e9a8c94db3 Bug 1496185 - Document MOZ_PARALLEL_BUILD in the tup backend; r=chmanchester
MozReview-Commit-ID: vkPjnKz56F

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

--HG--
extra : moz-landing-system : lando
2018-10-03 18:58:11 +00:00
Matt Brubeck ee7eb4aa4a Bug 1496144 - Enable std feature for object crate. r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D7646

--HG--
extra : moz-landing-system : lando
2018-10-03 19:48:56 +00:00
Andrea Marchesini 77bbe19e42 Bug 1496037 - Default value for FeaturePolicy should be '*', r=ckerschb 2018-10-03 18:54:17 +02:00
Ciure Andrei 70e78b4ee9 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-10-03 19:46:59 +03:00
Ciure Andrei 6fc24b0495 Merge inbound to mozilla-central. a=merge 2018-10-03 19:44:02 +03:00
Razvan Caliman 08b25bfbde Bug 1496055 - Part 2: Remove obsolete StyleRuleActor.modifySelector() and rename modifySelector2(); r=gl
MozReview-Commit-ID: 35VrRw33sV7

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

--HG--
extra : moz-landing-system : lando
2018-10-03 15:11:52 +00:00
Razvan Caliman 02deacb80d Bug 1496055 - Part 1: Remove outdated checks for StyleRuleActor.modifySelectorUnmatched; r=gl
Since Firefox 41 it has been possible to add a rule with a selector
which does not match an element. The checks of the existence of this
functionality are outdated and can be safely removed.

No supported old versions of Firefox make use of the previous
functionality anymore.

MozReview-Commit-ID: D5ZP09Ckeqd

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

--HG--
extra : moz-landing-system : lando
2018-10-03 13:52:16 +00:00
Gabriel Luong 1a090165a6 Bug 1494162 - Part 46: Lazy load openDocLink and assert in MeatballMenu. r=jdescottes 2018-10-03 09:38:00 -04:00
Xidorn Quan 663696f579 No bug - Replace my moco email in telemetry with a personal one.
--HG--
extra : rebase_source : 7fd27c461ffa04c08b643dee9ff7211f841ee9b5
extra : amend_source : e3f93d8cd2869dce4044b55ef4678f8232b4dff5
2018-10-03 09:38:30 +10:00
Ciure Andrei 50a315138b Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-10-03 14:21:44 +03:00
Ciure Andrei 4515e2b048 Merge autoland to mozilla-central. a=merge 2018-10-03 14:19:01 +03:00
Ciure Andrei e22f3d2a81 Backed out 1 changesets (bug 1459233) for continuation-opacity.html failures on Win 10 qr a=backout
Backed out changeset 4505ab264626 (bug 1459233)
2018-10-03 14:16:38 +03:00
Ciure Andrei 3c85ea2f87 Backed out 1 changesets (bug 1492563) for breaking nightly builds a=backout
Backed out changeset fdbb1ad69539 (bug 1492563)
2018-10-03 12:21:55 +03:00
Tiberius Oros 3edd9afbe3 Backed out 5 changesets (bug 1431441) for failing devtools at client/debugger/new/test/mochitest/browser_dbg_rr_breakpoints-01.js on OSX opt a=backout
Backed out changeset 94a1d1d67191 (bug 1431441)
Backed out changeset be7ec7438701 (bug 1431441)
Backed out changeset db6b7ee04187 (bug 1431441)
Backed out changeset f61ec0f140c2 (bug 1431441)
Backed out changeset ac51f86f5cac (bug 1431441)
2018-10-03 09:39:01 +03:00
Daniel Varga 2d9271a7af No bug - fixed merge conflict. a=conflict-fix on a CLOSED TREE 2018-10-03 08:39:52 +03:00
Daniel Varga 85e94da039 Merge mozilla-inbound to mozilla-central. a=merge 2018-10-03 08:04:21 +03:00
Chris Manchester 1d34ec139c Bug 1482502 - Promote Tup builds in automation to tier 1. r=firefox-build-system-reviewers,gps
Differential Revision: https://phabricator.services.mozilla.com/D7556

--HG--
extra : moz-landing-system : lando
2018-10-03 00:43:45 +00:00
Mike Conley 42f8e5b7e3 Bug 1495885 - Get rid of uses-unsafe-cpows directive on tests that don't need it anymore. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D7552

--HG--
extra : moz-landing-system : lando
2018-10-02 23:20:04 +00:00
David Parks 1a3c571150 Bug 1493649: Fix IPDL test compilation (r=jld)
This patch allows IPDL tests to compile -- in other words, it fixes the build when the --enable-ipdl-tests flag is present.  Most of the fixes are simple API updates but we also needed to fix an issue with the constness of nsTArray<Shmem> parameters that are defined in IPDL structs.

This patch does not fix the tests themselves -- some IPDL tests will still fail when run.

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

--HG--
extra : moz-landing-system : lando
2018-10-02 22:32:17 +00:00
Gabriele Svelto 48c15cfda0 Bug 1494203 - Ensure the pattern we're highlighting is not interpreted as a regular expression r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D6891

--HG--
extra : moz-landing-system : lando
2018-10-03 16:24:51 +00:00
Luca Greco 27d0727740 Bug 1398734 - Fix devtools toolbox issues while removing extension sidebar panels. r=jdescottes
Depends on D5421

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

--HG--
extra : moz-landing-system : lando
2018-10-03 18:29:30 +00:00
Luca Greco c0768c8f7c Bug 1398734 - Support devtools.panels.elements sidebar.setPage API method. r=mixedpuppy
Depends on D5420

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

--HG--
extra : moz-landing-system : lando
2018-10-03 18:26:39 +00:00
Luca Greco 902f62943c Bug 1398734 - Implement devtools inspector extension page sidebar container component. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D5420

--HG--
extra : moz-landing-system : lando
2018-10-03 18:23:22 +00:00
Rob Wood e1c323b919 Bug 1460742 - Add raptor 'tp6' for google chrome; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D7524

--HG--
extra : moz-landing-system : lando
2018-10-02 22:15:15 +00:00
Ting-Yu Lin 696f404c23 Bug 1495875 - Fix width of black <img> in multicol-span-none-001-ref.xht. r=dbaron
<h4>'s in the test file (multicol-span-none-001-ref.xht) should not be
clipped according to the spec [1]. Fix the width of the reference black
<img>.

260 = 20 (a chararcter's width) * 13

[1] https://drafts.csswg.org/css-multicol-1/#overflow

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

--HG--
extra : moz-landing-system : lando
2018-10-02 23:35:20 +00:00
Eliza Balazs 56fa3cd173 Bug 1430977 - Disable browser_625016.js on linux64 asan for frequent failures. r=jmaher 2018-10-03 00:27:00 +03:00
Eliza Balazs 38ba6ae11b Bug 1366957 - Disable test_videocontrols_keyhandler.html on linux for frequent failures. r=jmaher 2018-10-02 23:54:00 +03:00
Jeff Muizelaar 95e70c18bb Bug 1489663. Add test for invalidation inside of a mask r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D7379

--HG--
extra : moz-landing-system : lando
2018-10-02 20:27:54 +00:00
Nick Alexander ceef29e5a6 Bug 1443332 - Fold APK signing from android-common.mk into upload-files-APK.mk. r=firefox-build-system-reviewers,mshal
This merely centralizes logic that was formerly used at multiple sites
into the single remaining use site.

None of the JAVA* flags have been used for a long time.

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

--HG--
extra : moz-landing-system : lando
2018-10-03 18:05:27 +00:00
Timothy Guan-tin Chien 05efde21b8 Bug 1483656 - Part VI, Undo reftest.list changes r=jaws
This revert reftest changes in bug 1431255 Part VIII (c42039f3ffe7)
so that we could test UA Widget in these tests.

Depends on D5085

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

--HG--
extra : moz-landing-system : lando
2018-10-03 15:50:00 +00:00
Timothy Guan-tin Chien bdfea4d8cd Bug 1483656 - Part III, Enable UA Widget on Fennec and Reftest by moving UAWidgetsChild.jsm to toolkit r=jaws
This moves UAWidgetsChild.jsm from browser to toolkit so that
Fennec and Reftest could pick it up.

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

--HG--
rename : browser/actors/UAWidgetsChild.jsm => toolkit/actors/UAWidgetsChild.jsm
extra : moz-landing-system : lando
2018-10-03 15:49:33 +00:00
Timothy Guan-tin Chien 2e00212a8e Bug 1483656 - Part II, Allow CastingApps to send its events to the right place r=jaws
When the chrome script receives a DOM event, Event.target is no longer the
NAC-containing <video> element. This patch allow the CastingApps.js to find
the right element.

Depends on D5085

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

--HG--
extra : moz-landing-system : lando
2018-10-02 20:07:39 +00:00