Commit Graph

302632 Commits

Author SHA1 Message Date
Bill McCloskey
cb49c48762 Bug 1260908 - Allow keyed histograms to accumulate early in startup. r=gfritzsche, a=ritu
MozReview-Commit-ID: 4pVxMyOajB5
2016-03-30 15:25:18 -07:00
Felipe Gomes
a8af8af460 Bug 1264345 - Remove restriction to disqualify from e10s the users who are running an experiment, by backing out bug 1257972. r=backout a=backout
MozReview-Commit-ID: FOYChxbTScx
2016-04-14 12:37:11 -03:00
Andrea Marchesini
37cca31e20 Bug 1259169 - "nsICookieManager::remove() should be back-compatible for 1 or 2 releases." r=sicking, a=ritu 2016-04-14 05:39:00 +02:00
Ben Kelly
b054eb1fce Bug 1259338 P2 Re-enable failing mochitest test. r=khuey a=ritu 2016-04-14 07:10:08 -07:00
Ben Kelly
62cd07c224 Bug 1259338 Ensure that AllowWindowInteractionHandler is released on worker thread. r=khuey a=ritu 2016-04-14 07:10:08 -07:00
Jeff Beatty
57cd75c19b Bug 1263473 - Adds Maya Kaqchikel locale cak to list of shipped-locales. r=pike , a=ritu 2016-04-10 13:58:00 +02:00
Lee Salzman
7373e542f6 Bug 1240177 - fix SourceSurfaceSkia::DrawTargetWillChange deepCopyTo usage. r=mattwoodrow, a=ritu 2016-04-12 01:28:31 -04:00
Kan-Ru Chen
40a46c1c2e Bug 1258312 - Add crash annotation to EnumSerializer. r=jld, a=ritu
MozReview-Commit-ID: DShQTzeFGQc
2016-03-30 12:32:26 +08:00
Kan-Ru Chen
a8af53f907 Bug 1258312 - Make Pickle::Resize infallible. r=jld, a=ritu
MozReview-Commit-ID: AfAxXOwOoq1
2016-03-30 11:01:20 +08:00
Xidorn Quan
b2964fcae8 Bug 1261933 - Continue unlocking pointer even if the widget has gone. r=smaug a=ritu
MozReview-Commit-ID: 1siQhemFf9O
2016-04-14 17:38:13 +10:00
Patrick Brosset
34f3adca99 Bug 1255787 - Do not assume sourceMap appears only in external stylesheets; r=gl, a=ritu
MozReview-Commit-ID: A92DdoAFDGT
2016-03-29 21:30:11 +02:00
Kartikaya Gupta
1b32100f72 Bug 1259735 - Guard against a rounding error that could lead to Java having a stale page size, rendering the page unscrollable. r=snorp, a=lizzard
MozReview-Commit-ID: 8s3zmH0LhmU
2016-04-07 08:59:14 -04:00
Jared Wein
9a6f03be67 Bug 1262556 - Land user-facing strings for Decoder Doctor work. r=dolske r=jaws l10n=ritu a=ritu
MozReview-Commit-ID: KpzcObNwGl9
2016-04-07 14:16:40 -07:00
Josh Matthews
bcafe812fb Bug 1255576 - Propagate privacy status for removed content preferences to observers. r=adw, a=ritu 2016-04-04 15:25:58 -04:00
Lee Salzman
a52202886b Bug 1263685 - Check if paint has a shader before modifying local matrix in DrawTargetSkia::MaskSurface. r=mchang, a=ritu 2016-04-11 22:16:57 -04:00
Kartikaya Gupta
7a4212e85c Bug 1258711 - Skip the pixel cap when drawing scrollbar tracks or thumbs, since they don't use intermediate surfaces internally to CoreUI, and shouldn't blow up. r=mstange, a=lizzard
MozReview-Commit-ID: BrSqOnwEKUf
2016-04-11 09:53:17 -04:00
Mike Conley
60eeb36ca4 Bug 1260461 - Don't flush windows when shutting down due to a Windows log-out. r=jimm, a=lizzard
MozReview-Commit-ID: 3WWgPTxzdcz
2016-04-01 17:15:37 -04:00
Jonathan Kew
a6179a9dd2 Bug 1245811 - part 2 (based on patch by Andrew Comminos) - Let gfxFcPlatformFontList return multiple families for a given name once fontconfig substitutions have been applied. r=karlt a=ritu 2016-04-09 11:09:08 +01:00
Jonathan Kew
6b9c078fd4 Bug 1245811 - part 1 (based on patch by Andrew Comminos) - Replace gfxPlatformFontList::FindFamily with FindAndAddFamilies to allow for the possibility of the implementation returning multiple font families (e.g. when fontconfig has 'prefer' aliases). r=karlt a=ritu 2016-04-12 07:06:22 +01:00
Jonathan Kew
4a6ad62739 Bug 1261671 - ContentEventHandler::ConvertToRootRelativeOffset() should return the root-relative result in the frame's own appUnits, not the root's appUnits in the case when they're different. r=masayuki a=ritu 2016-04-12 07:06:38 +01:00
Wes Kocher
e28b9a6418 Backed out changeset 7af65df7e09e (bug 1253803) for xpcshell bustage a=backout
MozReview-Commit-ID: IhMZlMQuPJB
2016-04-13 11:24:51 -07:00
Nick Fitzgerald
4bd275c850 Bug 1248948 - Don't pass non-SavedFrame objects to SavedFrame JSAPI functions; r=tromey, r=evilpie, a=ritu 2016-04-12 14:20:00 +02:00
Neil Deakin
2ba7c9eaab Bug 1256952 - send a dragexit at remote process when leaving the remote frame. r=smaug, a=ritu 2016-04-12 06:36:00 +02:00
Nick Fitzgerald
4c03c60e4c Bug 1253803 - Ensure that we maintain the focused node state when changing labels in the dominators view; r=jsantell, a=ritu 2016-04-11 10:49:00 +02:00
Bob Owen
6aa0237d95 Bug 1256992 Part 2: Move SandboxBroker Initialization earlier and add telemetry and extra null checks. r=aklotz, a=ritu
MozReview-Commit-ID: Fu05wLn27UG
2016-04-07 08:28:14 +01:00
Bob Owen
cc49fd5338 Bug 1256992: Initialize Windows sandbox BrokerServices before any child processes are created. r=aklotz, r=bholley, a=ritu 2016-04-13 15:37:35 +01:00
Eugen Sawin
2ec33e63ac Bug 1257304 - [1.3] Cache screen size and update only on orientation change. r=jchen, a=lizzard 2016-03-31 23:28:27 +02:00
Jean-Yves Avenard
9046b3f5f2 Bug 1262727: [webm] Ensure first frame returned after seek is a keyframe. r=kinetik, a=lizzard
Same after a reset or the first frame ever returned by the demuxer.

