Henri Sivonen
|
60b9bb42d0
|
Bug 650784 part 0 - Fold nsParserUtils into nsContentUtils. r=smaug.
|
2012-02-27 13:57:48 +02:00 |
|
Andrew McCreight
|
99023bd95d
|
Bug 729401 - use global before we null it out in ~nsXULTemplateBuilder. r=bent
|
2012-02-24 08:49:23 -08:00 |
|
Matthew Schranz
|
e6f5aa8906
|
Bug 698381 - Make Node.cloneNode aDeep argument optional, default to true. r=smaug
|
2012-02-23 14:23:30 +01:00 |
|
Igor Bukanov
|
1013be2159
|
bug 726944 - Remove JSClass::xdrObject and related functionality. r=luke
|
2012-02-13 09:02:21 +01:00 |
|
Brian Birtles
|
aa6bce14d2
|
Bug 629200 part 3 - Make AfterSetAttr take an nsAttrValue; r=bz
|
2012-02-14 11:00:56 +09:00 |
|
Brian Birtles
|
dc787a847e
|
Bug 629200 part 2 - Make BeforeSetAttr take an nsAttrValue; r=bz
|
2012-02-14 11:00:56 +09:00 |
|
Igor Bukanov
|
3638c8cf65
|
bug 724310 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
--HG--
extra : rebase_source : b78519db2ff008eb5143676d2db47935f0e89f45
|
2012-02-05 21:07:23 +01:00 |
|
Igor Bukanov
|
55704654e7
|
backout merge for bug 724310. r=irc
|
2012-02-09 21:28:22 +01:00 |
|
Igor Bukanov
|
ca990d2064
|
bug 723517 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
--HG--
extra : rebase_source : c461dfc0e0e0462ab262cc01c2a771d3bb0971cc
|
2012-02-05 21:07:23 +01:00 |
|
Panagiotis Koutsourakis
|
9c7dfb9706
|
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 |
|
Andrew McCreight
|
821eb101a0
|
Bug 720292 - add more cycle collector edge names. r=smaug
|
2012-01-23 15:25:53 -08:00 |
|
Henri Sivonen
|
3bd56d1ff6
|
Bug 714777 - Refactor fragment parsing out of nsHtml5Parser. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Ms2ger
|
d8739c7ff6
|
Bug 677079 - Part g: Expose VersionSetXML in jsfriendapi.h; r=bhackett
|
2012-01-15 09:13:08 +01:00 |
|
Ehsan Akhgari
|
2acb28d0df
|
Bug 717154 - Make sure the focus handler is only run once in order to avoid the intermittent orange; r=bzbarsky
|
2012-01-11 13:11:22 -05:00 |
|
Bobby Holley
|
9adc1c9d8a
|
Bug 713747 - Remove usage of UniversalFoo in gecko. r=bz
|
2011-12-30 09:35:39 -08:00 |
|
Olli Pettay
|
fb75702799
|
Bug 713865 - Don't traverse XBL and XUL protos so much, r=bent
|
2011-12-29 16:34:05 +02:00 |
|
Ms2ger
|
d717a67336
|
Bug 698420 - Make nsScriptObjectHolder typesafe; r=bz
|
2011-12-18 11:05:12 +01:00 |
|
Matthew Schranz
|
3a92e01012
|
Bug 334573 - Renamed all references of nsPLDOMEvent to nsAsyncDOMEvent. r=sicking
--HG--
rename : content/events/public/nsPLDOMEvent.h => content/events/public/nsAsyncDOMEvent.h
rename : content/events/src/nsPLDOMEvent.cpp => content/events/src/nsAsyncDOMEvent.cpp
|
2011-12-17 01:02:05 -05:00 |
|
Masatoshi Kimura
|
4eadc7baec
|
Bug 704820 - Simplify nsContentUtils::ReportToConsole. r=smaug
|
2011-12-15 14:47:03 +00:00 |
|
Jan Bambach
|
16da8f10c3
|
Bug 707677 - Use defaultPrevented instead of the deprecated getPreventDefault() in front-end code. r=dao
|
2011-12-08 10:21:32 +01:00 |
|
Masayuki Nakano
|
853ced0ced
|
Bug 665677 test_bug330705-2.xul should ensure that the first box gets focus before doing test r=smaug
|
2011-12-08 09:58:26 +09:00 |
|
Ms2ger
|
5107b701c2
|
Bug 705434 - Remove dead code: nsXULDocument::ContextStack::IsInsideXULTemplate; r=jst
|
2011-12-03 22:50:17 +01:00 |
|
Ms2ger
|
2cb8eab88b
|
Bug 705433 - Remove dead code: TestNode::HasAncestor; r=jst
|
2011-12-03 22:50:17 +01:00 |
|
Ms2ger
|
66c4623fdb
|
Bug 698406 - Make nsXULPrototypeAttribute::mEventHandler a JSObject; r=sicking
|
2011-11-26 11:18:51 +01:00 |
|
Ms2ger
|
1dacc7fc0b
|
Bug 696604 - Remove nsIScriptContext::CompileScript's aScopeObject parameter; r=peterv
|
2011-11-16 08:50:19 +01:00 |
|
Ms2ger
|
0ac11f32f0
|
Bug 698261 - Remove the aElementType argument of NS_NewElement; r=bz
|
2011-11-16 08:50:19 +01:00 |
|
Ms2ger
|
a4e37b2f13
|
Bug 696660 - Outparamdel nsIScriptRuntime::CreateContext; r=mrbkap
|
2011-11-16 08:50:19 +01: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 |
|
Ms2ger
|
85b04a3e8e
|
Bug 697210 - Part c: Remove nsIDocument::CreateElem's aDocumentDefaultType argument; r=bz
|
2011-10-29 22:21:20 +02:00 |
|
Ms2ger
|
0acf27c125
|
Bug 697210 - Part a: Make nsIDocument::GetDefaultNamespaceID non-virtual and have it return mDefaultElementType; r=bz
|
2011-10-29 22:20:37 +02:00 |
|
Ms2ger
|
68ad7e544d
|
Bug 694867 - Part e: Pass JSScript to nsXULDocument::ExecuteScript; r=volkmar
|
2011-10-29 22:14:26 +02:00 |
|
Ms2ger
|
e8c4b3139e
|
Bug 694867 - Part d: Store a JSScript in nsXULPrototypeCache; r=volkmar
|
2011-10-29 22:14:13 +02:00 |
|
Ms2ger
|
86cdbf903c
|
Bug 694867 - Part c: Return a JSScript from nsXULPrototypeCache::GetScript; r=volkmar
|
2011-10-29 22:13:55 +02:00 |
|
Ms2ger
|
fb9a3df8f4
|
Bug 694867 - Part b: Pass a JSScript to nsXULPrototypeScript::Set; r=volkmar
|
2011-10-29 22:13:31 +02:00 |
|
Ms2ger
|
38fb4a105b
|
Bug 694867 - Part a: Pass a JSScript to nsIScriptContext::Serialize and store a JSScript in nsXULPrototypeScript::ScriptObjectHolder::mObject; r=volkmar
|
2011-10-29 22:12:47 +02:00 |
|
Ms2ger
|
a8dba5714a
|
Bug 694769 - Remove nsIScriptContext::GetScriptGlobal in favour of GetGlobalJSObject; r=smaug
|
2011-10-29 22:09:04 +02:00 |
|
Ms2ger
|
36940470e1
|
Bug 694759 - Make nsIScriptContext::GetNativeGlobal return JSObject; r=jst
|
2011-10-29 22:06:17 +02:00 |
|
Mark Banner
|
18642c515f
|
Bug 693949 - Drop nsCStringArray. r=bsmedberg
|
2011-10-28 08:35:45 +01:00 |
|
Timothy Nikkel
|
f10d3e436c
|
Bug 658005. Part 2. Add a frame visibility API that takes into account everything we need, and use it. r=roc
|
2011-10-26 18:57:55 -05:00 |
|
Olli Pettay
|
5a92aedb22
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 2, r=jst
--HG--
extra : rebase_source : 53dc2ec386f6e4147587e6be3c53d297ad71d57a
|
2011-10-18 14:19:44 +03:00 |
|
Olli Pettay
|
2c2da3099f
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
--HG--
extra : rebase_source : baf1a25cdea68d499a7673fdf96e27b5a12dc83c
|
2011-10-18 13:53:36 +03:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
b5e57820bf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
d0532c3e95
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
0f30b277bf
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
|
Andreas Gal
|
7d5b52f0f1
|
Bug 648801 (new DOM list bindings) - Cache prototypes and pick up function value from the proto slot instead of caching it locally. r=bz/jst/mrbkap.
--HG--
extra : rebase_source : 56a04a93973f479998d40eb22b015e940419c5e5
|
2011-05-24 12:45:39 +02:00 |
|
Peter Van der Beken
|
9fe2ac6cc5
|
Stop including nsDOMClassInfo.h all over the place.
--HG--
extra : rebase_source : 24bd6a84238834f8ca50990a91849dff2c5040ba
|
2011-10-03 21:11:31 +02:00 |
|
Ed Morley
|
e9329ec38b
|
Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey
|
2011-10-06 17:15:07 +01:00 |
|
Ed Morley
|
e5ead17a8f
|
Bug 689884 - Skip Makefiles that are no-op or else only |DIRS = a_single_subdir|; r=khuey
|
2011-10-06 17:15:07 +01:00 |
|