Blake Kaplan
8917309372
Bug 1026099 - Rework the spellchecker context menu to not use CPOWs. r=ehsan/billm/felipe
...
This patch fixes a few nits and typos in the C++ spellchecking code as well as
fixing the Finnish dictionary and multiple installed dictionaries in general (r=ehsan).
It reworks the spellchecking context menu to use async message passing (in JS)
and reduces, by a little, the CPOW use in the context menu code (r=felipe).
Finally, the spellcheck IPDL no longer needs to be 'rpc' since we no longer
nest spellchecking calls, so it can go back to being 'sync' (r=billm).
2014-10-03 10:52:37 -04:00
Ekanan Ketunuti
1b3a2b4b72
Bug 1073656 - Add asynchronicity to the en-US dictionary. r=ehsan
2014-09-27 07:14:11 +07:00
Georg Fritzsche
8bee7684a2
Bug 1067989 - Unify some more binary search uses. r=waldo
2014-09-17 15:46:24 +02:00
Ekanan Ketunuti
7c18a808b9
Bug 1070802 - Add charcuterie to the en-US dictionary. r=ehsan
2014-09-23 11:10:57 +07:00
Trevor Saunders
f4fbfeeb43
bug 1059490 - mark more classes MOZ_FINAL r=froydnj
2014-08-27 14:26:48 -04:00
Ehsan Akhgari
9fe6234fa6
Bug 1060993 - Fix more bad implicit constructors in spellchecker; r=smaug
2014-08-31 21:09:33 -04:00
Andrew McCreight
eb3502679c
Bug 1055280 - Move CountingAllocatorBase into its own header file. r=froydnj
2014-08-25 12:34:00 -07:00
Michal Novotny
37a95fbda8
Bug 1054819 - Ensure that the dictionary is released on the main thread. r=ehsan
...
CLOSED TREE
2014-08-20 04:28:00 -04:00
Ehsan Akhgari
897976b0f0
Bug 1042469 - Flatten editor/libeditor/base to editor/libeditor; r=poiru
...
--HG--
rename : editor/libeditor/base/ChangeAttributeTxn.cpp => editor/libeditor/ChangeAttributeTxn.cpp
rename : editor/libeditor/base/ChangeAttributeTxn.h => editor/libeditor/ChangeAttributeTxn.h
rename : editor/libeditor/base/ChangeCSSInlineStyleTxn.cpp => editor/libeditor/ChangeCSSInlineStyleTxn.cpp
rename : editor/libeditor/base/ChangeCSSInlineStyleTxn.h => editor/libeditor/ChangeCSSInlineStyleTxn.h
rename : editor/libeditor/base/CreateElementTxn.cpp => editor/libeditor/CreateElementTxn.cpp
rename : editor/libeditor/base/CreateElementTxn.h => editor/libeditor/CreateElementTxn.h
rename : editor/libeditor/base/DeleteNodeTxn.cpp => editor/libeditor/DeleteNodeTxn.cpp
rename : editor/libeditor/base/DeleteNodeTxn.h => editor/libeditor/DeleteNodeTxn.h
rename : editor/libeditor/base/DeleteRangeTxn.cpp => editor/libeditor/DeleteRangeTxn.cpp
rename : editor/libeditor/base/DeleteRangeTxn.h => editor/libeditor/DeleteRangeTxn.h
rename : editor/libeditor/base/DeleteTextTxn.cpp => editor/libeditor/DeleteTextTxn.cpp
rename : editor/libeditor/base/DeleteTextTxn.h => editor/libeditor/DeleteTextTxn.h
rename : editor/libeditor/base/EditActionListener.h => editor/libeditor/EditActionListener.h
rename : editor/libeditor/base/EditAggregateTxn.cpp => editor/libeditor/EditAggregateTxn.cpp
rename : editor/libeditor/base/EditAggregateTxn.h => editor/libeditor/EditAggregateTxn.h
rename : editor/libeditor/base/EditTxn.cpp => editor/libeditor/EditTxn.cpp
rename : editor/libeditor/base/EditTxn.h => editor/libeditor/EditTxn.h
rename : editor/libeditor/base/IMETextTxn.cpp => editor/libeditor/IMETextTxn.cpp
rename : editor/libeditor/base/IMETextTxn.h => editor/libeditor/IMETextTxn.h
rename : editor/libeditor/base/InsertElementTxn.cpp => editor/libeditor/InsertElementTxn.cpp
rename : editor/libeditor/base/InsertElementTxn.h => editor/libeditor/InsertElementTxn.h
rename : editor/libeditor/base/InsertTextTxn.cpp => editor/libeditor/InsertTextTxn.cpp
rename : editor/libeditor/base/InsertTextTxn.h => editor/libeditor/InsertTextTxn.h
rename : editor/libeditor/base/JoinElementTxn.cpp => editor/libeditor/JoinElementTxn.cpp
rename : editor/libeditor/base/JoinElementTxn.h => editor/libeditor/JoinElementTxn.h
rename : editor/libeditor/base/PlaceholderTxn.cpp => editor/libeditor/PlaceholderTxn.cpp
rename : editor/libeditor/base/PlaceholderTxn.h => editor/libeditor/PlaceholderTxn.h
rename : editor/libeditor/base/SetDocTitleTxn.cpp => editor/libeditor/SetDocTitleTxn.cpp
rename : editor/libeditor/base/SetDocTitleTxn.h => editor/libeditor/SetDocTitleTxn.h
rename : editor/libeditor/base/SplitElementTxn.cpp => editor/libeditor/SplitElementTxn.cpp
rename : editor/libeditor/base/SplitElementTxn.h => editor/libeditor/SplitElementTxn.h
rename : editor/libeditor/base/crashtests/336104.html => editor/libeditor/crashtests/336104.html
rename : editor/libeditor/base/crashtests/382527-1.html => editor/libeditor/crashtests/382527-1.html
rename : editor/libeditor/base/crashtests/402172-1.html => editor/libeditor/crashtests/402172-1.html
rename : editor/libeditor/base/crashtests/407079-1.html => editor/libeditor/crashtests/407079-1.html
rename : editor/libeditor/base/crashtests/407256-1.html => editor/libeditor/crashtests/407256-1.html
rename : editor/libeditor/base/crashtests/430624-1.html => editor/libeditor/crashtests/430624-1.html
rename : editor/libeditor/base/crashtests/459613-iframe.html => editor/libeditor/crashtests/459613-iframe.html
rename : editor/libeditor/base/crashtests/459613.html => editor/libeditor/crashtests/459613.html
rename : editor/libeditor/base/crashtests/475132-1.xhtml => editor/libeditor/crashtests/475132-1.xhtml
rename : editor/libeditor/base/crashtests/633709.xhtml => editor/libeditor/crashtests/633709.xhtml
rename : editor/libeditor/base/crashtests/636074-1.html => editor/libeditor/crashtests/636074-1.html
rename : editor/libeditor/base/crashtests/713427-1.html => editor/libeditor/crashtests/713427-1.html
rename : editor/libeditor/base/crashtests/713427-2.xhtml => editor/libeditor/crashtests/713427-2.xhtml
rename : editor/libeditor/base/crashtests/762183.html => editor/libeditor/crashtests/762183.html
rename : editor/libeditor/base/crashtests/766360.html => editor/libeditor/crashtests/766360.html
rename : editor/libeditor/base/crashtests/766413.html => editor/libeditor/crashtests/766413.html
rename : editor/libeditor/base/crashtests/766845.xhtml => editor/libeditor/crashtests/766845.xhtml
rename : editor/libeditor/base/crashtests/768765.html => editor/libeditor/crashtests/768765.html
rename : editor/libeditor/base/crashtests/771749.html => editor/libeditor/crashtests/771749.html
rename : editor/libeditor/base/crashtests/772282.html => editor/libeditor/crashtests/772282.html
rename : editor/libeditor/base/crashtests/776323.html => editor/libeditor/crashtests/776323.html
rename : editor/libeditor/base/crashtests/crashtests.list => editor/libeditor/crashtests/crashtests.list
rename : editor/libeditor/base/nsEditProperty.h => editor/libeditor/nsEditProperty.h
rename : editor/libeditor/base/nsEditPropertyAtomList.h => editor/libeditor/nsEditPropertyAtomList.h
rename : editor/libeditor/base/nsEditRules.h => editor/libeditor/nsEditRules.h
rename : editor/libeditor/base/nsEditor.cpp => editor/libeditor/nsEditor.cpp
rename : editor/libeditor/base/nsEditor.h => editor/libeditor/nsEditor.h
rename : editor/libeditor/base/nsEditorCommands.cpp => editor/libeditor/nsEditorCommands.cpp
rename : editor/libeditor/base/nsEditorCommands.h => editor/libeditor/nsEditorCommands.h
rename : editor/libeditor/base/nsEditorController.cpp => editor/libeditor/nsEditorController.cpp
rename : editor/libeditor/base/nsEditorController.h => editor/libeditor/nsEditorController.h
rename : editor/libeditor/base/nsEditorEventListener.cpp => editor/libeditor/nsEditorEventListener.cpp
rename : editor/libeditor/base/nsEditorEventListener.h => editor/libeditor/nsEditorEventListener.h
rename : editor/libeditor/base/nsEditorUtils.cpp => editor/libeditor/nsEditorUtils.cpp
rename : editor/libeditor/base/nsEditorUtils.h => editor/libeditor/nsEditorUtils.h
rename : editor/libeditor/base/nsIAbsorbingTransaction.h => editor/libeditor/nsIAbsorbingTransaction.h
rename : editor/libeditor/base/nsSelectionState.cpp => editor/libeditor/nsSelectionState.cpp
rename : editor/libeditor/base/nsSelectionState.h => editor/libeditor/nsSelectionState.h
rename : editor/libeditor/base/nsStyleSheetTxns.cpp => editor/libeditor/nsStyleSheetTxns.cpp
rename : editor/libeditor/base/nsStyleSheetTxns.h => editor/libeditor/nsStyleSheetTxns.h
rename : editor/libeditor/base/tests/chrome.ini => editor/libeditor/tests/chrome.ini
rename : editor/libeditor/base/tests/file_bug586662.html => editor/libeditor/tests/file_bug586662.html
rename : editor/libeditor/base/tests/mochitest.ini => editor/libeditor/tests/mochitest.ini
rename : editor/libeditor/base/tests/moz.build => editor/libeditor/tests/moz.build
rename : editor/libeditor/base/tests/test_bug408231.html => editor/libeditor/tests/test_bug408231.html
rename : editor/libeditor/base/tests/test_bug46555.html => editor/libeditor/tests/test_bug46555.html
rename : editor/libeditor/base/tests/test_bug502673.html => editor/libeditor/tests/test_bug502673.html
rename : editor/libeditor/base/tests/test_bug514156.html => editor/libeditor/tests/test_bug514156.html
rename : editor/libeditor/base/tests/test_bug567213.html => editor/libeditor/tests/test_bug567213.html
rename : editor/libeditor/base/tests/test_bug586662.html => editor/libeditor/tests/test_bug586662.html
rename : editor/libeditor/base/tests/test_bug599983.html => editor/libeditor/tests/test_bug599983.html
rename : editor/libeditor/base/tests/test_bug599983.xul => editor/libeditor/tests/test_bug599983.xul
rename : editor/libeditor/base/tests/test_bug646194.xul => editor/libeditor/tests/test_bug646194.xul
rename : editor/libeditor/base/tests/test_bug742261.html => editor/libeditor/tests/test_bug742261.html
rename : editor/libeditor/base/tests/test_bug773262.html => editor/libeditor/tests/test_bug773262.html
rename : editor/libeditor/base/tests/test_bug795785.html => editor/libeditor/tests/test_bug795785.html
rename : editor/libeditor/base/tests/test_composition_event_created_in_chrome.html => editor/libeditor/tests/test_composition_event_created_in_chrome.html
rename : editor/libeditor/base/tests/test_dragdrop.html => editor/libeditor/tests/test_dragdrop.html
rename : editor/libeditor/base/tests/test_selection_move_commands.xul => editor/libeditor/tests/test_selection_move_commands.xul
2014-08-15 10:03:48 -04:00
Allison Naaktgeboren
eaf6407c33
Bug 1030451-Update spellchecker context menu suggestions for multiprocess.r=billm
2014-08-11 13:07:54 -07:00
Nathan Froyd
7d196c1018
Bug 1042226 - move DEFINES += -DAB_CD=$(AB_CD) pattern into config.mk; r=mshal
2014-08-01 12:53:05 -04:00
Ekanan Ketunuti
83d7d2fc24
Bug 1047326 - Add unironic and unironically to the en-US dictionary. r=ehsan
2014-08-02 08:29:46 +07:00
Ekanan Ketunuti
74eab3f808
Bug 1046561 - m-w's new words of 2014. r=ehsan
2014-07-31 15:08:43 +07:00
Nathan Froyd
9ea6c585f8
Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium
2014-07-24 11:55:33 -04:00
Ekanan Ketunuti
e6b58e4411
Bug 1042482 - Add parallelization, parallelize to the en-US dictionary. r=ehsan
2014-07-23 11:30:10 +07:00
Mike Hommey
b99bba5c3f
Bug 1041864 - Remove LIBRARY_NAMEs that aren't used. r=mshal
2014-07-23 08:39:56 +09:00
Mike Hommey
d10b15b035
Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal
2014-07-23 08:37:51 +09:00
Octoploid
ea3a63713b
bug 1036401 - adjust includes to fix up some issues with complete types instead of forward declarations being required r=bz r=bjacob
2014-07-22 11:29:33 -04:00
Allison Naaktgeboren
440a023fe8
Bug 693555 - Update inline spellchecker underlining for multiprocess(e10s).r=ehsan, mrbkap
2014-07-01 15:24:27 -07:00
Chris Peterson
efdb483353
Bug 1032644 - Fix some -Wunused warnings in non-unified OS X build. r=ehsan
2014-07-02 18:55:19 -07:00
Blake Kaplan
d24670ad7c
Bug 1031440 - Fix an unused variable and a single-use variable pointed out by Neil. r=khuey
...
--HG--
extra : rebase_source : d326c1b131f777c3104f0179ab3b5b385d8bac48
2014-06-30 16:51:55 -07:00
Blake Kaplan
e0d902dfaa
Bug 1031440 - Start moving mozInlineSpellChecker off of nsIDOM* APIs. r=ehsan
2014-06-30 16:30:51 -07:00
Benoit Jacob
b649b7be9e
Bug 1028588 - Fix dangerous public destructors in extensions/ - r=ehsan
2014-06-23 18:40:02 -04:00
Birunthan Mohanathas
ec8396a564
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Nicholas Nethercote
39f29c384a
Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
...
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Ryan VanderMeulen
775fb8be24
Bug 1022262 - Part 2: Update Hunspell to version 1.3.3. r=ehsan
2014-06-17 15:54:39 -04:00
Ryan VanderMeulen
262328ecf2
Bug 1022262 - Part 1: Rename in-tree Hunspell source files to match upstream. r=ehsan
...
--HG--
rename : extensions/spellcheck/hunspell/src/README.hunspell => extensions/spellcheck/hunspell/src/README.mozilla
rename : extensions/spellcheck/hunspell/src/affentry.cpp => extensions/spellcheck/hunspell/src/affentry.cxx
rename : extensions/spellcheck/hunspell/src/affixmgr.cpp => extensions/spellcheck/hunspell/src/affixmgr.cxx
rename : extensions/spellcheck/hunspell/src/csutil.cpp => extensions/spellcheck/hunspell/src/csutil.cxx
rename : extensions/spellcheck/hunspell/src/dictmgr.cpp => extensions/spellcheck/hunspell/src/dictmgr.cxx
rename : extensions/spellcheck/hunspell/src/filemgr.cpp => extensions/spellcheck/hunspell/src/filemgr.cxx
rename : extensions/spellcheck/hunspell/src/hashmgr.cpp => extensions/spellcheck/hunspell/src/hashmgr.cxx
rename : extensions/spellcheck/hunspell/src/hunspell.cpp => extensions/spellcheck/hunspell/src/hunspell.cxx
rename : extensions/spellcheck/hunspell/src/hunzip.cpp => extensions/spellcheck/hunspell/src/hunzip.cxx
rename : extensions/spellcheck/hunspell/src/phonet.cpp => extensions/spellcheck/hunspell/src/phonet.cxx
rename : extensions/spellcheck/hunspell/src/replist.cpp => extensions/spellcheck/hunspell/src/replist.cxx
rename : extensions/spellcheck/hunspell/src/suggestmgr.cpp => extensions/spellcheck/hunspell/src/suggestmgr.cxx
2014-06-17 15:54:38 -04:00
Ekanan Ketunuti
10f6a24e67
Bug 956541 - Add Mozillian to the en-US dictionary. r=ehsan
2014-06-10 09:32:30 +07:00
Ekanan Ketunuti
9ee12221a4
Bug 1022271 - Add adware, archaeoastronomy, archaeologic, archaeomagnetic,
...
archaeomagnetism, astroarchaeology, astrobiology, astrobleme, botnet,
commenters, crimeware, undesignated, exactable, exactor, exacta, exactingness,
exactions, keylogger, keylogging, lepidopterist, limnological, limnologist,
limnology, malware, neuroscientist, neurosurgical, rootkit, trifecta,
volcanological, volcanologist, volcanology to the en-US dictionary. r=ehsan
2014-06-08 11:26:30 +07:00
Ekanan Ketunuti
102fd3de5b
Bug 1016136 - Use suffix M instead of 's in en-US.dic. r=ehsan
2014-05-28 07:23:03 +07:00
Birunthan Mohanathas
84d3adc780
Bug 869836 - Part 10: Use Truncate instead of AssignLiteral("")
. r=ehsan
...
--HG--
extra : rebase_source : e75c900e72e5367518f2b923a839fd23acf29a42
2014-05-26 21:54:53 +03:00
Ekanan Ketunuti
cc95c8261d
Bug 1015913 - Add traceur to the en-US dictionary. r=ehsan
...
Bug 1015912 - Add badging to the en-US dictionary. r=ehsan
Bug 1015911 - Add parkour to the en-US dictionary. r=ehsan
Bug 1015910 - Add faux to the en-US dictionary. r=ehsan
Bug 1015909 - Add eschatological, eschatologist to the en-US dictionary. r=ehsan
Bug 1015908 - Add decertify to the en-US dictionary. r=ehsan
Bug 1015907 - Add intermediacy, intermediation, disintermediation, intermediator to the en-US dictionary. r=ehsan
Bug 1015906 - Add chemistries to the en-US dictionary. r=ehsan
Bug 1015905 - Add uncheck to the en-US dictionary. r=ehsan
Bug 1015904 - Add colonoscope, colonoscopy to the en-US dictionary. r=ehsan
2014-05-27 07:15:25 +07:00
Ekanan Ketunuti
205cdd150e
Bug 1015161 - Add rheumatology, rheumatological, rheumatologist to the en-US dictionary. r=ehsan
...
Bug 1015160 - Add phlebotomist, phlebotomize to the en-US dictionary. r=ehsan
Bug 1015159 - Add aggregator to the en-US dictionary. r=ehsan
Bug 1015156 - Add mage to the en-US dictionary. r=ehsan
Bug 1015154 - Add teleport, teleportation to the en-US dictionary. r=ehsan
Bug 1015153 - Add bloviate, bloviation, bloviator to the en-US dictionary. r=ehsan
Bug 1015152 - Add synesthesia, synesthete, synesthetic to the en-US dictionary. r=ehsan
Bug 1015150 - Add sommelier to the en-US dictionary. r=ehsan
Bug 1015040 - Add opposer, opposable to the en-US dictionary. r=ehsan
Bug 1015039 - Add triages to the en-US dictionary. r=ehsan
2014-05-24 08:08:01 +07:00
Reuben Morais
4ba994db93
Bug 1015672 - Use a set in mozSpellChecker::GetDictionaryList. r=ehsan
2014-05-25 15:17:14 -03:00
Ekanan Ketunuti
b39fbe1003
Bug 1013900 - Add durian to en-US dictionary. r=ehsan
2014-05-21 18:27:55 +07:00
Birunthan Mohanathas
807e72372f
Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:51 +03:00
Ekanan Ketunuti
b538e37c3a
Bug 1011651 - Add anonymization, anonymize to the en-US dictionary. r=ehsan
2014-05-17 14:12:55 +07:00
Ekanan Ketunuti
57d298dd00
Bug 1011462 - Add immersive to the en-US dictionary. r=ehsan
2014-05-16 18:39:42 +07:00
Henri Sivonen
6a6cd36d81
Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk.
2014-05-08 12:32:00 +03:00
Roberto A. Vitillo
4af7ca592c
Bug 880864 - User dictionary (persdict.dat) read on main thread. r=mayhemer
2014-05-07 06:35:00 -04:00
Ekanan Ketunuti
aa6c538008
Bug 1000956 - Add textbox to the en-US dictionary. r=ehsan
2014-05-05 08:21:42 +07:00
Ekanan Ketunuti
166e781ece
Bug 996995 - Add dissentious to the en-US dictionary. r=ehsan
2014-04-28 11:10:01 +07:00
Ekanan Ketunuti
9625204cd8
Bug 996994 - Add corrigibility,corrigible,incorrigibleness to the en-US dictionary. r=ehsan
2014-04-28 10:45:58 +07:00
Birunthan Mohanathas
ff8ce9bd42
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Birunthan Mohanathas
4de1915f30
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
2014-04-25 12:49:00 -04:00
Arpad Borsos
e19fb46166
Bug 474369 - remove nsVoidArray includes; r=ehsan
...
--HG--
extra : rebase_source : dd3abeb623fd8b784fd6ba639c88def84a4daf58
2014-04-26 16:12:45 +02:00
Nathan Froyd
2585135c22
Bug 993546 - refactor malloc-wrapping memory reporter implementations; r=njn
2014-04-08 13:51:20 -04:00
Neil Deakin
27ad778ee7
Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil
2014-04-04 13:11:12 -04:00
Ekanan Ketunuti
83a255ccaf
Bug 988700 - Add diatomaceous to the en-US dictionary. r=ehsan
2014-03-27 11:05:36 +07:00
Alessio Placitelli
6a7b399beb
Bug 950076 - Add a fallible form of nsAString::Append and Replace and use it in nsTextFragment::AppendTo. r=bsmedberg, r=jst
2014-03-19 13:05:02 -04:00