c67adedb84af5966ef658307f34caf82b2f12050: Bug 1335905 - Add Search Results page, Fixed text node search bugs
draft
manotejmeka <manotejmeka@gmail.com> - Mon, 20 Feb 2017 15:22:10 -0500 - rev 487107
Push
46138 by bmo:manotejmeka@gmail.com at Mon, 20 Feb 2017 20:22:48 +0000
Bug 1335905 - Add Search Results page, Fixed text node search bugs
MozReview-Commit-ID: Dkqsy0eL0lt
7fc68ef0a22d89304e68c536a7053a5f82e9d832: Bug 1340115 - Cap the amount of history we import from Chrome. r?gijs
draft
Dão Gottwald <dao@mozilla.com> - Mon, 20 Feb 2017 21:17:44 +0100 - rev 487106
Push
46137 by dgottwald@mozilla.com at Mon, 20 Feb 2017 20:18:51 +0000
Bug 1340115 - Cap the amount of history we import from Chrome. r?gijs
MozReview-Commit-ID: Cj0I02O27PD
d8b1a5d5477d02d9169f37547f42b173d8b88587: Bug 1341108 - Work around libcubeb backends without multi-channel support. r?jya
draft
Jan Beich <jbeich@FreeBSD.org> - Mon, 20 Feb 2017 20:00:50 +0000 - rev 487105
Push
46136 by bmo:jbeich@FreeBSD.org at Mon, 20 Feb 2017 20:05:15 +0000
Bug 1341108 - Work around libcubeb backends without multi-channel support. r?jya
MozReview-Commit-ID: H5ROBTMVkkE
172ce3911f3289b2727f9219960ccf6c6843a1f7: Bug 1218144 - also select image in Page Info window when opened from View Image page. r?florian
draft
Sebastian Hengst <archaeopteryx@coole-files.de> - Mon, 20 Feb 2017 20:53:40 +0100 - rev 487104
Push
46135 by archaeopteryx@coole-files.de at Mon, 20 Feb 2017 20:03:16 +0000
Bug 1218144 - also select image in Page Info window when opened from View Image page. r?florian
MozReview-Commit-ID: DvUVEHBboQ4
e8b8561e66870735c64da11738a67bca47222222: Bug 1337955 - Update builders to rust 1.16.0-beta.2.
draft
Ralph Giles <giles@mozilla.com> - Mon, 20 Feb 2017 11:43:52 -0800 - rev 487103
Push
46134 by bmo:giles@thaumas.net at Mon, 20 Feb 2017 19:45:30 +0000
Bug 1337955 - Update builders to rust 1.16.0-beta.2.
Repack of upstream builds for testing.
MozReview-Commit-ID: 5ba3lIqJwCb
91b8c0112353799ce59add072cddbd35fc1a07b3: Bug 1341097 - part 4: misc. small optimizations, r?mak
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Mon, 20 Feb 2017 16:06:27 +0000 - rev 487102
Push
46133 by bmo:gijskruitbosch+bugs@gmail.com at Mon, 20 Feb 2017 18:49:36 +0000
Bug 1341097 - part 4: misc. small optimizations, r?mak
The MigrationUtils change is because 99% of the time we will only have
1 visit per URI, and so we spend silly amounts of time doing nothing.
Time spent in composing our undo structure went from ~800ms to ~550ms
with this change.
The other change just seemed obvious - when visits aren't recent,
we shouldn't add them to 'recently visited' lists, which seem to use
'time this function was called' as the time associated with an entry,
which is incorrect.
MozReview-Commit-ID: 2I0D5ApOCI7
c9ee653ffe5e6bf20527349aa0393ccecece4b43: Bug 1341097 - part 3: don't dispatch oodles of titlechanged notifications for new history entries, r?mak
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Mon, 20 Feb 2017 18:47:56 +0000 - rev 487101
Push
46133 by bmo:gijskruitbosch+bugs@gmail.com at Mon, 20 Feb 2017 18:49:36 +0000
Bug 1341097 - part 3: don't dispatch oodles of titlechanged notifications for new history entries, r?mak
MozReview-Commit-ID: 7jHOcCQ5ZBb
cc857c6d96d8827de88ad0d1f1f92274779b90d0: Bug 1341097 - part 2: allow turning off notifications for individual inserted results when calling updatePlaces, r?mak
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Thu, 16 Feb 2017 13:45:44 +0000 - rev 487100
Push
46133 by bmo:gijskruitbosch+bugs@gmail.com at Mon, 20 Feb 2017 18:49:36 +0000
Bug 1341097 - part 2: allow turning off notifications for individual inserted results when calling updatePlaces, r?mak
This sets a property on the callback object rather than passing an argument
to handleCompletion, to avoid accidentally breaking consumers who don't
expect arguments. The downside is that this required more changes to C++
consumers, but we control all of those so that seemed an acceptable
trade-off.
We should probably actually report errors for all the migrators, but I didn't
want to add risk (what if in some edge-case there are lots?) so I didn't. I'll
file a followup to update them to Cu.reportError() any errors.
MozReview-Commit-ID: Hue9Ci3hyVz
61c49953604ce09032b1b90ddd1ab94b0e716a52: Bug 1341097 - part 1: group frecency notifications from history notifications, r?mak
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Wed, 15 Feb 2017 16:15:29 +0000 - rev 487099
Push
46133 by bmo:gijskruitbosch+bugs@gmail.com at Mon, 20 Feb 2017 18:49:36 +0000
Bug 1341097 - part 1: group frecency notifications from history notifications, r?mak
When updating a large number of places, sending runnables to the main thread
for every single one of them whose frecency we update is not conducive to a
responsive UI. This only gets worse once more observers care about these
notifications (e.g. when the library is open).
To avoid this on startup when importing from other browsers, this patch adds
and uses an option to group the frecency notifications. Later patches will
also use the option to avoid other notifications where possible.
MozReview-Commit-ID: D5KqPDu86bo
6347bf52e269a5898bac32496202148fe6bc9f80: Turn on automigration
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Tue, 14 Feb 2017 13:51:12 +0000 - rev 487098
Push
46133 by bmo:gijskruitbosch+bugs@gmail.com at Mon, 20 Feb 2017 18:49:36 +0000
Turn on automigration
MozReview-Commit-ID: JjqQg2y4HuR
b9fe3a504ea2db9bb4489c7c171e75302406fb99: Bug 1339578 - Remove min active layer size for css animations; r?mattwoodrow
draft
Jamie Nicol <jnicol@mozilla.com> - Thu, 09 Feb 2017 18:00:32 +0000 - rev 487097
Push
46132 by bmo:jnicol@mozilla.com at Mon, 20 Feb 2017 18:34:46 +0000
Bug 1339578 - Remove min active layer size for css animations; r?mattwoodrow
Even for very small layers we want to avoid doing work on the main
thread.
At the same time, however, increase the minimum active layer size for
animations which come from restyles. These involve the main thread
anyway, so there is less to be gained from using an active
layer. Since switching items between active and inactive can have
large knock-on effects, we want to make sure it really is worth making
the layer active.
MozReview-Commit-ID: 8N6xlVW4Dp3
85ad69a739c167d91bcb1a45c268f8b310926760: Bug 1339066 - Don't add a private tab opened while viewing the normal-mode tab strip. r?sebastian
draft
Tom Klein <twointofive@gmail.com> - Thu, 16 Feb 2017 07:25:54 -0600 - rev 487096
Push
46131 by bmo:twointofive@gmail.com at Mon, 20 Feb 2017 18:30:34 +0000
Bug 1339066 - Don't add a private tab opened while viewing the normal-mode tab strip. r?sebastian
MozReview-Commit-ID: AZEZq4boaJW
301e808d2ed6fdd9e13f9cf9c3ebd0bbd9cc8cae: Bug 1340491 - ProfileAge shouldn't spam stdout/stderr by default, r?MattN
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Mon, 20 Feb 2017 18:07:32 +0000 - rev 487095
Push
46130 by gijskruitbosch@gmail.com at Mon, 20 Feb 2017 18:08:11 +0000
Bug 1340491 - ProfileAge shouldn't spam stdout/stderr by default, r?MattN
MozReview-Commit-ID: CysAlG1hMXL
92add5fad043d3f724dff94c37128ea328b023c7: Bug 1341081 - put final URL to comment field of autofill entry, r?gijs
draft
Svetlana Orlik <sveta.orlik.code@gmail.com> - Mon, 20 Feb 2017 20:52:18 +0300 - rev 487094
Push
46129 by bmo:sveta.orlik.code@gmail.com at Mon, 20 Feb 2017 18:04:39 +0000
Bug 1341081 - put final URL to comment field of autofill entry, r?gijs
MozReview-Commit-ID: CqqAizy0FOS
07d57969be32e57b23134c7be5a08698222d2fca: Bug 1341089 - devtools.network.onNavigated should be fired when the target page has been navigated.
draft
Luca Greco <lgreco@mozilla.com> - Mon, 20 Feb 2017 18:47:37 +0100 - rev 487093
Push
46128 by luca.greco@alcacoop.it at Mon, 20 Feb 2017 18:00:01 +0000
Bug 1341089 - devtools.network.onNavigated should be fired when the target page has been navigated.
MozReview-Commit-ID: I8HHraSZFGq
8eebc1f80115ab19f2bd06bb6f959945b032656b: Bug 1340671 - [webext] Fix race in getDevToolsTargetForContext utility method. r?kmag
draft
Luca Greco <lgreco@mozilla.com> - Fri, 17 Feb 2017 21:50:49 +0100 - rev 487092
Push
46128 by luca.greco@alcacoop.it at Mon, 20 Feb 2017 18:00:01 +0000
Bug 1340671 - [webext] Fix race in getDevToolsTargetForContext utility method. r?kmag
MozReview-Commit-ID: 82r45FeljAV
15cd742545d0ddef12c6760cd3db0c7f6c91ac2b: Bug 1341081 - put final URL to comment field of autofill entry, r?gijs
draft
Svetlana Orlik <sveta.orlik.code@gmail.com> - Mon, 20 Feb 2017 20:52:18 +0300 - rev 487091
Push
46127 by bmo:sveta.orlik.code@gmail.com at Mon, 20 Feb 2017 17:53:37 +0000
Bug 1341081 - put final URL to comment field of autofill entry, r?gijs
MozReview-Commit-ID: CqqAizy0FOS
fdfe6c2812f7fbf31aa3acc74b9ed1e3e4fe3fec: Bug 1340486 - Remove duplication of code at nsHttpNegotiate/NTLMAuth::TestPref and MatchesBaseURI r=honzab
draft
Valentin Gosu <valentin.gosu@gmail.com> - Mon, 20 Feb 2017 17:43:02 +0100 - rev 487090
Push
46126 by valentin.gosu@gmail.com at Mon, 20 Feb 2017 16:45:38 +0000
Bug 1340486 - Remove duplication of code at nsHttpNegotiate/NTLMAuth::TestPref and MatchesBaseURI r=honzab
MozReview-Commit-ID: L8oS7TFnHJm
4287874d8683deb5a326b579f5392f65d9a5af1a: Bug 1338735 - remove all container cookies when container feature gets disabled. r?Gijs
draft
Sebastian Hengst <archaeopteryx@coole-files.de> - Mon, 20 Feb 2017 16:02:15 +0100 - rev 487089
Push
46125 by archaeopteryx@coole-files.de at Mon, 20 Feb 2017 16:38:45 +0000
Bug 1338735 - remove all container cookies when container feature gets disabled. r?Gijs
MozReview-Commit-ID: KRlUZPxyG39
3fa8935bdc675d8d6af18829b94445e0ddac6785: Bug 1336335 - fix intermittent failure in browser_invalid_uri_back_forward_manipulation.js by using proper util to wait for an error page load, r?johannh
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Mon, 20 Feb 2017 16:33:32 +0000 - rev 487088
Push
46124 by gijskruitbosch@gmail.com at Mon, 20 Feb 2017 16:33:55 +0000
Bug 1336335 - fix intermittent failure in browser_invalid_uri_back_forward_manipulation.js by using proper util to wait for an error page load, r?johannh
MozReview-Commit-ID: AYfyAmEGyOx