Commit Graph

620 Commits

Author SHA1 Message Date
Chris Leary
7cd988f331 Merge tracemonkey and mozilla-central. (a=blockers) 2011-02-11 09:56:19 -08:00
Henri Sivonen
c2e0c3291c Bug 620106 - Allow chardet (if enabled) reload the page during load. r=sicking, a=blocking2.0-final. 2011-02-11 12:33:32 +02:00
Ehsan Akhgari
d1ae4c4539 Bug 633210 - Single hyphens are marked as spelling mistakes; r=smaug a=beltzner
--HG--
extra : rebase_source : 76821671b08b0727c6131b10e45c9a24b1984509
2011-02-10 12:07:31 -05:00
Jim Blandy
b775bfcb46 Bug 537873: Add 'strict' argument to setters defined throughout Firefox. r=brendan
This should take care of all setters defined outside SpiderMonkey proper. Very mechanical.
2011-02-09 11:31:40 -08:00
Ehsan Akhgari
b38596bd75 Bug 355178 - Raise the maximum spell checked word length to 130 letters; r=smaug a=beltzner 2011-01-28 14:46:37 -05:00
Ehsan Akhgari
9ddb3f7785 Bug 355178 - Don't break words on hyphens before passing them to hunspell, as it can handle word breaking on hyphens on its own; r=smaug f=Pike a=beltzner 2011-02-08 21:50:51 -05:00
Honza Bambas
4b801dad80 Fix bug 573043. r=jmathies@mozilla.com, a=blocker.
--HG--
rename : security/manager/ssl/public/nsISSLStatus.idl => netwerk/base/public/nsISSLStatus.idl
rename : security/manager/boot/public/nsISSLStatusProvider.idl => netwerk/base/public/nsISSLStatusProvider.idl
rename : security/manager/ssl/public/nsIX509Cert.idl => netwerk/base/public/nsIX509Cert.idl
2011-02-08 16:12:29 -08:00
Ehsan Akhgari
0dc5d22884 Bug 631607 - Crash while spell checking with French modern dictionary 4.0.3 [@ mozalloc_abort(char const* const) ][@ mozalloc_abort(char const* const) | mozalloc_handle_oom() ]; r=jst a=blocking-betaN+ 2011-02-08 18:01:06 -05:00
Josh Matthews
d0f1f79e8b Bug 619559 - Make permission manager notify observers in content processes. r=dwitte a=jst 2010-12-25 02:31:01 -05:00
Josh Matthews
8ab207648f Bug 618716 - Fix warnings in nsPermissionManager.cpp r=dwitte a=jst 2010-12-12 14:36:00 -05:00
Michael Wu
252afcc028 Bug 595522 - Read defaults/autoconfig/* from omnijar as appropriate, r=bsmedberg a=blocking2.0 2011-02-02 15:42:10 -08:00
Németh László
b0453d9ad0 Bug 626195 - Hunspell topcrash [@ AffixMgr::suffix_check ]. r=ehsan, a=blocking-final+
--HG--
extra : rebase_source : 0de9e63da54030544a4e667eb6d32988d688f97a
2011-02-02 13:42:46 -05:00
timeless@mozdev.org
3c0d568958 Bug 586671 AffixMgr::parse_convtable leaks pattern/pattern2 if it can't create both. r=ryanvm, a=roc.
--HG--
extra : rebase_source : 62aa3d65a700fba3f17bd9978cc196f77470bb1b
2011-01-30 12:45:04 +13:00
timeless@mozdev.org
89e1b1ba69 Bug 586686 Hunspell::spellml + Hunspell::get_xml_list are messy. r=ryanvm, a=roc.
--HG--
extra : rebase_source : 3af34444fa919cc8f38bc6d0e13432ee9f798080
2011-01-30 12:44:33 +13:00
timeless@mozdev.org
ff7dfa7d6d Bug 603311 HashMgr::load_tables leaks dict when decode_flags fails. r=ryanvm, a=roc.
--HG--
extra : rebase_source : 361e5478262857c4a008c94e12920dbf7244d8b5
2011-01-30 12:43:50 +13:00
Caolan McNamara
e088a80e6b Bug 617953 - Hunspell::analyze leaks p = pSMgr->suggest_morph(). r=timeless, a=roc.
--HG--
extra : rebase_source : b092f9f09589a067b6d4370bf54768875e48fddd
2011-01-30 12:40:50 +13:00
Andreas Gal
1fa8f50af7 Follow-up fix 2 for bug 590325. 2011-01-21 00:59:00 -08:00
Andreas Gal
7cbf3cd8a7 Follow-up fix for bug 590325. 2011-01-21 00:21:27 -08:00
Andreas Gal
0686aa494e Global Object created in CentralizedAdminPrefManagerInit needs its own compartment (bug 590325, r=mrbkap). 2011-01-21 00:08:13 -08:00
Dan Witte
2685d64a45 Fix bug 616264. r=ehsan,sdwilsh, a=beta9+ 2010-12-22 13:50:56 -08:00
Phil Ringnalda
67f3cb1d1b Bug 586869 - Remove abandoned and unbuildable extensions/jssh, r+a=ted 2010-12-11 10:53:38 -08:00
David Bienvenu
0f84273deb Bug 604653 - 64bit Mac build crashes with negotiate auth and Kerberos [@ Kerberos@0x6a163 ]; r=sxw a=blocker 2010-12-10 09:09:11 +00:00
Dão Gottwald
305932379f Bug 617910 - Broken instanceof checks in head_cookies.js. r=sdwilsh 2010-12-09 20:10:30 +01:00
timeless@mozdev.org
ea1f373aa8 Bug 617667 useless null check of aIsMisspelled in [@ mozSpellChecker::CheckWord]
r=bz
2010-12-09 11:56:54 +01:00
Phil Ringnalda
4f6971496b Bug 616761 - Remove deadcode extensions/metrics, r=Mossop, a=ted 2010-12-05 11:26:45 -08:00
Phil Ringnalda
da06c8ee18 Bug 614183 - Remove ancient extensions/access-builtin, r=surkov, a=NPOTB 2010-11-22 23:09:41 -08:00
Dão Gottwald
a232bd091d browser_test_favicon.js doesn't use Firefox-specific API anymore, remove MOZ_PHOENIX ifdef
--HG--
extra : rebase_source : 1a1e84700c9f1a605d14d8b6ffd42a33bdbb62da
2010-11-29 14:35:29 +01:00
Dan Witte
ee902f29f9 Bug 612072 - Crash [@ nsCookieService::EnsureReadDomain(nsCString const&) ]. r=sdwilsh, a=betaN+ 2010-11-22 13:50:25 -08:00
Robert Sayre
f8d70b12f4 Merge mozilla-central to tracemonkey. 2010-11-16 07:25:10 -08:00
Igor Bukanov
52ea348c4c bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
David Anderson
7487c14d37 Backed out changeset 8e119f847f97 (build busted) 2010-11-11 11:19:42 -08:00
Igor Bukanov
e32ba97023 bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-02 15:36:25 +01:00
Dan Witte
f66a56c850 Bug 547031 - Improve async error handling in cookies. Part 7: Tweak license boilerplates. r=sdwilsh, a=betaN+ 2010-11-12 09:32:36 -08:00
Dan Witte
b09a36ff06 Bug 547031 - Improve async error handling in cookies. Part 6: Implement async error handling. r=sdwilsh, a=betaN+ 2010-11-12 09:32:35 -08:00
Dan Witte
0b42ea484f Bug 547031 - Improve async error handling in cookies. Part 4: Fix SELECT bug in EnsureReadComplete(). r=sdwilsh, a=betaN+ 2010-11-12 09:32:35 -08:00
Dan Witte
4ac1130d65 Bug 547031 - Improve async error handling in cookies. Part 3: Get the sync database connection early so it can't fail. r=sdwilsh, a=betaN+ 2010-11-12 09:32:35 -08:00
Dan Witte
5390824121 Bug 547031 - Improve async error handling in cookies. Part 2: Clean up TryInitDB(). r=sdwilsh, a=betaN+ 2010-11-12 09:32:35 -08:00
Dan Witte
7550955b03 Bug 547031 - Improve async error handling in cookies. Part 1: Refactor to allow multiple DBStates. r=sdwilsh, a=betaN+ 2010-11-12 09:32:35 -08:00
Robert Sayre
78fcef6d2d Merge mozilla-central to tracemonkey. 2010-11-09 15:29:44 -05:00
Chris Jones
703c658a1c Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking 2010-11-08 20:49:00 -06:00
Igor Bukanov
92b67c9caf bug 607695 - Avoid unnecessary JS_GetStringBytes. r=gal 2010-10-28 17:15:53 +02:00
Blake Kaplan
0947251bf8 Bug 606585 - Make the compartment map use principals properly. r=peterv/bz, a=beta7+ 2010-10-26 23:57:31 -07:00
Dan Witte
f108ef023f Bug 590843 - Fix bugs in purge logic. r=sdwilsh, a=final+ 2010-11-10 10:31:11 -08:00
Ryan VanderMeulen
969ef9ff02 Update Hunspell readme to note additional patches in tree. a=NPOTB 2010-11-09 21:50:28 -08:00
Jory A. Pratt
dc217b4b9b Bug 583582 - Fix compilation of hunspell with gcc-4.5 for changes to fortify sources. r=smaug a=bsmedberg 2010-11-05 18:22:36 +01:00
Dan Witte
4df35d9668 Bug 608422 - cookies.sqlite-wal takes too much space for Fennec. Add test. r=mfinkle, a=beta2+ 2010-11-02 15:56:20 -07:00
Dan Witte
f1c9396e04 Bug 605908 - test_parent.js leaks objects. Part 1: nsPermissionManager leak. r=jdm, a=sdwilsh 2010-10-21 11:36:14 -07:00
Dan Witte
de72081999 Bug 605671 - Intermittent failure in test_permmanager_notifications.js | exception thrown from do_timeout callback: ReferenceError: obs is not defined. r=jdm, a=test-only 2010-10-21 11:36:14 -07:00
Mounir Lamouri
66067bcb7b Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz 2010-10-20 13:26:32 +02:00
Dan Witte
bfecb83756 Bug 599799 - Cookies are doubled when switching between FF3.6 and FF4beta. Part 3: make test_eviction.js tolerant to slow execution. r=sdwilsh, a=betaN+ 2010-10-19 17:24:53 -07:00