Mook
3261283c4d
Bug 504025 - [windows x64] casting pointer to long is illegal on win64; don't cast HINSTANCE to int, use LONG_PTR instead; r=benjamin sr=cbiesinger
...
--HG--
extra : rebase_source : b60364af67246d341865a1d52c6fc93d4b62cf4b
2009-08-09 00:50:39 +02:00
Paul O’Shannessy
69172f8e96
Bug 504385 - "Save Link As..." displays broken file picker when file type is unknown on Windows CE, r=vladimir
2009-08-04 14:27:12 -07:00
Christian Biesinger
ef2214ac4b
Fix broken tests from changeset 97ec2484a49a / Bug 508030 - catMan should be categoryManager
2009-08-03 19:33:11 +02:00
Paolo Amadini
c09426bf9f
Bug 508030 lowercase the extension in getTypeFromExtension before looking it up in the ext-to-type-mapping category
...
r=biesi sr=bz
2009-08-03 17:52:32 +02:00
Christian Biesinger
ce834cd636
Fix memory leaks from changeset dcda49ff1a26 - need to make sure that
...
the destructor gets called for the hashtable entries.
Also fixes a nit (AddRef() -> NS_ADDREF_THIS())
r+sr=bz
2009-07-28 19:46:04 +02:00
Christian Biesinger
d8e3f09412
Bug 487638 - status bar blames wrong resource when downloading slow responding resource
...
- Makes nsDocLoader store the last-sent status message for each request in the
corresponding nsRequestInfo, and keeps a flag to indicate whether the request
is done
- When a request finishes, it looks for a random request that is not done and
has a non-empty status, and if it finds one, sends that status message to the
listeners
- To make this all work, the patch also changes imagelib so that status and
state messages sent for images are sent with the imgIRequest as the request and
not the channel. This is necessary because the channel is not part of the
loadgroup for images, only the imgIRequest is.
- Make the BrowserStatusFilter always update its pending status message if it
is dirty, even when that matches the currently displayed status message
r+sr=bz
2009-07-28 18:13:48 +02:00
Michael Kohler
0a56a892c8
Bug 106386 - Correct misspellings in source code (old); Part 3 v2; r=timeless
2009-07-27 10:47:05 +02:00
Josh Aas
4734a09527
Remove nsIPluginManager/nsIPluginManager2. Fold their functionality into nsIPluginHost. b=499431 r/sr=jst
2009-06-25 17:06:54 -04:00
Steven Michaud
3cf940577e
get rid of nsIInternetConfigService. b=489864 r=josh sr=roc
2009-06-23 14:09:19 -05:00
Arpad Borsos
497b2e227d
Back out b8e531a6c961 (Bug 474369), it really did cause the windows dhtml regression
...
--HG--
extra : rebase_source : 568114bcfc5a7710d9e2c2fe5e234fa190bebba1
2009-06-16 14:38:51 +02:00
Arpad Borsos
ced6fd75da
Back out 7d502207183d (Bug 493701), it really did cause the windows dhtml regression
...
--HG--
extra : rebase_source : 1c08b3767508bc359d395560b08248fcaa71f511
2009-06-16 14:37:35 +02:00
Arpad Borsos
3a5c755862
Bug 493701 - Use a macro to reduce redundancy in nsDocLoader.cpp; r=bz
2009-06-11 11:03:40 +02:00
Arpad Borsos
ef105af6ce
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
2009-05-07 17:15:26 +02:00
Arpad Borsos
cd1887abfd
Back out bug 474369, suspected of causing dhtml and tp3 regression
2009-06-12 23:20:55 +02:00
Arpad Borsos
3773b464cf
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
...
--HG--
extra : rebase_source : 2f40cba97555521222512c7cd793c2a2adcca333
2009-05-07 17:15:26 +02:00
Dave Townsend
086bb92ddb
Backing out bug 474369 due to test failures
2009-05-19 13:52:51 +01:00
Dave Townsend
99034adf24
Backed out changeset 461d728271d1
2009-05-19 13:51:18 +01:00
Mark Banner
c9f04c44a2
Bug 488597 Fix Random Test Failure (test_punycodeURIs.js). r=sdwilsh
2009-05-19 10:58:39 +01:00
Arpad Borsos
584155ddb7
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
2009-05-07 17:15:26 +02:00
Steven Michaud
e8a3b22bb1
Backed out changeset add33a95e3ef to fix talos crashes. b=489864
2009-05-11 15:39:37 -05:00
Steven Michaud
4a54908c46
get rid of nsIInternetConfigService (patch mostly by joshmoz@mozilla.com). b=489864 r=josh sr=roc
2009-05-11 13:17:35 -05:00
Siddharth Agarwal
81ff1e06cd
Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines.
...
r=ted for build config parts, r=jmathies for app association and download manager changes, r+sr=bz for helper app service, r=vlad + sr=ted for stock icons.
2009-04-12 20:25:29 +05:30
Paolo Amadini
a02317b4ad
Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; fix for test; r=sdwilsh sr=bzbarsky
2009-04-30 12:07:15 +02:00
Josh Aas
98e0114875
Port uriloader to 64-bit Mac OS X. b=489344 r=smichaud sr=roc
2009-04-22 09:06:58 -04:00
Paolo Amadini
459db48724
Bug 489078 - (TUnit) xpcshell-tests test_getTypeFromExtension_with_empty_Content_Type.js leaks; r=sdwilsh
2009-04-22 02:42:11 +02:00
Paolo Amadini
e87bfd8396
Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; Test case; r=sdwilsh
2009-04-16 20:05:28 +02:00
Paolo Amadini
74267f8de9
Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; r=(robert.bugzilla + sdwilsh) sr=bzbarsky
2009-04-16 20:05:25 +02:00
Dave Camp
605eb3854f
Bug 486470. Keep ref to offline cache update until end of lifetime. r=honzab, sr=vlad
2009-04-14 15:09:23 +09:00
Honza Bambas
137cc26e8a
Bug 480713 - nsDocLoader doesn't clear requests from mRequestInfoHash, security UI may not report mixed content, r,sr=jst
2009-04-08 10:45:32 +02:00
Antonio Gomes (tonikitoo)
858e9236ff
[Bug 455509] Implement system integration via dbus (open_mime) in Fennec. r=sdwilsh,blassey sr=bz
2009-03-30 14:10:26 -04:00
Ted Mielczarek
aaa58f8d73
Bug 421611 - Need to be able to run tests on arbitrary build - add packaging bits for xpcshell. r=bsmedberg
...
--HG--
rename : intl/strres/tests/397093.properties => intl/strres/tests/unit/397093.properties
rename : intl/strres/tests/strres.properties => intl/strres/tests/unit/strres.properties
2009-03-21 11:20:00 -04:00
Josh Aas
a017628a07
Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg
2009-03-19 10:41:13 -07:00
Peter Weilbacher
bf1207fa00
Bug 442393: fix OS/2 build break, p=wuno@lsvw
2009-03-19 09:36:00 +01:00
Staś Małolepszy
1bf961da16
Bug 435687 - Add Mibbit as a default IRC protocol web handler. r=mconnor
2009-03-14 09:47:51 +01:00
Dave Camp
2ddf9e1741
Bug 482370 - after noupdate documents are associated with the wrong application cache. r+sr=jst
2009-03-10 14:58:00 -07:00
James Boston
5fd727d45d
Bustage fix for bug 442393.
2009-03-09 15:14:05 -04:00
James Boston
091cdf56f0
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
2009-03-09 12:47:39 -04:00
Dave Camp
c2401372fd
Bug 471227 - rework offline update scheduling a bit to avoid losing/misscheduling updates. r+sr=bz
2009-03-04 13:37:29 -08:00
Honza Bambas
762ed65762
Bug 460335 - disallow redirects when updating an application cache, r=dcamp, sr=cbiesinger
2009-02-27 15:09:06 +01:00
Dave Camp
9382bde2f2
More logging for bug 471227.
2009-02-25 21:57:28 -08:00
Dave Camp
fbbee40aa1
Bug 471227 - revert debug spew for now.
2009-02-25 01:03:13 -08:00
Dave Camp
1a8ea997f1
Bug 471227 - More debug spew.
2009-02-24 23:12:13 -08:00
Dave Camp
66a3a31b50
Bug 442584 - Prefetching stops working until Firefox is restarted. r=jduell, sr=jst
2009-02-24 23:12:12 -08:00
Dave Camp
edf30b277b
Bug 477747 - appcache 'noupdate' event fired too early for master entries. r+sr=jst
2009-02-22 11:09:10 -08:00
Jason Duell
8fbc5ad91e
Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky
2009-02-19 15:25:18 -05:00
L. David Baron
671f598185
Backed out changeset 4bd7dd7645c2 (Bug 474536)
2009-02-19 12:37:53 -08:00
Jason Duell
8c27d27270
Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky
2009-02-19 15:25:18 -05:00
Oleg Romashin
c2a26c0262
Bug 469023 - network.protocol-handler.warn-external-default does not work with hildon platform. r=bugmail,doug
2009-02-18 08:41:37 -05:00
Neil Rashbrook
2b7a424a9b
Bug 475344 Need a cancellation code to indicate successful load from cache r+sr=bz
2009-02-16 11:27:22 +00:00
Boris Zbarsky
a503efc8fc
Bug 477880. Since we kick off some loads during reflow, make sure to flush layout before our last pre-onload emptiness check. r=jst, sr=roc
2009-02-15 13:14:19 -05:00