Masayuki Nakano
|
2a465d3e36
|
Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc
--HG--
rename : widget/nsEvent.h => widget/EventForwards.h
|
2013-09-24 19:04:14 +09:00 |
|
James Kitchener
|
881001dff5
|
Bug 802895 - Parser changes to support srcdoc attributes for iframes, r=hsivonen
|
2013-06-28 23:13:23 -04:00 |
|
William Chen
|
0fc22c7d14
|
Bug 818976 - Part 1: Add supplement code and new tree op to support generated code in HTML5 parser. r=hsivonen
|
2013-03-26 00:15:23 -07:00 |
|
Neil Rashbrook
|
03a35bc344
|
Bug 849422 Allow plain text document word-wrap to be turned on after the fact r=bz
|
2013-03-13 19:56:24 +00:00 |
|
Jared Wein
|
43677b479e
|
Bug 253564 - Plain text (text/plain, text/javascript, text/css, etc) documents should word-wrap. r=bz
|
2013-03-06 23:45:08 -05:00 |
|
Patrick McManus
|
bda7430bfa
|
bug 792438 part 1 - identify css and head-based-js as dedicated network resources r=bz
|
2012-12-04 18:06:29 -05:00 |
|
Jacek Szpot
|
0b35b0e3d8
|
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
|
2012-10-26 15:32:10 +02:00 |
|
Isaac Aggrey
|
997db4d142
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Boris Zbarsky
|
927e2bc32d
|
Bug 732209 part 3. Communicate the CORS state of preloads to the CSS loader. r=sicking,hsivonen
|
2012-08-28 13:10:08 -04: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
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Henri Sivonen
|
80c8bb96d3
|
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
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07: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
|
95b45892e6
|
Bug 672453 - Whine to console about various character encoding declaration-related authoring errors. r=smaug.
--HG--
rename : extensions/universalchardet/tests/bug631751be_text.html => parser/htmlparser/tests/mochitest/file_bug672453_bomless_utf16.html
|
2012-03-24 13:34:42 +02:00 |
|
Henri Sivonen
|
0b5228046a
|
Bug 738572 - #include nsIHTMLContentSink.h in fewer places. r=bzbarsky.
|
2012-03-23 17:21:44 +02:00 |
|
Henri Sivonen
|
91e98a88cd
|
Bug 709083 - Call DoneCreatingElement before children have been appended to the element. r=bzbarsky.
|
2012-02-03 15:32:31 +02:00 |
|
Boris Zbarsky
|
d51b138c8b
|
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
|
80d00b8b88
|
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
|
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
|
02166bddb5
|
Bug 699752 - Remove stray preposition from parser error reporting. r=smaug.
|
2011-11-07 11:29:18 +02:00 |
|
Henri Sivonen
|
0d4f001013
|
Bug 698935 addendum - Rename the errStrayStartTag string key because the value changed. r=l10n.
|
2011-11-04 15:36:29 +02:00 |
|
Henri Sivonen
|
dc6ff15cba
|
Bug 479959 - Reimplement text/plain loading using the HTML5 parser. r=Olli.Pettay.
|
2011-11-01 17:27:36 +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
|
782c90cefd
|
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
|
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 |
|
Henri Sivonen
|
2c7ccac42d
|
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
|
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
|
5020b003ce
|
Bug 617528 Part 2 - Core implementation r=smaug
--HG--
rename : content/html/content/test/test_bug418756.html => content/html/content/test/test_checked.html
|
2011-08-08 19:31:32 +02:00 |
|
Henri Sivonen
|
8226a386e1
|
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
|
8876cdd39c
|
Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
|
2011-07-29 14:30:00 -04:00 |
|
Boris Zbarsky
|
df03cbc9fa
|
Back out changeset f5aecf9010ef (bug 672014) due to build bustage.
|
2011-07-29 15:29:01 -04:00 |
|
Boris Zbarsky
|
42b3776aac
|
Bug 672014. Pass the crossorigin attribute through to image preloading code. r=joe,hsivonen
|
2011-07-29 14:30:00 -04:00 |
|
Ed Morley
|
9e71e5b9ac
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
|
Henri Sivonen
|
7766a5c929
|
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
|
f5d2683307
|
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
|
c2e0c3291c
|
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
|
3a1b3ddb19
|
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
|
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 |
|
Henri Sivonen
|
76af5ed80d
|
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
|
fa141d61fd
|
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
|
b846ef5736
|
Bug 502176 - Replace static use of jArray with a plain old data staticJArray, introduce an autoJArray for nicer memory management. r=tglek, a=jst.
--HG--
extra : rebase_source : c9dbde959b76c019df87b83c551dd97e3ad7d311
|
2010-09-28 10:32:31 +03:00 |
|
Henri Sivonen
|
f60fcd6d07
|
Bug 599584 - Do not let nsContentSink process <meta> tags when parsing an HTML fragment. r=bzbarsky, a=blocking2.0-betaN.
--HG--
extra : rebase_source : f4c169a88f0f61c50a4473c9dab5e9e0257125c2
|
2010-10-13 10:12:55 +03:00 |
|
Henri Sivonen
|
6409d09046
|
Bug 591330 - Make deep nesting prevention code in the HTML5 parser not crash when there are speculations involved. r=jonas, a=blocking2.0-betaN.
--HG--
extra : rebase_source : 58f604deb70298bcf6103f7857889990d8d9708d
|
2010-09-06 10:41:26 +03:00 |
|
Chris Pearce
|
6a92a3da34
|
Bug 485288 - Update media load algorithm. r=roc a=blocking2.0
|
2010-09-03 12:03:03 +12:00 |
|
Henri Sivonen
|
cbda2f7e75
|
Bug 534293 - Make speculative loads initiated by the HTML5 parser take <base> into account. r=jst, a=blocking2.0-betaN.
--HG--
extra : rebase_source : 71cd318e90c56cf8f718fb4a4572d17f3ba1a9f3
|
2010-07-26 14:18:43 +03:00 |
|
Henri Sivonen
|
5bf17b6fc0
|
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 |
|