Commit graph

82 commits

Author SHA1 Message Date
Jonathan Watt
f3ea3c7d86 Bug 1428676 pt 3. Change our existing consumers of 'menulist-button' to use '-moz-menulist-button'. r=emilio 2018-06-20 13:50:23 +01:00
shindli
0a48a3cd3c Backed out 3 changesets (bug 1428676) for bc failures in browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE
Backed out changeset 6ba5975115fc (bug 1428676)
Backed out changeset 7f1270a9ec3d (bug 1428676)
Backed out changeset 662bfc31a950 (bug 1428676)
2018-07-31 19:30:46 +03:00
Jonathan Watt
449e0fddad Bug 1428676 pt 3. Change our existing consumers of 'menulist-button' to use '-moz-menulist-button'. r=emilio
--HG--
extra : rebase_source : 5fd3de8c33cd0d168c63accbf98f50e9947bf31c
2018-06-20 13:50:23 +01:00
Kris Maglione
031076f2f3 Bug 1463291: Move docShell getter from Document to Window. r=bz
DocShells are associated with outer DOM Windows, rather than Documents, so
having the getter on the document is a bit odd to begin with. But it's also
considerably less convenient, since most of the times when we want a docShell
from JS, we're dealing most directly with a window, and have to detour through
the document to get it.

MozReview-Commit-ID: LUj1H9nG3QL

--HG--
extra : source : fcfb99baa0f0fb60a7c420a712c6ae7c72576871
extra : histedit_source : 5be9b7b29a52a4b8376ee0bdfc5c08b12e3c775a
2018-05-21 16:58:23 -07:00
Narcis Beleuzu
561ccb2ceb Backed out 2 changesets (bug 1463016, bug 1463291) for geckoview failures
Backed out changeset fcfb99baa0f0 (bug 1463291)
Backed out changeset 0d69b4fb1ed4 (bug 1463016)
2018-07-29 03:55:23 +03:00
Kris Maglione
cb1ee1e34d Bug 1463291: Move docShell getter from Document to Window. r=bz
DocShells are associated with outer DOM Windows, rather than Documents, so
having the getter on the document is a bit odd to begin with. But it's also
considerably less convenient, since most of the times when we want a docShell
from JS, we're dealing most directly with a window, and have to detour through
the document to get it.

MozReview-Commit-ID: LUj1H9nG3QL

--HG--
extra : rebase_source : a13c59d1a5ed000187c7fd8e7339408ad6e2dee6
2018-05-21 16:58:23 -07:00
Emilio Cobos Álvarez
0c01140e18 Bug 1477553: Hide display: -moz-box|-moz-inline-box from content on Nightly and early beta. r=xidorn
Differential Revision: https://phabricator.services.mozilla.com/D2288

MozReview-Commit-ID: F9BeAneKY6e
2018-07-23 17:27:17 +02:00
Cosmin Sabou
39220f357c Backed out 2 changesets (bug 1477553) for reftest failures on xulscroll.html.
Backed out changeset a5bebad6bb23 (bug 1477553)
Backed out changeset 8d4b97056365 (bug 1477553)
2018-07-23 18:03:10 +03:00
Emilio Cobos Álvarez
5da3dc168b Bug 1477553: followup: Add a semicolon. r=me
CLOSED TREE

MozReview-Commit-ID: LWpV3csRWfT
2018-07-23 15:53:14 +02:00
Emilio Cobos Álvarez
e8373c682f Bug 1477553: Hide display: -moz-box|-moz-inline-box from content on Nightly and early beta. r=xidorn
Differential Revision: https://phabricator.services.mozilla.com/D2288

MozReview-Commit-ID: F9BeAneKY6e
2018-07-23 15:31:30 +02:00
Tim Nguyen
f5a293984d Bug 1476322 - Make browser_parsable_css.js parse more types of rules. r=jaws
MozReview-Commit-ID: HZmMUEJsROz

--HG--
extra : rebase_source : 00fd2dd98397375d596677f8025012e8ad3d48bc
2018-07-17 16:53:03 +01: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
Xidorn Quan
427a5dd50d Bug 1460870 - Whitelist fullscreen pseudo-class in pdfjs when unprefixed fullscreen is disabled. r=Gijs
MozReview-Commit-ID: L5EpFOHc5v4

