Isaac Aggrey
|
997db4d142
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
d4eb7d5782
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Henri Sivonen
|
ad81b49e43
|
Bug 742414 & Bug 731234 - Highlight script end tag correctly in View Source and avoid crashing when doing so. r=smaug.
|
2012-04-17 14:53:52 +03:00 |
|
Henri Sivonen
|
bfbe063e6a
|
Bug 695640 - Remove View Source pre chunking, because it is no longer needed for reasonable perf. r=smaug.
|
2011-11-30 19:44:31 +02:00 |
|
Henri Sivonen
|
4c62e04846
|
Bug 703965 - Use View Source styling when viewing plain text source. r=smaug.
|
2011-11-30 19:44:31 +02:00 |
|
Henri Sivonen
|
08bb8d42f9
|
Bug 699356 - Show the URL of the page in the title of the View Source window. r=smaug.
|
2011-11-30 19:44:31 +02:00 |
|
Matt Brubeck
|
41aa9b3c38
|
Back out 38814e0bafb9 through c5d44e6e957b because of test failures
|
2011-11-30 11:44:50 -08:00 |
|
Henri Sivonen
|
e07e1adbbf
|
Bug 695640 - Remove View Source pre chunking, because it is no longer needed for reasonable perf. r=smaug.
|
2011-11-30 19:44:31 +02:00 |
|
Henri Sivonen
|
6f9a5aed13
|
Bug 703965 - Use View Source styling when viewing plain text source. r=smaug.
|
2011-11-30 19:44:31 +02:00 |
|
Henri Sivonen
|
c832d4cbd9
|
Bug 699356 - Show the URL of the page in the title of the View Source window. r=smaug.
|
2011-11-30 19:44:31 +02:00 |
|
Henri Sivonen
|
ec23367d78
|
Bug 704667 - Take transitions from the comment start state to the data state into account when doing syntax highlighting. r=smaug.
|
2011-11-29 08:55:09 +02:00 |
|
Henri Sivonen
|
1ed9041d38
|
Bug 700260 - Honor the view_source.tab_size pref in a way that actually works. r=smaug.
|
2011-11-07 21:20:14 +02:00 |
|
Henri Sivonen
|
de222b191d
|
Bug 700042 - Support turning off View Source syntax highlighting. r=smaug.
|
2011-11-07 21:20:14 +02:00 |
|
Henri Sivonen
|
e434910347
|
Bug 482921 part 14 - Address review comments. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
31b733036d
|
Bug 482921 part 10 - Support parametrized error messages in new View Source. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
801c32d635
|
Bug 482921 part 8 - Start a new <pre> occasionally in View Source refixing bug 86355. r=bzbarsky.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
d9b76169a4
|
Bug 482921 part 7 - Add an id for each line in new View Source. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
2e697f57ad
|
Bug 482921 part 4 - Support XML syntax highlighting in the parser core. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
f55328bb86
|
Bug 482921 part 3 - Highlight tree builder-level errors in View Source. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
d55e46aa36
|
Bug 482921 part 2 - Highligh tokenizer-level errors in View Source. r=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
ca7381838d
|
Bug 482921 part 1 - Implement HTML syntax highlighting using the new parser. r=Olli.Pettay.
|
2010-07-30 13:15:38 +03:00 |
|