Patrick McManus
f5a58bd8b8
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
a599362539
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
0e1884e484
Bug 658949 patch 2: Refest & xpcshell-test-addition for this bug. r=bz
2011-05-24 17:40:35 +02:00
Daniel Holbert
5d3f90bd2b
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
c82951ef5c
Back out bug 658949 because of perma orange on Windows Reftests.
2011-05-24 15:36:32 +02:00
Daniel Holbert
a094756416
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
102eebe611
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
964a4cc7ed
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
d98052e70d
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
52817aa73e
Remove broken GetLocal calls in test_traceable_channel.js, r=jduell, a=queue
2011-05-24 02:29:02 -07:00
Jason Duell
345651b695
Add missing OnExamineResponse() call to e10s HTTP. r=biesi
2011-05-23 22:14:16 -07:00
Michal Novotny
c6be565fcc
Bug 651100 - Browser becomes unresponsive while watching embedded Youtube <video>. r=bjarne a=sheriff
2011-05-20 19:27:11 +02:00
Gervase Markham
9212e6e65e
Bug 658977 - Add co.nl and co.no to PSL.
2011-05-23 21:24:27 +01:00
Jothan Frakes
28fa5f59b1
Bug 654953 - Remove !tsk.tr rule from PSL.
2011-05-23 21:21:58 +01:00
Gervase Markham
3e69ebb7e6
Bug 658965 - Update PSL for .uk.
2011-05-23 21:09:31 +01:00
Christian Biesinger
166c86719a
Bug 658822 - Fix implementation of DNS timing in nsITimedChannel; r=jduell
2011-05-22 21:29:42 -07:00
Matheus Kerschbaum
6eb93f7dd3
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
2011-05-23 18:54:47 +02:00
Honza Bambas
44b47c4de7
Bug 658876 - nsHttpChannel.mAsyncOpenTime should be set after mLoadGroup->AddRequest, r=cbiesinger
2011-05-23 16:38:24 +02:00
bjarne@runitsoft.com
39045fbf7d
Bug 633743 - reverting closed tab with pushState changes sends request with HTTP_X_REQUESTED_WITH:XMLHttpRequest r=bzbarsky
...
With this change, we check for ResponseWouldVary() to make sure that we're talking about the same entity as the caller before we worry about whether the caller passed LOAD_FROM_CACHE and such. If what we have cached is just fundamentally different from what the caller wants, we don't want to return it.
2011-05-23 16:47:02 -04:00
Brad Lassey
c398b11302
bug 617115 - support building with andorid NDKr5 r=ted
2011-04-01 16:47:37 -07:00
wfernandom2004@gmail.com
f9a7c9e4cf
Bug 338583, implement EventSource, r=smaug,Ms2ger
...
--HG--
extra : rebase_source : 9dd6bbbc0d714fbafb2ed115c40cf7210b663b6a
2011-05-22 22:30:07 +01:00
Patrick McManus
01c51e2d07
bugzilla 640003 websockets ietf-07 r=smaug r=biesi sr=bz
2011-05-21 21:27:52 -04:00
Daniel Holbert
9b63119f9a
Bug 308590 patch 6: Fix nsDataHandler::NewURI to accept relative URI specifications like "#myRef". r=bz
2011-05-21 18:12:46 -07:00
Daniel Holbert
7c96f3c728
Bug 308590 patch 5: Clean up QIs to nsIURL that are really checks for "Does this support GetRef/SetRef", now that nsIURI supports GetRef/SetRef too. r=bz
2011-05-21 18:12:46 -07:00
Daniel Holbert
270f56506c
Bug 308590 patch 4: Add impl for .ref on nsSimpleURI. r=bz
2011-05-21 18:12:45 -07:00
Daniel Holbert
2ee75e0a93
Bug 308590 patch 3.5: Add nsIURI::CloneIgnoringRef interface & impls. r=bz sr=biesi
2011-05-21 18:12:45 -07:00
Daniel Holbert
f4110d2e96
Bug 308590 patch 3: Add nsIURI::EqualsExceptRef interface & impls. r=bz sr=biesi
2011-05-21 18:12:45 -07:00
Daniel Holbert
a8ca33ca0f
Bug 308590 patch 2: Move GetRef/SetRef from nsIURL to nsIURI. r=bz sr=biesi
2011-05-21 18:12:45 -07:00
Daniel Holbert
cbdf2a3c2f
Bug 308590 patch 1: Revamp test_URIs.js, including some tests for .ref (which will be supported on URIs after the rest of this bug's patches). r=bz
2011-05-21 18:12:45 -07:00
Daniel Holbert
fbd90779a4
Bug 654797: Remove no-longer-relevant comment about ("classic") MacOS in documentation for nsIURI::Clone. r=bz
2011-05-21 18:12:21 -07:00
Christian Biesinger
132b0e1ea8
Bug 576006 - Implement timing interface for channels
...
r=jduell sr=bz
2011-05-21 03:03:36 -07:00
Gervase Markham
66c8f868ca
Remove broken .pk IDN items in PSL. a=orange.
2011-05-20 18:27:05 +01:00
Gervase Markham
2704e45862
Bug 632595 - update PSL for .eg and .uk. r=pkasting.
2011-05-20 17:09:26 +01:00
Gervase Markham
919cacc3bd
Bug 638195 - update PSL for .br. r=pkasting.
2011-05-20 17:08:56 +01:00
Gervase Markham
5d28532192
Bug 638749 - update PSL for .do. r=pkasting.
2011-05-20 17:08:17 +01:00
Gervase Markham
d17b1d2cc6
Bug 658084 - add many new IDN TLDs to PSL. Patch by Jothan Frakes <jothan@gmail.com>; r=gerv.
2011-05-20 17:02:25 +01:00
Joel Maher
193c66083d
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
2011-05-20 11:54:01 -04:00
Mounir Lamouri
f1a4b0d5f5
Backout bug 632595, bug 638195, bug 638749 and bug 658084 due to oranges on xpcshell.
2011-05-20 16:54:30 +02:00
Gervase Markham
19674a6711
Bug 658084 - add many new TLDs to PSL. patch by Jothan Frakes <jothan@gmail.com>, r=gerv.
2011-05-20 14:12:52 +01:00
Gervase Markham
8f2a73f8de
Bug 638749 - update PSL for .do. r=pkasting.
2011-05-20 14:11:16 +01:00
Gervase Markham
6b2c4f3e9a
Bug 638195 - update PSL for .br. r=pkasting.
2011-05-20 14:10:39 +01:00
Gervase Markham
2f4d885303
Bug 632595 - update public suffix list for changes in .eg and .uk. r=pkasting.
2011-05-20 14:09:29 +01:00
Patrick McManus
60bdd5f819
bugzilla 640213 Implement RFC 2616 "Upgrade" (Section 14.42) r=biesi sr=bz
2011-05-19 19:43:37 -04:00
Patrick McManus
5cbbb7cba7
Bug 654201 - avoid nsHttpConnection::IsAlive() running event loop for unused SSL connections r=honzab sr=biesi
2011-05-19 15:06:44 -04:00
Mounir Lamouri
627dcdb633
Backout bug 654926 because of perma orange on Win Opt xpcshell.
2011-05-19 18:54:26 +02:00
Bjarne
083ab03e55
Tests for bug 654926. r=michal
2011-05-19 12:54:02 +02:00
Bjarne
3b62225eb0
Bug 654926 - Hang in nsDiskCacheStreamIO::CloseOutputStream while downloading WebM video from YouTube. r=michal
2011-05-19 12:45:51 +02:00
Zack Weinberg
c526a0f788
Bug 541496 part 4: rewrite ns(I)UnicharStreamLoader to produce a string rather than a stream; use string-taking parser API for async style loads. r=bzbarsky
2011-05-18 21:22:59 -04:00
Mounir Lamouri
513d0ca1d6
Merging cedar with mozilla-central.
2011-05-18 11:42:37 +02:00
Ed Morley
91238e76b1
Bug 316661 - Part A - Remove null-checks before delete. r=bsmedberg
2011-05-17 16:01:36 +02:00
Mike Hommey
addaf9f17c
Bug 620931 part 4 - Fix resource://app/ to always point to the same as resource:///. r=bsmedberg
2011-05-10 15:50:15 +02:00
Tuukka Tolvanen
4a600e1853
Bug 290274 - [mozTXTToHTMLConv] 'clever formatting' of plaintext strips caret from superscript display (x^2 => x2); r=BenB,honzab
2011-05-16 08:59:18 +01:00
Phil Ringnalda
3087bde664
Back out 40d44ce2377e (bug 640213) on suspicion of causing Windows crashes and timeouts in media tests
2011-05-14 20:13:57 -07:00
Mike Hommey
7de58a1cfa
Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
...
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.
We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.
We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).
The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.
Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
Patrick McManus
edb5534ce7
Bug 640213 - Implement HTTP 2616 Upgrade. r=biesi, sr=bz.
2011-05-14 18:55:54 +01:00
Phil Ringnalda
f32aa6957b
Back out 93604789da99 (bug 637339) on suspicion of causing timeouts in Linux debug test_httpsuspend_wrap.js CLOSED TREE
2011-05-13 20:48:38 -07:00
Nick Hurley
ea31e2b888
Bug 637339 - Improve error handling in HttpChannelChild. r=jduell
2011-05-13 18:02:07 -07:00
Daniel Holbert
5921cf64d1
Merging cedar with mozilla-central.
2011-05-13 17:17:56 -07:00
Patrick McManus
e6a161640a
bug 654201 - an idle persistent connection could be run with the wrong security callbacks r=honzab
2011-05-13 13:28:30 -07:00
Patrick McManus
bc5dd2ba37
bug 640003 - websockets, nsIIOService2::NewChannelFromURIWithProxyFlags() r=biesi sr=bz
2011-05-13 13:53:27 -04:00
Daniel Holbert
2aee8bfc79
Bug 656992: Use DebugOnly<> to fix 'unused variable' opt build warnings in NeckoMessageUtils.h. r=jduell
2011-05-13 13:25:31 -07:00
Dão Gottwald
19ed160915
Bug 655628 - Remove unused Accept_Charset atom. r=biesi
...
--HG--
extra : rebase_source : 27f4ded368d8ed2519eb40bdb96bbfa6ff06111d
2011-05-10 09:46:14 +02:00
Steven Michaud
7b86566115
Bug 654725 - Changes in OS X 10.7 break our Wi-Fi monitor code, causing crashes (followup fix). r=josh
2011-05-11 15:05:28 -05:00
Michael Wu
90fb74e443
Merge backout (to fix bug 656172)
2011-05-10 19:10:01 -07:00
Michael Wu
899d3b6b5d
Back out parts 3-7 of bug 620931 which caused bug 656172, r=killer
2011-05-10 18:27:51 -07:00
Siddharth Agarwal
fbd92c4b61
Bug 656099 - bustage fix: add a null param to scheduleUpdate calls. CLOSED TREE
...
Bug 536295 changed the API, but these calls were missed.
2011-05-11 01:28:33 +05:30
Steven Michaud
55f9653a14
Bug 654725 - Changes in OS X 10.7 break our Wi-Fi monitor code, causing crashes. r=josh
2011-05-10 14:44:17 -05:00
Ed Morley
97cc9c4eea
Bug 655756 - Remove final XP_MAC remnants; r=josh
2011-05-10 20:24:48 +02:00
Mike Hommey
87f8525f75
Bug 620931 part 4 - Fix resource://app/ to always point to the same as resource:///. r=bsmedberg
2011-05-10 15:50:15 +02:00
Mike Hommey
a1c93a6f14
Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
...
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.
We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.
We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).
The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.
Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
Mike Hommey
20afaf1296
Bug 620931 part 1 - Use chrome manifest to register resource://gre-resources/. r=bsmedberg
2011-02-25 12:48:02 +01:00
Mounir Lamouri
fc89f5809d
Merging cedar with mozilla-central.
2011-05-08 18:23:36 +02:00
Ed Morley
a8711ede9f
Bug 654552 - Remove WinCE code from netwerk/* ; r=cbiesinger
2011-05-07 10:03:16 +02:00
Zack Weinberg
3febb9d39a
Bug 541496 prelim 1: remove nsIUnicharStreamListener (no in-tree implementations). r=hsivonen
2011-05-06 08:45:33 -07:00
Nick Hurley
bf26c8a98e
bug 648878 - move get(local|remote)(address|port) to httpchannelchild r=jduell
2011-05-05 11:45:59 -04:00
Boris Zbarsky
8b85800ca4
Backed out changeset 998b91ea0ffa (bug 648878) because it doesn't build on Windows.
2011-05-03 19:34:58 -04:00
Nick Hurley
22595309e7
bug 648878 - move get(local|remote)(address|port) to httpchannelchild, r=jduell
2011-05-03 17:47:05 -04:00
Patrick McManus
da0beb9021
Bug 653530 - HTTP Transaction multiply dispatched r=honzab
...
--HG--
extra : rebase_source : 6ba6ea647bd83154f03ded03ec4fc88580fc8f2f
2011-04-29 15:32:40 -04:00
Chris Jones
31aa2c4e77
Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc
...
--HG--
rename : xpcom/glue/Monitor.h => xpcom/glue/ReentrantMonitor.h
2011-04-29 14:21:57 -05:00
Patrick McManus
d4829d7fc0
bug 652761 ABORT: half open complete but no item: 'index != -1' with embedded src port 80000 r=honzab
2011-04-28 17:43:24 -04:00
Christian Biesinger
f0c56c0c72
Unbreak android from cset acb6850ca38c / Bug 650429 - it doesn't have getpass.
2011-04-28 13:15:46 -07:00
Christian Biesinger
fc9ad38a0f
Bug 650429 - Enable TestProtocols with libxul
...
r=bz
2011-04-28 11:30:30 -07:00
Ms2ger@gmail.com
e6d71c2141
Bug 572652 - Remove the Accept-Charset header from HTTP requests. r=bz
2011-05-08 10:33:18 +02:00
Oleg Romashin
46e3ef201d
Bug 646412 - After Connection is established on MeeGo. Browser shows Error Page. r=wolfiR
2011-05-07 11:27:13 +03:00
Oleg Romashin
ceb21144c4
Bug 646412 - fix autodial pref initialization r=cbiesinger
2011-05-07 11:26:58 +03:00
Mounir Lamouri
822cb64aff
Merge cedar with mozilla-central.
2011-04-20 10:15:33 +02:00
Daniel Holbert
d583908c8e
Bug 650871: Use unsigned int as loop counter in nsHttpConnectionMgr::OnMsgReclaimConnection, to fix GCC warning. r=biesi r=mcmanus
2011-04-20 01:28:38 +02:00
Philipp von Weitershausen
1d43d57f19
Bug 648367 - Add run_next_test to head.js. r=ted
2011-04-18 13:31:20 -07:00
Bjarne
0bb0c3bf95
Bug 549767 - Write/flush cache metadata off main-thread. r=michal.novotny
2011-04-17 19:31:15 +02:00
Ehsan Akhgari
d092746b6a
Backed out changeset 3c42531f4ec8 (bug 627672) because of possibility of being related to the Maemo oranges
2011-04-15 16:41:36 -04:00
Ehsan Akhgari
455d5a5d71
Merge cedar into mozilla-central
2011-04-15 09:35:11 -04:00
Julian Reschke
bf61a37b99
Bug 588389 - content-disposition: escaped characters in quoted-string give funny results; r=bzbarsky
2011-04-14 12:08:10 -07:00
Adam Barth
a5e439e693
Bug 610218 - Quotes in "path" for Set-Cookie are taken literally; r=dwitte
2011-04-14 15:58:42 -04:00
Martin Stransky
25377361b8
Bug 627672 - XPCOM component (libdbusservice.so) is not registered although it should be; r=cbiesinger
2011-04-14 13:53:25 -04:00
Mitchell Field
e5a30afb49
Merge mozilla-central to build-system.
2011-04-19 13:22:32 +10:00
Mitchell Field
b6cdf39fe4
Merge mozilla-central to build-system.
2011-04-16 00:27:18 +10:00
Mitchell Field
bc25d3499c
Merge mozilla-central to build-system.
2011-04-14 12:05:07 +10:00
Jacek Caban
715481c517
Bug 647820 - Don't use -mno-cygwin on mingw compilation (m-c part) r=ted.mielczarek
2011-04-11 13:41:00 +00:00
Jeremias Bosch
aac0c73254
Bug 646396 - Update QtNetworkManager to new API useage. r=romaxa
2011-04-08 11:51:32 -07:00
Ehsan Akhgari
9fc520a05c
Merge cedar into mozilla-central
2011-04-06 16:39:14 -07:00