Nathan Froyd
|
a7eb97f896
|
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
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Ehsan Akhgari
|
7a041e9a4b
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (content parts); r=bzbarsky
--HG--
extra : rebase_source : e25a064995914ca4f7b1db16b5725eb440d3e531
|
2012-06-18 22:30:09 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
4f91700da9
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
|
Ms2ger
|
cddee1288b
|
Bug 749883 - Remove unused txDOM.h; r=sicking
|
2012-05-05 11:00:06 +02:00 |
|
John Schoenick
|
75f87f2d21
|
Bug 748365 - xpath: Don't progress past end in nextToken, remove pushBack() logic. r=sicking
|
2012-04-26 14:46:44 -07:00 |
|
Ehren Metcalfe
|
6f413751fd
|
Bug 751416 - Remove unused txList[Iterator] methods. r=sicking
|
2012-05-03 18:33:51 -04:00 |
|
Patrick Wong
|
30fd6e9e6a
|
Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar
|
2012-04-24 14:43:00 -04:00 |
|
Henri Sivonen
|
c6c8e61892
|
Bug 744366 - Assert about old readyState before readyState transitions. r=bzbarsky.
|
2012-04-17 09:41:49 +03:00 |
|
Jeff Walden
|
18b2aec6c5
|
Bug 714260 - Implement FloatingPoint.h to consolidate all IEEE-754 floating point operations in a single location. r=dmandelin for the js bits, r=Ms2ger for mfbt and the core bits
|
2012-01-23 03:43:16 -08:00 |
|
Mark Capella
|
1a44f1208f
|
Bug 740688 - Use uintptr_t instead of PRUword, and intptr_t instead of PRWord. r=jwalden
--HG--
extra : rebase_source : 648a581323d2c2893df780f71fe34dadcc4bbaab
|
2012-04-11 17:17:44 -07:00 |
|
Nicholas Nethercote
|
85b9728d6c
|
Bug 711895 - Tweak the warning options used for GCC builds (3rd attempt). r=waldo,derf,khuey,mhommey.
--HG--
extra : rebase_source : 20540c9b838ee3be6cb0847c1b90fdc3bd44059d
|
2012-03-21 22:21:16 -07:00 |
|
Olli Pettay
|
aef37dab12
|
Bug 641821, MutationObserver, r=sicking
--HG--
extra : rebase_source : a680c883b22976edf38eea23fb516215e081084f
|
2012-03-31 09:30:13 -07:00 |
|
Marco Bonardo
|
31496b4a78
|
Merge central to inbound
|
2012-03-30 12:27:55 +02:00 |
|
Ms2ger
|
968425f97e
|
Bug 738654 - Part b: RemoveChildAt can't fail; r=sicking
|
2012-03-29 23:09:07 +02:00 |
|
Matias Juntunen
|
ad1912fafd
|
Bug 729048 - Part 4: Replace calls to nsParserService::CheckQName with nsContentUtils::CheckQName in txXMLUtils.h. r=hsivonen
|
2012-03-29 17:31:40 -04:00 |
|
Phil Ringnalda
|
0abdfa04b8
|
Back out b00bf7f3869c (bug 737976) for apparently causing mochitest-1 leaks on a CLOSED TREE
|
2012-03-28 22:43:09 -07:00 |
|
Kyle Huey
|
c3096d813b
|
Bug 737976: Remove nsINodeInfo. rs=bent
|
2012-03-28 19:07:37 -07:00 |
|
Henri Sivonen
|
0b5228046a
|
Bug 738572 - #include nsIHTMLContentSink.h in fewer places. r=bzbarsky.
|
2012-03-23 17:21:44 +02:00 |
|
Henri Sivonen
|
f2d3f89eb7
|
Bug 737417 part 1 - Split charset source constants out of nsIParser.h. r=smaug.
|
2012-03-22 16:42:42 +02:00 |
|
Nicholas Nethercote
|
c4ee2f9bdc
|
Backed out changeset 0124795a8cbb (bug 711895) due to i10n build bustage. r=me.
|
2012-03-21 21:46:27 -07:00 |
|
Nicholas Nethercote
|
5524d35c04
|
Bug 711895 - Tweak the warning options used for GCC builds (2nd attempt). r=waldo,derf,khuey,mhommey,jwatt.
|
2012-03-15 19:40:00 -07:00 |
|
Nathan Froyd
|
70cbaa6b9e
|
Bug 732167 - Eliminate duplicate headers in content. r=mounir
|
2012-03-06 13:55:37 -05:00 |
|
Charles Chan
|
64daff1dae
|
Bug 729049 - Inline IsXMLLetter, IsXMLNCNameChar, DecodeEntity from nsIParserService. r=hsivonen
|
2012-03-14 21:56:58 -07:00 |
|
Justin Lebar
|
0dbaf73150
|
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 |
|
Daniel Holbert
|
04b172bf20
|
merge m-c tip over to m-i
|
2012-03-11 15:40:05 -07:00 |
|
Ms2ger
|
582d853ee8
|
Bug 705432 - Remove dead code: txResultRecycler::getNodeSet(const txXPathNode&, txNodeSet**); r=peterv
|
2012-03-11 09:43:22 +01:00 |
|
Emanuel Hoogeveen
|
5dbd39a604
|
Bug 492931 - Fix case conversion in a bunch of DOM functions to only convert ASCII characters. r=sicking,khuey
|
2012-03-09 21:50:34 -08:00 |
|
Nathan Froyd
|
ad1e586c68
|
Bug 730825 - Part 1: change content/ to use nsTHashtable instead of nsDoubleHashtable; r=sicking
|
2012-02-29 11:28:01 -05:00 |
|
Ed Morley
|
d27ab2302c
|
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
|
2012-03-05 15:22:28 +00:00 |
|
Makoto Kato
|
2c1e47f122
|
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
|
e1a9198917
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 15:58:06 -05:00 |
|
Justin Lebar
|
8f94cc1764
|
Back out bug 729940 (a108aee:d75775d) due to 32-bit red.
|
2012-03-04 14:20:34 -05:00 |
|
Justin Lebar
|
169d0f30f5
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 13:49:42 -05:00 |
|
Matthew Schranz
|
7e8fb26c1e
|
Bug 698381 - Make Node.cloneNode aDeep argument optional, default to true. r=smaug
|
2012-02-23 14:23:30 +01:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Ms2ger
|
543fea550d
|
Bug 705429 - Remove dead code: txNamespaceMap::lookupNamespace(const nsAString&); r=peterv
|
2012-02-04 15:02:06 +00:00 |
|
Ms2ger
|
92d889a17a
|
Bug 705430 - Remove dead code: txXPathNodeUtils::getDocument; r=peterv
|
2012-02-04 15:02:06 +00:00 |
|
John Schoenick
|
4b3e788bb4
|
bug 702466, imported patch fix_via_handler_table, r=sicking, a=dveditz
|
2012-01-27 19:38:01 -08:00 |
|
Jonas Sicking
|
93a804e732
|
Bug 702466: Make sure we actually abort if we end up with unbalanced stacks. r=dbaron
|
2012-01-28 15:22:27 -08:00 |
|
John Schoenick
|
90f3621d40
|
Bug 702466 - Validate internal stack state in xslt parser. r=sicking
|
2012-01-27 22:38:38 -08:00 |
|
Jeff Walden
|
2426c3f987
|
Bug 720941 - Remove JSDOUBLE_COMPARE (and DOUBLE_COMPARE, outside SpiderMonkey), as tinderbox's Windows compilers seem not to need it any more. r=dmandelin
--HG--
extra : rebase_source : 1ee5ff83329ef22e6ea471f5a06815bafa45f345
|
2012-01-23 11:52:28 -08:00 |
|
aceman
|
f08eba2139
|
Bug 711839 - --disable-ogg configure option breaks build after bug 689834. r=bz
|
2012-01-20 19:23:58 +00:00 |
|
Henri Sivonen
|
9b60bd476a
|
Bug 714777 - Refactor fragment parsing out of nsHtml5Parser. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Kyle Huey
|
535386a8e6
|
Back out Bug 711895 for breaking l10n builds.
|
2011-12-29 15:45:51 -05:00 |
|
Nicholas Nethercote
|
cc36bb0b51
|
Bug 711895 - Tweak the warning options used for GCC builds. r=waldo, derf.
--HG--
extra : rebase_source : bbe982c5feceac25fb4c0ccd03ced3a874205c38
|
2011-12-28 19:59:19 -08:00 |
|
Olli Pettay
|
35ff281448
|
Bug 711841, Null(C)String(), r=bsmedberg,glandium
|
2011-12-20 21:46:00 +02:00 |
|
Andrew Quartey
|
80d00b8b88
|
Bug 689834. Only look at the muted attribute when initially creating the element. r=bzbarsky
|
2011-12-15 14:36:46 -05:00 |
|
Atul Aggarwal
|
a190fc9cc6
|
Bug 701666 - Removing TxObject define and Double typedef from xslt. r=Ms2ger
|
2011-11-20 11:18:26 +00:00 |
|