aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/ImageData.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and merge some canvas-related WebIDLs (#30606)Ennui Langeweile2023-10-261-22/+0
| | | | | | | * Clean up and merge some canvas-related WebIDLs * Apply `./mach fmt` * WebIDL has `test-tidy` support???
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-3/+3
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Implement ImageData constructors #15671montrivo2017-03-141-3/+3
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-1/+1
| | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-1/+1
|
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
|
* Clean up whitespace, long lines for WebIDLsCorey Farwell2015-07-261-6/+6
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-2/+2
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* Implement Canvas pixel manipulationEdit Balint2015-02-221-0/+23