Commit Graph

285683 Commits

Author SHA1 Message Date
Phil Ringnalda
071a4d28b4 Back out 2 changesets (bug 1245992) for several browser-chrome failures
Backed out changeset 6d9614f87daf (bug 1245992)
Backed out changeset 34e6eea401e3 (bug 1245992)
2016-02-25 19:15:16 -08:00
Seth Fowler
f5c17e0263 Bug 1171371 - On memory-pressure, remove any stale images from the visible images list. r=tn 2015-06-04 11:08:19 -07:00
Yoshi Huang
d1b2421fdc Bug 1225053 - use null principal in gfxSVGGlyphs.cpp r=edwin
From 5dc33ddf1254acb5356490a4d1a50b97ae61c7e2 Mon Sep 17 00:00:00 2001
---
 gfx/thebes/gfxSVGGlyphs.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
2016-02-19 15:35:24 +08:00
Nicholas Nethercote
6c24b952da Bug 1251458 - Reinstate annotation handling in .xpt files. r=khuey.
Even though the .xpt files we produce never have annotations, .xpt files in the
wild might have them. This partly undoes part 3 of bug 1248534.
2016-02-26 10:47:36 +11:00
Boris Zbarsky
2076b80522 Bug 1250975. Stop passing a JSContext argument to WorkerRunnable::PreDispatch and its overrides. r=khuey 2016-02-25 16:05:39 -05:00
Boris Zbarsky
a535bc876c Bug 1250963 part 2. Remove the unused JSContext argument of WorkerPrivate::ModifyBusyCount. r=khuey 2016-02-25 16:05:39 -05:00
Boris Zbarsky
e70ae0da16 Bug 1250963 part 1. Change NotifyRunnable::Dispatch to not require a JSContext. r=khuey
The only reason NotifyRunnable::Dispatch needs a JSContext is so that it can call
ModifyBusyCount in Pre/PostDispatch.  The only reason that needs a JSContext is
to call Cancel(), which only needs it to call Notify(), which only needs it to
call NotifyPrivate, which only needs it to dispatch a NotifyRunnable.
2016-02-25 16:05:39 -05:00
Makoto Kato
80f2648848 Bug 1250772 - Remove softkb-change observer listener. r=mossop
MozReview-Commit-ID: 2PkpjTSVSsM
2016-02-24 12:52:38 +09:00
Nathan Froyd
b0fdb48ce8 Bug 1251495 - remove unnecessary Logging.h include from nsStaticAtom.h; r=erahm 2016-02-25 16:38:26 -05:00
Cameron McCormack
7298fc16e7 Bug 1250790 - Don't try to add CSSStyleSheets from the style sheet service to a ServoStyleSet. r=bholley 2016-02-26 12:51:02 +11:00
Cameron McCormack
3f34d1c075 Bug 1250788 - Unified build fix. 2016-02-26 12:51:02 +11:00
Cameron McCormack
746af41d97 Bug 1250788 - Part 6: Create ServoStyleSheets for the pref style sheet. r=bholley 2016-02-26 12:51:02 +11:00
Cameron McCormack
cf095bf97e Bug 1250788 - Part 5: Create and parse ServoStyleSheets in css::Loader. r=bholley 2016-02-26 12:51:02 +11:00
Cameron McCormack
a58149b77a Bug 1250788 - Part 4: Implement enough of ServoStyleSet to handle the UA style sheets being added to it. r=bholley 2016-02-26 12:51:02 +11:00
Cameron McCormack
dff765bed7 Bug 1250788 - Part 3.3: Implement enough of ServoStyleSheet for Loader to be able to create and parse one. r=bholley 2016-02-26 12:51:01 +11:00
Cameron McCormack
7302b48bd6 Bug 1250788 - Part 3.2: Factor out CSSStyleSheet members so they can be used by ServoStyleSheet. r=bholley 2016-02-26 12:51:01 +11:00
Cameron McCormack
e0054df990 Bug 1250788 - Part 3.1: Factor out CSSStyleSheetInner members so they can be used by ServoStyleSheet. r=bholley 2016-02-26 12:51:01 +11:00
Cameron McCormack
6ac951d45d Bug 1250788 - Part 2: Expose IsCSSSheetType method. r=bholley 2016-02-26 12:51:01 +11:00
Cameron McCormack
e3b05cd57d Bug 1250788 - Part 1: Add interface to create and parse Servo style sheets. r=bholley 2016-02-26 12:51:01 +11:00
Jeff Gilbert
a879b184f6 Bug 1249483 - Stop filling A with 1.0 on readback from no-alpha. - r=jrmuizel 2016-02-25 17:47:50 -08:00
Sotaro Ikeda
efdb25901c Bug 1251155 - Remove GLContext from VideoDataDecoder r=snorp 2016-02-25 17:11:55 -08:00
Kim Moir
5d23555079 Bug 1249676 - Beetmove source tarball/bundle r=rail DONTBUILD 2016-02-25 20:08:01 -05:00
Ehsan Akhgari
261e52113c Bug 1250985 - Part 2: Prevent copy constructing a Request object with navigate mode if a RequestInit member is present; r=bzbarsky 2016-02-25 19:49:06 -05:00
Ehsan Akhgari
baa6ef3c82 Bug 1250985 - Part 1: Add a way to identify whether a WebIDL dictionary has any members present; r=bzbarsky 2016-02-25 19:49:06 -05:00
Masayuki Nakano
362c527ca5 Bug 1250050 Add a pref to disable supporting mouse wheel of windowless plugins on Windows r=smaug 2016-02-26 09:41:59 +09:00
Karl Tomlinson
67c3268be1 bug 1199602 emit resume-events on GdkFrameClock if flush/resume not balanced at dispose r=acomminos
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=742636 in affected GDK versions.
2016-02-26 11:19:24 +13:00
Karl Tomlinson
83b83d065a bug 1199602 give existing wrap_gtk_window_check_resize internal linkage r=acomminos 2016-02-24 18:42:09 +13:00
Seth Fowler
1058fd9868 Bug 1246851 (Part 4) - Add a test suite for SurfacePipes and SurfaceFilters. r=njn 2016-02-25 16:21:29 -08:00
Seth Fowler
9600920c51 Bug 1246851 (Part 3) - Add a factory for constructing SurfacePipes. r=njn 2016-02-25 16:21:29 -08:00
Seth Fowler
1b6b827198 Bug 1246851 (Part 2) - Add SurfaceFilter implementations for basic surface output operations. r=njn 2016-02-25 16:21:29 -08:00
Seth Fowler
351a8a2110 Bug 1246851 (Part 1) - Add a new SurfacePipe API for writing to image surfaces in a safe and composable manner. r=njn 2016-02-25 16:21:29 -08:00
Brian Smith
767b594857 Bug 571126: Remove NECKO_SEPARATE_STACKS support, r=jduell 2016-02-25 15:56:44 -08:00
Francois Marier
d95e0faa2b Bug 1245992 - Remove unused Safe Browsing strings. r=past
MozReview-Commit-ID: KHy6731OZJd
2016-02-24 16:23:25 -08:00
Francois Marier
51918f118e Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past
MozReview-Commit-ID: JnYOqtCIib7
2016-02-24 16:23:25 -08:00
Nicholas Nethercote
3491710f65 Bug 1251298 - Null out |*idp| when necessary in DoInterfaceDescriptor. r=khuey. 2016-02-26 10:15:16 +11:00
Seth Fowler
3331d4868e Bug 1246841 - Allow construction of Variant values using type inference. r=waldo 2016-02-25 14:34:12 -08:00
Seth Fowler
f05b54cefc Bug 1246838 - Handle const qualifiers and references better in Variant. r=waldo 2016-02-25 14:34:12 -08:00
Wes Kocher
141be35560 Merge m-c to inbound, a=merge 2016-02-25 14:38:16 -08:00
Wes Kocher
8dba33236d Merge fx-team to central, a=merge 2016-02-25 14:32:51 -08:00
Marco Bonardo
bd68663e21 Backed out changeset 12c77a8f0e4a (bug 976940) cause consumers are not ready for it. r=post-facto
MozReview-Commit-ID: HGOeEgMFTLk
2016-02-25 17:15:01 +01:00
Nicolas B. Pierron
24bbfda973 Bug 1249736 - Remove redundant StartType from MStart. r=jandem 2016-02-25 14:21:46 +00:00
Ehsan Akhgari
53fb60f8a8 Bug 1250987 - Make RequestInit.body nullable; r=bzbarsky 2016-02-25 09:12:42 -05:00
Ehsan Akhgari
a8625be770 Bug 1250986 - Make Request.referrer a USVString; r=bzbarsky 2016-02-25 09:11:35 -05:00
Jan de Mooij
97490a9844 Bug 1250165 - Implement wasm i64 bitwise ops. r=luke 2016-02-25 14:59:32 +01:00
Jan de Mooij
652f42e2a3 Bug 1249601 - Implement wasm i64 comparisons. r=sunfish 2016-02-25 14:59:01 +01:00
Nicolas Silva
52c6bb0062 Bug 1250873 - Rename HasInternalBuffer into HasIntermediateBuffer in layers. r=sotaro 2016-02-25 14:15:58 +01:00
Nicolas Silva
9f3f154132 Bug 1250500 - Avoid copying BufferTextureHost when possible. r=sotaro 2016-02-25 14:15:52 +01:00
Nicolas Silva
8b61ad7887 Bug 1249273 - Lazily prepare TextureSources and recycle them when possible in ImageHost. r=sotaro 2016-02-25 14:15:40 +01:00
Nicolas Silva
e2fa49d38c Bug 1249273 - Enable BufferTextureHost to recycle a TextureSource that is not marked as owned. r=sotaro 2016-02-25 14:15:34 +01:00
Nicolas Silva
38945a64c9 Bug 1250117 - Trivial b2g build fix. r=me 2016-02-25 13:50:27 +01:00