Nicholas Nethercote
|
bda9cd4100
|
Bug 704400 - Implement --enable-dmd. r=khuey.
|
2011-12-08 19:09:36 -08:00 |
Kyle Huey
|
0d4599ced3
|
Bug 692067: Make WebSockets trigger content policies. r=smaug,dveditz
|
2011-12-07 18:19:43 -05:00 |
Mark Banner
|
1b1f74d2be
|
Bug 557047 - Replace mailnews specific ifdef (MOZ_MAIL_NEWS) in cookie code with tests for a protocol flag. r=sdwilsh,sr=bzbarsky
|
2011-12-05 12:35:23 +00:00 |
Nicholas Nethercote
|
3ef2838ed6
|
Bug 698968 - Add mallocSizeOf functions and start using them. r=jlebar,bhackett,jfkthame, sr=bz.
|
2011-11-27 19:03:14 -08:00 |
Masatoshi Kimura
|
830d9f266d
|
Bug 451161 - Part 2: Remove SystemPref module from the tree. r=roc
|
2011-11-26 20:49:31 +01:00 |
Daniel Holbert
|
6b5f82ee65
|
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
|
c779bcb0fa
|
Bug 652494 - Report uncaught JS exceptions in chrome mochitests as test failures. r=jmaher
|
2011-11-12 22:06:54 +11:00 |
Gregory Szorc
|
986db2bc12
|
Merge b-s to m-c
|
2011-11-10 15:15:29 -08:00 |
Ed Morley
|
8ae1f859ef
|
Merge m-c to b-s.
|
2011-11-08 23:18:09 +00:00 |
Gregory Szorc
|
5cbb27dbc0
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
Ms2ger
|
fc4eefd0ca
|
Bug 684821 - Remove nsIDOMNSHTMLElement; r=peterv
|
2011-10-29 22:03:55 +02:00 |
Ed Morley
|
b4eeea3edf
|
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
|
a2113b4d42
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
Boris Zbarsky
|
cda72c22df
|
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
|
036c0c7366
|
Bug 684638 part 4. Switch from nsIDOMNode to nsINode in mozInlineSpellWordUtil. r=ehsan
|
2011-11-04 01:32:09 -04:00 |
Boris Zbarsky
|
09e7999094
|
Bug 684638 part 3. Speed up mozInlineSpellWordUtil::MakeRange. r=ehsan
|
2011-11-04 01:32:09 -04:00 |
Boris Zbarsky
|
227d1dcd8f
|
Bug 684638 part 1. Speed up IsBreakElement. r=ehsan
|
2011-11-04 01:32:08 -04: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 |
Honza Bambas
|
919f4c15e9
|
Bug 573043 - Enable Extended Protection (channel and service bindng) for NTLM authentication, r=jmathies
|
2011-11-09 18:18:59 +01: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 |