Michal Novotny
50c34b82c7
Bug 1056919 - crash in memcpy | mozilla::net::CacheFileChunk::OnDataRead(mozilla::net::CacheFileHandle*, char*, tag_nsresult), r=honzab
2014-09-16 20:37:39 +02:00
Honza Bambas
f387fc251d
Bug 1065478 - POSTs are coming from offline application cache, r=jduell
2014-09-16 15:51:51 +02:00
Honza Bambas
68d2a7c257
Bug 1066726 - Concurrent HTTP cache read and write issues, r=michal+jduell
2014-09-16 15:51:50 +02:00
Honza Bambas
ee43f2e8a8
Bug 1029782 - Have OPEN_SECRETLY flag for opening cache entries, r=michal
2014-09-16 15:51:50 +02:00
Honza Bambas
882f9ddf23
Bug 1000338 - nsICacheEntry.lastModified not properly implemented, r=michal
2014-09-16 15:51:50 +02:00
Mark Hammond
f9a0630114
Bug 1058433 - nsPermissionManager now records the mod-time of a permission and allows removal of ones modified since a specified time. r=ehsan
2014-09-15 11:33:12 +10:00
Ben Turner
b3c31c0c49
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
...
--HG--
rename : dom/indexedDB/ipc/SerializationHelpers.h => dom/indexedDB/SerializationHelpers.h
rename : dom/indexedDB/ipc/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-child-process.js
rename : dom/indexedDB/test/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-parent-process.js
rename : dom/ipc/Blob.h => dom/ipc/BlobParent.h
rename : dom/ipc/FileDescriptorSetChild.cpp => ipc/glue/FileDescriptorSetChild.cpp
rename : dom/ipc/FileDescriptorSetChild.h => ipc/glue/FileDescriptorSetChild.h
rename : dom/ipc/FileDescriptorSetParent.cpp => ipc/glue/FileDescriptorSetParent.cpp
rename : dom/ipc/FileDescriptorSetParent.h => ipc/glue/FileDescriptorSetParent.h
rename : dom/ipc/PFileDescriptorSet.ipdl => ipc/glue/PFileDescriptorSet.ipdl
2014-09-13 12:12:19 -04:00
Carsten "Tomcat" Book
411a228105
Backed out changeset ce8f00cca9dd (bug 1000338) for XPC-2 test failures
2014-09-11 14:31:54 +02:00
Carsten "Tomcat" Book
e03354c9e3
Backed out changeset 25c721fd5dc6 (bug 1029782) for XPCshell bustage on a CLOSED TREE
2014-09-11 13:07:41 +02:00
Honza Bambas
4ce87c28cb
Bug 1029782 - Have OPEN_SECRETLY flag for opening cache entries, r=michal
2014-09-11 11:44:31 +02:00
Honza Bambas
2846883729
Bug 1000338 - nsICacheEntry.lastModified not properly implemented, r=michal
2014-09-11 11:44:31 +02:00
Michal Novotny
981990a55c
Bug 1052266 - Potential deadlock detected: CacheEntry, CacheIndex.mLock, CacheStorageService at CacheEntry, r=honzab
2014-09-10 14:43:50 +02:00
Kyle Huey
a34a3ab32d
Bug 982212: Part 3 - Now that nsTArray::AppendElement supports r-value references, remove the workarounds added in Bug 967364. r=nfroyd
...
--HG--
extra : rebase_source : 1e6188d26b745f6dc9bdf2accc0abf7f07351510
2014-03-15 18:56:00 +01:00
Valentin Gosu
c7a5fff644
Bug 936814 - Part 1: Implement the _timing allow check algorithm_ for cross-origin Resource Timing r=bz,honzab
2014-05-15 08:26:07 +03:00
Bobby Holley
16ad956f14
Bug 981198 - Make JS_{Get,Set}ErrorReporter take a JSRuntime. r=terrence,r=bz
2014-09-09 16:02:10 -07:00
Valentin Gosu
24863e4c29
Bug 473822 - Square brackets not percent-encoded in URI's query-part. r=jduell
2014-09-06 01:32:04 +03:00
Carsten "Tomcat" Book
1e9ad66b26
Backed out changeset 876ba605d62c (bug 939318) for XPCTest Failures
2014-09-08 12:41:53 +02:00
Carsten "Tomcat" Book
cec0cfd191
Backed out changeset 6c0f309856fc (bug 939318) XPCTest Failures
2014-09-08 12:41:39 +02:00
Carsten "Tomcat" Book
05ff9e4327
Backed out changeset 5d4a27b67b96 (bug 939318) for XPCTest failures
2014-09-08 12:41:28 +02:00
Carsten "Tomcat" Book
9db06fa0fa
Backed out changeset 19325851ecee (bug 939318) for XPCtest failures
2014-09-08 12:41:16 +02:00
Carsten "Tomcat" Book
2779b6dbd6
Backed out changeset d4b3920ae4a3 (bug 939318) for XPCtest failures
2014-09-08 12:40:52 +02:00
Daniel Stenberg
768a615222
Bug 939318 - send network changed event when returning from sleep. r=mcmanus
...
Coming back from hibernation, the network situation is unknown and may
have changed since the computer went into sleep.
2014-08-24 23:21:00 +02:00
Daniel Stenberg
c85bd51a16
Bug 939318 - websockets act on network interface changes. r=mcmanus
...
If there's no outstanding PING, send a new to make sure the connection
is still alive and fine.
2014-08-24 23:21:00 +02:00
Daniel Stenberg
5c268b4f05
Bug 939318 - protocolproxy service acts on network change. r=mcmanus
...
Reloads the PAC on network change, but avoids the reload if the
specified PAC URL is a file: or a data: one - as those are not likely to
have changed just because the network changed.
2014-09-05 09:29:00 +02:00
Daniel Stenberg
cd29f4684a
Bug 939318 - find and close HTTP connections without traffic after network change. r=mcmanus
...
SPDY/http2 connections get a ping and be allowed N seconds to respond.
Active HTTP connections will be allowed N seconds to get traffic, if they
don't afer N seconds they get closed to avoid risking stalled transfers.
N is 5 by default: pref is "network.http.network-changed.timeout"
2014-08-24 23:20:00 +02:00
Daniel Stenberg
0ede3a0f79
Bug 939318 - detect network interface changes on windows properly. r=mcmanus
...
Now supports IPv6 as well if a new enough windows version is used.
Which notification function to use is detect at run-time.
Now sends CHANGED event if the online interface(s) are different in any
way since it was previously checked and considered UP. CHANGED is sent
before UP in case both are detected.
nIOService: split up the network event receiver function from the
network status init function and have the event receiver act on the
incoming event.
DNSservice: acts on network changes (flushes the host cache)
HttpHandler: acts on network changes
2014-08-29 01:18:00 +02:00
David Keeler
7083e45f19
bug 775370 - (part 2/2) use DataStorage as back-end to nsSiteSecurityService r=briansmith
2014-09-04 10:42:31 -07:00
Carsten "Tomcat" Book
c8d51a56fb
Backed out changeset 4c214efc94f8 (bug 939318)
2014-09-05 13:10:50 +02:00
Carsten "Tomcat" Book
97c48a9219
Backed out changeset f6442e1ba5f0 (bug 939318)
2014-09-05 13:10:48 +02:00
Carsten "Tomcat" Book
c5405e9e5f
Backed out changeset 775de48c0e2b (bug 939318)
2014-09-05 13:10:45 +02:00
Carsten "Tomcat" Book
9c06b14d2c
Backed out changeset fee0bffd3a91 (bug 939318)
2014-09-05 13:10:43 +02:00
Carsten "Tomcat" Book
ef9f6c8d69
Backed out changeset a96f30861b6c (bug 939318)
2014-09-05 13:10:39 +02:00
Carsten "Tomcat" Book
cb0bff4cfe
Backed out changeset c25e5f0020fe (bug 939318)
2014-09-05 13:10:23 +02:00
Daniel Stenberg
f11c453a5f
Bug 939318 - introduce the "network.notify.changed" prefs. r=mcmanus
...
Makes it possible to disable 'changed' events.
Disable the network changed event in test_ping_aboutnetworking.js
2014-09-03 02:14:00 +02:00
Daniel Stenberg
c7ef4fb8d8
Bug 939318 - send network changed event when returning from sleep, r=mcmanus
...
Coming back from hibernation, the network situation is unknown and may
have changed since the computer went into sleep.
2014-08-24 23:21:00 +02:00
Daniel Stenberg
42d17f2bf7
Bug 939318 - websockets act on network interface changes, r=mcmanus
...
If there's no outstanding PING, send a new to make sure the connection
is still alive and fine.
2014-08-24 23:21:00 +02:00
Daniel Stenberg
f8cfa5b3f7
Bug 939318 - protocolproxy service acts on network change. r=mcmanus
...
Reloads the PAC on network change, but avoids the reload if the
specified PAC URL is a file: or a data: one - as those are not likely to
have changed just because the network changed.
2014-09-04 06:14:00 +02:00
Daniel Stenberg
37b3226ba9
Bug 939318 - find and close HTTP connections without traffic after network change. r=mcmanus
...
SPDY/http2 connections get a ping and be allowed N seconds to respond.
Active HTTP connections will be allowed N seconds to get traffic, if they
don't afer N seconds they get closed to avoid risking stalled transfers.
N is 5 by default: pref is "network.http.network-changed.timeout"
2014-08-24 23:20:00 +02:00
Daniel Stenberg
0da6f62065
Bug 939318 - detect network interface changes on windows properly, r=mcmanus
...
Now supports IPv6 as well if a new enough windows version is used.
Which notification function to use is detect at run-time.
Now sends CHANGED event if the online interface(s) are different in any
way since it was previously checked and considered UP. CHANGED is sent
before UP in case both are detected.
nIOService: split up the network event receiver function from the
network status init function and have the event receiver act on the
incoming event.
DNSservice: acts on network changes (flushes the host cache)
HttpHandler: acts on network changes
2014-08-29 01:18:00 +02:00
Wes Kocher
db3d33320b
Merge m-c to inbound a=merge
2014-09-04 18:47:52 -07:00
Wes Kocher
c537f62af1
Merge inbound to m-c a=merge
2014-09-04 18:30:01 -07:00
Tim Taubert
c5806ca208
Bug 1047472 - Make parseSubmissionURL return the string offset for each search term r=paolo
2014-08-06 20:36:35 +02:00
Christoph Kerschbaumer
42b948f5dd
Bug 1062529 - Split GetChannelPrincipal into GetChannelResultPrincipal and GetChannelURIPrincipal. r=bz
2014-08-06 16:05:40 -07:00
Mike Hommey
6258dd8523
Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal
2014-09-03 14:16:37 +09:00
Mike Hommey
fc99c53ae5
Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps
2014-09-03 14:10:54 +09:00
Ryan VanderMeulen
d57ca8703d
Merge inbound to m-c. a=merge
2014-09-03 16:38:57 -04:00
Ethan Tseng
49df6aced7
Bug 1049241 - [MADAI][Multimedia] Cannot play some RTSP link due to error in MP4A-LATM assembler. r=sworkman
2014-09-03 10:54:54 +08:00
Gervase Markham
3f0cba8a46
Bug 1061264 - Add service.gov.uk to the PSL. Patch by David Illsley <david.illsley@digital.cabinet-office.gov.uk>. r=gerv.
2014-09-02 08:07:00 +02:00
Steve Workman
764dfbafcf
Bug 1058099 - Cancel CacheStorageService::mPurgeTimer if it's still set during shutdown r=mayhemer
2014-09-02 13:33:32 -07:00
Ehsan Akhgari
d8ab3bafa7
Bug 1061254 - Fix more bad implicit constructors in misc. components; r=bsmedberg
2014-09-02 18:24:49 -04:00