fed4a2ecea15714bd04b4f65144a50550415e1a4: Bug 1468754 Part 6: Add a test that the ChangesActor exists and has the expected methods.
draft
Brad Werth <bwerth@mozilla.com> - Wed, 20 Jun 2018 15:43:44 -0700 - rev 826142
Push
118245 by bwerth@mozilla.com at Fri, 03 Aug 2018 00:03:09 +0000
Bug 1468754 Part 6: Add a test that the ChangesActor exists and has the expected methods.
MozReview-Commit-ID: 9uqR9PzvHZ4
f032a2fc2b0237383a950635a4723b47bbad1254: Bug 1468754 Part 5: Make some server methods async and track changes made in NodeActor.modifyProperties.
draft
Brad Werth <bwerth@mozilla.com> - Fri, 20 Jul 2018 15:53:33 -0700 - rev 826141
Push
118245 by bwerth@mozilla.com at Fri, 03 Aug 2018 00:03:09 +0000
Bug 1468754 Part 5: Make some server methods async and track changes made in NodeActor.modifyProperties.
MozReview-Commit-ID: 4oXfVRKz8u3
caf0102c0b4d9452a5d102d382e2a98146bcdb6a: Bug 1468754 Part 4: Make WalkerActor track the InspectorActor it belongs to.
draft
Brad Werth <bwerth@mozilla.com> - Fri, 20 Jul 2018 14:59:39 -0700 - rev 826140
Push
118245 by bwerth@mozilla.com at Fri, 03 Aug 2018 00:03:09 +0000
Bug 1468754 Part 4: Make WalkerActor track the InspectorActor it belongs to.
MozReview-Commit-ID: 9PjZpm1CLdq
5623c0182a5e5142d51dede4ee1b1e27d9881d91: Bug 1468754 Part 3: Make the StyleRuleActor.setRuleText notify the ChangesActor.
draft
Brad Werth <bwerth@mozilla.com> - Wed, 18 Jul 2018 15:14:15 -0700 - rev 826139
Push
118245 by bwerth@mozilla.com at Fri, 03 Aug 2018 00:03:09 +0000
Bug 1468754 Part 3: Make the StyleRuleActor.setRuleText notify the ChangesActor.
MozReview-Commit-ID: 2ZfCArXts6W
20df5c7ae981254f1a424d5953db29c521e28927: Bug 1468754 Part 2: Make the ChangesActor be managed by the InspectorActor.
draft
Brad Werth <bwerth@mozilla.com> - Tue, 19 Jun 2018 16:21:35 -0700 - rev 826138
Push
118245 by bwerth@mozilla.com at Fri, 03 Aug 2018 00:03:09 +0000
Bug 1468754 Part 2: Make the ChangesActor be managed by the InspectorActor.
MozReview-Commit-ID: D71oBN8MSgU
5f698b0fc78d58db1cbff446b0b2a718cbf4188a: Bug 1468754 Part 1: Add a ChangesActor to devtools.
draft
Brad Werth <bwerth@mozilla.com> - Wed, 20 Jun 2018 11:30:35 -0700 - rev 826137
Push
118245 by bwerth@mozilla.com at Fri, 03 Aug 2018 00:03:09 +0000
Bug 1468754 Part 1: Add a ChangesActor to devtools.
MozReview-Commit-ID: 1Y8esljnLk9
25f9a2a123423dee5cb9bed193fbd2cd101d6314: Unified patch of Bug 1478448
draft
Razvan Caliman <rcaliman@mozilla.com> - Wed, 25 Jul 2018 20:11:55 +0200 - rev 826136
Push
118245 by bwerth@mozilla.com at Fri, 03 Aug 2018 00:03:09 +0000
Unified patch of
Bug 1478448
ba2db23368130767843eb2fab012ef87b946452b: Bug 1480323 - Reorder methods in Hash{Set,Map}. r=luke
draft
Nicholas Nethercote <nnethercote@mozilla.com> - Fri, 03 Aug 2018 09:59:53 +1000 - rev 826135
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1480323 - Reorder methods in Hash{Set,Map}. r=luke
And add comments delimiting different operation groups. Together these changes
make Hash{Set,Map} much easier to navigate.
MozReview-Commit-ID: 9DrgHNhR9wg
5b878f64a697a9e95ee56257aa293d31fa5838de: Bug 1478885 - Improve docs for mozilla::Hash{Set,Map}. r=luke
Nicholas Nethercote <nnethercote@mozilla.com> - Fri, 03 Aug 2018 06:33:21 +1000 - rev 826134
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1478885 - Improve docs for mozilla::Hash{Set,Map}. r=luke
This patch does the following:
- Adds a bunch of useful high-level info at the top of the file, making the
types easier to use for newcomers.
- Adds a comment to every Hash{Set,Map} method that lacked one.
- Tweaks lots of existing comments for clarity.
- Removes comments in Hash{Set,Map} referring to details within HashTable. That
dependence is now covered in the top-level comment.
- Tweaks the signatures in hash policy classes to be more consistent.
055397065a0bc8616ec1cfa72fa44af3555a5cb6: Merge mozilla-central to inbound. a=merge CLOSED TREE
Narcis Beleuzu <nbeleuzu@mozilla.com> - Fri, 03 Aug 2018 01:35:43 +0300 - rev 826133
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Merge mozilla-central to inbound. a=merge CLOSED TREE
b1c100e2b29a8e671678eb537ba69badc249c2fe: Merge inbound to mozilla-central. a=merge
Narcis Beleuzu <nbeleuzu@mozilla.com> - Fri, 03 Aug 2018 01:28:14 +0300 - rev 826132
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Merge inbound to mozilla-central. a=merge
3bb7c3956a86a97eeff75a4b9b32a0655dd11b30: Bug 1480460 - [2.1] Add onProgressChange test. r=jchen
Eugen Sawin <esawin@mozilla.com> - Thu, 02 Aug 2018 19:55:11 +0200 - rev 826131
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1480460 - [2.1] Add onProgressChange test. r=jchen
5b2782e08308e1ceb1a699abb837c2b2cb14ae56: Bug 1480460 - [1.1] Add basic progress bar to the example app. r=snorp
Eugen Sawin <esawin@mozilla.com> - Thu, 02 Aug 2018 15:55:36 +0200 - rev 826130
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1480460 - [1.1] Add basic progress bar to the example app. r=snorp
994e5a4714a25b3ab1b4bc36ec5ef11d8d228e54: Bug 1480020: Change js::jit::Relocation into an enum class. r=tcampbell
André Bargull <andre.bargull@gmail.com> - Thu, 02 Aug 2018 08:02:40 -0700 - rev 826129
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1480020: Change js::jit::Relocation into an enum class. r=tcampbell
b7893e7f4bb5caef0174aaf54796c7027104f306: Bug 1463547 - Hide the edit link in the pickers when no options are selected. r=MattN
prathiksha <prathikshaprasadsuman@gmail.com> - Thu, 02 Aug 2018 17:21:44 -0400 - rev 826128
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1463547 - Hide the edit link in the pickers when no options are selected. r=MattN
MozReview-Commit-ID: DcTcmV2v6N1
a6b2aa1c965714910e4085004219af20d393436c: Bug 1480077: Avoid signed integer overflow in Atomics.store and when printing assembler code. r=lth
André Bargull <andre.bargull@gmail.com> - Thu, 02 Aug 2018 08:03:06 -0700 - rev 826127
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1480077: Avoid signed integer overflow in Atomics.store and when printing assembler code. r=lth
7bfbfba4b30c0940062fd7d321737c6eca760f25: Bug 1480527. Remove QueryInterface from the JS reflection of boxobjects. r=mccr8
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 02 Aug 2018 15:26:48 -0400 - rev 826126
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1480527. Remove QueryInterface from the JS reflection of boxobjects. r=mccr8
b5b69cf20e9625bcdb85f02409f84aabffda41a6: Bug 1476142 part 4. Remove some unnecessary QIs on window in various parts of the tree. r=kmag
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 02 Aug 2018 15:26:48 -0400 - rev 826125
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1476142 part 4. Remove some unnecessary QIs on window in various parts of the tree. r=kmag
The crashtest was not testing anything useful, because getInterface is no longer exposed to web content.
95a8a26a5a8600413f2390d476ec3fa13634c79b: Bug 1476142 part 3. Remove some unnecessary QIs in mobile. r=snorp
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 02 Aug 2018 15:26:48 -0400 - rev 826124
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1476142 part 3. Remove some unnecessary QIs in mobile. r=snorp
9b9e736a24d33d8782535a0c913e5aa4ef78f6f5: Bug 1476142 part 2. Remove some unnecessary QIs in browser. r=gijs
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 02 Aug 2018 15:26:47 -0400 - rev 826123
Push
118244 by nnethercote@mozilla.com at Fri, 03 Aug 2018 00:00:34 +0000
Bug 1476142 part 2. Remove some unnecessary QIs in browser. r=gijs