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

468419 Коммитов

Автор SHA1 Сообщение Дата
Sotaro Ikeda 505c880bbe Bug 1259366 - Flush after eos of android::MediaCodec r=jolin 2016-03-28 21:39:05 -07:00
Michael Comella 824915003b Bug 1258605 - Don't show about:neterror when intents fail to load. r=margaret
Motivations are in the added comment.

MozReview-Commit-ID: 1EymB8rXzT5

--HG--
extra : rebase_source : 9023b03da828b57465cd72a0f06029aca3707fca
2016-03-25 17:36:37 -07:00
Michael Comella 32c7689da3 Bug 1164715 - Update tabs tray default thumbnail background color. r=grisha
The icon foreground was already the color antlam wanted it to be.

MozReview-Commit-ID: DnxTCMcukfD

--HG--
extra : rebase_source : a520f88aa2efecad0a7c38237deda24b9c0a9ab6
2016-03-25 18:02:38 -07:00
Jason Laster 80243acca9 Bug 1233927 - Switching between large JS files in debugger is slow. r=jlong
Changes the way that source files are loaded in the editor. Previously,
source text and mode were set on the existing editor document.

Now, source files are their own CodeMirror Documents, so when it comes time
to showing them in the editor, it's just a matter of swapping one
document for another.

Notes:
+ The DebuggerView now has a _setEditorDocument method for showing a
source document
+ The Editor now has support for creating documents and replacing
documents.

MozReview-Commit-ID: HrkiHrsJPOB
2016-03-28 13:12:28 -07:00
Wes Kocher 17f2b6e204 Merge m-c to fx-team, a=merge
MozReview-Commit-ID: 5KL6t5QkqNQ
2016-03-28 13:08:46 -07:00
Wes Kocher 21d0ee2e6c Merge inbound to central, a=merge
MozReview-Commit-ID: Q3SnSRpznI
2016-03-28 13:04:14 -07:00
Wes Kocher a170569c66 Merge fx-team to central, a=merge
MozReview-Commit-ID: 4tgfMZSN8RO
2016-03-28 12:58:35 -07:00
Matthew Wein 961c4df4b2 Bug 1246035: Add support for _execute_page_action r=kmag
MozReview-Commit-ID: 5Lvj5UiAVkJ

--HG--
extra : rebase_source : 67fb6431dc74f44cda829372f9ab3f101c2a7593
extra : amend_source : 9b55316a4a801094b09e260c4ba0fc07cae27aa4
2016-03-28 12:14:43 -07:00
James Long 6dca4f1258 Bug 1260042 - fix edge case with when auto-prettifying fails in debugger r=me 2016-03-28 13:18:09 -04:00
Kris Maglione 1681a4717f Bug 1246035: Follow-up: Fix ESLint bustage. r=bustage
MozReview-Commit-ID: IH89TRmlyo3
2016-03-28 17:23:36 +02:00
Victor Porof 3d151bd497 Bug 1258661 - Make the `fields` property in the markers blueprint consistent, r=jsantell 2016-03-28 13:50:02 +02:00
Victor Porof 6c06967b37 Bug 1258645 - Update all occurences of MarkerUtils to use the new module, r=jsantell 2016-03-28 13:50:02 +02:00
Victor Porof 661db8e45d Bug 1258645 - Split marker-utils.js into two modules (one DOM-only and one blueprint-only) and cleanup code rot, r=jsantell
--HG--
rename : devtools/client/performance/modules/logic/marker-utils.js => devtools/client/performance/modules/marker-dom-utils.js
2016-03-28 13:50:02 +02:00
Blake Kaplan e709e18f3a Bug 1211081 - Wait for tabs to close. r=felipe
MozReview-Commit-ID: 5k1hVXntMBl
2016-03-27 14:18:00 +02:00
Steve Melia 5c6d9164b2 Bug 1256658 - Make inspector search next/previous based on ctrl-g by default, and cmd-g on osx;r=bgrins
MozReview-Commit-ID: F5NsNGmoeL8
2016-03-26 15:21:23 +00:00
ffxbld 6f5083f8c9 No bug, Automated HPKP preload list update from host bld-linux64-spot-413 - a=hpkp-update 2016-03-26 04:45:14 -07:00
ffxbld 7e45c43049 No bug, Automated HSTS preload list update from host bld-linux64-spot-413 - a=hsts-update 2016-03-26 04:45:12 -07:00
Ryan VanderMeulen e8a838517a Merge inbound to m-c. a=merge 2016-03-25 22:07:49 -04:00
aleth 7a2aa607e2 Bug 1259855 - Disable fxaccounts xpcshell tests for Thunderbird. r=kitcambridge
--HG--
extra : rebase_source : da0b577d7d210f4421f75ca667d7439c23107a38
2016-03-25 23:31:41 +01:00
Blake Kaplan a399b8c42c Bug 1186139 - Don't use a sync message where we don't have to. r=felipe 2016-03-25 15:38:10 -07:00
Nathan Froyd 4293df4c63 Bug 1259772 - don't pass -fno-reorder-functions to clang on Android; r=glandium 2016-03-25 18:28:32 -04:00
Mike Hommey f215c4d869 Bug 1259620 - Add @checking to host and target to display the triplets. r=gps 2016-03-26 07:17:58 +09:00
Mike Hommey 3b84619fff Bug 1259620 - Add an optional formatting callback to @checking. r=gps 2016-03-26 07:17:51 +09:00
Sebastian Hengst 53b1ca7a7f Backed out changeset 4a92742ac20d and ddf8219182fb (bug 1246035) for failing modified ddf8219182fb on OS X 10.6 opt M(bc2). r=backout 2016-03-25 23:14:25 +01:00
Daniel Holbert 20fb101da6 Bug 1259561: Increase CRAZY_COORD (threshold for debug build layout warnings) by an order of magnitude. r=mats
MozReview-Commit-ID: 23M5LIW14Li
2016-03-25 15:09:04 -07:00
Katie Broida 0baa11cc15 Bug 1151449 - Use curly quotes and apostrophes on the network error pages. r=jaws
MozReview-Commit-ID: 3mh7APxKI0H
2016-03-25 17:38:18 -04:00
Sebastian Hengst 6a296b9a91 Bug 1246035 - Add support for _execute_page_action. Follow-up: Add missing quote character to fix .eslintrc. r=eslint-fix 2016-03-25 22:02:41 +01:00
Michael Comella 140701c868 Bug 1258769 - Backed out changeset fe11700b6cdf.
MozReview-Commit-ID: Jxz5RK8o4n4

