Henri Sivonen
|
aa9004b48b
|
Bug 501106 - Implement Comment end bang state. rs=sicking
|
2009-07-15 14:31:57 +03:00 |
|
Henri Sivonen
|
00382e3718
|
Bug 501015 - Address code style comments from timeless. r+sr=mrbkap
|
2009-07-15 14:30:33 +03:00 |
|
Robert O'Callahan
|
e3d0f72897
|
Fix for bug 503468 (canPlayType should return "", not "no"). r=cdouble.
--HG--
extra : rebase_source : d54cf6d92a20a5f7e6ce66042c8d489dc93f0c7a
|
2009-07-14 16:04:56 +02:00 |
|
Peter Van der Beken
|
ffbf9a7ae8
|
Fix for bug 499781 (Move some methods from nsILink to nsIContent). r=bz, sr=dbaron.
--HG--
extra : rebase_source : da0ec8bfb6825d2e55edd2f5b08a9e43b033a2a3
|
2009-07-13 13:48:06 +02:00 |
|
Neil Deakin
|
ee561fd8cf
|
Bug 503047, element.select() should fire select event, r=bz
|
2009-07-13 07:55:56 -04:00 |
|
Robert O'Callahan
|
00294dda40
|
Bug 493915. Fix test failures.
--HG--
extra : rebase_source : da441cd0351126a790463093bd6ad55681e18229
|
2009-07-10 16:05:40 +12:00 |
|
Robert O'Callahan
|
74625ec81b
|
Bug 493915. Fix leak in media element when an error occurs early in the resource load. r=cpearce
|
2009-07-10 14:03:03 +12:00 |
|
Boris Zbarsky
|
ba3f1bc538
|
Bug 503028. Don't flush out mCells laziness unless we have to. r+sr=jst
|
2009-07-09 14:09:44 -07:00 |
|
Boris Zbarsky
|
edd4d9594a
|
Bug 503177. Don't assert when invalidating on dirty geometry from canvas. r+sr=roc
|
2009-07-09 14:09:43 -07:00 |
|
Masayuki Nakano
|
fd09b80489
|
Bug 502273 contentEditable is disabled if an attribute is removed from the node r+sr=peterv
|
2009-07-09 10:54:43 +09:00 |
|
L. David Baron
|
dfd2b373c7
|
Make some of the DEBUG_CC code accessible to code in non-debug builds so it can be used by memory tools for Web developers. (Bug 500233) r+sr=peterv
|
2009-07-08 18:10:29 -07:00 |
|
Henri Sivonen
|
379dedb7f6
|
Bug 502103 - Crash [@ NS_NewEditorKeyListener] with <isindex action="">. r+sr=mrbkap
|
2009-07-06 15:11:14 +03:00 |
|
Josh Aas
|
74fc2cc535
|
Remove nsIPluginInstanceInternal, fold it into nsIPluginInstance. b=501786 r/sr=jst
|
2009-07-02 00:52:07 -04:00 |
|
Henri Sivonen
|
168f13774e
|
Bug 501091 - Avoid overlap with platform defines in HTML5 element/attribute name object names. r=jonas, sr=mrbkap
|
2009-06-30 13:50:56 +03:00 |
|
Henri Sivonen
|
8803c27a7f
|
Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas
|
2009-06-29 00:44:22 +02:00 |
|
Johnny Stenback
|
87138ce673
|
Backed out changeset 168dd0eb7283
|
2009-06-28 11:47:11 -07:00 |
|
Jonas Sicking
|
ff259aceaf
|
Move files to better location
--HG--
rename : content/html/parser/src/Makefile.in => parser/html/Makefile.in
rename : content/html/parser/src/jArray.h => parser/html/jArray.h
rename : content/html/parser/src/nsHtml5ArrayCopy.h => parser/html/nsHtml5ArrayCopy.h
rename : content/html/parser/src/nsHtml5AtomList.h => parser/html/nsHtml5AtomList.h
rename : content/html/parser/src/nsHtml5Atoms.cpp => parser/html/nsHtml5Atoms.cpp
rename : content/html/parser/src/nsHtml5Atoms.h => parser/html/nsHtml5Atoms.h
rename : content/html/parser/src/nsHtml5AttributeName.cpp => parser/html/nsHtml5AttributeName.cpp
rename : content/html/parser/src/nsHtml5AttributeName.h => parser/html/nsHtml5AttributeName.h
rename : content/html/parser/src/nsHtml5ByteReadable.h => parser/html/nsHtml5ByteReadable.h
rename : content/html/parser/src/nsHtml5DocumentMode.h => parser/html/nsHtml5DocumentMode.h
rename : content/html/parser/src/nsHtml5ElementName.cpp => parser/html/nsHtml5ElementName.cpp
rename : content/html/parser/src/nsHtml5ElementName.h => parser/html/nsHtml5ElementName.h
rename : content/html/parser/src/nsHtml5HtmlAttributes.cpp => parser/html/nsHtml5HtmlAttributes.cpp
rename : content/html/parser/src/nsHtml5HtmlAttributes.h => parser/html/nsHtml5HtmlAttributes.h
rename : content/html/parser/src/nsHtml5MetaScanner.cpp => parser/html/nsHtml5MetaScanner.cpp
rename : content/html/parser/src/nsHtml5MetaScanner.h => parser/html/nsHtml5MetaScanner.h
rename : content/html/parser/src/nsHtml5MetaScannerCppSupplement.h => parser/html/nsHtml5MetaScannerCppSupplement.h
rename : content/html/parser/src/nsHtml5MetaScannerHSupplement.h => parser/html/nsHtml5MetaScannerHSupplement.h
rename : content/html/parser/src/nsHtml5Module.cpp => parser/html/nsHtml5Module.cpp
rename : content/html/parser/public/nsHtml5Module.h => parser/html/nsHtml5Module.h
rename : content/html/parser/src/nsHtml5NamedCharacters.cpp => parser/html/nsHtml5NamedCharacters.cpp
rename : content/html/parser/src/nsHtml5NamedCharacters.h => parser/html/nsHtml5NamedCharacters.h
rename : content/html/parser/src/nsHtml5Parser.cpp => parser/html/nsHtml5Parser.cpp
rename : content/html/parser/src/nsHtml5Parser.h => parser/html/nsHtml5Parser.h
rename : content/html/parser/src/nsHtml5PendingNotification.h => parser/html/nsHtml5PendingNotification.h
rename : content/html/parser/src/nsHtml5Portability.cpp => parser/html/nsHtml5Portability.cpp
rename : content/html/parser/src/nsHtml5Portability.h => parser/html/nsHtml5Portability.h
rename : content/html/parser/src/nsHtml5ReleasableAttributeName.cpp => parser/html/nsHtml5ReleasableAttributeName.cpp
rename : content/html/parser/src/nsHtml5ReleasableAttributeName.h => parser/html/nsHtml5ReleasableAttributeName.h
rename : content/html/parser/src/nsHtml5ReleasableElementName.cpp => parser/html/nsHtml5ReleasableElementName.cpp
rename : content/html/parser/src/nsHtml5ReleasableElementName.h => parser/html/nsHtml5ReleasableElementName.h
rename : content/html/parser/src/nsHtml5StackNode.cpp => parser/html/nsHtml5StackNode.cpp
rename : content/html/parser/src/nsHtml5StackNode.h => parser/html/nsHtml5StackNode.h
rename : content/html/parser/src/nsHtml5StackNodeCppSupplement.h => parser/html/nsHtml5StackNodeCppSupplement.h
rename : content/html/parser/src/nsHtml5StackNodeHSupplement.h => parser/html/nsHtml5StackNodeHSupplement.h
rename : content/html/parser/src/nsHtml5StateSnapshot.cpp => parser/html/nsHtml5StateSnapshot.cpp
rename : content/html/parser/src/nsHtml5StateSnapshot.h => parser/html/nsHtml5StateSnapshot.h
rename : content/html/parser/src/nsHtml5Tokenizer.cpp => parser/html/nsHtml5Tokenizer.cpp
rename : content/html/parser/src/nsHtml5Tokenizer.h => parser/html/nsHtml5Tokenizer.h
rename : content/html/parser/src/nsHtml5TreeBuilder.cpp => parser/html/nsHtml5TreeBuilder.cpp
rename : content/html/parser/src/nsHtml5TreeBuilder.h => parser/html/nsHtml5TreeBuilder.h
rename : content/html/parser/src/nsHtml5TreeBuilderCppSupplement.h => parser/html/nsHtml5TreeBuilderCppSupplement.h
rename : content/html/parser/src/nsHtml5TreeBuilderHSupplement.h => parser/html/nsHtml5TreeBuilderHSupplement.h
rename : content/html/parser/src/nsHtml5TreeOperation.cpp => parser/html/nsHtml5TreeOperation.cpp
rename : content/html/parser/src/nsHtml5TreeOperation.h => parser/html/nsHtml5TreeOperation.h
rename : content/html/parser/src/nsHtml5UTF16Buffer.cpp => parser/html/nsHtml5UTF16Buffer.cpp
rename : content/html/parser/src/nsHtml5UTF16Buffer.h => parser/html/nsHtml5UTF16Buffer.h
rename : content/html/parser/src/nsHtml5UTF16BufferCppSupplement.h => parser/html/nsHtml5UTF16BufferCppSupplement.h
rename : content/html/parser/src/nsHtml5UTF16BufferHSupplement.h => parser/html/nsHtml5UTF16BufferHSupplement.h
|
2009-06-26 17:12:29 -07:00 |
|
Henri Sivonen
|
fb74340ed2
|
Merge trunk into HTML5 repo
|
2009-06-26 18:22:48 +03:00 |
|
Henri Sivonen
|
ec7a74cb9e
|
Documentation for nsHtml5Parser.h
|
2009-06-26 17:19:28 +03:00 |
|
Henri Sivonen
|
dd674095e3
|
Put more stuff in static const in HTML5 parser, fix UnblockParser on HTML5 parser
|
2009-06-26 16:05:35 +03:00 |
|
Henri Sivonen
|
2a07b68820
|
Address review comments on the HTML5 parser
|
2009-06-26 14:13:46 +03:00 |
|
Henri Sivonen
|
adeb7c2f61
|
Clean up whitespace in the HTML5 parser; add some docs
|
2009-06-26 11:22:12 +03:00 |
|
Chris Pearce
|
21a86f06aa
|
Bug 449156 - Implement HTMLVideoElement.poster, with correct reftests. r+=doublec,jst, sr+=roc
|
2009-06-26 19:25:17 +12:00 |
|
Chris Pearce
|
54496bf124
|
Backout bug 449156 due to test-poster-9 failure.
|
2009-06-26 18:25:03 +12:00 |
|
Chris Pearce
|
5b3ab339dc
|
Bug 449156 - Implement HTMLVideoElement.poster r+=doublec,jst sr+=roc
|
2009-06-26 16:23:14 +12:00 |
|
Henri Sivonen
|
af13c6de04
|
Address HTML5 parser review comments (partially); fix static jArray lengths
|
2009-06-25 15:28:48 +03:00 |
|
Henri Sivonen
|
f14a1e7e6f
|
Add a readme file for the .java files
|
2009-06-24 15:37:31 +03:00 |
|
Henri Sivonen
|
8be21b0430
|
Use less parentheses in assertions in HTML5 parser
|
2009-06-24 15:32:53 +03:00 |
|
Henri Sivonen
|
fb8e881c05
|
Include the .java sources for translated files in the HTML5 parser
|
2009-06-24 15:27:43 +03:00 |
|
Henri Sivonen
|
1bea387bfb
|
Move the initialization of primitive static jArrays to initializeStatics in HTML5 parser
|
2009-06-24 14:42:50 +03:00 |
|
Henri Sivonen
|
031e581e54
|
Null out jArray after releasing.
|
2009-06-24 13:41:18 +03:00 |
|
Henri Sivonen
|
b01c3bdb49
|
Try to avoid crashing in HTML5 parser cycle collection
|
2009-06-24 13:38:11 +03:00 |
|
Henri Sivonen
|
d88f6b6525
|
Remove legacy comments
|
2009-06-24 11:08:39 +03:00 |
|
Henri Sivonen
|
4cd1a3ac60
|
#ifdef out a variable only used for debugging.
|
2009-06-24 10:58:47 +03:00 |
|
Henri Sivonen
|
fe91fa32db
|
Add comments to the HTML5 parser explaining buffer chain key holders
|
2009-06-24 10:56:40 +03:00 |
|
Henri Sivonen
|
f1577c4c26
|
Use NS_PRECONDITION instead of NS_ASSERTION for asserting the start condition of HTML5 parser
|
2009-06-24 10:45:43 +03:00 |
|
Henri Sivonen
|
780d316021
|
Tweak assertions in HTML5 parser
|
2009-06-24 10:26:30 +03:00 |
|
Henri Sivonen
|
c27c098156
|
Make GetChannel nicer in HTML5 parser
|
2009-06-24 10:22:51 +03:00 |
|
Henri Sivonen
|
ad44605576
|
Use NS_ERROR instead of asserting true in HTML5 parser
|
2009-06-24 10:21:17 +03:00 |
|
Henri Sivonen
|
282e1bc1d6
|
Fix GetCommand in HTML5 parser to return "view"
|
2009-06-24 10:20:13 +03:00 |
|
Henri Sivonen
|
0101b8870f
|
Clean up nsHtml5Parser destructor
|
2009-06-24 09:59:03 +03:00 |
|
Henri Sivonen
|
1ac3458182
|
Make app cache not crash HTML5 parser when it calls Terminate() in mid-flight.
|
2009-06-24 09:55:38 +03:00 |
|
Henri Sivonen
|
f857815fde
|
Merge trunk into HTML5 repo
|
2009-06-22 10:05:55 +03:00 |
|
Henri Sivonen
|
49255e583e
|
Fix bad merge between HTML5 repo and trunk
|
2009-06-21 16:23:03 +03:00 |
|
Henri Sivonen
|
bbf153f97c
|
Make HTML5 parser enablement use AddBoolPrefVarCache
|
2009-06-21 16:14:38 +03:00 |
|
Henri Sivonen
|
fe65dfaaf9
|
Move static inline void on one line in nsHtml5ArrayCopy.h
|
2009-06-21 15:46:29 +03:00 |
|
Boris Zbarsky
|
0412ff6b6c
|
Bug 497242. GetElementsByName should not find non-HTML elements. r+sr=sicking
|
2009-06-19 16:57:39 -04:00 |
|
Henri Sivonen
|
88849d1f27
|
Zap tests for bug 448564 that the HTML5 parser obsoletes.
|
2009-06-18 18:01:51 +03:00 |
|
Henri Sivonen
|
02a6bfd0e8
|
Bug 497845 - Hook cycle collector into the HTML5 parser
|
2009-06-18 16:24:51 +03:00 |
|
Henri Sivonen
|
4108e0ae0f
|
Merge trunk into HTML5 repo
|
2009-06-16 12:18:59 +03:00 |
|