-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unify dart:html.{CSSMatrix, SVGMatrix} #3054
Labels
closed-obsolete
Closed as the reported issue is no longer relevant
type-enhancement
A request for a change that isn't a bug
web-libraries
Issues impacting dart:html, etc., libraries
Comments
Removed Type-Defect label. |
Added this to the Later milestone. |
CSSMatrix is gone Added AssumedStale label. |
DartBot
added
Type-Enhancement
web-libraries
Issues impacting dart:html, etc., libraries
closed-obsolete
Closed as the reported issue is no longer relevant
labels
Aug 26, 2013
Closed
kevmoo
added
type-enhancement
A request for a change that isn't a bug
and removed
type-enhancement
labels
Mar 1, 2016
dart-bot
pushed a commit
that referenced
this issue
Aug 10, 2021
Bump pub ``` > git log --format="%C(auto) %h %s" 70b1a4f9229a36bac6340ec7eae2b2068baac96c..9f2ddc02f066c68fb638ff65fbb73761ece23267 9f2ddc02 Use uris for paths in git source descriptions (#3063) 97a0033e Update README.md (#3069) 2ef10adf Roll setup-dart (#3054) 4b5450d3 Updated repository specification. (#3050) 0f3055db Add executables to allErrors (#3048) ``` Change-Id: Iaa42df2339b6f62aeb63e0f2e7eaf062da84e7c6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209681 Reviewed-by: Jonas Jensen <[email protected]> Commit-Queue: Sigurd Meldgaard <[email protected]>
copybara-service bot
pushed a commit
that referenced
this issue
Jun 6, 2022
…5 revisions) https://dart.googlesource.com/dartdoc/+log/8549817bb1b5..f5bcc4bd46f4 2022-06-06 49699333+dependabot[bot]@users.noreply.github.com Bump actions/cache from 3.0.2 to 3.0.3 (#3058) 2022-06-02 [email protected] Issue #3052: up/down arrox bug fix (#3054) 2022-06-01 49699333+dependabot[bot]@users.noreply.github.com Bump ossf/scorecard-action from 1.0.4 to 1.1.0 (#3053) 2022-05-25 [email protected] Require Dart 2.17, enable and fix latest lints (#3051) 2022-05-25 [email protected] Update styles.css (#3046) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-doc-dart-sdk Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: [email protected] Change-Id: I6c49e95569b83b08c53158079febaeb8a9ab2f64 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247301 Commit-Queue: Devon Carew <[email protected]> Reviewed-by: Devon Carew <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-obsolete
Closed as the reported issue is no longer relevant
type-enhancement
A request for a change that isn't a bug
web-libraries
Issues impacting dart:html, etc., libraries
This issue was originally filed by @seaneagan
dart:html has two interfaces to model a matrix:
CSSMatrix
SVGMatrix
these ought to be unified. see also issue #3053 and issue #3035.
The text was updated successfully, but these errors were encountered: