Wes Kocher
67f1a2cfde
Merge inbound to central, a=merge
2015-09-03 12:20:40 -07:00
Wes Kocher
8700dcb6b5
Backed out 2 changesets (bug 1035091)
...
a=backout
Backed out changeset 1fc07bdd9aa8 (bug 1035091)
Backed out changeset f6e98029d1cb (bug 1035091)
2015-09-03 11:41:39 -07:00
Carsten "Tomcat" Book
025db307b5
Backed out changeset b317ee483a64 (bug 1107372) for causing test failures in test_home_provider.html
2015-09-03 17:02:20 +02:00
Kartikaya Gupta
fc2f50551e
Bug 1197824 - Remove the mAllowDoubleTapZoom field from nsViewportInfo as it is not needed. r=botond
2015-09-03 10:30:41 -04:00
Kartikaya Gupta
428ff70a50
Bug 1197824 - Support the browser.ui.zoom.force-user-scalable pref in the gecko zoom-constraints codepath. r=botond
...
The browser.ui.zoom.force-user-scalable pref can be modified by the user from
the Fennec settings screen, and allows them zoom pages despite the meta-viewport
tag that might otherwise restrict zooming. This effectively ignores the effect
of the user-scalable, minimum-scale, and maximum-scale meta-viewport tokens.
2015-09-03 10:30:41 -04:00
Kartikaya Gupta
1eafbdffb5
Bug 1197824 - Constrain the min/max zoom if zooming is not allowed. r=botond
...
In the C++ APZ implementation this has no effect, because the min/max zoom values
are never even read if zooming is not allowed. When this is hooked up to the
Java implementation though, the code expects the min/max zoom values to be
equal to the default zoom values in the case where zooming is not allowed. This
behaviour change therefore facilitates hooking up the ZoomConstraintsClient
to the Java pan/zoom controller implementation, which happens in a future patch.
2015-09-03 10:30:40 -04:00
Gian-Carlo Pascutto
3a6d6751c6
Bug 1107372 - Update preferences for new SafeBrowsing prefs structure. r=francois
2015-09-03 15:36:06 +02:00
Geoff Brown
0f569444c5
Bug 1196814 - Fail Android mochitest, robocop, reftests when Fennec is not installed; r=jmaher
2015-09-02 14:20:01 -06:00
Botond Ballo
1565f62557
Bug 1200158 - Avoid expensive computations involving the maybe-hit region in hot code paths. r=mstange
2015-08-31 19:53:34 -04:00
Botond Ballo
866af4c88b
Bug 1200158 - Define PaintedLayerData::AccumulateEventRegions() out of line. r=mstange
2015-08-31 19:59:22 -04:00
Zack Weinberg
8dd0a8d4f1
Bug 1035091 part 2: disable @-moz-document in author sheets. r=heycam
2015-09-02 13:54:30 -04:00
Zack Weinberg
50d9ee1776
Bug 1035091 part 1: change CSS parser and loader APIs to distinguish UA, user, and author sheets instead of just UA vs everyone else. r=heycam
2015-09-02 13:52:49 -04:00
Masayuki Nakano
77594064fd
Bug 895274 part.83 Rename NS_DRAGDROP_EXIT to eDragExit r=smaug
2015-09-02 15:08:02 +09:00
Masayuki Nakano
b3c59ad79c
Bug 895274 part.82 Rename NS_DRAGDROP_ENTER to eDragEnter r=smaug
2015-09-02 15:08:02 +09:00
Masayuki Nakano
7b536b363d
Bug 895274 part.81 Rename NS_DRAGDROP_OVER to eDragOver r=smaug
2015-09-02 15:08:02 +09:00
Masayuki Nakano
ac21c16f26
Bug 895274 part.77 Rename NS_DRAGDROP_DROP to eDrop r=smaug
2015-09-02 15:08:01 +09:00
Masayuki Nakano
a5eb65b9a8
Bug 895274 part.61 Rename NS_LOAD to eLoad r=smaug
2015-09-02 15:07:59 +09:00
Masayuki Nakano
b5c0a38977
Bug 895274 part.60 Rename NS_PAGE_UNLOAD to eUnload r=smaug
2015-09-02 15:07:59 +09:00
Masayuki Nakano
acb9562eb3
Bug 895274 part.57 Rename NS_LOAD_ERROR to eLoadError r=smaug
2015-09-02 15:07:59 +09:00
Nigel Babu
bb82081a8b
Backed out changeset 1f22cefbef23 (bug 1092125) for M3 bustage on CLOSED TREE
2015-09-02 11:34:47 +05:30
Nigel Babu
55776feb66
Backed out changeset 4a68226609c8 (bug 1092125) for M3 bustage on CLOSED TREE
2015-09-02 11:34:34 +05:30
Tom Tromey
1cdb9189e2
Bug 1197930 - Add comments for getRuleLine and getRuleColumn. r=heycam
...
IGNORE IDL
2015-08-24 11:43:00 -04:00
Arthur Edelstein
8075e56bb2
Bug 1193593 - Test fingerprinting resistance for media queries in picture elements. r=heycam
...
Based on Tor Browser #16315
https://trac.torproject.org/projects/tor/ticket/16315
2015-09-01 08:51:00 -04:00
Tom Klein
e0d1440cb7
Bug 1092125 - Part 2: Add non-scaling-stroke support to SVGLineElement::GetGeometryBounds. r=jwatt
2015-08-19 14:48:00 -04:00
Tom Klein
896fd0c430
Bug 1092125 - Part 1: Add non-scaling-stroke support to nsSVGPathGeometryElement::GetGeometryBounds (except line). r=jwatt
2015-09-01 06:17:00 -04:00
Jim Mathies
2e34cb8d09
Bug 1195472 - Call Show after Enable on puppet widgets to avoid an assertion when running crash tests. r=aklotz
2015-09-01 10:39:30 -05:00
Kearwood (Kip) Gilbert
f460ac64c2
Bug 1157984 - Part 5: Test,r=vlad
...
- Implemented a reftest to verify that the transformed element is clipped
against the w=0 plane without disappearing
2015-08-26 16:39:52 -07:00
Kearwood (Kip) Gilbert
1dbd478fed
Bug 1157984 - Part 3: Correct bounding box transformations to support projections and correct clipping when transforming behind the camera,r=vlad
...
- Update callsites of Matrix4x4::TransformBounds to use
Matrix4x4::TransformAndClipBounds.
2015-08-06 17:26:09 -07:00
Kartikaya Gupta
a3e32add84
Bug 1185747 part 3 - Rip out code to explicitly override the CSS viewport. r=tn
2015-09-01 16:47:52 -04:00
Kartikaya Gupta
06c158a51d
Bug 1185747 part 2 - Remove magical reftest harness properties and use standard meta-viewport tags instead. r=tn
2015-09-01 16:47:52 -04:00
Kartikaya Gupta
b0b4a86a25
Bug 1200303 - Support meta-viewport changes in ZoomConstraintsClient as well. r=miketaylr
2015-09-01 14:04:56 -04:00
Jonathan Watt
ad2f4374a0
No bug. Add comment to nsStyleClipPath::ReleaseRef explaining why only one member is nulled out. r=me (NPOTB)
2015-08-11 10:38:37 +01:00
Xidorn Quan
17453d6f9f
Bug 1197765 - Compare text content inside frame instead of the content node for ruby autohiding. r=dbaron
2015-09-01 09:24:37 +10:00
Ryan VanderMeulen
704628a28a
No bug - Fuzz more css-mediaqueries tests on Android.
2015-08-31 16:40:43 -04:00
Tom Klein
d339e4991c
Bug 1181317 - Switch drawing order of filter feBlend inputs. r=mstange
2015-08-28 09:16:00 -04:00
Ryan VanderMeulen
5237c25c01
Merge m-c to inbound. a=merge
2015-08-31 15:22:43 -04:00
Ryan VanderMeulen
5c3e18cb4d
Merge inbound to m-c. a=merge
2015-08-31 15:21:02 -04:00
Carsten "Tomcat" Book
d1c6382126
Backed out changeset 2734a3110b4a (bug 1107372) for Talos Bustage on a CLOSED TREE
2015-08-31 16:19:39 +02:00
Victor Porof
749e197f9d
Bug 1195232 - Stop using TracingMetadata from GeckoProfiler.h, r=tromey
2015-08-31 16:14:14 +02:00
dominique vincent
efe1468309
Bug 1191041 - Increase the likelihood of zoomed view triggering for small elements but decreased the likelihood for large elements. r=kats
2015-08-28 22:54:41 +02:00
Victor Porof
6d5d184368
Bug 1195838 - Maintain all the TimelineMarker subclasses in a single place, r=tromey
2015-08-31 14:56:37 +02:00
Victor Porof
375974f384
Bug 1194707 - Remove the docshell param from TimelineMarker constructors, r=tromey
2015-08-31 11:42:35 +02:00
Ryan VanderMeulen
be1e1d975c
Bug 1146002 - Add more Android fuzz to box-sizing-replaced-003.xht.
2015-08-30 18:12:25 -04:00
Ryan VanderMeulen
cfd01b3c24
Bug 1178697 - Add Android fuzz to mq_print_height.xhtml.
2015-08-30 18:07:44 -04:00
Ryan VanderMeulen
ff2099819c
Bug 1182082 - Add Android fuzz to large-gradient-2.html.
2015-08-30 18:01:21 -04:00
Ting-Yu Chou
88d809e1d3
Bug 1194121 - Skip UpdateCommands() from initializing collapse to avoid sync IPC during app startup. r=jst
2015-08-28 15:18:56 +08:00
Jonathan Kew
3bccde9fe4
Bug 1162418 - Try to find a suitable non-zero dimension to use when containing block's inline-size depends on an SVG element which is specified as a percentage of its container. r=jwatt
2015-08-31 16:22:20 +01:00
Masayuki Nakano
021b22502c
Bug 895274 part.51 Rename NS_CONTEXTMENU to eContextMenu r=smaug
2015-09-01 00:20:06 +09:00
Masayuki Nakano
ee419f920c
Bug 895274 part.49 Rename NS_POINTER_MOVE to ePointerMove r=smaug
2015-09-01 00:20:06 +09:00
Masayuki Nakano
0d4cc424b7
Bug 895274 part.48 Rename NS_POINTER_UP to ePointerUp r=smaug
2015-09-01 00:20:06 +09:00