Benoit Jacob
f11d309a1d
Bug 1035394 - Fix dangerous public destructors in parser - r=wchen
2014-07-08 17:23:18 -04:00
Chris Peterson
211c12318a
Bug 1031982 - Cast away -Wsign-compare warning in XML parser. r=peterv
2014-07-02 00:08:35 -07: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
Jim Blandy
4d6a633bba
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -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
904c3c954b
Bug 664104 - Part 4: Downstream ruby tests in html5lib-tests. r=wchen
2014-06-20 17:08:32 -07:00
Yuki Sekiguchi
444626d456
Bug 664104 - Part 2: Make ruby related element HTMLElement. r=wchen
2014-06-20 17:08:31 -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
Robert O'Callahan
9170085906
Bug 1015664. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg
2014-06-03 00:08:21 +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
Ms2ger
af6c726c7d
Merge mozilla-inbound to mozilla-central.
2014-05-30 14:07:35 +02:00
Ms2ger
7a49550ced
Bug 741295 - Treat 'id' and 'class' as global attributes for all elements; r=bz
2014-05-30 09:36:53 +02:00
Nicholas Nethercote
ef56d3cb5d
Bug 1016153 - Avoid slop in xmlparse.c:poolGrow(). r=jst.
...
--HG--
extra : rebase_source : 3dd2fb91660c901f8ce12e22191aee3686172cd6
2014-05-29 16:05:19 -07:00
Birunthan Mohanathas
562904c002
Bug 869836 - Part 12: Use Assign('c')
instead of AssignLiteral("c")
. r=ehsan
...
--HG--
extra : rebase_source : a6b15019cee452973dd8bf3112c15e14175855a9
2014-05-26 21:55:08 +03:00
Jonathan Watt
c7543155b1
Bug 1014891 - Remove support for XML's 'catalog' style sheets, and provide an internal alternative for the abusing callers of EnsureCatalogStyleSheet. r=bz
2014-05-24 19:46:38 +01: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
c4568a7085
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
2014-05-22 06:48:51 +03: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
411a8639b4
Bug 869836 - Part 3: Use Append('c')
instead of AppendLiteral("c")
. 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
Birunthan Mohanathas
5d51a7d58f
Bug 869836 - Part 1: Use EqualsLiteral instead of == 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
Geoff Brown
e5a312f133
Bug 962676 - Reset expected assertion counts for Android crashtests; r=blassey
2014-04-09 08:38:44 -06:00
Neil Rashbrook
041b6d4b17
Bug 514280 Consistently declare and define IID accessors r=bsmedberg
2014-03-28 08:45:02 +00:00