Commit Graph

163223 Commits

Author SHA1 Message Date
Nathan Froyd
27baf5b8e9 Bug 901022 - write to MOZ_TRACE_FILE when the visual event tracer is stopped; r=honzab
DONTBUILD because NPOTB
2013-07-25 12:21:58 -04:00
Ehsan Akhgari
d97e662100 Bug 959768 - Add non-unified mozconfigs for desktop and mobile builds (linux64 bits); r=catlee 2014-01-15 10:36:22 -05:00
Ryan VanderMeulen
40582d9eaa Bug 946065 - Fix broken indentation in testing/mochitest/Makefile.in. DONTBUILD 2014-01-15 10:31:10 -05:00
Timothy Nikkel
5ca1028dd3 Bug 909305. Use crisp edge rendering to avoid small rounding differences in image scaling. r=emorley 2014-01-15 09:21:31 -06:00
James Willcox
8057b8d356 Bug 900592 - Correctly size plugins on Android according to resolution r=kats
--HG--
extra : rebase_source : e25d84fa64b29cb325a7a50a72e410cb14c7e083
2014-01-15 09:16:41 -06:00
Kartikaya Gupta
428dbae2d2 Bug 900592 - Add nsPresShell::GetCumulativeResolution r=tn
--HG--
extra : rebase_source : 335da23741801779ff23c0a2802f286dddb6f49d
2014-01-15 09:16:41 -06:00
James Willcox
97c8bcd01a Bug 957694 - Fix invalidation issue with Flash on Android r=tn
--HG--
extra : rebase_source : 944fd846a7e865183933df929a7e5f0959da60c6
2014-01-15 09:16:40 -06:00
James Willcox
25f8921882 Bug 935676 - Always try to reload invlalid plugins on Android r=jaas
--HG--
extra : rebase_source : 33b84ddc909f2f2a5f695914425c755d304e1b23
2014-01-15 09:16:40 -06:00
James Willcox
5d25f7d1ba Bug 935676 - Stub out missing Flash symbols r=glandium
--HG--
extra : rebase_source : 7e02a6283a6ee53b3749e1816d4005b238085954
2014-01-15 09:16:33 -06:00
Byron Campen [:bwc]
37aa05bfba Bug 906990: Part 14. Catch exceptions thrown by getStats, since this can fail in fairly innocuous circumstances. Also, do a better job of error reporting when the stats API is used on a closed PeerConnection. r=jib 2014-01-09 16:03:19 -08:00
Byron Campen [:bwc]
6196c7af59 Bug 906990: Part 13. Get local/remote candidates separately, instead of grabbing them from candidate pairs (means we can get candidates before pairing happens). r=ekr 2013-11-13 13:49:33 -08:00
Byron Campen [:bwc]
2a0a056731 Bug 906990: Part 12. Report statistics from all components when the MediaStreamTrack is not specified. r=ekr, r=jib 2014-01-14 08:48:27 -08:00
Frédéric Wang
cbf8e73573 Bug 838509 - Part 3: Update tests for mstyle/math and add more tests. r=roc 2014-01-15 10:08:00 -05:00
Frédéric Wang
7ece756068 Bug 838509 - Part 2: Remove mstyle presentation data and frame class. r=roc 2014-01-15 10:07:45 -05:00
Frédéric Wang
fdc40c6f94 Bug 838509 - Part 1: Make MathML frames use GetAttr instead of GetAttribute. r=roc 2014-01-15 10:07:06 -05:00
Ali Akhtarzada
e95469b62c Bug 958490 - Implement ImageContainer::Lock/GetAsCurrentSurface. r=nical
Added member functions GetCurrentAsSourceSurface and
LockCurrentAsSourceSurface to return a gfx::SourceSurface instead
of a gfxASurface.

Deprecated LockCurrentAsSurface and GetCurrentAsSurface
2014-01-15 10:06:43 -05:00
Ali Akhtarzada
d03468c1ae Bug 958489 - Implement base Image::GetAsSourceSurface. r=nical
Added an Image::GetAsSourceSurface to return a gfx::SourceSurface
and implemented in terms of gfxPlatform::GetSourceSurfaceForSurface.

