Ehsan Akhgari
|
b6e35bb4b4
|
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
|
209a660012
|
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
|
0fcd2af628
|
Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
|
2014-02-06 13:28:14 -05:00 |
|
David Zbarsky
|
2c3499b66c
|
[Bug 847110] Fix up includes in layout/style r=dbaron
|
2013-03-02 19:31:48 -05:00 |
|
Peter Van der Beken
|
b9d2ae906f
|
Fix for bug 816088 (webIDL bindings try to extract nsISupports from the global object in static properties in workers). r=bz.
--HG--
extra : rebase_source : 5668d9e01bff0fe7831d98018428856e5940a620
|
2012-12-03 17:07:49 +01:00 |
|
Ed Morley
|
bc0702d0d7
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
|
Peter Van der Beken
|
b46afdef94
|
Fix for bug 816088 (webIDL bindings try to extract nsISupports from the global object in static properties in workers). r=bz.
--HG--
extra : rebase_source : 68e5630591f6209e2af9c5cd2321fed8edd3de24
|
2012-12-03 17:07:49 +01:00 |
|
Cameron McCormack
|
6183878252
|
Bug 779917 - Implement CSS.supports(). r=dbaron f=bz
|
2012-11-25 11:26:07 +11:00 |
|