Andrew Quartey
|
ea52f5f496
|
Bug 792581 - part 15: Replace LL_L2I macro with int32_t cast. r=ehsan
|
2012-10-12 13:29:10 -04:00 |
|
Andrew Quartey
|
40154f9c13
|
Bug 792581 - part 3: Replace LL_NE macro with standard relation. r=ehsan
|
2012-10-03 10:13:18 -04:00 |
|
Isaac Aggrey
|
a53c93b026
|
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
|
2012-09-28 14:55:23 -05:00 |
|
Makoto Kato
|
507b76f776
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
|
Mike Hommey
|
68052c3774
|
Bug 785269 - Replace a few DEPTH and relativesrcdir. r=ted,r=callek
|
2012-09-05 16:42:09 +02:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Benjamin Peterson
|
18035474af
|
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
|
cd3c58ee76
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Serge Gautherie
|
5a7268484a
|
Bug 747668. (Hv1a) XPFE autocomplete.xml: Implement nsIAutoCompleteInput.textValue. r=neil.
DONTBUILD (npotb).
|
2012-05-30 20:06:17 +02:00 |
|
Serge Gautherie
|
b00a5791b3
|
Bug 747668. (Gv1a) XPFE autocomplete.xml: Implement nsIAutoCompleteInput.popupOpen(). r=neil.
DONTBUILD (npotb).
|
2012-05-26 23:40:28 +02:00 |
|
Serge Gautherie
|
f80f25e24f
|
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
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Serge Gautherie
|
752168bdfd
|
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
|
0dbc5b990b
|
Bug 747668. (Dv1) XPFE autocomplete.xml: Move code into onTextReverted(). r=neil.
DONTBUILD (npotb).
|
2012-04-27 11:51:15 +02:00 |
|
Serge Gautherie
|
de447b66aa
|
Bug 747668. (Cv1) XPFE autocomplete.xml: Regroup code into onSearchComplete(). r=neil.
DONTBUILD (npotb).
|
2012-04-27 00:52:25 +02:00 |
|
Serge Gautherie
|
eb05465ea4
|
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
|
7db3a7b38d
|
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
|
18e6645a14
|
Bug 727954 Delay autocomplete of pasted value r=IanNDONTBUILD
|
2012-03-04 15:13:20 +00:00 |
|
Neil Rashbrook
|
7185e77cef
|
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
|
6a4f5e1fed
|
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
|
89e19cebee
|
Bug 707039. (Bv1) XPFE autocomplete.xml: Rename resultsPopup to popup. r=neil.
DONTBUILD (NPOMCB).
|
2012-01-05 04:07:19 +01:00 |
|
Serge Gautherie
|
f3ea2897d0
|
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
|
6e18f4f795
|
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
|
5c79060626
|
Bug 597789 - Remove --disable-rdf; r=ted
|
2011-11-08 11:42:54 +00:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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
|
d8e503c38b
|
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
|
f52c1b4cae
|
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
|
7b7048fda0
|
Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst
|
2011-09-18 11:22:17 +02:00 |
|
Ms2ger
|
d377c55ed2
|
Bug 677101, part c - Reduce nsIDOMText.h inclusions; r=volkmar
|
2011-08-11 15:29:58 +02:00 |
|
Ms2ger
|
36c532ffa2
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Serge Gautherie
|
4fe3a53ae6
|
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
|
ff87003c3a
|
Bug 664969 xpfe should use mozilla::Preferences r=neil
|
2011-06-20 12:00:16 +09:00 |
|
Ed Morley
|
223c46b36b
|
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
|
35f86c76ad
|
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
|
2011-05-23 18:54:47 +02:00 |
|
L. David Baron
|
bf6088c149
|
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
|
b906ab8434
|
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
|
e566c2d061
|
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
|
afdf1551f1
|
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
|
81382c55a6
|
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
|
5cbff2e207
|
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
|
cf81e1529e
|
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
|
fe590402cc
|
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 |
|
Philip Chee
|
9bb224136c
|
Bug 406396 xpfe "history-dropmarker" binding makes invalid assumption about menupop children. r=Neil a=NPOTB DONTBUILD
|
2011-01-17 12:43:15 +08:00 |
|
Ehsan Akhgari
|
df16cbf877
|
Bug 525222 - XML errors possible on file:// listings; r=bzbarsky a=jst
--HG--
extra : rebase_source : 343aa3a018f007db8336e4c221fef27981e5bc45
|
2010-10-12 18:30:42 -04:00 |
|
Mark Banner
|
ea96d78857
|
Bug 597465: Support linking app components into libxul. r=khuey a=blocking
|
2010-09-21 21:10:06 -04:00 |
|
Neil Rashbrook
|
b49722c34d
|
bug 450781 - make xpfe autocomplete build with |--enable-libxul| and build it from build.mk, r=Callek, a=NPOTB for Firefox
|
2008-08-31 16:11:19 +02:00 |
|
Mark Banner
|
44b3560686
|
Bug 574333 Include xpfe/components/directory in the list of things that Thunderbird builds. r=ted,sr=bienvenu,a=bsmedberg
|
2010-07-30 12:33:30 +01:00 |
|
Neil Rashbrook
|
b1df39ca7b
|
Bug 575740 Switch xpfe autocomplete to the new component registration r=bienvenu
|
2010-07-04 11:50:17 +01:00 |
|
Benjamin Smedberg
|
45af085fff
|
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
|
2010-06-21 11:41:42 -04:00 |
|
Benjamin Smedberg
|
9045c05660
|
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
|
2010-06-10 14:11:11 -04:00 |
|
Jesse Ruderman
|
f04ef428cb
|
Remove stray line breaks from NS_ERROR messages, since they interfere with log processing. rs=jst
--HG--
extra : rebase_source : 87421691da969e0ebe5fbfbc44cd8f18617d1351
|
2010-06-17 13:28:38 -07:00 |
|
Joe Drew
|
98f411e39e
|
Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz
|
2010-04-16 17:05:47 -04:00 |
|
Mark Banner
|
7b32d87a40
|
Bug 555658 Move Find Service and intl charset-menu code to toolkit. r=dtownsend
--HG--
rename : xpfe/components/find/Makefile.in => toolkit/components/find/Makefile.in
rename : xpfe/components/find/public/Makefile.in => toolkit/components/find/public/Makefile.in
rename : xpfe/components/find/public/nsIFindService.idl => toolkit/components/find/public/nsIFindService.idl
rename : xpfe/components/find/src/Makefile.in => toolkit/components/find/src/Makefile.in
rename : xpfe/components/find/src/nsFindService.cpp => toolkit/components/find/src/nsFindService.cpp
rename : xpfe/components/find/src/nsFindService.h => toolkit/components/find/src/nsFindService.h
rename : xpfe/components/intl/Makefile.in => toolkit/components/intl/Makefile.in
rename : xpfe/components/intl/nsCharsetMenu.cpp => toolkit/components/intl/nsCharsetMenu.cpp
rename : xpfe/components/intl/nsCharsetMenu.h => toolkit/components/intl/nsCharsetMenu.h
|
2010-04-29 19:35:39 +01:00 |
|
Neil Rashbrook
|
d0e868038e
|
Bug 561116 Autocomplete controller expects to be able to process ESC key r=KaiRo
|
2010-04-25 12:03:34 +01:00 |
|
Mark Banner
|
19a8937fab
|
Bug 552487 Drop unused nsISearchContext.idl r=Neil
|
2010-03-18 07:38:16 +00:00 |
|
Mark Banner
|
4296bc6a4a
|
Bug 550145 NS_APPSTARTUP_CONTRACTID should exist in nsToolkitCompsCID.h and not nsXPFEComponentsCID.h (kill nsXPFEComponentsCID.h). r=benjamin
|
2010-03-05 12:11:55 +00:00 |
|
Mark Banner
|
4c0ca313e2
|
Bug 531256 Move nsBrowserStatusFilter from xpfe/browser to toolkit/components/statusfilter. r=dtownsend,sr=Neil
--HG--
rename : xpfe/browser/src/Makefile.in => toolkit/components/statusfilter/Makefile.in
rename : xpfe/browser/src/nsBrowserStatusFilter.cpp => toolkit/components/statusfilter/nsBrowserStatusFilter.cpp
rename : xpfe/browser/src/nsBrowserStatusFilter.h => toolkit/components/statusfilter/nsBrowserStatusFilter.h
|
2010-03-03 11:19:57 +00:00 |
|
Philip Chee
|
f5e5270d72
|
Bug 537098 - |this.mInputElt is null| triggered by FireFTP extension; Trunk Patch v1.0: Minimal backport from toolkit to fix the FireFTP problem.
r+sr=neil.
|
2010-01-05 07:09:53 +01:00 |
|
Neil Rashbrook
|
3140e9db5d
|
Bug 476422 Compose window menu activation triggers bogus JS exception r=philor
|
2009-10-07 23:56:39 +01:00 |
|
Mark Banner
|
1786cb4ae9
|
Bug 511849 nsBrowserInstance is no longer required. r=Neil,sr=bsmedberg
|
2009-09-11 09:30:38 +01:00 |
|
Mark Banner
|
bf2bd66e2a
|
Bug 511242 Include nsBrowserStatusFilter.cpp in Thunderbird's components list. r=Neil,ted.mielczarek sr=dmose
|
2009-09-05 08:24:07 +01:00 |
|
Taras Glek
|
8943704095
|
Bug 457949 - no need for Stopwatch r=bsmedberg
--HG--
extra : rebase_source : 5cd3baecf54295012b28d42fc7bf4c9b34e12714
|
2009-08-28 11:03:51 -07:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Michael Kohler
|
0a56a892c8
|
Bug 106386 - Correct misspellings in source code (old); Part 3 v2; r=timeless
|
2009-07-27 10:47:05 +02:00 |
|
Dão Gottwald
|
ac77e6b325
|
Bug 500977 - xpfe's autocomplete.xml should not depend on bug 232598. r=neil
|
2009-06-28 21:21:35 +02:00 |
|
Neil Rashbrook
|
71c5e7e129
|
Bug 494169 Tweak xpfe autocomplete to track toolkit change and pass tests from bug 494410 r=mcsmurf
|
2009-06-13 00:48:41 +01:00 |
|
Marco Perez
|
7c4fc6bd02
|
Bug 495583 - [SeaMonkey] Remove SUITE_USING_XPFE_DM remnants; r=neil
|
2009-05-31 04:42:02 +02:00 |
|
Serge Gautherie
|
57f746822b
|
Bug 474152 - [SeaMonkey] TUnit toolkit/.../test_contentAreaUtils.js fails now; (Av1) Package DownloadLastDir.jsm; r=kairo sr=neil
|
2009-05-26 20:24:21 +02:00 |
|
Frank Wein
|
69cf2ec3ee
|
Bug 468363 - Clicking on URL in autocomplete drop-down while search is running does not autocomplete URL, r=Neil, SeaMonkey/Thunderbird only
|
2009-04-14 15:38:40 +02:00 |
|
Neil Rashbrook
|
47687890b8
|
Bug 484310 nsCharsetMenu::GetURI uses wrong strdup r=smontagu sr=jag
|
2009-03-20 10:09:27 +00:00 |
|
Arpad Borsos
|
e2cba9a001
|
Bug 474369 - get rid of nsVoidArray; xpfe part; r+sr=neil
|
2009-03-08 10:38:59 +01:00 |
|
Neil Rashbrook
|
3702df5162
|
Bug 456256 autoFillAfterMatch is now completeDefaultIndex r+sr=jag NPOFB
|
2009-03-07 11:34:33 +00:00 |
|
Ehsan Akhgari
|
49edf7e991
|
Bug 348233 - FTP and Gopher index pages are LTR always; r+sr=bzbarsky
|
2009-02-15 10:51:04 +03:30 |
|
timeless@mozdev.org
|
e9ed00d9e7
|
Bug 429123 - Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread in JS_GetReservedSlot, r=neil, sr=biesi
|
2009-02-07 13:50:21 -08:00 |
|
Fred Jendrzejewski
|
8759b06c00
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
|
2009-01-22 17:15:34 +13:00 |
|
Neil Rashbrook
|
3206af7aea
|
Bug 464914 (regression from bug 270128) Watch for menubar activation r=Standard8
|
2008-12-29 23:12:26 +00:00 |
|
Masatoshi Kimura
|
46abd5b87e
|
Bug 470209 - intl.charsetmenu.browser.unicode should not be included in localizable file; r=smontagu sr=dbaron
|
2008-12-25 00:47:51 +01:00 |
|
Robert Kaiser
|
b34419948e
|
bug 468337 - Remove "what's related" module, r=Mnyromyr sr=Neil
|
2008-12-15 19:07:29 +01:00 |
|
Robert Kaiser
|
4a600e3f86
|
bug 448729 - Remove xpfe/components/history from trunk, r+sr=Neil
|
2008-12-08 14:23:23 +01:00 |
|
Neil Rashbrook
|
80879e8223
|
Bug 460466 Clicking on autocompleted <input> disables autocomplete for that window r=Callek NPOTB
|
2008-11-27 10:19:23 +00:00 |
|
Justin Wood
|
2dfdc937a4
|
Bug 381157, Make SeaMonkey download manager use toolkit backend
supplemental patch to Bug 440932, toolkit dlmgr should be buildable by suite
r+sr=NeilAway
|
2008-11-07 19:32:25 -05:00 |
|
Phil Ringnalda
|
bbe7e1d08a
|
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
|
2008-11-03 19:46:28 -08:00 |
|
Arpad Borsos
|
8b11d938d2
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Neil Rashbrook
|
573b5eaa39
|
Followup to bug 443370 autocomplete doesn't ignore input events well enough r=ajschult
|
2008-10-09 11:49:17 +01:00 |
|
Neil Rashbrook
|
2d5331356b
|
Bug 457820 Clear autocomplete results when the search string is empty r=Standard8
|
2008-10-08 13:08:53 +01:00 |
|
Daniel Holbert
|
72c410a648
|
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
|
2008-10-01 23:49:45 -07:00 |
|
Neil Rashbrook
|
ad98bf633e
|
Followup to bug 443370 to fix handling of RESULT_NOMATCH_ONGOING r=ajschult
|
2008-09-27 21:36:13 +01:00 |
|
Serge Gautherie
|
a7e64ecbf9
|
Bug 453129 - Remove (2) remnant <nsHistoryLoadListener.h>; Av1; r+sr=neil
|
2008-09-24 06:47:10 +02:00 |
|
Mark Banner
|
2a2981d2e7
|
Fix SeaMonkey bustage from bug 325842. looks reasonable from Neil over irc.
|
2008-09-19 19:56:33 +01:00 |
|
Arpad Borsos
|
4d8090604c
|
Bug 451909 - kill MOZ_XUL_APP now that all apps set it; 'xpfe' part; r=neil
|
2008-09-15 15:07:44 +02:00 |
|
Robert Kaiser
|
2c0122f06d
|
bug 451601 - kill MOZILLA_LOCALE_VERSION, main mozilla-central patch to kill xpfe-style chrome versions, r=ted sr=Neil
|
2008-09-11 01:08:57 +02:00 |
|
Masayuki Nakano
|
fff8c31ca3
|
Bug 451015 <panel> element should not be topmost window r=deakin+gavin, sr=neil
|
2008-09-08 21:58:07 +09:00 |
|
Neil Rashbrook
|
76505b5e76
|
Bug 453999 Fix handling of partial autocomplete results r=ajschult
|
2008-09-07 11:01:00 +01:00 |
|
Neil Rashbrook
|
58b96d68f9
|
Bug 453999 Bail out early when the autocomplete field is empty r=ajschult
|
2008-09-07 11:00:17 +01:00 |
|
Mark Banner
|
8d3cdf378e
|
Bug 364168 Winhooks commandline options won't work in suiterunner. r/sr=Neil
--HG--
rename : xpfe/components/jar.mn => xpfe/components/autocomplete/jar.mn
|
2008-09-04 17:12:18 +01:00 |
|
Arpad Borsos
|
3c87be4ffc
|
Bug 451909 kill MOZ_XUL_APP now that all apps set it. docshell/toolkit cleanup r=benjamin, makefile cleanups r=ted
|
2008-09-02 10:45:14 +01:00 |
|
Serge Gautherie
|
1f306be9b8
|
Bug 453113 - Remove remnant |#include "nsIAutoCompleteSession.h"| from Xpfe <nsGlobalHistory.h>. r/sr=Neil
|
2008-09-01 12:54:22 +01:00 |
|