Ehsan Akhgari
7387a420d9
Bug 1492142 - Remove the XPCOM registrations for the document classes; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D6149
2018-09-18 11:22:23 -04:00
Matt Howell
0d3162b8a7
Bug 1490264 Part 2 - Document our SFX stub version resource edits. r=agashlin
...
Also take the opportunity to add specific instructions about how to rebuild 7zSD.sfx.
--HG--
extra : source : b661b49403a54fa36d2f1e04c0fa7ea7c53764c7
2018-09-11 11:17:30 -07:00
Matt Howell
3f6125f117
Bug 1490264 Part 1 - Correct Windows installer SFX stub vendor and description. r=agashlin
...
--HG--
extra : source : c61fe74a30492785c43766e5802db24a1a0200dd
2018-09-11 10:43:36 -07:00
Ehsan Akhgari
5d33bd136d
Bug 1491561 follow-up: Add back Cu.createCommandParams() which was accidentally removed
2018-09-18 11:12:21 -04:00
Tiberius Oros
6fc40ffa3f
Backed out 5 changesets (bug 1478397
) for failures on browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE
...
Backed out changeset c7db1d98d62b (bug 1478397
)
Backed out changeset 588d147e401b (bug 1478397
)
Backed out changeset b11a8565deff (bug 1478397
)
Backed out changeset faf1ea0e1a15 (bug 1478397
)
Backed out changeset 8a5ca81f8429 (bug 1478397
)
2018-09-18 18:10:34 +03:00
Tiberius Oros
d3e1e4728d
Backed out changeset b4ac15e18538 (bug 1490977) for assertion failures at build/build/src/dom/base/nsDocument.cpp on a CLOSED TREE
2018-09-18 18:08:03 +03:00
James Graham
c3fbf4c7d0
Bug 1491818
- Update metadata, a=testonly on a CLOSED TREE
2018-09-18 15:44:40 +01:00
Margareta Eliza Balazs
0a37599745
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-09-18 17:38:17 +03:00
Margareta Eliza Balazs
fdb780335d
Merge inbound to mozilla-central. a=merge
2018-09-18 17:33:09 +03:00
Tim Nguyen
c0d8c0ec57
Bug 1487397 - Add hover styling on trees on Windows default theme. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D5796
--HG--
extra : moz-landing-system : lando
2018-09-18 10:35:36 +00:00
Emilio Cobos Álvarez
29ac8f82e5
Bug 1475691 - Make Servo build. r=me
...
StrongRuleNode is really Sync.
2018-09-18 11:49:11 +02:00
Emilio Cobos Álvarez
52be7ed562
Bug 1475691 - Fix tidy issues. r=me
2018-09-18 11:48:56 +02:00
Manish Goregaokar
b9dfaa50cb
Bug 1475691: servo_arc cleanups for publishing r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D6034
--HG--
extra : moz-landing-system : lando
2018-09-18 09:19:18 +00:00
Emilio Cobos Álvarez
491be8bc82
Bug 1491622 - Make LonghandId::flags an indexing operation. r=xidorn
...
I always see a bunch of time in our profiles in the iterator over the
declarations, this ensures it's not something dumb.
I suspect it's just a bunch of cache misses from walking the rule tree but in
any case this is consistent with the other getters we have and such.
Differential Revision: https://phabricator.services.mozilla.com/D5971
--HG--
extra : moz-landing-system : lando
2018-09-18 09:15:12 +00:00
Jonathan Kew
ec73ee3318
Bug 1491860 - Use utf-8 rather than utf-16 strings to read/store font family names from preferences, as they're almost entirely ASCII. r=lsalzman
2018-09-18 09:34:24 +01:00
Jonathan Kew
0d4dbd1e37
Bug 1490997 - Use nsAtom instead of nsString for font family name in the FontFamilyName struct, and switch its methods from 16-bit to 8-bit strings. r=lsalzman
2018-09-18 09:34:21 +01:00
Dão Gottwald
7f7823a6d9
Bug 1485629 - Disable the early blank window when using a non-default theme. r=florian
2018-09-18 10:29:37 +02:00
Mathieu Leplatre
b9a29ce72d
Bug 1475487 - Restartless preference change r=Gijs,glasserc
...
Differential Revision: https://phabricator.services.mozilla.com/D2951
--HG--
extra : moz-landing-system : lando
2018-09-18 06:46:06 +00:00
Razvan Caliman
e1ec07cbd1
Bug 1478448 - (Part 5) Add ChangeManager skeleton to pass tracked style changes to store. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D3330
--HG--
extra : moz-landing-system : lando
2018-09-18 08:56:47 +00:00
Razvan Caliman
f9e1b9b9aa
Bug 1478448 - (Part 4) Render tracked style changes. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D3329
--HG--
extra : moz-landing-system : lando
2018-09-18 08:56:08 +00:00
Razvan Caliman
26f4d9adab
Bug 1478448 - (Part 3) Add Track Changes sidebar panel in Inspector. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D3328
--HG--
rename : devtools/client/inspector/changes/moz.build => devtools/client/inspector/changes/components/moz.build
extra : moz-landing-system : lando
2018-09-18 08:55:36 +00:00
Razvan Caliman
98e03f52b3
Bug 1478448 - (Part 2) Add basic Redux actions and reducers for Track Changes. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D3327
--HG--
extra : moz-landing-system : lando
2018-09-18 08:54:51 +00:00
Razvan Caliman
1fd406758a
Bug 1478448 - (Part 1) Add pref for Track Changes feature. r=nchevobbe
...
MozReview-Commit-ID: 3liB2MyJQ21
Differential Revision: https://phabricator.services.mozilla.com/D3326
--HG--
extra : moz-landing-system : lando
2018-09-18 08:53:09 +00:00
Julian Descottes
d16c6c3ec8
Bug 1489223 - Add mochitest for adding/removing network locations in new aboutdebugging;r=daisuke
...
depends on D5798
Differential Revision: https://phabricator.services.mozilla.com/D6019
--HG--
extra : moz-landing-system : lando
2018-09-18 08:42:54 +00:00
David Walsh
f3ecaf9a73
Bug 1491982 - Fix browser_webconsole_optimized_out_vars.js intermittent r=jlast
...
--HG--
extra : rebase_source : 1963f759c6841adc566cc84e04400ae2612a351a
2018-09-17 20:43:58 -05:00
Gabriel Luong
b1dbdd9eda
Bug 1492026 - Enable the flexbox panel in Nightly. r=rcaliman
2018-09-18 10:13:58 -04:00
Byron Campen [:bwc]
b530163b3c
Bug 1491476: Fix strncpy length in a couple of error cases. r=mjf,drno
...
--HG--
extra : rebase_source : 5830c7df02247cea4395abe5d88dd59e5aa318b9
extra : amend_source : 6867b4861a4517d1c597cbd20074f47c7044baba
2018-09-18 16:56:25 +03:00
Gabriel Luong
89e0df0924
Bug 1478397
- Part 14: Selecting a flex item in the flex item selector should select that element in the markup view. r=rcaliman
2018-09-18 09:46:02 -04:00
Gabriel Luong
770d8c9cc2
Bug 1478397
- Part 13: Show the flex item sizing properties of the currently selected element in the markup view. r=rcaliman
2018-09-18 09:46:02 -04:00
Gabriel Luong
bacd497286
Bug 1478397
- Part 12: Don't render the flex item list if there are no flex items. r=rcaliman
2018-09-18 09:46:02 -04:00
Gabriel Luong
c79f893c91
Bug 1478397
- Part 11: Add a prev button to navigate from the flex item sizing view to flex container view. r=rcaliman
2018-09-18 09:46:02 -04:00
Gabriel Luong
006772468b
Bug 1478397
- Part 10: Adjust the flexbox header to match the design spec. r=rcaliman
2018-09-18 09:46:01 -04:00
Ehsan Akhgari
9573bffa13
Bug 1492039 - Remove the XPCOM component registration for SessionStorageManager; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D6118
2018-09-18 09:42:43 -04:00
Christoph Kerschbaumer
b98d3b1ba2
Bug 1490977: Assert content privileged about page has CSP. r=smaug
2018-09-18 15:27:32 +02:00
Gabriel Luong
f3c83c87f5
Bug 1478397
- Part 9: Adjust the flexbox accordion header to match the design spec. r=rcaliman
2018-09-18 09:36:02 -04:00
Julian Descottes
7b348a2724
Bug 1489223 - Always wait until client is ready when opening aboutdebugging in mochitests;r=daisuke
...
Differential Revision: https://phabricator.services.mozilla.com/D5798
--HG--
extra : moz-landing-system : lando
2018-09-17 11:55:14 +00:00
Masayuki Nakano
ee53372956
Bug 1484122 - part 2: Clean up HTMLEditor::DeleteRow() r=m_kato
...
This patch renames HTMLEditor::DeleteRow() to
HTMLEditor::DeleteTableRowWithTransaction() and cleans up its implementation.
Differential Revision: https://phabricator.services.mozilla.com/D5931
--HG--
extra : moz-landing-system : lando
2018-09-18 08:31:00 +00:00
Masayuki Nakano
47fa32ffd8
Bug 1484122 - part 1: Create HTMLEditor::DeleteSelectedTableRowsWithTransaction() for internal use of nsITableEditor::DeleteTableRow() r=m_kato
...
nsITableEditor::DeleteTableRow() is an XPCOM method but there are some internal
users. So, it should be implemented as non-virtual protected method and
internal users should use it instead.
This also renames (and reimplement) HTMLEditor::DeleteTable2() since it's
really bad name and the code dispatches unnecessary "selectionchange" events.
Differential Revision: https://phabricator.services.mozilla.com/D5930
--HG--
extra : moz-landing-system : lando
2018-09-18 07:56:45 +00:00
Masayuki Nakano
3d69a1f95e
Bug 1484122 - part 0: Add automated tests for nsITableEditor.deleteTableRow.html r=m_kato
...
This patch changes a bit in HTMLEditor::DeleteTableRow() because calling
DeleteTable2() without those helper classes hits MOZ_ASSERT().
Differential Revision: https://phabricator.services.mozilla.com/D5929
--HG--
extra : moz-landing-system : lando
2018-09-18 07:25:58 +00:00
Nazım Can Altınova
98bd5a2953
Bug 1475553 - Add type field to all markers that doesn't have before r=gregtatum
...
Differential Revision: https://phabricator.services.mozilla.com/D5138
--HG--
extra : moz-landing-system : lando
2018-09-17 19:01:03 +00:00
Jean-Luc Bonnafoux
85700276c1
Bug 1481098 - Remove Unused aParentContext Parameter in ServoStyleSet::ResolveStyleFor Function r=dbaron
...
Remove Unused aParentContext Parameter in ServoStyleSet::ResolveStyleFor Function
Differential Revision: https://phabricator.services.mozilla.com/D5979
--HG--
extra : moz-landing-system : lando
2018-09-18 08:01:36 +00:00
Lina Cambridge
0f9afb27a5
Bug 1492010 - Ensure Sync engines with overridden telemetry names correctly report their validation results. r=tcsc
...
Differential Revision: https://phabricator.services.mozilla.com/D6097
--HG--
extra : moz-landing-system : lando
2018-09-18 08:04:57 +00:00
Gijs Kruitbosch
654195f783
Bug 1491243 - remove feed bits from puppeteer page info code, r=whimboo
...
Depends on D5982
Differential Revision: https://phabricator.services.mozilla.com/D6073
--HG--
extra : moz-landing-system : lando
2018-09-18 06:06:28 +00:00
Gijs Kruitbosch
6b518d3722
Bug 1491243 - remove subscribe button, menu items and subscription section out of feed previews, r=florian
...
This removes subscribe UI and functionality from the main browser window,
the page info window, and from feed previews. It may leave some stray strings
in subscribe.properties/dtd, which will be removed in bug 1477669 when the
preview code goes away completely.
Differential Revision: https://phabricator.services.mozilla.com/D5982
--HG--
extra : moz-landing-system : lando
2018-09-18 06:06:27 +00:00
Daisuke Akatsuka
059cf771d2
Bug 1492035: Remove DomNodePreview module. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D6116
--HG--
extra : moz-landing-system : lando
2018-09-18 07:53:31 +00:00
Arshad Kazmi
54aa0aa1bc
Bug 1474852 - Removed obsolete icon attributes from toolkit r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D6053
--HG--
extra : moz-landing-system : lando
2018-09-18 07:50:59 +00:00
Ciure Andrei
d3c2cc41fe
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-09-18 10:44:51 +03:00
Ciure Andrei
a0333927de
Merge inbound to mozilla-central. a=merge
2018-09-18 10:42:35 +03:00
Ciure Andrei
e7e6a10f94
Backed out 2 changesets (bug 1488599) for causing crashes a=backout
...
Backed out changeset b08b9f2693cd (bug 1488599)
Backed out changeset bba3a8028837 (bug 1488599)
2018-09-18 10:39:23 +03:00
Ehsan Akhgari
5d9d4af0cd
Bug 1491574 - Part 2: Remove the XPCOM registration for nsPersistentProperties; r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D5950
2018-09-18 00:58:52 -04:00