L. David Baron
|
db6289bc0a
|
Use nsAutoLock::NewLock, nsAutoLock::DestroyLock, nsAutoMonitor::NewMonitor, and nsAutoMonitor::DestroyMonitor as required by the API. (Bug 594666) r=cjones
|
2011-03-29 08:43:26 -07:00 |
Ehsan Akhgari
|
98183dee59
|
Backout bug 629734 because it breaks the build on Windows
|
2011-03-27 13:53:09 -04:00 |
Ehsan Akhgari
|
25cb9fcf4a
|
Bug 629734 followup - Use nsinstall.py because we can't use nsinstall to copy a directory on Windows; irc-r=khuey
|
2011-03-26 20:28:57 -04:00 |
Kyle Huey
|
f5c5d6ffdc
|
Bug 629734: Integrate hunspell test suite as an xpcshell test. r=ehsan
|
2011-02-17 19:09:40 -05:00 |
Kyle Huey
|
2bd4a371d3
|
Bug 629734: Import hunspell test suite
|
2011-02-17 19:03:08 -05:00 |
Michael Wu
|
c00063c782
|
Bug 636265 - Don't pass unused return value in nsJSConfigTriggers.cpp, r=jorendorff
|
2011-03-25 14:31:14 -07:00 |
Ryan VanderMeulen
|
554bb3505c
|
Bug 620626 - Upgrade to Hunspell 1.3.2; r=ehsan
|
2011-03-24 21:23:56 -04:00 |
Ryan VanderMeulen
|
e5e767b522
|
Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan
|
2011-03-24 20:14:47 -04:00 |
jhorak@redhat.com
|
394dbd341e
|
Bug 494163 - (gio / gvfs) Port gnomevfs extension to GIO/GVFS; r=karlt sr=roc
|
2011-03-23 23:38:03 -04:00 |
Boris Zbarsky
|
31061a9ff8
|
Bug 632904. Check IsEditable(), not content states, if we care about editability. r=ehsan,masayuki
|
2011-03-23 10:45:21 -04:00 |
Henri Sivonen
|
b7043eff75
|
Test for bug 638318 - Test that a byte run that has more than 1024 zeros but one non-zero byte among them before the 1024 byte limit does not sniff as UTF-16LE/BE. r=bzbarsky, a=test-only.
|
2011-03-03 19:20:00 +02:00 |
Brian Smith
|
2eef6d784d
|
Bug 637361: Backout bug 573043, a=blocker
|
2011-03-01 19:16:22 -08:00 |
Brian Smith
|
a5edaf27e8
|
Bug 637361: Backout bug 573043
|
2011-03-01 19:11:22 -08:00 |
Honza Bambas
|
48a2c64df8
|
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
|
82090a2d04
|
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 |
Henri Sivonen
|
f68ddc8cba
|
Bug 631751 - Sniff Basic Latin BOMless UTF-16 for IE compat. r=bzbarsky, a=bzbarsky.
|
2011-02-16 08:40:35 +02:00 |
Ehsan Akhgari
|
a61c5e796e
|
Bug 634153 - Back out the changes in bug 355178 because of known regressions and possible risk of not-yet-known regressions; r=sicking a=johnath
--HG--
extra : rebase_source : 4d77b7503991a3399cd6eecbcffb994b16fed43c
|
2011-02-15 17:04:44 -05:00 |
Chris Leary
|
e72266dafd
|
Merge tracemonkey and mozilla-central. (a=blockers)
|
2011-02-11 09:56:19 -08:00 |
Henri Sivonen
|
bbffca4d43
|
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
|
f32d4cdb18
|
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
|
8ec41b7213
|
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 |
Josh Matthews
|
eb4e568e5d
|
Bug 619559 - Make permission manager notify observers in content processes. r=dwitte a=jst
|
2010-12-25 02:31:01 -05:00 |
Ehsan Akhgari
|
6788e6d475
|
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
|
6b6be66115
|
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 |
Josh Matthews
|
2ffd687e92
|
Bug 618716 - Fix warnings in nsPermissionManager.cpp r=dwitte a=jst
|
2010-12-12 14:36:00 -05:00 |
Michael Wu
|
8963c723d5
|
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ó
|
58788ce22a
|
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
|
9e9a234f7e
|
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
|
528820e4e8
|
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
|
b4fbe5e93f
|
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
|
b0b91df262
|
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
|
3b06ebef0a
|
Follow-up fix 2 for bug 590325.
|
2011-01-21 00:59:00 -08:00 |
Andreas Gal
|
66adce312b
|
Follow-up fix for bug 590325.
|
2011-01-21 00:21:27 -08:00 |
Andreas Gal
|
738e3acd80
|
Global Object created in CentralizedAdminPrefManagerInit needs its own compartment (bug 590325, r=mrbkap).
|
2011-01-21 00:08:13 -08:00 |
Dan Witte
|
b255501115
|
Fix bug 616264. r=ehsan,sdwilsh, a=beta9+
|
2010-12-22 13:50:56 -08:00 |
Phil Ringnalda
|
c9efb237e4
|
Bug 586869 - Remove abandoned and unbuildable extensions/jssh, r+a=ted
|
2010-12-11 10:53:38 -08:00 |
David Bienvenu
|
87d73ab860
|
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
|
2a722f49df
|
Bug 617910 - Broken instanceof checks in head_cookies.js. r=sdwilsh
|
2010-12-09 20:10:30 +01:00 |
timeless@mozdev.org
|
8f21b2430e
|
Bug 617667 useless null check of aIsMisspelled in [@ mozSpellChecker::CheckWord]
r=bz
|
2010-12-09 11:56:54 +01:00 |
Phil Ringnalda
|
272cba2b78
|
Bug 616761 - Remove deadcode extensions/metrics, r=Mossop, a=ted
|
2010-12-05 11:26:45 -08:00 |
Phil Ringnalda
|
843cb967df
|
Bug 614183 - Remove ancient extensions/access-builtin, r=surkov, a=NPOTB
|
2010-11-22 23:09:41 -08:00 |
Dão Gottwald
|
c07f5b2ea6
|
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
|
54619219ed
|
Bug 612072 - Crash [@ nsCookieService::EnsureReadDomain(nsCString const&) ]. r=sdwilsh, a=betaN+
|
2010-11-22 13:50:25 -08:00 |
Robert Sayre
|
945bb866bf
|
Merge mozilla-central to tracemonkey.
|
2010-11-16 07:25:10 -08:00 |
Igor Bukanov
|
08acfd00c4
|
bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal
|
2010-11-11 21:40:29 +01:00 |
David Anderson
|
b4ec0dde6d
|
Backed out changeset 8e119f847f97 (build busted)
|
2010-11-11 11:19:42 -08:00 |
Igor Bukanov
|
048e1e0a13
|
bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal
|
2010-11-02 15:36:25 +01:00 |
Dan Witte
|
e3c3583539
|
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
|
6f2f3bc827
|
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
|
4e2da22b12
|
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
|
d68adf317c
|
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
|
c593ee0bc6
|
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
|
087d7b66aa
|
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
|
48cc92a4b0
|
Merge mozilla-central to tracemonkey.
|
2010-11-09 15:29:44 -05:00 |
Chris Jones
|
339106b788
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
Igor Bukanov
|
c074b68d29
|
bug 607695 - Avoid unnecessary JS_GetStringBytes. r=gal
|
2010-10-28 17:15:53 +02:00 |
Blake Kaplan
|
cb4d83e6c8
|
Bug 606585 - Make the compartment map use principals properly. r=peterv/bz, a=beta7+
|
2010-10-26 23:57:31 -07:00 |
Dan Witte
|
272d7ce6a1
|
Bug 590843 - Fix bugs in purge logic. r=sdwilsh, a=final+
|
2010-11-10 10:31:11 -08:00 |
Ryan VanderMeulen
|
6c7da1a874
|
Update Hunspell readme to note additional patches in tree. a=NPOTB
|
2010-11-09 21:50:28 -08:00 |
Jory A. Pratt
|
2c21600d0e
|
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
|
aa0bfea616
|
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
|
a6e5900b55
|
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
|
451c5169ed
|
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
|
06426cc202
|
Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz
|
2010-10-20 13:26:32 +02:00 |
Dan Witte
|
f6813f5d5e
|
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 |
Dan Witte
|
f8e7f27e13
|
Bug 599799 - Cookies are doubled when switching between FF3.6 and FF4beta. Part 2: migration tests. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:53 -07:00 |
Dan Witte
|
6afb301f05
|
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 3: test improvements. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:52 -07:00 |
Dan Witte
|
734265ed01
|
Bug 595305 - Factor cookie third-party URI code into separate API. Tests. r=bent, a=betaN+
|
2010-10-19 09:37:03 -07:00 |
Alon Zakai
|
106c2d532f
|
Add missing MOZ_IPC ifdef in e14e2cc7d786 a=bustage-fix
|
2010-10-09 20:07:57 -07:00 |
Alon Zakai
|
984b79bca9
|
Bug 599428 - Optimize permissions IPC. r=dwitte a=blocking-fennec
|
2010-10-09 11:07:38 -07:00 |
Dan Witte
|
43dadba962
|
Back out test changes due to Windows failure. a=bustage
|
2010-10-07 17:07:24 -07:00 |
Dan Witte
|
13704e463b
|
Fix test bustage on Windows. a=bustage
|
2010-10-07 15:41:48 -07:00 |
Dan Witte
|
f88b46227b
|
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 3: test improvements. r=sdwilsh, a=beta8+
|
2010-10-07 14:00:17 -07:00 |
Ehsan Akhgari
|
7bb26ec0ad
|
Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske,jimm sr=rstrong a=blocking-beta7+
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
|
2010-10-02 11:53:37 -04:00 |
Ehsan Akhgari
|
667aa064de
|
Backed out changeset b08b684644a1 (bug 568816) because of Ts regression on Windows
|
2010-10-03 22:18:18 -04:00 |
Ehsan Akhgari
|
4fc4b53c27
|
Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske sr=rstrong a=blocking-beta7+
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
|
2010-10-02 11:53:37 -04:00 |
Ehsan Akhgari
|
444c5cd862
|
Bug 596333 - Part 2: Make ContainsDOMWordSeparator greedy; r=bz a=blocking-betaN+
|
2010-09-16 14:39:28 -04:00 |
Ehsan Akhgari
|
b37718301c
|
Bug 596333 - Automatic spell checking not always functional after bug 240933; r=roc a=blocking-betaN+
|
2010-09-16 14:38:46 -04:00 |
Axel Hecht
|
48ad06df81
|
bug 590492, hg remove extensions/reporter, r=raccettura,bsmedberg, a=beltzner
--HG--
extra : rebase_source : 23e1b23f416ae13d31854ca16521cfdb841662dc
|
2010-08-31 19:08:57 +02:00 |
Dão Gottwald
|
0d50508fa8
|
Bug 587901 - test and nsSidebar.js fixes. r+a=dolske
|
2010-09-08 15:30:44 +02:00 |
Kyle Huey
|
6a7619752b
|
Backed out changeset 1633907c75b7
|
2010-09-08 07:39:35 -04:00 |
Dão Gottwald
|
424cf2073f
|
Bug 587901 - Remove favicon from Location Bar and add indicator for sites without identity information. r+a=dolske
|
2010-09-08 09:47:49 +02:00 |
Dan Witte
|
cf303b2f18
|
Bug 590611 - Raise cookies per basedomain limit to 150. r=sdwilsh, a=betaN+
|
2010-09-01 16:27:10 -07:00 |
Dan Witte
|
cf69667c0d
|
Back out Bug 536324 part 3.
|
2010-08-30 13:20:39 -07:00 |
Dan Witte
|
2809e13ce6
|
Merge m-c -> e10s.
|
2010-08-21 10:21:06 -07:00 |
Jonas Sicking
|
ce596ea823
|
Fix missing comments from patch for bug 546857
|
2010-08-21 18:48:01 +02:00 |
Dan Witte
|
9d758b2bce
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+
|
2010-08-21 00:31:35 -07:00 |
Bobby Holley
|
fb797f7aec
|
Backout of changesets c866e73f3209 and baff7b7b32bc because of sicking's push-and-run bustage. a=backout
|
2010-08-20 23:42:24 -04:00 |
Jonas Sicking
|
6e2c9b1a30
|
Fix missing comments from patch for bug 546857
|
2010-08-20 17:50:35 -07:00 |
Jonas Sicking
|
deafeb0a9e
|
Bug 546857 Part 2: Allow permissions to be set on files. r=dwitte a=blocker
|
2010-08-19 16:06:07 -07:00 |
Edmund Wong
|
c31f357639
|
Bug 585336: Fix "a the" in comments (for General core code). r=timeless a=NPOTB (comment-only)
|
2010-08-15 15:50:02 -07:00 |
James Pearson
|
a0f74c227c
|
Bug 576430 - Autoconfiguration with mozilla.cfg no longer works on trunk, Failed to read the configuration file. r=jorendorff
|
2010-08-10 19:04:43 -03:00 |
Ehsan Akhgari
|
482c6b80f7
|
Bug 582863 - Spell checker shouldn't copy the text node contents unnecessarily; r=roc a=blocking2.0+
--HG--
extra : rebase_source : 7313d44dfe2645a8df15a4fca78e75ecfc39b536
|
2010-07-30 18:55:42 -04:00 |
Ehsan Akhgari
|
6029691b3f
|
Backed out changeset b64704446120 because of build bustage failure in TestWinTSF.cpp
|
2010-08-06 11:39:19 -04:00 |
Ehsan Akhgari
|
865dbccfd8
|
Bug 582863 - Spell checker shouldn't copy the text node contents unnecessarily; r=roc a=blocking2.0+
--HG--
extra : rebase_source : e134b15a712630b542b7b499e15a16727350bea6
|
2010-07-30 18:55:42 -04:00 |
Josh Matthews
|
f0ccb9c187
|
Bug 580450 - Clean up IPC::URI. r=dwitte
|
2010-07-26 15:59:34 -04:00 |
Dan Witte
|
71afaa06a5
|
Bug 572223 - too much cookies.sqlite io. Part 8: test write + close + read combination.
|
2010-08-02 17:03:25 -07:00 |
Dan Witte
|
f91b34de6e
|
Bug 572223 - too much cookies.sqlite io. Part 4: tests. r=sdwilsh
|
2010-07-29 12:17:43 -07:00 |
Dan Witte
|
55339a9932
|
Revert bug 572223 to fix creation of duplicate cookies.
|
2010-08-01 12:24:38 -07:00 |
Robert Sayre
|
802a358676
|
Merge mozilla-central to tracemonkey.
|
2010-07-30 21:57:41 -07:00 |