129e385252093fd9fa06667c863c77ca2148dee8: Bug 1228841 - Part 1: Remove conditional catch consumers in js/. r=evilpie
Tooru Fujisawa <arai_a@mac.com> - Tue, 05 Dec 2017 09:42:39 +0900 - rev 708625
Push
92403 by VYV03354@nifty.ne.jp at Wed, 06 Dec 2017 22:18:41 +0000
Bug 1228841 - Part 1: Remove conditional catch consumers in js/. r=evilpie
e441cdecaa27e4ed7638f1b12fc376e6fab4d1b6: Bug 1228841 - Part 0: Remove remaining conditional catch consumers in dom/. r=billm
Tooru Fujisawa <arai_a@mac.com> - Tue, 05 Dec 2017 09:42:37 +0900 - rev 708624
Push
92403 by VYV03354@nifty.ne.jp at Wed, 06 Dec 2017 22:18:41 +0000
Bug 1228841 - Part 0: Remove remaining conditional catch consumers in dom/. r=billm
79862281b7a0c39c25bb17687076c65d5e263d02: Bug 1377007 - Tweak BoyerMoorePositionInfo::SetInterval to keep PGO builds happy;r?jandem
draft
David Teller <dteller@mozilla.com> - Wed, 06 Dec 2017 14:05:35 +0100 - rev 708623
Push
92402 by dteller@mozilla.com at Wed, 06 Dec 2017 22:10:45 +0000
Bug 1377007 - Tweak BoyerMoorePositionInfo::SetInterval to keep PGO builds happy;r?jandem
Attempting to build
Bug 137707 fails with Linux 64 PGO (and only with
Linux 64 PGO) with the following error:
INFO - /builds/worker/workspace/build/src/js/src/irregexp/RegExpEngine.cpp:2326:5: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
INFO - for (int i = interval.from(); i <= interval.to(); i++) {
INFO - ^^^
I suspect that this is actually a bug in PGO itself, rather than in
the code. However, replacing `<= interval.to()` with `!= interval.to()
+ 1` seems to do the trick.
MozReview-Commit-ID: IsayKhgkwWq
f7c3438c22a93aea64852f13450ab6add3c6669e: Bug 1377007 - AutoSpider now exposes the directory of js/src;r?jonco
draft
David Teller <dteller@mozilla.com> - Tue, 24 Oct 2017 12:38:31 +0200 - rev 708622
Push
92402 by dteller@mozilla.com at Wed, 06 Dec 2017 22:10:45 +0000
Bug 1377007 - AutoSpider now exposes the directory of js/src;r?jonco
MozReview-Commit-ID: 6hROX8YpnCn
e0ff6127a7b0fc6e98407a2da3e41e9f17863dfb: Bug 1377007 - Tests: Parsing ECMA2-level tests with binjs;r?jorendorff,arai
draft
David Teller <dteller@mozilla.com> - Tue, 19 Sep 2017 20:50:21 +0200 - rev 708621
Push
92402 by dteller@mozilla.com at Wed, 06 Dec 2017 22:10:45 +0000
Bug 1377007 - Tests: Parsing ECMA2-level tests with binjs;r?jorendorff,arai
MozReview-Commit-ID: 2DysquT2BdD
ef510a32098f1e7b0e7f105df7ebd1da8d1ecde3: Bug 1416465 - Expand pattern when track file is created rather than read. r?Build
draft
Masatoshi Kimura <VYV03354@nifty.ne.jp> - Sat, 02 Dec 2017 16:51:19 +0900 - rev 708620
Push
92401 by VYV03354@nifty.ne.jp at Wed, 06 Dec 2017 22:08:43 +0000
Bug 1416465 - Expand pattern when track file is created rather than read. r?Build
MozReview-Commit-ID: WISu4wThdw
67c9e9708303b3da9e7880f70cc04871366c1414: Bug 1417842 - Make Cu.readFile and Cu.readURI UTF-8 aware. r?kmag
draft
Masatoshi Kimura <VYV03354@nifty.ne.jp> - Thu, 30 Nov 2017 20:10:44 +0900 - rev 708619
Push
92401 by VYV03354@nifty.ne.jp at Wed, 06 Dec 2017 22:08:43 +0000
Bug 1417842 - Make Cu.readFile and Cu.readURI UTF-8 aware. r?kmag
MozReview-Commit-ID: NwQSoAFzjL
3e62be274c386ce6573db68cfa41877a0760e5a8: Bug 1420287 - Add extra horizontal padding on radios in the Page Info dialog on OSX to match pre-58 style;r=dao
draft
Brian Grinstead <bgrinstead@mozilla.com> - Tue, 28 Nov 2017 08:00:34 -0800 - rev 708618
Push
92400 by bgrinstead@mozilla.com at Wed, 06 Dec 2017 22:08:34 +0000
Bug 1420287 - Add extra horizontal padding on radios in the Page Info dialog on OSX to match pre-58 style;r=dao
MozReview-Commit-ID: 8HW3dQTiJ5S
ff828d0e36f7fa3048e64389dcd5efe9b3af72de: Bug 1423612 - Pass VisitData by reference r?froydnj
draft
Doug Thayer <dothayer@mozilla.com> - Wed, 06 Dec 2017 14:03:10 -0800 - rev 708617
Push
92399 by bmo:dothayer@mozilla.com at Wed, 06 Dec 2017 22:03:46 +0000
Bug 1423612 - Pass VisitData by reference r?froydnj
Fairly trivial. Prompted by a coverity report.
MozReview-Commit-ID: 8Yg5KsRc2E1
74d2f956b03f19cdd8b616741f5c4810f9e4f70a: Bug 664590 - Do not track file:/// visits. r?markh
draft
Edouard Oger <eoger@fastmail.com> - Wed, 06 Dec 2017 16:55:45 -0500 - rev 708616
Push
92398 by bmo:eoger@fastmail.com at Wed, 06 Dec 2017 21:59:32 +0000
Bug 664590 - Do not track file:/// visits. r?markh
MozReview-Commit-ID: 6oVDkJU7kai
99f46a927bd0de46f05708ca3bfb819181129b91: Bug 664590 - Do not track file:/// visits. r?markh
draft
Edouard Oger <eoger@fastmail.com> - Wed, 06 Dec 2017 16:55:45 -0500 - rev 708615
Push
92397 by bmo:eoger@fastmail.com at Wed, 06 Dec 2017 21:56:41 +0000
Bug 664590 - Do not track file:/// visits. r?markh
MozReview-Commit-ID: 6oVDkJU7kai
063d8f5f414e007daf08209851f0562c7b19411b: Bug 1409115 - Make ServiceWorkerJob::Callback subclasses have weak references to content.
draft
Andrew McCreight <continuation@gmail.com> - Tue, 05 Dec 2017 15:59:02 -0800 - rev 708614
Push
92396 by bmo:continuation@gmail.com at Wed, 06 Dec 2017 21:48:09 +0000
Bug 1409115 - Make ServiceWorkerJob::Callback subclasses have weak references to content.
ServiceWorkerJobs are held alive in queues via a per-process global
data structure. Under some unknown circumstance, these queues can get
stuck. Therefore, to avoid leaks we need to make these callbacks only
have weak references to content windows and promises.
MozReview-Commit-ID: GbmCY4ZIQWk
95cca47010f01df34f1d663d10817839b85c8a57: Bug 1414439 - Eliminate calls to nsIXPConnect::GetCID().
draft
Andrew McCreight <continuation@gmail.com> - Fri, 03 Nov 2017 15:00:59 -0700 - rev 708613
Push
92396 by bmo:continuation@gmail.com at Wed, 06 Dec 2017 21:48:09 +0000
Bug 1414439 - Eliminate calls to nsIXPConnect::GetCID().
I don't know why JSDebugger was getting a pointer to XPConnect. It was
unused even when initially landed. You have to pass in a global now,
so the JS engine must already be initialized.
MozReview-Commit-ID: Vcoe0x1vGl
2a208a7e6e3637144850a0bbc057c02132379362: Bug 1422432 - Remove PrintJSStack(). r=mrbkap
draft
Andrew McCreight <continuation@gmail.com> - Fri, 01 Dec 2017 16:16:11 -0800 - rev 708612
Push
92396 by bmo:continuation@gmail.com at Wed, 06 Dec 2017 21:48:09 +0000
Bug 1422432 - Remove PrintJSStack(). r=mrbkap
MozReview-Commit-ID: 8ObqjMxAzIR
9eeae3bfa150e2c62eac64bad312b697ca6d93c5: Bug 1422106 - Show broken heart when unverified in synced tabs sidebar/panel. r?markh
draft
Edouard Oger <eoger@fastmail.com> - Thu, 30 Nov 2017 16:01:40 -0500 - rev 708611
Push
92395 by bmo:eoger@fastmail.com at Wed, 06 Dec 2017 21:33:56 +0000
Bug 1422106 - Show broken heart when unverified in synced tabs sidebar/panel. r?markh
MozReview-Commit-ID: BDTdmcIOHmn
5140daeb6b09288d07a367e6521155655c74d6e1: Bug 1422106 - Show broken heart when unverified in synced tabs sidebar/panel. r?markh
draft
Edouard Oger <eoger@fastmail.com> - Thu, 30 Nov 2017 16:01:40 -0500 - rev 708610
Push
92394 by bmo:eoger@fastmail.com at Wed, 06 Dec 2017 21:31:54 +0000
Bug 1422106 - Show broken heart when unverified in synced tabs sidebar/panel. r?markh
MozReview-Commit-ID: BDTdmcIOHmn
e015aefab9dfedfeefeda639b694ea776683ea4e: Bug 1417708 - Remove unused wraparound attribute from numberbox;r=enndeakin+6102
draft
Brian Grinstead <bgrinstead@mozilla.com> - Fri, 17 Nov 2017 11:10:22 -0800 - rev 708609
Push
92393 by bgrinstead@mozilla.com at Wed, 06 Dec 2017 21:30:08 +0000
Bug 1417708 - Remove unused wraparound attribute from numberbox;r=enndeakin+6102
MozReview-Commit-ID: C6GqHtVF6lq
c41e4d838e8920b865cd62bb8de38e64b85b2d84: Bug 1420449: Add mach taskgraph -F/--fast r=ahal
draft
Chris AtLee <catlee@mozilla.com> - Thu, 30 Nov 2017 12:07:02 -0500 - rev 708608
Push
92392 by catlee@mozilla.com at Wed, 06 Dec 2017 21:29:57 +0000
Bug 1420449: Add mach taskgraph -F/--fast r=ahal
Initially this will skip toolchain task optimizations, which avoids hashing
local directory contents and speeds up taskgraph generation by about 25%.
MozReview-Commit-ID: B4LB5BV86nw
7cbb88c525ac15a9309523a217af5fe02668f7a7: No bug - Tagging a68df7643efe1fb593056591d4226ed818e04408 with FENNEC_58_0b10_BUILD3, FENNEC_58_0b10_RELEASE a=release CLOSED TREE
ffxbld <release@mozilla.com> - Thu, 30 Nov 2017 08:24:50 -0800 - rev 708607
Push
92392 by catlee@mozilla.com at Wed, 06 Dec 2017 21:29:57 +0000
No bug - Tagging a68df7643efe1fb593056591d4226ed818e04408 with FENNEC_58_0b10_BUILD3, FENNEC_58_0b10_RELEASE a=release CLOSED TREE
59f6dfe9e86883b07ebbe256bbf1f12ea274c88a: No bug - Tagging 0b8759b48197e64c902c8eef0d7857881f5c5cb9 with FENNEC_58_0b10_BUILD4, FENNEC_58_0b10_RELEASE a=release CLOSED TREE
ffxbld <release@mozilla.com> - Thu, 30 Nov 2017 08:16:31 -0800 - rev 708606
Push
92392 by catlee@mozilla.com at Wed, 06 Dec 2017 21:29:57 +0000
No bug - Tagging 0b8759b48197e64c902c8eef0d7857881f5c5cb9 with FENNEC_58_0b10_BUILD4, FENNEC_58_0b10_RELEASE a=release CLOSED TREE