Sid Stamm
a781965b6d
Bug 495115 - Implement Strict-Transport-Security to allow sites to specify HTTPS-only connections, r=kaie+honzab+bjarne, a=betaN+
2010-06-03 14:03:17 -07:00
Dan Witte
bc83deed21
Merge e10s -> m-c. a=wecanhazbeta
2010-08-23 21:18:09 -07:00
Michal Novotny
2002430dfa
Bug 513008 - Eliminate synchronous reads from cache. r=jduell,sdwilsh sr=shaver a2.0=blocking
2010-08-24 03:06:23 +02:00
Gavin Sharp
b117494ed3
Backed out changeset 2a216165e361 (bug 589613), a=shutuphook
2010-09-11 13:46:39 -04:00
Kyle Huey
58e1127904
Backed out changeset 8f65173dacb0
2010-09-11 11:08:47 -04:00
Honza Bambas
53f13ad500
Bug 537381 - -1 as port number cause default port to be used, should fail to load, r=bz, a2.0=final+
2010-09-11 16:11:38 +02:00
Mounir Lamouri
3f850f954b
Merge backout
2010-09-11 02:58:35 +02:00
Mounir Lamouri
d51fe93c4b
Back out bug 559942
2010-09-11 02:57:06 +02:00
Ian Neal
f95a154eae
Bug 589613 - [SeaMonkey 2.1, mochitest-browser-chrome] browser_Services.js | Services.search exists
...
r/a=gavin
2010-09-10 13:29:15 +01:00
Byron Milligan
45fd242f77
Bug 55307 - Prevent downloads from being stored in the cache. r=jduell a2.0=jst
2010-09-10 07:22:24 +02:00
Bjarne
d3ed7d0e52
Bug 586264 - Improve/add logging to async redirect code, r=honzab, a2.0=bsmedberg
2010-08-18 19:22:48 +02:00
Jason Duell
1a28c6a685
e10s http: Document channels' cache descriptor causes hang on reloads r=honza
...
--HG--
extra : rebase_source : 997176054b8665819c4fd9d670e7705087592daa
2010-08-17 15:17:00 -07:00
Gavin Sharp
1c1f4fa927
Bug 586821 - Add affiliate URL queries to location bar search r,a=jst
...
--HG--
rename : toolkit/components/search/nsIBrowserSearchService.idl => netwerk/base/public/nsIBrowserSearchService.idl
extra : rebase_source : 77a06966db94e05fafdcb152bb6d5f40bef350ee
2010-08-14 18:15:21 +02:00
Dan Witte
b2630233ec
imported patch fix-tests
2010-08-13 21:18:05 -07:00
Dan Witte
8c1575ae89
Fix test_0010_timermanager.js test and disable e10s redirect/resume tests in test_resumable_channel.js.
2010-08-13 14:35:13 -07:00
Dan Witte
fdc186d526
Reenable tests for bugs 586205 and 586238.
2010-08-13 13:28:14 -07:00
Dan Witte
6f2a31c22a
Bug 586692 - xpcshell: do_timeout does not guarantee desired timeout interval. r=jduell
2010-08-13 13:28:14 -07:00
Honza Bambas
60763c3536
Bug 570616: increment cache version to avoid compat issues with nsNSSSocketInfo changes. r=biesi
2010-08-13 10:15:25 -07:00
Honza Bambas
c32ff56c91
Bug 536301 - e10s HTTPS: securityInfo. r=jduell, sr=kaie
2010-08-13 01:06:40 -07:00
Jason Duell
e5436ee5e0
Merge from m-c.
2010-08-13 00:51:25 -07:00
Byron Milligan
3f3b52d409
Bug 193911. Increase the disk cache size from 50 megs to 250 megs. This will show a significant increase in talos numbers, and it will thus look like a cpu usage regression since all of talos now fits in the cache. r=cbiesinger@gmail.com, sr=bzbarsky@mit.edu, a=jst@mozilla.org
2010-08-12 16:19:59 -07:00
Dan Witte
a7b4cd420a
Bug 586802 - e10s http: fix test_httpcancel.js. r=jduell, a=wewanttoshipafennecalpha
2010-08-12 16:09:16 -07:00
Dan Witte
15cf273453
Fix bustage.
2010-08-12 02:12:08 -07:00
Dan Witte
6d5a1d5e63
Bug 536317 - e10s HTTP: implement Cancel. r=jduell, a=blocker
2010-08-12 02:05:16 -07:00
Josh Matthews
00afa443f6
Bug 536321 - e10s HTTP: suspend/resume. r=dwitte
2010-08-10 23:07:09 -04:00
Jason Duell
db31d25583
Minor formatting fixes to redirects patch (bug 536294)
2010-08-11 00:09:50 -07:00
Honza Bambas
df0ee9e34a
Bug 536294 - e10s HTTP: redirects. r=jduell
...
--HG--
rename : netwerk/protocol/http/HttpChannelParent.cpp => netwerk/protocol/http/HttpChannelParentListener.cpp
rename : netwerk/protocol/http/HttpChannelParent.h => netwerk/protocol/http/HttpChannelParentListener.h
2010-08-10 20:11:57 -07:00
Jason Duell
28fceb2568
Bug 584863: make nsHttpChannel::AsyncOpen fail immediately if channel already cancelled. r=biesi
2010-08-10 17:50:30 -07:00
Josh Matthews
7ec8ac2aba
Bug 584604 - e10s HTTP: Clean up IPDL buffering. r=jduell,cjones
...
jduell: Made a bunch of structural/naming changes.
Merged in test patches.
2010-08-06 00:59:37 -04:00
Michael Wu
699c96697a
Bug 585869 - Check for file scheme in nsResURL::EnsureFile, r=bsmedberg a=blocking2.0
2010-08-10 15:03:26 -07:00
Wan-Teh Chang
f561e6a88d
Bug 580679: Build NSS with the TLS zlib compression code.
...
Add the security.ssl.enable_compression preference to
enable TLS compression, disabled by default.
r=khuey,kaie,sayrer,ted. approval2.0+ by bsmedberg.
2010-08-12 14:12:05 -07:00
Michael Wu
3d62be42ab
Bug 584585 - Unused nsCOMPtr<nsIInputStream> input in nsInputStreamWrapper::LazyInit(), r=biesi a=bsmedberg
2010-08-12 12:10:40 -07:00
Johnny Stenback
3a85986c74
Disabling failing tests from bug 536321, followup bug 586238 filed to track this.
2010-08-11 04:13:25 -07:00
Jason Duell
d6f58bdf36
Disable perma-orange xpcshell test for redirects (Bug 586205).
2010-08-11 01:33:42 -07:00
Christian Biesinger
9e52ebaa8a
bug 583636 make cookie logging work in release builds
...
r=dwitte a=dbaron
--HG--
extra : rebase_source : 98390eebae433930799ebe4d70bce5bb9667232f
2010-08-07 17:33:09 +02:00
Jacek Caban
fa1acc03d2
Bug 584678 - nsAsyncRedirectVerifyHelper.cpp compilation failure r=jsc a=jst
...
--HG--
extra : rebase_source : d11fdde3b557b446bdbb742f920258cb2d0dce8b
2010-08-06 12:49:22 +02:00
Chris Jones
b683864b66
Bug 582477 - e10s: HttpChannelChild triggers abort on bing.com. r=jduell,jdm
2010-08-05 08:43:02 -07:00
Dão Gottwald
fad97a8202
Bug 581783 - Remove "Windows;" from the UA string. r=bz
2010-08-05 09:09:42 +02:00
Bjarne
ed732b9f7f
Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst
2010-08-04 22:15:55 -04:00
Josh Matthews
a1a82bb57e
Bug 559200 - Follow up to remove unsafe locking r=dougt
...
--HG--
extra : rebase_source : 97dc0338081b4347a5ff0ef91861d4337967a224
2010-08-04 16:13:12 -07:00
Josh Matthews
caccfbd455
Bug 559200 - e10s HTTP: Buffer incoming IPDL necko messages. r=dougt
...
--HG--
extra : rebase_source : cfee85b987fb60fac9a3536774f63139000e797f
2010-04-21 12:46:50 +09:30
Josh Matthews
f0ccb9c187
Bug 580450 - Clean up IPC::URI. r=dwitte
2010-07-26 15:59:34 -04:00
Wan-Teh Chang
8da7b6bc29
Bug 583908 - Enable TLS false start in Mozilla. r/a=sayrer. (CLOSED TREE)
2010-08-03 23:36:53 -07:00
Wan-Teh Chang
791274eded
bustage fix for test_bug329869.html failure (undo pref flip from bug 583908)
2010-08-02 23:41:11 -07:00
Gavin Sharp
b4073dcaec
bustage fix for test_NetUtil
2010-08-03 01:28:01 -04:00
Wan-Teh Chang
137eb3f5f0
Bug 583908: Enable TLS false start by default. Add the preference
...
security.ssl.enable_false_start to disable it. r=sayrer.
approval2.0+ by sayrer.
2010-08-02 22:10:52 -07:00
Philipp von Weitershausen
7ec32fd94a
Bug 580508 - nsURLHelper.cpp net_ParseFileURL is asserting on resource:// URLs that are aliased to other resource:// URLs [r=jduell]
2010-08-02 16:37:55 -07:00
Gavin Sharp
bc60abba81
Bug 581175: Make NetUtil's asyncFetch suppress SSL error messages by default, and pass relevant nsIRequest object to its callback, r+a=sdwilsh
...
--HG--
rename : testing/mochitest/tests/browser/Makefile.in => netwerk/test/browser/Makefile.in
2010-07-23 17:59:07 -04:00
Justin Dolske
8fe0cfad2d
merge backout of bug 580508 / a2246039f70d due to test failure
2010-08-02 19:04:09 -07:00
Justin Dolske
d819c762c2
backout bug 580508 / a2246039f70d due to test failure
2010-08-02 19:03:45 -07:00
Philipp von Weitershausen
fd07fb90db
Bug 580508 - nsURLHelper.cpp net_ParseFileURL is asserting on resource:// URLs that are aliased to other resource:// URLs [r=jduell]
2010-08-02 16:37:55 -07:00
Byron Milligan
583ff3811c
Bug 567360: Don't call UpdateExpirationTime if mRequestTime isn't set r=bzbarsky
...
--HG--
extra : rebase_source : e41a600f48ea9fb602f99b31d6110b42c4ee2513
2010-08-02 13:24:18 -07:00
Dan Witte
b21e5ff262
Bug 572223 - too much cookies.sqlite io. Part 7: fix creationid logic. r=sdwilsh
2010-08-02 17:03:24 -07:00
Dan Witte
1a11d49552
Bug 572223 - too much cookies.sqlite io. Part 6: fresh connection for sync reads. r=sdwilsh
2010-07-29 13:43:34 -07:00
Dan Witte
b16933879d
Bug 572223 - too much cookies.sqlite io. Part 5: async RemoveAll. r=sdwilsh
2010-07-29 12:17:43 -07:00
Dan Witte
2cdb9d738b
Bug 572223 - too much cookies.sqlite io. Part 3: sync read per domain. r=sdwilsh
2010-07-29 12:17:42 -07:00
Dan Witte
4db2098993
Bug 572223 - too much cookies.sqlite io. Part 2: async read. r=sdwilsh
2010-07-29 12:17:42 -07:00
Josh Matthews
fd90e91050
Backint out bug 580450, changeset 4d2c9a0c5e1c
2010-08-02 11:29:10 -04:00
Josh Matthews
cfb13d7804
Bug 580450 - Clean up IPC::URI. r=dwitte
...
--HG--
extra : rebase_source : 25fbd59338609fd9792071b9d414ea983608aab2
2010-07-26 15:59:34 -04:00
Dan Witte
55339a9932
Revert bug 572223 to fix creation of duplicate cookies.
2010-08-01 12:24:38 -07:00
Robert Sayre
802a358676
Merge mozilla-central to tracemonkey.
2010-07-30 21:57:41 -07:00
Kyle Huey
bc182a715e
Backed out changeset 1e8961782824
2010-07-29 20:16:37 -07:00
Michal Novotny
84bba7528a
Bug 513008 - Eliminate synchronous reads from cache. r=jduell.mcbugs@gmail.com, cbiesinger@gmail.com, sr=shaver@mozilla.org
2010-07-29 16:23:10 -07:00
Dan Witte
4148d4af74
Bug 572223 - too much cookies.sqlite io. Part 6: fresh connection for sync reads. r=sdwilsh
2010-07-29 13:43:34 -07:00
Dan Witte
bd7d992609
Bug 572223 - too much cookies.sqlite io. Part 5: async RemoveAll. r=sdwilsh
2010-07-29 12:17:43 -07:00
Dan Witte
794bd4fe32
Bug 572223 - too much cookies.sqlite io. Part 3: sync read per domain. r=sdwilsh
2010-07-29 12:17:42 -07:00
Dan Witte
fc1c9b37ef
Bug 572223 - too much cookies.sqlite io. Part 2: async read. r=sdwilsh
2010-07-29 12:17:42 -07:00
Dan Witte
bff9edea3c
Bug 572223 - too much cookies.sqlite io. Part 1: add baseDomain column. r=sdwilsh
2010-07-29 12:17:42 -07:00
Honza Bambas
bba0eaad1a
Bug 513086 - Make redirect API async: regression 1 fix 1, r=bz
2010-07-29 18:41:09 +02:00
Kyle Huey
96756d0235
--disable-libxul bustage fix
2010-07-28 22:25:08 -07:00
Oleg Romashin
e65a07747f
Bug 561716 - Disable link monitoring in the child process to avoid g_type_init assertions. r=dougt
2010-07-28 18:05:19 -07:00
Robert Sayre
e166ede952
Add some debugging data to a failing test.
2010-07-27 15:45:11 -07:00
Steffen Imhof
46bfd6af34
Bug 565163 - e10s: nsHTMLDNSPrefetch needs to be forwarded to chrome. r=dougt
...
--HG--
extra : rebase_source : bb91a8287ad6484846c89f57d916c97f3c05fb70
2010-07-26 11:49:09 -07:00
Kyle Huey
ccc69fca65
Bug 508082: Implement a raw video decoder. Based on an earlier patch by Brad Lassey. r=doublec
2010-07-26 12:35:16 -07:00
Honza Bambas
a5855be7e1
Bug 513086 - Make redirect API async, r=bz, sr=biesi
...
--HG--
rename : netwerk/test/unit/test_redirect_caching.js => netwerk/test/unit/test_redirect-caching_passing.js
2010-07-28 20:33:06 +02:00
Josh Matthews
9740cc5097
Bug 582442 - Make unserializable URIs less fatal. r=dougt
...
--HG--
extra : rebase_source : a6d805e5444b689b8008b64ee3d6aef21a8ed16c
2010-07-27 19:40:17 -07:00
Josh Matthews
b181744bdc
Bug 572980 - e10s: HttpChannelChild incorrectly refcounted. r=cjones, jduell.
...
This version adds checks to make sure child doesn't try to send any IPDL msgs to
parent after IPDL has been shut down.
--HG--
extra : rebase_source : 47ac7a7f8b5bc0ce3eee10cdc170ae27e9fc94aa
2010-06-27 12:44:15 -04:00
Dão Gottwald
6582fe67e7
Bug 580341 - Remove unused deviceType from nsIHttpProtocolHandler. r=biesi
2010-07-20 22:05:34 +02:00
Dão Gottwald
03a6a23a43
Bug 572656 - Remove the UI language from the UA string and navigator.appVersion. r=bz
2010-07-19 22:18:11 +02:00
Chris Jones
613ff7284a
Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg
...
--HG--
rename : dom/ipc/ContentProcessChild.cpp => dom/ipc/ContentChild.cpp
rename : dom/ipc/ContentProcessChild.h => dom/ipc/ContentChild.h
rename : dom/ipc/ContentProcessParent.cpp => dom/ipc/ContentParent.cpp
rename : dom/ipc/ContentProcessParent.h => dom/ipc/ContentParent.h
rename : dom/ipc/ContentProcessProcess.cpp => dom/ipc/ContentProcess.cpp
rename : dom/ipc/ContentProcessProcess.h => dom/ipc/ContentProcess.h
rename : dom/ipc/PIFrameEmbedding.ipdl => dom/ipc/PBrowser.ipdl
rename : dom/ipc/PContentProcess.ipdl => dom/ipc/PContent.ipdl
2010-07-19 13:33:33 -05:00
Corentin Chary
8de4de07db
Bug 577073 - Make nsPACMan respect network.dns.disablePrefetch, don't call NS_RELEASE_THIS() before Complete(). r=bz
2010-07-18 10:18:55 +02:00
Michal Novotny
95bf720259
Bug 575686 - Don't classify URL when HTTP channel fails to open. r=jduell
2010-07-17 18:21:58 +02:00
timeless@mozdev.org
52ead6ee67
Bug 575633 streamParse leaks ToNewCString(globalStream)
...
r=biesi
--HG--
extra : rebase_source : 60422d4d1120d16044a8d292f7fafc7cb8cdcbfb
2010-07-01 02:39:35 +03:00
Daniel Holbert
ad8ef4a55b
Bug 576563: Remove "LOG()" macro in nsResProtocolHandler to fix build warning. r=jduell
2010-07-05 13:49:02 -07:00
Saint Wesonga
4bd9280674
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
2010-07-05 11:42:18 +02:00
Dão Gottwald
b2124655df
Backed out changeset 59ace8d80ce8
2010-07-04 22:01:13 +02:00
Saint Wesonga
8952503f91
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
2010-07-04 21:39:17 +02:00
Mitchell Field
d0f35f6883
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
...
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
2010-07-02 10:27:06 -04:00
Steffen Wilberg
21ba20caa3
Bug 538813. Make about:cache and about:cache-entry pretty. r=bzbarsky
2010-07-02 16:56:09 -04:00
Saint Wesonga
aaf59d3e92
Bug 572668. Don't send the useless crypto token in the UA string. r=bzbarsky
2010-07-02 16:56:09 -04:00
Benjamin Smedberg
a677e5bf91
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
2010-07-01 11:55:57 -04:00
Benjamin Smedberg
e17740e1ab
Merge mozilla-central to the bug 568691 branch.
...
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
e474c09ee8
Fix packaging of test-only XPT files for crashreporter and httpserver.
...
--HG--
extra : rebase_source : 27abb29f16e071a7c08220d46f9cbef4ded08fc4
2010-06-30 12:42:24 -04:00
Benjamin Smedberg
a27563c8b7
Rename the "xpt" manifest directive to "interfaces", per bug 568691 comment 66.
2010-06-27 21:50:51 -04:00
Benjamin Smedberg
e15eaaca54
Fix a bunch of test failures caused by typos or other issues from bug 568691.
2010-06-27 14:03:05 -04:00
Benjamin Smedberg
b2380781d9
Fix the reftest component to package itself and the httpserver correctly with a single chrome.manifest.
2010-06-25 13:56:51 -04:00
Benjamin Smedberg
4f8e7bcf17
Fix review comments from bug 568691 comment 45.
2010-06-24 11:56:28 -04:00
Benjamin Smedberg
822ccb0789
Merge mozilla-central into the static-xpcom-registration branch.
2010-06-23 17:26:25 -04:00
Benjamin Smedberg
ea00533489
Fix test packaging and execution from bug 568691.
2010-06-22 20:44:44 -04:00
Benjamin Smedberg
964d5b85fe
Fix incorrect quoting introduced in revision 90afd1e80d77 for bug 568691.
2010-06-22 17:08:24 -04:00
Benjamin Smedberg
bb5d6f2a0a
Fix syntax error in httpd.js
2010-06-22 16:22:33 -04:00
Benjamin Smedberg
a73308ef4b
Bug 568691 - Add CID data back to classinfo because it's required for fastload to work correctly.
2010-06-22 12:59:57 -04:00
Benjamin Smedberg
31432df1fb
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
...
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Benjamin Smedberg
0df0345c66
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
...
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04: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
Benjamin Smedberg
a7e67d32ad
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
2010-06-10 14:11:40 -04:00
Dão Gottwald
0978149cf3
Backed out changeset db6f8068e9a5
2010-06-29 17:49:21 +02:00
Saint Wesonga
c81affe35c
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedgerg
2010-06-29 17:14:36 +02:00
Dan Witte
9fb2d7417b
Fix typo.
2010-06-28 15:00:56 -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
21f59ebe53
Backed out 9cfe0ace0e95 (SecurityInfo). Segfaulting.
2010-06-30 17:42:59 -07:00
Jason Duell
386cfabff6
Backed out 9cfe0ace0e95 (SecurityInfo). Segfaulting.
2010-06-30 17:42:30 -07:00
Chris Jones
4284e16fc8
Bug 575918: Temporarily disable OOP xpcshell on OS X because it's completely broken. r=bsmedberg
2010-06-30 17:53:51 -05:00
Honza Bambas
8faab2606c
e10s HTTPS: securityInfo. sr=biesi.
2010-06-30 09:17:51 -07:00
Josh Matthews
98d33f34de
Bug 566799 - e10s: Make IPC::URI the go-to for all IPC URI action. Part 2. Allow javascript:. r=dougt
2010-06-29 20:58:28 -07:00
Jason Duell
a642a0f8aa
Disable test_bug528292.js in content for now since it's broken from prefs and redirects. Bug 575094 will fix.
...
--HG--
rename : netwerk/test/unit_ipc/test_bug528292_wrap.js => netwerk/test/unit_ipc/disabled_test_bug528292_wrap.js
2010-06-29 17:17:45 -07:00
Josh Matthews
c401bd7c7a
Bug 566799 - e10s: Make IPC::URI the go-to for all IPC URI action. r=dwitte
2010-06-29 15:00:25 -07:00
Jason Duell
6a8b56652b
Temporarily allow SetResponseHeader to be called after AsyncOpen. r=dwitte.
2010-06-29 14:36:09 -07:00
Dan Witte
0a2cafdfae
Bug 545457 - Get http-state tests running as unit tests.
2010-06-29 14:20:38 -07:00
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
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
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
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
Henri Sivonen
34bc425b36
Bug 563536, bug 204111 - Put data from uconv property files into code to avoid thread-unsafe property file loading. r=smontagu.
2010-05-10 17:09:13 +03:00
Ehsan Akhgari
db9d404619
Bug 560647 - add startup timeline instrumentation; r=vlad
2010-05-19 19:22:19 -04:00
Mitchell Field
fe6db3002c
Bug 542222 - Reduce recursion in netwerk makefiles.
...
--HG--
rename : netwerk/cache/src/nsCache.cpp => netwerk/cache/nsCache.cpp
rename : netwerk/cache/src/nsCache.h => netwerk/cache/nsCache.h
rename : netwerk/cache/src/nsCacheDevice.h => netwerk/cache/nsCacheDevice.h
rename : netwerk/cache/src/nsCacheEntry.cpp => netwerk/cache/nsCacheEntry.cpp
rename : netwerk/cache/src/nsCacheEntry.h => netwerk/cache/nsCacheEntry.h
rename : netwerk/cache/src/nsCacheEntryDescriptor.cpp => netwerk/cache/nsCacheEntryDescriptor.cpp
rename : netwerk/cache/src/nsCacheEntryDescriptor.h => netwerk/cache/nsCacheEntryDescriptor.h
rename : netwerk/cache/src/nsCacheMetaData.cpp => netwerk/cache/nsCacheMetaData.cpp
rename : netwerk/cache/src/nsCacheMetaData.h => netwerk/cache/nsCacheMetaData.h
rename : netwerk/cache/src/nsCacheRequest.h => netwerk/cache/nsCacheRequest.h
rename : netwerk/cache/src/nsCacheService.cpp => netwerk/cache/nsCacheService.cpp
rename : netwerk/cache/src/nsCacheService.h => netwerk/cache/nsCacheService.h
rename : netwerk/cache/src/nsCacheSession.cpp => netwerk/cache/nsCacheSession.cpp
rename : netwerk/cache/src/nsCacheSession.h => netwerk/cache/nsCacheSession.h
rename : netwerk/cache/src/nsDeleteDir.cpp => netwerk/cache/nsDeleteDir.cpp
rename : netwerk/cache/src/nsDeleteDir.h => netwerk/cache/nsDeleteDir.h
rename : netwerk/cache/src/nsDiskCache.h => netwerk/cache/nsDiskCache.h
rename : netwerk/cache/src/nsDiskCacheBinding.cpp => netwerk/cache/nsDiskCacheBinding.cpp
rename : netwerk/cache/src/nsDiskCacheBinding.h => netwerk/cache/nsDiskCacheBinding.h
rename : netwerk/cache/src/nsDiskCacheBlockFile.cpp => netwerk/cache/nsDiskCacheBlockFile.cpp
rename : netwerk/cache/src/nsDiskCacheBlockFile.h => netwerk/cache/nsDiskCacheBlockFile.h
rename : netwerk/cache/src/nsDiskCacheDevice.cpp => netwerk/cache/nsDiskCacheDevice.cpp
rename : netwerk/cache/src/nsDiskCacheDevice.h => netwerk/cache/nsDiskCacheDevice.h
rename : netwerk/cache/src/nsDiskCacheDeviceSQL.cpp => netwerk/cache/nsDiskCacheDeviceSQL.cpp
rename : netwerk/cache/src/nsDiskCacheDeviceSQL.h => netwerk/cache/nsDiskCacheDeviceSQL.h
rename : netwerk/cache/src/nsDiskCacheEntry.cpp => netwerk/cache/nsDiskCacheEntry.cpp
rename : netwerk/cache/src/nsDiskCacheEntry.h => netwerk/cache/nsDiskCacheEntry.h
rename : netwerk/cache/src/nsDiskCacheMap.cpp => netwerk/cache/nsDiskCacheMap.cpp
rename : netwerk/cache/src/nsDiskCacheMap.h => netwerk/cache/nsDiskCacheMap.h
rename : netwerk/cache/src/nsDiskCacheStreams.cpp => netwerk/cache/nsDiskCacheStreams.cpp
rename : netwerk/cache/src/nsDiskCacheStreams.h => netwerk/cache/nsDiskCacheStreams.h
rename : netwerk/cache/public/nsICache.idl => netwerk/cache/nsICache.idl
rename : netwerk/cache/public/nsICacheEntryDescriptor.idl => netwerk/cache/nsICacheEntryDescriptor.idl
rename : netwerk/cache/public/nsICacheListener.idl => netwerk/cache/nsICacheListener.idl
rename : netwerk/cache/public/nsICacheService.idl => netwerk/cache/nsICacheService.idl
rename : netwerk/cache/public/nsICacheSession.idl => netwerk/cache/nsICacheSession.idl
rename : netwerk/cache/public/nsICacheVisitor.idl => netwerk/cache/nsICacheVisitor.idl
rename : netwerk/cache/src/nsMemoryCacheDevice.cpp => netwerk/cache/nsMemoryCacheDevice.cpp
rename : netwerk/cache/src/nsMemoryCacheDevice.h => netwerk/cache/nsMemoryCacheDevice.h
rename : netwerk/cookie/src/nsCookie.cpp => netwerk/cookie/nsCookie.cpp
rename : netwerk/cookie/src/nsCookie.h => netwerk/cookie/nsCookie.h
rename : netwerk/cookie/src/nsCookieService.cpp => netwerk/cookie/nsCookieService.cpp
rename : netwerk/cookie/src/nsCookieService.h => netwerk/cookie/nsCookieService.h
rename : netwerk/cookie/public/nsICookie.idl => netwerk/cookie/nsICookie.idl
rename : netwerk/cookie/public/nsICookie2.idl => netwerk/cookie/nsICookie2.idl
rename : netwerk/cookie/public/nsICookieManager.idl => netwerk/cookie/nsICookieManager.idl
rename : netwerk/cookie/public/nsICookieManager2.idl => netwerk/cookie/nsICookieManager2.idl
rename : netwerk/cookie/public/nsICookiePermission.idl => netwerk/cookie/nsICookiePermission.idl
rename : netwerk/cookie/public/nsICookieService.idl => netwerk/cookie/nsICookieService.idl
rename : netwerk/dns/src/effective_tld_names.dat => netwerk/dns/effective_tld_names.dat
rename : netwerk/dns/src/nameprep.c => netwerk/dns/nameprep.c
rename : netwerk/dns/src/nameprep_template.c => netwerk/dns/nameprep_template.c
rename : netwerk/dns/src/nameprepdata.c => netwerk/dns/nameprepdata.c
rename : netwerk/dns/src/nsDNSService2.cpp => netwerk/dns/nsDNSService2.cpp
rename : netwerk/dns/src/nsDNSService2.h => netwerk/dns/nsDNSService2.h
rename : netwerk/dns/src/nsEffectiveTLDService.cpp => netwerk/dns/nsEffectiveTLDService.cpp
rename : netwerk/dns/src/nsEffectiveTLDService.h => netwerk/dns/nsEffectiveTLDService.h
rename : netwerk/dns/src/nsHostResolver.cpp => netwerk/dns/nsHostResolver.cpp
rename : netwerk/dns/src/nsHostResolver.h => netwerk/dns/nsHostResolver.h
rename : netwerk/dns/src/nsIDNKitInterface.h => netwerk/dns/nsIDNKitInterface.h
rename : netwerk/dns/public/nsIDNSListener.idl => netwerk/dns/nsIDNSListener.idl
rename : netwerk/dns/public/nsIDNSRecord.idl => netwerk/dns/nsIDNSRecord.idl
rename : netwerk/dns/public/nsIDNSRequest.idl => netwerk/dns/nsIDNSRequest.idl
rename : netwerk/dns/public/nsIDNSService.idl => netwerk/dns/nsIDNSService.idl
rename : netwerk/dns/src/nsIDNService.cpp => netwerk/dns/nsIDNService.cpp
rename : netwerk/dns/src/nsIDNService.h => netwerk/dns/nsIDNService.h
rename : netwerk/dns/public/nsIEffectiveTLDService.idl => netwerk/dns/nsIEffectiveTLDService.idl
rename : netwerk/dns/public/nsIIDNService.idl => netwerk/dns/nsIIDNService.idl
rename : netwerk/dns/public/nsPIDNSService.idl => netwerk/dns/nsPIDNSService.idl
rename : netwerk/dns/src/prepare_tlds.py => netwerk/dns/prepare_tlds.py
rename : netwerk/dns/src/punycode.c => netwerk/dns/punycode.c
rename : netwerk/dns/src/punycode.h => netwerk/dns/punycode.h
rename : netwerk/dns/src/race.c => netwerk/dns/race.c
rename : netwerk/mime/public/nsIMIMEHeaderParam.idl => netwerk/mime/nsIMIMEHeaderParam.idl
rename : netwerk/mime/public/nsIMIMEInfo.idl => netwerk/mime/nsIMIMEInfo.idl
rename : netwerk/mime/public/nsIMIMEService.idl => netwerk/mime/nsIMIMEService.idl
rename : netwerk/mime/src/nsMIMEHeaderParamImpl.cpp => netwerk/mime/nsMIMEHeaderParamImpl.cpp
rename : netwerk/mime/src/nsMIMEHeaderParamImpl.h => netwerk/mime/nsMIMEHeaderParamImpl.h
rename : netwerk/mime/public/nsMimeTypes.h => netwerk/mime/nsMimeTypes.h
rename : netwerk/protocol/about/src/nsAboutBlank.cpp => netwerk/protocol/about/nsAboutBlank.cpp
rename : netwerk/protocol/about/src/nsAboutBlank.h => netwerk/protocol/about/nsAboutBlank.h
rename : netwerk/protocol/about/src/nsAboutBloat.cpp => netwerk/protocol/about/nsAboutBloat.cpp
rename : netwerk/protocol/about/src/nsAboutBloat.h => netwerk/protocol/about/nsAboutBloat.h
rename : netwerk/protocol/about/src/nsAboutCache.cpp => netwerk/protocol/about/nsAboutCache.cpp
rename : netwerk/protocol/about/src/nsAboutCache.h => netwerk/protocol/about/nsAboutCache.h
rename : netwerk/protocol/about/src/nsAboutCacheEntry.cpp => netwerk/protocol/about/nsAboutCacheEntry.cpp
rename : netwerk/protocol/about/src/nsAboutCacheEntry.h => netwerk/protocol/about/nsAboutCacheEntry.h
rename : netwerk/protocol/about/src/nsAboutProtocolHandler.cpp => netwerk/protocol/about/nsAboutProtocolHandler.cpp
rename : netwerk/protocol/about/src/nsAboutProtocolHandler.h => netwerk/protocol/about/nsAboutProtocolHandler.h
rename : netwerk/protocol/about/public/nsAboutProtocolUtils.h => netwerk/protocol/about/nsAboutProtocolUtils.h
rename : netwerk/protocol/about/public/nsIAboutModule.idl => netwerk/protocol/about/nsIAboutModule.idl
rename : netwerk/protocol/data/src/nsDataChannel.cpp => netwerk/protocol/data/nsDataChannel.cpp
rename : netwerk/protocol/data/src/nsDataChannel.h => netwerk/protocol/data/nsDataChannel.h
rename : netwerk/protocol/data/src/nsDataHandler.cpp => netwerk/protocol/data/nsDataHandler.cpp
rename : netwerk/protocol/data/src/nsDataHandler.h => netwerk/protocol/data/nsDataHandler.h
rename : netwerk/protocol/data/src/nsDataModule.cpp => netwerk/protocol/data/nsDataModule.cpp
rename : netwerk/protocol/file/src/nsFileChannel.cpp => netwerk/protocol/file/nsFileChannel.cpp
rename : netwerk/protocol/file/src/nsFileChannel.h => netwerk/protocol/file/nsFileChannel.h
rename : netwerk/protocol/file/src/nsFileProtocolHandler.cpp => netwerk/protocol/file/nsFileProtocolHandler.cpp
rename : netwerk/protocol/file/src/nsFileProtocolHandler.h => netwerk/protocol/file/nsFileProtocolHandler.h
rename : netwerk/protocol/file/public/nsIFileChannel.idl => netwerk/protocol/file/nsIFileChannel.idl
rename : netwerk/protocol/file/public/nsIFileProtocolHandler.idl => netwerk/protocol/file/nsIFileProtocolHandler.idl
rename : netwerk/protocol/ftp/public/ftpCore.h => netwerk/protocol/ftp/ftpCore.h
rename : netwerk/protocol/ftp/src/nsFTPChannel.cpp => netwerk/protocol/ftp/nsFTPChannel.cpp
rename : netwerk/protocol/ftp/src/nsFTPChannel.h => netwerk/protocol/ftp/nsFTPChannel.h
rename : netwerk/protocol/ftp/src/nsFtpConnectionThread.cpp => netwerk/protocol/ftp/nsFtpConnectionThread.cpp
rename : netwerk/protocol/ftp/src/nsFtpConnectionThread.h => netwerk/protocol/ftp/nsFtpConnectionThread.h
rename : netwerk/protocol/ftp/src/nsFtpControlConnection.cpp => netwerk/protocol/ftp/nsFtpControlConnection.cpp
rename : netwerk/protocol/ftp/src/nsFtpControlConnection.h => netwerk/protocol/ftp/nsFtpControlConnection.h
rename : netwerk/protocol/ftp/src/nsFtpProtocolHandler.cpp => netwerk/protocol/ftp/nsFtpProtocolHandler.cpp
rename : netwerk/protocol/ftp/src/nsFtpProtocolHandler.h => netwerk/protocol/ftp/nsFtpProtocolHandler.h
rename : netwerk/protocol/ftp/public/nsIFTPChannel.idl => netwerk/protocol/ftp/nsIFTPChannel.idl
rename : netwerk/protocol/gopher/src/nsGopherChannel.cpp => netwerk/protocol/gopher/nsGopherChannel.cpp
rename : netwerk/protocol/gopher/src/nsGopherChannel.h => netwerk/protocol/gopher/nsGopherChannel.h
rename : netwerk/protocol/gopher/src/nsGopherHandler.cpp => netwerk/protocol/gopher/nsGopherHandler.cpp
rename : netwerk/protocol/gopher/src/nsGopherHandler.h => netwerk/protocol/gopher/nsGopherHandler.h
rename : netwerk/protocol/http/src/README => netwerk/protocol/http/README
rename : netwerk/protocol/http/src/nsAHttpConnection.h => netwerk/protocol/http/nsAHttpConnection.h
rename : netwerk/protocol/http/src/nsAHttpTransaction.h => netwerk/protocol/http/nsAHttpTransaction.h
rename : netwerk/protocol/http/src/nsHttp.cpp => netwerk/protocol/http/nsHttp.cpp
rename : netwerk/protocol/http/src/nsHttp.h => netwerk/protocol/http/nsHttp.h
rename : netwerk/protocol/http/src/nsHttpActivityDistributor.cpp => netwerk/protocol/http/nsHttpActivityDistributor.cpp
rename : netwerk/protocol/http/src/nsHttpActivityDistributor.h => netwerk/protocol/http/nsHttpActivityDistributor.h
rename : netwerk/protocol/http/src/nsHttpAtomList.h => netwerk/protocol/http/nsHttpAtomList.h
rename : netwerk/protocol/http/src/nsHttpAuthCache.cpp => netwerk/protocol/http/nsHttpAuthCache.cpp
rename : netwerk/protocol/http/src/nsHttpAuthCache.h => netwerk/protocol/http/nsHttpAuthCache.h
rename : netwerk/protocol/http/src/nsHttpAuthManager.cpp => netwerk/protocol/http/nsHttpAuthManager.cpp
rename : netwerk/protocol/http/src/nsHttpAuthManager.h => netwerk/protocol/http/nsHttpAuthManager.h
rename : netwerk/protocol/http/src/nsHttpBasicAuth.cpp => netwerk/protocol/http/nsHttpBasicAuth.cpp
rename : netwerk/protocol/http/src/nsHttpBasicAuth.h => netwerk/protocol/http/nsHttpBasicAuth.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.cpp => netwerk/protocol/http/nsHttpChunkedDecoder.cpp
rename : netwerk/protocol/http/src/nsHttpChunkedDecoder.h => netwerk/protocol/http/nsHttpChunkedDecoder.h
rename : netwerk/protocol/http/src/nsHttpConnection.cpp => netwerk/protocol/http/nsHttpConnection.cpp
rename : netwerk/protocol/http/src/nsHttpConnection.h => netwerk/protocol/http/nsHttpConnection.h
rename : netwerk/protocol/http/src/nsHttpConnectionInfo.cpp => netwerk/protocol/http/nsHttpConnectionInfo.cpp
rename : netwerk/protocol/http/src/nsHttpConnectionInfo.h => netwerk/protocol/http/nsHttpConnectionInfo.h
rename : netwerk/protocol/http/src/nsHttpConnectionMgr.cpp => netwerk/protocol/http/nsHttpConnectionMgr.cpp
rename : netwerk/protocol/http/src/nsHttpConnectionMgr.h => netwerk/protocol/http/nsHttpConnectionMgr.h
rename : netwerk/protocol/http/src/nsHttpDigestAuth.cpp => netwerk/protocol/http/nsHttpDigestAuth.cpp
rename : netwerk/protocol/http/src/nsHttpDigestAuth.h => netwerk/protocol/http/nsHttpDigestAuth.h
rename : netwerk/protocol/http/src/nsHttpHandler.cpp => netwerk/protocol/http/nsHttpHandler.cpp
rename : netwerk/protocol/http/src/nsHttpHandler.h => netwerk/protocol/http/nsHttpHandler.h
rename : netwerk/protocol/http/src/nsHttpHeaderArray.cpp => netwerk/protocol/http/nsHttpHeaderArray.cpp
rename : netwerk/protocol/http/src/nsHttpHeaderArray.h => netwerk/protocol/http/nsHttpHeaderArray.h
rename : netwerk/protocol/http/src/nsHttpNTLMAuth.cpp => netwerk/protocol/http/nsHttpNTLMAuth.cpp
rename : netwerk/protocol/http/src/nsHttpNTLMAuth.h => netwerk/protocol/http/nsHttpNTLMAuth.h
rename : netwerk/protocol/http/src/nsHttpPipeline.cpp => netwerk/protocol/http/nsHttpPipeline.cpp
rename : netwerk/protocol/http/src/nsHttpPipeline.h => netwerk/protocol/http/nsHttpPipeline.h
rename : netwerk/protocol/http/src/nsHttpRequestHead.cpp => netwerk/protocol/http/nsHttpRequestHead.cpp
rename : netwerk/protocol/http/src/nsHttpRequestHead.h => netwerk/protocol/http/nsHttpRequestHead.h
rename : netwerk/protocol/http/src/nsHttpResponseHead.cpp => netwerk/protocol/http/nsHttpResponseHead.cpp
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/http/src/nsHttpTransaction.h => netwerk/protocol/http/nsHttpTransaction.h
rename : netwerk/protocol/http/public/nsIHttpActivityObserver.idl => netwerk/protocol/http/nsIHttpActivityObserver.idl
rename : netwerk/protocol/http/public/nsIHttpAuthManager.idl => netwerk/protocol/http/nsIHttpAuthManager.idl
rename : netwerk/protocol/http/public/nsIHttpAuthenticator.idl => netwerk/protocol/http/nsIHttpAuthenticator.idl
rename : netwerk/protocol/http/public/nsIHttpChannel.idl => netwerk/protocol/http/nsIHttpChannel.idl
rename : netwerk/protocol/http/public/nsIHttpChannelInternal.idl => netwerk/protocol/http/nsIHttpChannelInternal.idl
rename : netwerk/protocol/http/public/nsIHttpEventSink.idl => netwerk/protocol/http/nsIHttpEventSink.idl
rename : netwerk/protocol/http/public/nsIHttpHeaderVisitor.idl => netwerk/protocol/http/nsIHttpHeaderVisitor.idl
rename : netwerk/protocol/http/public/nsIHttpProtocolHandler.idl => netwerk/protocol/http/nsIHttpProtocolHandler.idl
rename : netwerk/protocol/res/public/nsIResProtocolHandler.idl => netwerk/protocol/res/nsIResProtocolHandler.idl
rename : netwerk/protocol/res/src/nsResProtocolHandler.cpp => netwerk/protocol/res/nsResProtocolHandler.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.h => netwerk/protocol/res/nsResProtocolHandler.h
rename : netwerk/protocol/viewsource/public/nsIViewSourceChannel.idl => netwerk/protocol/viewsource/nsIViewSourceChannel.idl
rename : netwerk/protocol/viewsource/src/nsViewSourceChannel.cpp => netwerk/protocol/viewsource/nsViewSourceChannel.cpp
rename : netwerk/protocol/viewsource/src/nsViewSourceChannel.h => netwerk/protocol/viewsource/nsViewSourceChannel.h
rename : netwerk/protocol/viewsource/src/nsViewSourceHandler.cpp => netwerk/protocol/viewsource/nsViewSourceHandler.cpp
rename : netwerk/protocol/viewsource/src/nsViewSourceHandler.h => netwerk/protocol/viewsource/nsViewSourceHandler.h
rename : netwerk/socket/base/nsISOCKSSocketInfo.idl => netwerk/socket/nsISOCKSSocketInfo.idl
rename : netwerk/socket/base/nsISSLSocketControl.idl => netwerk/socket/nsISSLSocketControl.idl
rename : netwerk/socket/base/nsISocketProvider.idl => netwerk/socket/nsISocketProvider.idl
rename : netwerk/socket/base/nsISocketProviderService.idl => netwerk/socket/nsISocketProviderService.idl
rename : netwerk/socket/base/nsITransportSecurityInfo.idl => netwerk/socket/nsITransportSecurityInfo.idl
rename : netwerk/socket/base/nsSOCKS4SocketProvider.h => netwerk/socket/nsSOCKS4SocketProvider.h
rename : netwerk/socket/base/nsSOCKSIOLayer.cpp => netwerk/socket/nsSOCKSIOLayer.cpp
rename : netwerk/socket/base/nsSOCKSIOLayer.h => netwerk/socket/nsSOCKSIOLayer.h
rename : netwerk/socket/base/nsSOCKSSocketProvider.cpp => netwerk/socket/nsSOCKSSocketProvider.cpp
rename : netwerk/socket/base/nsSOCKSSocketProvider.h => netwerk/socket/nsSOCKSSocketProvider.h
rename : netwerk/socket/base/nsSocketProviderService.cpp => netwerk/socket/nsSocketProviderService.cpp
rename : netwerk/socket/base/nsSocketProviderService.h => netwerk/socket/nsSocketProviderService.h
rename : netwerk/socket/base/nsUDPSocketProvider.cpp => netwerk/socket/nsUDPSocketProvider.cpp
rename : netwerk/socket/base/nsUDPSocketProvider.h => netwerk/socket/nsUDPSocketProvider.h
rename : netwerk/wifi/public/nsIWifiAccessPoint.idl => netwerk/wifi/nsIWifiAccessPoint.idl
rename : netwerk/wifi/public/nsIWifiListener.idl => netwerk/wifi/nsIWifiListener.idl
rename : netwerk/wifi/public/nsIWifiMonitor.idl => netwerk/wifi/nsIWifiMonitor.idl
rename : netwerk/wifi/src/nsWifiAccessPoint.cpp => netwerk/wifi/nsWifiAccessPoint.cpp
rename : netwerk/wifi/src/nsWifiAccessPoint.h => netwerk/wifi/nsWifiAccessPoint.h
rename : netwerk/wifi/src/nsWifiMonitor.cpp => netwerk/wifi/nsWifiMonitor.cpp
rename : netwerk/wifi/src/nsWifiMonitor.h => netwerk/wifi/nsWifiMonitor.h
rename : netwerk/wifi/src/nsWifiScannerMac.cpp => netwerk/wifi/nsWifiScannerMac.cpp
rename : netwerk/wifi/src/nsWifiScannerSolaris.cpp => netwerk/wifi/nsWifiScannerSolaris.cpp
rename : netwerk/wifi/src/nsWifiScannerUnix.cpp => netwerk/wifi/nsWifiScannerUnix.cpp
rename : netwerk/wifi/src/nsWifiScannerWin.cpp => netwerk/wifi/nsWifiScannerWin.cpp
rename : netwerk/wifi/src/osx_corewlan.mm => netwerk/wifi/osx_corewlan.mm
rename : netwerk/wifi/src/osx_wifi.h => netwerk/wifi/osx_wifi.h
rename : netwerk/wifi/src/wlanapi.h => netwerk/wifi/wlanapi.h
2010-06-05 21:18:12 -04:00
Kyle Huey
8402fdb96f
Backed out changeset f54e6386c113
...
--HG--
extra : rebase_source : 367bf92e0875df1663e79bd6b968cddd677eeb1c
2010-06-19 13:19:25 -07:00
wfernandom2004@gmail.com
78db44644f
Bug 472529, websockets (netwerk patch), r=smaug+biesi
...
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
extra : rebase_source : 4f75d33eb4fc7cdaa1f011f176ef4434bbfe2c25
2010-06-17 21:33:42 +03:00
Kyle Huey
0d120276b1
Bug 508082: Implement a raw video decoder. r=doublec
...
--HG--
extra : rebase_source : 2ffc36ceb9cb8407531efa6e7b1f0548e81c170c
2010-06-17 17:36:57 -07:00
Justin Dolske
4973ef2e40
Bug 563274 - Overhaul nsIPrompt-related prompting code. r=gavin, sr=bs
...
--HG--
rename : toolkit/content/commonDialog.css => toolkit/components/prompts/content/commonDialog.css
rename : toolkit/content/commonDialog.js => toolkit/components/prompts/content/commonDialog.js
rename : toolkit/content/commonDialog.xul => toolkit/components/prompts/content/commonDialog.xul
rename : toolkit/content/selectDialog.js => toolkit/components/prompts/content/selectDialog.js
rename : toolkit/content/selectDialog.xul => toolkit/components/prompts/content/selectDialog.xul
2010-06-16 17:06:17 -07:00
Jason Duell
039f2f2302
Bug 558622 - Rework HttpChannelChild::AsyncOpen. r=dwitte
2010-04-10 22:13:57 -07:00
Jason Duell
8743a9ace6
Bug 536292: e10s HTTP: callbacks infrastructure. r=dwitte
...
Implements basic infrastructure for callbacks. HttpChannelParent provides itself
as the callbacks object, stubs are provided for the known bugs that depend on
this, and we DROP_DEAD if we hit a callback that we don't know about yet.
2010-04-26 16:23:45 -07:00
Jason Duell
2feb4192d5
Bug 561693 - e10s HTTP: Provide way for nsHttpChannel to know if it's servicing a remote child. r=dwitte,jdm
2010-04-26 16:23:43 -07:00
Jason Duell
da3dd01913
Bug 558620: HTTP: finish SetPriority support. r=dwitte.
2010-04-29 00:02:43 -07:00
josh@joshmatthews.net
5b2ffbbe0c
Bug 536316 - e10s HTTP: channel refcounting. r=jduell
2010-04-24 00:19:33 +10:00
Chris Jones
574b849ecd
Followup to bug 541131: update |include protocol "PFoo.ipdl"| usages in e10s.
2010-04-27 02:12:38 -05:00
Chris Jones
bd6bf48e7a
Merged m-c
2010-04-27 01:53:06 -05:00
Josh Matthews
9dbf7aa957
Bug 561938: Fix maemo build. rs=cjones
2010-04-27 12:33:11 +10:00
Josh Matthews
d4b794e4ca
Bug 541174 - quick fix (part4)
2010-04-27 04:01:44 +10:00
Doug Turner
609671cd8d
merge with m-c.
2010-04-26 23:17:51 -07:00
Ben Newman
bd232d2cb8
Replace direct instantiations of nsRunnableMethod with calls to the templatized NS_NewRunnableMethod function (part 3/3 of bug 558498). r=dwitte sr=dbaron
2010-04-20 16:21:35 -07:00
Boris Zbarsky
14e71ac217
Bug 559618. Treat negative max-age values as 0. r=jduell
2010-04-26 16:27:01 -04:00
Josh Matthews
f432757fa9
Bug 541174 - e10s HTTP: Improve how URIs are serialized (part3). r=dwitte
2010-04-17 12:26:36 +09:30
Josh Matthews
a0cc531b07
Bug 541174 - e10s HTTP: Improve how URIs are serialized (part2). r=dwitte
2010-04-26 11:24:21 -04:00
Julian Seward
9fc614222f
Bug 559927 - nsAsyncStreamCopier::mCopierCtx not consistently protected by ::mLock. r=cbiesi
2010-04-29 10:39:46 +02:00
Karl Tomlinson
a49e251822
backout 32502a2c5671 b=559492 due to seg fault in storage/test/test_transaction_helper.cpp possibly in DumpLeakedURLs
2010-04-29 10:40:11 +12:00
Karl Tomlinson
615471ed56
b=559492 only dump leaked URLs on successful shutdown r=dbaron
...
--HG--
extra : rebase_source : 5472d43f56d11e6090503777853b62a2fcf1a21c
2010-04-29 09:09:59 +12:00
Josh Matthews
da2b5a24e9
Bug 541174 - e10s HTTP: Improve how URIs are serialized (part1). r=dwitte
2010-04-09 18:26:36 +12:00
Jason Duell
1653e5a694
Bug 561526: NS_RELEASE nulls out gHttpHandler, causing segfaults at next use. r=dwitte,jdm sr=biesi
2010-04-25 18:56:51 -07:00
Jae-Seong Lee-Russo
d0d52aed33
Bug 547051: e10s: Support local use of Set/GetOwner for HttpChannelChild. r=jduell
...
--HG--
extra : rebase_source : f3f0865de440843825d7d4b4b865bee6b5a647c4
2010-04-21 02:02:05 -07:00
Doug Turner
acc5397046
Fix for build bustage in necko
2010-04-21 04:26:01 -07:00
Doug Turner
9a784d5dfd
Automerge with mc. no manual changes
2010-04-21 03:31:13 -07:00
Doug Turner
2ced4ed3a9
Bug 545869 - Remove small buffer #defines and use preferences. r=honza
2010-04-20 09:32:28 -07:00
Mike Hommey
46db370e20
Bug 502301 - Fix binhex_decode array signedness which broke builds on architectures where char is unsigned [r=benjamin]
...
This was detected by the C++0x narrowing conversion inside {} compilation errors.
2010-04-20 10:44:59 +02:00
Pam Greene
613aae91ae
Bug 557604 - add IDN <iran>.ir in two forms to PSL. r=gerv.
2010-04-19 15:24:59 +01:00
Chris Jones
8cd39f1f00
Merge mozilla-central
2010-04-16 01:34:35 -05:00
Jason Duell
32978fb1fc
Bug 558490: Infrastructure needed to support SetPriority in HttpChannelChild. a=jduell, r=dwitte
2010-04-10 21:53:35 -07:00
timeless@mozdev.org
c344af1bb6
Bug 560171 - nsDiskCacheStreamIO::Write leaks mBuffer on realloc failure, r=biesi
...
--HG--
extra : rebase_source : ab53e9aa6bbd9616b412bd82d3556157f6c80abd
2010-04-18 23:22:00 -07:00
Jason Duell
a3674174c8
Bug 558486: Stub functions in HttpChannelChild to allow testXUL demo to run. a=jduell, r=dwitte
2010-03-27 18:53:46 -07:00
Jason Duell
16cf1c132a
Bug 555514 - e10s HTTP: propagate SetReferrer to chrome process. a=jae-seong lee, r=jduell
2010-04-07 01:43:44 -07:00
Jason Duell
70617ee7a8
Bug 546581: e10s HTTP: create common base class for HttpChannelChild and nsHttpChannel. a=dwitte, r=jae-seong, r=jduell
2010-04-07 01:43:09 -07:00
Doug Turner
19845bed4d
merge from m-c. manually merging modules/plugin/test/testplugin/nptest.cpp dom/plugins/PluginModuleChild.cpp.
2010-03-26 14:22:48 -07:00
Dan Witte
90b6b20cf2
Bug 537156 - [e10s] Implement cookies. r=jduell,sdwilsh; sr=bz
2010-03-25 16:02:28 -07:00
Taras Glek
49db2378ea
Bug 516085 - replace the most frequent IOService getter with an efficient one r=biesi
2010-04-12 08:44:28 -07:00
Jeff Walden
70e07cf056
Make some test tweaks to aid in diagnosing bug 558497. r=foopy
...
--HG--
extra : rebase_source : 93059d61adcecbc3bc719c782bf37091b284ba2b
2010-06-15 09:58:17 -07:00
Joe Drew
308e5cd202
Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz
2010-04-16 17:05:47 -04:00
Michal Novotny
009289b688
Bug 443067 - Disk Cache overflow when downloading large files. r=bz
...
--HG--
extra : rebase_source : 23492fb28c073b676d193703bb9bb6a2976a462a
2010-04-15 02:19:00 -04:00
Ehsan Akhgari
fea14b0a04
Bug 569709 - Figure out the max number of entries we should store in the disk cache, and bump the default size of the disk cache to 250MB; r=jduell
2010-06-10 22:46:51 -04:00
Neil Rashbrook
78d1d301e8
Bug 571619 Drop support for aggregation with nsSimpleURI so that we can inherit nsSimpleNestedURI from it correctly r=biesi
2010-06-12 21:40:05 +01:00
Michal Novotny
07cfcdf8bb
Bug 523127 - Firefox can't list directories on Sysax FTP server. r=dougt, sr=biesi
2010-06-11 20:52:24 +02:00
timeless@mozdev.org
1d3c24e51b
Bug 562538 comparison between signed and unsigned integer expressions nsDiskCacheBlockFile::WriteBlocks
...
r=biesi
2010-05-13 11:11:24 -07:00
timeless@mozdev.org
a8a0220435
Bug 562519 cache result from PR_GetPhysicalMemorySize
...
r=biesi
2010-05-13 11:11:24 -07:00
Michael Kohler
9d899e6494
Bug 506041 Part 2: Correct misspellings in source code
...
r=timeless
2010-05-13 14:19:51 +02:00
Michael Kohler
6c0f59f4a6
Bug 506041 Part 2: Correct misspellings in source code
...
r=timeless
2010-05-13 14:19:50 +02:00
Justin Lebar
b7d1c73d65
Bug 553970 - Fix nsIURL::GetRelativeSpec documentation. r=biesi
...
--HG--
extra : rebase_source : 874de0e571120e2b9034d924b4e4f33f808bc0f0
2010-03-22 13:29:51 -07:00
Dave Townsend
1525faa802
Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz
2010-04-29 13:11:23 -07:00
Boris Zbarsky
c37a8a6807
Bug 561536. Make sure to call OnStartRequest even if we;re failing on an SSL CONNECT. r=jduell
2010-05-05 14:18:03 -04:00
Kai Engert
2eae427786
Bug 549641, Firefox raises alarm (in error console) about SSL servers being vulnerable to CVE-2009-3555
...
r=rrelyea, r=honzab
2010-05-03 13:34:16 +02:00
timeless@mozdev.org
1ff0772521
Bug 444770 - Include WOW64/x64/ia64 in the User Agent string's platform when run on a 64-bit Windows OS, r=biesi
...
--HG--
extra : rebase_source : d91b03aaab9669808bf9bb3c5159bb2f09078a35
2010-05-02 01:59:00 -07:00
Phil Ringnalda
0bedd942aa
Correct spelling of preceeding in a CLOSED TREE
2010-04-15 21:12:08 -07:00
Justin Lebar
66c6eaa855
Bug 554120: Fix out-of-bounds read in nsStandardURL.cpp. r=biesi
2010-03-22 00:36:38 -07:00
Rob Arnold
e55e92708a
Bug 563462 - Remove Photon bits from netwerk/ r=biesi
2010-05-12 14:31:24 -04:00
Daniel Holbert
8dab3e42ab
Bug 560393, part 3: (netwerk directory) Fix compile warning: format '%d' expects type 'int', but argument N has type size_t. r=jduell
2010-05-11 12:07:35 -07:00
Mike Hommey
c8d89d57be
Bug 448375 - Only depend on dbus-glib when needed. Depend on dbus instead [r=benjamin]
2010-04-24 09:39:53 +02:00
Brandon Sterne
1f2912edde
Bug 515797: Allow necko to create channels that are aware of Content Security Policy. r=jduell, sr=biesi
2010-04-10 16:08:21 -04:00
Boris Zbarsky
cd5d74649f
Bug 537120 part 1: Make sure the multipart converter's part channels install a type sniffer as needed. r=jduell
2010-04-10 09:10:21 -07:00
Ehsan Akhgari
a55bf8ee90
Bug 567680 - nsMemoryCacheDevide::BindEntry increments the entry count for doomed entries; r=bzbarsky
2010-05-23 22:15:18 -04:00
timeless@mozdev.org
63722ce0b0
Bug 515572 - nsCacheService::EvictEntriesForClient should do a best effort clear. r=biesi
2010-05-24 14:25:59 +02:00
jhorak@redhat.com
9f3f38e621
Bug 460443 - Thunderbird can't hande correctly multiline subject header that contains CR+HTAB instead of CR+SPC. r=biesi
2010-05-24 11:29:53 +02:00
Michael Kohler
8550fb091a
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
...
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Blake Kaplan
eb8f2bf96b
Bug 386635 - Automatically wrap sandboxes in security wrappers to make them easier to use safely. r=jst
...
--HG--
extra : rebase_source : c21431a5de17359b622c71061802b9f1713fcc8f
2010-02-11 17:04:41 -08:00
Jason Duell
99b97f5792
Bug 547809 - e10s HTTP: turn on IPC networking by default for xpcshell tests. a=jduell, r=dwitte
...
--HG--
extra : rebase_source : 5f752bfc570d9c65a7bd8311e16e87289f15fb66
2009-10-30 17:39:58 -07:00
Jason Duell
3898298861
Bug 536279 (send request headers to chrome channel) and bug 536283 (send full nsHttpResponseHead in OnStartRequest) a=jae-seong r=dwitte,jduell
2010-03-23 08:14:36 -07:00
Josh Matthews
767ff3bc23
Bug 542907 - "e10s: Chrome registry should be unified between parent and child" [r=benjamin]
2010-03-11 18:33:00 +13:00
Doug Turner
aed99c36d1
merge from mozilla-central. no merges required
2010-03-23 02:53:35 -07:00
Neil Rashbrook
bb888ef855
Bug 415761 Adding Windows-only test r=waldo
2010-03-20 23:57:57 +00:00
Ted Mielczarek
e703cb6bda
bug 552032 - compile nsIAppleFileDecoder.idl on x86_64 builds. r=josh
2010-03-17 19:09:10 -04:00
Shawn Wilsher
669c5430f9
Bug 536978 - Cookies should write to the database asynchronously.
...
This makes cookie insertion, updates, and deletions happen asynchronously off of
the main thread. The only I/O done on the main thread is the initial loading of
the database at each startup.
r=dwitte
2010-03-12 07:18:38 -08:00
Joel Maher
6b6e9978a3
Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE
2010-03-12 13:53:36 -08:00
Marco Bonardo
6b282c76f6
Backing out bug 536978, due to a Storage assertion causing orange. CLOSED TREE
2010-03-12 17:41:28 +01:00
Shawn Wilsher
5f9bed4706
Bug 536978 - Cookies should write to the database asynchronously.
...
This makes cookie insertion, updates, and deletions happen asynchronously off of
the main thread. The only I/O done on the main thread is the initial loading of
the database at each startup.
r=dwitte
2010-03-12 07:18:38 -08:00
Jason Duell
f81b2e3733
Merge from mozilla-central (rev 783ef71b479e) to e10s tree; gets xpcshell working again.
2010-03-18 14:59:34 -07:00
Doug Turner
ef54d33b11
Merge with mc
2010-03-17 10:37:32 -07:00
Doug Turner
453380b2a7
Merge
2010-03-12 15:20:36 -08:00
Doug Turner
02a7000526
Merge. manually merged. modules/plugin/test/testplugin/nptest.cpp, testing/xpcshell/head.js.
2010-03-10 19:13:35 -08:00
Doug Turner
6b387f5757
Merge with mc
2010-03-08 10:09:55 -08:00
Gervase Markham
13a73d6a19
Bug 547985 - Comment out nsw.gov.au in PSL. r=pkasting.
2010-03-08 16:28:57 +00:00