Ms2ger
51135b7777
Bug 616684 - Remove support for DOM Views; r=sicking,ehsan
2011-04-24 08:54:25 +02:00
Ehsan Akhgari
741285f81f
Backout changeset 13f6847dd840 (bug 616684) because it changes code semantics in a bad way, which results in problems like the crash in bug 652580, possibly among others
2011-04-25 17:05:17 -04:00
Ms2ger
644190aab3
Bug 616684 - Remove support for DOM Views; r=sicking
2011-04-24 08:54:25 +02:00
Jonas Sicking
85ee904911
Add back file accidentally removed
2011-04-23 00:53:58 -07:00
Jonas Sicking
cf7de87d67
Bug 588990: Remove lazy hashing of names to avoid walking full DOM. r=bz
2011-04-23 00:29:12 -07:00
David Zbarsky
e50794402d
Bug 610305: decom nsEventStateManager r=smaug
2011-04-21 19:35:52 +02:00
Mounir Lamouri
a41cb7267f
Backed out changeset c1a7c1bc1aeb due to busted build.
2011-04-20 22:26:06 +02:00
David Zbarsky
130d9c48ce
Bug 610305: decom nsEventStateManager r=smaug
2011-04-20 21:42:33 +02:00
Ehsan Akhgari
1210ee629f
Bug 355178 - Raise the maximum spell checked word length to 130 letters; r=smaug
...
--HG--
extra : rebase_source : e2ac56d2e1729124ccf2df21dc97c30903e2164c
2011-04-18 18:48:39 -04:00
Ehsan Akhgari
7b6af5362f
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
...
--HG--
extra : rebase_source : 298f0832ac6f0b12497e9c883bbebea8e168284c
2011-04-14 17:16:40 -04:00
Ehsan Akhgari
f88a9f295d
Bug 649012 - Fix some flaky mochitests which rely on non-zero timeout values; rs=ted
2011-04-16 19:39:34 -04:00
Serge Gautherie
05677b1b45
Bug 228448 - Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'; (Hv1) /extensions/*.
...
r=cbiesinger.
2011-04-14 17:25:00 +02:00
Jonathan Kew
c6317c99f7
Backed out changeset 80451fb8f11c (bug 585152) as per discussion in the bug.
2011-04-13 14:35:06 +01:00
Paul Biggar
a49a6bc4bb
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
...
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.
Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
L. David Baron
0b37df0111
Backout changeset b583111a88aa (bug 585152) for causing mochitest-browser-chrome orange on opt builds.
2011-04-12 01:29:41 -07:00
Paul Biggar
1180222c78
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
...
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.
Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
Benjamin Smedberg
2f866727c7
Bug 648593 - Remove JavaXPCOM and its build support code from the main tree, r=ted
...
--HG--
extra : rebase_source : 5e3a8c714bb3761ec20170789ac5fc7d5033fc11
2011-04-08 12:51:33 -07:00
Kyle Huey
65d512e30e
Followup to ensure we always use an absolute path. rs=ted
...
--HG--
extra : rebase_source : 4d7d4acec4736d722406fd3b243e50dc8bc87c5a
2011-04-07 18:13:03 -07:00
Kyle Huey
ffd359ec27
Bug 629734: Integrate hunspell test suite as an xpcshell test. r=ehsan
2011-02-17 19:09:40 -05:00
Kyle Huey
c1bdcc1197
Bug 629734: Import hunspell test suite
2011-02-17 19:03:08 -05:00
Matheus Kerschbaum
08c43219e7
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
Shawn Wilsher
72f3f0a582
Bug 645099 - Stop using [deprecated] Storage methods in the permission manager
...
r=bz
2011-03-31 10:19:31 -07:00
Kyle Huey
8707611437
Backed out changeset a5dbece71e4a due to test failures
2011-03-31 09:11:21 -04:00
Matheus Kerschbaum
ce7108fce4
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now. r=bsmedberg
2011-03-31 07:22:55 -04:00
Ehsan Akhgari
2865908cb2
Merge cedar into mozilla-central
2011-03-30 13:53:35 -04:00
Simon Montagu
812728ada4
Remove UTF-32 encoder and decoder. Bug 604317, r=emk
2011-03-30 08:35:34 +02:00
Ms2ger
6b550061de
Bug 637864 - Give nsIViewManager::GetRootView a sane signature; r=bz
2011-03-29 22:24:54 -04:00
L. David Baron
c330efae3e
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
44d0650225
Backout bug 629734 because it breaks the build on Windows
2011-03-27 13:53:09 -04:00
Ehsan Akhgari
0241d2354e
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
1b66726c45
Bug 629734: Integrate hunspell test suite as an xpcshell test. r=ehsan
2011-02-17 19:09:40 -05:00
Kyle Huey
2a54287b41
Bug 629734: Import hunspell test suite
2011-02-17 19:03:08 -05:00
Michael Wu
0d885ec1fa
Bug 636265 - Don't pass unused return value in nsJSConfigTriggers.cpp, r=jorendorff
2011-03-25 14:31:14 -07:00
Ryan VanderMeulen
db61e4b380
Bug 620626 - Upgrade to Hunspell 1.3.2; r=ehsan
2011-03-24 21:23:56 -04:00
Ryan VanderMeulen
402708e257
Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan
2011-03-24 20:14:47 -04:00
jhorak@redhat.com
e704b90f74
Bug 494163 - (gio / gvfs) Port gnomevfs extension to GIO/GVFS; r=karlt sr=roc
2011-03-23 23:38:03 -04:00
Boris Zbarsky
a6f244aeca
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
d545ce29a8
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
d170d1d771
Bug 637361: Backout bug 573043, a=blocker
2011-03-01 19:16:22 -08:00
Brian Smith
10afcef939
Bug 637361: Backout bug 573043
2011-03-01 19:11:22 -08:00
Honza Bambas
3d25e8316b
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
490fcf7d0f
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
e34e05a0ab
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
7f029f539d
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
c1a0f114a8
Merge tracemonkey and mozilla-central. (a=blockers)
2011-02-11 09:56:19 -08:00
Henri Sivonen
baa690e3df
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
7546986898
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
9c0d42c077
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
26b9342792
Bug 619559 - Make permission manager notify observers in content processes. r=dwitte a=jst
2010-12-25 02:31:01 -05:00
Ehsan Akhgari
9dde0eab8c
Bug 355178 - Raise the maximum spell checked word length to 130 letters; r=smaug a=beltzner
2011-01-28 14:46:37 -05:00