David Humphrey (:humph)
|
5c015b3fea
|
Bug 629801 Implement HTML5 <time> element. r=smaug, peterv, hsivonen
|
2013-02-22 10:07:42 -05:00 |
|
Boris Zbarsky
|
2c2153865c
|
Bug 836850. Allow a single C++ class to implement multiple WebIDL interfaces. r=peterv
--HG--
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_dl_attributes_reflection.html
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_ul_attributes_reflection.html
|
2013-02-08 12:20:11 +00:00 |
|
Blake Kaplan
|
5bc21d4b5a
|
Bug 479499 - Re-enable this crashtest since it appears to no longer hang. r=peterv
--HG--
extra : rebase_source : 3ac50c08eab0213b532d861e8f06abbb144eead9
|
2013-02-08 10:13:03 +00:00 |
|
Daniel Holbert
|
36c961fd68
|
Bug 838715: Add periods at the end of sentences in nsHTMLTagList.h header-comment. r=hsivonen DONTBUILD
|
2013-02-06 10:22:46 -08:00 |
|
Daniel Holbert
|
e76075c094
|
backout eafc4cf19150 because it landed with the wrong bug number
|
2013-02-06 10:25:05 -08:00 |
|
Daniel Holbert
|
04d3921c73
|
Bug 838256: Add periods at the end of sentences in nsHTMLTagList.h header-comment. r=hsivonen
|
2013-02-06 10:22:46 -08:00 |
|
Boris Zbarsky
|
1ee4c73471
|
Bug 838518 part 1. Fix treewalker callers per the API change that was made. r=smaug
|
2013-02-06 14:22:33 +00:00 |
|
Henri Sivonen
|
2dd2903185
|
Bug 820508 part 4 - Make <main> have the HTMLElement DOM interface. r=smaug.
|
2013-01-29 14:31:45 +02:00 |
|
Henri Sivonen
|
2084f08dbf
|
Bug 820508 part 2 - UA stylesheet for <main>. r=bzbarsky.
|
2013-01-29 14:31:45 +02:00 |
|
Henri Sivonen
|
c9f1a357dc
|
Bug 820508 part 1 - Parser support for <main>. r=smaug.
|
2013-01-29 14:31:45 +02:00 |
|
Ehsan Akhgari
|
c1edb32773
|
Bug 833197 - Disable PGO on the old html parser; a=me
|
2013-01-21 23:23:02 -05:00 |
|
Trevor Saunders
|
83bcbe0d6b
|
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
|
2013-01-12 07:40:33 -05:00 |
|
Mats Palmgren
|
b7ae90666d
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Phil Ringnalda
|
3662e6e38c
|
Bug 696670, bug 696671, bug 696672, bug 696673, bug 703201 - switch Windows no-accel annotations to use fuzzy-if instead of fails-if
--HG--
extra : rebase_source : 801b413470016e9f165e824d8350687b3de1eb47
|
2013-01-13 15:05:23 -08:00 |
|
Chris Peterson
|
de411b5fd0
|
Bug 829685 - Remove #include "prtypes.h" from some files that no longer use PR types. r=ehsan
|
2013-01-10 08:19:36 -08:00 |
|
Andrew Halberstadt
|
221179f50b
|
Bug 811779 - Enable larger set of reftests on B2G emulators, r=jgriffin
|
2013-01-03 15:35:01 -05:00 |
|
Boris Zbarsky
|
b2589a0608
|
Bug 827214. Fix HTML lists to really be webidl. r=peterv
|
2013-01-07 08:34:16 -05:00 |
|
Ehsan Akhgari
|
4ad1b6649d
|
Backed out changeset 66a7359f9be2 (bug 791546) because it broke the build
|
2013-01-03 18:36:16 -05:00 |
|
Shriram Kunchanapalli
|
25d2ca6bd4
|
Bug 791546: Removes nsCRT::strcmp(const PRUnichar* s) from nsCRT.h and replaces it occurrences with NS_strcmp; r=bsmedberg
|
2012-12-24 08:47:18 +05:30 |
|
Phil Ringnalda
|
545e667044
|
Bug 705570 - reenable the crashtests that include an <applet> on OS X 10.7 and 10.8 now that they no longer leak
--HG--
rename : browser/components/preferences/in-content/tests/privacypane_tests_perwindow.js => browser/components/preferences/in-content/tests/privacypane_tests.js
rename : browser/components/preferences/tests/privacypane_tests_perwindow.js => browser/components/preferences/tests/privacypane_tests.js
extra : rebase_source : c4a2231db56c29693d34f31eba70a90543910bcc
|
2012-12-29 08:18:56 -08:00 |
|
Ehsan Akhgari
|
9704a03379
|
Bug 813211 - Remove unneeded includes and forward declarations for threading code; r=hsivonen
|
2012-11-16 19:39:44 -08:00 |
|
Zack Weinberg
|
9ab9128f73
|
Bug 663291: Improve the SpecialPowers and SimpleTest APIs to make it easier to write mochitests that look at error console output. Update all tests that were using ad-hoc console inspection or the old SimpleTest console handler API. r=ted
|
2012-11-16 21:53:32 -05:00 |
|
Ryan VanderMeulen
|
8a64b526bc
|
Backed out changesets b242651c3c1b (bug 229827), b36eaac9ecf8, and 40f38a8aa660 (bug 663291) for mochitest-3/4 failures.
CLOSED TREE
|
2012-11-16 16:59:38 -05:00 |
|
Zack Weinberg
|
ff35201bdd
|
Bug 663291: Improve the SpecialPowers and SimpleTest APIs to make it easier to write mochitests that look at error console output. Update all tests that were using ad-hoc console inspection or the old SimpleTest console handler API. r=ted
--HG--
extra : rebase_source : 013c6031577f88a764fecee9750ee890b45d1181
|
2012-11-16 15:29:21 -05:00 |
|
Benoit Jacob
|
986ee1a065
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Henri Sivonen
|
03635e8e8a
|
Bug 808464 - Refresh the "special" list in the HTML parser and the check for that list in the <dd> case. r=smaug.
|
2012-11-12 16:41:17 +02:00 |
|
Henri Sivonen
|
4ee2568e9c
|
Bug 809956 - Deal with an odd number of ] characters before ]]> in a CDATA section in the HTML parser. r=smaug.
|
2012-11-12 15:42:23 +02:00 |
|
Ms2ger
|
4ab9ce9903
|
Merge backout on a CLOSED TREE.
|
2012-11-08 09:20:52 +01:00 |
|
Ms2ger
|
3345abbb79
|
Bug 809756 - Backout bug 803665, bug 803668, bug 803666 and bug 803669 on a CLOSED TREE.
|
2012-11-08 09:20:25 +01:00 |
|
Masatoshi Kimura
|
d0b455915b
|
Bug 801402 - Use FindEncodingForLabel from HTML parser. r=hsivonen
|
2012-11-07 18:04:22 -05:00 |
|
Nathan Froyd
|
afcb472e99
|
Bug 803669 - convert nsScannerBufferList to use mozilla::LinkedList; r=mrbkap
|
2012-10-19 12:23:15 -04:00 |
|
Henri Sivonen
|
4038858f3f
|
Bug 716579 - Let a BOM override HTTP-level charset in the HTML and XML parsers. r=smaug.
|
2012-11-06 13:57:51 +02:00 |
|
Nathan Froyd
|
24b0d73288
|
Backout 57d8f6cd245a (bug 803669), fb673c95d56b (bug 803665), 24d8e0cb73f2 (bug 803665), ac46bd0d9fba (bug 803669), c9c67b62799b (bug 803666), b3314c0ddaac (bug 803668) for debug build test failures
|
2012-10-31 13:23:17 -04:00 |
|
Nathan Froyd
|
c13593d3b1
|
Bug 803669 - followup fix; r=bustage
|
2012-10-31 12:31:36 -04:00 |
|
Nathan Froyd
|
dc2c24ec32
|
Bug 803669 - convert nsScannerBufferList to use mozilla::LinkedList; r=mrbkap
|
2012-10-19 12:23:15 -04:00 |
|
Nathan Froyd
|
4c61ef9ec5
|
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
|
2012-10-29 19:32:10 -04:00 |
|
Jacek Szpot
|
761b11160f
|
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
|
2012-10-26 15:32:10 +02:00 |
|
Ryan VanderMeulen
|
443e3884bc
|
Bug 799917 - Backout for various regressions.
|
2012-10-28 08:49:20 -04:00 |
|
Henri Sivonen
|
2e7d6e0063
|
Bug 599320 - Refuse encodings that are not rough ASCII supersets as hints from parent, previous doc or cache. r=smaug.
|
2012-10-16 10:42:54 +03:00 |
|
Henri Sivonen
|
129653d1a9
|
Bug 798275 - Make nsParser always say the insertion point is undefined, since it always is. r=smaug.
|
2012-10-16 16:05:06 +03:00 |
|
Ed Morley
|
f0dea8a304
|
Backout 6db369a15ea7 (bug 599320) for frequent failures in bug599320-1.html
|
2012-10-16 12:22:31 +01:00 |
|
Henri Sivonen
|
f5079be576
|
Bug 599320 - Refuse encodings that are not rough ASCII supersets as hints from parent, previous doc or cache. r=smaug.
|
2012-10-16 10:42:54 +03:00 |
|
Aryeh Gregor
|
aaf30c8f52
|
Bug 799917 - Make document.characterSet always lowercase; r=bz,f=hsivonen,smontagu
|
2012-10-14 10:13:19 +02:00 |
|
Trevor Saunders
|
000b6e89a1
|
bug 798595 - remove useless prmem.h includes r=ehsan
|
2012-10-04 02:14:06 -04:00 |
|
Isaac Aggrey
|
481e7dfb0b
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Ms2ger
|
4cf7905fe1
|
Bug 581198 - Remove xpcom/io from LOCAL_INCLUDES; r=ted
|
2012-09-20 09:55:36 +02:00 |
|
Phil Ringnalda
|
64e3b68078
|
Bug 705570 - skip every crashtest with an <applet> in it on OS X 10.7 and 10.8, since they leak if Java isn't installed
|
2012-09-10 19:50:18 -07:00 |
|
Daniel Holbert
|
1dc8cb22b6
|
Bug 789382: Change nsIScriptError methods init() and initWithWindowID() to take nsAString, rather than wchar / PRUnichar*. r=bz sr=bsmedberg
|
2012-09-09 16:29:12 -07:00 |
|
Makoto Kato
|
1356f06137
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
|
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Phil Ringnalda
|
7af7d27b85
|
Bug 705046 - Disable the chunks of test_html5_tree_construction_part2.html which touch plugins and thus expose our brokenness on 10.8
--HG--
extra : rebase_source : 566332fd749935688e36c8ed8f2b54d9b8f05ec4
|
2012-08-30 20:11:21 -07:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
061fd9f9ca
|
Bug 782252 - Use NS_FAILED instead of boolean test for ToInteger()/ToFloat(); r=ehsan
|
2012-08-13 16:49:48 +03:00 |
|
Aryeh Gregor
|
4e199a1679
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Ms2ger
|
75ab7efb95
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
c81630fddb
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
65eef91085
|
Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan
|
2012-07-20 14:16:17 +03:00 |
|
Rafael Ávila de Espíndola
|
2a313445a5
|
Bug 774024 - Remove extra ;. r=smaug.
|
2012-07-15 10:06:09 -04:00 |
|
Rafael Ávila de Espíndola
|
23f5ab2bfc
|
Bug 774023 - Remove extra ;. r=smaug.
|
2012-07-15 10:05:06 -04:00 |
|
Matthew Noorenberghe
|
6ad5ac7bec
|
Bug 639362 - Display text/cache-manifest data as text. r=bz
--HG--
extra : rebase_source : e8e30229a029b68b199efe7f0fba71dc142de980
|
2012-07-13 23:13:20 -07:00 |
|
Aryeh Gregor
|
dde10d9130
|
Bug 772807 - Clean up editor/ includes with include-what-you-use; r=ehsan
|
2012-07-13 09:33:42 +03:00 |
|
Nathan Froyd
|
bfff055672
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Jonathan Watt
|
970e60a384
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
|
Nicholas Cameron
|
d3a4c2a15e
|
Bug 761890 (was 746883); fix unexpected passes due to Azure/Skia canvas. r=gw280,jmuizelaar
|
2012-04-16 07:49:56 +12:00 |
|
Matt Brubeck
|
ef84814399
|
Back out bug 761890, bug 746896, and bug 759036 because of reftest failures
--HG--
extra : rebase_source : b5bdad8a69eab8e9ba35d21637c0bbcb18bce703
|
2012-06-11 22:50:31 -07:00 |
|
Nicholas Cameron
|
c467ab772f
|
Bug 761890 (was 746883); fix unexpected passes due to Azure/Skia canvas. r=gw280,jmuizelaar
--HG--
extra : rebase_source : 31938676856235c42f7b95de69cefdcce8cdd8ec
|
2012-04-16 07:49:56 +12:00 |
|
Laurent Dulary
|
9190e002a9
|
Bug 657938 (1/2) - Implement the content part of the meter element. f=mounir r=smaug,mrbkap
|
2012-05-16 13:18:33 +02:00 |
|
Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Shriram Kunchanapalli
|
5b9a95ea6a
|
Bug 743581: Removes nsCRT::strlen(const PRUnichar*). f=sgautherie r=dougt
|
2012-05-30 18:43:39 +01:00 |
|
Phil Ringnalda
|
be36052d54
|
Bug 705046 - Disable the chunks of test_html5_tree_construction_part2.html which touch plugins and thus expose our brokenness on 10.7, so we can unhide the rest of the mochitest-5 suite, r=hsivonen
|
2012-05-20 15:27:45 -07:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ehsan Akhgari
|
147de6e8d8
|
Bug 751201 - Rip out expat from libxul
Landed on a CLOSED TREE
|
2012-05-02 14:10:53 -04:00 |
|
Masatoshi Kimura
|
473d12ee2a
|
Bug 745498 - Add testcases for DOM4 exception types. r=sicking
|
2012-04-26 09:42:26 -07:00 |
|
Nicholas Nethercote
|
59ad4345e7
|
Bug 747803 - Remove NS_SIZE_IN_HEAP. r=bz.
|
2012-04-19 14:15:23 +10:00 |
|
Henri Sivonen
|
1ccc571266
|
Bug 742414 & Bug 731234 - Highlight script end tag correctly in View Source and avoid crashing when doing so. r=smaug.
|
2012-04-17 14:53:52 +03:00 |
|
Henri Sivonen
|
914678b308
|
Bug 741384 - Change MOZ_NOT_REACHED added in bug 732343 to MOZ_ASSERT(false). r=smaug.
|
2012-04-10 10:02:31 +03:00 |
|
Ryan VanderMeulen
|
503ea93a8c
|
Backout 17deb5f61b4d (bug 150073) due to build bustage. a=shouldausedtryfirst
|
2012-04-03 20:22:42 -04:00 |
|
Shriram Kunchanapalli
|
dcbb9c3017
|
Bug 150073 - Remove nsCRT:: in nsCRT::strlen. f=sgautherie, r=dougt
|
2012-02-18 19:17:01 +05:30 |
|
Henri Sivonen
|
e1c9589023
|
Bug 732343 - Defend HTML document loading against extensions causing bogus use of the old HTML parser. r=smaug.
|
2012-03-31 17:10:34 +03:00 |
|
Matias Juntunen
|
53ab5bda7f
|
Bug 729048 - Part 5: Remove nsParserService::CheckQName. r=hsivonen
|
2012-03-29 17:31:41 -04:00 |
|
Irving Reid
|
fc6142736f
|
Bug 738662 - Add tracing/warning information to help debug XUL overlay problems. r=bz,enn
|
2012-03-26 15:40:52 -04:00 |
|
Henri Sivonen
|
c47e91dbfa
|
Bug 717180 - Ignore document.write after window.location. r=smaug.
|
2012-03-28 08:17:53 +03:00 |
|
Henri Sivonen
|
f05ff8b40b
|
Bug 731162 - Zap nsIParser::Parse(const nsAString&, ...). r=smaug.
|
2012-03-27 09:27:45 +03:00 |
|
Matt Brubeck
|
d666a31aba
|
Bug 739354 - Disable test_bug672453.html because of frequent failures [r=philor]
|
2012-03-26 15:49:54 -07:00 |
|
Matt Brubeck
|
a09eb558ac
|
Back out 63900b73be92 (Bug 672453) because of M5 orange
|
2012-03-26 10:41:45 -07:00 |
|
Ms2ger
|
6ddb18c60a
|
Bug 672453 - Followup: fix intermittent orange; r=hsivonen
|
2012-03-26 18:31:48 +02:00 |
|
Henri Sivonen
|
058e88ae2f
|
Bug 737417 part 3 - Remove comm-central scaffolding from nsIParser.h. r=smaug.
|
2012-03-24 10:40:16 +02:00 |
|
Henri Sivonen
|
342883de53
|
Bug 672453 - Whine to console about various character encoding declaration-related authoring errors. r=smaug.
--HG--
rename : extensions/universalchardet/tests/bug631751be_text.html => parser/htmlparser/tests/mochitest/file_bug672453_bomless_utf16.html
|
2012-03-24 13:34:42 +02:00 |
|
Henri Sivonen
|
88c3e0947f
|
Bug 738572 - #include nsIHTMLContentSink.h in fewer places. r=bzbarsky.
|
2012-03-23 17:21:44 +02:00 |
|
Henri Sivonen
|
31192f4b01
|
Bug 737417 part 1 - Split charset source constants out of nsIParser.h. r=smaug.
|
2012-03-22 16:42:42 +02:00 |
|
Henri Sivonen
|
d51764b632
|
Bug 737814 - Mark nsIHTMLContentSink as obsolete. r=smaug. DONTBUILD
|
2012-03-22 08:34:29 +02:00 |
|
Henri Sivonen
|
ff5ba4e8f6
|
Bug 709083 addendum - Exclude the test case from Fennec. r=bzbarsky.
|
2012-03-19 16:48:06 +02:00 |
|
Henri Sivonen
|
f57b6f1c40
|
Bug 709083 - Call DoneCreatingElement before children have been appended to the element. r=bzbarsky.
|
2012-02-03 15:32:31 +02:00 |
|
Charles Chan
|
ea1fb78e92
|
Bug 729049 - Inline IsXMLLetter, IsXMLNCNameChar, DecodeEntity from nsIParserService. r=hsivonen
|
2012-03-14 21:56:58 -07:00 |
|
Justin Lebar
|
1fc1dc1879
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
--HG--
extra : rebase_source : 6fa267a89878cc1a766d8618569debcea9b12e48
|
2012-03-12 18:53:18 -04:00 |
|
Jacob Holzinger
|
6a62cb6a9b
|
Bug 696242 - Convert NS_RegisterStaticAtoms and nsCSSScanner::ReportUnexpectedParams to take an array-reference rather than a pointer and length, making it impossible to pass a pointer/length that are inconsistent. r=jwalden
--HG--
extra : rebase_source : 882b5b4d500b1fa242c0a3cfa3084e4171cbaa9d
|
2012-03-08 18:22:57 -08:00 |
|
Serge Gautherie
|
96cfa44876
|
Bug 733730. (Av1) file_bug594730-4.html: s/is_not()/isnot()/. r=jonas.
|
2012-03-08 13:32:09 +01:00 |
|
Ed Morley
|
3c657080b5
|
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
|
2012-03-05 15:22:28 +00:00 |
|
Makoto Kato
|
b6e9c4d7bb
|
Bug 590390 - deCOM nsICharsetAlias. r=smontagu
--HG--
rename : intl/locale/public/nsICharsetAlias.h => intl/locale/public/nsCharsetAlias.h
rename : intl/locale/src/nsCharsetAliasImp.cpp => intl/locale/src/nsCharsetAlias.cpp
|
2012-03-05 12:57:51 +09:00 |
|
Justin Lebar
|
7e343a6c1d
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 15:58:06 -05:00 |
|
Justin Lebar
|
e2b30b7a56
|
Back out bug 729940 (a108aee:d75775d) due to 32-bit red.
|
2012-03-04 14:20:34 -05:00 |
|
Justin Lebar
|
9cf4ac042d
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 13:49:42 -05:00 |
|
Jonathan Kew
|
5b082b0fbe
|
backout 3335984ce688 (bug 709083) for Android orangeness
|
2012-02-03 15:09:20 +00:00 |
|
Henri Sivonen
|
c0536f6613
|
Bug 709083 - Call DoneCreatingElement before children have been appended to the element. r=bzbarsky.
|
2012-02-03 15:32:31 +02:00 |
|
Ms2ger
|
d6b8921df6
|
Bug 719896 - Remove unnecessary gInitialized in nsParserModule.cpp; r=bsmedberg
|
2012-02-01 11:54:21 +01:00 |
|
Henri Sivonen
|
84d30592e9
|
Bug 721313 - Do not run normal parse end code when parsing a full document from string. r=smaug.
|
2012-01-26 15:59:22 +02:00 |
|
Ms2ger
|
97967af56e
|
Merge m-c to m-i.
|
2012-01-25 11:06:40 +01:00 |
|
Ms2ger
|
a98525ac10
|
Bug 720124 - Remove dead code from HTMLContentSink: AddComment; r=hsivonen
|
2012-01-25 08:50:04 +01:00 |
|
Ms2ger
|
c1e941dcc3
|
Bug 720124 - Remove dead code from HTMLContentSink: AddProcessingInstruction; r=hsivonen
|
2012-01-25 08:50:04 +01:00 |
|
Ms2ger
|
2a1d41ff0a
|
Bug 720124 - Remove dead code from HTMLContentSink: IsFormOnStack; r=hsivonen
|
2012-01-25 08:50:04 +01:00 |
|
Ms2ger
|
b51f11201d
|
Bug 720124 - Remove dead code from HTMLContentSink: AddDocTypeDecl; r=hsivonen
|
2012-01-25 08:50:02 +01:00 |
|
Henri Sivonen
|
625e6e725c
|
Bug 102699 - Support text/html in DOMParser.parseFromString(). r=smaug.
--HG--
rename : content/base/test/file_html_in_xhr.sjs => parser/htmlparser/tests/mochitest/file_bug102699.sjs
|
2012-01-20 14:03:49 +02:00 |
|
Henri Sivonen
|
97df9f9e4b
|
Bug 714777 Windows calling convention follow-up. r=smaug.
|
2012-01-20 13:44:53 +02:00 |
|
Henri Sivonen
|
3bd56d1ff6
|
Bug 714777 - Refactor fragment parsing out of nsHtml5Parser. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Henri Sivonen
|
122c17f8e7
|
Bug 715103 - Move parser unblocking management from nsContentSink to nsScriptLoader. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Henri Sivonen
|
9af7c91807
|
Test for bug 715739 - Make document.write from inside a script-created parser not add to the wyciwyg channel. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Henri Sivonen
|
4dd4e2ea12
|
Bug 715739 - Make document.write from inside a script-created parser not add to the wyciwyg channel. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Henri Sivonen
|
86a25cbb96
|
Test for bug 715112 - Check that DOMContentLoaded fires when a document built by a script-created parser calls document.close() on itself. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Henri Sivonen
|
16af46f2fd
|
Bug 717203 - Remove obsolete speculative parsing code. r=mrbkap.
|
2012-01-11 17:49:57 +02:00 |
|
Henri Sivonen
|
bbe420a344
|
Bug 717198 - Remove the tag observer code from the tree. r=mrbkap.
|
2012-01-11 17:49:56 +02:00 |
|
Henri Sivonen
|
a0183e60b6
|
Bug 655261 - Remove nsIParserFilter from the tree. r=mrbkap.
|
2012-01-09 14:20:43 +02:00 |
|
Henri Sivonen
|
01dd36c567
|
Bug 720650 - Remove nsLoggingSink. r=mrbkap.
|
2012-01-24 13:02:50 +02:00 |
|
Henri Sivonen
|
c5cfbc6e3d
|
Bug 714760 - Remove obsolete tests for the HTML parser. r=mrbkap.
|
2012-01-04 17:22:33 +02:00 |
|
Henri Sivonen
|
fb2d5617ca
|
Bug 711049 - Adjust MathML text integration point treatment to comply with spec changes. rs=smaug.
|
2012-01-02 16:18:29 +02:00 |
|
Henri Sivonen
|
f1af9bc322
|
Bug 711052 - Make <rp> and <rt> handling match spec edits. r=smaug.
|
2012-01-02 16:18:29 +02:00 |
|
Geoff Lankow
|
c2f72abcf4
|
Bug 246620 - Add line numbers to View Source for Firefox - fix for reftests; r=smaug
|
2011-12-28 00:21:53 +13:00 |
|
Curtis Bartley
|
9f096588ca
|
Bug 246620 - Simple view-source test; r=ehsan
|
2011-12-26 12:27:39 +13:00 |
|
aceman
|
002cb306a6
|
Bug 711721 - merge nsIScriptError and nsIScriptError2 interfaces; r=neil, sr=bzbarsky
|
2011-12-21 16:51:29 -05:00 |
|
Henri Sivonen
|
54d8d54f8e
|
Bug 648252 - Remove nsViewSourceHTML from the tree. r=mrbkap, a=khuey.
|
2011-04-07 16:41:53 +03:00 |
|
Andrew Quartey
|
6fe0fd072a
|
Bug 706010 - Remove NS_SPECIALIZE_TEMPLATE and HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX; r=khuey a=cleanup/removal
|
2011-12-13 14:17:59 +00:00 |
|
Henri Sivonen
|
e0b1f42c67
|
Back out the crashtest for bug 699365 due to leak on Mac.
|
2011-11-30 16:59:33 +02:00 |
|
Henri Sivonen
|
341491e1c3
|
Bug 699365 - Avoid asserting when the parser command is "external-resource". r=smaug.
|
2011-11-30 15:11:38 +02:00 |
|
Henri Sivonen
|
183f3cd3e5
|
Bug 535530 - Transition to the return state eagerly when a semicolon has matched when tokenizing a named character reference in HTML. r=smaug.
|
2011-11-30 15:11:37 +02:00 |
|
Henri Sivonen
|
ae6ef685b6
|
Bug 704667 - Take transitions from the comment start state to the data state into account when doing syntax highlighting. r=smaug.
|
2011-11-29 08:55:09 +02:00 |
|
Henri Sivonen
|
b74c7dc6e2
|
Bug 651072 - Support HTML parsing in XMLHttpRequest. r=smaug.
|
2011-11-16 09:38:51 +02:00 |
|
Phil Ringnalda
|
e980cd8969
|
Bug 696670, bug 696671, bug 696672, bug 696673, bug 696674, bug 703201 - annotate failing tests in Win7 reftest-no-accel
|
2011-11-17 20:24:25 -08:00 |
|
Matt Brubeck
|
e851f37192
|
Back out 75ace50df008 to try to fix failures after last central/inbound merge on a CLOSED TREE
|
2011-11-16 11:50:48 -08:00 |
|
Ed Morley
|
7b166f8edf
|
Merge mozilla-central to mozilla-inbound
|
2011-11-16 18:05:23 +00:00 |
|
Ms2ger
|
1049c156c8
|
Bug 697494 - Outparamdel nsIParser::GetStreamListener; r=hsivonen
|
2011-11-16 08:50:19 +01:00 |
|
Henri Sivonen
|
689c5fc755
|
Bug 651072 - Support HTML parsing in XMLHttpRequest. r=smaug.
|
2011-11-16 09:38:51 +02:00 |
|
Henri Sivonen
|
5579c150ca
|
Bug 700260 - Honor the view_source.tab_size pref in a way that actually works. r=smaug.
|
2011-11-07 21:20:14 +02:00 |
|
Ed Morley
|
7ea8e12caa
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Rail Aliiev
|
ac65d0d88e
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Henri Sivonen
|
a4642bfe44
|
Bug 699347 - Avoid crashing when viewing source of XML files that have an XML declaration without the encoding pseudo-attribute. r=smaug.
|
2011-11-03 16:31:27 +02:00 |
|
Henri Sivonen
|
3f843d4875
|
Test for bug 659763 - Make document.open("text/plain") work with the new parser. r=bzbarsky.
|
2011-11-01 17:27:36 +02:00 |
|
Henri Sivonen
|
f2e94823f3
|
Bug 482921 part 12 - Reftests for View Source reimplementation. rs=Olli.Pettay.
|
2011-11-01 13:33:11 +02:00 |
|
Henri Sivonen
|
267803686e
|
Bug 482921 part 1 - Implement HTML syntax highlighting using the new parser. r=Olli.Pettay.
|
2010-07-30 13:15:38 +03:00 |
|