Skip to content

Commit

Permalink
Firefox 133
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 27, 2024
1 parent fc456b1 commit 7f7996a
Show file tree
Hide file tree
Showing 7 changed files with 172 additions and 143 deletions.
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>

<body>
<release version="4.7.0" date="November xx, 2024" description="Bugfixes, Chrome/Edge 131">
<release version="4.7.0" date="November xx, 2024" description="Bugfixes, Chrome/Edge 131, Firefox 133">
<action type="add" dev="RhinoTeam">
core-js: String.prototype.matchAll, Symbol.matchAll, and RegExp.prototype[Symbol.matchAll] added.
</action>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/htmlunit/BrowserVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public final class BrowserVersion implements Serializable {
private static final String PLATFORM_WIN32 = "Win32";

/** Latest Firefox. */
public static final BrowserVersion FIREFOX = new BrowserVersion(132, "FF");
public static final BrowserVersion FIREFOX = new BrowserVersion(133, "FF");

private static final int FIREFOX_ESR_NUMERIC = 128;

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ MozAnimationName
MozAnimationPlayState
MozAnimationTimingFunction
MozAppearance
MozBackfaceVisibility
MozBorderEnd
MozBorderEndColor
MozBorderEndStyle
Expand All @@ -34,10 +35,13 @@ MozMarginStart
MozOrient
MozPaddingEnd
MozPaddingStart
MozPerspective
MozPerspectiveOrigin
MozTabSize
MozTextSizeAdjust
MozTransform
MozTransformOrigin
MozTransformStyle
MozUserInput
MozUserSelect
MozWindowDragging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ MozAnimationName
MozAnimationPlayState
MozAnimationTimingFunction
MozAppearance
MozBackfaceVisibility
MozBorderEnd
MozBorderEndColor
MozBorderEndStyle
Expand All @@ -34,10 +35,13 @@ MozMarginStart
MozOrient
MozPaddingEnd
MozPaddingStart
MozPerspective
MozPerspectiveOrigin
MozTabSize
MozTextSizeAdjust
MozTransform
MozTransformOrigin
MozTransformStyle
MozUserInput
MozUserSelect
MozWindowDragging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
-moz-animation-timing-function=:ease
-moz-animation=:none
-moz-appearance=:none
-moz-backface-visibility=:visible
-moz-border-end-color=:rgb(0, 0, 0)
-moz-border-end-style=:none
-moz-border-end-width=:0px
Expand All @@ -34,9 +35,12 @@
-moz-orient=:inline
-moz-padding-end=:0px
-moz-padding-start=:0px
-moz-perspective-origin=:622px 164px
-moz-perspective=:none
-moz-tab-size=:8
-moz-text-size-adjust=:auto
-moz-transform-origin=:622px 164px
-moz-transform-style=:flat
-moz-transform=:none
-moz-user-input=:auto
-moz-user-select=:auto
Expand Down Expand Up @@ -122,6 +126,7 @@ MozAnimationName=:none
MozAnimationPlayState=:running
MozAnimationTimingFunction=:ease
MozAppearance=:none
MozBackfaceVisibility=:visible
MozBorderEnd=:0px rgb(0, 0, 0)
MozBorderEndColor=:rgb(0, 0, 0)
MozBorderEndStyle=:none
Expand All @@ -148,10 +153,13 @@ MozMarginStart=:0px
MozOrient=:inline
MozPaddingEnd=:0px
MozPaddingStart=:0px
MozPerspective=:none
MozPerspectiveOrigin=:622px 164px
MozTabSize=:8
MozTextSizeAdjust=:auto
MozTransform=:none
MozTransformOrigin=:622px 164px
MozTransformStyle=:flat
MozUserInput=:auto
MozUserSelect=:auto
MozWindowDragging=:default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
-moz-animation-timing-function=:
-moz-animation=:
-moz-appearance=:
-moz-backface-visibility=:
-moz-border-end-color=:
-moz-border-end-style=:
-moz-border-end-width=:
Expand All @@ -34,9 +35,12 @@
-moz-orient=:
-moz-padding-end=:
-moz-padding-start=:
-moz-perspective-origin=:
-moz-perspective=:
-moz-tab-size=:
-moz-text-size-adjust=:
-moz-transform-origin=:
-moz-transform-style=:
-moz-transform=:
-moz-user-input=:
-moz-user-select=:
Expand Down Expand Up @@ -122,6 +126,7 @@ MozAnimationName=:
MozAnimationPlayState=:
MozAnimationTimingFunction=:
MozAppearance=:
MozBackfaceVisibility=:
MozBorderEnd=:
MozBorderEndColor=:
MozBorderEndStyle=:
Expand All @@ -148,10 +153,13 @@ MozMarginStart=:
MozOrient=:
MozPaddingEnd=:
MozPaddingStart=:
MozPerspective=:
MozPerspectiveOrigin=:
MozTabSize=:
MozTextSizeAdjust=:
MozTransform=:
MozTransformOrigin=:
MozTransformStyle=:
MozUserInput=:
MozUserSelect=:
MozWindowDragging=:
Expand Down

0 comments on commit 7f7996a

Please sign in to comment.