5c8f5cc65a59d664defb2e01fbc7ae277327bf1c: Bug 1409972 - Part 6. Remove printingui implementation of each platform. r?mconley
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 08 Nov 2017 10:50:57 +0900 - rev 694673
Push
88192 by mantaroh@gmail.com at Wed, 08 Nov 2017 01:57:51 +0000
Bug 1409972 - Part 6. Remove printingui implementation of each platform. r?mconley
MozReview-Commit-ID: BXocuT9zV0E
5d6e413127bc8a096f387e0b2e98c0fe5798b694: Bug 1409972 - Part 5. Use the common printingui implementation. r?mshal
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 08 Nov 2017 10:49:33 +0900 - rev 694672
Push
88192 by mantaroh@gmail.com at Wed, 08 Nov 2017 01:57:51 +0000
Bug 1409972 - Part 5. Use the common printingui implementation. r?mshal
This patch will change moz.build of printingui and xre to use common
printingui implementation.
MozReview-Commit-ID: 3Z5MAzGVo1b
78d06f3c7fc203ddd62b0611689a4648c88ef1a4: Bug 1409972 - Part 4. Merge mac printingui. r?mconley
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 08 Nov 2017 10:44:45 +0900 - rev 694671
Push
88192 by mantaroh@gmail.com at Wed, 08 Nov 2017 01:57:51 +0000
Bug 1409972 - Part 4. Merge mac printingui. r?mconley
This patch will merge mac printingui implementation to common code.
Primary differences are:
* Remove progress implementation if build target is macOS.
MozReview-Commit-ID: 8qoxgmzhqnM
41b7b23f323733cc8dfd6b8011e76e49232edcfc: Bug 1409972 - Part 3. Merge windows printingui. r?mconley
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 08 Nov 2017 10:38:41 +0900 - rev 694670
Push
88192 by mantaroh@gmail.com at Wed, 08 Nov 2017 01:57:51 +0000
Bug 1409972 - Part 3. Merge windows printingui. r?mconley
This patch will merge windows printingui implementation to common code.
Primary differences are:
* Add nsIPrintSettings member into nsPrintProgress in order to make printing
cancelable.
* Return NS_OK on nsIWebProgressListener's implementation if
nsPrintingPromptService doesn't have internal nsIWebProgressListener member.
Original windows implementation has following difference, but this patch will
not copy it:
* Windows has own NS_IMPL_ADDREF / NS_IMPL_RELEASE implementation, however this
implementation doesn't different from XPCOM implementation.
Bug 156318
doesn't show this reason.
* Windows implementation lack some of the function parameter check.
But unixshared code covers this checks.
MozReview-Commit-ID: 8ja40rAaXBo
7bf03511306c49bf6310267822503b3367bf8152: Bug 1409972 - Part 2. Copy printingui implementation from unixshared. r?mconley
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 08 Nov 2017 09:41:00 +0900 - rev 694669
Push
88192 by mantaroh@gmail.com at Wed, 08 Nov 2017 01:57:51 +0000
Bug 1409972 - Part 2. Copy printingui implementation from unixshared. r?mconley
This patch will copy printingui implementation from unixshared in order to merge
other platform implementation.
This unixshared implementation has much common code hence using unixshared code
is reasonable for merging.
MozReview-Commit-ID: 4VManmNcbdc
048f1cca0f9be5048268ccce3704e71139fcaedb: Bug 1409972 - Part 1. Apply clang-format to nsPrintingPromptService. r?mconley
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 08 Nov 2017 09:33:15 +0900 - rev 694668
Push
88192 by mantaroh@gmail.com at Wed, 08 Nov 2017 01:57:51 +0000
Bug 1409972 - Part 1. Apply clang-format to nsPrintingPromptService. r?mconley
Apply following clan-format:
./mach clang-format --path toolkit/components/printingui/mac/nsPrintingPromptService.*
./mach clang-format --path toolkit/components/printingui/unixshared/nsPrintingPromptService.*
./mach clang-format --path toolkit/components/printingui/win/nsPrintingPromptService.*
MozReview-Commit-ID: 8JGuyqiuKNX
4014b0690dadc47fe898a3f9e37e0e52ae211c7a: [mq]: workaround-for-ffvpx
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 08 Nov 2017 09:29:56 +0900 - rev 694667
Push
88192 by mantaroh@gmail.com at Wed, 08 Nov 2017 01:57:51 +0000
[mq]: workaround-for-ffvpx
MozReview-Commit-ID: 6EPiKO2IUaV
3b303a1a33a438671c61ff8bd5cf2ba2cdeab82d: Bug 1411765 - Part3:Disable part of failing test grid-fragmentation-dyn1-006.html. r?mats
draft
Mats Palmgren <mats@mozilla.com> - Tue, 07 Nov 2017 13:16:58 -0800 - rev 694666
Push
88191 by bmo:npancholi@mozilla.com at Wed, 08 Nov 2017 01:54:56 +0000
Bug 1411765 - Part3:Disable part of failing test grid-fragmentation-dyn1-006.html. r?mats
MozReview-Commit-ID: Id6hGHuTuTr
5e3afe006f05ba04d9cb7b857fe8b38b3e29e7b8: Bug 1411765 - Part2:Remove extra border fragment from ref file to match it with new expected output of grid fragmentation tests and change assertion count for crashtests. r?mats
draft
Neerja Pancholi <npancholi@mozilla.com> - Tue, 07 Nov 2017 12:24:32 -0800 - rev 694665
Push
88191 by bmo:npancholi@mozilla.com at Wed, 08 Nov 2017 01:54:56 +0000
Bug 1411765 - Part2:Remove extra border fragment from ref file to match it with new expected output of grid fragmentation tests and change assertion count for crashtests. r?mats
MozReview-Commit-ID: A6gPAuBI13X
a769c3fa44a1b414128d2b24328f6f0531b6edfe: Bug 1411765 - Part1: Convert an Incomplete reflow status to OverflowIncomplete also when our size is exactly the available size, not just less. r=mats
draft
fantasai <fantasai.cvs@inkedblade.net> - Wed, 25 Oct 2017 14:21:19 -0700 - rev 694664
Push
88191 by bmo:npancholi@mozilla.com at Wed, 08 Nov 2017 01:54:56 +0000
Bug 1411765 - Part1: Convert an Incomplete reflow status to OverflowIncomplete also when our size is exactly the available size, not just less. r=mats
MozReview-Commit-ID: JikD7p70pJy
0fe20bf35194596f9f849be62ab6e38db0fdbc5b: Bug 1408790 - The non-selected elements with ids should be lightened to the same color as the non-selected classes r=gl
draft
Liam <canada8715@gmail.com> - Sun, 15 Oct 2017 17:45:12 -0600 - rev 694663
Push
88190 by bmo:hodginsl2@mymacewan.ca at Wed, 08 Nov 2017 01:44:23 +0000
Bug 1408790 - The non-selected elements with ids should be lightened to the same color as the non-selected classes r=gl
MozReview-Commit-ID: AjcnYsxxqAs
cf048629b78d6b377f32e1ad2240bc82206ba6e6: Bug 1411765 - Disable part of failing test grid-fragmentation-dyn1-006.html. r?mats
draft
Mats Palmgren <mats@mozilla.com> - Tue, 07 Nov 2017 13:16:58 -0800 - rev 694662
Push
88189 by bmo:npancholi@mozilla.com at Wed, 08 Nov 2017 01:41:35 +0000
Bug 1411765 - Disable part of failing test grid-fragmentation-dyn1-006.html. r?mats
MozReview-Commit-ID: Id6hGHuTuTr
5ce4e3827a552f47936111a603074c3696fe915a: Bug 1411765 - Remove extra border fragment from ref file to match it with new expected output of grid fragmentation tests and change assertion count for crashtests. r?mats
draft
Neerja Pancholi <npancholi@mozilla.com> - Tue, 07 Nov 2017 12:24:32 -0800 - rev 694661
Push
88189 by bmo:npancholi@mozilla.com at Wed, 08 Nov 2017 01:41:35 +0000
Bug 1411765 - Remove extra border fragment from ref file to match it with new expected output of grid fragmentation tests and change assertion count for crashtests. r?mats
MozReview-Commit-ID: A6gPAuBI13X
7502295da8e92408f093d6e12c6f578201af4010: Bug 1411765 - Convert an Incomplete reflow status to OverflowIncomplete also when our size is exactly the available size, not just less. r=mats
draft
fantasai <fantasai.cvs@inkedblade.net> - Wed, 25 Oct 2017 14:21:19 -0700 - rev 694660
Push
88189 by bmo:npancholi@mozilla.com at Wed, 08 Nov 2017 01:41:35 +0000
Bug 1411765 - Convert an Incomplete reflow status to OverflowIncomplete also when our size is exactly the available size, not just less. r=mats
MozReview-Commit-ID: JikD7p70pJy
580e6bb4f77e1f448e60c3c351a1b9adabe04173: Bug 1412837 - less update
draft
Fred Lin <gasolin@gmail.com> - Mon, 06 Nov 2017 16:42:47 +0800 - rev 694659
Push
88188 by bmo:gasolin@mozilla.com at Wed, 08 Nov 2017 01:38:57 +0000
Bug 1412837 - less update
MozReview-Commit-ID: CmRe8NunlHL
20fc539150f5eb8a1dfbb05d8554816093cf33a0: Bug 734934 - [rule view] ability to disable a rule r=gl
draft
Liam <canada8715@gmail.com> - Mon, 30 Oct 2017 23:02:10 -0600 - rev 694658
Push
88187 by bmo:hodginsl2@mymacewan.ca at Wed, 08 Nov 2017 01:29:06 +0000
Bug 734934 - [rule view] ability to disable a rule r=gl
MozReview-Commit-ID: 7CA0aGF4R4Y
7ad34edb1892bbf12603240792ef7568fc84ae42: Bug 734934 - [rule view] ability to disable a rule r=gl
draft
Liam <canada8715@gmail.com> - Mon, 30 Oct 2017 23:02:10 -0600 - rev 694657
Push
88186 by bmo:hodginsl2@mymacewan.ca at Wed, 08 Nov 2017 01:24:16 +0000
Bug 734934 - [rule view] ability to disable a rule r=gl
MozReview-Commit-ID: 7CA0aGF4R4Y
f98008cb456b57d8e8d38e211874d7f76a3f5f90: Bug 1393045 - support QT AudioSampleEntry v2. r?kinetik
draft
Alfredo.Yang <ayang@mozilla.com> - Wed, 08 Nov 2017 09:21:58 +0800 - rev 694656
Push
88185 by bmo:ayang@mozilla.com at Wed, 08 Nov 2017 01:22:31 +0000
Bug 1393045 - support QT AudioSampleEntry v2. r?kinetik
MozReview-Commit-ID: GchJJBrdKYm
1109816b92b73f5f4011594fc2b03f5330610a18: Bug 1415335 - Remove clobber target; r?Build
draft
Gregory Szorc <gps@mozilla.com> - Mon, 30 Oct 2017 17:27:06 -0700 - rev 694655
Push
88184 by bmo:gps@mozilla.com at Wed, 08 Nov 2017 01:21:12 +0000
Bug 1415335 - Remove clobber target; r?Build
It was just an alias for "clean," which is proxied to the root
Makefile. `mach clobber` should be used instead.
MozReview-Commit-ID: A8tHaNb7H1z
795b850fb336200bf7383fc6b33c860d174775d3: Bug 1415335 - Move Windows line endings detection to configure; r?Build
draft
Gregory Szorc <gps@mozilla.com> - Tue, 07 Nov 2017 17:16:39 -0800 - rev 694654
Push
88184 by bmo:gps@mozilla.com at Wed, 08 Nov 2017 01:21:12 +0000
Bug 1415335 - Move Windows line endings detection to configure; r?Build
This doesn't need to be in client.mk.
Also, we inline the info to help people correct the failure, as this
results in a better user experience.
MozReview-Commit-ID: KURL3RIGzKf