Emilio Cobos Álvarez
019f75cee4
Bug 1595285 - Do not track TRANSITION_EMBED visits for link-coloring purposes. r=mak
...
Other browsers don't, plus it blocks work I want to do to query multiple links
at the same time.
Differential Revision: https://phabricator.services.mozilla.com/D52443
--HG--
extra : moz-landing-system : lando
2019-11-13 16:36:09 +00:00
Narcis Beleuzu
a30e00cd9c
Backed out changeset b73d74bcafda (bug 1595285) for multiple bc failures. CLOSED TREE
2019-11-13 18:31:41 +02:00
Emilio Cobos Álvarez
eafae9973a
Bug 1595285 - Do not track TRANSITION_EMBED visits for link-coloring purposes. r=mak
...
Other browsers don't, plus it blocks work I want to do to query multiple links
at the same time.
Differential Revision: https://phabricator.services.mozilla.com/D52443
--HG--
extra : moz-landing-system : lando
2019-11-12 05:06:36 +00:00
Dorel Luca
be7de717dd
Backed out changeset e19c5df398de (bug 1595285) for causing leaks on browser-chrome in toolkit/components/places/tests/browser/browser_bug461710.js. CLOSED TREE
2019-11-11 20:58:06 +02:00
Emilio Cobos Álvarez
87b2a95c52
Bug 1595285 - Do not track TRANSITION_EMBED visits for link-coloring purposes. r=mak
...
Other browsers don't, plus it blocks work I want to do to query multiple links
at the same time.
Differential Revision: https://phabricator.services.mozilla.com/D52443
--HG--
extra : moz-landing-system : lando
2019-11-11 13:28:52 +00:00
Ting-Yu Lin
b8fee8f71c
Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert
...
This patch is generated by the following script:
```
function remove_column_prefix() {
echo "Renaming $1 to $2"
find .\
-type f\
! -path "./obj*"\
! -path "./.git"\
! -path "./.hg"\
\( -name "*.html" -or\
-name "*.xhtml" -or\
-name "*.xht" -or\
-name "*.xul" -or\
-name "*.xml" -or\
-name "*.css" \)\
-exec sed -i -e "s/$1/$2/g" "{}" \;
}
remove_column_prefix "-moz-columns" "columns"
remove_column_prefix "-moz-column-width" "column-width"
remove_column_prefix "-moz-column-count" "column-count"
remove_column_prefix "-moz-column-fill" "column-fill"
remove_column_prefix "-moz-column-gap" "column-gap"
remove_column_prefix "-moz-column-rule" "column-rule"
remove_column_prefix "-moz-column-rule-width" "column-rule-width"
remove_column_prefix "-moz-column-rule-color" "column-rule-color"
remove_column_prefix "-moz-column-rule-style" "column-rule-style"
```
Note: after running the above script, I reverted one minor change to the
file multicol-nested-column-rule-001.xht in the theoretically read-only
directory layout/reftests/w3c-css/received/css-multicol/.
Differential Revision: https://phabricator.services.mozilla.com/D44870
--HG--
extra : moz-landing-system : lando
2019-09-05 21:37:32 +00:00
Emilio Cobos Álvarez
66c0a4fa9b
Bug 1572246 - Make <link> always unvisited. r=bzbarsky
...
Intent email: https://groups.google.com/d/msg/mozilla.dev.platform/1NP6oJzK6zg/ftAz_TajAAAJ
For now do the obvious check rather than bigger refactorings, since we keep them
matching :link or not depending on whether they have an href.
I'll file an HTML spec issue about not making them traversable, and a MathML
issue about the craziness that it is that almost all MathML elements can be
links.
Differential Revision: https://phabricator.services.mozilla.com/D41269
--HG--
extra : moz-landing-system : lando
2019-08-15 14:10:07 +00:00
Cameron McCormack
59475d7fc5
Bug 1512597 - Resolve currentcolor in fill and stroke against visited-dependent color r=xidorn
...
Differential Revision: https://phabricator.services.mozilla.com/D14706
--HG--
extra : moz-landing-system : lando
2018-12-18 09:39:07 +00:00
Xidorn Quan
99d822fb5f
Bug 1474959: Add a visited reftest for different logical border color with different writing modes. r=emilio
...
MozReview-Commit-ID: 7kWSEsuXQzC
2018-07-18 22:15:11 +02:00
Oriol Brufau
281b4c08f4
Bug 1472567 - Honor logical border colors in visited links r=emilio
...
MozReview-Commit-ID: IF8yvkFmPc4
--HG--
extra : rebase_source : 56d82de88c9390007a7fea5f2f8ef99292ad61d8
2018-07-05 12:56:34 +02:00
Emilio Cobos Álvarez
61d84af1db
Bug 1431539: Tests. r=dholbert
...
MozReview-Commit-ID: FSkzeMjIWN1
2018-01-23 13:27:35 +01:00
Gurzau Raul
1e61b297a4
Backed out changeset de52bf2201a6 (bug 1431539) for mochitest failures on layout/style/test/test_visited_reftests.html on a CLOSED TREE
2018-01-22 21:37:23 +02:00
Emilio Cobos Álvarez
edd0b400cd
Bug 1431539: Tests. r=dholbert
...
MozReview-Commit-ID: FSkzeMjIWN1
2018-01-22 19:36:31 +01:00
J. Ryan Stinnett
aa03c11bd5
Bug 1406254 - Visited reftest for ::first-line inheritance. r=emilio
...
MozReview-Commit-ID: 4ZOlVvBuSfT
2017-10-11 23:21:17 -05:00
Jeremy Chen
394d5f000f
Bug 1381235
- add reftest for transitioning on visited links. r=hiro
...
With this patch, we now have an automated test to verify if a transition
is run properly on a visited link. Note that the test aims to verify
the behavior in Stylo should match that in Gecko. Due to Bug 868975, we
haven't supported transitioning on visited styles yet, so the test should
be put in our own repo for now. This test can be tweaked and put into
web-platform repo once we resolve Bug 868975.
MozReview-Commit-ID: Ci1cERXkIUK
--HG--
extra : rebase_source : 7feb1229bc2dc430bc2a1e40be40047049469fbd
2017-07-28 16:52:53 +08:00
Emilio Cobos Álvarez
8ea66df98c
Bug 1381276: Reftest. r=jryans
...
MozReview-Commit-ID: IJUFMtWNETe
--HG--
extra : rebase_source : 33939817156e422138ddd510814b90ecb9363c41
2017-07-16 16:20:38 +02:00
Boris Zbarsky
6cccc9defa
Bug 1364242 tests. r=jryans
...
MozReview-Commit-ID: 3rgvgoRY1lc
2017-06-30 10:15:51 -07:00
J. Ryan Stinnett
67efca86d8
Bug 1370358 - Enable visited selector tests. r=emilio
...
MozReview-Commit-ID: 4HS6RIDZtWk
2017-06-07 15:52:45 -05:00
Phil Ringnalda
30a91cb819
Backed out 6 changesets (bug 1328509) for Windows 7 failures in test_visited_reftests.html
...
Backed out changeset 8388d8c76fed (bug 1328509)
Backed out changeset 182a88607e08 (bug 1328509)
Backed out changeset 008efac7764b (bug 1328509)
Backed out changeset c2ce10b8bc37 (bug 1328509)
Backed out changeset 65bbc73c87aa (bug 1328509)
Backed out changeset e20d3d5170c2 (bug 1328509)
MozReview-Commit-ID: BSmqdFP1Zom
2017-05-24 22:12:53 -07:00
J. Ryan Stinnett
831e231177
Bug 1328509 - Add visited reftest for attr / state change. r=xidorn
...
MozReview-Commit-ID: ILDy3hDv53Y
2017-05-24 21:20:05 -05:00
Shing Lyu
c46f5d5baf
Bug 1351548 - Remove reftest-stylo.lists. r=bholley
...
MozReview-Commit-ID: 8LoQ9xNnDnj
2017-04-28 11:15:58 +08:00
Sebastian Hengst
f46ebb0d94
Backed out changeset aebb0ceeb20a (bug 1351548)
2017-04-26 13:12:53 +02:00
Shing Lyu
96b400c04a
Bug 1351548 - Remove reftest-stylo.lists. r=bholley
...
MozReview-Commit-ID: Gn0fbS4PZ7i
2017-04-26 18:21:52 +08:00
Xidorn Quan
e9127937e6
Bug 1326189 part 5 - Add reftest for caret-color with :visited. r=dholbert
...
MozReview-Commit-ID: Fw1gnUQSRbq
--HG--
extra : rebase_source : 6b06582d65b0e61f3f0721e4af6b2c686664428c
2017-01-20 17:16:54 +11:00
Shing Lyu
db11558e50
Bug 1288350 - Temporary reftest list for Stylo vs Gecko test r=heycam,manishearth
...
--HG--
extra : rebase_source : 4772418bd2813d4e79643a833eb09e47fe893d84
2016-09-05 11:45:39 +08:00
Jet Villegas
a55ebc12a4
Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert
2012-10-30 16:57:36 +01:00
Boris Zbarsky
19437ca0c9
Bug 667576. Handle visited colors correctly in MathML. r=dbaron
2011-10-29 03:04:20 -04:00
L. David Baron
5f05f9582d
Should check link-related bits before reusing style context for root element. (Bug 652268) r=bzbarsky
2011-04-22 18:36:24 -07:00
L. David Baron
44fc00f5f0
Use the appropriate color based on visitedness for '-moz-column-rule-color'. (Bug 557580) r=roc
2010-04-06 19:03:12 -07:00
L. David Baron
ea2113c668
Avoid showing black when the if-visited style is transparent and the unvisited style is a color. (Bug 557584) r=bzbarsky
2010-04-06 15:32:52 -07:00
L. David Baron
13e72332b4
Add reftests for :visited handling in layout/reftests/css-visited/ and make them run through the mochitest harness (via layout/style/test/test_visited_reftests.html) rather than the reftest harness. (Bug 147777)
2010-04-02 18:58:27 -07:00