Deprecated GetAsSurface.
2014-01-15 10:06:43 -05:00
Nick Lebedev
74c26e30db Bug 795567 - Part 7: Add gtests for the apzc to cover touch-action stuff. r=kats 2014-01-15 10:03:16 -05:00
Nick Lebedev
0f9c55aa1c Bug 795567 - Part 6: Change order of dispatching touch events according to the touch-action value and triggered default behavior in the apzc. r=jimm 2014-01-15 10:03:16 -05:00
Nick Lebedev
182400607b Bug 795567 - Part 5: Add zoom prevention based on the touch-action value. r=kats 2014-01-15 10:03:16 -05:00
Nick Lebedev
9658ee90e0 Bug 795567 - Part 4: Rework apzc to wait for touch-action value from content as it waits for preventDefault value from listeners. r=kats 2014-01-15 10:03:15 -05:00
Nick Lebedev
7ee05aa952 Bug 795567 - Part 3: Add panning restriction and retrieving of touch-action value to apzc. r=kats 2014-01-15 10:03:15 -05:00
Nick Lebedev
3bc8322d83 Bug 795567 - Part 2: Introduce ContentHelper class that will be responsible for retrieving touch-action info from content and setting it to widget. r=kats 2014-01-15 10:03:15 -05:00
Nick Lebedev
f28ec5074b Bug 795567 - Part 1: Add touch-action css property to the style system. r=dbaron 2014-01-15 10:03:15 -05:00
Art Rothstein
4477acf061 Bug 791784 - Add serialization to avoid a thread race when a plug-in crashes during Firefox shutdown. r=ted, r=bsmedberg 2014-01-15 10:03:14 -05:00
Rik Cabanier
55f07ac63c Bug 959820 - Rename drawSystemFocusRing to drawFocusIfNeeded. r=roc
--HG--
rename : content/canvas/test/reftest/drawSystemFocusRing-ref.html => content/canvas/test/reftest/drawFocusIfNeeded-ref.html
rename : content/canvas/test/reftest/drawSystemFocusRing.html => content/canvas/test/reftest/drawFocusIfNeeded.html
2014-01-15 09:50:31 -05:00
Andrea Marchesini
6774ee1be8 Bug 959684 - Implement URLSearchParams stringifier. r=ehsan 2014-01-15 09:50:18 -05:00
Francois Marier
6de9b02415 Bug 948881 - Remove inline JavaScript in body events. r=ttaubert 2014-01-15 09:50:04 -05:00
James Kitchener
fb9fc7a8ec Bug 442637 - Add ssty related tests. r=fredw 2014-01-15 09:49:41 -05:00
James Kitchener
dbd39cd286 Bug 442637 - Apply ssty font feature setting to appropriate MathML elements. r=roc
--HG--
rename : layout/generic/MathVariantTextRunFactory.cpp => layout/generic/MathMLTextRunFactory.cpp
rename : layout/generic/MathVariantTextRunFactory.h => layout/generic/MathMLTextRunFactory.h
2014-01-15 09:49:20 -05:00
James Kitchener
b60f7ce175 Bug 442637 - MathML changes to support ssty setting. r=fredw 2014-01-15 09:49:00 -05:00
Josiah Bruner
1c3760823d Bug 411273 - Switch busy/wait cursor on OS X to use the system's busyButClickableCursor. r=smichaud 2014-01-14 09:36:41 -05:00
David Zbarsky
f528a10bbe Bug 952977: Remove DocumentRendererShmem and DocumentRendererNativeID r=nical 2014-01-15 09:26:51 -05:00
David Zbarsky
def3b9be06 Bug 952973: Perform some content/base decom r=bz 2014-01-15 09:26:51 -05:00
Boris Zbarsky
ddc3b26bdf Bug 959932. Fix some unsafe address issues in js/src/vm. r=sfink 2014-01-15 09:04:33 -05:00
Boris Zbarsky
61df1e8862 Bug 959934. Fix unsafe address hazards in jsopcode.cpp. r=sfink 2014-01-15 09:04:33 -05:00
Nicholas Hurley
1bfb1b9283 Bug 959799 - Fix autogen include guard error. r=mcmanus 2014-01-15 08:22:30 -05:00
Benoit Jacob
891756510c Bug 950113 - Avoid destroying our texture everytime we composite a ImageHost - r=nical 2014-01-15 07:45:28 -05:00
Olli Pettay
1122de401a Bug 930793 - Remove favor performance mode, r=roc,avih
--HG--
extra : rebase_source : 5b466917ad1b1b5ef75119cfbeba75861cb49823
2014-01-15 14:00:52 +02:00
Olli Pettay
abaf2209f3 Bug 948092, Random failure in test_largemenu.xul, r=roc
--HG--
extra : rebase_source : 178c57b3dff9012ef9e95e379e668da4186bac6b
2014-01-15 14:00:44 +02:00
Chris Lord
be78778251 Bug 950993 - Fix async scrolling of fixed layers within scrollable sub-layers. r=roc
Fixed layers are relative to their nearest scrollable ancestor, so when we
encounter a scrollable layer in AlignFixedAndStickyLayers, reset the transform
and sub-tree root to start from that scrollable layer.

This fixes async scrolling of the fixed header in the Firefox marketplace on
B2G.
2014-01-15 12:15:50 +00:00
Till Schneidereit
988f625590 Bug 959846 - Only build the js/src/assembler/assembler/*.cpp files for the targeted platform. r=glandium
--HG--
extra : rebase_source : 8b421f83a53c4508e8371cf9c118cbd2ddce451e
2014-01-15 11:27:12 +01:00
Jon Coppeard
809a6fa31d Bug 959683 - Use rooting typedefs consistently in our public API r=sfink 2014-01-15 10:31:00 +00:00
Kai-Zhen Li
87b926b16a Bug 957450 - fix compile error from jemalloc in gonk-kk. r=gal 2014-01-10 14:14:53 +08:00
Solomon Chiu
013e9ff633 Bug 958420 - The follow up bug for removing one additional PIXEL_FORMAT_A_8. r=mwu. 2014-01-15 18:06:53 +08:00
Chris Karlof
b226e1c4ec Bug 959859: Update remote Firefox Accounts content URL to use new deployment. r=markh 2014-01-15 09:53:41 +01:00
Peter Chang
b23368a0a1 Bug 956432 - Fix the rounding inside DrawTargetSkia::DrawSurface(), r=gw280 2014-01-15 15:16:39 +08:00
Marco Chen
c601f4d618 Backout 977d6be3df40 Bug 957450 - The added "or condition" didn't prevent gonk-kk version fall into non-const definition. 2014-01-15 15:55:12 +08:00
Mike Hommey
1a8681aff4 Bug 959254 - Make MappableSeekableZStream::ensure mprotect error message more useful for debugging failures. r=nfroyd 2014-01-15 16:21:45 +09:00
Malini Das
6d257fd81a Bug 956803 - Fix busted autogen docs, r=wlach 2014-01-15 15:18:23 +08:00