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

446879 Коммитов

Автор SHA1 Сообщение Дата
Kit Cambridge bca5312693 Bug 1206163 - Retry failed register requests on reconnect. r=dragana
--HG--
extra : commitid : ITUpqPr1O3m
extra : amend_source : 8c9062cd1d3fcecc5b78ea0773fff3c618b440b5
2015-10-22 10:14:43 -06:00
Robert O'Callahan d00aeddd95 Bug 1209994. Take block-wrapper path only for blocks that are wrappers. r=bz
--HG--
extra : commitid : ADmwtJlvxUi
extra : rebase_source : b3cfce27d1bf51d8789a20bf7266455a3f0f99a6
2015-10-21 16:27:50 +13:00
Robert O'Callahan c97605eefe Bug 1215699. Ensure that AudioGraphDriver uses the MediaStreamGraph's AudioChannel. r=padenot
--HG--
extra : commitid : DMIEO7qauwZ
extra : rebase_source : e34a31e0adb0a9a6b3e4ff259d8ffdafe12e3c68
2015-10-23 16:43:15 +13:00
Robert O'Callahan 0e2b65352f Revert incorrectly committed changes ab657569f554 and a396f4262479
--HG--
extra : commitid : IHQ60dccnSZ
extra : amend_source : 9302339fd951446a37909b31a1ccb56aff470325
2015-10-24 22:38:22 +13:00
Robert O'Callahan b09242d6c1 Bug 264412. Implement HTMLElement.innerText. r=smaug,mats
--HG--
extra : commitid : LLiSI8usEMT
extra : rebase_source : 928b4fd451c28b57a43a873f05b7bf030ba13083
2015-10-21 10:23:17 +13:00
Robert O'Callahan ff38db98f3 Bug 264412. Refactor nsIFrame::GetRenderedText API to be more sane. r=mats,marcoz
The test changes here are to adjust for the fact that
nsTextFrame::GetRenderedText can now trim whitespace from the end of lines
that end in a hard line break.

--HG--
extra : commitid : Dn0U0KPLfbY
extra : rebase_source : 57a6ad2e3ba1f7ec6aef9b940d8facdbba7e9c91
2015-10-24 22:27:29 +13:00
Andrew Halberstadt fd2e48f64e Bug 1139911 - Set proper buildbot status on make-check errors and test failures, r=chmanchester
--HG--
extra : commitid : 9YOotZzAFZY
extra : rebase_source : a91bd2e863bd1ef29a8f72892ad65a559c2725c7
2015-10-20 10:33:02 -04:00
Tooru Fujisawa 7fa4ec0982 Bug 1217318 - Remove for-each from uriloader/. r=bz
--HG--
extra : commitid : 7dTGwySR0Y3
extra : rebase_source : 9cfeded38b177a0034822fa501b78657ff089b0a
2015-10-19 05:41:28 +09:00
Tooru Fujisawa 27c2238894 Bug 1217422 - Remove for-each from parser/. r=jst
--HG--
extra : commitid : 6D1CzpMntd8
extra : rebase_source : 845919159b1aae44f00938574b4d7ec1b1461a3c
2015-10-19 02:20:47 +09:00
Tooru Fujisawa 943c6c37b7 Bug 1217983 - Remove for-each from b2g/. r=fabrice
--HG--
extra : commitid : IQe3AzUUClY
extra : rebase_source : 2040efd2e74d53946f8094f0ebc40b62cda43dd9
2015-10-19 00:11:49 +09:00
Tooru Fujisawa b4a8c57d5c Bug 1202134 - Save return value onto the stack before executing finally block. r=jandem
--HG--
extra : commitid : F5bVUkIo8Kl
extra : rebase_source : df4be26d3b72d9998af65d0ac8db8d7f49e08aac
2015-10-17 23:30:20 +09:00
Ed Lee d2641daeda Bug 1215455 - eslint consistent-return [r=Standard8] 2015-10-17 00:25:22 -07:00
Ed Lee 02291fbb9c Bug 1215455 - eslint react/jsx-curly-spacing [r=Standard8] 2015-10-17 00:10:34 -07:00
Ed Lee 4ca7c2f33f Bug 1215455 - eslint space-in-parens [r=Standard8] 2015-10-16 17:12:11 -07:00
Ed Lee b8d6bd81fc Bug 1215455 - eslint operator-assignment [r=Standard8] 2015-10-16 17:12:02 -07:00
Ed Lee 95c75f39d0 Bug 1215455 - eslint space-before-function-paren [r=Standard8] 2015-10-16 01:39:52 -07:00
Ed Lee 8984b26370 Bug 1215455 - eslint space-before-blocks [r=Standard8] 2015-10-16 01:38:21 -07:00
Ed Lee 3164ac9d75 Bug 1215455 - eslint space-after-keywords [r=Standard8] 2015-10-16 01:36:22 -07:00
Ed Lee cf5f0295a5 Bug 1215455 - eslint object-curly-spacing [r=Standard8] 2015-10-16 01:18:11 -07:00
Ed Lee 14c11fb7c5 Bug 1215455 - eslint array-bracket-spacing [r=Standard8] 2015-10-16 01:11:48 -07:00
Ed Lee 4563590767 Bug 1215455 - eslint no-multi-spaces [r=Standard8] 2015-10-16 01:10:56 -07:00
Ed Lee 671440aa56 Bug 1215455 - Use eslint --fix to turn on additional rules [r=Standard8] 2015-10-16 01:27:50 -07:00
vivek ff085b02a1 Bug 1217016 : Added null check in xpi install observer r=margaret
This definitely a fallout from 1201547. I failed to audit whether subject
is not null for all the notifications. Seems like it is null for
"xpi-signature-changed" [1].