--HG--
extra : rebase_source : 57d2cee3f7578461933ae6d0c4abf5ce6ab33010
2018-05-12 00:15:15 +10:00
Dorel Luca
d32e085275 Merge mozilla-inbound to mozilla-central. a=merge 2018-05-11 00:59:14 +03:00
Emilio Cobos Álvarez
6be00d5d1e Bug 509958: Remove an unused whitelist entry from a test that only runs on opt builds. r=me on a CLOSED TREE
Fullscreen was also unprefixed long time ago.

MozReview-Commit-ID: CKHMRZ6YOTS
2018-05-10 19:45:31 +02:00
Jason Laster
40117fd237 Bug 1460371 - Update Debugger Frontend v51 r=jdescottes
--HG--
rename : devtools/client/debugger/new/debugger.css => devtools/client/debugger/new/dist/debugger.css
rename : devtools/client/debugger/new/parser-worker.js => devtools/client/debugger/new/dist/parser-worker.js
rename : devtools/client/debugger/new/pretty-print-worker.js => devtools/client/debugger/new/dist/pretty-print-worker.js
rename : devtools/client/debugger/new/search-worker.js => devtools/client/debugger/new/dist/search-worker.js
2018-05-10 12:34:11 -04:00
Julian Descottes
0d3bd50ec5 Bug 1460606 - browser_parsable_css should not flag classnames with -- as properties;r=Gijs
This allows to parse

.application--empty {
  --test1: red;
--test2: red;
  color: var(--test3);
}

and extract --test1, --test2, --test3, but not --empty.

MozReview-Commit-ID: GNQaZq5k5JU

--HG--
extra : rebase_source : 1945bc7b3472c6eb5c6a55bd9c39173ad0c3541d
2018-05-10 16:00:13 +02:00
Emilio Cobos Álvarez
641cd64f67 Bug 1452143: Fix two more tests which don't run on debug try on a CLOSED TREE. r=me
MozReview-Commit-ID: B3kj7tzn3Oq
2018-04-17 14:31:20 +02:00
Ryan VanderMeulen
88aaa7b61f Bug 1453838 - Update pdf.js to version 2.0.491. r=bdahl, r=yury 2018-04-12 19:29:03 -04:00
Michael Kohler
8e4633c919 Bug 1441855 - remove unused --chrome-nav-buttons-background and --chrome-nav-buttons-hover-background definitions r=jaws
Summary: Removes unused --chrome-nav-buttons-background and --chrome-nav-buttons-hover-background definitions

Reviewers: jaws

Reviewed By: jaws

Bug #: 1441855

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

--HG--
extra : rebase_source : a187a0da2a9fa0a6ab200b4552e9d7d626854aae
2018-04-13 11:54:56 +03:00
Brian Birtles
0ced916915 Bug 1450624 - Remove toolbox minimize feature; r=pbro
--HG--
extra : rebase_source : ffa2e7283e61f61c693ace6c8760c50637ab3810
2018-04-04 09:12:45 +09:00
Andreea Pavel
de5c4376b8 Merge mozilla-inbound to mozilla-central. a=merge 2018-03-22 11:31:19 +02:00
Brian
5620b5bda6 Bug 1442300 - Remove --in-content-category-background property since it is unused. r=jaws 2018-03-21 17:25:15 -04:00
Timothy Guan-tin Chien
164b1df8be Bug 1444489 - Part VI, Enlarge the size of controls on mobile r=e7358d9c+590837,Gijs
Enlarge controls by around 1.3x, which is the size of the original touch controls.

MozReview-Commit-ID: kpgFFIW2hh

--HG--
extra : rebase_source : 66636a0cb15a17ef15c2a2307a2f9100c1852480
extra : source : ae615321dc9b3e6276d8e79285d0e9d65b6d6bc2
2018-03-09 17:00:51 -08:00
Timothy Guan-tin Chien
1543c98d18 Bug 1444489 - Part IV, Implement Casting UI on videoControls r=Gijs
Optimize and re-commit the casting buttons SVG removed from the previous commit.

