Commit Graph

668408 Commits

Author SHA1 Message Date
Emilio Cobos Álvarez
b33e5051d2 Bug 1577749 - Fix check_sccache_version when using RUSTC_WRAPPER. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D44139

--HG--
extra : moz-landing-system : lando
2019-08-30 12:22:12 +00:00
Jonathan Kew
dc36677a7c Bug 1577669 - Cast to uint32_t before left-shifting byte value by 24 bits. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D44132

--HG--
extra : moz-landing-system : lando
2019-08-30 12:04:46 +00:00
Johann Hofmann
6f4497fa71 Bug 1577636 - Update some strings for the identity panel. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D44130

--HG--
extra : moz-landing-system : lando
2019-08-30 10:35:30 +00:00
Gerald Squelart
2c3f65a2cf Bug 1577650 - Stop using using namespace std in Gecko Profiler - r=canaltinova
Differential Revision: https://phabricator.services.mozilla.com/D44076

--HG--
extra : moz-landing-system : lando
2019-08-30 09:40:30 +00:00
Jan de Mooij
cc6958bf73 Bug 1573674 part 2 - Don't report OOM exceptions to Nightly-only error interceptor hook. r=Yoric
Depends on D43583

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

--HG--
extra : moz-landing-system : lando
2019-08-30 11:44:14 +00:00
Jan de Mooij
4feca0fe03 Bug 1573674 part 1 - Move JSContext::setPendingException to the cpp file. r=Yoric
There's a lot of code and this path is slow enough that a non-inlined call isn't
going to be an issue.

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

--HG--
extra : moz-landing-system : lando
2019-08-28 12:02:04 +00:00
Brindusan Cristian
a10ae49f67 Backed out 5 changesets (bug 1543782) for devtools failures on browser_rules_completion-on-empty.js.
Backed out changeset d7b6b036d777 (bug 1543782)
Backed out changeset 2081fd72fd28 (bug 1543782)
Backed out changeset 703a2947c350 (bug 1543782)
Backed out changeset 822638e9789a (bug 1543782)
Backed out changeset cb477711fa64 (bug 1543782)

--HG--
extra : histedit_source : 5f52e7a5791fcdcf9d3433aced75ac3c92c48c3b
2019-08-30 13:59:35 +03:00
Nihanth Subramanya
757fef24f7 Bug 1577459 - Update Tracking Content description copy and remove Site Still Broken copy. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44127

--HG--
extra : moz-landing-system : lando
2019-08-30 10:27:01 +00:00
Jonathan Watt
63674c8ce1 Bug 1564788. Remove unnecessary null check from PrintPreviewUserEventSuppressor::HandleEvent. r=masayuki
Most other overrides of nsIDOMEventListener::HandleEvent don't null check
aEvent at all.  This method should never be called without an event.

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

--HG--
extra : moz-landing-system : lando
2019-07-23 01:50:03 +00:00
Johann Hofmann
c652be7e03 Bug 1577324 - Always style the error code field in error pages as a link. r=nhnt11
The way that we're setting this now actually makes it impossible for this not to be a link, AFAICS.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 10:14:45 +00:00
Dão Gottwald
b967d18b8d Bug 1577318 - Stop using GrayText for #identity-icon-labels and .urlbar-label, and clean up #identity-icon fill color rules. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43936

--HG--
extra : moz-landing-system : lando
2019-08-30 07:57:35 +00:00
Johann Hofmann
aaa7552df4 Bug 1577731 - Place the granted permissions icon on the right for RTL and add dark mode support for it. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D44126

--HG--
extra : moz-landing-system : lando
2019-08-30 10:15:56 +00:00
Nihanth Subramanya
998575983d Bug 1577466 - [Protections Panel] Check hasException state when setting social tracking subview title. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D43947

--HG--
extra : moz-landing-system : lando
2019-08-29 21:15:11 +00:00
Olli Pettay
7df1ef4aec Bug 1558676, browser_html_options_ui.js should wait long enough to ensure layout has been flushed everywhere, r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D44063

