radu stoica
c9a66ab328
Bug 1250499 - prevent resource leak in mount_operation_ask_password. r=ehsan
...
MozReview-Commit-ID: DyRYYiB3qN6
2016-02-26 04:07:00 +01:00
Andrea Marchesini
c6537709fd
Bug 1245184 - Update mochitests, r=me
2016-02-25 16:41:13 +01:00
Bogdan Postelnicu
f2cbec6a6f
Bug 1247912 - convert left side expression to int64_t when assigning to mCookiesLifetimeSec in order to avoid overflow. r=jdm
...
MozReview-Commit-ID: H6LdaC2RfPs
2016-02-12 14:40:16 +02:00
ISHIKAWA, Chiaki
72d38a6835
Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
...
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check
- the outdated 0666 octal constant is still parsed correctly,
- the outdated 0666 octal constant raises syntax error flag
in strict mode, etc.
So leave them alone.
2016-02-15 08:57:00 +01:00
Aidin Gharibnavaz
e084f12c9a
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
2016-02-10 08:23:00 +01:00
Nicholas Nethercote
8856196540
Bug 1246846 (part 2) - Avoid nsTHashtable::RawRemoveEntry() in nsPermissionManager. r=mconnor.
...
This assumes that it's safe to possibly shrink the table after the removal,
i.e. there are no surprising subtleties with how this table is managed.
2016-02-09 13:52:40 +11:00
Myk Melez
42a2e4cb04
Bug 1238576 - disable mozApps API on desktop/Android; r=ehsan,ochameau,bz,mcmanus,jmaher,marco
2016-02-08 11:24:22 -08:00
Carsten "Tomcat" Book
ab60132384
Backed out changeset c18e29c1b369 (bug 1164581) for cpp unit tests test failures
2016-02-08 11:17:38 +01:00
Aidin Gharibnavaz
238dcd01fc
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
2016-02-07 10:56:00 +01:00
Birunthan Mohanathas
9bed3781f9
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
J. Ryan Stinnett
a37a2c62e4
Bug 1244304 - Remove unused appId / inBrowser from permission manager. r=ehsan
2016-02-01 13:15:26 -06:00
Myk Melez
d52460d2e6
Bug 1242899 - consolidate mozApps tests into dom/apps/tests/ dir; r=marco
2016-01-31 15:04:54 -08:00
Phil Ringnalda
863943dfb7
Back out 7 changesets (bug 1235261) for cpptest failures in TestTArray
...
CLOSED TREE
Backed out changeset d66c3f19a210 (bug 1235261)
Backed out changeset 467d945426bb (bug 1235261)
Backed out changeset 32b61df13142 (bug 1235261)
Backed out changeset c50bb8ed4196 (bug 1235261)
Backed out changeset 0ff0fa6fe81f (bug 1235261)
Backed out changeset df70e89669da (bug 1235261)
Backed out changeset 064969357fc9 (bug 1235261)
2016-01-31 10:10:57 -08:00
Birunthan Mohanathas
f94b4ff6a2
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-01-31 17:12:12 +02:00
Kyle Huey
94f653c385
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
Masayuki Nakano
d9af3563da
Bug 1243657 spellchecker should check if IME composition works as deleting whole text r=ehsan
2016-01-30 09:56:03 +09:00
Wes Kocher
e5a6b681c9
Backed out changeset 2c56aed63687 (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE
2016-01-29 10:15:38 -08:00
Bill McCloskey
8916b1d998
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
2016-01-28 20:56:37 -08:00
sajitk
faa12dafad
Bug 1219482 - Replace PRLogModuleInfo with LazyLogModule in various files. r=bsmedberg
2016-01-28 10:35:00 -05:00
Carsten "Tomcat" Book
45b3ce32b0
merge mozilla-inbound to mozilla-central a=merge
2016-01-27 11:59:49 +01:00
Mike Hommey
fc8dd4dada
Bug 1234130 - Fix MSVC LNK4217 warning in hunspell. r=mshal
2016-01-27 14:41:34 +09:00
malayaleecoder
56a87e23b5
Bug 1234875 - Remove alwaysAcceptSessionCookies pref. r=mak
2016-01-26 14:54:21 +01:00
Jorg K
d3de3f2246
Bug 1144254 - Add naive (with diaeresis) and derived words to the en-US dictionary. r=ehsan
2016-01-23 12:11:51 -05:00
Sylvestre Ledru
14ec5bc735
Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan
2016-01-22 16:58:49 +01:00
Blake Kaplan
85bb824b0d
Bug 1241557 - Make cookie tests pass in e10s. r=mccr8
2016-01-21 16:14:27 -08:00
Wes Kocher
357ad78fd2
Backed out 2 changesets (bug 1241557) for build failures CLOSED TREE
...
Backed out changeset aeb7f61db88b (bug 1241557)
Backed out changeset 8ed3a7be233e (bug 1241557)
2016-01-21 15:41:18 -08:00
Blake Kaplan
9cd1f9fc19
Bug 1241557 - Make cookie tests pass in e10s. r=mccr8
2016-01-21 15:15:41 -08:00
Ehsan Akhgari
01ac747653
Bug 1240916 - Part 2: Update the en-US dictionary to SCOWL 2016.01.19
2016-01-21 14:38:56 -05:00
Kevin Atkinson
4f8187ae4f
Bug 1240916 - Part 1: Fix dictionary upgrade scripts
2016-01-21 14:35:33 -05:00
Ehsan Akhgari
83f1f25714
Backout bug 1240916 because the update from upstream seems to be broken
...
This is probably caused by https://github.com/kevina/wordlist/issues/144 .
2016-01-21 13:17:13 -05:00
Ehsan Akhgari
cf514f248d
Bug 1240916 - Update the en-US dictionary to SCOWL 2016.01.19
2016-01-21 09:54:34 -05:00
Jorg K
95de457355
Bug 301712 - Remove uncommon proper names, remove unneeded words. r=ehsan
2016-01-21 08:34:29 +01:00
Kevin Atkinson
e017fe0305
Bug 1238031 - Fix make-new-dict to use a custom en_US dictionary that adds common variants and accented words. r=ehsan
2016-01-14 10:33:12 +01:00
Aidin Gharibnavaz
1e884b44a1
Bug 1230216
- Changing nsIDOM*Event interfaces so that they don't inherit nsIDOMEvent. r=smaug
...
All the event interfaces changed except for nsIDOMUIEvent and its inheritors.
2016-01-12 07:49:08 +03:30
Wilmer Paulino
b0a793ef3f
Bug 1237668 - Remove nsSimpleUnicharStreamFactory r=froydnj
2016-01-11 19:31:29 -05:00
Jorg K
15d475df4b
Bug 1235506 - Correct 353 entries in the en-US dictionary. r=ehsan
2016-01-07 15:02:00 -05:00
Jorg K
049abb8229
Bug 1235216 - fix comment in mozISpellCheckingEngine.idl. r=ehsan
2015-12-26 11:38:00 +01:00
Christoph Kerschbaumer
31ff6b999b
Bug 1229888 - Convert JS callsites to use asyncOpen2 within extensions/ (r=sicking)
2015-12-06 20:58:23 -08:00
Wes Kocher
748bfe6315
Backed out 4 changesets (bug 1230221, bug 1230220, bug 1229890) for m-e10s(2) permafails in test_window_open_close.html CLOSED TREE
...
Backed out changeset a1cd28ddbfa2 (bug 1230221)
Backed out changeset 7e89f5020ac7 (bug 1230220)
Backed out changeset 91f6e72fa9f4 (bug 1229890)
Backed out changeset 7e717a810420 (bug 1229890)
2015-12-04 15:58:40 -08:00
Christoph Kerschbaumer
1f0af5765f
Bug 1229890 - Convert JS callsites to use asyncOpen2 within extensions/ (r=sicking)
2015-12-04 09:39:34 -08:00
Nathan Froyd
1d9140f7f6
Bug 1225923 - part 1 - convert all needs-to-copy instances of AppendElement(nsDependentString(...)); r=erahm
...
When people write:
array.AppendElement(nsDependentString(...));
(resp. nsDependentCString), it's not clear whether they expect the newly
constructed dependent string to live in the array, or whether they're
just making a nsString-like holder whose contents can be freely copied
into the array's newly-created nsString. Sometimes the latter is what
you prefer, and sometimes the former. In all cases, however, the latter
behavior is what you get.
Let's try to make that behavior more explicit by pre-constructing
nsString elements and then using Assign to show that copying is taking
place. This patch involves no functional change in behavior (it ought
to be epsilon faster due to using AppendElements, rather than repeatedly
calling AppendElement).
2015-11-18 10:25:19 -05:00
Ekanan Ketunuti
e225c083e3
Bug 1228174 - Add validator to the en-US dictionary. r=ehsan
2015-11-26 07:13:03 +07:00
Carsten "Tomcat" Book
fac7e1ada3
Merge mozilla-central to b2g-inbound
2015-11-25 14:00:32 +01:00
Yoshi Huang
dc3740f0fa
Bug 1209162 - Create OriginAttributes subtypes. IGNORE IDL r=sicking.
2015-11-03 09:50:54 +08:00
Birunthan Mohanathas
94998cf5fe
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
2015-11-02 07:53:26 +02:00
Christoph Kerschbaumer
d6d2a1d867
Bug 1119386 - Part 3: Use document's principal for favicons in browser (r=billm)
2015-11-24 13:32:10 -08:00
Ethan Tseng
8d6569a5a7
Bug 1165267 - Fix downgrading issue by restoring appId and inBrowserElement columns v3. r=honzab
2015-11-01 11:13:12 -05:00
Nicholas Nethercote
7bbe1c72c3
Bug 1186814 - Replace nsBaseHashtable::EnumerateRead() calls in extensions/spellcheck/ with iterators. r=ehsan.
2015-10-19 22:31:53 -07:00
Nicholas Nethercote
e49efba560
Bug 1216020 - Comment all ALLOW_COMPILER_WARNINGS lines. r=glandium.
...
DONTBUILD because it only changes comments.
This will hopefully prevent confusion like that in bug 1215903.
2015-10-19 18:05:20 -07:00
Chris Peterson
4f9d99db36
Bug 1215902 - Fix clang's -Wimplicit-fallthrough warnings in extensions/cookie. r=jdm
...
extensions/cookie/nsCookiePermission.cpp:207:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
extensions/cookie/nsPermissionManager.cpp:933:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
extensions/cookie/nsPermissionManager.cpp:952:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
extensions/cookie/nsPermissionManager.cpp:979:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
extensions/cookie/nsPermissionManager.cpp:1061:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
extensions/cookie/nsPermissionManager.cpp:1255:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
extensions/cookie/nsPermissionManager.cpp:1353:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
extensions/cookie/nsPermissionManager.cpp:1377:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-10-17 22:12:38 -07:00