Граф коммитов

22423 Коммитов

Автор SHA1 Сообщение Дата
Tom Prince 6d347072a8 Bug 1419997: Don't allow building Thunderbird or SeaMonkey with dbm disabled; r=Fallen,frg
MozReview-Commit-ID: HZzu8nXlmNp

--HG--
extra : amend_source : f1aada413dba6bb0aa3f1605933508de5dcfca43
extra : histedit_source : 08550ac1da3f11f8497cec63441d2f1be17bc8f6
2017-11-22 19:11:24 -07:00
Tom Prince e4764bc250 Bug 1419997: Get rid of MOZ_MORK configuration variable; r=Fallen,frg
Part of the build system has support for optionally compiling mork (but the build fails if it isn't enabled) and other parts explicitly force that option to be on. Instead, just get rid of the option and always compile mork.

MozReview-Commit-ID: 8EV2uQyYZ01

--HG--
extra : rebase_source : 894b94b461fa8a138e9b781e81157793a3e9c705
extra : amend_source : 989e6ecddaabc0c7eca3cb30b43630c4994d2a2a
extra : histedit_source : 53f79f2cb127305b4d8a01abcec1a428ec41c340
2017-11-22 14:56:57 -07:00
Jorg K 6733e8023a Bug 1419955 - Port bug 1419382 to mailnews: remove shared use of m_inputStream to allow releasing ownership. rs=bustage-fix 2017-10-07 13:14:00 +02:00
Jorg K f31c04c7b6 Bug 1419955 - Port bug 1419382 to mailnews: NS_NewInputStreamPump, NS_NewInputStreamChannel* take ownership of the inputStream. rs=bustage-fix 2017-11-22 23:36:21 +01:00
Tom Prince e548b06617 Bug 1418652: Migrate configure options to moz.configure; r=Fallen,frg,chmanchester
MozReview-Commit-ID: 51LfUVsaEVJ

--HG--
extra : rebase_source : f718ee27f3366b150d3364df84d6854af582c7ae
2017-11-18 10:24:42 -07:00
Tom Prince e521bd5bd7 Bug 1419474: Disable clang-plugin until we fix the compile errors from it; r=Fallen
MozReview-Commit-ID: 7nBAgvINufW

--HG--
extra : rebase_source : 44308c974e1b918d56240cfdbd74e8f69699d387
2017-11-21 10:09:03 -07:00
Tom Prince 298762045d Bug 1419474: Enable OSX builds in taskcluster; r=Fallen
MozReview-Commit-ID: JRDqkgSru22

--HG--
extra : rebase_source : 85a4122b71db8c7d63d4a0001b552329fb420d74
2017-11-19 10:50:54 -07:00
Tom Prince 2d75e813a0 Bug 1419474: Refactor OSX mozconfigs; r=Fallen
MozReview-Commit-ID: BZkTsua9mI

--HG--
extra : rebase_source : b7a0a0f4e48ca55b2a1b71c1e8ced9000c94064a
2017-11-19 10:47:52 -07:00
Tom Prince 7b1bc8a81d Bug 1419474: Use standard cache config on OSX; r=Fallen
MozReview-Commit-ID: 7gzIE7jJF2c

--HG--
extra : rebase_source : a4ff6da29e86590995ccda958b3b66910b33cbd8
2017-11-19 10:41:06 -07:00
Tom Prince f820d9de42 Bug 1419474: Remove some left-over code from OSX universal builds; r=Fallen
MozReview-Commit-ID: 6a5NhdS8d54

--HG--
extra : rebase_source : 2606bbf591355355ff34f6a959110407cf5c78fd
2017-11-19 10:32:25 -07:00
Jorg K 605ebefc24 Bug 1419657 - Follow-up: Fix incorrect indentation. rs=white-space-only DONTBUILD 2017-11-22 19:32:37 +01:00
Jorg K 250b56af02 Bug 1419657 - Port bug 1415205 to mailnews: Add add Mutate() to four mailnews URLs. rs=bustage-fix CLOSED TREE 2017-11-22 16:46:20 +01:00
Tom Prince 0f8d194428 Bug 1419672: Don't fail to build if compare-locales fails (port Bug 1402401); rs=bustage-fix DONTBUILD CLOSED TREE
--HG--
extra : amend_source : 79ea72e1d4b7733f19dcd7eec3b91a44441fad9e
2017-11-22 08:24:44 -07:00
Richard Marti 92f2b5884a Bug 1419499 - Port bug 1417940 to TB: Change various instances of manually calling getService to use Services.jsm. r=aceman 2017-11-21 19:22:05 +01:00
Richard Marti 57e9a52090 Bug 1419172 - Stop the attachment icon's flickering when selecting/deselecting. r=aceman 2017-11-21 20:47:55 +01:00
Jorg K d9a497baa5 Bug 1401026 - Follow-up: Fix unsafe use of NS_ConvertUTF8toUTF16(). r=me DONTBUILD 2017-11-21 22:23:01 +01:00
Tom Prince 8449c738ec Bug 1419141: Update thunderbird l10n-check step to match firefox; r=me
In particular, this picks up the fix from Bug 1228289.

MozReview-Commit-ID: 1EoPMVUiqAb

--HG--
extra : rebase_source : 6636c526402aa96b0f10bd5974ae356a8088068f
extra : amend_source : 7f1365b70e17d39a2eff0d28a2b646140b123006
2017-11-20 09:54:12 -07:00
Tom Prince e1d4c7ae04 Bug 1418593: Enable mozmill tests in taskcluster; r=Fallen
MozReview-Commit-ID: L56p3z0K5Wh

--HG--
extra : rebase_source : 22a65ee62134377aece231c20b4263eabfb3a988
2017-11-01 13:13:22 -06:00
Tom Prince 0b462d8820 Bug 1418593: Enable xpcshell tests in taskcluster; r=Fallen
MozReview-Commit-ID: Ay1ryrSyjvA

--HG--
extra : rebase_source : b69bcae292d630bae81c16fec772c5ddb34b2d23
2017-11-18 00:23:11 -07:00
Tom Prince 9d52ff4022 Bug 1418593: Enable linux64 builds in taskcluster; r=Fallen
MozReview-Commit-ID: 7GLGUZM8ahI

--HG--
extra : rebase_source : 1e1f4ad545d711cda0d8f468019bde41a2ef9496
2017-11-01 12:33:54 -06:00
Tom Prince bac5b95146 Bug 1418593: Refactor linux64 mozconfigs to handle m-c topdir; r=Fallen
MozReview-Commit-ID: 19u2nGXNsmy

--HG--
extra : rebase_source : db480185f6ebacb42a4cb312fbf3539450a8f929
2017-11-18 01:08:41 -07:00
Richard Marti a0845cfec8 Bug 1419133 - fix text contrast on buttons in multimessageview's header. r=aceman 2017-11-20 20:56:08 +01:00
alta88 2b9ef9a660 Bug 1418666 - Bug 1411699 follow-up: Fix regex typo causing commas to be missing from feed content. r=jorgk DONTBUILD 2017-11-19 07:44:00 +01:00
Florian Quèze b3ba4bf8d8 Bug 1418834 - Clicking a new message popup notification should select the right conversation, r=clokep. 2017-11-20 15:20:00 +01:00
Florian Quèze 4090f35a2b Bug 1409905 - Add an option to bounce the dock icon when a new directed chat message arrives, r=clokep. 2017-11-20 15:19:59 +01:00
Florian Quèze 8e19098bc1 Bug 1418821 - Conversations with unread messages should be bold, r=nhnt11. 2017-11-20 15:19:55 +01:00
Edmund Wong 9e4dab3a82 Bug 1418536 - Port [Bug 1405670 - Stop importing old search settings from search-metadata.json] to SeaMonkey. r=frg 2017-11-20 13:00:43 +01:00
Tom Prince 69cf16a4dc Bug 1418566: Remove unused MOZ_ALLOW_LEGACY_EXTENSIONS setting in linux64 debug mozconfig; r=me 2017-11-19 21:43:53 -07:00
Florian Quèze 26250d7902 Bug 1356569 - Remove some more newURI null trailing parameters, rs=Fallen. 2017-11-19 10:54:56 +01:00
Florian Quèze ed8679f38d Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, rs=Fallen. 2017-11-19 10:54:56 +01:00
Florian Quèze 09ed0fc75a Bug 1356569 - Remove appendElement's last parameter when it is false, rs=Fallen. 2017-11-19 10:54:56 +01:00
Florian Quèze e0e4f6d35a Bug 1356569 - Remove addObserver's last parameter when it is false, rs=Fallen. 2017-11-19 10:54:56 +01:00
Florian Quèze 7fb1c51719 Bug 1331081 - omit addEventListener/removeEventListener's third parameter when it's false, rs=Fallen. 2017-11-19 10:54:55 +01:00
Tom Prince ad95ad9318 Bug 1418671: Disable linting temporarily due to cache poisoning. r=me 2017-11-18 15:58:35 -07:00
Richard Marti 2ec4aea340 Bug 1418640 - Additional tweaks for draw in title bar. r=aceman 2017-11-18 17:12:33 +01:00
Richard Marti c80f65c1c6 Bug 1418088 - Use the edit icon in "Edit Draft" notification bar. r=aceman 2017-11-18 22:12:07 +01:00
Tom Prince 08c4aae48a Bug 1418566: Turn on MOZ_ALLOW_LEGACY_EXTENSIONS even in local builds; r=Fallen
MozReview-Commit-ID: FYgWNZOZYVL

--HG--
extra : source : d554d8135b7166a8f89807e1c14f4b655f798a19
extra : amend_source : 205a282ed1a1252c24ccc64392dc97a7d920e95a
2017-11-17 13:36:20 -07:00
Tom Prince b4ab0ddc40 Bug 1413976: Update sync exceptions for having our own virtualenv packages; r=me
--HG--
extra : amend_source : d99a71ecc756e98538bc7ced9b8d8b36fac81ec9
2017-11-18 09:20:31 -07:00
seabld b4ad73100e Automated blocklist update from host sea-hp-linux64-11 - CLOSED TREE a=blocklist-update 2017-11-18 03:10:13 -08:00
Tom Prince 5d93205a33 Bug 1413976: Support defining toolchain and docker-image tasks by reference to mozilla-centrals definitions; r=dustin
MozReview-Commit-ID: 9Lqq3UMbLxe
2017-11-17 16:35:34 -07:00
Richard Marti 43439d2275 Bug 1418525 - Port bug 1405670 to TB: remove support for NS_APP_SEARCH_DIR_LIST and NS_APP_SEARCH_DIR from the directory service. r=aceman 2017-11-18 00:58:28 +01:00
Richard Marti 5a46b9d1e2 Bug 1417198 - Fix TB after landing of bug 1416368: Remove unused statusbarpanel-* bindings. r=jorgk 2017-11-14 20:30:22 +01:00
Richard Marti b743e8293f Bug 1418005 - Draw CSD titlebar according to -moz-gtk-csd-available and draw tilebar buttons. r=aceman 2017-11-17 23:42:40 +01:00
eslint 6105d979dd Bug 1417450 - Fix eslint after upgrade to v4. r=MakeMyDay
MozReview-Commit-ID: Ao9ccbj1jQ8

--HG--
extra : rebase_source : 20da198c5e85eaef0c1fd8811e83337acdb26592
2017-11-15 15:24:49 +01:00
Tooru Fujisawa fbc2f68d55 Bug 1417800 - Remove conditional catch consumers in suite/. r=frg 2017-11-17 19:53:34 +09:00
Tooru Fujisawa 91b45fbd40 Bug 1417799 - Remove conditional catch consumers in mail/. r=aceman 2017-11-17 19:53:34 +09:00
Jorg K ad4df251a4 Bug 1418063 - disable test_alertHook.js and test_nsMsgMailSession_Alerts.js. rs=bustage-fix
--HG--
extra : rebase_source : 7a81ecaf7d632eabe0ae37312f8055f96d23521f
2017-11-17 06:50:30 +01:00
Jorg K 25573c9429 Bug 1418011 - disable failing part of test_fooUrl.js. rs=bustage-fix
--HG--
extra : rebase_source : 31845627d0a400ef91feb3097b3f09d275e8807e
2017-11-17 06:50:27 +01:00
Jorg K a95b4428eb Bug 1417995 - More: Fix compile warning in nsOutlookMail.cpp and nsAbWinHelper.cpp. r=aceman
--HG--
extra : rebase_source : 85490edde1a104d9224939a627ef507edb5e739a
2017-11-17 06:50:26 +01:00
Edmund Wong f4579112ed Bug 1416996 - Re-enable stylo/webrender building in suite using separate stylo mozconfigs. r=frg
--HG--
rename : suite/config/mozconfigs/linux32/nightly => suite/config/mozconfigs/linux32/nightly-stylo
rename : suite/config/mozconfigs/linux64/nightly => suite/config/mozconfigs/linux64/nightly-stylo
rename : suite/config/mozconfigs/macosx64/nightly => suite/config/mozconfigs/macosx64/nightly-stylo
rename : suite/config/mozconfigs/win32/nightly => suite/config/mozconfigs/win32/nightly-stylo
rename : suite/config/mozconfigs/win64/nightly => suite/config/mozconfigs/win64/nightly-stylo
2017-11-17 09:48:14 +08:00