Ms2ger
|
fc4eefd0ca
|
Bug 684821 - Remove nsIDOMNSHTMLElement; r=peterv
|
2011-10-29 22:03:55 +02:00 |
Rafael Ávila de Espíndola
|
b0b7662624
|
Bug 688913 - Finalize statements in extensions/cookie and toolkit/components/contentprefs. r=mak.
|
2011-10-28 10:55:20 -04:00 |
Ehsan Akhgari
|
1deb9f1504
|
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 |
Jeff Walden
|
1bb2d1626a
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
Jeff Walden
|
1872189eac
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
Jeff Walden
|
37f2b96015
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
Jesper Kristensen
|
ba51ac392c
|
Bug 591780 - Frontend support for restartless dictionaries. r=ehsan, r=Mossop
|
2011-10-06 12:06:18 -07:00 |
Ed Morley
|
ff78ef10b4
|
Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey
|
2011-10-06 17:15:07 +01:00 |
Ed Morley
|
18528b17ff
|
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 |
Michael Wu
|
ac54b41b01
|
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 |
Ed Morley
|
e2bf7053c4
|
Bug 689036 - Collapse redundant Makefiles in extensions/pref/ & fix missing in makefiles.sh; r=khuey
|
2011-09-28 09:26:46 +01:00 |
David Bienvenu
|
517cb1558d
|
fix bug 687319 spell check dialog for mailnews broken, r=ehsan
|
2011-09-23 12:51:33 -07:00 |
Ed Morley
|
98ac12d9d0
|
Merge tips of mozilla-central and mozilla-inbound
|
2011-09-22 01:46:53 +01:00 |
Ehsan Akhgari
|
60091f7e35
|
Bug 685981 - 'oversize' is the only suggestion for 'exersize'; r=smaug
DONTBUILD
|
2011-09-21 14:15:00 -04:00 |
Ehsan Akhgari
|
ea4465ea59
|
Bug 687118 - Add a helper script for adding/removing a few words from the Hunspell en-US dictionary; r=smaug
|
2011-09-21 14:14:31 -04:00 |
Jesper Kristensen
|
d175101cee
|
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 |
Neil Rashbrook
|
d7be12bb6f
|
Bug 684726 Add missing content types to nsContentBlocker r=bz
|
2011-09-08 21:20:44 +01:00 |
Ehsan Akhgari
|
71a63015eb
|
Bug 340634 - spell checker doesn't suggest "alot" correction; r=ryanvm
DONTBUILD
|
2011-09-02 13:35:12 -04:00 |
Michael Wu
|
f1450f55a0
|
Bug 676188 - Misc misuses of PRBool caught by the compiler, r=jimm,jst,bz,dougt,roc,mak
|
2011-08-30 11:55:14 -07:00 |
Benjamin Stover
|
3577d0de2d
|
Bug 674615 Remove nsPermissionManager's GetSingleton r=dwitte
|
2011-08-30 10:45:09 -07:00 |
Simon Montagu
|
83965d4183
|
Bug 601261 - nsXPCOMDetector::DoIt didn't call Reset resulting in crash [@ nsSJISProber::HandleData]. r=emk
|
2011-08-24 16:26:17 +09:00 |
arno renevier
|
f4a95c0d14
|
bug 678842: remember spell check setting per site; r=ehsan
|
2011-08-23 15:03:33 -04:00 |
Ehsan Akhgari
|
f6dc8952e6
|
Backout changeset e57b659ee5dd (bug 678842) because the test is wrong, and it should never pass
|
2011-08-22 22:27:47 -04:00 |
Michael Wu
|
c8c410e891
|
Bug 671190 - Stop using BOGUS_DEFAULT_*_PREF_VALUE in prefapi.cpp and cleanup PRBool abuse, r=bsmedberg
|
2011-08-22 19:15:52 -07:00 |
arno renevier
|
5bb5197d30
|
bug 678842: remember spell check setting per site; r=ehsan
|
2011-08-22 19:25:29 -04:00 |
Ehsan Akhgari
|
b5aef73a49
|
Bug 629719 - Turn off the maximum word length check for spell checking; r=smaug
|
2011-08-22 16:49:24 -04:00 |
Benjamin Smedberg
|
7a67213cf3
|
Merge the electrolysis branch to mozilla-central.
|
2011-08-19 10:15:52 -04:00 |
Benjamin Smedberg
|
46b695e56b
|
Bug 666748 - Optionally support a pool of content processes instead of a single one. r=jdm The followup patch for 669640 must land together with this one.
|
2011-08-02 15:35:42 -04:00 |
Matt Brubeck
|
5168f24356
|
Merge the latest green changeset on mozilla-central to mozilla-inbound
|
2011-08-15 15:43:35 -07:00 |
Ehsan Akhgari
|
d1a5318129
|
Bug 669116 followup - Remove the extra semicolon to make gcc happy
|
2011-08-15 18:30:49 -04:00 |
arno renevier
|
051e01c3a1
|
Bug 338427 followup - fix Get/SetCurrentDictionary signature; r=ehsan
|
2011-08-15 13:55:02 -04:00 |
Ehsan Akhgari
|
29f4189df0
|
Bug 669116 - Add memory reporter for the spell checker; r=njn,khuey
|
2011-08-11 10:57:08 -04:00 |
Ms2ger
|
a13fbb2eed
|
Merge m-c to m-i
|
2011-08-13 14:47:03 +02:00 |
Malini Das
|
840353c068
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
|
2011-08-12 12:21:44 -04:00 |
Malini Das
|
0fa2d67771
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
|
2011-08-12 12:21:36 -04:00 |
Ms2ger
|
2817f1079f
|
Bug 677101, part c - Reduce nsIDOMText.h inclusions; r=volkmar
|
2011-08-11 15:29:58 +02:00 |
David Zbarsky
|
f4e6e44142
|
Bug 672536 - Merge nsISelection2 into nsISelectionPrivate r=smaug
|
2011-08-07 16:17:00 -04:00 |
arno renevier
|
a66c586dbf
|
Bug 338427 - Spellchecker should respect the langi attribute; r=ehsan
|
2011-08-12 15:12:45 -04:00 |
Michael Wu
|
d0689ff033
|
Bug 671417 - Incorrect use of PRBool when other types are more appropriate or vice versa, r=bz,ehsan,dwitte,joe,vlad,luke,mak,roc
|
2011-07-26 23:43:37 -07:00 |
Ed Morley
|
8c65e58dd6
|
Bug 672040 - Hunspell test suite is still generated when using --disable-tests; r=khuey
|
2011-07-17 12:07:41 +02:00 |
Josh Matthews
|
4d91583a7f
|
Bug 621367 - nsPermissionManager doesn't allow enumerator access in content processes (r=dwitte)
|
2011-07-13 18:03:44 +02:00 |
Ehsan Akhgari
|
053633aa12
|
Bug 675976 - remove extensions/spellcheck/hunspell/tests/suggestiontest/Makefile.orig; rs=kheuy,Ms2ger DONTBUILD
|
2011-08-02 15:29:44 -04:00 |
Chris Coulson
|
8cf128c98d
|
Test case for bug 667087; r=dwitte
|
2011-06-28 17:40:17 -04:00 |
Jonas Sicking
|
4305bfdb00
|
Bug 663879: Kill AddEventListenerByIID/RemoveEventListenerByIID from extensions. r=smaug
|
2011-06-24 16:59:49 -07:00 |
Ed Morley
|
755df8b9a0
|
Bug 661584 - Code cleanup, substitute more PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc,ted
|
2011-06-25 16:06:02 +02:00 |
Jonas Sicking
|
0af47d0f6c
|
Bug 658714 Part 10: Remove nsIDOM3EventTarget/nsIDOMEventGroup. r=smaug
|
2011-06-23 19:18:02 -07:00 |
Jonas Sicking
|
2d5bd7162c
|
Bug 658714 Part 7: DeCOMtaminate nsEventListenerManager. r=smaug
|
2011-06-23 19:18:01 -07:00 |
Jonas Sicking
|
b065d276a3
|
Bug 658714 Part 6: Fixups after search'n'replace s/nsPIDOMEventTarget/nsIDOMEventTarget/. r=smaug
|
2011-06-23 19:18:01 -07:00 |
Jonas Sicking
|
fc78c37b4d
|
Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug
|
2011-06-23 19:18:00 -07:00 |
Ed Morley
|
13cfc322c6
|
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 |