-
- Downloads
Bug 1111440 - Replace rest of -moz-/Moz prefixed logical margin/padding/border...
Bug 1111440 - Replace rest of -moz-/Moz prefixed logical margin/padding/border properties with their standard versions. r=heycam This patch was generated by the command: find * -type f -exec sed -i -f ../mozpropsub {} \; in the root of the repository, with the file ../mozpropsub containing: s/-moz-padding-end\>/padding-inline-end/g s/-moz-padding-start\>/padding-inline-start/g s/-moz-margin-end\>/margin-inline-end/g s/-moz-margin-start\>/margin-inline-start/g s/-moz-border-end\>/border-inline-end/g s/-moz-border-end-color\>/border-inline-end-color/g s/-moz-border-end-style\>/border-inline-end-style/g s/-moz-border-end-width\>/border-inline-end-width/g s/-moz-border-start\>/border-inline-start/g s/-moz-border-start-color\>/border-inline-start-color/g s/-moz-border-start-style\>/border-inline-start-style/g s/-moz-border-start-width\>/border-inline-start-width/g s/\<MozPaddingEnd\>/paddingInlineEnd/g s/\<MozPaddingStart\>/paddingInlineStart/g s/\<MozMarginEnd\>/marginInlineEnd/g s/\<MozMarginStart\>/marginInlineStart/g s/\<MozBorderEnd\>/borderInlineEnd/g s/\<MozBorderEndColor\>/borderInlineEndColor/g s/\<MozBorderEndStyle\>/borderInlineEndStyle/g s/\<MozBorderEndWidth\>/borderInlineEndWidth/g s/\<MozBorderStart\>/borderInlineStart/g s/\<MozBorderStartColor\>/borderInlineStartColor/g s/\<MozBorderStartStyle\>/borderInlineStartStyle/g s/\<MozBorderStartWidth\>/borderInlineStartWidth/g The diffs for the following files: layout/style/nsCSSPropAliasList.h layout/style/test/property_database.js layout/style/test/test_value_computation.html were then manually removed from the patch. MozReview-Commit-ID: 8fbYnlZcn9U
Showing
- browser/base/content/sync/setup.xul 1 addition, 1 deletionbrowser/base/content/sync/setup.xul
- browser/base/content/tabbrowser.xml 6 additions, 6 deletionsbrowser/base/content/tabbrowser.xml
- browser/components/places/content/browserPlacesViews.js 1 addition, 1 deletionbrowser/components/places/content/browserPlacesViews.js
- devtools/client/canvasdebugger/callslist.js 1 addition, 1 deletiondevtools/client/canvasdebugger/callslist.js
- devtools/client/performance/modules/widgets/tree-view.js 1 addition, 1 deletiondevtools/client/performance/modules/widgets/tree-view.js
- devtools/client/performance/test/browser_perf-tree-abstract-01.js 4 additions, 4 deletions.../client/performance/test/browser_perf-tree-abstract-01.js
- devtools/client/performance/test/browser_perf-tree-view-01.js 1 addition, 1 deletion...ools/client/performance/test/browser_perf-tree-view-01.js
- devtools/client/performance/test/browser_perf-tree-view-03.js 7 additions, 7 deletions...ools/client/performance/test/browser_perf-tree-view-03.js
- devtools/client/performance/test/helpers/synth-utils.js 1 addition, 1 deletiondevtools/client/performance/test/helpers/synth-utils.js
- devtools/client/shared/components/tree.js 1 addition, 1 deletiondevtools/client/shared/components/tree.js
- devtools/client/shared/widgets/AbstractTreeItem.jsm 1 addition, 1 deletiondevtools/client/shared/widgets/AbstractTreeItem.jsm
- devtools/client/shared/widgets/TableWidget.js 2 additions, 2 deletionsdevtools/client/shared/widgets/TableWidget.js
- devtools/client/sourceeditor/codemirror/README 2 additions, 2 deletionsdevtools/client/sourceeditor/codemirror/README
- devtools/client/sourceeditor/codemirror/addon/search/search.js 2 additions, 2 deletions...ols/client/sourceeditor/codemirror/addon/search/search.js
- devtools/client/sourceeditor/editor.js 1 addition, 1 deletiondevtools/client/sourceeditor/editor.js
- layout/generic/crashtests/1169420-1.html 1 addition, 1 deletionlayout/generic/crashtests/1169420-1.html
- layout/generic/crashtests/767765.html 1 addition, 1 deletionlayout/generic/crashtests/767765.html
- layout/generic/crashtests/791601.xhtml 1 addition, 1 deletionlayout/generic/crashtests/791601.xhtml
- layout/generic/crashtests/812893.html 1 addition, 1 deletionlayout/generic/crashtests/812893.html
- layout/reftests/bidi/503957-1.html 1 addition, 1 deletionlayout/reftests/bidi/503957-1.html
Loading
Please register or sign in to comment