cc2588324cc944ea629356ae36585cf4ce63916c: Bug 1300144 - WIP / CONFLICTS LIKELY - add menu button to highlights items
draft
Andrzej Hunt <ahunt@mozilla.com> - Fri, 07 Oct 2016 18:18:26 +0200 - rev 422218
Push
31711 by ahunt@mozilla.com at Fri, 07 Oct 2016 16:45:46 +0000
Bug 1300144 - WIP / CONFLICTS LIKELY - add menu button to highlights items
This probably conflicts with the landing of
bug 1306609, this commit will
look completely different once I've rebased.
MozReview-Commit-ID: 4xw8yrkK4SC
98f27ddea5011fc1de9252c6260bde131da98385: Bug 1300144 - WIP: Implement Activity Stream "context" bottomsheet menu
draft
Andrzej Hunt <ahunt@mozilla.com> - Fri, 07 Oct 2016 18:16:55 +0200 - rev 422217
Push
31711 by ahunt@mozilla.com at Fri, 07 Oct 2016 16:45:46 +0000
Bug 1300144 - WIP: Implement Activity Stream "context" bottomsheet menu
MozReview-Commit-ID: ARvuWk7H99m
095d575a8c64ab988bf6ade21f2cb20c3ea0c50a: Bug 1300144 - Import Activity Stream (VectorDrawable) menu icons r?sebastian
draft
Andrzej Hunt <ahunt@mozilla.com> - Fri, 07 Oct 2016 16:01:26 +0200 - rev 422216
Push
31711 by ahunt@mozilla.com at Fri, 07 Oct 2016 16:45:46 +0000
Bug 1300144 - Import Activity Stream (VectorDrawable) menu icons r?sebastian
MozReview-Commit-ID: 66TGmjHYkeD
d605e7880cd4d4b99530cd3d6353df37821fcfba: Bug 1300144 - Pre: enable VectorDrawable support r?nalexander, sebastian
draft
Andrzej Hunt <ahunt@mozilla.com> - Fri, 07 Oct 2016 15:59:11 +0200 - rev 422215
Push
31711 by ahunt@mozilla.com at Fri, 07 Oct 2016 16:45:46 +0000
Bug 1300144 - Pre: enable VectorDrawable support r?nalexander, sebastian
This allows us the use of VectorDrawable's (which can be created by converting SVG files) in a
limited set of circumstances.
MozReview-Commit-ID: 4n4dXnZYn9W
594f467df3f34021a363510d945ea87d2a82ba24: Bug 1221565 Part 2: Make nsFlexContainerFrame map justify-content and align-content values of 'left' and 'right' to 'start' or 'end'. r=dholbert
draft
Brad Werth <bwerth@mozilla.com> - Fri, 07 Oct 2016 09:22:52 -0700 - rev 422214
Push
31710 by bwerth@mozilla.com at Fri, 07 Oct 2016 16:28:11 +0000
Bug 1221565 Part 2: Make nsFlexContainerFrame map justify-content and align-content values of 'left' and 'right' to 'start' or 'end'. r=dholbert
MozReview-Commit-ID: 8sZyFwIlpr4
15442115cb3b74b4b57a2d8e2af038dcd750d9b4: Bug 1303008 - refactor Fennec Finder.jsm integration to always show the correct match count results in the findbar. r?nalexander
draft
Mike de Boer <mdeboer@mozilla.com> - Fri, 07 Oct 2016 18:23:05 +0200 - rev 422213
Push
31709 by mdeboer@mozilla.com at Fri, 07 Oct 2016 16:23:39 +0000
Bug 1303008 - refactor Fennec Finder.jsm integration to always show the correct match count results in the findbar. r?nalexander
MozReview-Commit-ID: 8zTAedLSFlx
1d355123ef4835c82f5ee5d456b8ce26c26a9e13: bug 1295937 - build NSS using gyp files. r?glandium
draft
Ted Mielczarek <ted@mielczarek.org> - Wed, 17 Aug 2016 06:58:28 -0400 - rev 422212
Push
31708 by bmo:ted@mielczarek.org at Fri, 07 Oct 2016 16:02:55 +0000
bug 1295937 - build NSS using gyp files. r?glandium
MozReview-Commit-ID: Gm1PLWSJwbD
64aae4259b306c48088fbd446a38f988f6343195: bug 1295937 - sync to NSS with gyp file support
draft
Ted Mielczarek <ted@mielczarek.org> - Fri, 07 Oct 2016 12:00:53 -0400 - rev 422211
Push
31708 by bmo:ted@mielczarek.org at Fri, 07 Oct 2016 16:02:55 +0000
bug 1295937 - sync to NSS with gyp file support
MozReview-Commit-ID: G5uUtQ1Eil2
4f7073ee8125af43d1ae61333e28db6c2ca4bafd: bug 1295937 - Improvements to gyp_reader to handle NSS gyp files. r?glandium
draft
Ted Mielczarek <ted@mielczarek.org> - Thu, 06 Oct 2016 16:27:52 -0400 - rev 422210
Push
31708 by bmo:ted@mielczarek.org at Fri, 07 Oct 2016 16:02:55 +0000
bug 1295937 - Improvements to gyp_reader to handle NSS gyp files. r?glandium
This patch contains a number of changes to the gyp_reader code:
* Add three new flags to GYP_DIRS:
** no_chromium, to skip forcing the includes/etc needed for chromium gyp files
** no_unified, to force building all sources without unification
** action_overrides, to pass scripts used when mapping gyp actions to moz.build GENERATED_FILES
* Handle the flags mentioned above in read_from_gyp
* Handle actions in gyp targets by mapping them to GENERATED_FILES, using scripts specified in the action_overrides flag. We don't try to handle the generic action case, we require special-casing for each action.
* Handle a subset of copies in gyp targets by mapping them to EXPORTS, just enough to handle the use of them for NSS exports.
* Handle shared_library gyp targets
* Handle gyp target dependencies/libraries as USE_LIBS/OS_LIBS
* Handle generated source files
* Handle .def files in sources by mapping them to SYMBOLS_FILE
* Special-case some include_dirs:
** Map `<(PRODUCT_DIR)/dist/` to $DIST/include (to handle include paths for NSS exports)
** Map include_dirs starting with topobjdir to objdir-relative paths, to handle passing the NSPR include path to NSS
* split /build/gyp.mozbuild into two parts, with gyp_base.mozbuild containing generic bits, and gyp.mozbuild containing chromium-specific bits
TODO: handle executable gyp targets
MozReview-Commit-ID: FbDmlqDjRp4
34fe1a926bd9ef8f48ac8b1a069196b56a0d82ea: bug 1305958 - Allow custom GENERATED_FILES in SYMBOLS_FILE. r=glandium
draft
Ted Mielczarek <ted@mielczarek.org> - Fri, 02 Sep 2016 15:34:09 -0400 - rev 422209
Push
31708 by bmo:ted@mielczarek.org at Fri, 07 Oct 2016 16:02:55 +0000
bug 1305958 - Allow custom GENERATED_FILES in SYMBOLS_FILE. r=glandium
This patch allows specifying an objdir path in `SYMBOLS_FILE`, with the
requirement that the file is also listed in `GENERATED_FILES`. This is used
for handling NSS' .def files with their special processing.
I added tests for the existing `SYMBOLS_FILE` case as well as the new case
and a test for the error if the file is not listed in `GENERATED_FILES`.
MozReview-Commit-ID: 3cVbKplltfb
c750a771fb39813721f253173ef1e4b4deb6acbb: bug 1305506 - Remove some cruft from a webrtc gyp file. r=jesup
draft
Ted Mielczarek <ted@mielczarek.org> - Tue, 16 Aug 2016 10:09:03 -0400 - rev 422208
Push
31708 by bmo:ted@mielczarek.org at Fri, 07 Oct 2016 16:02:55 +0000
bug 1305506 - Remove some cruft from a webrtc gyp file. r=jesup
Things seem to build OK without this, and it's breaking some new code I added in gyp_reader.
MozReview-Commit-ID: 6ccaXZ0mRTj
acd4298de4f6bcc6a2e7861948611a20af76a451: Bug 1307408 - part1: fix layout issues for small widths in inspector sidebar;r=Honza
draft
Julian Descottes <jdescottes@mozilla.com> - Tue, 04 Oct 2016 14:02:22 +0200 - rev 422207
Push
31707 by jdescottes@mozilla.com at Fri, 07 Oct 2016 14:46:45 +0000
Bug 1307408 - part1: fix layout issues for small widths in inspector sidebar;r=Honza
MozReview-Commit-ID: 7bF5gsyxXfp
9b7da84a3784b446b8e13f8978b7f026dd5fdb88: local root commit
draft
Julian Descottes <jdescottes@mozilla.com> - Wed, 27 Apr 2016 11:32:25 +0200 - rev 422206
Push
31707 by jdescottes@mozilla.com at Fri, 07 Oct 2016 14:46:45 +0000
local root commit
MozReview-Commit-ID: 76fENw0zetV
c94c7420fb0054d25e2c453ffdd8677fe1589bdd: Bug 1258127 - Update the bookmarks engine to pull changes from Places. f?markh
draft
Kit Cambridge <kcambridge@mozilla.com> - Thu, 22 Sep 2016 11:52:54 -0700 - rev 422205
Push
31706 by bmo:kcambridge@mozilla.com at Fri, 07 Oct 2016 14:43:46 +0000
Bug 1258127 - Update the bookmarks engine to pull changes from Places. f?markh
MozReview-Commit-ID: 4YESuxP2rRf
2c2b72762366328ab14dab9d0fd3c089b54c4252: Bug 1258127 - Add `PlacesSyncUtils` methods for pulling bookmark changes from Places. f?mak,markh
draft
Kit Cambridge <kcambridge@mozilla.com> - Fri, 23 Sep 2016 14:54:35 -0700 - rev 422204
Push
31706 by bmo:kcambridge@mozilla.com at Fri, 07 Oct 2016 14:43:46 +0000
Bug 1258127 - Add `PlacesSyncUtils` methods for pulling bookmark changes from Places. f?mak,markh
MozReview-Commit-ID: JsCRwnmgw09
ab236eed62b28123ea6319649243cfb7a0d23b2c: Bug 1258127 - Update `nsNavBookmarksService` (C++) to track sync changes. f?mak
draft
Kit Cambridge <kit@yakshaving.ninja> - Fri, 23 Sep 2016 15:38:35 -0700 - rev 422203
Push
31706 by bmo:kcambridge@mozilla.com at Fri, 07 Oct 2016 14:43:46 +0000
Bug 1258127 - Update `nsNavBookmarksService` (C++) to track sync changes. f?mak
MozReview-Commit-ID: AV6Uyr2eMtA
f9ac22475abfd4e559ffba95265818c88440e861: Bug 1258127 - Update `Bookmarks.jsm` (JS) to track sync changes. f?mak
draft
Kit Cambridge <kit@yakshaving.ninja> - Fri, 23 Sep 2016 15:51:58 -0700 - rev 422202
Push
31706 by bmo:kcambridge@mozilla.com at Fri, 07 Oct 2016 14:43:46 +0000
Bug 1258127 - Update `Bookmarks.jsm` (JS) to track sync changes. f?mak
MozReview-Commit-ID: ItXlDKIUyYs
bf0b79b30c2a84e189a2e0112104c4f73ed4e6da: Bug 1258127 - Update the Places schema to track bookmark sync changes. f?mak
draft
Kit Cambridge <kcambridge@mozilla.com> - Thu, 22 Sep 2016 10:10:10 -0700 - rev 422201
Push
31706 by bmo:kcambridge@mozilla.com at Fri, 07 Oct 2016 14:43:46 +0000
Bug 1258127 - Update the Places schema to track bookmark sync changes. f?mak
MozReview-Commit-ID: K27JzgU4KnB
019fc8d5b2c917169f3daddc2f5bf6f715289cb9: Bug 1295521 - Add a `toSyncBookmark` method and clean up `BookmarksStore`. r?markh
draft
Kit Cambridge <kcambridge@mozilla.com> - Tue, 20 Sep 2016 01:52:58 -0700 - rev 422200
Push
31706 by bmo:kcambridge@mozilla.com at Fri, 07 Oct 2016 14:43:46 +0000
Bug 1295521 - Add a `toSyncBookmark` method and clean up `BookmarksStore`. r?markh
MozReview-Commit-ID: 3h2qnOtNPN9
9c64ab9ea20bd7d6069c3bdbb20901284e3290bd: Bug 1295521 - Remove `BookmarkSpecialIds` from Sync. r?markh,tcsc
draft
Kit Cambridge <kcambridge@mozilla.com> - Fri, 16 Sep 2016 14:08:10 -0700 - rev 422199
Push
31706 by bmo:kcambridge@mozilla.com at Fri, 07 Oct 2016 14:43:46 +0000
Bug 1295521 - Remove `BookmarkSpecialIds` from Sync. r?markh,tcsc
MozReview-Commit-ID: IUVOu0jFXRv