Mounir Lamouri
4291f1e845
Backed out changeset e72707266b4a because of orange on Win Debug. a=backout
2010-10-21 15:16:34 +02:00
Michal Novotny
c12906c97c
Bug 592422 - preallocate individual (non-block) cache files. r=jduell,taras a=b
2010-09-22 11:47:46 +02:00
Dan Witte
39d8c0abf3
Bug 605835 - Stack exhaustion in cookie observers on startup with 10-20 nightly. r=sdwilsh, a=beta8+
2010-10-20 12:11:54 -07:00
Honza Bambas
e618ce3cbb
Bug 536295 - e10s HTTP: offline application cache, r=dwitte, sr=cbiesinger, a=fennec-2.0b2+
...
--HG--
rename : uriloader/prefetch/nsOfflineCacheUpdate.cpp => uriloader/prefetch/OfflineCacheUpdateChild.cpp
rename : uriloader/prefetch/nsOfflineCacheUpdate.cpp => uriloader/prefetch/nsOfflineCacheUpdateService.cpp
2010-10-20 19:12:32 +02:00
Dan Witte
353424c48f
Bounce input stream and FTP patches for Windows test failure. a=bustage
2010-10-19 19:46:54 -07:00
Dan Witte
baf47b6be2
Bug 598196 - Use journal_mode = WAL in cookies. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
27c0df58b7
Bug 599799 - Cookies are doubled when switching between FF3.6 and FF4beta. Part 1: remove NULL baseDomains. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
95a68e5750
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 5: Replace expired cookies eagerly, and make expired cookies visible in API results. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
b17354e38b
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 4: delete expired cookies on migrate. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
68ea23abd0
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 3: test improvements. r=sdwilsh, a=betaN+
2010-10-19 17:24:52 -07:00
Dan Witte
a3549caaa2
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 2: add triple index. r=sdwilsh, a=betaN+
2010-10-19 17:24:52 -07:00
Dan Witte
4d71dd8fd7
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 1: fix mDefaultDBState. r=sdwilsh, a=betaN+
2010-10-19 17:24:52 -07:00
Dan Witte
c50d79868f
Bug 595925 - Use OpenUnsharedDatabase in cookies. r=sdwilsh, a=final+
2010-10-19 17:24:52 -07:00
Alon Zakai
7b7c9519a3
Bug 536289 - Part 2: Make FTP work for fennec. r=jduell a=blocking-fennec
2010-08-10 14:47:00 -04:00
Josh Matthews
796315a49f
Bug 536289 - Part 1: Move IPC::InputStream to a more general location. r=jduell a=blocking-fennec
2010-10-14 14:21:48 -04:00
Dan Witte
5957895323
Bug 564553 - e10s HTTP: Serialize nsInputStreams to support large file uploads. Part 2: fix DELETE_ON_CLOSE behavior. r=jdm, a=blocking-fennec2.0b2+
2010-10-19 17:24:52 -07:00
Jae-Seong Lee-Russo
59fe8fd6d5
Bug 564553 - e10s HTTP: Serialize nsInputStreams to support large file uploads. Part 1: serialize them. r=dwitte, a=blocking-fennec2.0b2+
2010-10-19 17:24:52 -07:00
Mark Banner
76e1d7ec5f
Fix non-IPC build bustage from bug 561085. a=bustage-fix
2010-10-19 17:32:37 +01:00
Dan Witte
9a433ac962
Bug 595305 - Factor cookie third-party URI code into separate API. r=bent, a=betaN+
2010-10-19 09:37:03 -07:00
Josh Matthews
812c0770da
Bug 561085 - Bustage fix. a=bustage
2010-10-19 11:44:31 -04:00
Josh Matthews
f90219471a
Bug 561085 - Add IDPL queueing to wygiwyg protocol. r=dwitte a=blocking-fennec
2010-10-17 09:41:50 -04:00
Michal Novotny
ac7049477a
Bug 561085 - Make wyciwyg channel work in e10s. r=dwitte sr=biesi
...
--HG--
rename : content/html/document/public/nsIWyciwygChannel.idl => netwerk/protocol/wyciwyg/nsIWyciwygChannel.idl
rename : content/html/document/src/nsWyciwygChannel.cpp => netwerk/protocol/wyciwyg/nsWyciwygChannel.cpp
rename : content/html/document/src/nsWyciwygChannel.h => netwerk/protocol/wyciwyg/nsWyciwygChannel.h
rename : content/html/document/src/nsWyciwygProtocolHandler.cpp => netwerk/protocol/wyciwyg/nsWyciwygProtocolHandler.cpp
rename : content/html/document/src/nsWyciwygProtocolHandler.h => netwerk/protocol/wyciwyg/nsWyciwygProtocolHandler.h
2010-10-11 13:35:10 +02:00
Josh Matthews
fcdd709275
Bug 536289 - Generalize IPDL event queue some more. r=jduell a=blocking-fennec
2010-10-16 01:26:14 -04:00
Boris Zbarsky
52ff738d80
Bug 602780. Fix handling of hosts in NS_SecurityCompareURIs. r=jst, a=blocker,jst
2010-10-15 17:55:53 -04:00
Patrick McManus
baa6ce418a
Bug 593386 - HTTP Pipeline Blacklist annotations. r=jduell
...
Add EFAServer, Nestscape Enterprise 4/5/6, and Weblogic <=6 to
server pipeline blacklist, joining iis/4, iis/5, and nses/3.
The previous code did 3 strcasestr()s on every http transaction to check
the old blacklist - it did that even if pipelining was configured off.
The new code creates indexes to the lookups according to the first
char and changes the comparison to straight strncmp()s which are
totally fine for finding these signatures... Servers that begin with A
don't need any string operations now, and even servers that begin with
M have gone from 3 strcasestr()s to 2 strcncmp()s which is definitely
better.
2010-09-03 21:35:49 -04:00
Justin Lebar
1e91d0253e
Backing out changesets bb01920c2708 and a4a69aef3cba due to orange.
2010-10-15 16:24:08 -07:00
Boris Zbarsky
6e3f583fb1
Bug 602780. Fix handling of hosts in NS_SecurityCompareURIs. r=jst, a=blocker,jst
2010-10-15 17:55:53 -04:00
Ehsan Akhgari
df16cbf877
Bug 525222 - XML errors possible on file:// listings; r=bzbarsky a=jst
...
--HG--
extra : rebase_source : 343aa3a018f007db8336e4c221fef27981e5bc45
2010-10-12 18:30:42 -04:00
Dão Gottwald
18d8144ca5
Bug 591573 - remove support for general.useragent.vendor & vendorSub. r=dwitte sr=dveditz a=jst
2010-10-15 11:11:19 +02:00
Alon Zakai
d83eb5d7d0
Bug 517584 - Fix orange in test for bug 480619. r=dwitte a=blocking-fennec
2010-10-14 17:28:45 -07:00
Jon Hemming
6d067a9e1a
Bug 591881 - Suspend pruning of idle connections when possible. r=dwitte a=blocking-fennec
2010-10-14 17:28:43 -07:00
Brandon Sterne
ed2ecaca2e
Bug 561051 - make CSP frame-ancestors and X-Frame-Options work with viewSourceChannels, a=jst
2010-10-14 15:25:00 -07:00
Jonas Sicking
c40b22120b
Followup for bug 575946. Enable all the tests on windows by using a different way of testing that the full file was written. a=NPOTB
2010-10-13 21:13:16 -07:00
Jonas Sicking
e7e13b2084
Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner
2010-10-13 16:25:33 -07:00
Honza Bambas
c67419b5b6
Bug 537381 - -1 as port number cause default port to be used, should fail to load, r=bz, a=blocking:final
2010-10-11 21:39:09 +02:00
Alon Zakai
3fad238bbf
Bug 599428 - Optimize permissions IPC. r=dwitte a=blocking-fennec
2010-10-09 11:07:38 -07:00
Honza Bambas
66f2a8369f
Bug 586766 - e10s http: fix redirect/cancel race. r=jduell, a=blocking-fennec-b2
2010-10-08 22:07:58 -07:00
Honza Bambas
4f467cb08b
Bug 586738 - e10s http: check HttpChannelChild::Redirect1Begin cancel logic. r=jduell, a=blocking-fennec-b2
2010-10-08 22:07:49 -07:00
Ehsan Akhgari
c15794aaf5
Bug 430910 - nsStandardURL gets confused when the query string or the anchor name contains slash characters; r=bzbarsky a=roc
2010-09-24 14:21:17 -04:00
Dan Witte
b9cf988084
Back out all cookie changes due to bug 602746. a=omgeverythingisbroken
2010-10-07 19:02:30 -07:00
Josh Matthews
35560153ae
Bug 587171 - Pass SetPriority IPC messages to redirected channels. r=honzab a=blocking-fennec
...
--HG--
extra : rebase_source : ceffe93f7f98434db5b5c82350cfc7963bad7640
2010-09-15 13:12:38 -07:00
Josh Matthews
c14681a2e6
Bug 591708 - Initiate all PHttpChannel protocol deletion from the child to avoid races. r=honzab a=blocking-fennec
...
--HG--
extra : rebase_source : 76568dbe568345aaf276ef166407c9338bf8f477
2010-09-15 12:26:15 -07:00
Josh Matthews
a125b4f2db
Bug 598076 - Update HTTPChannelChild to use new general event queueing infrastructure. r=jduell a=blocking-fennec
...
--HG--
extra : rebase_source : a6e12cbcf6a98139620f19590ada2cde583d70bd
2010-09-20 14:37:13 -04:00
Josh Matthews
94609b6e60
Bug 598076 - Create EventQueue class to allow multiple necko protocols to reuse IPDL queueing code. r=jduell a=blocking-fennec
...
--HG--
extra : rebase_source : 91b4a645f9e13fbed25093c6a44f4bf2e6c71ad1
2010-09-20 14:37:09 -04:00
Dan Witte
246bdbe90c
Bug 598196 - Use journal_mode = WAL in cookies. r=sdwilsh, a=betaN+
2010-10-07 14:01:16 -07:00
Dan Witte
4ed4ad788c
Bug 599799 - Cookies are doubled when swithing between FF3.6 and FF4beta. r=sdwilsh, a=beta8+
2010-10-07 14:01:02 -07:00
Dan Witte
d35ee96b79
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 3: test improvements. r=sdwilsh, a=beta8+
2010-10-07 14:00:17 -07:00
Dan Witte
4186156de5
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 2: add triple index. r=sdwilsh, a=beta8+
2010-10-07 14:00:17 -07:00
Dan Witte
ec30bfbdb3
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 1: fix mDefaultDBState. r=sdwilsh, a=beta8+
2010-10-07 14:00:17 -07:00
Dan Witte
26b9bc422a
Bug 595925 - Use OpenUnsharedDatabase in cookies. r=sdwilsh, a=final+
2010-10-07 14:00:17 -07:00
Honza Bambas
a346c6b678
Bug 587146 - e10s http: fix auth test in test_resumable_channel.js, r=dwitte, a=testonly
2010-10-07 16:43:17 +02:00
Ehsan Akhgari
03894bd5c2
Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske,jimm sr=rstrong a=blocking-beta7+
...
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
2010-10-02 11:53:37 -04:00
Ehsan Akhgari
ff11ef48ac
Backed out changeset b08b684644a1 (bug 568816) because of Ts regression on Windows
2010-10-03 22:18:18 -04:00
Ehsan Akhgari
b4c63ec0a1
Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske sr=rstrong a=blocking-beta7+
...
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
2010-10-02 11:53:37 -04:00
Doug Turner
6a67b9bb7e
Bug 558624 - e10s Cookies: Optimize implementation. Part 5. Mop up mRemoteChannel and its uses. r=dwitte. a=blocking-fennec
...
--HG--
extra : rebase_source : 1a9ca4b7e50588c556d1b290cca1c3c4546902d1
2010-10-01 21:17:27 -07:00
Doug Turner
8aed7e5306
Bug 558624 - e10s Cookies: Optimize implementation. Part 4. Remoeve cookies being set in the child by necko. r=dwitte. a=blocking-fennec
...
--HG--
extra : rebase_source : 2045bc83fcc7627f42f0820c781f2ad2bd10a261
2010-10-01 21:17:26 -07:00
Doug Turner
33b05df1a8
Bug 558624 - e10s Cookies: Optimize implementation. Part 3. Forward request head to child during OnStartRequest. r=dwitte. a=blocking-fennec
...
--HG--
extra : rebase_source : f7becf88a7e0daddf680e578b82b1e198c4d5437
2010-10-01 21:17:23 -07:00
Doug Turner
b9e1d30fa7
Bug 558624 - e10s Cookies: Optimize implementation. Part 2. Tests. r=dwitte. a=blocking-fennec
...
--HG--
extra : rebase_source : d199cb380ff0a69353c6f35d6d959fb95b226bf6
2010-10-01 15:18:55 -07:00
Doug Turner
1650677c20
Bug 558624 - e10s Cookies: Optimize implementation. Part 1. Clean up warning in http. r=dwitte. a=blocking-fennec
...
--HG--
extra : rebase_source : 5cbdc4b4314575ba339bc6c663279deb8233e812
2010-10-01 15:18:55 -07:00
Jason Duell
bc3c0f9366
Bug 599122: Don't initialize PSM on child. r=honza a=blocking-fennec-2.0b2
2010-09-30 23:57:01 -07:00
Josh Matthews
ad7e8474d6
Bug 595972 - Fix event queue state invariants on HTTP channel resume. r=jduell a=blocking-fennec
2010-09-17 00:23:25 -07:00
Mounir Lamouri
8ac657546b
Merging backout.
2010-09-30 17:05:19 -07:00
Mounir Lamouri
6fb5c95481
Bug 600813 - Removing PUT and DELETE form methods. a=blocking-b7
2010-09-30 16:55:11 -07:00
Jason Duell
6fbe21f5ba
Bug 596476 followup: Forgot to change name of constant. r=me a=beta7
2010-09-30 11:39:39 -07:00
Jason Duell
5618b62fd6
Guarantee smart_size algorithm using correct directory, and safely. r=jst, a=beta7
2010-09-29 16:41:03 -07:00
Jason Duell
3fdec5a382
Use 1 GB cache size while we wait for the smart size event. r=jst, a=beta7
2010-09-29 16:41:03 -07:00
Jason Duell
bb69c203d1
Convert all sizes in cache smart size logic to use KB. r=jst, a=beta7
2010-09-29 16:41:03 -07:00
Jason Duell
a0e7fe6406
Bug 596476 Previous default cache size was 50, not 250 MB. r=jst, a=beta7
2010-09-29 16:41:03 -07:00
Jason Duell
5ae2b286c8
Bug 598007: Bump HTTP cache version number to see if it affects crash rate. r=me a=beta7
2010-09-28 18:26:57 -07:00
Doug Turner
972855f4bb
Bug 600235 - Remove wifi scanning code on windows for versions less than XP SP3. r=stuart, a=beltzner
...
--HG--
extra : rebase_source : d8fc9a5eaf7c4a7fc0bc8fc0e4fd5e77bb698954
2010-09-28 15:07:15 -07:00
Doug Turner
f9933e7a77
fixing build bustage - bug 600235. a=me
2010-09-28 14:34:24 -07:00
Doug Turner
b70453821a
Bug 600235 - Remove wifi scanning code on windows for versions less than XP SP3. r=shaver a=shaver
...
--HG--
extra : rebase_source : 44a3ebb42b991d777c55084870b938586f4812a0
2010-09-28 10:01:23 -07:00
Wan-Teh Chang
42d2fa87f3
Bug 591523: Disable SSL false start by default.
...
r=sayrer a=blocking2.0:beta7
2010-09-21 14:57:09 -07:00
Byron Milligan
18acf78165
Bug 583288 (1/2) - Lets client to force caching on nsICachingChannel no matter the HTTP method. r=sicking a2.0=sicking
2010-09-10 06:58:22 +02:00
Ian Neal
f9ccd782a3
Bug 589613 - [SeaMonkey 2.1, mochitest-browser-chrome] browser_Services.js | Services.search exists
...
r=gavin a=NPOTB
2010-09-18 13:42:07 +01:00
Edmund Wong
02f855dc6b
Bug 535048: Remove nsILeakDetector leftovers from the tree. r=khuey a=test-only
2010-09-17 21:27:12 -04:00
Bjarne Herland
6e12c675dc
Bug 596808 - nsDiskCacheDevice::Init() called twice resulting in no disk cache available r=jduell, a=betaN
2010-09-16 20:21:16 -07:00
Dan Witte
271a6ebe47
Remove unnecessary sleep(). No bug, test-only.
2010-09-16 13:21:12 -07:00
Taras Glek
beb03cd5bb
Bug 592520 - Do not fragment the hell out of CACHE__00[1-3]__. r=bsmedberg/jduell, a=betaN+
2010-09-16 13:21:12 -07:00
Dan Witte
61a3b4f887
Bug 580449 - Address nsCookieService.cpp review. r=jdm, a=fennec2.0+
2010-09-16 13:21:12 -07:00
Dan Witte
49204383e2
Bug 580448 - Document PCookieService.ipdl. r=jdm, a=fennec2.0+
2010-09-16 13:21:12 -07:00
Gervase Markham
7994377fda
Bug 576508 - rollup of changes to the Public Suffix List. a=beltzner.
...
--HG--
extra : rebase_source : a1e5e5a1ac16da84b2bc4c429b68bd363cc485fa
2010-09-16 18:02:54 +01:00
Jason Duell
d1d99752fe
Bug 595293 - e10s: shrink cache on child. r=dwitte, a=beta7
2010-09-16 01:34:37 -07:00
Miika Jarvinen
2f9962ddf7
Bug 593142 - Remove DOM window check code from netwerk r=romaxa a=npodb
2010-09-15 22:30:04 -07:00
Brian Crowder
1cae557002
Bug 567267 - disable decoding in HttpChannelParent, make smart decisions in child process, r=dwitte, blocking-fennec2.0b1=mfinkle
2010-09-15 15:55:08 -07:00
Brian Crowder
6d2f11959b
Bug 567267 - Move nsIEncodedChannel logic to base Http class, r=dwitte, blocking-fennec2.0b1=mfinkle
2010-09-15 15:55:08 -07:00
Honza Bambas
2cdecb4172
Bug 594882 - URL classifier result ignored (malware site not blocked) because of bug 513008 + re-land of backout from bug 589296, r=cbiesinger, a=blocking:betaN+
2010-09-16 00:46:17 +02:00
Honza Bambas
aeebe66ad9
Bug 556734, r=bz, a=blocking:final+
2010-09-16 00:46:17 +02:00
Doug Turner
722678172a
Bug 516302 - nsWifiMonitor::DoScan spins in a tight loop on error r=blassey a=jst
...
--HG--
extra : rebase_source : d95276959e12128ac4a039b597c4b677265500b9
2010-09-15 09:39:18 -07:00
Jason Duell
5b651ac6a2
Bug 595413: crash in nsCacheService::SetDiskCacheCapacity. r=jst, a=blocking-beta7
2010-09-15 11:42:40 -07:00
Byron Milligan
1a24c21c2d
Bug 559942 - RE-LAND- Heuristic to pick default HTTP cache size. r=dwitte, gavin, ui=limi, a=blocks-beta7
2010-09-15 11:42:38 -07:00
Gervase Markham
1181b582c2
Backed out changeset 14dc66dd53c1 (orange).
2010-09-15 18:41:43 +01:00
Gervase Markham
3365b5a23a
Bug 576508 - numerous updates to the Public Suffix List. Some of the patch by Jothan Frakes <jothan@gmail.com>, another part by Simone Carletti <weppos@weppos.net>, and the rest by me. a=beltzner.
2010-09-15 17:09:18 +01:00
Sid Stamm
80e3e19a34
Bug 592197 - SSL pages don't work when using a NTLM proxy. r=bzbarsky, a=blocker
2010-09-09 01:38:10 -04:00
Jason Duell
97ed2f044d
Bug 590121 - Null nsHttpResponseHead crashes in redirect. r=dwitte@gmail.com, a=blocking2.0final+
2010-09-08 17:53:55 -07:00
Byron Milligan
c445727468
Bug 559942, Part 3: Modifies nsCacheService to support UI changes. r=dwitte,
...
a=beta6+
2010-09-08 17:49:17 -07:00
Byron Milligan
3fdab59d3e
Bug 559942, Part 2: Check for disk space available asynchronously. r=dwitte,
...
a=beta6+
2010-09-08 17:49:17 -07:00
Byron Milligan
3015ca11e0
Bug 559942: Set cache size based on disk space available. Synchronous. r=jduell, a=beta6+
2010-09-08 17:49:17 -07:00
Serge Gautherie
375602e86c
Bug 589609 - [SeaMonkey 2.1, mochitest-browser-chrome] browser_NetUtil.js:6 - ReferenceError: Cu is not defined; (Av1) s/Cu/Components.utils/.
...
r=(Callek + sdwilsh) a=(test only).
2010-09-08 20:26:07 +02:00
Byron Milligan
0d034c6f66
Fetch the Content-Length from the hash bag instead of directly from the channel. r=dwitte, a=betaN+
2010-09-07 15:39:28 -07:00
Byron Milligan
3c2cca6244
Bug 588507: Skip caching if Content-Length is greater than eviction size. r=michal, a=betaN+
2010-09-07 15:39:28 -07:00
Dan Witte
ca321bb701
Merge e10s -> m-c.
2010-09-07 15:34:44 -07:00
Dan Witte
3a007ea159
Manually set per-host limit in TestCookie.
2010-09-01 23:52:55 -07:00
Jason Duell
fe558178c7
Bug 591552 - SetupReplacementChannel has bogus cast to nsHttpChannel. r=bz
2010-09-01 16:42:30 -07:00
Dan Witte
6bba1507c0
Bug 590611 - Raise cookies per basedomain limit to 150. r=sdwilsh, a=betaN+
2010-09-01 16:27:10 -07:00
Byron Milligan
9dead272fc
Bug 81640: Set max cache entry size to be MIN (5MB, 1/8 Cache Capacity)
2010-09-01 14:47:39 -07:00
Dan Witte
7d4d461f7e
Back out Bug 536324 part 1. a=bsmedberg
2010-08-30 13:20:39 -07:00
Dan Witte
ccd3c28130
Back out Bug 536324 part 2.
2010-08-30 13:20:39 -07:00
Dan Witte
c4091d7694
Back out Bug 536324 part 3.
2010-08-30 13:20:39 -07:00
Dan Witte
86583b1783
Back out Bug 589292.
2010-08-30 13:20:38 -07:00
Dan Witte
22afbc04f8
Bug 591537 - Freeze UA build id for Firefox branded builds. r=dao/khuey, sr=jst, a=beta5+
2010-08-28 13:42:04 -07:00
Wan-Teh Chang
10e2a2f4b6
Bug 580679: remove preference security.ssl.enable_compression because
...
the change to build NSS with NSS_ENABLE_ZLIB=1 was reverted. Will try
again after mozilla 2.0. review+ and approval2.0+ by bsmedberg.
2010-09-02 13:40:19 -07:00
Dão Gottwald
abf1b55a37
Bug 591387 - Default theme shows as "incompatible" (version number wrapped with quotes). r=khuey a=blocking
2010-08-28 15:32:07 +02:00
Gavin Sharp
b2536d0df5
Bug 587691: need a way to access the original default engine (the normal "defaultEngine" can change if the original is hidden by the user), r=Ryan, a=blocker
2010-08-20 17:40:16 -04:00
Shawn Wilsher
b3b7f224fd
Bug 590654 - Let JavaScript read embedded nulls from input streams
...
Adds a new method to NetUtil (readInputStreamToString) that will read a string
with or without embedded NULLs from an input stream. Also adds the needed API
on nsIScriptableInputStream to make this happen.
r=bz
sr=biesi
a=blocking2.0
2010-08-27 12:42:51 -07:00
Ehren Metcalfe
c7ecd3a63c
Bug 591046 - Unparenthesized macro breaks static checking builds. r=dwitte, a=bustage
2010-08-27 08:12:02 -07:00
Dan Witte
ecf728d9a8
Bug 590258 - Reformat x86-on-x86_64 part of Linux UA string. r+sr=jst, a=beta5+
2010-08-27 08:12:01 -07:00
Dan Witte
8de0079a42
Merge e10s -> m-c. a=patches
2010-08-27 08:04:00 -07:00
Dan Witte
976a5d3c42
Remove propbag from nsIHttpServer. no bug, test-only, r=jduell
2010-08-25 18:12:11 -07:00
Dan Witte
8937bd5738
Bug 589292 - e10s necko: add contentDisposition prop to nsIChannel. r=jduell, sr=biesi, a=beta5+
2010-08-25 17:51:21 -07:00
Dan Witte
f2000be3eb
Merge.
2010-08-23 17:30:33 -07:00
Ginn Chen
908d848381
Bug 590429 Fix __VA_ARGS__ in macros of TestSTSParser.cpp to make it compile with Sun Studio r=sstamm a=test-fix
2010-08-27 19:08:24 +08:00
Dan Witte
bdbe26a8b9
Bug 581008 - Reorder Firefox-compat, App and Vendor tokens. r=dao
2010-08-27 09:03:10 +02:00
Dão Gottwald
ff02b582e2
Bug 581008 - Remove support for appending arbitrary data to the User Agent string. r=jst,khuey sr=dveditz
2010-08-27 09:02:10 +02:00
Joel Maher
b61eda4b1d
Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB
2010-08-26 14:47:28 -07:00
Justin Wood
7ffe22ad42
Bug 590826 - SeaMonkey test failure in test_stricttransportsecurity.html due to use of uninitialized value. r=geekboy a=Bustage-fix
...
--HG--
extra : rebase_source : e73361cb21cf7c15a80fe0ab475225d86e880930
2010-08-26 00:25:42 -04:00
Oleg Romashin
48f629e995
Bug 589409 - mozqwidget.cpp/mozqwidget.h are missing license headers. r=doug.turner a=npodb
...
--HG--
extra : rebase_source : 87b9565e019cdd5c8874b7b8a9fd416e0fa6aa99
2010-08-26 07:52:22 -07:00
Dan Witte
72137223d8
Merge.
2010-08-21 13:51:54 -07:00
Dan Witte
5f4dbe5953
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+
2010-08-21 00:31:35 -07:00
Dan Witte
4439f97632
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 2: contentLength implementors. r=jduell, a=beta5+
2010-08-21 00:31:11 -07:00
Dan Witte
b5ef3261e3
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 1: make nsIChannel.contentLength 64-bit. r=jduell, sr=jst, a=beta5+
2010-08-21 00:30:29 -07:00
Michal Novotny
d265e0adb1
Bug 513008 - Eliminate synchronous reads from cache, r=jduell,sdwilsh, sr=shaver, a=betaN+
2010-08-21 11:16:40 -07:00
Jonas Sicking
cbc0676504
Backout bugs 586754, 574189, 584611 due to orange. a=backout
2010-08-20 11:08:43 -07:00
Joel Maher
6763342e81
Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB
2010-08-20 09:32:58 -07:00
Mounir Lamouri
dbab389475
Backed out changeset d0b284052d29 for Talos regression investigation on tp4.
2010-08-22 20:16:05 +02:00
Matt Brubeck
8fba5013b7
Bug 566151 - Add "Maemo" to UA string. r=vlad,dwitte sr=jst a=blocking-fennec
2010-08-25 16:31:00 -07:00
Clint Talbert
1afdc1b8df
Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
...
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
2010-08-25 14:03:44 -07:00
Joel Maher
51fff79f07
Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field
2010-08-25 11:47:39 -07:00
Shawn Wilsher
d9fed77d0a
Fix pymake bustage from changeset 5dc3c2d2dd4f (bug 495115).
...
r=khuey
a=broken pymake
--HG--
extra : rebase_source : a4b1a19bf6b13f0cd91f8e050b1c1d0bde71a839
2010-08-25 09:01:56 -07:00
Kyle Huey
e7cab6e3c6
Bug 507749: Implement moz-device: protocol handler. Based on an earlier patch by Brad Lassey. r=jdm a=blocking-fennec
...
--HG--
extra : rebase_source : 9e9474bf72d880c8a7364c795b451f28a10913c3
2010-08-25 11:52:10 -04:00
Ms2ger
1dfccaacbb
Bug 588503 - Don't compare PRBool to nsnull in cookies; r=sdwilsh approval2.0=jst
2010-08-25 15:15:37 +02:00
Christian Biesinger
12d307441f
bug 585326 improve cookie logging
...
r=dwitte a=jst
2010-08-25 11:32:01 +02:00
Honza Bambas
483f745ef0
Backout nsHttpChannel part of bug 513008, r=michal a=bsmedberg
2010-09-02 19:11:11 +02:00
Dão Gottwald
f85964d103
Bug 591125 - Sanitize the app name for the UA string. r=dwitte a=jst
...
--HG--
extra : rebase_source : caccb90b5338953d35f4a98c90bf2d7ed12fd06c
2010-09-02 13:37:41 +02:00
Taras Glek
f849918830
Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE r=asuth sr=shaver a=b6
2010-09-01 20:35:46 -05:00
Edward Lee
28920029f9
Bug 589016 - Allow registering path handlers from mochitests [r=waldo a=npotb]
...
Export the registerPathHandler for use from .sjs.
--HG--
extra : rebase_source : 1396ae7c64968ab9884389f8a0146456be794d38
2010-08-31 23:49:43 -07:00
jeremias bosch
ec1f70da46
Bug 586836 - Support Meego Network Managment. r=doug.turner a=blocking-fennec
...
--HG--
extra : rebase_source : 1f8de52621ce8c6dc680e81a3b82bc8f5e3df57e
2010-08-30 23:23:35 -07:00
Christian Biesinger
fdc2ba9c19
Bug 585326 - Improve cookie logging, r=dwitte, a=jst
2010-08-31 14:31:48 -03:00
Dan Witte
191bf49d47
Merge e10s -> m-c.
2010-08-30 15:35:24 -07:00
Dão Gottwald
e512758ce5
Bug 591783 - Fix for corrupt language pack install.rdf due to quotes in MOZ_APP_VERSION. r=khuey a=bustage-fix
2010-08-30 17:54:46 +02:00
Sid Stamm
c82bc1947a
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
2d6527e305
Merge e10s -> m-c. a=wecanhazbeta
2010-08-23 21:18:09 -07:00
Michal Novotny
246844ffaa
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
e0a0946a47
Backed out changeset 2a216165e361 (bug 589613), a=shutuphook
2010-09-11 13:46:39 -04:00
Kyle Huey
6deff2f98d
Backed out changeset 8f65173dacb0
2010-09-11 11:08:47 -04:00
Honza Bambas
00c9bfeb72
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
bd17b385f2
Merge backout
2010-09-11 02:58:35 +02:00
Mounir Lamouri
de9895d42c
Back out bug 559942
2010-09-11 02:57:06 +02:00
Ian Neal
9d31d7ad9f
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
bd8b2a56ae
Bug 55307 - Prevent downloads from being stored in the cache. r=jduell a2.0=jst
2010-09-10 07:22:24 +02:00
Jeff Walden
ecc6ed2a5d
Bug 646509 - Proxy autoconfig shouldn't try to call regular expressions but rather should use .exec(). rs=js-pit
...
--HG--
extra : rebase_source : e6a2c078b3ad4c9a263d06acaa10fc54274d3361
2011-04-08 11:45:11 -07:00
Jeremias Bosch
c9daa0c25d
Bug 646396 - Update QtNetworkManager to new API useage. r=romaxa
2011-04-08 11:51:32 -07:00
Bjarne
b3422d050f
Bug 586264 - Improve/add logging to async redirect code, r=honzab, a2.0=bsmedberg
2010-08-18 19:22:48 +02:00
Jason Duell
113a254165
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
c0ae171f24
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
d842ee4594
imported patch fix-tests
2010-08-13 21:18:05 -07:00
Dan Witte
92fe187fb1
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
a58ff48edd
Reenable tests for bugs 586205 and 586238.
2010-08-13 13:28:14 -07:00
Dan Witte
353ca1f162
Bug 586692 - xpcshell: do_timeout does not guarantee desired timeout interval. r=jduell
2010-08-13 13:28:14 -07:00
Honza Bambas
70f84aa4ff
Bug 570616: increment cache version to avoid compat issues with nsNSSSocketInfo changes. r=biesi
2010-08-13 10:15:25 -07:00
Honza Bambas
5c36b4edf3
Bug 536301 - e10s HTTPS: securityInfo. r=jduell, sr=kaie
2010-08-13 01:06:40 -07:00
Jason Duell
27962b856a
Merge from m-c.
2010-08-13 00:51:25 -07:00
Byron Milligan
4dfda2d6d2
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
f44444c823
Bug 586802 - e10s http: fix test_httpcancel.js. r=jduell, a=wewanttoshipafennecalpha
2010-08-12 16:09:16 -07:00
Dan Witte
54b90c9588
Fix bustage.
2010-08-12 02:12:08 -07:00
Dan Witte
185a2a0dbe
Bug 536317 - e10s HTTP: implement Cancel. r=jduell, a=blocker
2010-08-12 02:05:16 -07:00
Josh Matthews
6f4810c02c
Bug 536321 - e10s HTTP: suspend/resume. r=dwitte
2010-08-10 23:07:09 -04:00
Jason Duell
73d8cde7e6
Minor formatting fixes to redirects patch (bug 536294)
2010-08-11 00:09:50 -07:00
Honza Bambas
9eb088087e
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
1a675172e6
Bug 584863: make nsHttpChannel::AsyncOpen fail immediately if channel already cancelled. r=biesi
2010-08-10 17:50:30 -07:00
Josh Matthews
55b08c1ef3
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
94d6ae2889
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
17b96c0c9b
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
271a19caf3
Bug 584585 - Unused nsCOMPtr<nsIInputStream> input in nsInputStreamWrapper::LazyInit(), r=biesi a=bsmedberg
2010-08-12 12:10:40 -07:00
Johnny Stenback
8eff3e4bb5
Disabling failing tests from bug 536321, followup bug 586238 filed to track this.
2010-08-11 04:13:25 -07:00
Jason Duell
acc362dc32
Disable perma-orange xpcshell test for redirects (Bug 586205).
2010-08-11 01:33:42 -07:00
Christian Biesinger
5e469c4579
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
34408ada14
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
91a2130434
Bug 582477 - e10s: HttpChannelChild triggers abort on bing.com. r=jduell,jdm
2010-08-05 08:43:02 -07:00
Dão Gottwald
ff4d7cdeac
Bug 581783 - Remove "Windows;" from the UA string. r=bz
2010-08-05 09:09:42 +02:00
Bjarne
100caa546d
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
12daa07c69
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
b0cb596b1d
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
efd0cccb18
Bug 580450 - Clean up IPC::URI. r=dwitte
2010-07-26 15:59:34 -04:00
Wan-Teh Chang
3888ee5a98
Bug 583908 - Enable TLS false start in Mozilla. r/a=sayrer. (CLOSED TREE)
2010-08-03 23:36:53 -07:00
Wan-Teh Chang
bced390ee5
bustage fix for test_bug329869.html failure (undo pref flip from bug 583908)
2010-08-02 23:41:11 -07:00
Gavin Sharp
5275de7d81
bustage fix for test_NetUtil
2010-08-03 01:28:01 -04:00
Wan-Teh Chang
fb34c59071
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
d473c50f15
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
e3be2e9894
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
59e05f0997
merge backout of bug 580508 / a2246039f70d due to test failure
2010-08-02 19:04:09 -07:00
Justin Dolske
b8ca02eec8
backout bug 580508 / a2246039f70d due to test failure
2010-08-02 19:03:45 -07:00
Philipp von Weitershausen
d71d70b0c7
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
a6c2b27dc9
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
aee0ace6dc
Bug 572223 - too much cookies.sqlite io. Part 7: fix creationid logic. r=sdwilsh
2010-08-02 17:03:24 -07:00
Dan Witte
03e4d67161
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
8a172e9c9b
Bug 572223 - too much cookies.sqlite io. Part 5: async RemoveAll. r=sdwilsh
2010-07-29 12:17:43 -07:00
Dan Witte
0533b2cfca
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
21ac6e5965
Bug 572223 - too much cookies.sqlite io. Part 2: async read. r=sdwilsh
2010-07-29 12:17:42 -07:00
Josh Matthews
1a55ff58cd
Backint out bug 580450, changeset 4d2c9a0c5e1c
2010-08-02 11:29:10 -04:00
Josh Matthews
b38983d775
Bug 580450 - Clean up IPC::URI. r=dwitte
...
--HG--
extra : rebase_source : 25fbd59338609fd9792071b9d414ea983608aab2
2010-07-26 15:59:34 -04:00
Dan Witte
dfcfc976fb
Revert bug 572223 to fix creation of duplicate cookies.
2010-08-01 12:24:38 -07:00
Robert Sayre
073bde8d2b
Merge mozilla-central to tracemonkey.
2010-07-30 21:57:41 -07:00
Kyle Huey
6db05f083c
Backed out changeset 1e8961782824
2010-07-29 20:16:37 -07:00
Michal Novotny
06a1f0feb9
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
df5c84289d
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
fca3507399
Bug 572223 - too much cookies.sqlite io. Part 5: async RemoveAll. r=sdwilsh
2010-07-29 12:17:43 -07:00
Dan Witte
e25f157ff9
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
12742c72b6
Bug 572223 - too much cookies.sqlite io. Part 2: async read. r=sdwilsh
2010-07-29 12:17:42 -07:00
Dan Witte
78c4c73757
Bug 572223 - too much cookies.sqlite io. Part 1: add baseDomain column. r=sdwilsh
2010-07-29 12:17:42 -07:00
Honza Bambas
f5ea40bf01
Bug 513086 - Make redirect API async: regression 1 fix 1, r=bz
2010-07-29 18:41:09 +02:00
Kyle Huey
2177fa03b2
--disable-libxul bustage fix
2010-07-28 22:25:08 -07:00
Oleg Romashin
6146e1f3f0
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
0bd53a802b
Add some debugging data to a failing test.
2010-07-27 15:45:11 -07:00
Steffen Imhof
78bd96033d
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
c83653fee9
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
6d23857edd
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
e3125bb38f
Bug 582442 - Make unserializable URIs less fatal. r=dougt
...
--HG--
extra : rebase_source : a6d805e5444b689b8008b64ee3d6aef21a8ed16c
2010-07-27 19:40:17 -07:00
Josh Matthews
d7f6d83ae9
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
70adcc796e
Bug 580341 - Remove unused deviceType from nsIHttpProtocolHandler. r=biesi
2010-07-20 22:05:34 +02:00
Dão Gottwald
afad16ca0b
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
d37c23f270
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
bfb299fdd9
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
383443b2b4
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
4bf66b5163
Bug 575633 streamParse leaks ToNewCString(globalStream)
...
r=biesi
--HG--
extra : rebase_source : 60422d4d1120d16044a8d292f7fafc7cb8cdcbfb
2010-07-01 02:39:35 +03:00
Daniel Holbert
fa375f5387
Bug 576563: Remove "LOG()" macro in nsResProtocolHandler to fix build warning. r=jduell
2010-07-05 13:49:02 -07:00
Saint Wesonga
e7a357dcaf
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
2010-07-05 11:42:18 +02:00
Dão Gottwald
9b15b69a1b
Backed out changeset 59ace8d80ce8
2010-07-04 22:01:13 +02:00
Saint Wesonga
8dd5da1024
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
2010-07-04 21:39:17 +02:00
Mitchell Field
eb1e793da7
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
...
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
2010-07-02 10:27:06 -04:00
Steffen Wilberg
0635da26cf
Bug 538813. Make about:cache and about:cache-entry pretty. r=bzbarsky
2010-07-02 16:56:09 -04:00
Saint Wesonga
f8842ec6aa
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
4d172dd53d
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
2010-07-01 11:55:57 -04:00
Benjamin Smedberg
a2833452f8
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
2f6bb59008
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
54c6518755
Rename the "xpt" manifest directive to "interfaces", per bug 568691 comment 66.
2010-06-27 21:50:51 -04:00
Benjamin Smedberg
c16cf0f0c5
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
e92cd2f48a
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
6e8d912e32
Fix review comments from bug 568691 comment 45.
2010-06-24 11:56:28 -04:00
Benjamin Smedberg
762def30bb
Merge mozilla-central into the static-xpcom-registration branch.
2010-06-23 17:26:25 -04:00
Benjamin Smedberg
8a8835638e
Fix test packaging and execution from bug 568691.
2010-06-22 20:44:44 -04:00
Benjamin Smedberg
0003952661
Fix incorrect quoting introduced in revision 90afd1e80d77 for bug 568691.
2010-06-22 17:08:24 -04:00
Benjamin Smedberg
1a3cd9981f
Fix syntax error in httpd.js
2010-06-22 16:22:33 -04:00
Benjamin Smedberg
202aa47626
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
5cab25b52b
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
45af085fff
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
50205d3757
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
f13550a209
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
b314909c2e
Backed out changeset db6f8068e9a5
2010-06-29 17:49:21 +02:00
Saint Wesonga
c3669d7e9c
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedgerg
2010-06-29 17:14:36 +02:00
Dan Witte
7364a519f8
Fix typo.
2010-06-28 15:00:56 -07:00
timeless@mozdev.org
2870d2b519
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
c4a57f893a
Bug 564713 warning: comparison between signed and unsigned integer expressions in mozTXTToHTMLConv
...
r=biesi
2010-06-27 18:49:24 +02:00
Jason Duell
ab8f9c7f41
Backed out 9cfe0ace0e95 (SecurityInfo). Segfaulting.
2010-06-30 17:42:59 -07:00
Jason Duell
edb3ec29fa
Backed out 9cfe0ace0e95 (SecurityInfo). Segfaulting.
2010-06-30 17:42:30 -07:00
Chris Jones
3921e1219b
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
0fe23621ee
e10s HTTPS: securityInfo. sr=biesi.
2010-06-30 09:17:51 -07:00
Josh Matthews
5b254b351f
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
844b19f565
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
5a7d1f9a47
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
2f3db0417e
Temporarily allow SetResponseHeader to be called after AsyncOpen. r=dwitte.
2010-06-29 14:36:09 -07:00
Dan Witte
84eb33e0f1
Bug 545457 - Get http-state tests running as unit tests.
2010-06-29 14:20:38 -07:00
Jason Duell
692b480851
Bug 575741: Add HTTP auth Disconnect: lost in m-c->e10s merge. r=dwitte
2010-06-29 12:10:28 -07:00
Jason Duell
99751401a7
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
901e02b2de
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
3503b61a07
Bug 537782 - e10s HTTP: authentication. r=jduell
2010-06-24 15:20:42 -07:00
Jason Duell
e7064f2be4
# 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
15c3f8a016
Bug 574066: xpcshell tests broken since bug 569277. r=bsmedberg
2010-06-23 14:50:45 -04:00
Michael Wu
0c0bb9c5e2
Restore include that was lost during a merge
2010-06-23 12:59:59 -07:00
Honza Bambas
5c50804e6f
Bug 569044 - "e10s HTTP: handle requests with no responseHead" [r=jduell]
2010-06-18 03:32:00 -07:00
Jason Duell
d194b9d486
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
424bc30c44
Bug 569227 - Join HttpChannelChild with its TabChild, r=smaug
2010-06-18 12:49:28 +02:00
Benjamin Stover
b0870bf399
Bug 570867 - e10s http: add cookies to request in child, not parent [r=dwitte]
2010-06-15 16:07:10 -07:00
Jason Duell
e25980227b
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
33f9f17275
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
21bafbd1eb
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
e9743db544
Fixing up the res makefile
...
--HG--
extra : rebase_source : 8769f4b8a7db89c00cf47e4475c9c20f8e316e09
2010-06-07 14:53:35 -07:00
Dan Witte
4d4f642bc8
Add cookie tests to xpcshell tests.
2010-06-07 15:13:03 -07:00
Doug Turner
be96d6cdaf
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
cee802814f
Moving cookie ipc source to the right place.
2010-06-07 14:19:20 -07:00
Doug Turner
ded51c1c5f
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
903768fcbf
Bug 565475 - Allow 3rd party cookies for session only. r=sdwilsh
2010-06-07 12:32:12 -07:00
Dan Witte
49269035f1
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
92481ee7f3
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
ff162cbbf5
Bug 566305. Serialize nsIStringInputStream. r=bzbarsky
2010-06-01 11:40:21 -04:00
Frederic Plourde
a021d2071f
Bug 536273 - e10s HTTP: get POSTs working. r=jduell
2010-05-30 15:30:28 -07:00
Doug Turner
c3d22c5324
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
b36fb69349
Merge with latest mozilla central r 42802:ffbc3baf03ae
2010-05-25 15:19:33 -04:00
Olli Pettay
58b4f71840
m-c to e10 merge
2010-05-24 17:45:59 +03:00
Jason Duell
cc5139f3fa
Bug 567428: Turn e10s/necko on by default. r=dwitte
2010-05-21 16:18:19 -07:00