MozReview-Commit-ID: GICxaRZXTiJ

--HG--
rename : mobile/android/themes/geckoview/images/videocontrols-cast-active.svg => toolkit/themes/shared/media/castingButton-active.svg
rename : mobile/android/themes/geckoview/images/videocontrols-cast-ready.svg => toolkit/themes/shared/media/castingButton-ready.svg
extra : rebase_source : 099416d0d03e5ab85ec5387f00911889db97d3e2
extra : source : 79a159f175227eae35648ffbeddcc58e77ef19cf
2018-03-09 17:39:44 -08:00
Timothy Guan-tin Chien
de835f3700 Bug 1444489 - Part I, Convert noControls binding to HTML content r=Gijs
The noControls binding is bound to <video> without controls on mobile
(see geckoview/content.css), and is only visible when the video is
blocked because of background autoplay.

MozReview-Commit-ID: KZqlQedCjd5

--HG--
extra : rebase_source : c5f619b0849ee56f957e9017ab2627d592a3285e
2018-03-12 22:30:03 +08:00
sreeise
70a0c81b98 Bug 1441857 - Added comment explaining custom properties are directly from CSSOM in order to get predefined style which is why they are not referenced by CSS. r=jaws
--HG--
extra : rebase_source : be31080cf5fbcb92578d02a07e0102df4d712f3a
2018-03-13 22:43:06 -04:00
Kris Maglione
9d57aca49f Bug 1373708: Follow-up: Throttle static browser tests so they don't OOM when using background requests. r=florian
MozReview-Commit-ID: FdZyOpdvarb

--HG--
extra : rebase_source : f89b0e1bb75b2ca5626ff07e53f768db6e5caeeb
2018-03-16 18:28:52 -07:00
Jason Laster
851b3b85b0 Bug 1445081 - Update Debugger Frontend v21. r=jdescottes
MozReview-Commit-ID: IrusTqKuyAN
2018-03-14 09:56:55 -04:00
Jon K
c6c197da1e Bug 1441844 - Remove unused --chrome-nav-bar-separator-color variable. r=dao 2018-03-13 13:59:46 +01:00
Xidorn Quan
e77e212b7c Bug 1442559 part 3 - Detect whitelist item which doesn't have any condition. r=Gijs
MozReview-Commit-ID: GavZUKl9y1r

--HG--
extra : rebase_source : 1d31314443fcbb30a93c4af48f0c2a0198f54c49
2018-03-03 11:56:55 +11:00
Xidorn Quan
69475f1af2 Bug 1442559 part 2 - Use a separate whitelist for prop names. r=Gijs
MozReview-Commit-ID: LT50Q5xFydH

--HG--
extra : rebase_source : dbd74c080e28393f14d2567051b8007c77bbff8b
2018-03-03 11:55:42 +11:00
Xidorn Quan
4fcb2e8136 Bug 1442559 part 1 - Make it clearer what whitelist item filters the error. r=Gijs
MozReview-Commit-ID: 2VFgHRdvd5m

--HG--
extra : rebase_source : ca93e3c464cbbba68c3a646a7909c9bd81a887b6
2018-03-03 11:54:24 +11:00
Andreea Pavel
f21ba11e92 Backed out 3 changesets (bug 1442559) for eslint failure at /builds/worker/checkouts/gecko/browser/base/content/test/static/browser_parsable_css.js:474 on a CLOSED TREE
Backed out changeset d540c55c96c5 (bug 1442559)
Backed out changeset 6371120b7c1c (bug 1442559)
Backed out changeset b2bf42743feb (bug 1442559)
2018-03-05 01:30:36 +02:00
Xidorn Quan
ce92b4808a Bug 1442559 part 3 - Detect whitelist item which doesn't have any condition. r=Gijs
MozReview-Commit-ID: GavZUKl9y1r