--HG--
extra : rebase_source : 5737fdddfe1a46011ba9977490958e2383d6537f
2016-03-25 13:53:58 -07:00
Brad Lassey cd4d553008 bug 1184739 - Blob URLs as favicons don't work r=felipe 2016-03-25 10:06:38 -04:00
Dustin J. Mitchell 416337810c Bug 1244189: add 'mach taskcluster-load-image'; r=garndt
The command helpfully downloads a docker image created by a taskcluster task,
which can be helpful when trying to replicate subtle bugs that only occur
in-tree.

This also fixes a bug in hashing Dockerfile directories, where the full
pathname was taken into account.  While this pathname is consistent from
decision task to decision task, it is not consistent with developers' home
directories.  This change omits the directory prefix, which will cause a
one-time shift in all directory hashes.

MozReview-Commit-ID: EamQzUGG5qY

--HG--
extra : rebase_source : 9f35ddd7599bc622a8490133d4fdd1b80e58cb7f
extra : amend_source : 20c5511287d748c44285a3bdebca6e3976b27431
2016-03-25 21:49:05 +00:00
Dustin J. Mitchell 7d023bea41 Bug 1255644: remove unused task definitions; r=wcosta
MozReview-Commit-ID: G5h0O5YTMEY

--HG--
extra : rebase_source : dc8716f649aa2b8d611f5dfd014d2e53cab3d2ee
extra : amend_source : 9c91275fe1db1c610fa5716133576760afcbffe9
2016-03-25 18:31:19 +00:00
Trevor Saunders 37452b3a13 bug 1255009 - make AccShowEvent store the insertion index of the new child r=davidb 2016-03-28 09:09:22 -04:00
Arata Furukawa 28360f6c90 Bug 1259655 - part 2 Rename WidgetEventTime::timeStamp to WidgetEventTime::mTimeStamp r=masayuki
MozReview-Commit-ID: LRgPxoynx0

--HG--
extra : source : 506d58da4e67501a00b676c99997597fa5fe5679
2016-03-28 13:49:02 +09:00
Arata Furukawa 676913b9bb Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki
MozReview-Commit-ID: 7lBCEVkanvF

--HG--
extra : source : d629f018d02594951b7deccf1e1fce279d04694c
2016-03-28 13:29:42 +09:00
Ryo Kato 03ccfe82a9 Bug 1244642 - Web-platform tests for AnimationEffectTiming.direction r=hiro
MozReview-Commit-ID: Cxvizue8c9H

--HG--
extra : rebase_source : 1d6e7d8d55e9d09412a71fb3be9e716c53eac34f
2016-03-26 16:47:40 +09:00
Ryo Kato 7218d5dee1 Bug 1244642 - Implement AnimationEffectTiming.direction r=hiro
MozReview-Commit-ID: I8t011JVGBb