MozReview-Commit-ID: 6b7XlIk5GE4
2016-04-07 17:40:16 +10:00
Gijs Kruitbosch
9b6d4841f4 Bug 1262772 - html checkboxes in in-content pages should stop taking pointer events because they're hidden, r=jaws, a=lizzard
MozReview-Commit-ID: 6UC5sYmDHOU
2016-04-07 11:40:11 +01:00
Jan Henning
30b0113ed2 Bug 1263334 - Check VBR header is valid before using it for duration calculations. r=esawin, a=lizzard
MozReview-Commit-ID: KPrn5WeXUuF
2016-04-09 20:38:45 +02:00
Tobias Schneider
db2e7f3722 Bug 1262767 - NS_ERROR_FAILURE in nsITelemetry.getKeyedHistogramById when opening miniclip.com. r=bsmedberg, a=ritu 2016-04-07 10:46:00 -04:00
Carsten "Tomcat" Book
611f4cad0d Backed out changeset 6bba1d23fd2c (bug 1256992) for problems in conflict resolution 2016-04-13 16:23:59 +02:00
Carsten "Tomcat" Book
f941ff23d8 Backed out changeset 727c6549ed88 (bug 1256992) 2016-04-13 16:23:30 +02:00
Bob Owen
f222b069b5 Bug 1256992 Part 2: Move SandboxBroker Initialization earlier and add telemetry and extra null checks. r=aklotz, a=ritu
MozReview-Commit-ID: Fu05wLn27UG
2016-04-07 08:28:14 +01:00
Bob Owen
38ac893967 Bug 1256992: Initialize Windows sandbox BrokerServices before any child processes are created. r=aklotz, r=bholley, a=ritu 2016-03-23 08:10:43 +00:00
Xidorn Quan
5e5a15a8a4 Bug 1260102 followup - Simplify newly added test with util functions. a=test-only
MozReview-Commit-ID: lodB36EXUK
2016-04-04 10:21:22 +10:00
Xidorn Quan
08fdabbbc1 Bug 1260102 - Pass isHandlingUserInput through process boundary for content menu command. r=mrbkap, a=ritu
MozReview-Commit-ID: FMQOFpeO6yn
2016-03-29 14:58:43 +11:00
Peter Chang
f661ffab3b Bug 1254829 - Calling TerminateProcess for WindowsXP to bypass DLL detach handler, r=bsmedberg, a=ritu
MozReview-Commit-ID: 41fuZobVVyv
2016-04-06 10:05:58 +08:00
Julian Descottes
b762d19a43 Bug 1260053 - prevent sidebar resize when panel is collapsed; r=bgrins, a=ritu
The collapsible sidebar has min-height:35vh and max-height:75vh
when viewport-width < 700px (ie vertical layout).

