Philip Prindeville
bf66838148
Bug 529921 browser part. Implement core support for RFC-2597/2598/3168 Quality-of-Service (DSCP) marking. r=biesi
2010-06-02 22:25:01 -04:00
Jason Duell
84b443f1c0
# 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
Ehsan Akhgari
a87b134220
Bug 560647 - add startup timeline instrumentation; r=vlad
2010-05-19 19:22:19 -04:00
Karl Tomlinson
e9730ee124
b=559492 only dump leaked URLs on successful shutdown r=dbaron
2010-05-13 14:34:38 +12:00
Michael Kohler
9397418412
Bug 506041 Part 2: Correct misspellings in source code
...
r=timeless
2010-05-13 14:19:50 +02:00
Kai Engert
3171f40058
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
6a6d71b334
Bug 491204 - Crash [@ NS_GetInnermostURI] from NS_EnsureSafeToReturn with broken nsIURI.clone, r=biesi
2009-05-04 15:00:00 -07:00
Mitchell Field
9818f00bf2
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
2010-04-29 18:59:13 +02:00
Marco Bonardo
72b6a79779
backout Bug 559927 since suspect of causing a Windows necko test failure
2010-04-29 13:27:10 +02:00
Julian Seward
d2d4feddf7
Bug 559927 - nsAsyncStreamCopier::mCopierCtx not consistently protected by ::mLock. r=cbiesi
2010-04-29 10:39:46 +02:00
Karl Tomlinson
bd6b4f7e1c
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
e41101f443
b=559492 only dump leaked URLs on successful shutdown r=dbaron
...
--HG--
extra : rebase_source : 5472d43f56d11e6090503777853b62a2fcf1a21c
2010-04-29 09:09:59 +12:00
Ben Newman
941ed3332c
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
Doug Turner
e35d8e72d5
Bug 545869 - Remove small buffer #defines and use preferences. r=honza
2010-04-20 09:32:28 -07:00
Taras Glek
b1eaf1cf2d
Bug 516085 - replace the most frequent IOService getter with an efficient one r=biesi
2010-04-12 08:44:28 -07:00
Brandon Sterne
674aa49910
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
Blake Kaplan
63886e99f2
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
Justin Lebar
ca62b5df57
Bug 553970 - Fix nsIURL::GetRelativeSpec documentation. r=biesi
...
--HG--
extra : rebase_source : 874de0e571120e2b9034d924b4e4f33f808bc0f0
2010-03-22 13:29:51 -07:00
Justin Lebar
ecbe0b409d
Bug 554120: Fix out-of-bounds read in nsStandardURL.cpp. r=biesi
2010-03-22 00:36:38 -07:00
Jonas Sicking
aeb9ba77c3
Bug 543870: Implement File.url. r=bz sr=jst
2010-03-02 23:51:09 -08:00
Boris Zbarsky
d60a23da49
Make the nsIChannel comments clearer in terms of threading behavior. r=biesi
2010-03-01 12:47:31 -05:00
bjarne@runitsoft.com
505a28d5cc
Bug 513074 - remove sync writes from current cache, r=biesi,michal.novotny sr=bzbarsky
2010-02-23 10:13:18 -08:00
Ben Bucksch
1e96bf1207
nsIAuthPrompt2: add PREVIOUS_FAILED, bug 521467, r=biesi, sr=bz
...
Add flag nsIAuthInformation.PREVIOUS_FAILED to notify the
login manager that the previous login attempt failed.
That allows it to show a prompt instead of using the
stored values (silently).
--HG--
extra : rebase_source : 5a725bba1ae34d030fd60ecd5d67c74317de5d4f
2010-02-12 17:55:11 +01:00
Kai Engert
5e46a26c8d
Bug 535649 - Implement UI around CVE-2009-3555 and draft-rescorla-tls-renegotiation, r=rrelyea
...
== NSS 3.12.6 will block some renegotiation attempts on SSL sockets by default
== This patch does not yet implement new UI by default, but adds 4 new prefs to get fine grained control (blocking/allowing, displaying broken state)
== One of the prefs is a temporary pref that is supposed to go away at some point in the future
2010-02-07 13:09:51 +01:00
Phil Ringnalda
b612d41a2e
Bug 542962 - Remove some zero byte files, r=dbaron
2009-12-18 21:26:13 -08:00
Shawn Wilsher
d2d7f4df99
Bug 532147 - NetUtil.asyncFetch should take an nsIURI, string, nsIFile, or nsIChannel
...
This lets consumers pass a string for a uri, an nsIURI, an nsIFile, or an
nsIChannel to NetUtil.asyncFetch. It's now less code to get file contents
asynchronously that to do so synchronously in JavaScript.
r=bz
sr=vlad
2009-12-15 23:33:08 -08:00
Shawn Wilsher
f06ffc75df
Bug 532146 - NetUtil.jsm needs a helper for creating new channels
...
Adds a new method for creating an nsIChannel from a string spec, an nsIURI, or
an nsIFile.
r=bz
sr=vlad
2009-12-15 23:33:06 -08:00
Dietrich Ayala
ea1d1d7c7b
Backout of bug 532147 and bug 532146 due to test failure.
2009-12-16 11:02:10 -08:00
Shawn Wilsher
5cafb80613
Bug 532147 - NetUtil.asyncFetch should take an nsIURI, string, nsIFile, or nsIChannel
...
This lets consumers pass a string for a uri, an nsIURI, an nsIFile, or an
nsIChannel to NetUtil.asyncFetch. It's now less code to get file contents
asynchronously that to do so synchronously in JavaScript.
r=bz
sr=vlad
2009-12-15 23:33:08 -08:00
Shawn Wilsher
2bcf4bf0cd
Bug 532146 - NetUtil.jsm needs a helper for creating new channels
...
Adds a new method for creating an nsIChannel from a string spec, an nsIURI, or
an nsIFile.
r=bz
sr=vlad
2009-12-15 23:33:06 -08:00
Shawn Wilsher
da980cf6e1
Bug 532143 - NetUtil.newURI should take a string or nsIFile
...
You can now automagically get an nsIURI providing a string or an nsIFile.
r=bz
sr=vlad
2009-12-15 23:33:03 -08:00
Jonathan Kew
830542e84e
Bug 533079 Actually land patch addressing review comments from bug 507970 a=shaver r=biesi
2009-12-07 10:49:46 +00:00
timeless
83956299ff
Bug 529773 - "nsProtocolProxyService::PrefsChanged / nsProtocolProxyService::Resolve_Internal don't behave cleanly when do_GetService(NS_SYSTEMPROXYSETTINGS_CONTRACTID) fails" (act like preference is Direct when SystemProxy isn't available) [r=biesi]
2009-12-03 01:31:55 -06:00
Jonas Sicking
a683373ce9
Fix mobile build bustage. Some compilers still don't seem to like L-strings spread out over several lines. r=crowder
2009-11-18 16:22:25 -08:00
Jonas Sicking
840c879ba2
Bug 529041: Deal with http channels not implementing nsIUploadChannel2. r=biesi
2009-11-18 15:21:13 -08:00
Honza Bambas
627774b80b
Bug 515051 - Stream listener registered in a network request channel eats JS error messages, r=bz+biesi
2009-11-18 17:02:28 +01:00
Mark Finkle
2a60c72d7a
Bug 495674: Internet connection should be initiated if needed [r=biesi]
2009-11-18 10:20:45 -05:00
Dão Gottwald
1584886680
Bug 526230 - nsIApplicationCacheService::getGroups count outparam should be optional. r=honzab
2009-11-04 20:23:20 +01:00
Shawn Wilsher
b72759d65f
b=522416; hang fix followup; r=bz
2009-10-18 13:40:49 -07:00
Ben Hsieh
14a9181f6b
Bug 522025 - Incessant slew of GetURLSpecFromFile warnings. r=taras
2009-10-16 16:59:02 -07:00
Shawn Wilsher
3e6c5bc384
Bug 522416 - Add an asyncFetch method on NetUtil.jsm
...
This adds an asyncFetch method on NetUtil that will open a channel
asynchronously and provide the consumer with an input stream upon completion.
r=bz
sr=vlad
--HG--
extra : rebase_source : bbeffb5669ba0f040773fca5faca28494982ff94
2009-10-15 16:16:01 -07:00
Sid Stamm
fb4694efc4
Bug 519263 - Session and time-based expiration for permissions in permissions manager. r=dwitte,
...
sr=mrbkap. First patch! Yay!!
2009-10-16 14:01:04 -07:00
Taras Glek
f874b47f78
Bug 520069 - cope with nsResURLs that don't point to physical files r=biesi
...
--HG--
extra : rebase_source : 451622b7f43dfaafa6ea10b28e452dc65678a594
2009-10-08 11:19:07 -07:00
Ben Hsieh
3eab496287
Bug 510991 - NS_GetURLSpecFromFile does a stat(). r=biesi
2009-10-06 15:43:59 +02:00
Taras Glek
e2335c2699
bug 507288: move greprefs/*js into res/greprefs.js r=bsmedberg
...
cdiff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
2009-10-04 12:44:52 +02:00
Dão Gottwald
d83eea4025
Backed out changeset ddd79f809784
2009-10-04 12:44:27 +02:00
Dão Gottwald
1a1457de94
bug 507288: move greprefs/*js into res/greprefs.js r=bsmedberg
...
cdiff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
2009-10-04 12:43:18 +02:00
Ryan Flint
c249f3251a
Bug 514415 - Expose NetUtil's reference to nsIIOService. r=sdwilsh, sr=bzbarsky
2009-10-03 01:11:20 -04:00
Honza Bambas
89990221eb
Bug 479485 - Invalid port numbers cause default port to be used, should fail to load, r=bzbarsky
2009-09-28 17:10:34 +02:00
Phil Ringnalda
e62c83fdc6
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
2009-09-18 19:59:53 -07:00