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

469358 Коммитов

Автор SHA1 Сообщение Дата
Jeremy Chen 0a167079de Bug 1261568 - part2.2: add reftest. r=jfkthame
--HG--
extra : commitid : 6qd1b5QuedD
extra : rebase_source : d54b59c2ca0d54f94afcc95499a42847e369f7bc
2016-04-05 12:35:44 +08:00
Jeremy Chen a2bff25f53 Bug 1261568 - part2.1: update manifest before adding test. r=jgraham
--HG--
extra : commitid : 6qd1b5QuedD
extra : rebase_source : d2804249c13c4a07b7d2ef8f3e5eca16a2f86ba0
2016-04-05 12:35:44 +08:00
Jeremy Chen 49cb886e74 Bug 1261568 - part1: take -webkit-text-fill-color into consideration while
building displaylist for text frame. r=jfkthame

--HG--
extra : commitid : 6qd1b5QuedD
extra : rebase_source : 4a445ebb92610944ad1b131fb4ba262d4b3cfc8b
2016-04-05 12:35:44 +08:00
Matt Howell b194792316 Bug 1247239 - Remove copying of updater.exe for service updates; r=rstrong
MozReview-Commit-ID: 1Nz2v1d51nk
2016-04-01 15:53:04 -07:00
Michael Comella d0a151fdf5 Bug 1258769 - Add checkstyle gradle task. r=nalexander
Run checkstyle via:
 ./mach gradle app:checkstyle

This is intended to be added to automation in bug 1258787 and made more robust
in bug 1261486.

For the addition of future checks, it's worth noting Google's config is
available:
  3e4367941c/src/main/resources/google_checks.xml

And this version contains links with descriptions of each of the tasks:
  http://checkstyle.sourceforge.net/google_style.html

MozReview-Commit-ID: 5HvtQsyY2JQ

--HG--
extra : rebase_source : ea45bcfb88ec302e9f6e6526d9afdbf2c9c93f01
2016-04-01 14:20:45 -07:00
Andrew Halberstadt 1bcb434a74 Bug 1243083 - Enable e10s by default when using chunk-finder, r=jgraham
MozReview-Commit-ID: NlTGwdQ2nw

--HG--
extra : rebase_source : 71587d5962eaedc79511c5c3884fabb65323560c
2016-04-01 11:03:08 -04:00
Andrew Halberstadt 7c843580e3 Bug 1243083 - Enable e10s by default when running web-platform-tests, r=jgraham
MozReview-Commit-ID: NlTGwdQ2nw

--HG--
extra : rebase_source : fdf7d81000fe20c9e3fe586fddc9f7c6ded4537c
2016-04-01 11:02:29 -04:00
Andrew Halberstadt 4c890af727 Bug 1243083 - Enable e10s by default when running marionette tests, r=ato
MozReview-Commit-ID: NlTGwdQ2nw

--HG--
extra : rebase_source : 1a8cba25a2ddc4be911a53f77fb7ed62124a93ee
2016-04-01 11:01:57 -04:00
Andrew Halberstadt 33364c9b45 Bug 1243083 - Enable e10s by default when running talos, r=jmaher
MozReview-Commit-ID: NlTGwdQ2nw

--HG--
extra : rebase_source : 7591f4017ee54f0e2d67c9819dd1f517d6405120
2016-04-01 11:01:23 -04:00
Andrew Halberstadt 273f8a751c Bug 1243083 - Enable e10s by default when running reftests, r=jmaher
MozReview-Commit-ID: NlTGwdQ2nw

--HG--
extra : rebase_source : 524578da02c2c84487bfe497783a6ea9de594ed9
2016-04-01 11:00:37 -04:00
Andrew Halberstadt 1092076e36 Bug 1243083 - Enable e10s by default when running mochitests, r=jmaher
MozReview-Commit-ID: NlTGwdQ2nw

