Honza Bambas
ed37aef13b
Bug 764758 - Intermittent crash during test_xhtmlManifest.xhtml [@ nsOfflineCacheUpdateItem::OnDataAvailable], part1, r=jduell
2012-10-22 19:59:07 +02:00
Nick Hurley
31985d7fa6
Bug 536324 part 3 - Change consumers of nsIChannel. r=sworkman
2012-10-22 10:51:07 -07:00
Nick Hurley
a115c7b5bc
Bug 536324 part 2 - Change implementers of nsIChannel. r=sworkman
2012-10-22 10:51:07 -07:00
Kartikaya Gupta
9b2e7b91fa
Bug 754047 - Remove invalid assertion. r=blassey
2012-10-19 09:39:37 -04:00
Ehsan Akhgari
facc724ef1
Silence two compiler warnings about redifinition of LOG, no bug
...
--HG--
extra : rebase_source : b2ad9b63ef071b71620506e78bcf12d507eb6577
2012-10-13 17:27:31 -04:00
Andrew Quartey
0e23b26077
Bug 792581 - part 19: Replace LL_I2L macro with int64_t cast. r=ehsan
2012-10-12 13:29:11 -04:00
Andrew Quartey
637d5881bf
Bug 792581 - part 18: Replace LL_L2D macro with double cast. r=ehsan
2012-10-12 13:29:11 -04:00
Andrew Quartey
790ec84feb
Bug 792581 - part 15: Replace LL_L2I macro with int32_t cast. r=ehsan
2012-10-12 13:29:10 -04:00
Trevor Saunders
3d3592cd63
bug 798595 - remove useless prmem.h includes r=ehsan
2012-10-04 02:14:06 -04:00
Mike Habicher
ef9bf6814b
Bug 722975 - Add 3gpp video file mime type definitions. r=cdouble
2012-10-09 21:11:10 -04:00
Andrew Quartey
e0477b23d8
Bug 792581 - part 12: Replace LL_DIV with division operator. r=ehsan
2012-10-05 01:05:28 -04:00
Jacek Caban
2bcb0d893d
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (uriloader part) r=jlebar
...
--HG--
extra : rebase_source : db2c0de5c099b85f9f378e2315b418900f59c798
2012-10-04 10:31:06 +02:00
Josh Matthews
f8bc15a806
Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz
2012-10-03 13:10:20 -04:00
Tom Schuster
68bf2735b6
Bug 795442 - Allow nsIChannel.contentDispositionFilename to be writable. r=jduell, sr=biesi
2012-10-02 09:43:00 -07:00
Steve Workman
fd6793666f
Bug 734546: Add DASH Decoders and Readers r=cpearce r=ted
2012-09-29 16:29:04 -07:00
Isaac Aggrey
e496b51126
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
2012-09-28 14:55:23 -05:00
Isaac Aggrey
997db4d142
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
2012-09-28 01:57:33 -05:00
Thinker K.F. Li
fac6fa0c28
Bug 780878 - Check app permission against ALLOW_NO_WARN. r=honzab
...
Without this checking, nsOfflineCacheUpdateService don't update
offline cache any more if previous updating exceeds usage and showing
a warning.
2012-09-27 23:05:59 -04:00
Honza Bambas
7dc4ae6d35
Bug 776797 - Lock down POfflineCacheUpdate, r=jduell
2012-09-27 21:35:07 +02:00
Honza Bambas
41c12a706a
Bug 756717 - Implement 'appcache jar' for apps, r=tlee+jduell
2012-07-31 02:36:00 -04:00
Bobby Holley
9f03f90fb7
Bug 792036 - Automated fixups. r=mccr8
...
find /files/mozilla/build/d/_tests/testing/mochitest/tests/ | egrep "\.(xhtml|html|xml|js)$" | grep -v SimpleTest | grep -vi mochikit | grep -v simpleThread | grep -v test_ipc_messagemanager_blob.html | grep -v "indexedDB/test" | xargs grep -l Components | xargs grep -L enablePrivilege | perl -pe 's#.*mochitest/tests/##' | xargs perl -p -i.bakkk -e 's/Components\.interfaces(\s|;|\.|\[)/SpecialPowers\.Ci$1/g, s/SpecialPowers\.wrap\(Components\)\.(.)(lasses|tils|nterfaces|esults)/SpecialPowers.C$1/g, s/(?<![\.a-zA-Z])Components/SpecialPowers\.Components/g, s/window\.Components/window\.SpecialPowers\.Components/g'
2012-09-24 14:46:29 +02:00
Ehsan Akhgari
b5c39afb4e
Bug 792502 - Kill the FunctionTimer code; r=vlad
2012-09-19 16:59:38 -04:00
Fabrice Desré
b09ea1e2f6
Bug 774599 - Crash when content of unknown MIME type is encountered [r=jlebar]
2012-09-16 09:15:24 -07:00
Phil Ringnalda
7f0e274a9f
Bug 786938 - disable test_handlerApps.xhtml on OS X 10.8 where it's permaorange and keeping mochitest-5 hidden
2012-09-15 17:42:22 -07:00
Dave Hylands
e00638247d
Bug 788204 - Gecko doesn't detect MIME type of MP3 files. r=cpearce
...
From 77b2e88e811309eaca313262c14437112375dd0f Mon Sep 17 00:00:00 2001
Add mp3 extension when media plugins are compiled in.
---
.../exthandler/nsExternalHelperAppService.cpp | 3 +++
1 file changed, 3 insertions(+)
2012-09-11 17:56:25 -07:00
Ehsan Akhgari
5832a14c90
Bug 788923 - Part 2: Use the load group of the document that the source node belongs to when prefetching links; r=bzbarsky
2012-09-07 14:06:44 -04:00
Makoto Kato
c28c020a8f
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
2012-09-06 11:41:02 +09:00
Aryeh Gregor
d3e716eafa
Bug 782594 - No, storing a 32-bit error code in a 16-bit variable is not "somewhat sensible"; r=bz
2012-08-14 12:10:42 +03:00
Aryeh Gregor
1259f66ff0
Bug 782594 - Don't use nsresult as boolean; r=bz
2012-08-14 12:10:42 +03:00
Aryeh Gregor
87ee7da27f
Bug 782594 - Make some methods in uriloader/ infallible; r=bz
2012-08-14 12:10:42 +03:00
Randell Jesup
eedf93a21d
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00
Ben Turner
0727b7098c
Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
...
--HG--
rename : ipc/glue/IPCSerializableParams.ipdlh => ipc/glue/InputStreamParams.ipdlh
extra : transplant_source : %A6%BC%8B%8D%3A_%7Df%2B%FE%AA%94%81%AB%CAW%15K%A7%03
2012-08-23 12:33:46 -07:00
Bobby Holley
7d93b33884
Bug 784560 - Fix more tests. r=mccr8
2012-08-23 11:45:28 -07:00
Ehsan Akhgari
0fd9123eac
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Aryeh Gregor
1091dc5149
Bug 782252 - Change named constants to correct types; r=ehsan
2012-08-07 18:11:35 +03:00
Ehsan Akhgari
805b10b6d6
Merge removal of nsnull
2012-08-14 11:29:00 -04:00
Mark Capella
7e0b8d3bac
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Misc Folders, r=ted
...
Content, DOM, Image, JS, RDF, and URILoader folders
2012-08-14 10:06:17 -04:00
Aryeh Gregor
6a9cec29c8
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
2012-08-12 13:43:47 +03:00
Mike Hommey
6173fa297f
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Aryeh Gregor
0923bf00ef
Bug 780618 - Move all error codes to nsError.h; r=ehsan
2012-07-27 17:03:27 +03:00
Honza Bambas
60324db7ae
Bug 768568, r=kaie
2012-07-31 20:59:17 +02:00
Honza Bambas
da3f0b8916
Bug 766210 - Delay updating nsPrefetchNode's reference to redirect channel until we know redirect is approved, r=jduell
2012-07-31 20:59:17 +02:00
Aryeh Gregor
e806eeab4f
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Joshua Cranmer
774444109e
Bug 773637 - Kill NS_SCRIPTABLE attributes, Part 2: Remove NS_SCRIPTABLE. r=ehsan
...
--HG--
extra : rebase_source : 83020e0a1961ed5b33d5e0599419c6b7b82caa87
2012-07-06 15:31:49 -05:00
Joshua Cranmer
4b8f318e78
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
...
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
2012-07-06 15:14:07 -05:00
Jason Duell
297baa7909
Bug 775119 - e10s: implement nsILoadContext in ParentChannels, remove PrivateBrowsingConsumer r=jdm
2012-07-22 15:35:33 -07:00
Gervase Markham
44a28dd9d7
Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0.
2012-07-20 10:10:44 +01:00
Brian R. Bondy
59f36f0bb6
Bug 772711 - Invoking default application does not work if default application is a metro app. r=jimm
2012-07-14 20:44:07 -04:00
Honza Bambas
a5c1861217
Bug 765203 - Support mode 'unknown' when parsing cache manifest, r=jduell
2012-07-14 11:52:35 +02:00
Honza Bambas
d08a526246
Bug 767096 - Optimize nsICachingChannel interface for offline cache writing, r=sinker
2012-07-11 20:20:17 +02:00
Ryan VanderMeulen
881389a4b2
Backout 3bf8ff8836d1 too
2012-07-10 19:39:01 -04:00
Ryan VanderMeulen
89aff4650d
Backout 2838ba825479, 991404facac2, 7f6e22f10b99, 30a4e0cf7130, ad2c42efbe57, and 1f07f04ec01d (Bug 760067, Bug 767096, Bug 765158, Bug 729182) due to xpcshell orange.
2012-07-10 19:21:54 -04:00
Honza Bambas
a344f9ba91
Bug 767096 - Optimize nsICachingChannel interface for offline cache writing, remove unused member from nsOfflineCacheUpdate, r=sinker DONTBUILD
2012-07-11 00:06:26 +02:00
Honza Bambas
24c40e8525
Bug 767096 - Optimize nsICachingChannel interface for offline cache writing, r=sinker
2012-07-10 23:49:18 +02:00
Nathan Froyd
a7eb97f896
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
David Zbarsky
ae718ee1c0
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
2012-07-01 16:45:59 -07:00
Ehsan Akhgari
2f7f30dd7b
Bug 748890 - Make getting the load context in nsExternalHelperAppService work in multiprocess mode; r=jdm
...
--HG--
extra : rebase_source : 9116deb18fc9372f6b8db96f19ea82c7eca191fc
2012-06-29 11:27:52 -04:00
Ehsan Akhgari
102655bb93
Bug 722868 - Part 7: Remove the usage of the global private browsing in the external app helper service since it is no longer needed; r=bzbarsky
2012-04-24 23:37:31 -04:00
Ehsan Akhgari
82d042e061
Bug 722868 - Part 6: Delete the temporary private files when the last private browsing window is closed; r=bzbarsky
2012-04-24 23:35:22 -04:00
Ehsan Akhgari
06a24c4831
Bug 722868 - Part 5: Use the channel's private browsing flag to determine how to handle the temporary file in nsExternalAppHandler::OpenWithApplication; r=bzbarsky
2012-04-24 23:31:35 -04:00
Ehsan Akhgari
46cc50ae32
Bug 722868 - Part 3: Make insExternalAppHandler::OpenWithApplication aware of the deleteTemporaryPrivateFileWhenPossible API; r=bzbarsky
2012-04-24 23:04:49 -04:00
Ehsan Akhgari
953e8ce58b
Bug 722868 - Part 1: Add the deleteTemporaryPrivateFileWhenPossible API; r=bzbarsky
2012-04-24 22:56:55 -04:00
Ed Morley
a82421537c
Backout a6175c97f365, 3ceeeaf0519f, bde34cebdcdc, 66dfa9606626, 86762d8c4de9, 717f908c990a, aa83d71fe7ee (bug 722868) for compilation failures
2012-06-28 19:00:30 +01:00
Ehsan Akhgari
fb509773b1
Bug 722868 - Part 7: Remove the usage of the global private browsing in the external app helper service since it is no longer needed; r=bzbarsky
2012-04-24 23:37:31 -04:00
Ehsan Akhgari
753a5bab8f
Bug 722868 - Part 6: Delete the temporary private files when the last private browsing window is closed; r=bzbarsky
2012-04-24 23:35:22 -04:00
Ehsan Akhgari
70c16c83cb
Bug 722868 - Part 5: Use the channel's private browsing flag to determine how to handle the temporary file in nsExternalAppHandler::OpenWithApplication; r=bzbarsky
2012-04-24 23:31:35 -04:00
Ehsan Akhgari
9dae7cdd49
Bug 722868 - Part 3: Make insExternalAppHandler::OpenWithApplication aware of the deleteTemporaryPrivateFileWhenPossible API; r=bzbarsky
2012-04-24 23:04:49 -04:00
Ehsan Akhgari
90f3cab0d6
Bug 722868 - Part 1: Add the deleteTemporaryPrivateFileWhenPossible API; r=bzbarsky
2012-04-24 22:56:55 -04:00
Wes Johnston
a6f7e8e7e0
Bug 653833 - Ignore mimetype for helperapps if it is the same as our url. r=blassey
2012-06-26 14:54:44 -07:00
David Zbarsky
09970e7f7a
Bug 766342 - Remove unneeded nsresult in nsExternalHelperAppService.cpp r=bz
2012-06-20 12:48:51 -07:00
Ehsan Akhgari
8800291a29
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more uriloader parts); r=bzbarsky
2012-06-14 21:45:35 -04:00
Ehsan Akhgari
5f1dca309f
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (uriloader parts); r=bzbarsky
2012-06-12 23:53:09 -04:00
Geoff Lankow
00f3a215c9
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
2012-06-06 14:08:30 +12:00
Brendan Dahl
a04fcdad74
Bug 752676: Add pdf.js as an internal handler for pdfjs (1/2); r=mak77
2012-06-02 09:56:24 -07:00
Honza Bambas
5087829839
Bug 753990 - Allow appcache to work with a custom cache (profile) folder within a single application, r=michal.novotny
2012-06-04 16:12:24 +02:00
Honza Bambas
680e33b76d
Bug 744719 - Change offline cache update to load files in parallel, r=michal.novotny
2012-06-04 16:12:23 +02:00
Serge Gautherie
8fd361fe62
Bug 749872. (Bv1) test_handlerApps.xhtml: OS X SeaMonkey workaround wrt iCal. r=dmose.
2012-06-01 17:48:34 +02:00
Shriram Kunchanapalli
52a4aa2063
Bug 743581: Removes nsCRT::strlen(const PRUnichar*). f=sgautherie r=dougt
2012-05-30 18:43:39 +01:00
Phil Ringnalda
b72834f891
Back out e4823da049f8 (bug 744719) for test failures and crashes
2012-05-29 21:08:18 -07:00
Honza Bambas
58cea29070
Bug 744719 - Don't download appcache files one file at a time, r=michal
2012-05-29 16:51:20 +02:00
Honza Bambas
acf15bad5e
Bug 744710 - Enable getting updates on how many bytes of an appcache update have been downloaded, r=michal
2012-05-22 22:12:40 +02:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Shawn Landden
d8b89efd8f
Bug 747257 - Part 2: Add media type mapping for .mp4. r=rillian
...
Associate .mp4 files with the "video/mp4" mime type so that we can open them
directly via file://
2012-05-17 17:20:15 -07:00
Matt Brubeck
eebd9c8f2a
Back out 6a7bfd84596e (bug 736501) because it broke the build on some versions of GCC (bug 754198)
2012-05-11 20:15:47 -07:00
Benjamin Smedberg
ff2537e707
Bug 736501 - Use -Werror=unused-result, r=ted/mayhemer/njn
...
--HG--
extra : rebase_source : 121cddcd66f9be9b80840b47aecbe95307bae0ab
2012-05-01 09:24:38 -04:00
John Ford
ba2a46cee5
bug 747448 - convert shell calls to pwd to using core_*path functions r=khuey
2012-05-07 15:21:11 -07:00
Ralph Giles
3adcc0b005
Bug 674225 - Add Opus support to nsOggReader. r=cpearce
...
Parse and decode Opus streams embedded in the Ogg
container. Based on the draft specification from
https://wiki.xiph.org/OggOpus
Support is conditional on the runtime preference
setting media.opus.enabled, which is false by
default until we're confident the spec is stable
and useful.
This patch doesn't support the gain header or
multichannel files.
The LEUint*() functions from the skeleton parser
are used to read the multi-byte header fields.
This requires moving them to earlier in the file.
Mappings for the .opus filename extension are also
added to facilitate testing with local files.
2012-05-01 17:29:34 -07:00
Oonishi Atsushi
13f066d77c
Bug 478927 - Add a new flag LOCATION_CHANGE_ERROR_PAGE for onLocationChangeBug. r=smaug, sr=bzbarsky
2012-05-03 06:22:32 -04:00
Ryan VanderMeulen
e30ff35d31
Backout 17deb5f61b4d (bug 150073) due to build bustage. a=shouldausedtryfirst
2012-04-03 20:22:42 -04:00
Shriram Kunchanapalli
05c95fc3b7
Bug 150073 - Remove nsCRT:: in nsCRT::strlen. f=sgautherie, r=dougt
2012-02-18 19:17:01 +05:30
Ryan VanderMeulen
0c2f2d9626
Backout bug 674728 part 3 due to missing reviews.
2012-03-31 18:18:08 -04:00
Ryan VanderMeulen
3416d4009d
Bustage fix for bug 674728.
2012-03-30 21:15:12 -04:00
Sinker Li
954be9a5df
Bug 674728 - Part 3: Evict cache asynchronized. r=honzab
2012-03-30 20:52:07 -04:00
Sinker Li
f140262449
Bug 674728 - Part 1: Pinned apps get higher priority for cache. r=honzab
2012-03-30 20:52:06 -04:00
Simon Montagu
c328b16f31
Unescape URLs in mail subjects before passing them to ShellExecute. Bug 227268, r=bsmedberg, sr=biesi
2012-02-25 23:12:55 -08:00
Masatoshi Kimura
28f2776f50
Bug 699247 - Remove Win2K related code. r=jimm, sr=neil
2012-02-23 08:53:55 -06:00
Mark Capella
0af24742c6
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
2012-02-23 01:33:19 +01:00
passfree
5d01df5227
Bug 636841 - Stop using unneeded private API on OS X (_LSCopyDefaultSchemeHandlerURL). r=smichaud
2012-02-13 14:55:28 -06:00
Phil Ringnalda
39b5ea6269
Back out ea2f8a85e0ed (bug 715809) for orange
2012-02-09 19:33:22 -08:00
Ben Turner
d9305f7e18
Bug 715809 - 'AppCache should accept manifests served with non-standard mime types'. r=sicking.
2012-02-09 17:20:07 -08:00
Ed Morley
ad5a8e1d06
Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression
2012-02-08 21:04:21 +00:00
Masatoshi Kimura
88ba00973a
Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil
2012-02-08 10:00:45 -06:00
Panagiotis Koutsourakis
791aa57b19
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
...
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Simon Montagu
07bbd70b32
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
2012-01-24 11:52:04 +02:00
Steven Michaud
13b4e4fff2
Bug 720168 - Crash in nsHttpChannel::CallOnStartRequest @ objc_msgSend | nsOSHelperAppService::GetMIMEInfoFromOS. r=bgirard
2012-01-23 16:37:40 -06:00
Steven Michaud
f316045bd7
Bug 675356 - Dmg files sometimes not handled correctly. r=josh
2012-01-19 11:12:58 -06:00
Matt Brubeck
e924be656a
Back out 2c762ec80235 (bug 675356) because of crashes in GetMIMEInfoFromOS in Mac tests
2012-01-17 16:04:32 -08:00
Steven Michaud
38a826cf58
Bug 675356 - Dmg files sometimes not handled correctly. r=josh
2012-01-17 16:58:39 -06:00
Makoto Kato
999d30513b
Bug 703882 - crash nsExternalAppHandler::nsExternalAppHandler. r=bz
2012-01-16 12:55:13 +09:00
Felipe Gomes
7e9dd1cb1e
Bug 701607. Download annotations are not stored for files without a custom name. r=sdwilsh
2011-11-28 15:03:21 -08:00
Michael Wu
3e0835d415
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
2011-11-10 16:17:46 -08:00
Oonishi Atsushi
ebc58fb880
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
2011-11-10 15:01:11 +01:00
Ed Morley
6a998be2c5
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Rail Aliiev
364e83c545
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Ehsan Akhgari
2a602a5685
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
...
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Jeff Walden
b7753477cf
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
...
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
2011-10-10 22:50:08 -07:00
Jeff Walden
eb2cb918a4
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
2011-10-12 12:21:53 -07:00
Jeff Walden
77ebbde4ab
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
...
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
2011-10-10 22:50:08 -07:00
Michael Wu
d8e503c38b
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
...
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Neil Rashbrook
956f798ed0
Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte
2011-09-15 08:40:17 +01:00
Nick Hurley
7400a85df3
bug 589292 - add contentDisposition{Filename} props to nsIChannel. r=honzab sr=bzbarsky
2011-09-09 15:41:04 -07:00
Boris Zbarsky
60166ac20d
Bug 489259. Grab the parent chain for our OnStateChange calls before we fire onload and possibly change the docshell tree. r=jst
2011-09-08 23:19:45 -04:00
Boris Zbarsky
6774101d67
Bug 642551. Save status info we may want to use in a list so we don't have to walk the entire pending request hashtable looking for one of the rare ones with status info. r=neil
...
* * *
Bug 642551 followup to address review comment
2011-09-06 22:57:46 -04:00
Phil Ringnalda
74787fa14f
Back out fc945dec50bb and de06684dabc4 (bug 642551), 64c328251a24 (bug 683952) and 9d0d13998ebb (bug 684544) for orange on a CLOSED TREE
2011-09-06 21:42:54 -07:00
Boris Zbarsky
b3293e9bab
Bug 642551 followup to address review comment
2011-09-06 23:04:45 -04:00
Boris Zbarsky
87cc665adb
Bug 642551. Save status info we may want to use in a list so we don't have to walk the entire pending request hashtable looking for one of the rare ones with status info. r=neil
2011-09-06 22:57:46 -04:00
Rafael Ávila de Espíndola
0e312750b4
Bug 663899 - Use the win temp file handling code in all platforms. r=smichaud.
2011-08-29 15:45:03 -04:00
Geoff Brown
1264a5446f
Bug 668349 - Changes to xpcshell.ini; r=jmaher
2011-08-22 09:00:50 +01:00
Paolo Amadini
5bcf37a7bd
Bug 591289 - Save chosen download file name and other metadata in Places history [r=sdwilsh, ui-r=limi]
2011-08-15 18:08:48 -07:00
Malini Das
a0832b693a
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
Michael Wu
ccaba60ed1
Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg
2011-08-06 22:03:32 -07:00
Doug Turner
769d560e77
Bug 673674 - Fennec freezes when viewing a non .txt file from disk. Mime handler was returning a valid type when it clearly didn't know. r=blassey
2011-07-26 23:50:47 -07:00
arno renevier
0e326605e1
Bug 635630 - typo in nsWebHandlerApp.js: OPEN_DEFAULT_WINDOW instead of OPEN_DEFAULTWINDOW. r=gavin
2011-07-16 20:47:30 +02:00
Ms2ger
36c532ffa2
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
2011-07-15 12:31:34 +02:00
Masayuki Nakano
0f3527ba9b
Bug 666903 uriloader should use mozilla::Preferences r=bz
2011-07-01 17:35:28 +09:00
Masayuki Nakano
088288c705
back out previous checkin
2011-07-01 16:37:06 +09:00
Masayuki Nakano
8693de84dd
Bug 666903 uriloader should use mozilla::Preferences r=bz
2011-07-01 15:26:10 +09:00
Ed Morley
ab5397a7e3
Bug 665595 - Fix unused variable warning in ExternalHelperAppParent.cpp; r=dwitte
2011-06-21 17:37:46 +02:00
Siddharth Agarwal
221ce1b267
Bug 598794 - Intermittent failure in uriloader\exthandler\tests\unit\test_punycodeURIs.js | test failed (with xpcshell return code: 0), see following log: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIFileInputStream.init]; r=sdwilsh
...
--HG--
extra : rebase_source : 0152a5ff0932102e55949e25a821f72461733bf9
2011-06-20 13:58:44 -04:00
Dão Gottwald
9875ff106c
Backed out changeset dc3780dd8a43 (bug 311007). Going to change onLocationChange instead of adding onLocationChange2.
2011-06-14 00:02:28 +02:00
Ed Morley
223c46b36b
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
2011-06-12 03:49:00 -04:00
Oonishi Atsushi
a32cac7d4c
Bug 311007 - Add onLocationChange2 which distinguishes between same-document and different-document location changes to web progress listeners. r=smaug, sr=bzbarsky
2011-06-04 05:31:07 +09:00
Dominic Fandrey
0ab2f46136
Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
2011-06-02 14:56:50 +02:00
Ed Morley
5a6749df7a
Bug 659956 - Remove unused variable from nsOfflineCacheUpdate.cpp; r=bz
2011-05-26 11:15:56 -07:00
Jason Duell
f4c178d25f
Bug Remove unused code from nsPrefetchNode::AsyncOnChannelRedirect, r=bzbarsky
...
Looks like this was overlooked in bug 442803
2011-05-25 16:26:51 -04:00
Oleg Romashin
7e9e46aeee
Bug 658725. NS_EXTERNALSHARINGAPPSERVICE_CID has bogus extra digits. r=dougt
2011-05-23 16:47:03 -04:00
Daniel Holbert
ff123ba64d
Bug 308590 patch 5: Clean up QIs to nsIURL that are really checks for "Does this support GetRef/SetRef", now that nsIURI supports GetRef/SetRef too. r=bz
2011-05-21 18:12:46 -07:00
Josh Aas
998050c725
Bug 657952: Minimize methods in nsIPluginHost. r=jst
2011-05-21 09:28:54 -04:00
Joel Maher
6993636556
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
2011-05-20 11:54:01 -04:00
Hiroyuki Ikezoe
3c83113425
Bug 655633 - Code cleanup in nsGNOMERegistry.cpp. r=karlt
2011-05-11 15:10:00 +02:00
Chris Coulson
d04b2e0503
b=639467 Use GIO in HandlerExists and GetAppDescForScheme r=karlt
...
--HG--
extra : transplant_source : N%94%FAE%F5%F6%C0%13%17%28%E5%7D%F4%09L%D1%01%8D%9D%EF
2011-05-04 16:10:43 +12:00
Ed Morley
6d4a0d93cd
Bug 655176 - Remove WinCE code from docshell (incl broken uriloader/exthandler/Makefile.in WINNT |ifeq|s); r=bz
2011-05-06 11:41:29 -07:00
Brad Lassey
81dd6cbe78
bug 644943 - nsHandlerService should not be used in the content or plugin processes because it requires access to the profile directory r=bz
2011-05-02 16:59:24 -04:00
timeless@mozdev.org
14ce42e5bd
Bug 633240 nsIMIMEService.getTypeFromFile(null) crashes [@ nsExternalHelperAppService::GetTypeFromFile(nsIFile*, nsACString_internal&) ]
...
r=biesi
--HG--
extra : rebase_source : 7b0903e9907d993251a4dae1615f35399e99ca96
2011-04-27 10:35:11 +02:00
timeless@mozdev.org
3c8eb789a5
Bug 633232 nsIMIMEService.getTypeFromURI(null) crashes [@ nsExternalHelperAppService::GetTypeFromURI(nsIURI*, nsACString_internal&) ]
...
r=biesi
--HG--
extra : rebase_source : a84063964425ac512a1daafcaaa4619b0200eaa6
2011-04-27 10:13:27 +02:00
Daniel Holbert
c7e1218869
Bug 650987: Remove unused variable gOfflineCacheUpdateService from OfflineCacheUpdateParent.cpp and OfflineCacheUpdateChild.cpp. r=biesi
2011-04-20 01:28:21 +02:00
Mike Hommey
0659550873
Bug 602245 - Don't build SIMPLE_PROGRAMS during MOZ_PROFILE_GENERATE pass. r=ted
2011-04-14 11:23:13 +02:00
Matheus Kerschbaum
93480c6366
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
Ehsan Akhgari
73dd5db57d
Bug 646071 - Part 3: Remove nsInt64.h, and convert all uses of nsInt64 and nsUint64 in the tree to PRInt64 and PRUint64, respectively; r=bsmedberg
2011-03-31 20:15:27 -04:00
Jeff Muizelaar
326315dab1
Bug 646071 - Part 2: Replace nsInt64 with a typedef to PRInt64; r=bsmedberg
2011-03-31 20:15:04 -04:00
Ehsan Akhgari
49fceed112
Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge)
2011-04-01 12:23:48 -04:00
Ehsan Akhgari
f4575bfe5e
Bug 646071 - Part 3: Remove nsInt64.h, and convert all uses of nsInt64 and nsUint64 in the tree to PRInt64 and PRUint64, respectively; r=bsmedberg
2011-03-31 20:15:27 -04:00
Jeff Muizelaar
4e1b7d656b
Bug 646071 - Part 2: Replace nsInt64 with a typedef to PRInt64; r=bsmedberg
2011-03-31 20:15:04 -04:00
timeless@mozdev.org
39adc9f775
Bug 584983 mark deprecated exthandler interfaces and methods with [deprecated]
...
r=biesi
2010-08-06 03:45:00 -04:00
Boris Zbarsky
66232aadb3
Bug 644637. Make sure mRequest lives long enough that we don't hand dead objects around. r=sdwilsh
2011-03-24 14:14:00 -04:00
Chris Pearce
813aeccb5b
Bug 641102 - Ignore default app handler for inbuilt supported video types. r=roc
2011-03-24 11:28:57 +13:00
Grigory Mozhaev
79bfebf67e
Bug 595785. Make sure the right channel is always passed to download progress listeners' onStateChange methods. r=sdwilsh,bzbarsky
2011-03-23 10:45:21 -04:00
Kyle Huey
1b4c77163a
Merge m-c to bs.
2011-03-15 19:23:20 -04:00
Wes Johnston
cafa451aef
Bug 641079 - GetMimeInfoForFileExt should return a boolean. r=blassey, a=approval-2.0
2011-03-13 08:59:30 -07:00
Mitchell Field
a7b458884e
Merge mozilla-central to build-system.
2011-03-11 11:05:04 +11:00
Brad Lassey
33ec72ba9d
bug 638523 - Save Image saves htm, not the image r=dougt a=blocking-fennec
2011-03-08 00:45:43 -05:00
Wolfgang Rosenauer
e5a6f45ea4
Bug 634942 - HelperApp launch is broken with GIO. r=karlt, a=beltzner
2011-03-01 08:19:23 +01:00
Brian Crowder
c5197f8eeb
Bug 634555 - Do not fib in the child process about whether we have gotten mime info or not, r=blassey, sr=bz, a=blocking-fennec:2.0,blassey
2011-02-23 13:52:47 -08:00
Doug Turner
70b7acb61a
Bug 630364 - followup to preserve mime info. external application handlers do not honor warning preferences. android-only r=blassey. a=blocking-fennec
2011-02-09 13:51:23 -08:00
Doug Turner
a6cd949925
Bug 630364 - external application handlers do not honor warning preferences. r=blassey. a=blocking-fennec
2011-02-09 11:40:24 -08:00
Mitchell Field
b6976ca587
Merge mozilla-central to build-system.
2011-03-02 20:38:54 +11:00
Kyle Huey
7d56189a13
Merge m-c to bs.
2011-02-25 15:23:05 -05:00
Mitchell Field
24afbfd415
Bug 627277 - Bustage fix 2.
2011-02-20 11:20:56 +11:00
Mitchell Field
2e8a7d546f
Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras
2011-02-20 06:10:24 +11:00
Jeremias Bosch
43d8ca0e70
Bug 626595 - Make it possible to build maemo 6 platform version without meegotouch r=romaxa,ted.mielczarek a=approval2.0
...
--HG--
extra : rebase_source : 435438ae2c39833353a958ba2770f0e44439d7bc
2011-02-03 08:31:36 +02:00
Matthias Versen
c15a442645
Bug 622528 - Open RTF document in Thunderbird with OpenOffice is not correct Ascii mode; r=bzbarsky a=bsmedberg
2011-01-21 15:15:12 -05:00
Boris Zbarsky
d35c271619
Bug 624995. Make sure to fix the file permissions on Mac when downloading, now that mac's nsILocalFile::Create actually pays attention to permissions. r=josh, a=blocker
2011-01-18 21:20:35 -05:00
Brad Lassey
83ceb4df00
bug 622684 - updates should not be downloaded to "<sdcard>/downloads" r=mbrubeck a=blocking-fennec
2011-01-03 17:32:57 -05:00
Honza Bambas
aeec5a2694
Bug 610044 - Crash [@ mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame], r=jduell, a=blassey
2010-12-22 16:44:27 +01:00
Alex Pakhotin
ffda4058b0
Bug 613080 - External URL handler service. r=bz a=blocking-fennec
...
--HG--
extra : rebase_source : 305c50e07138ffad437c3faf51453a4056c4ae3e
2010-11-23 15:40:46 -08:00
Nick Thomas
a83fb65391
Bug 599475/561350, disable test_punycodeURIs.js again, a=blocking-beta8 CLOSED TREE
2010-12-14 23:08:59 +13:00
Nick Thomas
001a6af9da
Bug 599475, re-enable crash reporter and punycode tests, r=ted.mielczarek, a=blocking-beta8 CLOSED TREE
2010-12-14 15:49:40 +13:00
timeless@mozdev.org
faba012902
Bug 615425 warnings in prefetch
...
r=jst
--HG--
extra : rebase_source : 56d3a2285ab7065a9652af4b694915b2e6e264b8
2010-12-04 11:07:08 +01:00
Matt Brubeck
49bdbdccbc
Bug 610785 - Can't open downloaded .apk file. r=bz a=blocking-fennec
2010-12-02 14:56:29 -08:00
Wes Johnston
ed239bf1dc
Bug 593815 - Remove all files left behind when a download is canceled. [r=sdwilsh, sr=bz, a=blocker]
...
--HG--
extra : rebase_source : e70063c968a1a85ff6a9813af2c42a8c44e676e6
2010-11-22 19:36:45 -08:00
Honza Bambas
2652f6995a
Bug 544462 - HTML5 Offline features - Asterisk (*) not supported in network section of manifest file, r=jst, a2.0=jst
2010-11-25 21:49:19 +01:00
Mark Finkle
67d4948f78
Bug 600300 - Save helper app downloads to downloads directory on Android and Maemo [r=blassey a=fennec-should-compile]
2010-11-23 00:21:52 -05:00
Wesley Johnston
b412042369
Bug 596370 - The maemo #define was incorrect. r=dougt a=blassey
...
--HG--
extra : rebase_source : edc84ec763dc9d488deeefdd208df660019be75f
2010-11-22 14:10:19 -08:00
Wesley Johnston
212d77dd23
Bug 517889 - Add referrer to PExternalHelperApp. r=dwitte,bz a=blocking-fennec
2010-11-21 11:21:59 -08:00
Henri Sivonen
7cbb8338ea
Undo damage from rebasing. a=red.
2010-11-16 10:08:20 +02:00
Henri Sivonen
037d45c4a7
Bug 599588 addendum - Revert change to nsIParser and introduce a new abstract class instead to avoid changing the interface during an interface freeze. r=jonas, a=blocking2.0-final.
...
--HG--
extra : rebase_source : 3272dc97668c262945b91809a918ac5c013d8569
2010-11-16 09:47:10 +02:00
Brian Crowder
913edf1ff1
b=599878 restore showAlertNotification and disable unit_ipc tests for MacOS r=joshmatthews a=test
...
--HG--
rename : uriloader/exthandler/tests/unit_ipc/disable_t_encoding.js => uriloader/exthandler/tests/unit_ipc/test_encoding.js
extra : rebase_source : ee1a0d39f4f54d40ab0816a24c3fdcd6a9913018
2010-11-15 12:01:57 +13:00
Brad Lassey
bd7b0f4297
bug 606235 - Android file picker should honor file type filters r=mwu a=blocking-fennec
2010-11-05 13:43:12 -04:00
Brad Lassey
09b4d445bb
bug 606317 - Android crash only : Crash [@ libc.so@0x11cd0 ] occurs after opening an .ics r=doug a=blocking-fennec
2010-10-28 22:45:02 -04:00
Wesley Johnston
4258453d03
Bug 593815 - Auto-renaming at download is not working [r=dwitte a=blocking-fennec]
2010-10-06 13:54:00 -04:00
Justin Wood
8d9bd74606
Bug 606040 - [SeaMonkey] 'Linux comm-central-trunk leak test build' still broken after bug 536295 bustage fixes. r=biesi, a=bustage-fix
2010-10-20 22:30:31 -04:00
Honza Bambas
ad4bfc8963
Fixed bustage on mozilla-central after changeset 4fce6753afea, a=bustage-fix
2010-10-20 22:45:19 +02:00
Honza Bambas
7d2dcd6418
Fixed bustage on comm-central after changeset c73c0da830fe, a=bustage-fix
2010-10-20 22:24:15 +02: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
Tero Turtiainen
1ed4371ff3
Bug 582621 - Sharing back-end for MeeGo r=dougt a=blocking-fennec
...
--HG--
extra : rebase_source : 81386b7a9f512a2d060efcbe7b272bb0f4936fa4
2010-10-18 09:46:42 -07:00
Wesley Johnston
8afc004885
Bug 600300 - Save helper app downloads to downloads directory on Android [r=blassey a=blocking-fennec]
2010-09-28 12:22:00 -04:00
Kyle Huey
9a7fdfb2bf
Bug 600540: Disable raw video by default. r=cpearce a=beltzer
...
--HG--
extra : rebase_source : 0ddea9a76805d6d8da3328c368c8393111ab7790
2010-10-06 16:17:54 -04:00
Matt Brubeck
ec365be7de
Bug 601280: Include title in shared links on Android. r=blassey a=blocking-fennec
2010-10-01 18:04:23 -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
Brad Lassey
854d433e01
bug 582616 - Sharing back-end for Android r=mwu,mfinkle sr=stuart a=blocking-fennec
2010-09-30 11:37:36 -04:00
Nick Thomas
b4c0b93b35
Bug 571367, turn production x86_64 builds into i386/x86_64 universal binaries (disable tests known to fail on leopard) r=ted CLOSED TREE
2010-09-27 12:14:47 +13:00
Mounir Lamouri
5c3aec9631
Bug 583288 (2/2) - Let forms using DELETE and PUT HTTP method when submitting. r=jst,sicking a2.0=sicking
2010-09-10 07:00:10 +02:00
Brian Crowder
9490ddc889
Disabling this test again, a=killtest
...
--HG--
rename : uriloader/exthandler/tests/unit_ipc/test_encoding.js => uriloader/exthandler/tests/unit_ipc/disable_t_encoding.js
2010-09-16 13:02:13 -07:00
Brian Crowder
8c9f0fea6d
Bug 567267 - reenable unit test, r=dwitte, a=blocking-fennec2.0b1,mfinkle
...
--HG--
rename : uriloader/exthandler/tests/unit_ipc/disable_t_encoding.js => uriloader/exthandler/tests/unit_ipc/test_encoding.js
2010-09-16 09:00:37 -07:00
Brian Crowder
3d6aeb53a1
Disabling broken test for now CLOSED TREE
...
--HG--
rename : uriloader/exthandler/tests/unit_ipc/test_encoding.js => uriloader/exthandler/tests/unit_ipc/disable_t_encoding.js
2010-09-15 17:10:11 -07:00
Brian Crowder
26876bf26c
Bug 596402 - for e10s, do not invoke this prompt on the child process, r=dwitte, a=blassey
2010-09-15 15:55:09 -07:00
Brian Crowder
ab39525a46
Bug 567267 - move management of ExternalHelperApp protocols to PContent, r=dwitte, blocking-fennec2.0b1=mfinkle
2010-09-15 15:55:08 -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
68b2dc2b98
Bug 567267 - unit tests for ipc uriloader/download/external-app-handling, r=dwitte, blocking-fennec2.0b1=mfinkle
2010-09-15 15:55:08 -07:00
Josh Matthews
3be6d254f6
Bug 588351 - Add missing interface reference to ExternalHelperAppParent. r=dwitte a=blocking-fennec
2010-09-03 13:16:01 -04: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
52846c9b49
Back out Bug 589025.
2010-08-30 13:20:38 -07:00
Brian Crowder
0c7c1cd607
Bug 416743 - kill bogus assertion about aFileExt with leading ".", r=bz, a=NPOTB
2010-08-27 14:20:47 -07:00
Dan Witte
8de0079a42
Merge e10s -> m-c. a=patches
2010-08-27 08:04:00 -07:00
Brian Crowder
1000227b02
Bug 589025 - e10s: ExternalHelperAppParent must support content-disposition property of nsIChannel. r=dwitte, a=beta5+
2010-08-25 18:10:30 -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
Josh Matthews
40655d1b71
Bug 588351 - 'Pause' button doesn't work in Downloads Manager. r=dwitte a=blocking-fennec
2010-08-23 12:29:33 -04: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
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
Brad Lassey
33816aedc6
bug 588470 - Fennec crashes when opening the download manager after a download is started r=mwu a=blocking-fennec-2.0a1+
2010-08-19 18:33:06 -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
Brian Crowder
5ff434c249
Bug 562444 - e10s: fix external app handler code to enable download manager and others over IPC, r=dwitte, sr=biesi, blocking-fennec2.0a1=mfinkle
2010-08-17 20:19:24 -07:00
Brad Lassey
c5d2f9e10b
Bug 585080 - Clicking on mailto: URI crashes the content process, r=mwu a=blocking-fennec
2010-08-12 12:15:12 -07:00
Miika Jarvinen
b965de7837
Bug 586334 - nsContentHandlerApp is not accessible from JavaScript. r=romaxa. blocking-fennec=2.0+
...
--HG--
extra : rebase_source : 2fe72398960f5281cb34551bc81b19a38533b144
2010-08-11 18:28:13 -07:00
Brad Lassey
77e345232b
bug 584896 - MIME Chooser dialog causes crash on Android r=mwu blocking-fennec=2.0a1+
2010-08-10 14:02:27 -04:00
Brad Lassey
023b1a06ab
bug 583542 - [e10s] nsExternalHelperAppService fails when called from content process r=dougt blocking-fennec=2.0a1+
2010-08-10 13:14:45 -04:00
Brad Lassey
706905c8e1
Bug 585083 - Android crash after showing external URI app chooser dialog r=mwu blocking-fennec=2.0a1+
2010-08-10 13:14:42 -04:00
Ehsan Akhgari
4d60f9bf5f
Bug 589190 - Load rundll32.exe from the system directory; r=bsmedberg a=jst
2010-08-25 14:26:20 -04: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
Brad Lassey
c5ebc044d1
bug 589851 - [Regression] protocol handlers are broken on 8/22 nightly build r=dwitte a=blocking-fennec=2.0a1+
2010-08-23 15:29:41 -04:00
Kyle Huey
8a3b014518
Backed out changeset af956e9c02e3
2010-08-05 17:24:31 -07:00
Brad Lassey
813ef4b3d7
Bug 583542 - [e10s] nsExternalHelperAppService fails when called from content process [r=bsmedberg]
...
--HG--
extra : rebase_source : 7a5e07531470daaeba2b40687fb1a914e435c762
2010-08-01 02:38:56 -04:00
Brad Lassey
3bcc160167
Bug 575750 - Implement support for OS protocol handlers on Android [r=mwu,bzbarsky]
...
--HG--
extra : rebase_source : 00c00eff847686211b07798f8d837e7bde02b89d
2010-06-29 22:22:08 -04: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
Jukka Miettinen
b7d6e48cae
Bug 583865 - Latest xulrunner doesn't compile with Maemo 6 defined. r=romaxa. approval=dougt. maemo build bustage fix
2010-08-03 03:02:48 +03:00
Wolfgang Rosenauer
717bd8d70c
Bug 562897 - Add required implementation to open files on Maemo 6. r=dougt
...
--HG--
extra : rebase_source : 49d8fbe234bf447b87486ac4404a148d676e009c
2010-07-30 12:46:20 -07:00
L. David Baron
d8b059f619
Bug 581738: Revert b09b40c61117 (temporary disabling of test on Win7) because bug 542504 is now fixed.
2010-07-26 15:46: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
Justin Dolske
ce4886b887
Bug 581738 - temporarily disable test_punycodeURIs.js on Windows 7
2010-07-24 17:42:22 -07:00
Justin Dolske
1558bac5eb
Bug 562967 - fix test_handlerService.js for new Windows 7 test boxes. r=rs
2010-07-21 14:49:00 -07:00
Boris Zbarsky
dfb8a4c717
Bug 572604. Don't flush layout before firing onload. r=dbaron
2010-07-18 22:30:56 -04:00
Michael Wu
9cda0e7a38
Bug 576381 - Avoid accessing AndroidBridge in child process, r=vlad
...
--HG--
extra : rebase_source : 83584ed9a829b43976d05c15e860cef88141716c
2010-07-16 11:24:42 -07:00
Michael Kohler
dab190d2bc
Bug 506041 - Correct misspellings in source code (Patch 3)
...
r=timeless
--HG--
extra : rebase_source : 1917c999a5865676ffb7ec3c2834c3e091bb64dc
2010-07-07 15:33:52 +02:00
timeless@mozdev.org
8f99e67123
Bug 568791 rename NS_IHELPERAPPLAUNCHERDLG_CONTRACTID to NS_HELPERAPPLAUNCHERDLG_CONTRACTID
...
r=biesi
--HG--
extra : rebase_source : 114b7594d401cd8f02c0b763f9186e9796e23c65
2010-05-28 14:37:09 +03: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
Mike Hommey
12b793e767
Bug 562628. Propagate nsProcess::Init failures back to LaunchWithIProcess. r=bzbarsky
2010-07-02 16:56:09 -04:00
Benjamin Smedberg
cb17e8939d
Register/restory mock factory correctly in test_getTypeFromExtension_with_empty_Content_Type.js
2010-06-30 16:31:03 -04:00
Benjamin Smedberg
2c8a0c3df0
Fix factory registration in test_unsafeBidiChars.xhtml to not override CIDs.
2010-06-23 16:18:08 -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
Benjamin Smedberg
f4b60bdbf4
Fix Linux-specific issues with static xpcom registration, bug 568691.
2010-06-11 12:47:31 -04: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
Kyle Huey
60c5aa6fd2
Backed out changeset f54e6386c113
...
--HG--
extra : rebase_source : 367bf92e0875df1663e79bd6b968cddd677eeb1c
2010-06-19 13:19:25 -07:00
Kyle Huey
5746184f5d
Bug 508082: Implement a raw video decoder. r=doublec
...
--HG--
extra : rebase_source : 2ffc36ceb9cb8407531efa6e7b1f0548e81c170c
2010-06-17 17:36:57 -07:00
Brad Lassey
7d1626a6c2
bug 565138 - follow up r=vlad
2010-06-15 19:39:43 -04:00
Brad Lassey
4346c1fc9c
bug 565138 - Implement extloader backend for Android r=vlad
2010-06-14 15:04:16 -04:00
Chris Double
4852d6d3f6
Bug 566245 - HTMLMediaElement.canPlayType support for WebM. r=roc
2010-06-09 11:31:27 +12:00
Neil Rashbrook
1dc1a9547e
Bug 564702 Refresh attempted sends bogus state change notification r=biesi
2010-05-28 10:08:24 +01:00
Michael Kohler
5f19df86e0
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
...
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Ehsan Akhgari
a87b134220
Bug 560647 - add startup timeline instrumentation; r=vlad
2010-05-19 19:22:19 -04:00
Mitchell Field
6ad77bd6db
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
2010-05-14 18:24:41 +09:00
Daniel Holbert
e8bec0958a
Bug 565554: Fix GCC warnings in nsExternalHelperAppService.cpp. r=dougt
2010-05-13 10:32:49 -07:00
Mark Banner
4630a16b51
Stop test_punycodeURIs.js hanging when the test is actually failing. Part of bug 561350. r=ted (test-only change)
2010-05-06 10:33:49 +01:00
Mike Hommey
5ec4997615
Bug 445673 - Rename mType member of class nsMIMEInfoBase to nSchemeOrType to avoid confusion [r=bzbarsky]
2010-05-06 09:22:01 +02:00
Boris Zbarsky
f7d7c95ec6
Bug 562971. Include Element.h as mozilla/dom/Element.h and don't use 'using namespace' quite as much. r=jst
2010-05-05 14:18:05 -04:00
Boris Zbarsky
04027a9479
Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking
2010-04-30 09:12:05 -04: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
Doug Turner
263da3b8a2
Fix build warning caused by bug 561831. r=dholbert
...
--HG--
extra : rebase_source : 4148686a2b5b36bf4e3fd089f8455560b32d7486
2010-04-28 16:56:44 -07:00
Doug Turner
b37f2e758e
Bug 561831 - Build bustage on qt in exthandler. r=ted
...
--HG--
extra : rebase_source : d0f72504841671424be9457c09b93b02b649cc0b
2010-04-28 13:33:28 -07:00
Mike Hommey
7ef93c2266
Bug 448375 - Only depend on dbus-glib when needed. Depend on dbus instead [r=benjamin]
2010-04-24 09:39:53 +02:00
Doug Turner
0f63456b8d
Bug 545869 - Follow up. Decrease the buffer size used in the external helper app to match the default used in all.js and the rest of necko. r=bz
2010-04-20 10:51:09 -07:00
Doug Turner
e35d8e72d5
Bug 545869 - Remove small buffer #defines and use preferences. r=honza
2010-04-20 09:32:28 -07:00
Serge Gautherie
bafe23553d
Bug 456606 - test_punycodeURIs.js failure on Mac OS X 10.4 (currently worked around); (Av2) Remove a useless createInstance(), Whitespace cleanup, Remove MacOSX 10.4 workaround (on m-c).
...
r=cbiesinger.
2010-04-19 16:54:20 +02:00
timeless@mozdev.org
5d8a795fd9
Bug 495078 - Crash [@ NS_GetInnermostURI] with manifest attribute in file as child frame of chrome document, r+sr=biesi
2010-04-15 06:48:41 -07:00
Timothy Nikkel
da3d75844a
Bug 553363. Don't allow being in the middle of a flush to prevent the docloader from stopping. r=bzbarsky
2010-04-10 13:03:40 -05:00
Timothy Nikkel
c2e3d3e889
Merge back out of changeset 633cc14c86b8 (bug 553363) to try to fix tsvg_opacity regression.
2010-04-11 00:10:24 -05:00
Timothy Nikkel
aabc86a10b
Backed out changeset 633cc14c86b8 (bug 553363) to try to fix tsvg_opacity regression.
2010-04-11 00:09:55 -05:00
Craig Topper
771eede254
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
2010-04-10 16:10:12 -04:00