[1] http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/internal/XPIProvider.jsm#2993

--HG--
extra : commitid : 74xXRfxuyqM
extra : rebase_source : c003627eab8e53729f282fd309ec646badddd405
2015-10-21 19:34:49 +03:00
Alexandre Poirot c4ca8bccbf Bug 1210429 - Fix race in webide toolbox destruction. r=jryans 2015-10-22 08:06:16 -07:00
Alexandre Poirot c7602be539 Bug 1216555 - Makes client.close() failsafe by handling correctly closing connections. r=jryans 2015-10-22 08:06:16 -07:00
Alexandre Poirot 5f8cd037a2 Bug 1216554 - Reject requests immediately when the connection is already closed. r=jryans 2015-10-22 08:06:16 -07:00
Alexandre Poirot aa2cba68f2 Bug 1216550 - Destroy profiler front on toolbox destruction. r=jsantell 2015-10-22 08:06:16 -07:00
Alexandre Poirot 8d66fc43a5 Bug 1215049 - Prevent reopening toolbox when selecting the same project. r=jryans 2015-10-22 08:06:16 -07:00
Alexandre Poirot 101f877c07 Bug 1169643 - Stop preventing reloading crashed tabs when devtools are opened. r=jryans 2015-10-22 08:06:16 -07:00
Maxim Zhilyaev 2853b7dd46 Bug 1204361 - New Tab Page doesn't honor my "x" clicks on Suggested Tiles; instead of removing the tile, it swaps in a very similar one. [r=emtwo] 2015-10-22 07:18:02 -07:00
Carsten "Tomcat" Book 93537568bd Backed out changeset 92d4493c6d58 (bug 1169679) for bustage 2015-10-22 16:03:00 +02:00
Carsten "Tomcat" Book 12b7b79c30 Backed out changeset 7f0aa3a37f52 (bug 1169679) 2015-10-22 16:02:36 +02:00
Tim Nguyen 92c2535f95 Bug 1169679 - Create a shared manifest for the mozapps/ directory. r=dao 2015-10-21 12:42:00 +02:00
Tim Nguyen f0b68473cd Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao 2015-10-21 12:41:00 +02:00
Carsten "Tomcat" Book 9b961dc677 Merge m-c to fx-team 2015-10-22 11:59:07 +02:00
Carsten "Tomcat" Book b26729a177 merge mozilla-inbound to mozilla-central a=merge 2015-10-22 11:45:11 +02:00
Carsten "Tomcat" Book aa7bcebf8c merge fx-team to mozilla-central a=merge 2015-10-22 11:41:46 +02:00
B2G Bumper Bot 0724d6fcf4 Bumping manifests a=b2g-bump 2015-10-21 23:16:28 -07:00
B2G Bumper Bot f7a05c3770 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9ba6b51b109b
Author: Nigel Babu <nigel@nigelb.me>
Desc: Revert "Bug 1215518 - Cannot Pin site with invalid favicon"

This reverts commit 38ab5b3b29b973ddd8693e7a5b814ffd0224c3db.
2015-10-21 23:12:04 -07:00
B2G Bumper Bot 1a442bb92d Bumping manifests a=b2g-bump 2015-10-21 21:58:15 -07:00
B2G Bumper Bot c4e8579971 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4265e0ecf62b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1206621 - Follow-up, fix lint error
2015-10-21 21:55:29 -07:00
Phil Ringnalda a0863c908c Back out changeset 5029ca635908 (bug 1194848) because it depends on a backed out bug
CLOSED TREE
2015-10-21 21:42:46 -07:00
B2G Bumper Bot c51a586cb5 Bumping manifests a=b2g-bump 2015-10-21 21:33:21 -07:00
B2G Bumper Bot cfbae4ad5b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f14befcdf80c
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #32548 from evelynhung/issue-1206621

Bug 1206621 - Back port AudioChannelManager to smart-system, r=lukechang

========

https://hg.mozilla.org/integration/gaia-central/rev/cbb35bddb487
Author: Evelyn Hung <jj.evelyn@gmail.com>
Desc: Bug 1206621 - Back port AudioChannelManager to smart-system
2015-10-21 21:30:28 -07:00
Nigel Babu 42d3bcb273 Backed out changeset 3e148d8f5e05 (bug 1201542) for XPCShell bustage 2015-10-22 09:57:08 +05:30
Nigel Babu cc27a923bd Backed out changeset be72055dc7ac (bug 1217158) for XPCShell bustage 2015-10-22 09:56:58 +05:30
B2G Bumper Bot 18cde1f3ac Bumping manifests a=b2g-bump 2015-10-21 21:02:59 -07:00
Phil Ringnalda 5f89ef1b02 Back out changeset 8a2cff15b055 (bug 1180968) for test_peerConnection_certificates.html timeouts
CLOSED TREE
2015-10-21 21:00:22 -07:00
B2G Bumper Bot 92928daff7 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eabeb5a70776
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #31455 from KevinGrandon/bug_1195231_ringtones_list_item_height

Bug 1195231 - Use details node for ringtone subtitles

========

https://hg.mozilla.org/integration/gaia-central/rev/78e084456428
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1195231 - [GaiaRadio] Add support for one-line truncation and a nested details object per radio control

========

https://hg.mozilla.org/integration/gaia-central/rev/cbf016707fb0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1195231 - Populate radio details inside of pick action r=squib
2015-10-21 21:00:13 -07:00
Phil Ringnalda 0f3cf4490c Back out changeset 02d17c84afff (bug 1214212) for (mostly) transform-3d reftest failures
CLOSED TREE
2015-10-21 20:22:45 -07:00