Jason Duell
c1d5efa1f1
Bug 575741: Add HTTP auth Disconnect: lost in m-c->e10s merge. r=dwitte
2010-06-29 12:10:28 -07:00
Jason Duell
c0c9f2cf3b
Bug 575514: Make DROP_DEAD not die for releases, and allow override by NECKO_ERRORS_ARE_FATAL env var. r=jdm
2010-06-21 00:11:50 -07:00
Doug Turner
e5c86fcd42
Merging with mozilla-central. Manually merged: content/canvas/src/nsCanvasRenderingContext2D.cpp ipc/ipdl/Makefile.in toolkit/toolkit-tiers.mk toolkit/xre/nsEmbedFunctions.cpp
...
--HG--
rename : gfx/thebes/src/gfxSharedImageSurface.cpp => gfx/thebes/gfxSharedImageSurface.cpp
rename : gfx/thebes/public/gfxSharedImageSurface.h => gfx/thebes/gfxSharedImageSurface.h
2010-06-28 16:33:19 -07:00
Dan Witte
9fb2d7417b
Fix typo.
2010-06-28 15:00:56 -07:00
Honza Bambas
db5a9c6897
Bug 537782 - e10s HTTP: authentication. r=jduell
2010-06-24 15:20:42 -07:00
Jason Duell
69fa05ae34
# User Michal Novotny <michal.novotny@gmail.com>
...
# Date 1277056918 -7200
Bug 537164 - e10s HTTP: caching. r=jduell, sr=biesi
2010-06-23 23:55:19 -07:00
Josh Matthews
889d9b6437
Bug 574066: xpcshell tests broken since bug 569277. r=bsmedberg
2010-06-23 14:50:45 -04:00
Michael Wu
225a4cdd63
Restore include that was lost during a merge
2010-06-23 12:59:59 -07:00
Honza Bambas
16be797df3
Bug 569044 - "e10s HTTP: handle requests with no responseHead" [r=jduell]
2010-06-18 03:32:00 -07:00
Jason Duell
386a098a89
Merge from m-c.
...
Fair amount of merge conflicts.
Biggest item was changes to nsHttpChannel from web sockets changes.
Other likely suspects if things are borken:
nsFrameLoader.cpp:
- nsFrameLoader::EnsureMessageManager: pass "this" (orig e10s code) or
nsnull (m-c) to local process call to new nsFrameMessageManager(),
callback arg? Smaug said null.
- only calling SetCallBackData for local case. also +r smaug.
nsPrefBranch.cpp had fairly extensive merge conflicts.
nsChromeRegistry had lots of changes.
Dougt did most of the non-necko changes (thanks).
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
2010-06-22 17:33:57 -07:00
Dan Witte
a633480f59
Bug 573061 - Add persistent cookie tests. Part 1: tweak listeners and add db close listener. r=sdwilsh
2010-06-21 17:50:35 -07:00
Honza Bambas
35132a6213
Bug 569227 - Join HttpChannelChild with its TabChild, r=smaug
2010-06-18 12:49:28 +02:00
Benjamin Stover
dfb55c48d4
Bug 570867 - e10s http: add cookies to request in child, not parent [r=dwitte]
2010-06-15 16:07:10 -07:00
Jason Duell
b9be7ef15f
Add bug numbers for all TODO items that lack them in necko e10s code. r=cjones
...
--HG--
extra : rebase_source : c29981d18cd8fc43a11a48cbd1b7e9a2f24c9b24
2010-06-09 20:19:28 -07:00
Doug Turner
fb5e11f72f
HttpBaseChannel.cpp was missing from the http fixup in rev 03c8158afebe
...
--HG--
extra : rebase_source : 2ae8a865de36b2d67abe0d44a1341b0374edddc2
2010-06-07 15:54:54 -07:00
Doug Turner
ace1bafe7e
Adjust the netwerk/ipc makefile so that it can find http sources
...
--HG--
extra : rebase_source : 6774106d84f7e0e29086c38a53d90d889e044f34
2010-06-07 15:02:45 -07:00
Doug Turner
54536499b5
Fixing up the res makefile
...
--HG--
extra : rebase_source : 8769f4b8a7db89c00cf47e4475c9c20f8e316e09
2010-06-07 14:53:35 -07:00
Dan Witte
6bdb0d6e04
Add cookie tests to xpcshell tests.
2010-06-07 15:13:03 -07:00
Doug Turner
8951d536c0
Fixup to http after the necko-file-move
...
--HG--
rename : netwerk/protocol/http/src/HttpBaseChannel.cpp => netwerk/protocol/http/HttpBaseChannel.cpp
rename : netwerk/protocol/http/src/HttpBaseChannel.h => netwerk/protocol/http/HttpBaseChannel.h
rename : netwerk/protocol/http/src/HttpChannelChild.cpp => netwerk/protocol/http/HttpChannelChild.cpp
rename : netwerk/protocol/http/src/HttpChannelChild.h => netwerk/protocol/http/HttpChannelChild.h
rename : netwerk/protocol/http/src/HttpChannelParent.cpp => netwerk/protocol/http/HttpChannelParent.cpp
rename : netwerk/protocol/http/src/HttpChannelParent.h => netwerk/protocol/http/HttpChannelParent.h
rename : netwerk/protocol/http/src/PHttpChannel.ipdl => netwerk/protocol/http/PHttpChannel.ipdl
rename : netwerk/protocol/http/src/PHttpChannelParams.h => netwerk/protocol/http/PHttpChannelParams.h
rename : netwerk/protocol/http/src/ipdl.mk => netwerk/protocol/http/ipdl.mk
2010-06-07 14:40:08 -07:00
Doug Turner
4fa7fe3460
Moving cookie ipc source to the right place.
2010-06-07 14:19:20 -07:00
Doug Turner
b2c88178e3
Merging with M-C.
...
Hand merged the following files:
U chrome/src/nsChromeRegistry.cpp
U chrome/src/nsChromeRegistry.h
U content/base/src/nsFrameLoader.cpp
U content/base/src/nsFrameLoader.h
U dom/src/geolocation/nsGeolocation.cpp
U dom/src/geolocation/nsGeolocation.h
U netwerk/build/Makefile.in
U netwerk/cookie/nsCookieService.cpp
U netwerk/cookie/nsCookieService.h
--HG--
rename : extensions/cookie/test/unit/test_cookies.js => extensions/cookie/test/unit/test_cookies_thirdparty.js
rename : netwerk/cookie/src/nsCookieService.cpp => netwerk/cookie/nsCookieService.cpp
rename : netwerk/cookie/src/nsCookieService.h => netwerk/cookie/nsCookieService.h
rename : netwerk/dns/src/nsIDNKitInterface.h => netwerk/dns/nsIDNKitInterface.h
rename : netwerk/protocol/http/src/nsHttp.h => netwerk/protocol/http/nsHttp.h
rename : netwerk/protocol/http/src/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannel.cpp
rename : netwerk/protocol/http/src/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannel.h
rename : netwerk/protocol/http/src/nsHttpChunkedDecoder.h => netwerk/protocol/http/nsHttpChunkedDecoder.h
rename : netwerk/protocol/http/src/nsHttpHandler.cpp => netwerk/protocol/http/nsHttpHandler.cpp
rename : netwerk/protocol/http/src/nsHttpHeaderArray.h => netwerk/protocol/http/nsHttpHeaderArray.h
rename : netwerk/protocol/http/src/nsHttpRequestHead.h => netwerk/protocol/http/nsHttpRequestHead.h
rename : netwerk/protocol/http/src/nsHttpResponseHead.h => netwerk/protocol/http/nsHttpResponseHead.h
rename : netwerk/protocol/http/src/nsHttpTransaction.cpp => netwerk/protocol/http/nsHttpTransaction.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.cpp => netwerk/protocol/res/nsResProtocolHandler.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.h => netwerk/protocol/res/nsResProtocolHandler.h
2010-06-07 13:38:02 -07:00
Dan Witte
e34c65ee5d
Bug 565475 - Allow 3rd party cookies for session only. r=sdwilsh
2010-06-07 12:32:12 -07:00
Dan Witte
84e5f94a10
Bug 541356 - session lost after restart. Part 2: Don't batch in AddInternal(). r=sdwilsh
2010-06-07 12:32:12 -07:00
timeless@mozdev.org
77067dbb34
Bug 564712 warning: comparison between signed and unsigned integer expressions in nsDirIndexParser::ParseFormat
...
r=biesi
2010-06-27 18:49:46 +02:00
timeless@mozdev.org
a90797a837
Bug 564713 warning: comparison between signed and unsigned integer expressions in mozTXTToHTMLConv
...
r=biesi
2010-06-27 18:49:24 +02:00
Jason Duell
d338144c26
Bug 569097 - e10s HTTP: Let HttpChannelParent::GetInterface result with NO_INTERFACE for nsIBadCertListener2. r=Jae-Seong.
2010-06-01 14:52:19 -07:00
Jae-Seong Lee-Russo
bf9fb1e63e
Bug 566305. Serialize nsIStringInputStream. r=bzbarsky
2010-06-01 11:40:21 -04:00
Frederic Plourde
4ddd8b4cf8
Bug 536273 - e10s HTTP: get POSTs working. r=jduell
2010-05-30 15:30:28 -07:00
Doug Turner
2e2352b06b
Bug 567831 fennec appears to have an infinite throbber, loads page but doesn't fire onload. r=jduell
...
Same bug as Bug 566388 - [e10s] Not all nsIWebProgress events are being delivered within the content process
2010-05-28 17:26:45 -07:00
Oleg Romashin
2538039097
Merge with latest mozilla central r 42802:ffbc3baf03ae
2010-05-25 15:19:33 -04:00
Olli Pettay
93984b6736
m-c to e10 merge
2010-05-24 17:45:59 +03:00
Jason Duell
9071f96257
Bug 567428: Turn e10s/necko on by default. r=dwitte
2010-05-21 16:18:19 -07:00
Henri Sivonen
4dac627a91
Bug 565432 - Newline at the start of an ftp URL makes URL object creation fail. r=bzbarsky.
...
--HG--
extra : rebase_source : df5023aeaa0d9e7f32e6ba89b2ff297d8ac3ab0a
2010-05-20 12:03:11 +03:00
Dan Witte
f6a92bb73a
Bug 541356 - session lost after restart. Part 1: Fix AddCookieToList(). r=sdwilsh
2010-05-24 18:09:34 -07:00
Doug Turner
cfd298a40d
Merged with MC. Hand merged netwerk/protocol/http/src/nsHttpHandler.cpp
...
also removed modules/plugin/default*
2010-05-17 08:59:15 -07:00
Chris Jones
243218439d
Temporarily work around bug 546351 by disabling this test. irc-r=jduell
2010-05-14 17:08:29 -05:00
Chris Jones
c98f11bec2
Attempt to fix long-busted windows builds.
2010-05-13 22:26:02 -05:00
Chris Jones
2ed40cd772
Merged m-c
2010-05-13 18:04:53 -05:00
Jae-Seong Russel-Lee
9a47608f25
Bug 561692 - e10s HTTP: Implement nsIProgressEventSink: part1 r=jduell
2010-05-13 10:28:51 -07:00
Frederic Plourde
f3fc203297
Bug 444770 - Include WOW64/x64/ia64 on a 64-bit Windows. Quick fix for GetModuleHandleW. r=biesi
2010-05-12 09:09:17 -04:00
Josh Matthews
d7ff2902a5
Bug 565223 - e10s: Don't send IPDL msgs if the child has died. r=jduell
2010-05-11 22:53:25 -04:00
Doug Turner
0dc0f3273e
merge with m-c. resolved conflicts in:
...
U chrome/src/nsChromeRegistry.cpp
U content/base/src/Makefile.in
U dom/base/nsDOMClassInfo.cpp
U toolkit/toolkit-tiers.mk
--HG--
rename : toolkit/mozapps/extensions/test/unit/test_bug541420.js => toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js
2010-05-11 11:09:54 -07:00
Frederic Plourde
cfdd57d3ba
Bug 552829 - e10s - Online and offline events. Quick define fix.
2010-05-11 13:22:34 -04:00
Vladimir Vukicevic
e2cb647e9e
bug 564038 - Add Android to user agent r=cbiesinger
2010-05-11 13:27:36 -04:00
Frederic Plourde
2c2fb6942c
Bug 552829 - e10s - Online and offline events. r=dougt
2010-05-11 08:44:12 -04:00
Karl Tomlinson
10228ae185
b=559492 only dump leaked URLs on successful shutdown r=dbaron
2010-05-13 14:34:38 +12:00
Jason Duell
6cd446aadb
# User Michal Novotny <michal.novotny@gmail.com>
...
# Date 1272456176 -7200
Bug 549241 - Channel classifier should run in chrome process. r=biesi, sr=jst
2010-05-21 14:03:02 -07:00
Doug Turner
c88906d971
Merge with m-c. no hand edits
2010-04-29 21:04:50 -07:00
Marco Bonardo
739a3b31fd
backout Bug 559927 since suspect of causing a Windows necko test failure
2010-04-29 13:27:10 +02:00
Michael Wu
710801e936
Bug 552121 - Point resource URIs to the omnijar [3/7], r=biesi
2010-05-21 11:00:57 -07:00