Ed Morley
|
f2ccb0abbe
|
Backout e123e0173185, 326ed6f1dc9e & 7c2c9c988869 (bug 722979) for mochitest-a11y failures
|
2012-11-16 15:06:13 +00:00 |
|
Josh Matthews
|
6d9f8239fe
|
Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi
|
2012-06-30 07:34:17 -07:00 |
|
Ryan VanderMeulen
|
d3f7598cf3
|
Backed out changesets 5bdf8bbcd02f and df27137cb7d1 (bug 803225) for mochitest orange.
|
2012-11-15 22:16:03 -05:00 |
|
Tanvi Vyas
|
fc52b9f810
|
Bug 803225 - Mixed Content Blocker - Check for other secure schemes, in additon to https. r=bz
|
2012-11-15 20:34:56 -05:00 |
|
Isaac Aggrey
|
218a57b4d4
|
Bug 802706: Remove usage of NSPRFormatTime.h from tree; r=ehsan
|
2012-11-14 13:14:21 -06:00 |
|
Ehsan Akhgari
|
f5b80eb686
|
Backed out changeset da25394a8b55 (bug 802706) for build bustage
|
2012-11-14 13:24:12 -08:00 |
|
Isaac Aggrey
|
2c0ab41183
|
Bug 802706: Remove usage of NSPRFormatTime.h from tree; r=ehsan,wtc
|
2012-11-14 13:14:21 -06:00 |
|
Chris Pearce
|
9abb830db0
|
Bug 811381 - Remove ns prefix from media code. r=roc
--HG--
rename : content/media/nsAudioAvailableEventManager.cpp => content/media/AudioAvailableEventManager.cpp
rename : content/media/nsAudioAvailableEventManager.h => content/media/AudioAvailableEventManager.h
rename : content/media/nsAudioStream.cpp => content/media/AudioStream.cpp
rename : content/media/nsAudioStream.h => content/media/AudioStream.h
rename : content/media/nsMediaCache.cpp => content/media/MediaCache.cpp
rename : content/media/nsMediaCache.h => content/media/MediaCache.h
rename : content/media/nsBuiltinDecoder.cpp => content/media/MediaDecoder.cpp
rename : content/media/nsBuiltinDecoder.h => content/media/MediaDecoder.h
rename : content/media/nsBuiltinDecoderReader.cpp => content/media/MediaDecoderReader.cpp
rename : content/media/nsBuiltinDecoderReader.h => content/media/MediaDecoderReader.h
rename : content/media/nsBuiltinDecoderStateMachine.cpp => content/media/MediaDecoderStateMachine.cpp
rename : content/media/nsBuiltinDecoderStateMachine.h => content/media/MediaDecoderStateMachine.h
rename : content/media/dash/nsDASHDecoder.cpp => content/media/dash/DASHDecoder.cpp
rename : content/media/dash/nsDASHDecoder.h => content/media/dash/DASHDecoder.h
rename : content/media/dash/nsDASHReader.cpp => content/media/dash/DASHReader.cpp
rename : content/media/dash/nsDASHReader.h => content/media/dash/DASHReader.h
rename : content/media/dash/nsDASHRepDecoder.cpp => content/media/dash/DASHRepDecoder.cpp
rename : content/media/dash/nsDASHRepDecoder.h => content/media/dash/DASHRepDecoder.h
rename : content/media/gstreamer/nsGStreamerDecoder.cpp => content/media/gstreamer/GStreamerDecoder.cpp
rename : content/media/gstreamer/nsGStreamerDecoder.h => content/media/gstreamer/GStreamerDecoder.h
rename : content/media/gstreamer/nsGStreamerReader.cpp => content/media/gstreamer/GStreamerReader.cpp
rename : content/media/gstreamer/nsGStreamerReader.h => content/media/gstreamer/GStreamerReader.h
rename : content/media/ogg/nsOggCodecState.cpp => content/media/ogg/OggCodecState.cpp
rename : content/media/ogg/nsOggCodecState.h => content/media/ogg/OggCodecState.h
rename : content/media/ogg/nsOggDecoder.cpp => content/media/ogg/OggDecoder.cpp
rename : content/media/ogg/nsOggDecoder.h => content/media/ogg/OggDecoder.h
rename : content/media/ogg/nsOggReader.cpp => content/media/ogg/OggReader.cpp
rename : content/media/ogg/nsOggReader.h => content/media/ogg/OggReader.h
rename : content/media/omx/nsMediaOmxDecoder.cpp => content/media/omx/MediaOmxDecoder.cpp
rename : content/media/omx/nsMediaOmxDecoder.h => content/media/omx/MediaOmxDecoder.h
rename : content/media/omx/nsMediaOmxReader.cpp => content/media/omx/MediaOmxReader.cpp
rename : content/media/omx/nsMediaOmxReader.h => content/media/omx/MediaOmxReader.h
rename : content/media/plugins/nsMediaPluginDecoder.cpp => content/media/plugins/MediaPluginDecoder.cpp
rename : content/media/plugins/nsMediaPluginDecoder.h => content/media/plugins/MediaPluginDecoder.h
rename : content/media/plugins/nsMediaPluginHost.cpp => content/media/plugins/MediaPluginHost.cpp
rename : content/media/plugins/nsMediaPluginHost.h => content/media/plugins/MediaPluginHost.h
rename : content/media/plugins/nsMediaPluginReader.cpp => content/media/plugins/MediaPluginReader.cpp
rename : content/media/plugins/nsMediaPluginReader.h => content/media/plugins/MediaPluginReader.h
rename : content/media/raw/nsRawDecoder.cpp => content/media/raw/RawDecoder.cpp
rename : content/media/raw/nsRawDecoder.h => content/media/raw/RawDecoder.h
rename : content/media/raw/nsRawReader.cpp => content/media/raw/RawReader.cpp
rename : content/media/raw/nsRawReader.h => content/media/raw/RawReader.h
rename : content/media/raw/nsRawStructs.h => content/media/raw/RawStructs.h
rename : content/media/wave/nsWaveDecoder.cpp => content/media/wave/WaveDecoder.cpp
rename : content/media/wave/nsWaveDecoder.h => content/media/wave/WaveDecoder.h
rename : content/media/wave/nsWaveReader.cpp => content/media/wave/WaveReader.cpp
rename : content/media/wave/nsWaveReader.h => content/media/wave/WaveReader.h
rename : content/media/webm/nsWebMBufferedParser.cpp => content/media/webm/WebMBufferedParser.cpp
rename : content/media/webm/nsWebMBufferedParser.h => content/media/webm/WebMBufferedParser.h
rename : content/media/webm/nsWebMDecoder.cpp => content/media/webm/WebMDecoder.cpp
rename : content/media/webm/nsWebMDecoder.h => content/media/webm/WebMDecoder.h
rename : content/media/webm/nsWebMReader.cpp => content/media/webm/WebMReader.cpp
rename : content/media/webm/nsWebMReader.h => content/media/webm/WebMReader.h
|
2012-11-14 11:46:40 -08:00 |
|
Josh Matthews
|
5faa109e12
|
Bug 804655 - Part 2: Wrap up interface aggregator callbacks with a target thread on which they should be released. r=mayhemer
|
2012-11-14 16:00:44 +00:00 |
|
Josh Matthews
|
e822f81d3d
|
Bug 804655 - Part 1: Make updating an nsHttpChannel's loadgroup/callbacks update those of its transaction and connection as well. r=mayhemer
|
2012-11-14 16:00:43 +00:00 |
|
Mike Hommey
|
d750d9aa41
|
Bug 811214 - Fix build failure in SpdySession3.cpp with clang 3.1. r=mcmanus
|
2012-11-14 08:46:33 +01:00 |
|
Brian Smith
|
1da60348ef
|
Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
|
2012-11-10 20:49:29 -08:00 |
|
Brian Smith
|
87d054d8e5
|
backout cset b36d5c933092 due to orange
|
2012-11-10 19:09:07 -08:00 |
|
Brian Smith
|
cb19bf16cd
|
Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
--HG--
extra : rebase_source : 822ef336a5cdeb7d6693dbe46844a26465600854
|
2012-11-10 18:18:14 -08:00 |
|
Patrick McManus
|
0ca6182f85
|
bug 810152 - 0 len no fin spdy data frames r=honzab
|
2012-11-10 10:27:59 -05:00 |
|
Patrick McManus
|
a7cd2c0d22
|
bug 809913 spdy post hang with mod_spdy r=honzab
|
2012-11-10 10:27:59 -05:00 |
|
Patrick McManus
|
4bc957a66d
|
bug 809909 - spdy/3 goaway frame missing status code bytes r=honzab
|
2012-11-10 10:27:53 -05:00 |
|
Patrick McManus
|
21e2fae3bd
|
bug 809984 HTTP Connections drain socket input before close to avoid TCP RST r=biesi
|
2012-11-08 21:10:24 -05:00 |
|
Jason Duell
|
03cc56112b
|
Bug 806753 - e10s: Remove already broken support for child-side http-on-* observers r=bz
|
2012-11-07 17:24:27 -08:00 |
|
Guillermo López
|
e965a664d0
|
Bug 807276 - Make nsIWebSocketChannel.idl scriptable. r=jduell, sr=bz DONTBUILD
|
2012-11-07 12:06:22 -08:00 |
|
Jason Duell
|
81b21d68c4
|
Backed out changeset f7753f215359
|
2012-11-07 11:43:38 -08:00 |
|
Guillermo López
|
4379870e44
|
Bug 807276. Make nsIWebSocketChannel.idl scriptable r=jduell, sr=bz DONTBUILD
|
2012-10-31 04:58:00 -07:00 |
|
Jason Duell
|
2868ec5a94
|
Bug 807555 - FTP handle case where server reply is missing directory. r=michal
|
2012-11-05 15:39:31 -08:00 |
|
Patrick McManus
|
bfe09dc91a
|
bug 779467 modify ClosePersistentConnections to accomodate sticky auth r=honzab
|
2012-11-04 11:24:24 -05:00 |
|
Reed Loden
|
4d7a6c33fd
|
Bug 808313 - changing location.protocol can break nsFtpState::Init r=jduell
DONTBUILD
|
2012-11-03 15:53:00 -07:00 |
|
Phil Ringnalda
|
7b00c7eff8
|
Back out 8baff4a80904 (bug 808313) to fix committer email
|
2012-11-03 19:03:27 -07:00 |
|
Reed Loden
|
883165b288
|
Bug 808313 - changing location.protocol can break nsFtpState::Init r=jduell
|
2012-11-03 15:53:00 -07:00 |
|
Oonishi Atsushi
|
3f592c3191
|
Bug 282432 - Calling asyncOpen on a file channel should notify about file not found errors asynchronously instead of throwing from asyncOpen. r=bz
|
2012-11-01 19:23:13 -04:00 |
|
Ryan VanderMeulen
|
0aa6d668d3
|
Merge m-c to inbound.
|
2012-11-01 19:23:07 -04:00 |
|
Honza Bambas
|
85c94ec4cf
|
Bug 807712 - Remove LOG(("nsHttpHandler::NewURI"));, r=biesi DONTBUILD
|
2012-11-01 19:45:44 +01:00 |
|
Patrick McManus
|
376f56d354
|
bug 806200 - process gzip responses without considering accept-encoding r=honzab
|
2012-11-01 08:47:29 -04:00 |
|
Kyle Huey
|
1482122303
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
|
Vicamo Yang
|
8297cdabd6
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
bdf47895bb
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
777eed8444
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
aa1997a51a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Josh Matthews
|
6d71829f1b
|
Bug 769283 - Add a separate HTTP auth cache for private channels. r=mayhemer
|
2012-10-29 16:20:03 -04:00 |
|
Patrick McManus
|
d72702ebef
|
bug 805457 telemetry for proxy and websocket connections r=jduell
|
2012-10-27 15:24:19 -04:00 |
|
Patrick McManus
|
4b539187c5
|
bug 790321 - dont coalesce spdy hosts with socks proxy r=honzab
|
2012-10-27 15:24:19 -04:00 |
|
Honza Bambas
|
f58e5a0d57
|
Bug 751754 - Allow separation between the update-available and start-download states in appcache, r=jduell
|
2012-10-02 15:55:00 +02:00 |
|
Andrew Quartey
|
549c0bfc08
|
Bug 792581 - part 22: Replace LL_ZERO and LL_Zero() macros with 0. r=ehsan
|
2012-10-25 19:25:59 -04:00 |
|
Patrick McManus
|
0b9e7aa8bb
|
bug 797964 remove spdy ping experiment and change default to 58s r=honzab
|
2012-10-25 14:20:08 -04:00 |
|
Ehsan Akhgari
|
f117c7a7b0
|
Backed out 2 changesets (bug 579517)
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
|
2012-10-25 12:32:24 -04:00 |
|
Ehsan Akhgari
|
48b5c1a608
|
Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517)
|
2012-10-25 11:48:19 -04:00 |
|
Patrick McManus
|
e266feea38
|
bug 805067 - remove redundant mozilla:: in netwerk/protocol/http r=jduell
|
2012-10-24 21:00:27 -04:00 |
|
Patrick McManus
|
2d8d8a01c7
|
bug 801826 duplicate request headers after doAuthRetry r=jduell
|
2012-10-24 12:42:39 -04:00 |
|
Honza Bambas
|
3cb41c8aeb
|
Bug 654348 - Make XMLHttpRequest prefer explicit credentials (in the URL) over cached credentials, r=cbiesinger
|
2012-10-24 16:05:13 +02:00 |
|
Honza Bambas
|
88f5982042
|
Bug 761479 - XMLHttpRequest with mozAnon=true should still send explicitly passed username + password, r=cbiesinger
|
2012-10-24 16:05:13 +02:00 |
|
Honza Bambas
|
7cfe0306d0
|
Bug 776171 - Don't delete cached credentials when having ident from URI, XHR auth didn't work after first time, r=cbiesinger
--HG--
rename : toolkit/components/passwordmgr/test/authenticate.sjs => toolkit/components/passwordmgr/test/auth2/authenticate.sjs
|
2012-10-24 16:05:12 +02:00 |
|
Honza Bambas
|
253643f4f3
|
Backout of changeset 4dc26e9f3189
|
2012-10-23 17:37:58 +02:00 |
|