Lee Salzman
2b779e5359
Bug 1250037 - part 2 - use DrawTarget::DrawSurfaceWithShadow to render box shadows on platforms that accelerate it. r=mchang
...
MozReview-Commit-ID: 5MERz8RmGUd
2016-11-21 13:17:09 -05:00
Lee Salzman
3d2a652e53
Bug 1250037 - part 1 - only blur one quadrant of a box-shadow and mirror it to the other quadrants. r=mchang
...
MozReview-Commit-ID: B4FSDmAMfXK
2016-11-21 13:16:59 -05:00
Gabriel Luong
3d344123f0
Bug 1308260 - Part 4: Pass the grids props into the layout components and only display the layout-no-grid element when no grids are present. r=jryans
2016-11-22 02:07:44 +08:00
Gabriel Luong
3595c7be37
Bug 1308260 - Part 3: Dispatch the new grid data and update the store with the new grid state. r=jryans
...
--HG--
rename : devtools/client/responsive.html/utils/enum.js => devtools/client/shared/enum.js
2016-11-22 02:07:09 +08:00
Gabriel Luong
5e6863c72b
Bug 1308260 - Part 2: Handle grid layout changes and layout sidebar selection, and prepares the grid data to be dispatched. r=pbro
2016-11-22 02:01:59 +08:00
Randall Barker
cbb0be79dc
Bug 1318245 - Prevent intermittent crash in Fennec by removing unneeded call to IBinder.unlinkToDeath during child service process shutdown r=snorp
2016-11-21 09:36:26 -08:00
Boris Zbarsky
0b51e4d979
Bug 1318576. Remove entries from a form's past names map when an element is removed from the form, even if that element doesn't have a name or id anymore. r=baku
2016-11-21 12:34:02 -05:00
Ehsan Akhgari
765a5950e8
Bug 1318936 - Stop checking for unknown appId's in the DOM Cache; r=bkelly
...
The only appId's in Gecko right now are NO_APP_ID's, so
this check is useless now.
2016-11-21 12:22:56 -05:00
Georg Fritzsche
3f08c0ddec
Bug 1319057 - Add alert_emails to all Telemetry-specific histograms. r=dexter
2016-11-21 17:48:42 +01:00
Georg Fritzsche
65bca2e4a4
Bug 1318284 - Improve probes measuring Telemetry send times. r=dexter
2016-11-21 17:48:42 +01:00
Sebastian Hengst
53e819cf3c
Backed out changeset de975fd9cbf6 (bug 1318879) for mass mochitest failures. r=backout on a CLOSED TREE
2016-11-21 17:32:30 +01:00
Michael Layzell
29905acb08
Bug 1319083 - Relax the Sized constraint on nsA[C]String::assign/append, r=froydnj
...
MozReview-Commit-ID: Js5GOrnqtsg
2016-11-21 10:41:48 -05:00
Dale Harvey
26080db322
Bug 376668 - Make login fields show autocomplete on focus. r=mattn
2016-11-21 15:20:44 +00:00
Jim Chen
c2f64f66ce
Bug 1317604 - 2. Rip out GeckoView event listeners; r=snorp
...
GeckoView's GeckoEventListener and NativeEventListener are not actually
hooked up to events right now, so it's better to just rip them out until
we figure out a better implementation in the future.
2016-11-21 10:01:30 -05:00
Jim Chen
bb6f8910a3
Bug 1317604 - 1a. Update testEventDispatcher to use Messaging.jsm; r=snorp
...
testEventDispatcher used to use nsIAndroidEventDispatcher directly,
either through nsIAndroidBridge or through a window's nsIAndroidView.
Now that Messaging.jsm provides delegate objects for those interfaces,
testEventDispatcher should use Messaging.jsm, so that we are testing
Messaging.jsm as well.
2016-11-21 10:01:30 -05:00
Jim Chen
347c3ce21e
Bug 1317604 - 1. Add EventDispatcher to Messaging.jsm; r=snorp r=sebastian
...
Add a new EventDispatcher interface to Messaging.jsm, and provide means
to access either the global EventDispatcher through
EventDispatcher.instance or a per-window EventDispatcher through
EventDispatcher.for(window). The old Messaging object is retained until
we can convert all existing uses of it in Fennec to use EventDispatcher,
at which point `Messaging` will be made to point to
`EventDispatcher.instance`.
2016-11-21 10:01:30 -05:00
Ehsan Akhgari
1f07859636
Bug 1318879 - Remove the app related code from mozprofile; r=ahal
2016-11-21 09:55:25 -05:00
Carsten "Tomcat" Book
b83681ba76
Merge mozilla-central to mozilla-inbound
2016-11-21 15:46:10 +01:00
Andrea Marchesini
52a4108da2
Bug 1318387 - BroadcastChannel should become active only after the security checks, r=smaug
2016-11-21 15:45:11 +01:00
Nathan Froyd
55243ce768
Bug 1300835 - enable --disable-optimize --enable-debug to DTRT for Rust code; r=ted.mielczarek
2016-11-21 17:39:39 -05:00
Carsten "Tomcat" Book
59bb309e38
merge mozilla-inbound to mozilla-central a=merge
2016-11-21 15:44:20 +01:00
Carsten "Tomcat" Book
52d35c74fe
merge autoland to mozilla-central a=merge
2016-11-21 15:43:10 +01:00
ffxbld
84feed9654
No bug, Automated blocklist update from host bld-linux64-spot-418 - a=blocklist-update
2016-11-21 06:16:25 -08:00
ffxbld
3b7fc61a9a
No bug, Automated HPKP preload list update from host bld-linux64-spot-418 - a=hpkp-update
2016-11-21 06:16:22 -08:00
ffxbld
8f319a8d78
No bug, Automated HSTS preload list update from host bld-linux64-spot-418 - a=hsts-update
2016-11-21 06:16:20 -08:00
Carsten "Tomcat" Book
a6b76e9898
Backed out changeset e79129082f4a (bug 1297474) for crashes in m-oth windows tests
2016-11-21 10:33:49 +01:00
Andrew Sutherland
16f0e1705b
Bug 1315913 - Part 3: Convert MessageChannel to use StructuredCloneData and ClonedMessageData. r=baku
2016-11-21 04:06:41 -05:00
Andrew Sutherland
2edcc099d8
Bug 1315913 - Part 2: Convert BroadcastChannel to use StructuredCloneDataNoTransfers instead of copy-and-paste. r=baku
2016-11-21 04:06:41 -05:00
Andrew Sutherland
7390cfe98f
Bug 1315913 - Part 1: Move nsFrameMessenger structured clone Build/Unpack into StructuredCloneData and expand to support PBackground. r=baku
2016-11-21 04:06:41 -05:00
ffxbld
904bf9addd
No bug, Automated blocklist update from host bld-linux64-spot-470 - a=blocklist-update
2016-11-20 06:13:34 -08:00
ffxbld
c89f38ca3e
No bug, Automated HPKP preload list update from host bld-linux64-spot-470 - a=hpkp-update
2016-11-20 06:13:32 -08:00
ffxbld
9ef7870adf
No bug, Automated HSTS preload list update from host bld-linux64-spot-470 - a=hsts-update
2016-11-20 06:13:29 -08:00
ffxbld
cf2213bd6b
No bug, Automated blocklist update from host bld-linux64-spot-495 - a=blocklist-update
2016-11-19 06:08:10 -08:00
ffxbld
5f28502a6f
No bug, Automated HPKP preload list update from host bld-linux64-spot-495 - a=hpkp-update
2016-11-19 06:08:07 -08:00
ffxbld
cd4cfd0aa6
No bug, Automated HSTS preload list update from host bld-linux64-spot-495 - a=hsts-update
2016-11-19 06:08:05 -08:00
Jonathan Kingston
d340f49acf
Bug 1299669 - Fixing new-tab-button padding when dragged to the navbar in Windows and containers is enabled. r=dao
...
MozReview-Commit-ID: EVmLbBMTwdS
--HG--
extra : rebase_source : 6d59c7f91cea8d036a47d8915a2af2532e003796
2016-11-18 22:21:03 +00:00
Jan de Mooij
185a2c7da0
Bug 1040402 - Fix handling of |undefined| args in typed array view constructor. r=anba
2016-11-21 13:36:45 +01:00
Jan de Mooij
2975885bae
Bug 1283562 - Add mozilla::Result<V, E> for fallible return values. r=jwalden
2016-11-21 12:52:03 +01:00
Ryan VanderMeulen
2c0ace7f19
Merge inbound to m-c. a=merge
2016-11-18 15:47:05 -05:00
Carsten "Tomcat" Book
a69c372ef1
Merge mozilla-central to autoland
2016-11-18 16:57:20 +01:00
Carsten "Tomcat" Book
866da9f9c6
merge mozilla-inbound to mozilla-central a=merge
2016-11-18 16:51:17 +01:00
Carsten "Tomcat" Book
9f813e0592
merge autoland to m-c a=merge
2016-11-18 16:48:51 +01:00
ffxbld
fdfce1ab2a
No bug, Automated blocklist update from host bld-linux64-spot-495 - a=blocklist-update
2016-11-18 06:09:10 -08:00
ffxbld
8fe9f3e253
No bug, Automated HPKP preload list update from host bld-linux64-spot-495 - a=hpkp-update
2016-11-18 06:09:07 -08:00
ffxbld
c8a1830779
No bug, Automated HSTS preload list update from host bld-linux64-spot-495 - a=hsts-update
2016-11-18 06:09:05 -08:00
Ehsan Akhgari
a0a6c1cd33
Bug 1318562 - Remove Navigator.updateManager; r=baku
2016-11-18 09:01:49 -05:00
Ehsan Akhgari
f0f85366d9
Bug 1318218 - Remove PermissionsTable; r=baku,jryans
...
This also removes the WebIDE UI for viewing the permissions table.
2016-11-18 08:59:35 -05:00
Carsten "Tomcat" Book
e599757126
Backed out changeset 5c047b770037 (bug 1302663) for eslint failures
...
--HG--
extra : rebase_source : 2cd803ba85c6e0a17f0f9b7135e0b01f652557bc
2016-11-18 14:29:03 +01:00
Carsten "Tomcat" Book
fa25c7a85c
Backed out changeset 64b95c8f9f12 (bug 1302663)
...
--HG--
extra : rebase_source : 042b24c918ce8bc04974b838cf1c4612739ef49b
2016-11-18 14:27:50 +01:00
Carsten "Tomcat" Book
c855df4890
Backed out changeset ae8ae9a484d3 (bug 1302663)
...
--HG--
extra : rebase_source : 19cf217801ce5a69479d5e5153bc689e689a8913
2016-11-18 14:27:49 +01:00