--HG--
extra : rebase_source : 15baf67ea204d55e047405c7cd9c20cfdaa12bce
2016-03-26 16:20:25 +09:00
Takeshi Kurosawa 54f662d6c5 Bug 1259674 Part 3 rename InternalFocusEvent::relatedTarget to InternalFocusEvent::mRelatedTarget r=masayuki
MozReview-Commit-ID: FH6igP9kYtO

--HG--
extra : rebase_source : d4bee3406b3cdd35db941642e8126da9a80af99a
2016-03-27 14:46:48 +09:00
Takeshi Kurosawa 93bd4cd721 Bug 1259674 Part 2 rename InternalFocusEvent::isRefocus to InternalFocusEvent::mIsRefocus r=masayuki
MozReview-Commit-ID: 5SjH8PERQVW

--HG--
extra : rebase_source : 174161fffc95e40c5431bb7f0bccb84f3d7893a0
2016-03-27 14:46:07 +09:00
Takeshi Kurosawa 72bf333b0a Bug 1259674 Part 1 rename InternalFocusEvent::fromRaise to InternalFocusEvent::mFrameRaise r=masayuki
MozReview-Commit-ID: FzLjVjDCqAa

--HG--
extra : rebase_source : 55ab306ade105dff57af9ab00d2a2d5290339440
2016-03-27 14:44:57 +09:00
Jean-Yves Avenard 37d629b09b Bug 1259916: [MSE] P3. Simplify eviction calculation logic. r=gerald
Also, remove no longer used code and update comments to properly reflect the current algorithms used.

MozReview-Commit-ID: GwsGC70xM85

--HG--
extra : rebase_source : 2c1a2cd449eac243d8e3d77cc1bf80c2adc64cdf
2016-03-28 00:58:37 +11:00
Jean-Yves Avenard 9867dc58c5 Bug 1259916: [MSE] P2. Bump audio source buffer eviction threshold to 30MB. r=gerald
20MB appears to work, but just to be safe until we get confirmation from YouTube on what is a safe value to use.

MozReview-Commit-ID: BnGaVLeCRJ5

--HG--
extra : rebase_source : 6333dd4c8dbd6f846344218dd50124797fc5cb23
2016-03-28 00:48:57 +11:00
Jean-Yves Avenard c7c99753a2 Bug 1259916: [MSE] P1. Fix eviction. r=gerald
Bug 1216460 introduced a regression which would cause to always evict from both ends of the current track buffer.

MozReview-Commit-ID: 4f01tNQ2KU8

--HG--
extra : rebase_source : 7da96fc1cbca03d60705fce681ee9259dd81d173
2016-03-28 00:41:31 +11:00
Steve Melia 184e838496 Bug 1259060 - Add shift+enter to navigate to previous result in inspector search;r=bgrins
MozReview-Commit-ID: 6Y8tz7dML5s
2016-03-25 13:58:27 +00:00
Jared Wein c8e4e5bed7 Bug 1259847 - Use curly quotes instead of single quotes in our user facing strings. r=dolske
MozReview-Commit-ID: 9jTHF0B0Ri6
* * *
[mq]: temp

MozReview-Commit-ID: Da9oJP2hqLL
2016-03-25 19:49:31 -04:00
Sebastian Hengst 52396979df Backed out changeset 5579b62017f2 (bug 1259847) for failing browserchrome test browser_privatebrowsing_windowtitle.js. r=backout 2016-03-26 10:00:31 +01:00
Jared Wein c258d72c85 Bug 1259847 - Use curly quotes instead of single quotes in our user facing strings. r=dolske
MozReview-Commit-ID: 9jTHF0B0Ri6
2016-03-25 19:49:31 -04:00
Ryan VanderMeulen 43eee7b535 Merge m-c to fx-team. a=merge 2016-03-25 22:10:07 -04:00
Ryan VanderMeulen 49acd6e1ef Backed out changeset 070628989f86 (bug 1259847) for browser_privatebrowsing_windowtitle.js permafail. 2016-03-25 21:57:51 -04:00
Jared Wein 6ae30376ce Bug 1259847 - Use curly quotes instead of single quotes in our user facing strings. r=dolske
MozReview-Commit-ID: 9jTHF0B0Ri6

--HG--
extra : rebase_source : 298de45fe69f3e1622c85e2737b979ad5d0088b6
2016-03-25 19:49:31 -04:00
Brian Grinstead f95f7183b6 Bug 1239920 - Re-enable browser_webconsole_netlogging.js in e10s;r=me
MozReview-Commit-ID: 9EGRiw2shWQ
2016-03-25 16:20:22 -07:00