Trevor Saunders
|
83bcbe0d6b
|
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
|
2013-01-12 07:40:33 -05:00 |
|
Serge Gautherie
|
d714fbe57a
|
Bug 747668. (Iv2a) XPFE autocomplete.xml: Implement (nsIAutoCompleteInput) searchCount and getSearchAt(), Nits. r=Neil.
DONTBUILD (npotb).
|
2013-01-05 20:27:12 +08:00 |
|
Trevor Saunders
|
5a35c9fff1
|
bug 819936 - remove NS_NewArrayEnumerator overload for nsISupportsArray r=bz, bsmedberg
|
2012-12-09 05:04:21 -05:00 |
|
Nagarjuna Varma
|
ec1be4c9ac
|
Bug 785060 - Check for allocation failure in JS_NewUCStringCopyZ calls; r=Ms2ger
|
2012-12-22 18:35:07 -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 |
|
Andrew Quartey
|
ea5e17dc9c
|
Bug 792581 - part 15: Replace LL_L2I macro with int32_t cast. r=ehsan
|
2012-10-12 13:29:10 -04:00 |
|
Andrew Quartey
|
fe71f25457
|
Bug 792581 - part 3: Replace LL_NE macro with standard relation. r=ehsan
|
2012-10-03 10:13:18 -04:00 |
|
Isaac Aggrey
|
b95ab79e45
|
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
|
2012-09-28 14:55:23 -05:00 |
|
Makoto Kato
|
1356f06137
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
|
Mike Hommey
|
6802c70abe
|
Bug 785269 - Replace a few DEPTH and relativesrcdir. r=ted,r=callek
|
2012-09-05 16:42:09 +02:00 |
|
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
|
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
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Benjamin Peterson
|
c6b2afe3a6
|
Bug 772963: remove empty parameter name. r=Neil DONTBUILD for m-c land
(since not used by Firefox/B2G/Fennec)
|
2012-07-11 11:32:00 -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 |
|
Serge Gautherie
|
20d2b6d29d
|
Bug 747668. (Hv1a) XPFE autocomplete.xml: Implement nsIAutoCompleteInput.textValue. r=neil.
DONTBUILD (npotb).
|
2012-05-30 20:06:17 +02:00 |
|
Serge Gautherie
|
40c9a31251
|
Bug 747668. (Gv1a) XPFE autocomplete.xml: Implement nsIAutoCompleteInput.popupOpen(). r=neil.
DONTBUILD (npotb).
|
2012-05-26 23:40:28 +02:00 |
|
Serge Gautherie
|
cb935172f4
|
Bug 747668. (Fv1) XPFE autocomplete.xml: Move selectBy() into nsIAutoCompletePopup section. r=neil.
DONTBUILD (npotb, trivial).
|
2012-05-26 16:30:31 +02:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Serge Gautherie
|
fd55dbdfcd
|
Bug 747668. (Ev1) XPFE autocomplete.xml: Move code into searchParam. r=neil.
DONTBUILD (a=npotb).
|
2012-05-02 15:39:24 +02:00 |
|
Serge Gautherie
|
0c26f40db4
|
Bug 747668. (Dv1) XPFE autocomplete.xml: Move code into onTextReverted(). r=neil.
DONTBUILD (npotb).
|
2012-04-27 11:51:15 +02:00 |
|
Serge Gautherie
|
0762760dee
|
Bug 747668. (Cv1) XPFE autocomplete.xml: Regroup code into onSearchComplete(). r=neil.
DONTBUILD (npotb).
|
2012-04-27 00:52:25 +02:00 |
|
Serge Gautherie
|
b67451d688
|
Bug 747668. (Bv1) Port |Bug 418712 - nsIAutoCompleteInput should fire an event when a search begins| to SeaMonkey. r=neil.
DONTBUILD (a=npotb).
|
2012-04-23 01:28:55 +02:00 |
|
Serge Gautherie
|
3b6e985863
|
Bug 747668. (Av1a) XPFE autocomplete.xml: Regroup nsIAutoCompleteInput properties, Fix some nits. r=neil.
DONTBUILD (a=npotb).
|
2012-04-22 10:11:11 +02:00 |
|
Neil Rashbrook
|
ced5810fff
|
Bug 727954 Delay autocomplete of pasted value r=IanNDONTBUILD
|
2012-03-04 15:13:20 +00:00 |
|
Neil Rashbrook
|
6ec4cfa80b
|
Bug 732738 textbox should only execute inline onfocus and onblur event handlers once r=smaug
|
2012-03-04 14:57:45 +00:00 |
|
Serge Gautherie
|
f70440873e
|
Bug 707039. (Dv4) XPFE autocomplete.xml: Adjust the direction of the (content) autocomplete popup list based on the textbox direction. r=neil.
DONTBUILD (NPODB).
|
2012-02-05 00:07:40 +01:00 |
|
Serge Gautherie
|
681118f7c5
|
Bug 707039. (Bv1) XPFE autocomplete.xml: Rename resultsPopup to popup. r=neil.
DONTBUILD (NPOMCB).
|
2012-01-05 04:07:19 +01:00 |
|
Serge Gautherie
|
0cdafa03ad
|
Bug 707039. (Av1) XPFE autocomplete.xml: Rename openResultPopup()/closeResultPopup() to openPopup()/closePopup(). r=neil.
DONTBUILD (NPOMCB).
|
2012-01-05 04:06:19 +01:00 |
|
Mark Banner
|
b7ab17a195
|
Fix comm-central app bustage from bug 696498 - change the depth of the makefiles to account for being generated from the comm-central build system now that the old xpfe autocomplete files are no longer generated within the mozilla-central part of the build system. rs=Neil over irc. NPOTFFB DONTBUILD
|
2011-12-01 15:26:29 +00:00 |
|
Matheus Kerschbaum
|
2074f211f6
|
Bug 597789 - Remove --disable-rdf; r=ted
|
2011-11-08 11:42:54 +00: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 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Neil Rashbrook
|
312bca329e
|
Bug 685457 Don't set attributes until after accessing the box object r=bienvenu
NPTODB DONTBUILD
|
2011-09-24 18:15:47 +01:00 |
|
Ms2ger
|
09c97f4a38
|
Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst
|
2011-09-18 11:22:17 +02:00 |
|
Ms2ger
|
3fea5b3901
|
Bug 677101, part c - Reduce nsIDOMText.h inclusions; r=volkmar
|
2011-08-11 15:29:58 +02:00 |
|
Ms2ger
|
8c78d3f478
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Serge Gautherie
|
74aecf92be
|
Bug 642420 - (Bv1) XPFE autocomplete.xml: restore explicit <children includes="menupopup"/>, but at start instead of at end.
r=neil.
|
2011-07-04 14:28:04 +02:00 |
|
Masayuki Nakano
|
f8c45718cf
|
Bug 664969 xpfe should use mozilla::Preferences r=neil
|
2011-06-20 12:00:16 +09:00 |
|
Ed Morley
|
8aaddd0334
|
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
|
2011-06-12 03:49:00 -04:00 |
|
Matheus Kerschbaum
|
6eb93f7dd3
|
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
|
2011-05-23 18:54:47 +02:00 |
|
L. David Baron
|
6f6871a557
|
Make nsBox more careful about accepting XUL attributes only on XUL elements. (Bug 102440) r=bzbarsky
|
2011-04-22 18:36:24 -07:00 |
|
Serge Gautherie
|
ccd3a1dae1
|
Bug 228448 - Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'; (Gv1b) /xpfe/components/directory/nsDirectoryViewer.cpp.
r=dean_tessman.
|
2011-04-14 17:25:00 +02:00 |
|
Neil Rashbrook
|
29285bad47
|
Bug 642404 <autocomplete disablehistory="false"> displays incorrectly on Linux; switch SeaMonkey (and Thunderbird) to use enablehistory="true" instead r=Standard8
DONTBUILD
|
2011-04-09 23:13:04 +01:00 |
|
Peter Van der Beken
|
75ba54d84d
|
Fix for bug 584048 (Clean up cycle collection code) - remove NS_IMPL_CYCLE_COLLECTING_ADDREF_AMBIGUOUS/NS_IMPL_CYCLE_COLLECTING_RELEASE_AMBIGUOUS. r=bent.
|
2011-03-06 12:11:31 +01:00 |
|
Neil Rashbrook
|
48cfddf179
|
Bug 614330 maxrows="10" doesn't work in SeaMonkey's search bar r=IanN
NPOTB DONTBUILD
|
2011-03-23 22:02:38 +00:00 |
|
Serge Gautherie
|
d2f9ee3025
|
Bug 642420 - XPFE autocomplete.xml: investigate removing explicit <children includes="menupopup"/>; (Av1) Just remove it, Update a11y test_combobox.xul.
f=surkov.alexander r=neil (a=NPOTDB).
|
2011-03-21 14:43:04 +01:00 |
|
Neil Rashbrook
|
44a71aad6d
|
Bug 632433 Fix for "An error occurred - attempt to run compile-and-go script on a cleared scope" r=IanN a=beltzner NPOTB
DONTBUILD
|
2011-02-24 20:01:13 +00:00 |
|
stefanh@inbox.com
|
2e33889098
|
Bug 635404 - Let a few more attributes inherit to the html input field in xpfe's autocomplete.xml. r=Neil, a=shaver over IRC (NPOTB).
|
2011-02-19 18:00:27 +01:00 |
|