--HG--
extra : moz-landing-system : lando
2019-08-29 23:35:20 +00:00
Nicolas Chevobbe
434d13bdd7 Bug 1574791 - Don't emit a warning message when enabling CSS warnings. r=Honza.
There was a warning message displayed to indicate that
the stylesheets where parsed again for checking errors,
and that in order to see errors for CSS modified in
Javascript, the tab should be reloaded.
The jargon used there was confusing, and also this was
more a notice than an actual warning message.
In order to remove confusion, we don't emit this message
anymore, but add a title to the CSS filter button when
it's disabled. The sentence is reworded to be simpler
to understand.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 08:57:50 +00:00
Nicholas Nethercote
ec3db23501 Bug 1573731 - Remove a diagnostic assertion in InitStaticPrefsFromShared(). r=jya
Because it's violated when updates occur, and when the violation occurs it's
safe to continue, for reasons explained in the patch. This should fix a top
crash.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 09:21:33 +00:00
Sylvestre Ledru
759eed09b4 Bug 1577236 - clang-10: Fix -Wimplicit-int-float-conversion warnings in dom/media r=jya
Depends on D43776

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

--HG--
extra : moz-landing-system : lando
2019-08-30 05:44:13 +00:00
Sylvestre Ledru
36129ce948 Bug 1577236 - clang-10: Fix -Wimplicit-int-float-conversion warnings in various dirs r=glandium
Depends on D43784

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

--HG--
extra : moz-landing-system : lando
2019-08-30 09:11:19 +00:00
Nicolas Chevobbe
abba330463 Bug 1576949 - Clicking the Editor Run button when input has text selection only evaluate selected text. r=Honza.
This is done by modifying the evaluateExpression action,
where we retrieve the selection of the full input.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 08:55:09 +00:00
Brian Grinstead
081ae7cb3f Bug 1577592 - Test case for Shadow Parts not applying with fragment containing XUL element r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D44034

--HG--
extra : moz-landing-system : lando
2019-08-29 22:28:23 +00:00
Emilio Cobos Álvarez
7a79edccc2 Bug 1577592 - Properly set the has part attribute bit when cloning a XUL element. r=bzbarsky
Test is in the other revision for this bug.

Do the same we do for the other bits. This setup looks pretty error prone
though...

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

--HG--
extra : moz-landing-system : lando
2019-08-30 00:10:36 +00:00
Nicolas Chevobbe
233a01c078 Bug 1535451 - Fix browser_webconsole_trackingprotection_errors.js intermittent. r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D44112

--HG--
extra : moz-landing-system : lando
2019-08-30 08:39:26 +00:00
Henrik Skupin
dde11a42b7 Bug 1577426 - [doc] Add redirect from testing/geckodriver/geckodriver to testing/geckodriver in Firefox source docs. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D43927

--HG--
extra : moz-landing-system : lando
2019-08-30 06:57:50 +00:00
Julian Descottes
40a208612e Bug 1577409 - Move natural-sort helper to fix Storage panel in remote debugging r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D43922

--HG--
rename : devtools/client/shared/natural-sort.js => devtools/shared/natural-sort.js
extra : moz-landing-system : lando
2019-08-30 07:43:12 +00:00
Mirko Brodesser
40e408e77e Bug 1577487: remove misleading comments about nsPlainTextSerializer::mLineBreaker. r=hsivonen
`LineBreaker` splits sequences of characters not containing whitespaces,
which is undesirable for CJK-strings. In that case, `LineBreaker` is
deliberately not used and lines are only broken at ASCII-whitespace
characters.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 06:51:31 +00:00
Boris Chiou
c8dba8c886 Bug 1575062 - Support css use counters for unimplemented properties. r=emilio
For developing properties, we will handle them in an other bug.

