Trevor Saunders
|
158a12ab72
|
bug 939049 - get rid of useless QIs r=smaug
|
2013-11-15 11:32:12 -05:00 |
|
Drew Willcoxon
|
8b31a8953a
|
Bug 856270 - Update spell checking to use nsIContentPrefService2 (part 1: core changes). r=ehsan, sr=gavin
|
2013-06-05 17:07:54 -07:00 |
|
Josh Matthews
|
fda5be2065
|
Bug 723002 - Determine privacy status from provided nsILoadContext in ContentPrefService. r=ehsan
|
2012-06-30 07:50:07 -07: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 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ehsan Akhgari
|
7ce5477f9b
|
Bug 771976 - Part 3: Make sure that nsEditorSpellCheck's refcount doesn't go down prematurely; r=roc
--HG--
extra : rebase_source : 08c052ed543bbdcb8bc2c084e8aff24fbd4b40a5
|
2012-07-17 23:02:00 -04:00 |
|
Ehsan Akhgari
|
70e10e9814
|
Bug 771976 - Part 2: Make sure that nsEditorSpellCheck's refcount doesn't go down prematurely; r=roc
|
2012-07-17 00:01:15 -04:00 |
|
Aryeh Gregor
|
dde10d9130
|
Bug 772807 - Clean up editor/ includes with include-what-you-use; r=ehsan
|
2012-07-13 09:33:42 +03:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Aryeh Gregor
|
319617a63f
|
Bug 700538 part 2 - Make methods that return editing hosts return dom::Element* instead of nsIContent*; r=ehsan
|
2012-05-06 10:53:11 +03:00 |
|
jhorak
|
891876f3c8
|
Bug 746148 - Respect the LANG environment variable when trying to select a spell checking dictionary; r=ehsan a=mfinkle
|
2012-04-19 13:45:50 -04:00 |
|
Rafael Ávila de Espíndola
|
5b0c52860f
|
Bug 727221 - mark LastDictionary and nsElementDeletionObserver final. r=ehsan.
|
2012-02-16 09:39:57 -05: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 |
|
Jesper Kristensen
|
f04d86218f
|
Bug 591780 - Part 1: Backend support for adding and removing spell checker dictionaries at runtime; r=ehsan
|
2011-09-13 14:58:54 -04:00 |
|
arno renevier
|
09ac4cf16e
|
bug 684315: Remove private browsing code from nsEditorSpellCheck.cpp; r=ehsan
|
2011-09-06 15:16:04 -04:00 |
|
Ed Morley
|
01f15294eb
|
Backout a422b9ff0a9e (bug 591780 part 1) for causing 8% Ts regression on multiple platforms; a=khuey
|
2011-09-06 14:32:26 +01:00 |
|
Jesper Kristensen
|
1ef15b178d
|
Bug 591780 - Part 1: Backend support for adding and removing spell checker dictionaries at runtime; r=ehsan
|
2011-09-05 18:44:34 -04:00 |
|
Arno Renevier
|
8ed782b9a3
|
Bug 682564 - Prefer user set dictionary over other dictionaries when it matches spellcheck langcode; r=ehsan
|
2011-09-04 14:00:20 +01:00 |
|
Ehsan Akhgari
|
b68262a622
|
Keep changeset 9ef862cbcc5e backed out on the reverted tree
|
2011-09-02 09:03:38 -04:00 |
|
Ehsan Akhgari
|
44916171a8
|
Revert to changeset e6fc4594c22e which was the last one to get a green Win7 tp run
|
2011-09-02 09:03:08 -04:00 |
|
Ehsan Akhgari
|
704a16280b
|
Backout changeset 9ef862cbcc5e (bug 682564) because of mochitest-oth oranges
|
2011-09-01 21:00:05 -04:00 |
|
arno renevier
|
9f50a8dae9
|
Bug 682564 - Prefer user set dictionary over other dictionaries when it matches spellcheck langcode; r=ehsan
|
2011-09-01 22:14:02 +01:00 |
|
arno renevier
|
e6a982f07d
|
bug 678842: remember spell check setting per site; r=ehsan
|
2011-08-23 15:03:33 -04:00 |
|
arno renevier
|
abf78cfc8e
|
Bug 338427 followup - fix Get/SetCurrentDictionary signature; r=ehsan
|
2011-08-15 13:55:02 -04:00 |
|
arno renevier
|
c4a382824d
|
Bug 338427 followup - Do not override manually set dictionary; r=ehsan
|
2011-08-15 13:54:03 -04:00 |
|
arno renevier
|
56a37f401e
|
Bug 338427 - Spellchecker should respect the langi attribute; r=ehsan
|
2011-08-12 15:12:45 -04:00 |
|
Masayuki Nakano
|
b96a7b1afb
|
Bug 664437 editor should use mozilla::Preferences r=ehsan
|
2011-06-17 09:59:29 +09:00 |
|
Ms2ger
|
83a3dc5087
|
Bug 605177 - Fix a number of build warnings in editor/; r=ehsan a=bsmedberg
|
2010-11-04 16:44:46 -04:00 |
|
Chris Coulson
|
0274a7bfd8
|
Bug 594513 - Should be able to localize "spellchecker.dictionary" preference; r,a=roc
|
2010-09-08 17:33:07 -04:00 |
|
Ehsan Akhgari
|
a98243d830
|
Bug 572618 - Make debugging the editor easier - Part 4: multiline version of part 1; r=roc
|
2010-06-17 16:44:35 -04:00 |
|
Ehsan Akhgari
|
9f32e5a757
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
|
Ehsan Akhgari
|
ccf6247cb3
|
Bug 569504 - Fix the spell checker leaking windows and documents; r=roc
|
2010-06-02 14:33:47 -04:00 |
|
Mitchell Field
|
0fd15d94da
|
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
|
2010-05-14 18:24:41 +09:00 |
|
Ginn Chen
|
e8cea9dc9b
|
Bug 499660 Firefox should use English dictionary by default with CJK locale r=neil
|
2009-06-24 14:06:58 +08:00 |
|
Ginn Chen
|
b95c4ee869
|
Bug 442241 First time using spellchecker will use the first dictionary not locale dictionar r=neil
|
2009-06-18 19:16:20 +08:00 |
|
Fred Jendrzejewski
|
d8f1bff747
|
Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc
|
2009-01-18 21:14:14 +01:00 |
|
Robert O'Callahan
|
804cc7ee91
|
Backed out changeset 8019a959aade
|
2009-01-16 22:20:33 +13:00 |
|
Fred Jendrzejewski
|
065bde22f3
|
Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
|
2009-01-16 20:51:04 +13:00 |
|
masayuki@d-toybox.com
|
1c98c2e245
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 07:28:37 -08:00 |
|
masayuki@d-toybox.com
|
076b8bba8e
|
backing out the previous patch, becaused qm-centos5-01 dep unit test is orange
|
2008-02-28 05:59:25 -08:00 |
|
masayuki@d-toybox.com
|
600836e7ed
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 03:01:56 -08:00 |
|
scott@scott-macgregor.org
|
9d69ebb2e7
|
Bug #378795 --> When the user installs a dictionary for the first time, we don't automatically use it for inline spell check. The user must manually choose the dictionary.sr=neil
|
2007-04-27 11:42:09 -07:00 |
|
brettw%gmail.com
|
d1b52f2c7e
|
Bug 335607 r=bryner,sr=mscott
dquote> Make dictionary selection persistent
|
2006-05-12 23:15:17 +00:00 |
|
brettw%gmail.com
|
b9193728c5
|
Bug 302050: inline spellchecking for textboxes backend. r=bryner sr=bzbarsky
|
2005-12-05 18:07:33 +00:00 |
|
scott%scott-macgregor.org
|
39c443dabd
|
Bug #278312 --> editor changes to support inline spell checking. Includes the interface for the inline spell checker
and editor hooks to call out to an inline spell checker component.
moa/r=glazman
sr=bienvenu
|
2005-02-01 21:12:53 +00:00 |
|
bryner%brianryner.com
|
29c70cffe8
|
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
|
2004-11-24 22:48:45 +00:00 |
|
darin%meer.net
|
189ba5e5c4
|
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
|
2004-11-01 18:50:36 +00:00 |
|
peterv%propagandism.org
|
1a88732b51
|
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
|
2004-09-16 12:39:49 +00:00 |
|