Matt Brubeck
465b97cf40
Merge mozilla-central to mozilla-inbound
2012-03-08 16:27:40 -08:00
Rob Campbell
b13d39e0b9
merge fx-team to m-c
2012-03-08 10:30:11 -04:00
Margaret Leibovic
f5bee9a16a
Bug 725502 - (Part 2) Disable window open dialog feature for XUL fennec. r=mbrubeck
2012-03-08 15:29:33 -08:00
Geoff Lankow
05618d9475
Bug 731041 - Tidy up addon inline preferences code, mobile; r=mbrubeck, Unfocused
2012-03-07 00:41:57 +13:00
Blair McBride
86be879493
Bug 721287 - Change extensions.getAddons.search.browseURL default to include OS and version. r=dtownsend
2012-03-07 21:18:30 +13:00
Blair McBride
1129b6f8bd
Bug 711679 - Send background version checks to new domain. r=darktrojan,dtownsend
2012-03-07 21:18:28 +13:00
Aki Sasaki
fdb46a10e1
bug 725294 - updated mobile mozconfigs. r=catlee
2012-03-02 11:55:21 -08:00
Bill Gianopoulos
bbc6d4db7b
Bug 728737 - Include the build date on the XUL Fennec about: page for nightlies [r=mbrubeck]
2012-03-01 14:55:14 -08:00
Oleg Romashin
3bc6c25e8a
Bug 729985 - Packaging need to be corrected for OVI store publishing. r=dougt
...
--HG--
extra : rebase_source : 632b2ee5878e59bfe59f8fa06f4db757eaf3613d
2012-02-27 15:34:20 -05:00
Henri Sivonen
56068efeb2
Bug 650784 part 0.5 - Let the build system know that parser/html/ can have .idl files. rs=smaug.
2012-02-27 13:57:48 +02:00
Nick Thomas
17621f8f43
bug 712678 - append '-xul' to android-xul app.update.url build target. r=mfinkle
...
--HG--
extra : rebase_source : a989bc6184435add6cbf108af56be674b5831ac2
2012-02-24 15:26:31 -08:00
Gian-Carlo Pascutto
60eabfef0e
Bug 729928 - Cleanup unused cache preferences. r=dcamp
2012-02-23 18:01:25 +01:00
L. David Baron
a36ec05ea2
Unprefix uses of -moz-box-shadow and -moz-border-radius that have crept back in to the tree, prior to removing support for the prefixed forms. (Bug 693510) r=Mossop
2012-02-22 14:14:51 -08:00
Mike Hommey
f98f52406d
Bug 728071 part 1 - Move nsXREAppData definition in a separate header, and use it from application.ini.h. r=bsmedberg
2012-02-22 08:12:15 +01:00
Wes Johnston
a07b388465
Bug 727817 - Add hidden click to play button for mobile video controls. r=mfinkle,dolske
2012-02-21 15:53:21 -08:00
Kyle Machulis
0ec84a60d2
Bug 711601 - B2G Bluetooth Boiler Plate r=bent
2012-02-20 16:15:19 +01:00
Ed Morley
f0c6a1f047
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-18 00:16:22 +00:00
Kyle Machulis
fc01ae2278
Back out bug 711601 (changeset 4c8aa2b0ca1c) due to qemu breakage
2012-02-17 15:54:27 -08:00
Mike Hommey
06578da801
Bug 713622 - Re-enable elfhack on Fennec XUL. r=mbrubeck
2012-02-17 08:55:36 +01:00
Kyle Machulis
2fed82f6c6
Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent
2012-02-15 13:37:13 -08:00
Kyle Machulis
55bf17714a
Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent
2012-02-14 17:51:52 -08:00
Ed Morley
cc6fb1b914
Bug 725429 - Clean up *makefiles.sh, Feb 2012 edition; rs=build
...
mobile/android/makefiles.sh & b2g/makefiles.sh were hg copied from
mobile/makefiles.sh prior to it's original cleanup and then move, so most of the
changes to them here are just to sync them with mobile/xul/makefiles.sh.
2012-02-10 12:40:30 +00:00
Kevin Brosnan
258572e387
Kevin Brosnan - Bug 714123 - Update app.support.baseURL to point to support.mozilla.org [r=mbrubeck]
2012-02-07 12:35:14 -08:00
Mark Banner
db017caaf9
Bug 726978 - Remove useless NS_New(Native)LocalFile calls in nsBrowserApp.cpp. r=glandium
2012-02-14 18:03:31 +00:00
Geoff Lankow
775acbaa1a
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part D, remove uses of nsIPrefBranch2 in browser/ and mobile/ ; r=bsmedberg
2012-01-17 14:34:51 +13: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
Matt Brubeck
2ef1dd3b00
Bug 723746 - XUL Fennec uses non-tablet layout on ICS tablets [r=mfinkle]
2012-02-02 16:03:57 -08:00
Gregory Szorc
207dd282d3
Bug 723323 - Add extensions.getWithPerformance.url pref; r=Unfocused
...
This is a follow-up from bug 716736.
2012-02-01 19:52:45 -08:00
Brad Lassey
0f75b1f7e3
bug 719560 - Can't publish split native and xul builds under the same product on android market r=mbrubeck
2012-01-19 16:52:44 -05:00
Alex Keybl
945a2f1348
Bug 700000 - Version bump
2012-01-31 10:57:49 -08:00
Brad Lassey
46026f9181
backout 934ce089223c because xul builds can't install on tegras running 2.2 to run tests
2012-01-30 23:34:44 -05:00
Brad Lassey
548953f7ee
bug 719560 - Can't publish split native and xul builds under the same product on android market r=mbrubeck
2012-01-19 16:52:44 -05:00
Matt Brubeck
fb0d6208ef
Bug 719921 - Enable add-ons compatible by default for Fennec [r=wesj]
2012-01-30 16:53:14 -08:00
Matt Brubeck
bb579357ab
Bug 720400 - Crash in nsPluginInstanceOwner::RemovePluginView @ mozilla::AndroidBridge::EnsureJNIThread [r=blassey]
2012-01-28 20:16:26 -08:00
Matt Brubeck
d8f7904c61
Bug 721301 - Disable font inflation by default in XUL fennec [r=mfinkle]
2012-01-26 20:07:15 -08:00
Abhishek Singh
75a131bf7b
Bug 650322 - Remove 'ac_add_options --disable-installer'. r=ted
2012-01-25 14:53:24 +01:00
Simon Montagu
6d25747926
Remove unused forcedDetector property. Bug 713825, r=bz
2012-01-24 11:52:05 +02:00
Simon Montagu
4feaa1e8f3
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
2012-01-24 11:52:05 +02:00
Simon Montagu
07bbd70b32
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
2012-01-24 11:52:04 +02:00
Phil Ringnalda
11fa6b017c
Bug 702171 - ignore uncaught exceptions in browser_sessionstore.js so we can hear ourselves think over the constant yammering of "this.browser.fuzzyZoom is not a function", r=mbrubeck
...
--HG--
extra : rebase_source : 9e496216be05e2e5c901547d6b387e086244e67f
2012-01-22 09:43:53 -08:00
Makoto Kato
31f19bf8b7
Bug 715204 - Non-ascii titles are displayed as garbage during session restore. r=bnicholson
2012-01-19 20:36:14 +09:00
Wes Johnston
68c0d15133
Bug 716161 - Don't allow clicking disabled selects. r=mfinkle
2012-01-18 08:49:48 -08:00
Mounir Lamouri
3801d055a4
Bug 677166 - Part 2 - Add .mozConnection to Navigator object. r=sicking
2012-01-16 13:23:28 +01:00
Geoff Brown
60e6939d73
Bug 715198 - disable cache compression (avoid failures when new profile accessed by old software versions); r=bjarne
2012-01-17 12:51:17 +01:00
Phil Ringnalda
67ebb04f91
Back out bccc0adeebd7 (bug 715198) for test failures aplenty
2012-01-15 18:45:03 -08:00
bjarne@runitsoft.com
352359e595
Bug 715198 - browser is loading compressed data directly to the page, r=Josh Aas
...
--HG--
extra : rebase_source : e700c1427bae274fdc6882def455345c24c8064d
2012-01-15 12:15:00 -08:00
Benjamin Smedberg
cec907be24
Bug 715576 - libalerts_s.dylib is incorrectly-named (_s indicates a static library) and links against the static-js library, which is bad. Make it link against either libxul (static-js) or the dynamic-js library correctly, and rename it. r=ted
2012-01-11 11:28:21 -05:00
Ed Morley
01813b69e4
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2012-01-11 02:39:31 +00:00
Axel Hecht
6adee5d307
bug 716842, make sure that l10n repacks have mobile/locales/Makefile, r=aki
2012-01-10 11:10:22 +01:00
David Zbarsky
27f2baf8e1
Bug 682611 - Part 1: Merge nsIDOMRange and nsIDOMNSRange; r=Ms2ger r=smaug
2012-01-10 15:19:54 +01:00