Besides, I use an iframe for the test because we create a use counter in
the constructor of Document, which use the prefs to decide what kind of
properties we want to record. So, in the test, we have to reload iframe
to make sure we re-create the document, so does the use counter, to make
sure the prefs work properly.

The two prefs affect the css use counters:
1. layout.css.use-counters.enabled: Allocate use counters, and record
   non-custom properties.
2. layout.css.use-counters-unimplemented.enabled: Record all unimplmented
   properties into the use counters.

If we disable layout.css.use-counters.enblaed, we don't create use counters
object, so layout.css.use-counters-unimplemented.enabled doesn't work,
either.

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

--HG--
extra : moz-landing-system : lando
2019-08-29 23:40:13 +00:00
Edwin Gao
4cfd9c1064 Bug 1559975 - convert testing/web-platform to python3 compatible syntax r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D37101

--HG--
extra : moz-landing-system : lando
2019-08-30 00:05:00 +00:00
Matthew Noorenberghe
35bcd5dc3f Bug 1550122 - Fix eslint in browser_loginItemErrors.js
Differential Revision: https://phabricator.services.mozilla.com/D44108

--HG--
extra : moz-landing-system : lando
2019-08-30 05:54:12 +00:00
Jeff Walden
9a616cf572 Bug 1577373 - Move various streams miscellaneous operations to a separate file. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D43910

--HG--
rename : js/src/builtin/Stream.cpp => js/src/builtin/streams/MiscellaneousOperations.cpp
extra : moz-landing-system : lando
2019-08-30 05:23:28 +00:00
Jeff Walden
7d68fbb3ce Bug 1577373 - Move queueing strategies details into builtin/streams/QueueingStrategies.*. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D43909

--HG--
rename : js/src/builtin/Stream.cpp => js/src/builtin/streams/QueueingStrategies.cpp
rename : js/src/builtin/Stream.h => js/src/builtin/streams/QueueingStrategies.h
extra : moz-landing-system : lando
2019-08-30 05:23:11 +00:00
Jeff Walden
44919405dd Bug 1577373 - Rename the streams CLASS_SPEC macro to JS_STREAMS_CLASS_SPEC and move it to its own header. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D43908

--HG--
extra : moz-landing-system : lando
2019-08-30 05:23:02 +00:00
Jeff Walden
cd97b0921d Bug 1577373 - Move queue-with-sizes operations out of builtin/Stream.* into builtin/streams/QueueWithSizes.*. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D43907

--HG--
rename : js/src/builtin/Stream.cpp => js/src/builtin/streams/QueueWithSizes.cpp
extra : moz-landing-system : lando
2019-08-30 05:22:51 +00:00
Jeff Walden
40f2ba98f0 Bug 1577373 - Rename SetNewList to StoreNewListInFixedSlot, and move it into vm/List-inl.h for use in multiple files. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D43906

--HG--
extra : moz-landing-system : lando
2019-08-30 05:22:41 +00:00
Asif Youssuff
e2f8f3419b Bug 1577124 - Improve compact mode bookmarks toolbar alignment. r=dao
I made the left and right padding in compact mode on the bookmarks toolbar smaller,
so that the first favicon lines up with the back button and the see more bookmarks button
lines up with the main menu.

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

--HG--
extra : moz-landing-system : lando
2019-08-29 21:08:06 +00:00
Matthew Noorenberghe
8e29ea4464 Bug 1550122 - Fix browser_loginItemErrors.js
Differential Revision: https://phabricator.services.mozilla.com/D44107

--HG--
extra : moz-landing-system : lando
2019-08-30 05:23:18 +00:00
Daisuke Akatsuka
055e90fdd2 Bug 1576892: Turn on dom.animations-api.implicit-keyframes.enabled for css-text tests. r=birtles
Depends on D44100

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

--HG--
extra : moz-landing-system : lando
2019-08-30 05:01:51 +00:00
Daisuke Akatsuka
a4d1a35b06 Bug 1576892: Turn on dom.animations-api.implicit-keyframes.enabled for css-position tests. r=birtles
Depends on D44099

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

