Boris Zbarsky
|
62054c9f5a
|
Bug 1230172. Update CSS.escape to never throw and instead replace U+0000 with U+FFFD, per recent spec change. r=dbaron
|
2016-01-05 15:05:23 -05:00 |
|
Wes Kocher
|
f9cbb35f8a
|
Backed out changeset b7cd1bc458a3 (bug 1230172) because something from this push turned browser_video_test.js permafail on mulet CLOSED TREE
|
2016-01-05 15:14:44 -08:00 |
|
Boris Zbarsky
|
b2744b42f5
|
Bug 1230172. Update CSS.escape to never throw and instead replace U+0000 with U+FFFD, per recent spec change. r=dbaron
|
2016-01-05 15:05:23 -05:00 |
|
Ehsan Akhgari
|
a7f747ec15
|
Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
|
Srirakshith Betageri
|
8a54a6f761
|
Bug 955860. Implement the CSS.escape API for escaping CSS identifiers from script. r=bzbarsky
|
2014-03-20 23:19:43 -04:00 |
|
Ehsan Akhgari
|
30586e667b
|
Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
|
2014-02-06 13:28:14 -05:00 |
|
David Zbarsky
|
1c27c4d045
|
[Bug 847110] Fix up includes in layout/style r=dbaron
|
2013-03-02 19:31:48 -05:00 |
|
Peter Van der Beken
|
cefe1bd88b
|
Fix for bug 816088 (webIDL bindings try to extract nsISupports from the global object in static properties in workers). r=bz.
|
2012-12-03 17:07:49 +01:00 |
|
Ed Morley
|
f91e010656
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
|
Peter Van der Beken
|
87d44d16e4
|
Fix for bug 816088 (webIDL bindings try to extract nsISupports from the global object in static properties in workers). r=bz.
|
2012-12-03 17:07:49 +01:00 |
|
Cameron McCormack
|
5def80d501
|
Bug 779917 - Implement CSS.supports(). r=dbaron f=bz
|
2012-11-25 11:26:07 +11:00 |
|