Benjamin Smedberg
5a408883b5
Merge mozilla-central into electrolysis.
2010-02-09 21:22:09 -05:00
Dan Witte
4f7ba69156
Fix failing test.
2010-02-09 15:42:44 -08:00
Zack Weinberg
c2804406da
Bug 540633: Label httpd.js debug logs, optionally timestamp them, and add support for enabling or disabling them in the middle of a run (currently only for mochitests). r=jwalden
2010-02-09 14:07:33 -08:00
Benjamin Smedberg
8ee5aea6fc
Merge mozilla-central into electrolysis
2010-02-09 11:39:28 -05:00
Adam Barth
a92e38d811
Bug 542974 - Make the cookie parser's handling of " characters more like IE. r=dwitte
2010-02-09 13:07:16 -08:00
Benjamin Smedberg
8411a08769
Merge mozilla-central into electrolysis.
2010-02-03 13:28:22 -05:00
Daniel Holbert
2aa3475b84
Bug 543497, Patch A: Fix "warning: suggest parentheses around comparison in operand of &" in nsBinHexDecoder.cpp. r=jduell
2010-02-02 13:56:45 -08:00
Benjamin Smedberg
d6b2c74d12
Merge mozilla-central into electrolysis.
2010-02-01 15:30:27 -05:00
Andrey Ivanov
d596e2b97f
Bug 178506: Preserve original last-modified date on downloads r=sdwilsh
2010-01-30 12:58:01 -05:00
Zack Weinberg
4fdad06d2b
Bug 536603 followup: Look up network.http.max-connections-per-server in httpd.js, rather than hardwiring a constant that needs to be bigger than that pref. r=jwalden
2010-01-29 18:17:33 -08:00
Benjamin Smedberg
2ccdf8ae92
Merge mozilla-central into electrolysis.
2010-01-27 09:56:07 -05:00
Benjamin Smedberg
33d1d17c3e
Merge mozilla-central with electrolysis.
2010-01-25 11:57:19 -05:00
Benjamin Smedberg
8f5b1df5e2
Merge mozilla-central to electrolysis.
2010-01-19 14:51:19 -05:00
Benjamin Smedberg
1970b886a3
Merge mozilla-central into electrolysis
2010-01-13 10:51:41 -05:00
Dan Witte
2566146430
Bug 536650 - Cookie values not saved for pages loaded from file://; part 2: deal with empty hosts in the
...
cookieservice . r=sdwilsh, sr=bz
2010-01-12 10:29:20 -08:00
Dan Witte
4f5b415505
Bug 536650 - Cookie values not saved for pages loaded from file://, part 1: tighten up the etld service.
...
r=sdwilsh, sr=bz
2010-01-12 10:29:20 -08:00
Jae-Seong Lee-Russo
32f8745a98
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
2010-02-07 10:52:43 -05:00
Kai Engert
115f4aa77c
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
Honza Bambas
84a4a8428d
Bug 542318 - Firefox 3.6 needs constant re-auths when connecting through NTLM proxy with credentials different from currently logged in Windows user, r=bz
2010-02-06 16:06:48 +01:00
timeless@mozdev.org
50e368a9e6
Bug 538930 - [@ @0x0 | nsNotifyAddrListener::Run] assumes InitIPHelperLibrary will never fail and that sNotifyAddrChange will be non null, r=biesi
2010-01-11 07:40:00 -08:00
Steffen Wilberg
3fa2352477
Bug 538421: Add a nsIAboutModule flag to hide 'about:' pages from about:about. r=mano, sr=bzbarsky
2010-01-23 11:07:48 +01:00
Phil Ringnalda
4ab62a6c6d
Bug 542962 - Remove some zero byte files, r=dbaron
2009-12-18 21:26:13 -08:00
Benjamin Smedberg
cde9d9ed96
Merge mozilla-central to electrolysis.
2010-01-07 22:11:14 -05:00
Benjamin Smedberg
56ba8f80d6
Merge mozilla-central to Electrolysis.
2010-01-05 13:18:08 -05:00
Benjamin Smedberg
524629ccac
Merge mozilla-central to electrolysis.
2009-12-22 14:18:51 -05:00
Metal Sonic
bb9fc4f136
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
2009-12-21 21:50:30 +00:00
Benjamin Smedberg
6f663c59a0
Merge mozilla-central to electrolysis
2009-12-21 10:22:07 -05:00
Benjamin Smedberg
0aab6012fe
Merge mozilla-central to electrolysis.
2009-12-16 19:02:20 -05:00
Dietrich Ayala
8e001bc890
Backout of bug 532147 and bug 532146 due to test failure.
2009-12-16 11:02:10 -08:00
Benjamin Smedberg
dd182d8a50
Merge only plugin changes from e10s to mozilla-central.
2009-12-16 09:19:07 -05:00
Benjamin Smedberg
bf0e6d00f0
Merge mozilla-central into electrolysis
2009-12-16 08:38:42 -05:00
Shawn Wilsher
0217f0d6af
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
4ee1ceeebc
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
c1f9653a4e
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
Benjamin Smedberg
ee63070241
Electrolysis-plugin-only bookkeeping commit.
2009-12-15 20:33:05 -05:00
Benjamin Smedberg
bfa43ef17d
Merge mozilla-central into electrolysis.
2009-12-15 20:31:04 -05:00
Dan Witte
0cb510d5ba
Bug 444600 - (cookiemonster2) Cookies go missing after a few days. r=sdwilsh, sr=mconnor
2009-12-15 14:21:28 -08:00
Myk Melez
8849a64405
update comments to clarify that (get|set)CookieString[FromHTTP] should be passed a channel so that cookies are correctly get/set when third-party cookies are disabled by the user; rs=bzbarsky
...
--HG--
extra : rebase_source : bba695d76a8bdef06a64772e67dc6c8feaf656f8
2009-12-14 16:24:44 -08:00
Robert O'Callahan
93162db6a1
Bug 526323. httpd.js should send custom headers with 416 responses. r=jwalden
2009-12-16 09:08:58 +13:00
Benjamin Smedberg
c274ce87d8
Merge mozilla-central into electrolysis.
2009-12-14 08:01:18 -05:00
Benjamin Smedberg
7ffec1977a
Merge mozilla-central into electrolysis. One code change was required: in nsDocShell::CreateStaticClone I replaced EnsureDocShell with MaybeCreateDocShell.
2009-12-12 13:38:25 -05:00
Benjamin Smedberg
5cc5de47c0
Merge mozilla-central into electrolysis
2009-12-04 11:28:50 -05:00
Chris Jones
dfa19ba299
bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg
2009-12-03 02:16:14 -06:00
timeless
27959ba6a9
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
Zack Weinberg
c93f134f6e
Bug 536603 potential fix: in httpd.js, the server socket's queue limit should be larger than the browser-side max number of connections per server. r=jrmuizel
2010-01-18 18:12:39 -08:00
Zack Weinberg
52cf79da58
Back out instrumentation for bug 536603 and re-disable test
2010-01-18 14:54:56 -08:00
Zack Weinberg
2cd6aaa3ce
Extensive debugging instrumentation for bug 536603
2010-01-18 09:03:50 -08:00
Benjamin Smedberg
ebb5f3fbbd
Merge mozilla-central into Electrolysis
2009-11-30 12:59:43 -05:00
Benjamin Smedberg
55ff483ebd
End the electrolysis-plugins-only branch: merge in the remaining changes from electrolysis head in preparation for pushing to mozilla-central.
2009-12-14 09:56:08 -05:00
Benjamin Smedberg
bbeda0200f
Merge additional changes from electrolysis and mozilla-central into the electrolysis-plugins-only tracking branch.
...
--HG--
branch : electrolysis-plugins-only
2009-12-04 11:42:28 -05:00
Benjamin Smedberg
636920011f
Straight revert of content/* dom/interfaces/canvas/* dom/ipc/* toolkit/content/tests/fennec-tile-testapp/* netwerk/* security/manager/ssl* to their mozilla-central state. This named branch will be used as a temporary area to merge just the plugin portion of electrolysis into mozilla-central.
...
--HG--
branch : electrolysis-plugins-only
2009-11-30 13:31:41 -05:00
Dan Witte
82e62bb9b1
Whitespace change to force rebuild.
2009-12-19 22:12:06 -08:00
Dan Witte
94a812f212
Bug 321624 - cookie per-host limit doesn't include all cookies from a domain. r=sdwilsh
2009-12-19 15:55:56 -08:00
Benjamin Smedberg
e0b27abbbf
Merge mozilla-central into Electrolysis.
2009-11-24 10:06:03 -05:00
John Daniels
44d12116b2
Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden
...
--HG--
extra : rebase_source : 6fbaac51eabe95fcfaf4706feb9fd8a28ba4dfbf
2009-11-24 11:58:42 -08:00
Benjamin Smedberg
7e40d6c15f
Merge mozilla-central into electrolysis.
2009-11-19 12:41:46 -05:00
Jonas Sicking
7325be4516
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
eaacc01783
Bug 529041: Deal with http channels not implementing nsIUploadChannel2. r=biesi
2009-11-18 15:21:13 -08:00
Gervase Markham
77c452f2e3
Bug 526756 - add .mv entries to PSL. r=pkasting.
2009-12-11 17:51:37 -08:00
Gervase Markham
0fac1bf1b8
Bug 531252 - add operaunite.com to PSL. r=pkasting.
2009-12-11 17:49:28 -08:00
Gervase Markham
74c7862930
Bug 526739 - add iki.fi to public suffix list.
2009-12-11 16:58:35 -08:00
Jim Mathies
7ac231c84f
Bug 520607 - Remove use of "ntlm" auth module and replace with use of "sys-ntlm". r=wtc, cbiesinger. sr=bz.
2009-11-19 16:12:43 -06:00
Benjamin Smedberg
8b4fbf702c
Merge mozilla-central into electrolysis.
2009-11-11 12:35:42 -05:00
Dan Witte
66fe379d1d
Bug 526789 - UMR in nsCookieService::CountCookiesFromHostInternal, GetCookiesFromHost, and
...
GetCookieInternal when given empty host string. r=biesi
2009-11-18 10:52:33 -08:00
Honza Bambas
ac6a2bb5a5
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
Benjamin Smedberg
db5385a0a2
Merge from mozilla-central.
2009-11-06 09:54:28 -05:00
Jae-Seong Lee
15a8baae3b
Bug 521189 - Some necko unit tests fail or hang with 'strict' & 'werror' on. r=jwalden
2009-11-10 14:11:31 -08:00
Mark Finkle
8b6f59e205
Bug 495674: Internet connection should be initiated if needed [r=biesi]
2009-11-18 10:20:45 -05:00
Benjamin Smedberg
0821ada5b0
Merge plugin changes from electrolysis to mozilla-central.
2009-12-16 19:06:54 -05:00
Benjamin Smedberg
d3a1c8cd1f
Merge mozilla-central into e10s.
2009-10-28 11:32:00 -04:00
Chris Jones
3b17e00c3d
Merge mozilla-central to pick up unit test fixes
2009-10-22 20:33:36 -05:00
Dan Witte
7d7c91e6ff
Add xpcshell test to make sure things stay in sync when switching PB mode. b=481775, r=sdwilsh
2009-10-22 13:53:58 -07:00
Ben Turner
97a09ee2c7
Don't let people get the order of includes wrong in this horrifying patchwork of chromium and mozilla types
2009-10-21 16:01:16 -07:00
Honza Bambas
c2efb82ddd
Bug 475156 - forgotten nit fixes
2009-10-21 19:34:47 +02:00
Honza Bambas
314989acda
Bug 475156 - correcting cache behavior when using custom conditional request headers, r=bzbarsky
2009-10-21 12:18:08 +02:00
Peter Kasting
16d90edccc
Bug 520056 - Update Effective TLD list for .za.net and .za.org
...
r=gerv
2009-10-21 00:18:24 +02:00
Benjamin Smedberg
1ddd6a47d6
Merge mozilla-central to electrolysis.
2009-10-20 12:08:28 -04:00
Shawn Wilsher
078f217e46
Bug 522416 - Tests for blocking input stream in NetUtil.asyncFetch.
...
--HG--
extra : rebase_source : 51de6e900c10ad0e81106518dadf1ce19a972b2a
2009-10-19 12:23:17 -07:00
Benjamin Smedberg
66d7915e87
Bug 523097 - Turn off MOZ_IPC for platforms where we currently don't build, and fix up ifdefs so that everything builds
...
--HG--
extra : rebase_source : 9da68ad54e7c378a4c9bbaac7b2166630827ec60
2009-10-19 09:55:03 -04:00
Vladimir Vukicevic
660eb82f75
b=522416, test hang fix
...
--HG--
extra : transplant_source : %C3%06%0A%0CC%29%8C%DE%05%7C%84xvwm%C8%FC%28%AB%2C
2009-10-18 18:29:31 -07:00
Shawn Wilsher
67ab398c03
b=522416; hang fix followup; r=bz
2009-10-18 13:40:49 -07:00
Hugues Fournier
858953e0a3
Bug 505037 - ".&" or some control chars in filenames of a local file causes it to break directory view when you browse to it or go directly. r=biesi
2009-10-17 12:39:01 +02:00
Ben Hsieh
812ec1985e
Bug 522025 - Incessant slew of GetURLSpecFromFile warnings. r=taras
2009-10-16 16:59:02 -07:00
Dan Witte
d74cf9f793
tweak assertion.
2009-10-16 16:50:57 -07:00
Shawn Wilsher
d0cd2602c1
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
Dan Witte
7644f04f79
fix bustage.
2009-10-16 14:26:00 -07:00
Dan Witte
2138e91b03
Bug 481775 - Crash in [@ nsCookieService::RemoveCookieFromList(nsListIter&)]. r=sdwilsh
2009-10-16 14:01:47 -07:00
Sid Stamm
d090e3f85e
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
Jim Mathies
03ae3eb701
Bug 487872 - nsAuthSSPI patch. r=wtc, sr=bz.
2009-11-04 16:12:24 -06:00
Dão Gottwald
8eacecb53d
Bug 526230 - nsIApplicationCacheService::getGroups count outparam should be optional. r=honzab
2009-11-04 20:23:20 +01:00
Jonathan Kew
d3a31f03ed
Bug 533079 Actually land patch addressing review comments from bug 507970 a=shaver r=biesi
2009-12-07 10:49:46 +00:00
Benjamin Smedberg
8fda4a36b6
Merge mozilla-central to electrolysis to pick up bug 515436.
2009-10-12 10:51:38 -04:00
Ben Turner
bb78c40ad1
Merge mozilla-central
2009-10-05 16:08:52 -07:00
Philippe De Ryck
b64db99822
Bug 537670 - Failure to load pages using Basic Auth and lots of content, after setting the LOAD_ANONYMOUS flag, contributed by Honza Bambas <honzab.moz@firemni.cz>, r=bz+honzab
2010-01-26 14:33:03 +01:00
Honza Bambas
5720dafe77
Bug 534698 - nsTransportEventSinkProxy implementation eats event notifications, r=bz
2010-01-26 14:33:03 +01:00
Doug Turner
28ed4ef829
Bug 521071 - Geolocation Crashes Fennec - GetAccessPointsFromWLAN objc_exception_throw. r=mstange
...
--HG--
extra : rebase_source : 952ba9f885290546ffe5a1729809aa63d44b7e6d
2009-10-08 21:19:55 -07:00
Taras Glek
e98c873b71
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
Taras Glek
9873e4da56
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
b2719c1a19
Backed out changeset ddd79f809784
2009-10-04 12:44:27 +02:00
Dão Gottwald
4f22cf70de
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
Doug Turner
b1e27c93c4
Bug 520315 - Wifi scanning fails on the n900 device. r=biesinger
2009-10-03 08:33:05 -07:00
Peter Kasting
729580e839
Bug 520010 - update Public Suffix list for .ua.
...
--HG--
extra : rebase_source : c4682082cafa136927fc7ac02664946a36dbd207
2009-10-03 11:25:05 +02:00
Ryan Flint
d9e7c3416c
Bug 514415 - Expose NetUtil's reference to nsIIOService. r=sdwilsh, sr=bzbarsky
2009-10-03 01:11:20 -04:00
Ben Turner
bb8b8c2df9
Merge mozilla-central
2009-09-23 13:14:34 -07:00
Reed Loden
b05db16f40
Follow-up to bug 515583 -- s/ParseFTPListDetermineRetval/ParsingFailure/
2009-09-22 22:40:21 -05:00
Michal Novotny
d0d0a7fa12
Bug 515583 - Fixed parsing of CMU/VMS-IP FTP style listing [r=dougt r=wtc sr=biesi]
2009-09-23 02:15:29 +02:00
Chris Jones
234f57eaf0
bug 517977: require actor impls to override AllocPFoo/DeallocPFoo instead of PFooConstructor/PFooDestructor
2009-09-22 12:31:11 -05:00
Gervase Markham
9b36dede75
Bug 513834 - add "local" to Public Suffix List. Patch by Adam Langley, agl@chromium.org; r=gerv.
2009-09-22 11:37:24 +01:00
Gervase Markham
d0242f6d18
Bug 469866 - update Public Suffix list with latest changes. Patch by pkasting; r=gerv.
2009-09-22 11:35:33 +01:00
Dan Witte
23757631d6
Back out bug 526789 to see if it's the cause of mochi orange.
2009-11-17 15:16:44 -08:00
Daniel Holbert
05968fcb6a
Fix build warnings about the "defined but not used" functions PumpEvents() & QuitPumpingEvents(), in netwerk test code. (Bug 529350) r=biesi
2009-11-17 13:18:05 -08:00
Ben Turner
6c3f529f87
Merging mozilla-central once more to hopefully clear windows unit tests
2009-09-20 10:47:21 -07:00
Phil Ringnalda
fceecee8a4
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
2009-09-18 19:59:53 -07:00
Benjamin Smedberg
181f308c2e
Merge mozilla-central into Electrolysis.
2009-09-18 16:47:18 -04:00
Honza Bambas
eeda29fa07
Backout ebc28a0d4b96
2009-11-16 23:07:00 +01:00
Honza Bambas
2d0e314b34
Bug 515051 - Stream listener registered in a network request channel eats JS error messages, r=bz+biesi
2009-11-16 17:25:48 +01:00
Mitchell Field
20404dfdcb
bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system r=ted.mielczarek
2009-11-13 14:40:00 -05:00
Jason Duell
43917f9f19
Bug 521258 - Catch exceptions in template ChannelListener class to avoid hangs, r=jwalden
2009-11-14 20:54:52 -08:00
Jae-Seong Lee-Russo
30f33d7a38
Bug 525588 - Some existing necko tests failing once base class catches handler exceptions, r=jduell
2009-11-14 20:54:49 -08:00
Dan Witte
7179d4990f
Bug 526789 - UMR in nsCookieService::CountCookiesFromHostInternal, GetCookiesFromHost, and
...
GetCookieInternal when given empty host string. r=biesi
2009-11-13 13:05:50 -08:00
Dão Gottwald
a992b39569
Bug 527347 - nsIScriptableUnicodeConverter::convertToByteArray aLen out param should be optional. r=smontagu
2009-11-12 11:07:00 +01:00
Chris Jones
40931515df
switch message handler nsresult return types to bool. appears to break test plugin, will be temporary
2009-09-17 18:09:20 -05:00
Robert O'Callahan
966ac3a4b2
Bug 508128. Make sure to QI to the right interface so that if the JS wrapper gets GCed we still have a getRequestHeader method.
2009-11-04 07:39:41 +13:00
Doug Turner
28a034a9f7
Bug 524339 - Remove the device info from Fennec UA string. r=bz
2009-10-30 14:18:51 -07:00
Gijs Kruitbosch
b8fffc69cb
Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
...
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
2009-10-29 14:44:10 +01:00
Jae-Seong Lee
ef4ee4f750
Bug 521189 - Properly declare a variable in this test rather than implicitly creating a global variable. r=jwalden
2009-10-28 15:20:34 -07:00
Ben Hsieh
708fc9f0dc
Bug 510991 - NS_GetURLSpecFromFile does a stat(). r=biesi
2009-10-06 15:43:59 +02:00
Daniel Holbert
4e1a0778db
Bug 495228, followup patch: Remove a few trailing right-paren characters that were missed in this bug's previous landing (to fix build warnings like "Extraneous text after ifneq directive"). r=ted
2009-09-21 22:43:58 -07:00
Myk Melez
fbbd22156b
bug 528292: convey the mForceAllowThirdPartyCookie flag when setting up a replacement channel for a redirected HTTP request; r,sr=bzbarsky
2009-12-13 11:04:03 -08:00
Boris Zbarsky
75813edc9a
Bug 409500. Compute the right output length for our base64 decoding. r=jduell
2009-09-18 14:53:17 -04:00
Jonathan Kew
594fbda9eb
Bug 507970, part 1: nsIStreamLoader changes to support downloadable font code, r=bzbarsky
...
--HG--
extra : rebase_source : d0142c7afc7b7788a76caf2a2508e7604c2b74f1
2009-09-17 11:14:25 +01:00
Doug Turner
8385ac12ff
Bug 514626 - [10.6] Wi-Fi monitor doesn't work on Mac 10.6. r=josh
2009-09-16 13:08:15 -07:00
Alfred Kayser
5a0907b160
Bug 394425 - nsCacheMetaData: alloc key & value & metadata in one malloc call
...
r+sr=shaver
2009-09-16 17:56:09 +02:00
Makoto Kato
a508f0afb0
Bug 507312 - nsFileInputStream::available() throws for files >= 4,294,967,295 bytes (4 GB). r=cbiesinger
2009-09-16 14:50:32 +09:00
Dão Gottwald
d8ad5ef64a
Backed out changeset 40811b076d51
2009-09-13 17:36:23 +02:00
Taras Glek
d5fc560904
Bug 507288 - move greprefs/*js into res/greprefs.js and add that to toolkit.jar. r=benjamin
2009-09-13 15:52:24 +02:00
Phil Ringnalda
006649b09e
Merge for backout of changeset a696d331ebf7 (bug 526789)
2009-11-09 19:46:05 -08:00
Phil Ringnalda
668ad16607
Backed out changeset a696d331ebf7 (bug 526789) for test failures
2009-11-09 19:45:23 -08:00
Robert O'Callahan
e21b27afca
Bug 508128. Fix type mismatch in RawTests. r=jwalden
2009-11-10 14:00:35 +13:00
Robert O'Callahan
b99164c6a5
Bug 508128. Fix another case of GC stripping JS wrapper objects of previously QIed interfaces
2009-11-10 14:00:35 +13:00
Dan Witte
e95354e767
Bug 526789 - UMR in nsCookieService::CountCookiesFromHostInternal, GetCookiesFromHost, and
...
GetCookieInternal when given empty host string. r=biesi
2009-11-09 16:21:57 -08:00
Jeff Walden
fb222bd54b
Bug 526686 - Add QueryInterface methods to all exposed types of objects in httpd.js. Also change nsIHttpRequestMetadata to nsIHttpRequest for a little conciseness. r=waylon, not worth someone's time to review trivial code changes and renamings
2009-11-06 16:24:32 -08:00
Justin Dolske
bb8de32c14
Bug 519729 - Crash [@nsHttpsHandler::GetProtocolFlags(unsigned int*)] with COMPUTERBILD Abzockschutz addon. r=cbiesinger
2009-11-06 18:40:13 -08:00
Dave Townsend
d9b05267e3
Bug 526635: Interfaces changed on the 1.9.2 branch with no IID rev. r=enn, r=vlad, r=josh, r=mak77, r=ted, r=roc
2009-11-06 11:31:22 -08:00
Peter Kasting
dbcfd8c593
Bug 528470. Update Public Suffix List. r=gerv
2010-01-07 13:55:10 +13:00
Christian Biesinger
8d39c93376
Bug 531801 Remove code that cached SSL content to disk when Cache-Control: public was sent
...
r=bz
--HG--
extra : rebase_source : 8d02615ec3777cba578786b2d1aa60cce60b3c03
2010-02-12 18:04:04 +01:00
Ben Bucksch
a6a643cec1
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
Pam Greene
f79f725b93
Bug 544319 - fix up PSL for .ml (Mali) TLD. r=gerv.
2010-02-11 13:39:12 +00:00
Dan Witte
11ec85c1f0
Remove unnecessary stripping of quotes prior to calling PR_ParseTimeString. b=542974, r=abarth
2010-02-10 12:22:49 -08:00
Matin Movassate
9648a313b0
Fixing bug 491201. Adding ability for XMLHttpRequest.send() to accept a File object. r+sr=jonas@sicking.cc, r=cbiesinger@gmail.com
2009-09-08 16:29:41 -07:00
Doug Turner
b43da43a64
Bug 512301 - crash @ nsWifiMonitor::DoScan() using GeoGuide add-on. Fixing bustage. r=blassey
2009-09-08 14:37:55 -07:00
Doug Turner
586aebab94
Bug 512301 - crash @ nsWifiMonitor::DoScan() using GeoGuide add-on. r=blassey
2009-09-08 13:40:20 -07:00
Wan-Teh Chang
4cecc7242a
Bug 513832: Initialize 'state' before passing it to ParseFTPList(),
...
and pass the same 'state' to subsequent ParseFTPList() calls.
sr=bzbarsky.
2009-09-04 11:27:07 -07:00
Shawn Wilsher
971e1a62dd
Bug 508902 - NetUtil.jsm should have a newURI method.
...
r=bz
sr=bsmedberg
2009-09-02 13:24:49 -07:00
Boris Zbarsky
9a4ad1820d
Backed out changeset 6ee269c6c118 (test for bug 474536) because it hangs on Tinderbox
...
--HG--
extra : rebase_source : 4a94234dc481caff6e147082e0f1c5a13602e84b
2009-09-02 13:34:18 -04:00
Mitchell Field
1fc35207e1
Bug 514131 - remove xpcom/obsolete, r=bsmedberg
2009-09-02 13:01:29 -04:00
Jason Duell
a31b8723a7
Adding test for bug 474536. r=dcamp sr=bzbarsky
2009-09-02 11:33:13 -04:00
Mark Banner
e0f916c144
Bug 501925 Change cookie policy to relax the mailnews-specific APP_TYPE_MAIL requirement. r=Neil,r=dwitte,sr=dmose
2009-09-02 09:42:53 +01:00
Michal Novotny
1006f3c8d5
Bug 488270 - "New APIs for precise time measurement of net requests" [r=mayhemer sr=shaver]
2009-09-01 15:55:50 -05:00
Johnny Stenback
7f2a806ff7
Backed out changeset 7d5e1bcb4729 due to mochitest errors.
2009-08-31 14:57:45 -07:00
Matin Movassate
93d64a0d6d
Resolving bug 491201. Added ability for XMLHttpRequest.send() to accept an nsIDOMFile. r+sr=jonas@sicking.cc, r=cbiesinger@gmail.com
2009-08-31 14:07:16 -07:00
Jason Duell
9a3a9ea726
Necko init patch, with modeline fixes
2009-08-18 12:05:15 -07:00
Jason Duell
c2697c82ca
Move necko to tier_gecko, r=bsmedberg
2009-09-11 14:52:19 -07:00
Jeff Walden
c07b260a5d
Bug 524245 - Correctly serialize and deserialize nsNestedAboutURI::mBaseURI as the same interface, not as different ones. r=bz
2009-10-26 15:48:23 -07:00
Doug Turner
a2a7ef6b23
Expose device type in user agent. r=vlad
2009-10-24 23:09:46 -07:00
Benjamin Smedberg
28fb767bd1
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
2009-08-25 08:59:31 -07:00
Vladimir Vukicevic
bbac899c76
b=511808, disable Camellia on Windows CE until alignment bug is fixed; r=jduell
2009-08-24 11:07:48 -07:00
bjarne@runitsoft.com
50f131fb4d
Bug 510359 - Cached "Vary: Cookie" responses are improperly revalidated/reused r=biesi
2009-08-24 10:32:18 -04:00
Neil Rashbrook
79f3efe766
Bug 408599 Expose nsSimpleNestedURI to XPCOM r=biesi sr=bz
2009-08-23 23:48:07 +01:00
Jason Duell
e8af58ae83
Bug 511718 - Fix compiler warnings about redefining LOG in necko; r=cbiesinger
2009-08-21 00:55:07 +02:00
Justin Dolske
3676108239
Bug 380917 - Remove old password manager .idl and .h files. r=mconnor
2009-08-20 15:17:30 -07:00
Justin Dolske
49df2b5157
Bug 510627 - Windows CE hanging on some SSL sites. r=vladimir sr=cbiesinger
2009-08-20 15:17:29 -07:00
L. David Baron
3f09378b2a
Backed out changeset 3a829715fd39 (Bug 482935) on suspicion of causing mochitest-plain leaks.
2009-08-20 12:22:30 -07:00
Bjarne
3e6234d689
Bug 482935 - Cancel() from OnStopRequest should not cause cache entry to be doomed, r=jduell.mcbugs
2009-08-20 17:45:38 +02:00
Serge Gautherie
b5238d7114
Bug 474296 - Remove UA define of "WinNT3.51" and "WinNT4.0" due to out of support; (Av2) WNTv4 and (all) older; r=cbiesinger
2009-08-20 17:30:25 +02:00
Serge Gautherie
85d50bcc64
Bug 511395 - Remove MSVC6 support from the tree, in netwerk; (Av1) Update comment only; r=cbiesinger
2009-08-19 17:01:57 +02:00
Peter Kasting
8ef1c7401c
Merge bug 512774
2009-08-27 12:56:15 -07:00
Peter Kasting
3e346aa0b8
Bug 512774 - Update eTLD ruls for .cr. r=gerv
2009-08-27 12:10:37 -07:00
Honza Bambas
6b04319791
Backout rev fc99651e9bca
2009-08-26 21:39:37 +02:00
Honza Bambas
f152ca58a4
Bug 479485 - Invalid port numbers cause default port to be used, should fail to load, r=bz
2009-08-26 20:08:28 +02:00
Benjamin Smedberg
c4ea86fa0e
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
...
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
2009-08-27 08:53:13 -07:00
tglek@mozilla.com
b41814d3c7
Bug 508421 - move res/ stuff into toolkit.jar (r=bsmedberg)
...
* * *
* * *
2009-08-27 08:35:48 -07:00
Marco Bonardo
93a1b17552
Backout Bug 462381 due to Mac build bustage
2009-10-13 16:53:27 +02:00
Mitchell Field
ad1ddcb99f
Bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system; Build more stuff in parallel (v3)
...
r=(benjamin, cbiesinger, smontagu, ted.mielczarek)
2009-10-13 15:22:56 +02:00
Jacek Caban
73fc3c50f9
Bug 536091 - Make nsNotifyAddrListener.cpp compile on new mingw, r=beisi
2009-12-29 14:19:47 -05:00
Shawn Wilsher
0d62ff6e47
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
6f5817dc82
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
Adam Barth
86c4930b0b
Bug 536514 - Treat leading and trailing "."s in Domain attributes like other browsers. r=dwitte
2009-12-26 13:39:35 -08:00
Oleg Romashin
181fed3af5
b=536031; netwerk/system/maemo linkage fail in no-libxul configuration, r=cbiesinger
2009-12-23 14:00:38 +02:00
Dan Witte
5fd90963ae
Bug 536230 - Crash or Hang @ [nsCookieService::RemoveCookieFromList(nsListIter const&)]. r=sdwilsh
2009-12-22 14:54:26 -08:00
Bobby Holley
64bbce4cdc
Bug 509929 - Reference cycle between nsProgressNotificationProxy and nsHttpChannel on channel redirect. r=biesi
2009-08-13 13:20:41 +02:00
Navin Lal
65e19ef012
Bug 385154 - remove nsInt64 usage from the tree. r=roc
2009-08-12 10:51:46 +02:00
timeless
c64185c81b
Bug 505725 nsWifiMonitor::DoScan seems to leak ndis_handle in all failure cases
...
r=dougt
2009-08-12 11:49:53 +02:00
timeless
e19164cbf9
Bug 505724 nsWifiMonitor::DoScan seems to leak apple_80211_library or crash in all failure cases
...
r=dougt
2009-08-12 11:49:53 +02:00
timeless@mozdev.org
b7c9628fe5
Bug 505723 nsWifiMonitor::DoScan seems to leak iwlib_handle after ReplaceArray(lastAccessPoints, accessPoints)
...
r=dougt
2009-08-12 11:49:53 +02:00
timeless@mozdev.org
43fc8e7cec
Bug 491204 - Crash [@ NS_GetInnermostURI] from NS_EnsureSafeToReturn with broken nsIURI.clone, r=biesi
2009-05-04 15:00:00 -07:00
timeless@mozdev.org
56620076c7
Bug 562539 - deprecated conversion from string constant to char* in nsHttpTransaction::ParseHead, r=jduell
2010-05-01 17:37:00 -07:00
Dave Townsend
e3eb5c84d4
Backout new add-ons manager due to Ts regression on OSX 10.5
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
timeless@mozdev.org
6accb18e0c
Bug 538698 - crash [@nsCacheService::DoomEntry_Internal(nsCacheEntry*)] on shutdown, r=biesi
2010-01-09 08:32:00 -08:00
timeless@mozdev.org
6107cd7554
Bug 551990 - Crash [@ nsHttpResponseHead::NoStore()] in test_updatingManifest.html, r=biesi
2010-03-14 06:55:00 -07:00