--HG--
extra : rebase_source : 0a77b9cef055e89df9b954db1047746bdbe1ca46
2018-03-03 11:56:55 +11:00
Xidorn Quan
ca7fb34c7a Bug 1442559 part 2 - Use a separate whitelist for prop names. r=Gijs
MozReview-Commit-ID: LT50Q5xFydH

--HG--
extra : rebase_source : 1f14e0ee4096e8abb822c03de92f227e60354d4a
2018-03-03 11:55:42 +11:00
Xidorn Quan
cc36782f25 Bug 1442559 part 1 - Make it clearer what whitelist item filters the error. r=Gijs
MozReview-Commit-ID: 2VFgHRdvd5m

--HG--
extra : rebase_source : 1d2cb2513fd6dd8f022b7cd8ca68ea6be40da6ce
2018-03-03 11:54:24 +11:00
Gabriel Luong
d727d4abfb Bug 1442314 - Fix the gradient syntax in border-image of --separator-border-image in toolbars.css. r=bgrins 2018-03-03 12:22:23 -05:00
Gabriel Luong
af45143b61 Bug 1441860 - Fix the reference to the --rule-flex-toggle-color variable in rules.css. r=bgrins 2018-03-02 16:31:48 -05:00
Sebastian Hengst
6e20ddf78b Bug 1441882 - Update browser_parsable_css.js to check that variables that are defined are actually referenced: Remove --breakpoint-hover-background because it has been already fixed. r=bustage-fix CLOSED TREE
--HG--
extra : amend_source : b5415b3c1b2e2f41e94c7500fcbf866e8482a7cd
2018-03-01 20:56:45 +02:00
Jared Wein
e9bca70983 Bug 1441882 - Update browser_parsable_css.js to check that variables that are defined are actually referenced. r=Gijs
MozReview-Commit-ID: K0KgWsd2ZTp

--HG--
extra : rebase_source : bc0c7dfd1d7652e2216063ce838d3b3788aac133
2018-02-28 10:54:08 -05:00
Florian Quèze
c714053d73 Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
Kris Maglione
918ed6c474 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl

--HG--
extra : source : 12fc4dee861c812fd2bd032c63ef17af61800c70
extra : intermediate-source : 34c999fa006bffe8705cf50c54708aa21a962e62
extra : histedit_source : b2be2c5e5d226e6c347312456a6ae339c1e634b0
2018-01-29 15:20:18 -08:00
Cosmin Sabou
9a65a40178 Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
Backed out changeset a1eca62826a1 (bug 1431533)
Backed out changeset 34c999fa006b (bug 1431533)
Backed out changeset e2674287e57f (bug 1431533)
2018-01-30 07:17:48 +02:00
Kris Maglione
6476f95b13 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl

--HG--
extra : source : 12fc4dee861c812fd2bd032c63ef17af61800c70
2018-01-29 15:20:18 -08:00
Brindusan Cristian
af8879d1eb Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
Backed out changeset 6e56f4c8843e (bug 1431533)
Backed out changeset 12fc4dee861c (bug 1431533)
2018-01-30 02:32:43 +02:00
Kris Maglione
c276bb9375 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl

--HG--
extra : rebase_source : c004a023389f1f6bf3d2f3efe93c13d423b23ccd
2018-01-29 15:20:18 -08:00
Ed Lee
cf71bbf47e Bug 1415812 - Fix broken Pocket disclaimer, missing rich icons and bug fixes to Activity Stream. r=k88hudson
MozReview-Commit-ID: CAHA3b13jCE

--HG--
extra : rebase_source : a147b717fe2915c20d6e4e1e8f752769295331e7
2017-11-15 12:27:46 -08:00
Ed Lee
8cc937f0de Bug 1413550 - Add per-platform styles, per-locale html and bug fixes to Activity Stream. r=k88hudson
MozReview-Commit-ID: I7Y4nfrAvLL

--HG--
extra : rebase_source : 82a7c81ba58e294761c0cb25a3b1a2253a22d541
2017-11-03 12:08:30 -07:00
Sebastian Hengst
8c8a36efd9 Backed out changeset def95432b0a1 (bug 1413550) on request from Mardak for test failure. r=backout on a CLOSED TREE 2017-11-04 01:34:19 +01:00