William Chen
|
7dc9fbe59e
|
Bug 946585 - Change how the form element pointer affects parsing template elements. r=hsivonen
|
2014-01-31 15:03:24 -08:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
William Chen
|
240a4277c8
|
Bug 937003 - Use correct adjusted insertion location for foster parenting in template element. r=hsivonen
|
2013-11-10 22:45:43 -08:00 |
|
William Chen
|
02d23085a6
|
Bug 797009 - Remove bad assertion in HTML parser. r=hsivonen
|
2013-11-13 15:53:12 -08:00 |
|
William Chen
|
ed953c8ff3
|
Bug 937259 - Remove <command> element from the parser. r=hsivonen
|
2013-11-13 15:17:13 -08:00 |
|
William Chen
|
d3cdfbb569
|
Bug 822776 - Update "after after frameset" insertion mode. r=hsivonen
|
2013-11-13 14:57:07 -08:00 |
|
William Chen
|
91bb91b158
|
Bug 932086 - Hoist <template> to head when found between </head> and <body>. r=hsivonen
|
2013-11-04 17:19:22 -08:00 |
|
William Chen
|
4fb3f7e4ed
|
Bug 925907 - Check for IN_SELECT_IN_TABLE in "reset the insertion mode" in HTML5 parser. r=hsivonen
|
2013-10-17 13:26:49 -07:00 |
|
Michael[tm] Smith
|
19088f6eb2
|
Bug 910588 - log a parse error for <table><input></table>. r=hsivonen.
|
2013-09-17 15:47:32 +03:00 |
|
William Chen
|
3c3062971a
|
Bug 900724 - Prevent form association when creating elements in template contents. r=hsivonen
|
2013-08-13 14:31:18 -07:00 |
|
William Chen
|
b0e155cb0a
|
Bug 897153 - Update parsing of template element to spec as of July 15, 2013. r=hsivonen
|
2013-08-12 14:46:12 -07:00 |
|
William Chen
|
d471fc9c9f
|
Bug 897143 - Update parser algorithms to be namespace aware. r=hsivonen
|
2013-08-12 14:46:12 -07:00 |
|
William Chen
|
bcbcfbfe2f
|
Bug 888820 - Save template insertion mode stack information in TreeBuilderState. r=hsivonen
|
2013-08-12 14:46:12 -07:00 |
|
James Kitchener
|
881001dff5
|
Bug 802895 - Parser changes to support srcdoc attributes for iframes, r=hsivonen
|
2013-06-28 23:13:23 -04:00 |
|
Henri Sivonen
|
f17f395dda
|
Bug 870787 HTML parser part - Make <img> a form-associated element in the HTML parser. r=smaug
|
2013-06-06 11:02:30 +03:00 |
|
William Chen
|
d1deac0faf
|
Bug 818976 - Part 3: Generated code for HTML5 parser. r=hsivonen
|
2013-03-26 00:15:23 -07:00 |
|
Henri Sivonen
|
1c1feac1bf
|
Bug 820508 part 1 - Parser support for <main>. r=smaug.
|
2013-01-29 14:31:45 +02:00 |
|
Henri Sivonen
|
e829394001
|
Bug 808464 - Refresh the "special" list in the HTML parser and the check for that list in the <dd> case. r=smaug.
|
2012-11-12 16:41:17 +02:00 |
|
Henri Sivonen
|
2f13dd66f6
|
Bug 809403 - Sync Gecko C++ version of the HTML parser with changes made for Rust. rs=smaug.
|
2012-11-09 11:04:28 +02:00 |
|
Jacek Szpot
|
0b35b0e3d8
|
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
|
2012-10-26 15:32:10 +02:00 |
|
Henri Sivonen
|
dc4ef20648
|
Bug 799958 - Remove prtype.h from C++ translator output. r=smaug.
|
2012-10-25 14:03:27 +03:00 |
|
Henri Sivonen
|
4eb686ec9c
|
Bug 503190 - Include assertions in the C++ translator output. r=smaug.
|
2012-10-01 11:52:32 +03:00 |
|
Henri Sivonen
|
d91939100e
|
Bug 792790 - Introduce NoBoundsCheck variants of accessors on nsHtml5HtmlAttributes; Make operator= in jArray nullptr-aware. r=smaug.
|
2012-10-01 11:49:01 +03: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 |
|
Aryeh Gregor
|
e57dd159b2
|
Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan
|
2012-07-20 14:16:17 +03:00 |
|
David Zbarsky
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Henri Sivonen
|
e277245214
|
Bug 711049 - Adjust MathML text integration point treatment to comply with spec changes. rs=smaug.
|
2012-01-02 16:18:29 +02:00 |
|
Henri Sivonen
|
dd53ba4bab
|
Bug 711052 - Make <rp> and <rt> handling match spec edits. r=smaug.
|
2012-01-02 16:18:29 +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 |
|
Matt Brubeck
|
41aa9b3c38
|
Back out 38814e0bafb9 through c5d44e6e957b because of test failures
|
2011-11-30 11:44:50 -08: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
|
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
|
ca7381838d
|
Bug 482921 part 1 - Implement HTML syntax highlighting using the new parser. r=Olli.Pettay.
|
2010-07-30 13:15:38 +03:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Jan Varga
|
887653f638
|
Bug 676236 - Add support for the <menuitem> element to the HTML parser (not enabled by default) r=hsivonen
|
2011-08-06 08:41:36 +02:00 |
|
Henri Sivonen
|
2e75146b33
|
Bug 643410 - Reconstruct active formatting elements on text in an HTML integration point; handle U+0000 per spec in a MathML text integration point. r=jonas.
|
2011-04-08 09:07:28 +03:00 |
|
Henri Sivonen
|
e887966c40
|
Bug 643395 - Update the HTML parser Java code to the state in the htmlparser repo (NPOTB). rs=jonas.
|
2011-04-08 09:07:27 +03:00 |
|
Mats Palmgren
|
76ed992dba
|
Bug 635085 - Reconstruct any active formatting elements after auto closing a <nobr> in a nested <nobr> situation, per HTML spec. r=hsivonen approval2.0=shaver
|
2011-02-22 00:06:27 +01:00 |
|
Michael(tm) Smith
|
35eaa66b2e
|
Bug 620664 - Add support for the track element to the HTML5 parser. r=hsivonen, a=jst.
|
2011-01-12 10:05:09 +02:00 |
|
Neil Rashbrook
|
76524634bb
|
Bug 620267 Certain LFs following a <pre> or <textarea> get erroneously stripped r=hsivonen a=bz
|
2011-01-05 23:49:55 +00:00 |
|
Henri Sivonen
|
0df9c7d005
|
Bug 614241 - Make a late <body> start tag set frameset-ok to "not ok". rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
143c3bdadc
|
Bug 612528 - Make <option> and <optgroup> imply </option> in the "in body" insertion mode only if the current node is "option". rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
60b0cda8cc
|
Bug 612527 - Implement spec tweaks to U+0000 handling in the HTML5 parser. rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
b91c3491b4
|
Bug 606925 - Get rid of the "in foreign content" insertion mode. Check the namespace of the current node instead. rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
6402200a37
|
Bug 612529 part 3 - Make <annotation-xml> an HTML integration point depending on the encoding attribute. rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
7cc7276fad
|
Bug 612529 part 2 - Rework how scopingness and specialness is handled in stack nodes; refresh the set of scoping elements to spec. rs=jonas, a=blocking2.0-betaN.
|
2010-12-09 11:27:58 +02:00 |
|
Henri Sivonen
|
9c3299bd5c
|
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 |
|