b6b018f2399dbf5490c822657d81855c5ba84c15: Bug 1275081 - Remove hardcoded number of "displayed" suggestions in devtools tests;r=tromey
draft
Julian Descottes <jdescottes@mozilla.com> - Wed, 25 May 2016 17:44:41 +0200 - rev 371046
Push
19219 by jdescottes@mozilla.com at Wed, 25 May 2016 21:33:48 +0000
Bug 1275081 - Remove hardcoded number of "displayed" suggestions in devtools tests;r=tromey
Several devtools autocomplete tests are checking that the popup
displays an exact number of suggestion, and that the selected
suggestion is exactly at the expected index.
Since devtools do not control the list of CSS properties used for the
autocomplete, we should not assert anything based on it in tests.
49446657f8bf43d6f6e2b6321be296b4f68dead9: Bug 1275725 - Enable texture from pixmap by default. r?jgilbert
draft
Andrew Comminos <andrew@comminos.com> - Wed, 25 May 2016 16:23:45 -0400 - rev 371045
Push
19218 by bmo:andrew@comminos.com at Wed, 25 May 2016 21:30:57 +0000
Bug 1275725 - Enable texture from pixmap by default. r?jgilbert
MozReview-Commit-ID: 7o0NV8aqTCL
947bebc249c63c03a76b2157615856970dafe262: Bug 1275725 - Add GLXTextureHostOGL for rendering GLXSurfaces on the GL compositor. r?nical
draft
Andrew Comminos <andrew@comminos.com> - Wed, 25 May 2016 17:29:22 -0400 - rev 371044
Push
19218 by bmo:andrew@comminos.com at Wed, 25 May 2016 21:30:57 +0000
Bug 1275725 - Add GLXTextureHostOGL for rendering GLXSurfaces on the GL compositor. r?nical
MozReview-Commit-ID: CfCNN3NXFbu
2141a0f61ff0f9df2d1b04ebe4a49bf8336229ca: Bug 1275725 - Implement GLXSurface for encapsulating a GLXPixmap target. r?jgilbert
draft
Andrew Comminos <andrew@comminos.com> - Wed, 25 May 2016 17:05:50 -0400 - rev 371043
Push
19218 by bmo:andrew@comminos.com at Wed, 25 May 2016 21:30:57 +0000
Bug 1275725 - Implement GLXSurface for encapsulating a GLXPixmap target. r?jgilbert
MozReview-Commit-ID: 88j0J30ZRMc
e1e5630d2498d51056df17cbaab492710484c3cd: Bug 1275725 - Remove GLXPixmap sharing support from gfxXlibSurface. r?jgilbert
draft
Andrew Comminos <andrew@comminos.com> - Wed, 25 May 2016 17:03:58 -0400 - rev 371042
Push
19218 by bmo:andrew@comminos.com at Wed, 25 May 2016 21:30:57 +0000
Bug 1275725 - Remove GLXPixmap sharing support from gfxXlibSurface. r?jgilbert
MozReview-Commit-ID: 35PIAjOk7e2
7271850ed9c997fa247a750a679d0a346afbf799: Bug 1275437 - Changed flags passed to pacman in Windows bootstrapper to be the --long-form instead of the single character flag. r?gps
draft
Nathan Hakkakzadeh <nhakkakzadeh@mozilla.com> - Wed, 25 May 2016 14:20:38 -0700 - rev 371041
Push
19217 by bmo:nhakkakzadeh@mozilla.com at Wed, 25 May 2016 21:28:46 +0000
Bug 1275437 - Changed flags passed to pacman in Windows bootstrapper to be the --long-form instead of the single character flag. r?gps
This will make it easier to read for people who are not familiar with pacman.
MozReview-Commit-ID: BDzSV8GZ7er
fa66d8425103397ad8eabf2c6c14dfc14c51e445: Bug 1275437 - Changed flags passed to pacman in Windows bootstrapper to be the --long-form instead of the single character flag. r?gps
draft
Nathan Hakkakzadeh <nhakkakzadeh@mozilla.com> - Wed, 25 May 2016 14:20:38 -0700 - rev 371040
Push
19216 by bmo:nhakkakzadeh@mozilla.com at Wed, 25 May 2016 21:20:07 +0000
Bug 1275437 - Changed flags passed to pacman in Windows bootstrapper to be the --long-form instead of the single character flag. r?gps
This will make it easier to read for people who are not familiar with pacman.
MozReview-Commit-ID: BDzSV8GZ7er
82262bd0a1ca7a0aa32e7007578b5b00e8139f0f: Bug 1273227 - Fix an assertion in TextureClient::Unlock(). r=nical
draft
Botond Ballo <botond@mozilla.com> - Wed, 25 May 2016 13:16:25 -0400 - rev 371039
Push
19215 by bballo@mozilla.com at Wed, 25 May 2016 21:08:36 +0000
Bug 1273227 - Fix an assertion in TextureClient::Unlock(). r=nical
MozReview-Commit-ID: JwWPe4F0NCq
21bb802354daf8b7643bcc98ea749e626114d019: Bug 1266309 - Use fallible rust thread::Builder. r?kinetik
draft
Ralph Giles <giles@mozilla.com> - Wed, 25 May 2016 13:57:29 -0700 - rev 371038
Push
19214 by bmo:giles@thaumas.net at Wed, 25 May 2016 21:04:30 +0000
Bug 1266309 - Use fallible rust thread::Builder. r?kinetik
We think thread::spawn() may be panicking in low memory
conditions. Test this by using the fallible thread::Builder
API and converting spawn Results into an error return.
MozReview-Commit-ID: 36pDaWsR2p8
158767fbb4532fc8796091c78bfcd0801df7a1a2: Bug 1275437 - Bootstrapper now recognizes msys version of Python. r?gps
draft
Nathan Hakkakzadeh <nhakkakzadeh@mozilla.com> - Wed, 25 May 2016 14:01:27 -0700 - rev 371037
Push
19213 by bmo:nhakkakzadeh@mozilla.com at Wed, 25 May 2016 21:02:08 +0000
Bug 1275437 - Bootstrapper now recognizes msys version of Python. r?gps
Before, the bootstrapper would only know it was being run on Windows if it was run with the official Windows version of Python or the mingw version of Python.
MozReview-Commit-ID: JK5Q4ERBdWs
9b5e9cfc03f00dbc5c427b7c7937952692c4e461: Bug 1275437 - Bootstrapper now recognizes msys version of Python.
draft
Nathan Hakkakzadeh <nhakkakzadeh@mozilla.com> - Wed, 25 May 2016 14:01:27 -0700 - rev 371036
Push
19212 by bmo:nhakkakzadeh@mozilla.com at Wed, 25 May 2016 21:00:57 +0000
Bug 1275437 - Bootstrapper now recognizes msys version of Python.
Before, the bootstrapper would only know it was being run on Windows if it was run with the official Windows version of Python or the mingw version of Python.
MozReview-Commit-ID: JK5Q4ERBdWs
05928c9602392dcc56b96208e02c892bd8bc246f: Bug 1273211 - Added side panel enter and return controls, added keyboard space selection for controls in netmonitor and console key; r?pbro
draft
Nancy Pang <npang@mozilla.com> - Wed, 25 May 2016 16:53:30 -0400 - rev 371035
Push
19211 by bmo:npang@mozilla.com at Wed, 25 May 2016 20:56:08 +0000
Bug 1273211 - Added side panel enter and return controls, added keyboard space selection for controls in netmonitor and console key; r?pbro
MozReview-Commit-ID: HGGTeshLBDs
b77a2b40ec306c2f14633392cdc3f46771b0bb6f: Bug 1275437 - Windows bootstrapper installs necessary system and browser packages that come from pacman. r?gps
draft
Nathan Hakkakzadeh <nhakkakzadeh@mozilla.com> - Wed, 25 May 2016 13:54:46 -0700 - rev 371034
Push
19210 by bmo:nhakkakzadeh@mozilla.com at Wed, 25 May 2016 20:54:16 +0000
Bug 1275437 - Windows bootstrapper installs necessary system and browser packages that come from pacman. r?gps
Windows bootstrapper checks if pacman is installed before continuing.
Added a convenience method similar to BaseBootstrapper.which that works with the mingw version of python in msys2.
MozReview-Commit-ID: 6AG2c18KF0U
046e25a3b747c5982f1507699927167086159aff: Bug 1275706 - Tune eslint max line length to 90;r=jryans
draft
Brian Grinstead <bgrinstead@mozilla.com> - Wed, 25 May 2016 13:46:05 -0700 - rev 371033
Push
19209 by bgrinstead@mozilla.com at Wed, 25 May 2016 20:46:43 +0000
Bug 1275706 - Tune eslint max line length to 90;r=jryans
MozReview-Commit-ID: BcMKGVZoXND
56265cbaeec52f9057151b482e43cfe8e4e777fd: Fixed unified build errors associated with change
draft
eyim <eyim@mozilla.com> - Wed, 25 May 2016 16:37:41 -0400 - rev 371032
Push
19208 by bmo:eyim@mozilla.com at Wed, 25 May 2016 20:45:47 +0000
Fixed unified build errors associated with change
MozReview-Commit-ID: 6hOehd42iaB
d16237f83ed3fc68239121bded11c8d5f5b3b338: remove contenthelper.h export in build
draft
eyim <eyim@mozilla.com> - Wed, 25 May 2016 15:04:45 -0400 - rev 371031
Push
19208 by bmo:eyim@mozilla.com at Wed, 25 May 2016 20:45:47 +0000
remove contenthelper.h export in build
MozReview-Commit-ID: I9zJRdOCWxv
c6800745b06cf0084d5a9b330781684f90eab94c: update helper to use typedef from APZUtils
draft
eyim <eyim@mozilla.com> - Wed, 25 May 2016 15:04:12 -0400 - rev 371030
Push
19208 by bmo:eyim@mozilla.com at Wed, 25 May 2016 20:45:47 +0000
update helper to use typedef from APZUtils
MozReview-Commit-ID: 8NyUJHxl7Mx
6758d8d7d98ecb3fe2cd789bc07184aa7735ce06: update APZCallbackhelper.cpp include
draft
eyim <eyim@mozilla.com> - Wed, 25 May 2016 14:58:30 -0400 - rev 371029
Push
19208 by bmo:eyim@mozilla.com at Wed, 25 May 2016 20:45:47 +0000
update APZCallbackhelper.cpp include
MozReview-Commit-ID: 8ZI6atouVdL
21c7b12877b1b6526afce675bc28fc31175a7695: rename calls ContentHelper->TouchActionHelper
draft
eyim <eyim@mozilla.com> - Wed, 25 May 2016 14:56:57 -0400 - rev 371028
Push
19208 by bmo:eyim@mozilla.com at Wed, 25 May 2016 20:45:47 +0000
rename calls ContentHelper->TouchActionHelper
MozReview-Commit-ID: 15XNPV2Mkd9
baffb229fffa53c1e39bd05b6630885f98cd55b7: Bug 1145085 - Move and consolidate widget/ContentHelper.cpp
draft
eyim <eyim@mozilla.com> - Wed, 25 May 2016 14:49:09 -0400 - rev 371027
Push
19208 by bmo:eyim@mozilla.com at Wed, 25 May 2016 20:45:47 +0000
Bug 1145085 - Move and consolidate widget/ContentHelper.cpp
MozReview-Commit-ID: CXK4mmn9MMF