Trevor Saunders
|
f4fbfeeb43
|
bug 1059490 - mark more classes MOZ_FINAL r=froydnj
|
2014-08-27 14:26:48 -04:00 |
|
Ehsan Akhgari
|
a687eaee51
|
Bug 1061060 - Fix more bad implicit constructors in parser; r=hsivonen
--HG--
extra : rebase_source : 4debaf0e0d52705472455d154298b3800d9d0db0
|
2014-09-01 18:04:52 -04:00 |
|
Ehsan Akhgari
|
40b911bcdd
|
Bug 1060982 - Fix more bad implicit constructors in the HTML parser; r=hsivonen
--HG--
extra : rebase_source : 83f9384976137595dc0d0c98d3f915ea4296c26a
|
2014-09-01 18:04:20 -04:00 |
|
Ehsan Akhgari
|
f4f68ad518
|
Bug 1060930 - Mark the HTML5 Parser constructors with one argument as explicit; r=hsivonen
--HG--
extra : rebase_source : a0ef07e58fc6db1c8ff87a2731a9a2070be57bda
|
2014-09-01 18:02:08 -04:00 |
|
Phil Ringnalda
|
b656763114
|
Backed out 6 changesets (bug 1060982, bug 1061058, bug 1060987, bug 1061060, bug 1060930) for build bustage
CLOSED TREE
Backed out changeset c23b8418e6be (bug 1060987)
Backed out changeset a8cddc6bdffc (bug 1061060)
Backed out changeset b5af5cbdac3f (bug 1060982)
Backed out changeset 4912d451011a (bug 1060930)
Backed out changeset bdacbf453238 (bug 1061058)
Backed out changeset da6c71a8f5ae (bug 1060987)
|
2014-09-01 16:48:51 -07:00 |
|
Ehsan Akhgari
|
1ce8beab5b
|
Bug 1061060 - Fix more bad implicit constructors in parser; r=hsivonen
|
2014-09-01 18:04:52 -04:00 |
|
Ehsan Akhgari
|
f2cd909681
|
Bug 1060982 - Fix more bad implicit constructors in the HTML parser; r=hsivonen
|
2014-09-01 18:04:20 -04:00 |
|
Ehsan Akhgari
|
0f3bb39a41
|
Bug 1060930 - Mark the HTML5 Parser constructors with one argument as explicit; r=hsivonen
|
2014-09-01 18:02:08 -04:00 |
|
Trevor Saunders
|
86b7aff8fc
|
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
|
2014-08-05 13:33:55 -04:00 |
|
Yuki Sekiguchi
|
e8960b0a35
|
Bug 1042885 - Part 1: A rp element should not auto close a rtc element. r=wchen
|
2014-08-18 22:33:45 -07:00 |
|
Aryeh Gregor
|
15ec3ba67b
|
Bug 1053190 - Reduce unnecessary inclusion of nsINode.h in headers; r=ehsan
|
2014-08-18 17:44:50 +03:00 |
|
Nicholas Nethercote
|
8c60d14a1a
|
Bug 1050009 - Initialize pldhash tables with a length, not a capacity. r=roc.
* * *
imported patch rm-dummy-params
--HG--
extra : rebase_source : c25987eb11bae197218d5fc53b77def19afa36ac
|
2014-08-06 06:31:21 -07:00 |
|
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 |
|