--HG--
extra : rebase_source : 65ec39f39b1e231fe8b9e3228f4f604736b2cb84
2016-04-01 10:59:12 -04:00
Mike Conley b87f219d48 Bug 1261599 - null check SendPBrowserConstructor return in ContentParent to avoid crashes on content process shutdown. r=smaug
MozReview-Commit-ID: 4LqDIeN9XRq

--HG--
extra : rebase_source : ff6edb2b80ac4e29374092d2637fc91886afec0d
2016-04-04 10:57:49 -04:00
Xidorn Quan 7fc0c87369 Bug 1220438 - Correct baseline offset computation of text decoration for vertical-rl. r=jfkthame
MozReview-Commit-ID: 5VHapeQ6mBU

--HG--
extra : rebase_source : 9814a77550a0d2125f6d3ba7e55594929b65fd8b
2016-04-01 16:29:31 +11:00
Alexander Surkov 2cf5799f02 Bug 1261174 - more events logging, r=yzen 2016-04-05 18:39:55 -04:00
Mike Hommey c0808e5f6d Bug 1262087 - Make the @checking callback not alter the behavior for bools. r=chmanchester 2016-04-06 07:25:26 +09:00
Mike Hommey 6878c848b4 Bug 1262087 - Use textwrap.dedent in test_checks_configure.py. r=chmanchester 2016-04-06 07:25:15 +09:00
Mike Hommey 6886f13b7d Bug 1262020 - Move --with-android-ndk, --with-android-toolchain and --with-android-gnu-compiler-version to moz.configure. r=nalexander 2016-04-06 07:25:13 +09:00
Mike Hommey 8bedd96002 Bug 1262020 - Move --target check for mobile/android to moz.configure. r=nalexander
Interestingly, the test was happening too late in old-configure, and you
were more likely to hit other errors first.
2016-04-06 07:25:12 +09:00
Mike Hommey 1d9ff89e0e Bug 1262019 - Make --with-gonk imply --enable-default-toolkit=cairo-gonk. r=chmanchester
This removes the need for a dummy `gonkdir` function for the
build_project != 'b2g' case.
2016-04-06 07:25:06 +09:00
Wes Kocher e391057015 Backed out changeset 6e65cda2a0eb (bug 1260501)
MozReview-Commit-ID: FPRXGmVDiqM

--HG--
extra : rebase_source : 438cf3e8c0c45c0457349c9b686065005aee10d4
2016-04-05 15:10:52 -07:00
Nicolas B. Pierron a8ba999f41 Bug 1236114 - IonMonkey: Move 'Sink' phase before the 'Remove Unnecessary Bitops' phase. r=sunfish 2016-04-05 22:10:40 +00:00
Syd Polk f098c6e866 Bug 1260656 - Fix firefox-puppeteer documentation generation for Readthedocs. r=maja_zf
MozReview-Commit-ID: 8CmozumFEmO

--HG--
extra : rebase_source : bee3eb8f232fff90010746e388cbbdf1cf2970ad
2016-04-05 16:02:47 -05:00
Alexander Surkov c2cdfb8b81 Bug 1261167 - remove Accessible::TestChildCache, r=marcoz 2016-04-05 17:35:31 -04:00
Alexander Surkov 167cbebba2 Bug 1261165 - remove Accessible::ChildrenFlags, r=yzen 2016-04-05 17:34:00 -04:00
Kartikaya Gupta 68c2287471 Bug 1256532 - Show the critical displayport in the APZ minimap as well. r=BenWa
MozReview-Commit-ID: HSCJ8G8tpiR
2016-04-05 17:30:00 -04:00
Wes Kocher c4eb2702ab Backed out changeset 7725b6550258 (bug 1261179) for breaking android mochitest(gl) tests CLOSED TREE
MozReview-Commit-ID: EVFF5STXkLl
2016-04-05 13:56:54 -07:00
Tim Nguyen 04ae3e6295 Bug 1261430 - Update paths to eyedropper icon. r=pbro
MozReview-Commit-ID: HBsk1gzDy53

