Ms2ger
7c88934d12
Bug 849659 - Make Ripc/Cipc pass on OSX; r=dbaron
2013-03-11 09:08:59 +01:00
Nicholas Nethercote
0b6166e117
Bug 847248 (part 9) - Remove nsFixedSizeAllocator from parser/htmlparser/. r=hsivonen.
2013-03-05 16:51:40 -08:00
Sunny
0ddd7039f2
Bug 844127 - Replaced 'Span' with 'Unknown' and added tests for the same. r=bz
2013-03-12 16:36:49 -04:00
Gregory Szorc
6c0b50fe17
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Ms2ger
ae98068e9f
Merge m-c to b-s.
2013-02-26 19:09:25 +01:00
Gregory Szorc
5eb04a3c9a
Bug 784841 - Part 18α: Convert /parser; f=Ms2ger rs=khuey
2013-02-25 12:47:24 -08:00
David Humphrey (:humph)
12f76ae92c
Bug 839371 - Implement HTML5 <data> element. r=smaug
2013-02-26 15:19:05 -05:00
Masatoshi Kimura
bda734f378
Bug 844007 - PL_strcmp works only if the string is null-terminated. r=hsivonen
2013-02-23 21:14:12 +09:00
David Humphrey (:humph)
58cae8acde
Bug 629801 Implement HTML5 <time> element. r=smaug, peterv, hsivonen
2013-02-22 10:07:42 -05:00
L. David Baron
75fa8ac3f8
Bug 404077: Annotate known assertions in mochitests.
2013-02-25 18:39:21 -08:00
Ryan VanderMeulen
6a966d0b7e
Backed out 6 changesets (bug 832920, bug 825341, bug 838582, bug 842726, bug 629801, bug 842561) for Linux32 debug mochitest-2 and Windows/OSX mochitest-browser-chrome failures on a CLOSED TREE.
2013-02-22 15:30:06 -05:00
David Humphrey (:humph)
1e7d3d46e5
Bug 629801 Implement HTML5 <time> element. r=smaug, peterv, hsivonen
2013-02-22 10:07:42 -05:00
Boris Zbarsky
81d3d8bf8e
Bug 836850. Allow a single C++ class to implement multiple WebIDL interfaces. r=peterv
2013-02-08 12:20:11 +00:00
Blake Kaplan
bdcb633a52
Bug 479499 - Re-enable this crashtest since it appears to no longer hang. r=peterv
2013-02-08 10:13:03 +00:00
Daniel Holbert
0e1c6b05cd
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
97435fc300
backout eafc4cf19150 because it landed with the wrong bug number
2013-02-06 10:25:05 -08:00
Daniel Holbert
5fc3ee25d8
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
268d0ca4ce
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
c49098bd02
Bug 820508 part 4 - Make <main> have the HTMLElement DOM interface. r=smaug.
2013-01-29 14:31:45 +02:00
Henri Sivonen
21c6a3b830
Bug 820508 part 2 - UA stylesheet for <main>. r=bzbarsky.
2013-01-29 14:31:45 +02:00
Henri Sivonen
775a9691b3
Bug 820508 part 1 - Parser support for <main>. r=smaug.
2013-01-29 14:31:45 +02:00
Ehsan Akhgari
98503a8a11
Bug 833197 - Disable PGO on the old html parser; a=me
2013-01-21 23:23:02 -05:00
Trevor Saunders
c55a85644c
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
2013-01-12 07:40:33 -05:00
Mats Palmgren
7532b4e736
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
4d50c343ae
Bug 696670, bug 696671, bug 696672, bug 696673, bug 703201 - switch Windows no-accel annotations to use fuzzy-if instead of fails-if
2013-01-13 15:05:23 -08:00
Chris Peterson
d64ab9624b
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
936d51438a
Bug 811779 - Enable larger set of reftests on B2G emulators, r=jgriffin
2013-01-03 15:35:01 -05:00
Boris Zbarsky
481343dad3
Bug 827214. Fix HTML lists to really be webidl. r=peterv
2013-01-07 08:34:16 -05:00
Ehsan Akhgari
486ddcd1fd
Backed out changeset 66a7359f9be2 (bug 791546) because it broke the build
2013-01-03 18:36:16 -05:00
Shriram Kunchanapalli
ff3af78fae
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
9c75a99d90
Bug 705570 - reenable the crashtests that include an <applet> on OS X 10.7 and 10.8 now that they no longer leak
2012-12-29 08:18:56 -08:00
Ehsan Akhgari
bfaf6cbac8
Bug 813211 - Remove unneeded includes and forward declarations for threading code; r=hsivonen
2012-11-16 19:39:44 -08:00
Zack Weinberg
a70907e535
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
59c93fcd27
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
ef04049351
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 15:29:21 -05:00
Benoit Jacob
c995bc9e1e
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
2012-11-15 02:32:40 -05:00
Henri Sivonen
383d5e3079
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
0075e1c889
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
aabfbca863
Merge backout on a CLOSED TREE.
2012-11-08 09:20:52 +01:00
Ms2ger
5a00f4e724
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
67c71affb5
Bug 801402 - Use FindEncodingForLabel from HTML parser. r=hsivonen
2012-11-07 18:04:22 -05:00
Nathan Froyd
bd79c80da2
Bug 803669 - convert nsScannerBufferList to use mozilla::LinkedList; r=mrbkap
2012-10-19 12:23:15 -04:00
Henri Sivonen
0e6484b641
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
e9b1938fe6
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
bc12d823bd
Bug 803669 - followup fix; r=bustage
2012-10-31 12:31:36 -04:00
Nathan Froyd
dbd676f123
Bug 803669 - convert nsScannerBufferList to use mozilla::LinkedList; r=mrbkap
2012-10-19 12:23:15 -04:00
Nathan Froyd
cb4c9c2a0d
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
2012-10-29 19:32:10 -04:00
Jacek Szpot
09f9b9a1c3
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
2012-10-26 15:32:10 +02:00
Ryan VanderMeulen
e78afbf323
Bug 799917 - Backout for various regressions.
2012-10-28 08:49:20 -04:00
Henri Sivonen
c35d93319b
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