Cameron McCormack
7b8f969720
Bug 1028497 - Part 6: Have a FontFace::Entry class extending gfxUserFontEntry that can inform the FontFaceSet about loading. r=jdaggett
...
We can't make FontFace inherit from gfxUserFontEntry, since the former
is cycle collected. So instead, we have a small class that inherits
from it that will override its virtual methods and forward things on to
the FontFace object.
We make gfxUserFontSet::CreateFontFace virtual so we can override it to
produce instances of our gfxUserFontEntry subclass.
2014-10-02 12:32:06 +10:00
Cameron McCormack
1af7e9d722
Bug 1028497 - Part 5: Implement document.fonts. r=bzbarsky
2014-10-02 12:32:06 +10:00
Cameron McCormack
1ab9074459
Bug 1028497 - Part 4: Move the nsUserFontSet object into FontFaceSet. r=jdaggett
...
This (a) moves ownership of the gfxUserFontSet into FontFaceSet, (b) moves
nearly all of the functionality of nsUserFontSet into FontFaceSet, and (c)
adds a class that inherits from gfxUserFontSet so that we can override some
of its virtual functions and delegate them to the FontFaceSet.
2014-10-02 12:32:05 +10:00
Cameron McCormack
57b587aadd
Bug 1028497 - Part 3: Add skeleton implementations of CSSFontFaceLoadEvent, FontFace, FontFaceSet and FontFaceSource. r=jdaggett
2014-10-02 12:32:05 +10:00
Cameron McCormack
65626faba5
Bug 1028497 - Part 2: Add Web IDL interfaces for CSS Font Loading API. r=bzbarsky
2014-10-02 12:32:05 +10:00
Cameron McCormack
f38d29ae49
Bug 1028497 - Part 1: Add pref for CSS Font Loading API.
...
We start with this preffed off even in Nightly builds since we'll need
to support iterators on FontFaceSet objects (and remove the indexed
getter) before exposing it to authors.
2014-10-02 12:32:05 +10:00
Nicholas Nethercote
7264ca8247
Bug 1069034 - Update Valgrind suppressions to handle the more detailed stack traces given by Valgrind 3.10. r=jseward.
...
--HG--
extra : rebase_source : 4e9eff4e912d1e182863429cf3f7da5cfbaedc10
2014-10-01 20:27:37 -07:00
Randell Jesup
c2bf5b3435
Bug 1073350: Validate that returned decoded Shmems have enough data r=cpearce
2014-10-01 22:13:18 -04:00
Eric Rahm
05a750217a
Bug 1076417 - nsNativeThemeGTK.h is missing an include guard. r=roc
...
--HG--
extra : rebase_source : 7f24f20b6602cf5b044fac87ccc1a72cc6d7f934
2014-10-01 19:01:21 -07:00
Daniel Holbert
4dde5e0d48
Backout 0ae42938a72d (bug 1073350) for build bustage, on a CLOSED TREE
2014-10-01 18:23:17 -07:00
Kartikaya Gupta
0cfbaa97c5
Bug 1043859 - Fix the code to remove the async transform from scrollbar layers that are descendants of their content. r=botond
2014-10-01 17:49:31 -04:00
Kartikaya Gupta
77e82458f5
Bug 1043859 - Expose the APZC overscroll transform as a separate function. r=botond
2014-10-01 17:49:31 -04:00
Kartikaya Gupta
e9a17a651f
Bug 1068571 - Clear velocity on touch-end even if in the NOTHING state. r=botond
2014-10-01 17:49:30 -04:00
Kartikaya Gupta
acdc2ef85e
Bug 1074985 - Remove unimplemented method declarations. r=wesj
2014-10-01 17:49:30 -04:00
Randell Jesup
6faff21702
Bug 1073350: Validate that returned decoded Shmems have enough data r=cpearce
2014-10-01 20:39:08 -04:00
Randell Jesup
b5cc736324
Bug 1073345: Block duplicate Shmems from the GMP SharedMemory cache r=cpearce
2014-10-01 20:39:04 -04:00
Stephen Pohl
ce4be97120
Bug 1075492: Fix broken ./mach webapprt-test-chrome on OSX (due to v2 signature changes). r=myk
2014-10-01 20:38:50 -04:00
Neil Rashbrook
220d256414
Bug 1074114 Propagate error thrown when constructing the JS implementation r=bz
2014-10-02 01:37:50 +01:00
Seth Fowler
1f199f4294
Back out bug 1057904, bug 1060869, bug 923302 for bustage
...
--HG--
extra : rebase_source : fe24318671f3fd9cccb822c65a9581f09612d8c6
2014-10-01 17:33:49 -07:00
Eric Rahm
6f45f5dd6c
Bug 1075984 - SpdyZlibReporter.h is missing an include guard. r=froydnj
...
--HG--
extra : rebase_source : 1765ff21f520e07da6337ce0b4a8c1190d46fdb7
2014-10-01 13:57:18 -07:00
Eric Rahm
2647f50026
Bug 1075966 - ccapp_task.h lacks an include guard. r=bwc
...
--HG--
extra : rebase_source : 76ea63e7123203f7b1425c99bf4bd27205e5f630
2014-10-01 13:56:52 -07:00
Karl Tomlinson
5414d1c0ab
b=1012609 improve PeriodicWave phase-wrapping logic r=rillian
...
This approach takes advantage of the fact that periodicWaveSize is a power of
2 and uses unsigned integer modulo arithmetic to find the appropriate phase
of the period.
--HG--
extra : rebase_source : bb5fc413785d5f12a76cff4cbb5ba2ed5e979b41
2014-09-30 18:10:03 +13:00
Seth Fowler
b1807775a9
Bug 923302 - Add explicit memory reporting for SurfaceCache. r=njn
...
--HG--
extra : rebase_source : 08187da628ee01f41a2722913ddd0461c446808c
2014-10-01 17:16:42 -07:00
Seth Fowler
96fc1b7eaf
Bug 1060869 (Part 2) - Store the first frame of a RasterImage in the SurfaceCache. r=tn
...
--HG--
extra : rebase_source : a342c3212d1ce3dcc69be11517abea3d88cad217
2014-10-01 17:16:41 -07:00
Seth Fowler
35a8f74544
Bug 1060869 (Part 1) - Add lifetime control to SurfaceCache. r=dholbert
...
--HG--
extra : rebase_source : f206133c8076aa17afc93d6ffd7f6fabbc8de4d5
2014-10-01 17:16:39 -07:00
Seth Fowler
0f9ff85399
Bug 1057904 (Part 2) - Make imgFrame::LockImageData and UnlockImageData private. r=tn
...
--HG--
extra : rebase_source : 8656f0cb4e7bd0a43829e05569081cfd5944e025
2014-10-01 17:16:38 -07:00
Seth Fowler
7eaacb9bc1
Bug 1057904 (Part 1) - Use RawAccessRef in FrameBlender and related classes and clean up. r=tn
...
--HG--
extra : rebase_source : 3db04af1bc426e325be884a59f0bb77491f3bb09
2014-10-01 17:16:36 -07:00
Mike Hommey
30749bbb89
Bug 1063437 - Remove MozbuildSandbox.normalize_path. r=gps
2014-10-02 09:14:08 +09:00
Mike Hommey
a98805beff
Bug 1063437 - Use SourcePath smart type for sandbox includes. r=gps
2014-10-02 09:14:08 +09:00
Mike Hommey
24467333ae
Bug 1063432 - Do type coercion on sandbox function arguments. r=gps
2014-10-02 09:14:08 +09:00
Mike Hommey
c5cfe825f5
Bug 1063414 - Make DIRS relative to the file they were added from. r=gps
2014-10-02 09:14:07 +09:00
Mike Hommey
1293137207
Bug 1063414 - Move sandbox execution stack to context.Context. r=gps
2014-10-02 09:14:07 +09:00
Mike Hommey
8844c6aea2
Bug 1063414 - Add infrastructure to follow what the current file being processed is in a Context. r=gps
2014-10-02 09:14:07 +09:00
Mike Hommey
2ff412e6fe
Bug 1062221 - Change how DIRS and TEST_DIRS are handled. r=gps
...
Up to now, DIRS and TEST_DIRS were dumb values. This change makes them
a list of ContextDerivedValues, and handles the fact that some types of
paths are relative to the current source directory and others to the
topsrcdir.
This also makes us one step closer to fixing bug 991983.
2014-10-02 09:14:07 +09:00
Mike Hommey
0412683b7d
Bug 1062221 - Replace add_tier_dir with DIRS. r=gps
2014-10-02 09:14:07 +09:00
Mike Hommey
29a2985c25
Bug 1062221 - Add a TypedList type and refactor mozbuild.util lists. r=gps
2014-10-02 09:14:06 +09:00
Byron Campen [:bwc]
44cdffc74c
Bug 1072044: Fire ICE signals on main. r=mt
2014-10-01 17:14:06 -07:00
Jeff Gilbert
e49ab30279
Bug 1048108 - Workaround ANGLE not having no-alpha surfaces. - r=kamidphish
2014-10-01 17:05:34 -07:00
Jeff Gilbert
f4aae2ef5e
Bug 1048108 - Don't require alpha on ANGLE. - r=kamidphish
2014-10-01 17:05:34 -07:00
Jeff Gilbert
149d30b424
Bug 1048108 - Actually iterate through configs. - r=kamidphish
2014-10-01 17:05:33 -07:00
Wes Kocher
c56e46ef10
Merge b-i to m-c a=merge despite the CLOSED TREE
2014-10-01 17:02:51 -07:00
Wes Kocher
e12565592e
Merge inbound to m-c a=merge despite the CLOSED TREE
2014-10-01 16:26:44 -07:00
Wes Kocher
1c285a7fb0
Merge fx-team to m-c a=merge despite the CLOSED TREE
2014-10-01 16:02:06 -07:00
Ms2ger
bd7f9a08ed
No bug - Add documentation about the JSPROXYSLOT_EXPANDO slot; r=bz over IRC a=KWierso to land with DONTBUILD on a CLOSED TREE.
2014-10-01 23:05:54 +02:00
Jonathan Kew
60f9199f96
Bug 902762 pt 7 - Draw caret appropriately for vertical textruns. r=smontagu
2014-10-01 20:25:50 +01:00
Jonathan Kew
c917261bbb
Bug 902762 pt 6 - Handle vertical textruns for mouse click in nsTextFrame. r=smontagu
2014-10-01 20:25:50 +01:00
Jonathan Kew
792d2f95f7
Bug 902762 pt 5 - Handle vertical textruns when painting text in nsTextFrame. r=smontagu
2014-10-01 20:25:49 +01:00
Jonathan Kew
ab0dd64695
Bug 902762 pt 4 - Support for orientation:sideways-right when drawing vertical textruns. r=jdaggett
2014-10-01 20:25:49 +01:00
Jonathan Kew
3d50298059
Bug 902762 pt 3 - Make DrawPartialLigature aware of vertical runs. r=jdaggett
2014-10-01 20:25:49 +01:00
Jonathan Kew
de65ac10da
Bug 902762 pt 2 - Support for vertical textruns and fonts through gfxTextRun::Draw. r=jdaggett
2014-10-01 20:25:48 +01:00