--HG--
extra : rebase_source : 7e0be66d81d1b6d9c3439a1232874f69c7699174
2016-04-02 17:58:52 +02:00
Chris Manchester b5ce5e9f35 Bug 1262231 - Fix handling of ICU for artifact builds. r=nalexander
The data file is required as of bug 1239083.

MozReview-Commit-ID: XhETIoUYH8

--HG--
extra : rebase_source : 2d1200a72dadb3e0e8211fa58d3f07bc2453061f
2016-04-05 13:00:21 -07:00
Carim Tho 2ca6ab8df7 Bug 1146990 - Log the URL of each tab when test leaks window handles; r=maja_zf
MozReview-Commit-ID: 1k5wpRNrsmY

--HG--
extra : rebase_source : b90be52bd8a9279b83542b54b147fb00443a2e04
2016-03-31 20:28:38 -03:00
Felipe Gomes 6fae6b4557 Bug 1260190 - Disable e10s for accessibility users on OS X. r=jimm
MozReview-Commit-ID: 35KZiKcSFqL

--HG--
extra : rebase_source : 090237eb0d6e6c6912b39ba71e8b3f6ffe31f56c
2016-04-01 15:54:33 -03:00
Gerald Squelart cc7054020a Bug 1261536 - Create a synthetic document after the window is set - r=bz
MozReview-Commit-ID: 7SBC2dFZAkP

--HG--
extra : rebase_source : f4c511090945dbcb88f152fed33ec2b2017dec61
2016-04-02 10:40:09 +11:00
bsilverberg ace0427254 Bug 1261185 - Complete test coverage for browser.windows.create, r=kmag
Add coverage for:
* passing an invalid |tabId|
* passing an array of URLs to open in |url|

MozReview-Commit-ID: EW8sh0p6hgB

--HG--
extra : transplant_source : %5D%BF%EE%EBM%9C%EA%AFj%0F%7F%AFx%F1%8E%F0QV%1Bb
2016-03-31 18:01:45 -04:00
Giorgio Maone 3e975e83a2 Bug 1242871 - add an originUrl property to every webRequest event details object + tests (extended & fixed + nits). r=kmag
MozReview-Commit-ID: 6PeCwTeCuFs

--HG--
extra : transplant_source : %22%BD_%D3%9FO%D2%9FZ%A9%12%98%F1%A10%17%CE0%B7%11
2016-04-01 00:48:57 +02:00
Margaret Leibovic 3feed5868e Bug 1259158 - Update tab queues prompt telemetry to use UI telemetry instead of histograms. r=sebastian r=mfinkle
MozReview-Commit-ID: 4aws9Rcy5W1

--HG--
extra : transplant_source : %FE%F4%1A%A8%E0Y%D7%0Dzq%60%DF%D0%A7%B1%D8v%84oh
2016-04-01 10:59:03 -04:00
Jeff Gilbert 9a1ef90f9b Bug 1261179 - Don't fallback to desktop GL when ANGLE fails. - r=jrmuizel 2016-03-31 13:47:11 -07:00
Margaret Leibovic 32a300b74b Bug 1251749 - Use UI telemetry to tell if settings are enabled or not. r=sebastian
MozReview-Commit-ID: B9CkxWYSi4y

--HG--
extra : rebase_source : ee8fef687f1e0e25c2da49b6cfaa19100383eaa3
2016-03-31 16:28:22 -04:00
Margaret Leibovic ebeae9ab62 Bug 1261713 - (Part 4) Add test for getActiveExperiments. r=sebastian
MozReview-Commit-ID: 4VwUR1GXFcg

--HG--
extra : rebase_source : 1d7d05e6dc9434b2d20f4acb3682027045018e0d
2016-04-03 18:27:00 -04:00
Margaret Leibovic 2fd4a808bd Bug 1261713 - (Part 3) Refactor and add tests for extra experiment values support. r=sebastian
MozReview-Commit-ID: A1enTZO7f9X

