William Chen
|
f155e9748e
|
Bug 1044118 - Fix inverted check for unclosed children in ruby tag. r=hsivonen
|
2014-08-04 15:54:20 -07:00 |
|
Mike Hommey
|
d10b15b035
|
Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal
|
2014-07-23 08:37:51 +09:00 |
|
Trevor Saunders
|
0cdb19dabd
|
bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug
|
2014-07-09 17:27:49 -04:00 |
|
Benoit Girard
|
e7aea75462
|
Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel
|
2014-07-15 11:37:45 -04:00 |
|
Benoit Jacob
|
f11d309a1d
|
Bug 1035394 - Fix dangerous public destructors in parser - r=wchen
|
2014-07-08 17:23:18 -04:00 |
|
William Chen
|
4bebd4307b
|
Bug 1000199 - Enable web components for certified apps. r=gabor,smaug
|
2014-07-07 19:02:03 -07:00 |
|
William Chen
|
98b54468ba
|
Bug 1032654 - Remove invalid assertion from HTML parser. r=smaug
|
2014-07-07 18:09:39 -07:00 |
|
Chris Peterson
|
efdb483353
|
Bug 1032644 - Fix some -Wunused warnings in non-unified OS X build. r=ehsan
|
2014-07-02 18:55:19 -07:00 |
|
Benoit Jacob
|
51d64fc6fa
|
Bug 1028588 - Fix dangerous public destructors in parser/ - r=wchen
|
2014-06-27 14:41:03 -04:00 |
|
John Schoenick
|
01b47964ff
|
Bug 870022 - Part 5.4 - Teach parser about <picture> (generated bits). r=hsivonen
|
2014-06-25 11:47:49 -07:00 |
|
John Schoenick
|
0ff2a3a5d4
|
Bug 870022 - Part 5.3 - Teach parser about <picture> (non-generated bits). r=hsivonen
|
2014-06-25 11:47:49 -07:00 |
|
John Schoenick
|
078d49e017
|
Bug 870022 - Part 4.3 - Teach parser about sizes attr (generated bits). r=hsivonen
|
2014-06-25 11:47:48 -07:00 |
|
John Schoenick
|
d205a5665d
|
Bug 870022 - Part 4.2 - Teach parser about sizes attr (non-generated bits). r=hsivonen
|
2014-06-25 11:47:47 -07:00 |
|
Chris Peterson
|
2c6c9dce99
|
Bug 1013065 - Remove bug 65664's NSCAP_DONT_PROVIDE_NONCONST_OPEQ workaround. r=dbaron
|
2014-05-04 23:11:04 -07:00 |
|
Yuki Sekiguchi
|
bc1a42863b
|
Bug 664104 - Part 1: Implement new ruby model in HTML parser. r=wchen
|
2014-06-20 17:08:31 -07:00 |
|
Kyle Huey
|
fcaab74dfe
|
Bug 737976: Remove nsINodeInfo. r=smaug
--HG--
rename : content/base/src/nsNodeInfo.cpp => dom/base/NodeInfo.cpp
rename : content/base/public/nsINodeInfo.h => dom/base/NodeInfo.h
rename : content/base/src/nsNodeInfo.h => dom/base/NodeInfoInlines.h
|
2014-06-19 19:01:40 -07:00 |
|
Yuki Sekiguchi
|
a4981c40d0
|
Bug 1024447 - Part 6: Retranslated html parser. r=hsivonen.
|
2014-06-12 13:37:49 +09:00 |
|
Carsten "Tomcat" Book
|
e223a9c8af
|
Backed out changeset 8c5b73e6b782 (bug 1024447) for bustage on a CLOSED TREE
|
2014-06-18 12:43:41 +02:00 |
|
Yuki Sekiguchi
|
c1355b7865
|
Bug 1024447 - Part 6: Retranslated html parser. r=hsivonen.
|
2014-06-12 13:37:49 +09:00 |
|
Kyle Huey
|
823b7d1989
|
Bug 1024388: Attempt to retarget OnDataAvailable to the HTML parser thread for all channels, not just HTTP channels. r=bz
|
2014-06-17 09:39:19 -07:00 |
|
Olli Pettay
|
42c29da4fc
|
Bug 902618 - Parser notifies about subtree roots, but not their descendants, r=hsivonen,bz
|
2014-06-17 02:01:22 +03:00 |
|
Chris Pearce
|
3c3777d2de
|
Bug 1016162 - Base EME DOM APIs, not connected to a CDM yet. r=bz
|
2014-06-07 08:52:15 +12:00 |
|
Phil Ringnalda
|
61966eed95
|
Merge f-t to m-c
|
2014-05-31 20:31:07 -07:00 |
|
Victor Porof
|
5643294005
|
Bug 1007203 - Always add categories when pushing to the pseudostack, r=djvj
|
2014-05-23 17:12:29 -04:00 |
|
Boris Zbarsky
|
0b14b0cdf7
|
Bug 998356. Don't completely fail out of the parser if we can't format one of our string error messages. r=hsivonen
|
2014-05-23 17:32:37 -04:00 |
|
Birunthan Mohanathas
|
e2a009d822
|
Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
62570a8716
|
Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...)) . r=ehsan
|
2014-05-22 06:48:50 +03:00 |
|
Gabor Krizsanits
|
66c718a038
|
Bug 877072 - HTML Imports part1. r=mrbkap
|
2014-05-21 19:08:12 +02:00 |
|
John Schoenick
|
1a9d741d4f
|
Bug 870021 - Part 1.2 - Teach parser about srcset (generated bits). r=hsivonen
|
2014-05-30 13:03:04 -07:00 |
|
John Schoenick
|
86fd57ec47
|
Bug 870021 - Part 1.1 - Teach parser about srcset (needs generation). r=hsivonen
|
2014-05-30 13:03:03 -07:00 |
|
Chris Peterson
|
0b83d6aca0
|
Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in HTML parser. r=hsivonen
|
2014-04-28 20:28:54 -07:00 |
|
Henri Sivonen
|
6a6cd36d81
|
Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk.
|
2014-05-08 12:32:00 +03:00 |
|
William Chen
|
04cd6ad785
|
Bug 1005580 - Fix "after after frameset" insertion mode in HTML parser for handling characters. r=hsivonen
|
2014-05-06 13:29:31 -07:00 |
|
Birunthan Mohanathas
|
ff8ce9bd42
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Birunthan Mohanathas
|
4de1915f30
|
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
|
2014-04-25 12:49:00 -04:00 |
|
Henri Sivonen
|
78c0fbf7fd
|
Bug 960519 - Make it safe to refcount the HTML parser's nsIStreamListener off-the-main-thread. r=smaug.
|
2014-04-16 08:41:39 +03:00 |
|
Olli Pettay
|
f2b59ae546
|
Bug 688580 - Run deferred scripts before DOMContentLoaded; r=hsivonen
|
2014-04-12 11:02:21 +02:00 |
|
Ryan VanderMeulen
|
1196730583
|
Backed out changeset 02876730f55f (bug 688580) for Android 4.0 debug mochitest-7 perma-fail.
CLOSED TREE
|
2014-04-10 14:38:04 -04:00 |
|
Olli Pettay
|
4303f4931a
|
Bug 688580, run deferred scripts before DOMContentLoaded, r=hsivonen
--HG--
extra : rebase_source : e7e56d2d83c7b1bf29a3a5ea4efd7418cfbee1e0
|
2014-04-10 01:49:17 +03:00 |
|
Ehsan Akhgari
|
5b9f45a1a5
|
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
|
2014-03-27 16:38:33 -04:00 |
|
Masayuki Nakano
|
abfbab58dd
|
Bug 983049 part.5 Rename nsEventDispatcher to mozilla::EventDispatcher r=smaug
--HG--
rename : dom/events/nsEventDispatcher.cpp => dom/events/EventDispatcher.cpp
rename : dom/events/nsEventDispatcher.h => dom/events/EventDispatcher.h
|
2014-03-18 13:48:21 +09:00 |
|
William Chen
|
d36b408e0a
|
Bug 982285 - Update active formatting element list indices in HTML parser adoption agency algorithm. r=hsivonen
|
2014-03-17 17:34:47 -07:00 |
|
Kyle Huey
|
e78b977cbc
|
Bug 967364: Use every already_AddRefed. r=bsmedberg
|
2014-03-15 12:00:16 -07:00 |
|
Henri Sivonen
|
19acd88611
|
Bug 981279 - Clear the attribute holder after parsing innerHTML. r=smaug
|
2014-03-10 11:14:16 +02:00 |
|
William Chen
|
da78f2c672
|
Bug 884795 - HTML parser AAA algorithm should only pop when the current node is not in the list of active formatting elements. r=hsivonen
|
2014-03-07 15:48:19 -08:00 |
|
Henri Sivonen
|
a8e60a52d5
|
Bug 959150 part 8 - Document nsHtml5DocumentBuilder. r=smaug.
|
2014-03-05 21:38:50 +02:00 |
|
Henri Sivonen
|
ba42c93bf5
|
Bug 959150 part 7 - Retain probable bugs instead of changing behavior right now. r=smaug.
|
2014-03-05 21:38:50 +02:00 |
|
Henri Sivonen
|
a11a5d4ba3
|
Bug 959150 part 6 - Move the opening brace to the next line in methods whose body is in non-generated .h files under parser/html/. r=smaug.
|
2014-03-05 21:38:50 +02:00 |
|
Henri Sivonen
|
149dfbb23b
|
Bug 959150 part 5 - Avoid reallocating the attribute holder when parsing with nsHtml5StringParser. r=smaug.
|
2014-03-05 21:38:50 +02:00 |
|
Henri Sivonen
|
3345c35123
|
Bug 959150 part 4 - Avoid using tree ops when parsing with nsHtml5StringParser. r=smaug.
|
2014-03-05 21:38:50 +02:00 |
|