Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Ehsan Akhgari
|
ae6f82dc79
|
Bug 434044 - Consider ZWNJ and ZWJ as part of the word for spell checking, and pass the entire word to Hunspell; r=smontagu
|
2012-06-01 10:57:36 -04:00 |
|
Shriram Kunchanapalli
|
5b9a95ea6a
|
Bug 743581: Removes nsCRT::strlen(const PRUnichar*). f=sgautherie r=dougt
|
2012-05-30 18:43:39 +01:00 |
|
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
eaa4878487
|
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 |
|
Aryeh Gregor
|
9684492a4a
|
Bug 590640 part 5 - Delete empty wrappers when we delete the selection; r=ehsan
|
2012-05-10 17:54:33 +03:00 |
|
Ehsan Akhgari
|
720ebd36cd
|
Bug 755480 - Part 3: Make mozInlineSpellWordUtil::SplitDOMWord O(n) for strings with no special charts (as opposed to O(n2)); r=roc
|
2012-05-15 16:38:43 -04:00 |
|
Ehsan Akhgari
|
512ba908f5
|
Bug 755480 - Part 2: Detect unknwon URLs faster; r=roc
|
2012-05-15 16:36:04 -04:00 |
|
Ehsan Akhgari
|
23beaf2cd8
|
Bug 755480 - Part 1: Stop looking for a useless dot; r=roc
|
2012-05-15 16:34:04 -04:00 |
|
Ehsan Akhgari
|
83f6bc7db4
|
Bug 753233 - Make the spell checker aware of data: URIs; r=roc
|
2012-05-09 16:15:52 -04:00 |
|
Shriram Kunchanapalli
|
86b1d55b6f
|
Bug 150073 - Remove nsCRT:: in nsCRT::strlen(const char *). r=dougt
|
2012-02-18 19:17:01 +05:30 |
|
Nicholas Nethercote
|
43f329dbbd
|
Bug 744311 (part 1) - Preliminary whitespace and code order changes. r=jlebar.
--HG--
extra : rebase_source : f700733d8aa1aed1ae1f9206b4ee9063f9a03341
|
2012-04-09 22:52:33 -07:00 |
|
Jesper Kristensen
|
2240e44107
|
Bug 700553 - test_add_remove_dictionaries.xul silently fails with uncaught JS exception; r=ehsan
|
2012-04-09 15:39:38 -04:00 |
|
Ryan VanderMeulen
|
503ea93a8c
|
Backout 17deb5f61b4d (bug 150073) due to build bustage. a=shouldausedtryfirst
|
2012-04-03 20:22:42 -04:00 |
|
Shriram Kunchanapalli
|
dcbb9c3017
|
Bug 150073 - Remove nsCRT:: in nsCRT::strlen. f=sgautherie, r=dougt
|
2012-02-18 19:17:01 +05:30 |
|
Nathan Froyd
|
dc9799af17
|
Bug 739248 - fix signed/unsigned comparison warnings in the spellchecker; r=ehsan
|
2012-03-26 11:39:19 -04:00 |
|
Sowmya R
|
9b1f3a5226
|
Bug 704394 - Add "quinoa" to the spell checking dictionary; r=ehsan
|
2012-03-07 12:24:51 -05:00 |
|
Matt Brubeck
|
f469e8c133
|
Merge last green changeset from inbound to mozilla-central
|
2012-03-05 12:58:10 -08:00 |
|
Ehsan Akhgari
|
62f7357b4e
|
Bug 733058 - merge-dictionaries uses the system locale for sort order; r=jrmuizel
DONTBUILD
|
2012-03-05 14:18:46 -05:00 |
|
Makoto Kato
|
b6e9c4d7bb
|
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 |
|
Jonathan Kew
|
27d7fed0f6
|
bug 724826 pt 3 - replace users of nsIUGenCategory service within libxul with direct access to mozilla::unicode::GetGenCategory. r=smontagu
|
2012-02-24 10:15:46 +00:00 |
|
Geoff Lankow
|
c59ab7ad07
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part G, remove remaining uses of nsIPrefBranch2; r=bsmedberg
|
2012-01-18 23:23:28 +13: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 |
|
Justin Dolske
|
bd4bbeb14a
|
Bug 718253 - Critical omission from en-us spelling dictionary ;-). r=ehsan
|
2012-01-30 14:04:32 -08:00 |
|
Nicholas Nethercote
|
7559a70a04
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
--HG--
extra : rebase_source : a65039a407daab45360a5b375b53cbf1bc05b7f6
|
2012-01-25 00:52:51 -08:00 |
|
Ehsan Akhgari
|
c3168dab40
|
Bug 716456 - Make sure to pass a correct ancestor to GetPreviousContent; r=bzbarsky
|
2012-01-10 15:35:04 -05:00 |
|
David Zbarsky
|
e38d101da0
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
David Zbarsky
|
36d49f44a6
|
Bug 682611 - Part 1: Merge nsIDOMRange and nsIDOMNSRange; r=Ms2ger r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
Ehsan Akhgari
|
111c638c3f
|
Bug 710940 - Make sure our implementation of get_current_cs does not return null, in order to respect hunspell's assumptions; r=smaug
--HG--
extra : rebase_source : b9396975701b71ba188e4242527d979b6b7f4334
|
2012-01-09 19:02:43 -05:00 |
|
Quentin Headen
|
547b01566f
|
Bug 352037 - Add an "Undo add to dictionary" item to spell checker's context menu item; r=ehsan
|
2011-12-29 16:06:56 -05:00 |
|
Santiago Gimeno
|
b8fb110579
|
Bug 713416 - Remove nsUniCharEntry class and replace it with nsUnicharPtrHashKey; r=khuey,ehsan
|
2011-12-28 16:25:54 -05:00 |
|
Ehsan Akhgari
|
51045e53db
|
Bug 694002 - Properly initialize things to fix crash in AffixMgr::~AffixMgr. r=smaug
|
2011-12-27 13:53:57 -08:00 |
|
Ms2ger
|
ae9a97d17e
|
Bug 709533 - Remove unused FindFirstString in mozHunspell.cpp; r=ehsan
|
2011-12-24 09:28:32 +01:00 |
|
Thomas Prip Vestergaard
|
7c4652d8f2
|
Bug 710987 - Remove duplicate conditional in WordSplitState::FindSpecialWord(); r=roc
|
2011-12-20 16:14:05 +00:00 |
|
Jared Wein
|
d9ca92ef57
|
Bug 710967 - Incorrect argument passed to strncmp in AffixMgr::parse_convtable. r=gavin
|
2011-12-15 22:10:11 -08:00 |
|
Nicholas Nethercote
|
6bbcf3b4f8
|
Bug 704400 - Implement --enable-dmd. r=khuey.
|
2011-12-08 19:09:36 -08:00 |
|
Nicholas Nethercote
|
6c6258e659
|
Bug 698968 - Add mallocSizeOf functions and start using them. r=jlebar,bhackett,jfkthame, sr=bz.
|
2011-11-27 19:03:14 -08:00 |
|
Daniel Holbert
|
71d8f1c6f2
|
Bug 704666: Use UNIX instead of DOS newline characters in hunspell/README_en_US.txt and hunspell/README_mozilla.txt. r=gavin DONTBUILD
|
2011-11-23 17:45:02 -08:00 |
|
Cameron McCormack
|
04b6a02159
|
Bug 652494 - Report uncaught JS exceptions in chrome mochitests as test failures. r=jmaher
|
2011-11-12 22:06:54 +11: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 |
|
Boris Zbarsky
|
c0928925b6
|
Bug 684638 part 5. When we have an event posted to spell-check the whole document, suppress other spell-check events. r=ehsan
|
2011-11-04 01:32:09 -04:00 |
|
Boris Zbarsky
|
9a5f547b1d
|
Bug 684638 part 4. Switch from nsIDOMNode to nsINode in mozInlineSpellWordUtil. r=ehsan
|
2011-11-04 01:32:09 -04:00 |
|
Boris Zbarsky
|
fb6e2d6f2a
|
Bug 684638 part 3. Speed up mozInlineSpellWordUtil::MakeRange. r=ehsan
|
2011-11-04 01:32:09 -04:00 |
|
Boris Zbarsky
|
8dd01db0df
|
Bug 684638 part 1. Speed up IsBreakElement. r=ehsan
|
2011-11-04 01:32:08 -04: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 |
|
Jesper Kristensen
|
335b156c9e
|
Bug 591780 - Frontend support for restartless dictionaries. r=ehsan, r=Mossop
|
2011-10-06 12:06:18 -07: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 |
|