f12f00916e160c60a1be62a77e722df494832ec9: Bug 1283599 - Repair DevTools file watcher. r=tromey
draft
J. Ryan Stinnett <jryans@gmail.com> - Thu, 30 Jun 2016 15:09:14 -0500 - rev 382888
Push
21867 by bmo:jryans@gmail.com at Thu, 30 Jun 2016 20:10:04 +0000
Bug 1283599 - Repair DevTools file watcher. r=tromey
MozReview-Commit-ID: IRLxJ4ZJ5ti
bc26841977b6d04a74ace7aa85aca317a3bf498b: Move libandroid_support includes to the end.
draft
Dan Albert <danalbert@google.com> - Thu, 30 Jun 2016 11:40:36 -0700 - rev 382887
Push
21866 by bmo:danalbert@google.com at Thu, 30 Jun 2016 19:48:04 +0000
Move libandroid_support includes to the end.
The order of these includes is important with the updated libc++ in
NDK r13. libc++ now includes a math.h that needs to be able to
include_next the same and find definitions for all the math
functions. libandroid_support also needs to include_next. The previous
include order resulted in the following resolution when math.h was
included:
1. libandroid_support's math.h
2. libc++'s math.h
3. libc's math.h.
We enter 2 at the top of 1, so when we continue processing 2 after
including 1, we haven't picked up all the definitions we need from 1
yet, and the build fails because we're missing a huge portion of the
math definitions.
Moving the -I later gets us the resolution order we need:
1. libc++'s math.h
2. libandroid_support's math.h
3. libc's math.h
abd5ba7bb3fd096f4a91bfd1011412716552febc: bug 1283595 - remove configure checks for rust supporting OS X 10.6. r?glandium
draft
Ted Mielczarek <ted@mielczarek.org> - Thu, 30 Jun 2016 15:46:06 -0400 - rev 382886
Push
21865 by tmielczarek@mozilla.com at Thu, 30 Jun 2016 19:47:53 +0000
bug 1283595 - remove configure checks for rust supporting OS X 10.6. r?glandium
MozReview-Commit-ID: EKUtm5EtYzd
7c3047542f0ebee5e67921d7c21c93220c8c574e: Bug 1219725 - Add a button for session restore to the tab bar. r=jaws, r=Gijs, ui-r=shorlander
draft
erica <ewright@mozilla.com> - Wed, 22 Jun 2016 12:58:26 -0400 - rev 382885
Push
21864 by bmo:ewright@mozilla.com at Thu, 30 Jun 2016 19:44:14 +0000
Bug 1219725 - Add a button for session restore to the tab bar. r=jaws, r=Gijs, ui-r=shorlander
MozReview-Commit-ID: F5fVFSzi6xc
04319d1ee01f534d13c3fa2b5eaaa0934e203cf0: Bug 1219725 - Add a button for session restore to the tab bar. r=jaws, r=Gijs, ui-r=shorlander
draft
erica <ewright@mozilla.com> - Wed, 22 Jun 2016 12:58:26 -0400 - rev 382884
Push
21863 by bmo:ewright@mozilla.com at Thu, 30 Jun 2016 19:41:14 +0000
Bug 1219725 - Add a button for session restore to the tab bar. r=jaws, r=Gijs, ui-r=shorlander
MozReview-Commit-ID: F5fVFSzi6xc
92b9585597e74624e327333fef8dc22f1f210a0a: Bug 1283438 - Set AUTOCLOBBER to empty for l10n r=glandium.
draft
Justin Wood <Callek@gmail.com> - Thu, 30 Jun 2016 15:25:55 -0400 - rev 382883
Push
21862 by Callek@gmail.com at Thu, 30 Jun 2016 19:32:22 +0000
Bug 1283438 - Set AUTOCLOBBER to empty for l10n r=glandium.
Needed because buildbot clones/checks out from the repo head (of default)
and then updates to the rev for the nightly we're pulling, which can cause
CLOBBER file changes to initiate an unwanted clobber of the object directory
where we just pulled the nightly binary from. Even when CLOBBER hasn't actually
been touched in the changeset range we're looking at between nightlies.
MozReview-Commit-ID: 154d2iZeHgd
a89433b1ea22fef18737170654d3ba585bc28bc5: Bug 1250782 - Add FxA registration details to the debug_dump command. r?nalexander
draft
Edouard Oger <eoger@fastmail.com> - Thu, 30 Jun 2016 12:31:45 -0700 - rev 382882
Push
21861 by bmo:edouard.oger@gmail.com at Thu, 30 Jun 2016 19:32:16 +0000
Bug 1250782 - Add FxA registration details to the debug_dump command. r?nalexander
MozReview-Commit-ID: COoizpkNHaT
d41ee1432ba459c99df71c71af099d4ffb244728: Bug 1283582 - Stop displaying the context menu in Fennec if web content did a preventDefault on the event. r?margaret
draft
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 30 Jun 2016 15:04:08 -0400 - rev 382881
Push
21860 by kgupta@mozilla.com at Thu, 30 Jun 2016 19:04:35 +0000
Bug 1283582 - Stop displaying the context menu in Fennec if web content did a preventDefault on the event. r?margaret
MozReview-Commit-ID: 88PMQt2IiNs
83ff023f5596ea9f0575ed06374ff96c53eb93e9: Bug 1283583 - Clean up code style in devtools/server/main.js. r=ochameau
draft
J. Ryan Stinnett <jryans@gmail.com> - Tue, 28 Jun 2016 19:42:30 -0500 - rev 382880
Push
21859 by bmo:jryans@gmail.com at Thu, 30 Jun 2016 19:01:17 +0000
Bug 1283583 - Clean up code style in devtools/server/main.js. r=ochameau
MozReview-Commit-ID: 48Jr1Si8oUh
e8ed84df8566a763bbc16f85e6338d5766646850: Bug 1283583 - Clean up code style in devtools/server/child.js. r=ochameau
draft
J. Ryan Stinnett <jryans@gmail.com> - Tue, 28 Jun 2016 17:57:24 -0500 - rev 382879
Push
21859 by bmo:jryans@gmail.com at Thu, 30 Jun 2016 19:01:17 +0000
Bug 1283583 - Clean up code style in devtools/server/child.js. r=ochameau
MozReview-Commit-ID: GoHv6jvX6M1
afffeeb5715e15027515e1a12bf0f9ccbc870a01: Bug 1219725 - Add a button for session restore to the tab bar. r=jaws, r=Gijs, ui-r=shorlander
draft
erica <ewright@mozilla.com> - Wed, 22 Jun 2016 12:58:26 -0400 - rev 382878
Push
21858 by bmo:ewright@mozilla.com at Thu, 30 Jun 2016 18:44:06 +0000
Bug 1219725 - Add a button for session restore to the tab bar. r=jaws, r=Gijs, ui-r=shorlander
MozReview-Commit-ID: F5fVFSzi6xc
3dbc26d274571075987e4b72f21524e670e7ae33: Bug 1256339 - Fix up handling for touch-derived contextmenu events on desktop. r?jimm,mconley
draft
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 30 Jun 2016 14:41:48 -0400 - rev 382877
Push
21857 by kgupta@mozilla.com at Thu, 30 Jun 2016 18:43:22 +0000
Bug 1256339 - Fix up handling for touch-derived contextmenu events on desktop. r?jimm,mconley
This patch stops the widget code from passing along touch-derived contextmenu
events straight from Windows to Gecko, and instead lets the APZ gesture
detection code handle it. This allows the contextmenu event to be prevented
according to web standards, e.g. if the touchstart event is cancelled.
This changes to browser.js will affect both Linux and Windows, but the behaviour
implemented is in line with native Windows touch behaviour. We may want to
add an alternate codepath for Linux to better simulate "native" Linux behavior,
if there is such a thing for touch-derived contextmenu.
MozReview-Commit-ID: FuKTW2mfmNY
1dbe66f51ecba0b0b7e569fba819d0dd603f62bc: Bug 1256339 - Add a eLongTapUp tap type, which fires an observer notification rather than doing a click. r?botond
draft
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 30 Jun 2016 14:41:48 -0400 - rev 382876
Push
21857 by kgupta@mozilla.com at Thu, 30 Jun 2016 18:43:22 +0000
Bug 1256339 - Add a eLongTapUp tap type, which fires an observer notification rather than doing a click. r?botond
For B2G we had this "special" behaviour where a long-press that didn't trigger
a contextmenu or whose contextmenu event was cancelled would still trigger a
click event. No other browser does this, and so I think it doesn't make sense
for us to keep doing it either. It also makes it much harder to implement the
Windows-style contextmenu, where the contextmenu pops up when you *lift* your
finger after doing a long-press.
MozReview-Commit-ID: Gwl5rL2oXc4
74aed8febecdcdb68cee7a395fb95cffff89d03c: Bug 1256339 - Collapse the different Handle*Tap functions in GeckoContentController into a single API. r?botond
draft
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 30 Jun 2016 14:41:48 -0400 - rev 382875
Push
21857 by kgupta@mozilla.com at Thu, 30 Jun 2016 18:43:22 +0000
Bug 1256339 - Collapse the different Handle*Tap functions in GeckoContentController into a single API. r?botond
This is just a refactoring, no functional changes intended.
MozReview-Commit-ID: DD38SLWnjn2
a6e7ebe13fc36e4b4a479c3ed3c06bc00705c988: Bug 1219725 - Add a button for session restore to the tab bar. r=jaws, r=Gijs, ui-r=shorlander
draft
erica <ewright@mozilla.com> - Wed, 22 Jun 2016 12:58:26 -0400 - rev 382874
Push
21856 by bmo:ewright@mozilla.com at Thu, 30 Jun 2016 18:39:19 +0000
Bug 1219725 - Add a button for session restore to the tab bar. r=jaws, r=Gijs, ui-r=shorlander
MozReview-Commit-ID: F5fVFSzi6xc
281e7ddcb23da8e62873e8e77848e9324fb82647: Bug 1283556 - Convert APZStateChange to an enum class and make the formatting more consistent with the style guide. r?botond
draft
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 30 Jun 2016 14:31:35 -0400 - rev 382873
Push
21855 by kgupta@mozilla.com at Thu, 30 Jun 2016 18:32:07 +0000
Bug 1283556 - Convert APZStateChange to an enum class and make the formatting more consistent with the style guide. r?botond
MozReview-Commit-ID: v4xEaL9meF
0e7b5eb81cf68ec52b459c2049db90709937d554: Bug 1219725 - Add a button for session restore to the tab bar. r=jaws, r=Gijs, ui-r=shorlander
draft
erica <ewright@mozilla.com> - Wed, 22 Jun 2016 12:58:26 -0400 - rev 382872
Push
21854 by bmo:ewright@mozilla.com at Thu, 30 Jun 2016 18:31:29 +0000
Bug 1219725 - Add a button for session restore to the tab bar. r=jaws, r=Gijs, ui-r=shorlander
MozReview-Commit-ID: F5fVFSzi6xc
51b20d73e5a87c52bfe384446a1095777d37776c: Bug 1283565 - add telemetry to determine whether undo works and how often it's unavailable due to sync, r=dolske,r?bsmedberg
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Thu, 30 Jun 2016 19:02:46 +0100 - rev 382871
Push
21853 by gijskruitbosch@gmail.com at Thu, 30 Jun 2016 18:13:03 +0000
Bug 1283565 - add telemetry to determine whether undo works and how often it's unavailable due to sync, r=dolske,r?bsmedberg
MozReview-Commit-ID: H9sABIISxTP
0e94936ba7baedb5a951d59ea687e64c48d934ad: Bug 1283542 - fix profile detection code in AutoMigrate to deal with profile objects instead of identifiers, r=dolske
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Thu, 30 Jun 2016 17:57:33 +0100 - rev 382870
Push
21853 by gijskruitbosch@gmail.com at Thu, 30 Jun 2016 18:13:03 +0000
Bug 1283542 - fix profile detection code in AutoMigrate to deal with profile objects instead of identifiers, r=dolske
MozReview-Commit-ID: KHjsOsxwzb7
6f27ba10710f5ff8c1104a262db614b1efd2ea7f: Bug 1283569 - Show webglcontextcreationerror in aboutSupport. r=jgilbert
draft
Benoit Girard <b56girard@gmail.com> - Thu, 30 Jun 2016 14:04:41 -0400 - rev 382869
Push
21852 by b56girard@gmail.com at Thu, 30 Jun 2016 18:05:25 +0000
Bug 1283569 - Show webglcontextcreationerror in aboutSupport. r=jgilbert
MozReview-Commit-ID: AbUR7JdrngX