--HG--
extra : rebase_source : f920ca1f172fd6f01af932c3fc1291e093f864a3
2016-04-03 18:24:29 -04:00
Margaret Leibovic 7a3cebb5ed Bug 1261713 - (Part 2) Refactor isInExperiment and add unit test. r=sebastian
MozReview-Commit-ID: 7etdTcolf26

--HG--
extra : rebase_source : cefe9029a8b6d14cdcd969be7556aa677da9e546
2016-04-03 18:08:15 -04:00
Margaret Leibovic 895ef3571e Bug 1261713 - (Part 1) Add unit test for DeviceUuidFactory.java. r=sebastian
MozReview-Commit-ID: 16iy9tvgg8x

--HG--
extra : rebase_source : 2a10ae27b90738da6e39ec449c24590478302625
2016-04-03 17:58:12 -04:00
Margaret Leibovic c7d8ce7715 Bug 1207719 - (Part 2) Change Switchboard to combine network requests for experiments and server configurations into a single network fetch. r=sebastian
MozReview-Commit-ID: c38pPvDrT8

--HG--
extra : rebase_source : 48d3d3539e53df41a1155aed8998a841c8330411
2016-04-03 17:20:44 -04:00
Margaret Leibovic 9762541092 Bug 1207719 - (Part 1) Convert tabs to spaces. r=sebastian
MozReview-Commit-ID: EyzXCnv1Nnk

--HG--
extra : rebase_source : 3fd530cfcc6762ecf4aa8cb13d351766bfde9f89
2016-04-01 18:23:13 -04:00
Alexandre Poirot 5e0c919d13 Bug 1258987 - Stop generating useless xul:command and xul:broadcaster. r=jryans 2016-04-05 07:16:48 -07:00
Alexandre Poirot e6645862ac Bug 1261092 - Simplify gcli initialization/destruction codepaths. r=jryans,jwalker 2016-04-05 07:16:48 -07:00
Alexandre Poirot d85fa6d2c0 Bug 1258985 - Remove menuitem and pref related to the "Error Console". r=jryans 2016-04-05 07:16:48 -07:00
Sebastian Kaspari d66497c13b Bug 1260930 - Settings: Add "Logins" group in Settings > Privacy. r=ahunt
MozReview-Commit-ID: 41cljy2E1pV

--HG--
extra : rebase_source : 503eeb4bce9a969f6be2ace77b50c7a02be771eb
2016-03-31 20:14:06 +02:00
Jarda Snajdr fa77abb20d Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe
MozReview-Commit-ID: AWgZDbQ22ec
2016-04-04 07:56:00 +02:00
Markus Stange 9513183f86 Bug 1248913 - Reftest.
MozReview-Commit-ID: Ajblt5KyZvp

--HG--
extra : rebase_source : 89ee6c51f15d10334700e815f4081bc20d465601
extra : histedit_source : 96286438e072c4f7f46ee408cf0ef7e5b76fa44d
2016-03-30 16:08:05 -04:00
Jan Henning d252cc0e5c Bug 1044556 - Part 4 - Unify audio playback indication handling. r=sebastian
Since we're now triggering zombification events, we can easily handle resetting the audio playback indicator upon zombifciation by having the tab object listen for the appropriate TabPreZombify event and handle it alongside the normal DOMAudioPlayback events instead of duplicating that functionality within the memory observer.

MozReview-Commit-ID: JSgGyw9g6Lm

--HG--
extra : transplant_source : 1%0D%E5%D2d%E2%23%87%60%96%86m%F1%FA%C8%7E.r%B5%8C
2016-03-30 20:41:37 +02:00
Jan Henning 03f1ea26a2 Bug 1044556 - Part 3 - Add a test for verifying that the session store successfully continues recording tab history even after zombification. r=sebastian
MozReview-Commit-ID: 1zSn6QXrR9a

--HG--
extra : transplant_source : uc%D9%A8%C2%D9N%CA%29%D8cWt%E0%29%8B%8D%93%00u
2016-03-31 19:49:00 +02:00