These bounds should not apply when the panel is collapsed. The
collapsing relies on negative margins to hide the panel, which
can only work if the computed height remains constant once the
panel has been collapsed.

Added a new mochitest checking that the height and margin-bottom
are constant through a layout switch.

MozReview-Commit-ID: K6EGiBtJ11S
2016-03-30 12:11:35 +02:00
Cykesiopka
5e169a1449 Bug 1247798 - Make nsUrlClassifierDBService::Init() register pref observers only in the success case. r=gcp, a=ritu
These observers should only be added when everything else has succeeded.
Failing to do so can cause long shutdown hangs in certain situations such as during periodic HSTS update runs.

MozReview-Commit-ID: IoJ4PscS1u3
2016-04-03 00:58:43 -07:00
Mike de Boer
2e45271fb1 Bug 1244500 - add support for dark GTK themes when applied to toolbars and the tab strip. r=Gijs, a=lizzard 2016-04-08 16:10:41 +02:00
Shane Caraveo
dd7a4f5c4f Bug 1263032 - turn on pocket addon during tests, r=markh, a=ritu 2016-04-08 08:06:46 -07:00
Matt Woodrow
e41cd97e19 Bug 1238928 - Don't assume that our child list is unchanged in nsDisplayPerspective::BuildLayer. r=tnikkel, a=lizzard 2016-04-01 14:37:15 +13:00
Blake Kaplan
336393bb8f Bug 1253307 - Use a better function to load web handler apps in e10s. r=billm r=mconley, a=ritu 2016-03-11 14:31:55 -08:00
Kartikaya Gupta
76c3cd8735 Bug 1254273 - Align the displayport to a max of 256 pixels even if the layer is larger. r=BenWa, a=ritu
MozReview-Commit-ID: CLghUMWkJU8
2016-03-14 15:02:43 -04:00
Timothy Nikkel
6c539ebfaa Bug 1263474. Convert three tests image/test/mochitest/chrome.ini to mochitest-plain. r=kats a=tests-only 2016-04-11 20:52:40 -05:00
Timothy Nikkel
94cc95e6ef Bug 1262269. Re-enable some imagelib tests that are passing. a=tests-only 2016-04-10 19:21:48 -05:00
Carsten "Tomcat" Book
58c6c6ab53 Backed out changeset 71cedf188b34 (bug 1253803) for XPCshell test failures 2016-04-12 13:29:18 +02:00
Carsten "Tomcat" Book
28b0932ca6 Backed out changeset 86fe93b28b17 (bug 1256952) for bustage 2016-04-12 12:00:31 +02:00
Mark Banner
1ec23b283e Bug 1257154 - Switch to getting DOM title updates via a frame script to work better with e10s. r=mikedeboer, a=ritu 2016-04-01 13:54:08 +01:00