399b99271c6a352f125f2d670daae2e1755368ac: Backed out changeset 76c117fe7e14 (bug 1377174) for failing browser_all_files_referenced.js. r=backout
Sebastian Hengst <archaeopteryx@coole-files.de> - Wed, 16 Aug 2017 09:46:06 +0200 - rev 647444
Push
74404 by bmo:emilio+bugs@crisal.io at Wed, 16 Aug 2017 09:31:46 +0000
Backed out changeset 76c117fe7e14 (
bug 1377174) for failing browser_all_files_referenced.js. r=backout
4ba3d5ff24ec1229508e6ad839a95d797b7001d4: Backed out changeset 4b420cda531b (bug 1389002) so bug 1377174 can be backed out. r=backout
Sebastian Hengst <archaeopteryx@coole-files.de> - Wed, 16 Aug 2017 09:44:42 +0200 - rev 647443
Push
74404 by bmo:emilio+bugs@crisal.io at Wed, 16 Aug 2017 09:31:46 +0000
Backed out changeset 4b420cda531b (
bug 1389002) so
bug 1377174 can be backed out. r=backout
47e301be2d9ef8fa843d67a0c37f4f6200724589: Backed out changeset 0ae3b8deb294 (bug 1361952) so bug 1377174 can be backed out. r=backout
Sebastian Hengst <archaeopteryx@coole-files.de> - Wed, 16 Aug 2017 09:42:45 +0200 - rev 647442
Push
74404 by bmo:emilio+bugs@crisal.io at Wed, 16 Aug 2017 09:31:46 +0000
Backed out changeset 0ae3b8deb294 (
bug 1361952) so
bug 1377174 can be backed out. r=backout
c7f8cb4848071a5738ccb92af50f81fa15b917ac: Bug 1390077 - Add readme about stubs generator instructions; r=nchevobbe
Jan Odvarko <odvarko@gmail.com> - Tue, 15 Aug 2017 15:10:49 +0200 - rev 647441
Push
74404 by bmo:emilio+bugs@crisal.io at Wed, 16 Aug 2017 09:31:46 +0000
Bug 1390077 - Add readme about stubs generator instructions; r=nchevobbe
MozReview-Commit-ID: Ka6igCDyqRE
df79199f9f0fcde01ddc2eccf2a5368cb7b801aa: Bug 1385165 - Calculate spill weight of a range's uses when add to or remove from it. r=bhackett
Ting-Yu Chou <janus926@gmail.com> - Mon, 14 Aug 2017 15:24:58 +0800 - rev 647440
Push
74404 by bmo:emilio+bugs@crisal.io at Wed, 16 Aug 2017 09:31:46 +0000
Bug 1385165 - Calculate spill weight of a range's uses when add to or remove from it. r=bhackett
Iterating a LiveRange's uses in BacktrackingAllocator::computeSpillWeight() to
access UsePosition.uses_ isn't cache friendly, because it is a linked list and
each node is allocated separately. Changing the data strcture to a vector is
worse because of the overhead from frequent insertion/removing. However,
UsePostion.uses_ can't be changed after initialization, so we can pre-calculate
the spill weight when it is added to or remove from a LiveRange.
MozReview-Commit-ID: BJEvI7KBVAJ
1be0e59789420226a67613b6ef7b4e4a39b4bd48: Bug 1363116 - Remove the report{ExtraWarning,StrictMode}ErrorNumberVA wrappers in EitherParser. r=arai
Mike Hommey <mh+mozilla@glandium.org> - Wed, 16 Aug 2017 13:24:15 +0900 - rev 647439
Push
74404 by bmo:emilio+bugs@crisal.io at Wed, 16 Aug 2017 09:31:46 +0000
Bug 1363116 - Remove the report{ExtraWarning,StrictMode}ErrorNumberVA wrappers in EitherParser. r=arai
Copy construction for va_list is implementation dependent, and most
likely doesn't actually work properly on some platforms. While the
wrapping in EitherParser might currently work on tier-1 platforms,
it also triggers a warning on newer GCC versions that could very well
indicate that they might not work entirely properly. Mixing va_list,
copy construction and templates variadics surely sounds like something
very fragile.
While I understand that the pending changes from
bug 1351107 might be
relying on the current state of the code, I'd rather that bug be
reworked so as to please newer versions of GCC than having to figure out
what parts of that bug are still relevant after
bug 1351105 and blocking
bug 1389435 further.
4b420cda531b3628e151e2a0a8983b576f4ce23e: Bug 1389002 - Update background color as #F9F9FA to match updated Photon visual spec and the background color of toolbar. r=jaws,timdream
Evan Tseng <evan@tseng.io> - Thu, 10 Aug 2017 15:12:44 +0800 - rev 647438
Push
74404 by bmo:emilio+bugs@crisal.io at Wed, 16 Aug 2017 09:31:46 +0000
Bug 1389002 - Update background color as #F9F9FA to match updated Photon visual spec and the background color of toolbar. r=jaws,timdream
MozReview-Commit-ID: HtPnAyD1bjf
aad6f0d0b18e7ef908695e1a304f0f8070071cb3: Bug 1390650: stylo: Remove some unused FFI functions. r=bholley,xidorn
Emilio Cobos Álvarez <emilio@crisal.io> - Tue, 15 Aug 2017 23:21:30 +0200 - rev 647437
Push
74404 by bmo:emilio+bugs@crisal.io at Wed, 16 Aug 2017 09:31:46 +0000
Bug 1390650: stylo: Remove some unused FFI functions. r=bholley,xidorn
MozReview-Commit-ID: K9fXGRmgkr4
f5eed79a2b8c523c9d99d5edcc5eefc717e94eee: Merge m-c to autoland, a=merge
Wes Kocher <wkocher@mozilla.com> - Tue, 15 Aug 2017 23:17:09 -0700 - rev 647436
Push
74404 by bmo:emilio+bugs@crisal.io at Wed, 16 Aug 2017 09:31:46 +0000
Merge m-c to autoland, a=merge
MozReview-Commit-ID: DihMPQQtOlw
6e0e00ceb4bfb7cb77409246b5c2506533246cb2: Bug 1390255: stylo: Remove unused Servo_StyleSet_Clear. r=heycam
draft
Emilio Cobos Álvarez <emilio@crisal.io> - Wed, 16 Aug 2017 11:28:00 +0200 - rev 647435
Push
74403 by bmo:emilio+bugs@crisal.io at Wed, 16 Aug 2017 09:28:50 +0000
Bug 1390255: stylo: Remove unused Servo_StyleSet_Clear. r=heycam
MozReview-Commit-ID: nihQbUAbh8
aa3615933af8545e39ad14e8a43967c7df81b655: Bug 1366056 - showing v57 tourset for new user tour and update user tour;r=mossop,rexboy,fischer
draft
gasolin <gasolin@gmail.com> - Mon, 14 Aug 2017 14:30:46 +0800 - rev 647434
Push
74402 by bmo:gasolin@mozilla.com at Wed, 16 Aug 2017 09:21:55 +0000
Bug 1366056 - showing v57 tourset for new user tour and update user tour;r=mossop,rexboy,fischer
MozReview-Commit-ID: JUmPyJiNKFx
0d09c9eaf842ae7c187de54c119bdcfe318ebde9: Bug 1366056 - showing v57 tourset for new user tour and update user tour;r=mossop,rexboy,fischer
draft
gasolin <gasolin@gmail.com> - Mon, 14 Aug 2017 14:30:46 +0800 - rev 647433
Push
74401 by bmo:gasolin@mozilla.com at Wed, 16 Aug 2017 09:19:14 +0000
Bug 1366056 - showing v57 tourset for new user tour and update user tour;r=mossop,rexboy,fischer
MozReview-Commit-ID: JUmPyJiNKFx
47f07a2e6d99773aaca92ec03840293bf1a3f700: Bug 1366056 - showing v57 tourset for new user tour and update user tour;r=mossop,rexboy,fischer
draft
gasolin <gasolin@gmail.com> - Mon, 14 Aug 2017 14:30:46 +0800 - rev 647432
Push
74401 by bmo:gasolin@mozilla.com at Wed, 16 Aug 2017 09:19:14 +0000
Bug 1366056 - showing v57 tourset for new user tour and update user tour;r=mossop,rexboy,fischer
MozReview-Commit-ID: JUmPyJiNKFx
863491eb36faec62f87010d1852f17efdafc75a3: Bug 1390042 - [Onboarding] The complete sign is not shown at first time when set the performance tour as the first item;r=rexboy
draft
gasolin <gasolin@gmail.com> - Mon, 14 Aug 2017 15:38:35 +0800 - rev 647431
Push
74401 by bmo:gasolin@mozilla.com at Wed, 16 Aug 2017 09:19:14 +0000
Bug 1390042 - [Onboarding] The complete sign is not shown at first time when set the performance tour as the first item;r=rexboy
MozReview-Commit-ID: AVv4pcBfTbf
0bd0c6e4f983210ba1f94313cb21b8336d6b6831: Bug 1361952 - Update Firefox Account to match the spec r?jaws
draft
Ricky Chien <ricky060709@gmail.com> - Wed, 16 Aug 2017 17:18:04 +0800 - rev 647430
Push
74400 by bmo:rchien@mozilla.com at Wed, 16 Aug 2017 09:18:44 +0000
Bug 1361952 - Update Firefox Account to match the spec r?jaws
17269bca5a96befe89f7d153f3337f22f8517eb4: Bug 1361952 - Update Firefox Account to match the spec r?jaws
draft
Ricky Chien <ricky060709@gmail.com> - Wed, 16 Aug 2017 17:16:24 +0800 - rev 647429
Push
74400 by bmo:rchien@mozilla.com at Wed, 16 Aug 2017 09:18:44 +0000
Bug 1361952 - Update Firefox Account to match the spec r?jaws
d3555fcf0092c40f4524334efe1ab41ec3c4f9bc: Bug 1390739 - Dispatch the task to main thread if the callback of CDM does not on main thread. r?cpearce
draft
James Cheng <jacheng@mozilla.com> - Wed, 16 Aug 2017 13:36:08 +0800 - rev 647428
Push
74399 by bmo:jacheng@mozilla.com at Wed, 16 Aug 2017 09:14:25 +0000
Bug 1390739 - Dispatch the task to main thread if the callback of CDM does not on main thread. r?cpearce
MozReview-Commit-ID: E5sjEKR4bRQ
9502fe25bc0c1506d2782b4bb983a6c3e1f278df: Bug 1389377 - Click make default button in preferences should update default browser pane r?jaws
draft
Ricky Chien <ricky060709@gmail.com> - Tue, 15 Aug 2017 11:08:27 +0800 - rev 647427
Push
74398 by bmo:rchien@mozilla.com at Wed, 16 Aug 2017 09:14:05 +0000
Bug 1389377 - Click make default button in preferences should update default browser pane r?jaws
5b72ddc51ffd6dabeb9e3afc45b9851336b0db88: Bug 1390131 - Modify GenerateOCSPResponse.cpp to allow thisUpdate to be modified r=keeler
draft
Mark Goodwin <mgoodwin@mozilla.com> - Wed, 16 Aug 2017 10:05:03 +0100 - rev 647426
Push
74397 by mgoodwin@mozilla.com at Wed, 16 Aug 2017 09:10:30 +0000
Bug 1390131 - Modify GenerateOCSPResponse.cpp to allow thisUpdate to be modified r=keeler
MozReview-Commit-ID: EL9E4UtZg17
714e9fc8d872621e3ed5329f7136552a4de90b71: Bug 1390071 - part 2: Snap, fix desktop file location r=mtabara
draft
Johan Lorenzo <jlorenzo@mozilla.com> - Wed, 16 Aug 2017 11:07:03 +0200 - rev 647425
Push
74396 by bmo:jlorenzo@mozilla.com at Wed, 16 Aug 2017 09:08:18 +0000
Bug 1390071 - part 2: Snap, fix desktop file location r=mtabara
MozReview-Commit-ID: 2hVBfrlK354