--HG--
extra : moz-landing-system : lando
2019-08-30 05:01:53 +00:00
Daisuke Akatsuka
b8b8780128 Bug 1576892: Turn on dom.animations-api.implicit-keyframes.enabled for css-fonts tests. r=birtles
Differential Revision: https://phabricator.services.mozilla.com/D44099

--HG--
extra : moz-landing-system : lando
2019-08-30 05:06:16 +00:00
Maliha Islam
4c04690578 Bug 1567200 - Add telemetry for simulation menu usage, r=yzen
Differential Revision: https://phabricator.services.mozilla.com/D42254

--HG--
extra : moz-landing-system : lando
2019-08-30 03:14:51 +00:00
lesleynorton
7b558810b6 Bug 1550122: Show errors in aboutLogins UI. r=MattN,fluent-reviewers,ntim,flod
Differential Revision: https://phabricator.services.mozilla.com/D42705

--HG--
extra : moz-landing-system : lando
2019-08-30 04:38:14 +00:00
Ed Lee
8302ef38de Bug 1561370 - Followup avoid unnecessary text wrapping for what's new messages r=fluent-reviewers,flod
Use non-breaking space for some strings to avoid wrapping a single (widowed) word to its own line.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 04:19:25 +00:00
Noemi Erli
6ecca664f6 Backed out changeset b25884891abc (bug 1577664) for causing Gecko decision task failure CLOSED TREE 2019-08-30 07:19:45 +03:00
Nick Thomas
ce64f74ba9 Bug 1577664 - mar-tools toolchain should depend on milestone.txt, r=Callek
The mar utility stores MOZ_APP_VERSION as the default Product Version for mar creation. So mar should be rebuilt whenever the milestone changes.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 04:13:00 +00:00
Bogdan Tara
f275efb385 Backed out changeset 80bb50e715a3 (bug 1550122) for browser_loginItemErrors.js failures 2019-08-30 07:00:07 +03:00
Cameron Kaiser
fc7944e672 Bug 1576303 - Temporary compiler workaround for crashes on ppc64le. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D43715

--HG--
extra : moz-landing-system : lando
2019-08-30 02:28:39 +00:00
James Teh
681ed6270e Bug 1575749: Implement toolbar navigation by typed character. r=Gijs
When focused on a toolbar button, users can now type the first (or first few) characters of another button's name to jump directly to that button.
The search characters are cleared after 1 second or if a non-character key is pressed.
This is similar to the typed character navigation implemented for HTML select controls.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 03:36:53 +00:00
Nick Thomas
f03bae30af Bug 1577664 - pass product version to the complete mar generation script, r=Callek
MOZ_FULL_PRODUCT_VERSION is only used here, while tools/update-packaging/make_full_update.sh expects MOZ_PRODUCT_VERSION.

Depends on D44089

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

--HG--
extra : moz-landing-system : lando
2019-08-30 01:35:08 +00:00
James Teh
49d8452868 Bug 1574286: When adding a remote child document, if the parent proxy doesn't exist yet, defer adding until it does. r=eeejay
For OOP iframes, sometimes, AddChildDoc gets called before the embedder sends us the OuterDocAccessible.
Previously, we crashed when this occurred.
Now, we add the child when the OuterDocAccessible proxy gets created later.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 03:32:55 +00:00
Noemi Erli
3580659d00 Backed out changeset 464a2ec59a58 (bug 1577664) for causing gecko decision task failure 2019-08-30 06:29:25 +03:00
Nick Thomas
6917a454d8 Bug 1577664 - mar-tools toolchain should depend on milestone.txt, r=Callek
The mar utility stores MOZ_APP_VERSION as the default Product Version for mar creation. So mar should be rebuilt whenever the milestone changes.

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

--HG--
extra : moz-landing-system : lando
2019-08-30 01:39:57 +00:00