Ehsan Akhgari
|
243c878d26
|
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
|
691ef24b2a
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Henri Sivonen
|
67be401de2
|
Bug 765620 - When parsing from stream without executing scripts, avoid script execution-related tree ops. r=smaug
|
2012-06-20 10:05:39 +03:00 |
|
David Zbarsky
|
9050aef271
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Gervase Markham
|
d697fdc8ec
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
|
2012-05-29 16:52:43 +01:00 |
|
Henri Sivonen
|
71efda6e2b
|
Bug 672453 - Whine to console about various character encoding declaration-related authoring errors. r=smaug.
|
2012-03-24 13:34:42 +02:00 |
|
Henri Sivonen
|
643fc9277c
|
Bug 738572 - #include nsIHTMLContentSink.h in fewer places. r=bzbarsky.
|
2012-03-23 17:21:44 +02:00 |
|
Henri Sivonen
|
daa268e2f4
|
Bug 709083 - Call DoneCreatingElement before children have been appended to the element. r=bzbarsky.
|
2012-02-03 15:32:31 +02:00 |
|
Boris Zbarsky
|
30d7cb00f8
|
Bug 696301 part 2. Communicate the crossorigin preload state from the parser to the scriptloader. r=sicking,hsivonen
|
2012-03-10 10:13:52 -06:00 |
|
Andrew Quartey
|
460ab09e46
|
Bug 689834. Only look at the muted attribute when initially creating the element. r=bzbarsky
|
2011-12-15 14:36:46 -05:00 |
|
Henri Sivonen
|
b661112113
|
Bug 703965 - Use View Source styling when viewing plain text source. r=smaug.
|
2011-11-30 19:44:31 +02:00 |
|
Matt Brubeck
|
9b1962f5cc
|
Back out 38814e0bafb9 through c5d44e6e957b because of test failures
|
2011-11-30 11:44:50 -08:00 |
|
Henri Sivonen
|
5aae1f453d
|
Bug 703965 - Use View Source styling when viewing plain text source. r=smaug.
|
2011-11-30 19:44:31 +02:00 |
|
Henri Sivonen
|
6d3adb2646
|
Bug 699752 - Remove stray preposition from parser error reporting. r=smaug.
|
2011-11-07 11:29:18 +02:00 |
|
Henri Sivonen
|
7d588ef0e0
|
Bug 698935 addendum - Rename the errStrayStartTag string key because the value changed. r=l10n.
|
2011-11-04 15:36:29 +02:00 |
|
Henri Sivonen
|
282d41d3e8
|
Bug 479959 - Reimplement text/plain loading using the HTML5 parser. r=Olli.Pettay.
|
2011-11-01 17:27:36 +02:00 |
|
Henri Sivonen
|
6bd519ac43
|
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
|
6d5bbec2af
|
Bug 482921 part 0.5 - Restore support for using tree op queue to set document charset. r=bzbarsky.
|
2011-11-01 13:33:11 +02:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Henri Sivonen
|
1cde100e2a
|
Bug 687744 and bug 573078 - Make buffer allocations in the HTML parser fallible; deal with allocation failures; reuse the buffers of strings passed to the parser. r=Olli.Pettay.
|
2011-09-28 15:45:17 +03:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Jan Varga
|
a76cfe8db7
|
Bug 617528 Part 2 - Core implementation r=smaug
|
2011-08-08 19:31:32 +02:00 |
|
Henri Sivonen
|
1fa592b573
|
Bug 675499 - Transfer initially sniffed document charset through the speculative load queue to avoid race conditions. r=bzbarsky.
|
2011-08-02 20:45:38 +03:00 |
|
Boris Zbarsky
|
be843fdd7b
|
Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
|
2011-07-29 14:30:00 -04:00 |
|
Boris Zbarsky
|
43e535c970
|
Back out changeset f5aecf9010ef (bug 672014) due to build bustage.
|
2011-07-29 15:29:01 -04:00 |
|
Boris Zbarsky
|
ee9e6f2a2e
|
Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
|
2011-07-29 14:30:00 -04:00 |
|
Ed Morley
|
6e443492c7
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
|
Henri Sivonen
|
d1d75c9d82
|
Bug 655682 - Perform discretionary flushes in the HTML parser even if the current node is foster-parenting. r=bzbarsky.
|
2011-05-19 11:42:01 +03:00 |
|
Henri Sivonen
|
c7dc50b4d1
|
Bug 651441 - Make sure the HTML5 application cache selection algorithm runs properly when there is no manifest attribute. r=honzab.moz.
|
2011-05-13 11:31:12 +03:00 |
|
Henri Sivonen
|
200d06cfa8
|
Bug 620106 - Allow chardet (if enabled) reload the page during load. r=sicking, a=blocking2.0-final.
|
2011-02-11 12:33:32 +02:00 |
|
Henri Sivonen
|
21911581ea
|
Bug 619220 addendum - Make speculative loads use the first <base> in the document instead of the first <base> in <head>. r=sicking, a=blocker.
|
2011-01-03 18:18:23 +02:00 |
|
Henri Sivonen
|
b40e883623
|
Bug 612529 part 1 - Pack the dispatch group and the flags of an element into one 32-bit bitfield. r=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:57 +02:00 |
|
Henri Sivonen
|
b08bd7a552
|
Bug 543062 - When document.write() blocks, pre-parse the tail of the buffer for speculative loads. r=jonas, a=blocking2.0-beta8.
|
2010-11-18 10:23:48 +02:00 |
|
Henri Sivonen
|
46f71117ae
|
Bug 612568 - Drop nsIContent handles when finished parsing a fragment. r=Olli.Pettay, a=jst.
|
2010-11-18 10:19:59 +02:00 |
|
Henri Sivonen
|
a00ca20e07
|
Bug 502176 - Replace static use of jArray with a plain old data staticJArray, introduce an autoJArray for nicer memory management. r=tglek, a=jst.
|
2010-09-28 10:32:31 +03:00 |
|
Henri Sivonen
|
533ff1a58b
|
Bug 599584 - Do not let nsContentSink process <meta> tags when parsing an HTML fragment. r=bzbarsky, a=blocking2.0-betaN.
|
2010-10-13 10:12:55 +03:00 |
|
Henri Sivonen
|
ea6b908bf5
|
Bug 591330 - Make deep nesting prevention code in the HTML5 parser not crash when there are speculations involved. r=jonas, a=blocking2.0-betaN.
|
2010-09-06 10:41:26 +03:00 |
|
Chris Pearce
|
0027a22b17
|
Bug 485288 - Update media load algorithm. r=roc a=blocking2.0
|
2010-09-03 12:03:03 +12:00 |
|
Henri Sivonen
|
1e44df8f79
|
Bug 534293 - Make speculative loads initiated by the HTML5 parser take <base> into account. r=jst, a=blocking2.0-betaN.
|
2010-07-26 14:18:43 +03:00 |
|
Henri Sivonen
|
6c34f708a5
|
Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. (Also disable/tweak 2 broken tests) r=dholbert, sr=roc
|
2010-07-18 15:07:54 -07:00 |
|
|
|
16fafd331c
|
Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug
|
2010-06-25 15:59:57 +02:00 |
|
Henri Sivonen
|
ba3526f337
|
Bug 570898 - Defer isindex prompt reading until after startup. r=jonas.
|
2010-06-11 18:08:13 +03:00 |
|
Daniel Holbert
|
5b78c1fcbe
|
Backed out changeset a8ac411e1653 (bug 552938) for causing some randomorange.
|
2010-06-09 17:16:25 -07:00 |
|
Henri Sivonen
|
7b5cf1ffc4
|
Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. r=dholbert, sr=roc.
|
2010-05-25 14:57:58 +03:00 |
|
Henri Sivonen
|
0dd4c83505
|
Bug 569538 - Make aFromParser distinguish network, document.write and fragments in the HTML case. r=Olli.Pettay.
|
2010-06-09 09:44:25 +03:00 |
|
Henri Sivonen
|
7b85751be7
|
Bug 561874 - Make the HTML5 parser clip deep trees (similar to the old HTML parser) to avoid crashes in recursive code elsewhere. r=bzbarsky
|
2010-05-20 12:03:11 +03:00 |
|
Jonas Sicking
|
896b731723
|
Bug 515401: Make implementation of <base> HTML5 compliant, and clean it up. r=benjamn a=dholbert
|
2010-04-23 09:10:07 -07:00 |
|
Henri Sivonen
|
b1663de57d
|
Bug 551344 part 1 - Address sicking's review comments in nsHtml5Parser.cpp. r=jonas.
|
2010-03-15 14:04:41 +02:00 |
|
Craig Topper
|
076bc13756
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
|