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
Rafael Ávila de Espíndola
4f25c3f655
Bug 678209 - Fix c++0x initializer list error found by clang. r=jonas
...
The aLength argument is used in
CharacterDataChangeInfo info = {
PR_TRUE,
oldLength,
oldLength,
aLength
};
and the last field of CharacterDataChangeInfo is a PRUint32, so
aLength should be one to for this to be valid c++0x.
2011-08-22 15:35:19 -04: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
Ed Morley
6e443492c7
Bug 614515 - Remove MOZ_SVG conditions. r=roc
2011-05-30 09:34:50 +02: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
Ms2ger
96d1354051
Bug 562698 - Part b: Pass Elements to nsNodeUtils::AttributeChanged; r=bzbarsky, a=dbaron
2010-08-24 09:06:07 +02: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
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
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
b70fd25289
Bug 539887 - Make document.written meta charset affect the charset of document.opened documents in the HTML5 parser. r=bnewman.
2010-03-09 14:39:32 +02:00
Henri Sivonen
c31d88132a
Bug 541079 - Make app cache selection happen before speculative loads in the HTML5 parser. r=bnewman.
2010-02-02 09:43:18 +02:00
Henri Sivonen
4f54fc8c20
Bug 515610 - Make defer and async work with the speculating HTML5 parser. r=bnewman.
2009-11-17 10:52:30 +02:00
Henri Sivonen
2d5d1ffdda
Bug 527896 - Freeze script deferredness and asyncness upon insertion to tree by HTML5 parser. r&sr=sicking.
2009-11-17 10:52:30 +02:00
Henri Sivonen
b90f753473
Bug 502568 - HTML5 parser should flush occasionally when loading pure text. r=bnewman.
2009-11-17 10:52:30 +02:00
Henri Sivonen
8017ba2092
Bug 497861 - Wrong form state preservation on reparse in HTML5 parser. r=bnewman.
2009-11-06 15:06:48 +02:00
Henri Sivonen
945b9c0521
Bug 525229 - Crash [@ nsHtml5PendingNotification::nsHtml5PendingNotification] when document.writing an external script followed by start tag. r=bnewman, a=beltzner.
2009-10-30 13:47:17 +02:00
Henri Sivonen
6d5095eb25
Bug 483015 - Expose HTML line number to JS and CSS parsers in the HTML5 parser. r=bnewman, a=beltzner.
2009-10-28 15:48:37 +02:00
Henri Sivonen
e5e8f90558
Bug 482919 - Add speculative parsing to the HTML5 parser. r=bnewman.
2009-10-12 16:08:04 +03:00
Henri Sivonen
2cf48a3ad5
Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman.
2009-09-21 16:18:20 +03:00
Henri Sivonen
4384f2fdf0
Bug 515338 - Make HTML5 parser internals not hold nsIContent or regular dynamic atoms. r=bnewman.
2009-09-21 14:43:43 +03:00
Henri Sivonen
2b8f6a2e36
Bug 499642 - Split the HTML5 parser into stream parser, doc.write parser and tree op executor. r=bnewman, sr=mrbkap.
2009-09-18 12:21:47 +03:00
Henri Sivonen
2f19c38b3b
Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas
2009-06-29 00:44:22 +02:00
Johnny Stenback
64cf7ea628
Backed out changeset 168dd0eb7283
2009-06-28 11:47:11 -07:00
Jonas Sicking
6a0cbe0e68
Move files to better location
2009-06-26 17:12:29 -07:00