Kyle Huey
|
4c6fa934a1
|
Merge m-c to cedar again to bring over the fix for the android talos perma-orange.
|
2011-06-07 15:42:30 -07:00 |
|
Josh Matthews
|
0bb92cb891
|
Bug 661998 - Fix risky use of nsITimer in xpcshell test. r=gavin
|
2011-06-07 04:45:36 -04:00 |
|
Kyle Huey
|
d2da8f5e6c
|
Merge m-c to cedar since I already pushed it in, and push what I actually wanted to push
|
2011-06-07 13:23:03 -07:00 |
|
Kyle Huey
|
151af10b12
|
Bug 662122: Add leak logging annotations to some WebSockets classes. r=mcmanus
|
2011-06-07 13:12:19 -07:00 |
|
Jonathan Protzenko
|
1b9ca7ae96
|
Bug 662126 - Audit ConfirmEx callers to ensure that aCheckState is not an uninitialized PRBool r=bz
|
2011-06-07 20:06:12 +02:00 |
|
Randell Jesup
|
647ee8dc28
|
Bug 125608: Reduce size of nsStandardURLs by average of 27+ bytes. r=bz
|
2011-06-07 12:17:40 -04:00 |
|
Jeff Walden
|
659de83b44
|
Bug 662001 - Use RangedPtr<T> in one location outside js/src/ to verify that mfbt/RangedPtr.h is usable by non-JS code. r=bz
|
2011-06-06 11:02:35 -07:00 |
|
Daniel Holbert
|
70f5d4d89e
|
Bug 661967: Remove never-read local variable from nsIOService::GetProtocolHandler. r=bz
|
2011-06-07 10:50:14 -07:00 |
|
Jacek Caban
|
ab9e18c25c
|
Bug 661517 - nsWebSocketHandler.cpp fails to compile on mingw-w64 r=mcmanus DONTBUILD
|
2011-06-06 13:16:22 +02:00 |
|
Patrick McManus
|
30807283a7
|
Bug 661136 - websockets setuprequest in redirect path return not used r=beisi
--HG--
extra : rebase_source : e3ba9a7e4e5a5beb02c441ae03b3825e76e72d49
|
2011-06-02 20:48:06 -04:00 |
|
Patrick McManus
|
dd0f45455f
|
bug 660613 - websockets fix where platform has < 32bits of RAND_MAX r=biesi
--HG--
extra : rebase_source : 276be91e1eb90b5101536cc95e41d9b4e892f0e1
|
2011-06-02 20:48:06 -04:00 |
|
Patrick McManus
|
69dd10b7f4
|
bug 597706 - test for double content length in response header r=jduell
--HG--
extra : rebase_source : 66ce23e335720742724250d248c9947dfd4eb33c
|
2011-06-02 20:48:05 -04:00 |
|
Dominic Fandrey
|
0ab2f46136
|
Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
|
2011-06-02 14:56:50 +02:00 |
|
Patrick McManus
|
14fd4e9ce5
|
bug 597706 - response header smuggling r=honzab
reject responses with multiple non identical or invalid
content-length headers
|
2011-05-31 19:51:51 -04:00 |
|
Chris Pearce
|
7faba3664c
|
Bug 508128 - add gc() in httpd.js, reduces memory by 1GB in xpcshell.exe during mochitest run. r=jwalden
|
2009-08-04 16:55:00 -04:00 |
|
Mounir Lamouri
|
53c39f24f1
|
Merging cedar with mozilla-central.
|
2011-05-30 12:50:04 +02:00 |
|
Henri Sivonen
|
c22caad492
|
Bug 656904 - Make the view-source: URL constructor pay attention to the base URL. r=bzbarsky.
|
2011-05-30 09:07:48 +03:00 |
|
Honza Bambas
|
93540b483c
|
Bug 649338 - Expose mUploadStreamHasHeaders on the HttpBaseChannel, comment correction
|
2011-05-29 16:14:21 +02:00 |
|
Honza Bambas
|
923a9677e4
|
Bug 649338 - Expose mUploadStreamHasHeaders on the HttpBaseChannel, r=bz
|
2011-05-29 15:55:38 +02:00 |
|
Daniel Holbert
|
2cae6f9959
|
Bug 660066 patch 2: Prevent nsFileDataURI from QI'ing to nsSimpleURI. r=bz
|
2011-05-27 21:55:20 -07:00 |
|
Daniel Holbert
|
1ff06e3afb
|
Bug 660066 patch 1: Null-check mPrincipal in nsFileDataURI::EqualsInternal. r=bz
|
2011-05-27 16:53:06 -07:00 |
|
Daniel Holbert
|
a688dcaeef
|
Bug 660066 patch 0: Add some more test URIs to test_URIs.js xpcshell test. r=bz
|
2011-05-27 16:53:03 -07:00 |
|
Mounir Lamouri
|
927ee0c01a
|
Merging cedar with mozilla-central.
|
2011-05-27 09:57:51 +02:00 |
|
Mounir Lamouri
|
cd6b283df4
|
Backed out bug 125608 because of orange.
|
2011-05-27 09:53:26 +02:00 |
|
Mounir Lamouri
|
21d4fb1a0d
|
Backed out bug 659871, changeset 0cf4fa02c0f2, because of orange.
|
2011-05-27 09:52:42 +02:00 |
|
Randell Jesup
|
8e3b689de5
|
Bug 659871: Don't allow nsStandardURL::SetPort to set an invalid port. r=bz
|
2011-05-27 02:46:41 -04:00 |
|
Randell Jesup
|
b44bd495b7
|
Bug 125608: NewURI was allocating more memory than needed. r=bz
|
2011-05-27 02:46:33 -04:00 |
|
Randell Jesup
|
b23a547d6a
|
Bug 507569: Fix possible crash in nsStandardURL::SegmentIs() (Coverity) r=bz
|
2011-05-27 01:44:15 -04:00 |
|
Daniel Holbert
|
54188974e6
|
Bug 659698: Fix nsJSURL to handle the recent .ref additions to nsSimpleURI. r=bz
|
2011-05-26 01:20:06 -07:00 |
|
Mounir Lamouri
|
cdd5310491
|
Merging cedar with mozilla-central.
|
2011-05-26 08:34:54 +02:00 |
|
Randell Jesup
|
72108621f5
|
Backed out changeset 369680a6f40b - apparent blown merge
|
2011-05-26 00:26:31 -04:00 |
|
Randell Jesup
|
924edb8dcd
|
Bug 125608: NewURI did larger allocations than needed - r=bz
|
2011-05-25 23:39:31 -04:00 |
|
Bjarne
|
94e5da14c6
|
Fixing part of bug 659569. Fix issue with Firefox getting stuck in a redirect loop when connecting to Ubiquiti radio equipment. r=bzbarsky@mit.edu
|
2011-05-25 15:23:05 -07:00 |
|
Emanuele Costa
|
1794453516
|
Make nsJSURI inherit from nsSimpleURI. Bug 647570, r=bzbarsky
|
2011-05-25 16:23:07 -04:00 |
|
Matt Brubeck
|
ec953fc5a6
|
Merge cedar to mozilla-central
|
2011-05-24 14:55:37 -07:00 |
|
Patrick McManus
|
2ead98965f
|
604796 - close our idle HTTP connection when server closes its end r=honzab
--HG--
extra : rebase_source : b4c89df4d3eab7b7c8c60d625467847557bc7291
|
2011-05-16 09:32:37 -04:00 |
|
Julian Reschke
|
58bfed45f8
|
Bug 655238 - add "application/xslt+xml" as media type for XSLT, affects stylesheet loading both from processing instruction and HTTP Link header field, also adding it to the Accept header sent when fetching XSLTs. r=sicking
|
2011-05-28 14:34:36 +02:00 |
|
Daniel Holbert
|
c6200a94b0
|
Bug 658949 patch 2: Refest & xpcshell-test-addition for this bug. r=bz
|
2011-05-24 17:40:35 +02:00 |
|
Daniel Holbert
|
48efea9ab8
|
Bug 658949 patch 1: Teach nsDataHandler::ParseURI about #ref, and transfer 'isRefValid' flag in nsSimpleURI::Clone. r=bz
|
2011-05-24 17:40:10 +02:00 |
|
Mounir Lamouri
|
e97a7a4ee5
|
Back out bug 658949 because of perma orange on Windows Reftests.
|
2011-05-24 15:36:32 +02:00 |
|
Daniel Holbert
|
0932137d8d
|
Bug 658949 patch 2: Refest & xpcshell-test-addition for this bug. r=bz a=sheriff
|
2011-05-24 03:39:31 -07:00 |
|
Daniel Holbert
|
9c8854da80
|
Bug 658949 patch 1: Teach nsDataHandler::ParseURI about #ref, and transfer 'isRefValid' flag in nsSimpleURI::Clone. r=bz
|
2011-05-24 03:37:54 -07:00 |
|
Daniel Holbert
|
d49f86beba
|
Bug 659177: Update signature of nsAboutProtocolHandler::StartClone so that it continues overriding inherited method. r=bz a=sheriff
--HG--
extra : rebase_source : 50a7c76c3ce1d6988161047ee534b50f84bd26eb
|
2011-05-24 09:06:18 +02:00 |
|
Jason Duell
|
05cec30300
|
Bug 646373 - Fix AdBlock2 on fennec (nsITraceableChannel.setNewListener() is unimplemented under e10s.) r=honza, a=queue
|
2011-05-24 02:32:26 -07:00 |
|
Jason Duell
|
8126bb2e85
|
Remove broken GetLocal calls in test_traceable_channel.js, r=jduell, a=queue
|
2011-05-24 02:29:02 -07:00 |
|
Jason Duell
|
db6cc3f4b0
|
Add missing OnExamineResponse() call to e10s HTTP. r=biesi
|
2011-05-23 22:14:16 -07:00 |
|
Michal Novotny
|
e2449dc59b
|
Bug 651100 - Browser becomes unresponsive while watching embedded Youtube <video>. r=bjarne a=sheriff
|
2011-05-20 19:27:11 +02:00 |
|
Gervase Markham
|
1260fd2a31
|
Bug 658977 - Add co.nl and co.no to PSL.
|
2011-05-23 21:24:27 +01:00 |
|
Jothan Frakes
|
97dbb20269
|
Bug 654953 - Remove !tsk.tr rule from PSL.
|
2011-05-23 21:21:58 +01:00 |
|
Gervase Markham
|
59e7ab452d
|
Bug 658965 - Update PSL for .uk.
|
2011-05-23 21:09:31 +01:00 |
|