Ekanan Ketunuti
7f80f5988a
Bug 1151296 - Add misandry, misandrist to the en-US dictionary. r=ehsan
2015-04-09 15:02:44 +07:00
Mike Kaply
dcf97120b0
Bug 1137799 - AutoConfig file should be read as UTF-8, not ASCII, r=mossop
2015-04-08 13:33:46 -05:00
Mike Hommey
ee117642af
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
2015-04-01 13:51:45 +09:00
Andrea Marchesini
94545cbb2e
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
2015-03-27 18:52:19 +00:00
Ehsan Akhgari
5cccea6f0f
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
...
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Jonathan Griffin
8873726f67
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
2015-02-06 16:30:37 -08:00
Chih-Kai (Patrick) Wang
7856bfc162
Bug 1129315 - require app processes update permissions after forked from nuwa. r=jdm
2015-03-12 16:53:22 +08:00
Ehsan Akhgari
fbafb97eed
Bug 983817 follow-up: Add the fix for the bug to the hunspell patches directory
...
DONTBUILD
2015-03-11 22:03:05 -04:00
Alex Henrie
ccd10b198c
Bug 1134537 - Delete GnomeVFS extension. r=roc
2015-03-09 21:12:58 -06:00
Andrea Marchesini
5a32f7fa5a
Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug
2015-03-03 11:08:59 +00:00
Ting-Yu Lin
ef49bc2335
Bug 1136065 - Remove GetRangeCount() in Selection.h. r=ehsan
...
We replace GetRangeCount() with the identical function RangeCount() to
avoid any confusion.
2015-02-25 17:08:00 +01:00
Ekanan Ketunuti
8b15f2fbc5
Bug 1133363 - Part 2 - add new words to en-US dictioanry. r=ehsan
2015-02-17 16:04:04 +07:00
Ekanan Ketunuti
70e6dd920e
Bug 1133363 - Part 1 - add missing /M suffix to en-US dictionary. r=ehsan
2015-02-17 16:04:04 +07:00
Carsten "Tomcat" Book
26d3ba6fc1
Backed out changeset 271171d2c620 (bug 1133363) for m4 test failures
2015-02-25 10:33:00 +01:00
Carsten "Tomcat" Book
d25932fe55
Backed out changeset 4f2bdb9b4d5e (bug 1133363)
2015-02-25 10:32:35 +01:00
Ekanan Ketunuti
7c8c11e47f
Bug 1133363 - Part 2 - add new words to en-US dictioanry. r=ehsan
2015-02-17 16:04:04 +07:00
Ekanan Ketunuti
d7a2f1be85
Bug 1133363 - Part 1 - add missing /M suffix to en-US dictionary. r=ehsan
2015-02-17 16:04:04 +07:00
Christoph Kerschbaumer
3b9c0e23c1
Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - callsite updated (r=sicking)
2015-02-19 11:47:59 -08:00
Anish
d6962a9b5b
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers
2015-02-19 11:53:01 -05:00
Carsten "Tomcat" Book
24df8222d0
Backed out changeset 6885e993936a (bug 1056851) for crashtest failures
2015-02-19 15:02:05 +01:00
Anish
e982da177f
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher
2015-02-19 07:26:41 -05:00
Christoph Kerschbaumer
9101aaa39b
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - in extensions/ (r=ehsan)
2015-02-17 10:09:16 -08:00
Jan Horak
ef2ef99f31
Bug 1129859 - Wrong dictionary chosen when lang attribute is en-US on some Linux distros. r=roc
2015-02-13 00:38:00 +01:00
Magnus Melin
694c6a2853
Bug 1073095 - nsPermissionManager.cpp references a browser path by default in kDefaultsUrlPrefName. Make the permissions.manager.defaultsUrl pref overridable. r=benjamin
2015-02-13 23:32:41 +02:00
L. David Baron
d768f5ee94
Bug 983817 - Pad heap allocations passed to flag_qsort() on x86 Linux to work around gcc bug affecting Ubuntu packages. r=froydnj
...
My biggest concern for review of this patch is whether the #ifdef will
correctly catch what Ubuntu is using to compile Firefox. Does anybody
know how to confirm that Ubuntu is compiling with gcc, and that these
#ifdefs are correct?
2015-02-10 10:10:49 +11:00
Mike Hommey
50e6916b40
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
2015-02-02 09:56:13 +09:00
Jon Coppeard
7c9c3df98a
Bug 1107639 - Use two phase construction rather than Maybe<PersistentRooted> r=terrence
2015-01-23 10:23:57 +00:00
Ekanan Ketunuti
68828fd80a
Bug 1123650 - Add teriyaki to the en-US dictionary. r=ehsan
2015-01-21 09:43:01 +07:00
Daniel Holbert
0810eb1a27
Bug 1122051: Convert extremely-spammy-during-mochitests NS_ENSURE_TRUE in SpellCheckRange() to a simple check-and-return. r=ehsan
2015-01-15 18:11:31 -08:00
Ehsan Akhgari
a43b88b0eb
Bug 1119268 - Mark virtual overridden functions as MOZ_OVERRIDE in misc code; r=bsmedberg
2015-01-12 23:26:30 -05:00
Wes Kocher
c78183d68d
Backout c034dba7a417
2015-01-12 14:46:48 -08:00
Ehsan Akhgari
2696a40dc5
Bug 1119268 - Mark virtual overridden functions as MOZ_OVERRIDE in misc code; r=bsmedberg
2015-01-12 16:35:06 -05:00
Ehsan Akhgari
bd52bd3f4e
Bug 1118486 - Part 1: Use = delete
instead of MOZ_DELETE directly; r=Waldo
...
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_DELETE '= delete'
2015-01-08 23:19:05 -05:00
Ehsan Akhgari
f6c4cdbb15
Bug 1119263 - Mark virtual overridden functions as MOZ_OVERRIDE in spellchecker; r=smaug
2015-01-08 10:58:55 -05:00
Ehsan Akhgari
3d8403d482
Bug 1117207 - Use INSTALL_TARGETS to install dictionaries; r=gps
2015-01-06 23:33:51 -05:00
Ekanan Ketunuti
8631b4a362
Bug 1118091 - Add court-martial, pickiness to the en-US dictionary. r=ehsan
2015-01-06 09:15:23 +07:00
Wes Kocher
8733eb1d81
Merge m-c to fx-team a=merge
2015-01-05 17:29:14 -08:00
Gavin Sharp
ef5aee70ca
Bug 575918: enable IPC tests on Mac since they work now, r=bsmedberg
...
--HG--
extra : rebase_source : 5b7214167249b3c276a9e240d867ce34193a5953
2015-01-02 17:00:20 -08:00
Ekanan Ketunuti
7ba0c1977e
Bug 682726 - Add men's to the en-US dictionary. r=ehsan
2014-12-30 09:39:58 +07:00
Ekanan Ketunuti
f353a54a9f
Bug 1116364 - Accept the plural form of deliverable, mitigation in the en-US dictionary. r=ehsan
2014-12-30 09:31:39 +07:00
Ehsan Akhgari
f42cdfc8b1
Bug 1116542 - Remove the code to handle shutdown-cleanse from the permission manager; r=jdm
...
shutdown-cleanse has not been a thing for quite a while.
2014-12-31 09:31:28 -05:00
Christoph Kerschbaumer
0fa1d8f0c6
Bug 1087730: Make JS callers of ios.newChannel call ios.newChannel2 in extensions/ (r=mmc)
2014-10-24 14:51:41 -07:00
Stephen Pohl
ea9f88c50a
Bug 1108056: Fix AutoConfig on OSX, broken by the package layout changes due to v2 signatures. Original patch by :mkaply. r=bsmedberg
2014-12-16 15:41:35 -05:00
Christoph Kerschbaumer
b2f9adac1e
Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - extensions/ changes (r=karlt)
2014-12-12 09:06:42 -08:00
Phil Ringnalda
e725b6fdc2
Backed out 15 changesets (bug 1087442)
...
Backed out changeset 3f4166fb5e37 (bug 1087442)
Backed out changeset 0c9c9123a0a9 (bug 1087442)
Backed out changeset 1d85d298042d (bug 1087442)
Backed out changeset 51f3ce397d68 (bug 1087442)
Backed out changeset f3b81a623692 (bug 1087442)
Backed out changeset 472e8fa74596 (bug 1087442)
Backed out changeset 12f97df7b79c (bug 1087442)
Backed out changeset 253cde88d3c5 (bug 1087442)
Backed out changeset b44f9ebd56cb (bug 1087442)
Backed out changeset 48e412887726 (bug 1087442)
Backed out changeset a2c76343f7a9 (bug 1087442)
Backed out changeset 0b5b07cfef0e (bug 1087442)
Backed out changeset 2931c35342a4 (bug 1087442)
Backed out changeset 681ce9dcad64 (bug 1087442)
Backed out changeset 47c505856954 (bug 1087442)
2014-12-11 21:58:21 -08:00
Christoph Kerschbaumer
a5e2d9194c
Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - extensions/ changes (r=karlt)
2014-12-11 20:46:09 -08:00
Chris Peterson
47091050b7
Bug 1107814 - Part 1: Mark more directories as FAIL_ON_WARNINGS for all compilers. r=gps
2014-12-04 16:24:03 -08:00
Trevor Saunders
dfe4aecd6f
bug 1105074 - make more stuff final r=froydnj
2014-11-25 13:56:07 -05:00
Ekanan Ketunuti
31e4f0e23d
Bug 1099227 - Add incentivize to the en-US dictionary. r=ehsan
2014-11-19 07:37:40 +07:00
Ekanan Ketunuti
a79cec97eb
Bug 1116914 - Add hijab to the en-US dictionary. r=ehsan
2015-01-03 06:10:55 +07:00