Jonathan Watt
438e3b7acc
Bug 1083221 - Port the code that uses nsRenderingContext::DrawEllipse/FillEllipse and gfxContext::Ellipse to Moz2D. r=mattwoodrow
2014-10-16 12:03:44 +01:00
Markus Stange
52c38f9c90
Bug 1078262 - Only use the fixed epsilon for the translation components. r=roc
2014-10-16 12:37:09 +02:00
Jonathan Watt
ac6a80c07a
Bug 1083215, part 2 - Convert drawing of HTML image map area focus to Moz2D. r=mattwoodrow
2014-10-16 10:51:14 +01:00
Jonathan Watt
2d64c7f677
Bug 1082553 - Remove a few unnecessary nsRenderingContext includes and forward declarations. r=Bas
2014-10-16 10:51:13 +01:00
Jonathan Watt
f440265515
Bug 1082483, part 2 - Convert Mozilla code to use the new Matrix4x4::PreTranslate/PreScale method names. r=Bas
2014-10-16 10:51:12 +01:00
Carsten "Tomcat" Book
e98d3a9fb7
Backed out changeset 1abddb50ed34 (bug 1081867) for bustage on a CLOSED TREE
2014-10-16 11:42:11 +02:00
Jonathan Kew
632e464132
Bug 1083104 - Fix misuse of physical instead of logical dimension for line breaking. r=smontagu
2014-10-16 09:40:20 +01:00
Jonathan Kew
5e0613caf5
Bug 1080621 - Don't pass nscoord in-params by reference in nsBidiPresUtils methods. r=smontagu
2014-10-16 09:40:20 +01:00
Jonathan Kew
7630381bcf
Bug 1081867 - Convert textrun metrics to physical coordinates before merging with visual-overflow region. r=smontagu
2014-10-16 09:40:19 +01:00
pchang
5b6f9bba1a
Bug 1067243 - Refine the selection reason matching logic to toggle the visibility of selection carets. r=roc
2014-09-26 15:14:35 +08:00
Christoph Kerschbaumer
faccbd4747
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
2014-10-15 19:11:45 -07:00
Ryan VanderMeulen
146137bfcf
Backed out changeset f7e1426249f2 (bug 949651) for mochitest-5 failures.
2014-10-15 18:58:56 -04:00
Bruno Peres
989a28438a
Bug 949651 - Serialize all pseudo-elements with the two-colon syntax, even those that allow one colon. r=dbaron
2014-10-15 14:50:58 -07:00
Michael Wu
e6fcb03522
Bug 1083393 - Remove unused thebes things in nsLayoutUtils, r=mattwoodrow
2014-10-15 17:13:14 -04:00
Bob Clary
340d36f641
Bug 1079931 - Update reftest remotereftest.py to support connecting to device by serial number, r=ahal.
2014-10-15 07:09:16 -07:00
Bobby Holley
5db385960b
Bug 1082450 - Remove exposedProps from reftest harness. r=gabor
2014-10-15 15:05:09 +02:00
Carsten "Tomcat" Book
9dba35bd2d
Backed out changeset e457165df2a3 (bug 1077872) for bustage
2014-10-15 10:40:02 +02:00
Lebedev Maksim
50f66ec121
Bug 1080361 - Add test for check exceptions in setPointerCapture function. r=smaug
2014-10-14 08:01:00 +02:00
Rik Cabanier
ea21dbafef
Bug 1077872 - Implement rendering of isolation CSS property. r=roc
2014-10-13 14:03:00 +02:00
Dirk Schulze
00b2902abf
Bug 1074522 - Implement ellipse()/circle() parsing and style computing. r=dbaron
2014-10-15 00:03:00 +02:00
Wes Kocher
bca70dd02e
Merge m-c to inbound a=merge
2014-10-14 17:35:16 -07:00
Wes Kocher
ae387ada3b
merge inbound to m-c a=merge
2014-10-14 17:17:55 -07:00
Kartikaya Gupta
cd6a4fa581
Bug 1071686 - Enable creation of an initial displayport on non-B2G platforms. r=mstange
2014-10-14 14:51:34 -04:00
Seth Fowler
22f39209eb
Bug 1081683 - Check for table cells correctly when warning about positioned table parts. r=bz
...
--HG--
extra : rebase_source : 0c69d17fbfcf3dd1273abf16988c70245522b349
2014-10-13 15:49:16 -07:00
Boris Zbarsky
d4b3d66986
Bug 1019191 part 15. Remove now-dead DOMCI_DATA bits. r=peterv
2014-10-22 11:40:49 -04:00
Jonathan Watt
9c163379be
Bug 1074161 follow-up to fuzz non-scaling-stroke-01.svg for max-diff=1 on some stroke edge pixels.
2014-10-22 16:39:51 +01:00
Jonathan Watt
a99383dd2d
Bug 1074161 follow-up to fuzz non-scaling-stroke-01.svg for max-diff=1 on some stroke edge pixels.
2014-10-22 14:59:24 +01:00
Simon Montagu
b3669f6e7a
Bug 1083748. Pass inline-size, not width, to ComputeSize. r=jfkthame
2014-10-22 06:34:44 -07:00
Simon Montagu
766f0bd9ac
Tests for bug 1083748 (not run in a default build). r=jfkthame
2014-10-22 06:34:41 -07:00
Aryeh Gregor
a5f0f59e83
Bug 1055722 - Remove spammy warning; r=smaug
2014-10-22 15:45:30 +03:00
Simon Montagu
33d279f7aa
Bug 1082844: when converting between logical and physical coordinates in nsLineLayout, use the width of the containing block as container-width for the root span, and the width of the root span for child spans. r=jfkthame
2014-10-22 05:14:41 -07:00
Simon Montagu
c7cfd8eb5e
Tests for bug 1082844 (not run in a default build). r=jfkthame
2014-10-22 05:14:39 -07:00
Jonathan Watt
7aae7b3aab
Bug 1087224 - Allow compareSnapshots and assertSnapshots to be passed fuzz values. r=smontagu
2014-10-22 12:29:06 +01:00
Jonathan Watt
e6864f37dd
Bug 1086610 - Get color working for ::-moz-tree-progressmeter again. r=mattwoodrow
2014-10-22 12:29:06 +01:00
Jonathan Watt
43b0709b04
Bug 1086708 - Rename the snapping variant of NSRectToRect to NSRectToSnappedRect. r=mattwoodrow
2014-10-22 12:29:06 +01:00
Jonathan Watt
baedfa2b56
Bug 1074161 - Avoid creating a Moz2D Path object to draw SVG <rect>, <image> and <line> elements. r=mattwoodrow
2014-10-22 12:29:05 +01:00
peter chang
c84a9648d2
Bug 1068461 - Locate the text frames from viewport frame to select word, r=roc
2014-10-15 10:43:29 +08:00
Alexandre Poirot
2ce0f0f484
Bug 1048441 - blacklist test_bug696020.html being too intermittent on mulet. r=ahal
2014-10-21 06:04:00 +02:00
Simon Montagu
c845c35600
Bug 1079139: make nsFlowAreaRect.mRect a LogicalRect. r=jfkthame
2014-10-21 15:16:13 -07:00
Jonathan Watt
5d826c8168
Bug 477504 - Snap to device pixels any CSS border edges that are painted as a polygon. r=mats
2014-10-22 10:48:37 +01:00
Jonathan Watt
8a5b88c425
Bug 1085092 - Fix stroking of SVG polygon elements. r=longsonr
2014-10-22 10:48:37 +01:00
Jonathan Watt
3c6d4978bd
Bug 1086714 - Change test_selection_underline.html's log output so that it can be used with reftest-analyzer.xhtml. r=dholbert
2014-10-22 10:48:37 +01:00
Jonathan Watt
8e749787f0
Bug 1084650, part 2 - Change test_reftests_with_caret.html's log output so that it can be used with reftest-analyzer.xhtml. r=dholbert
2014-10-22 10:48:36 +01:00
Jonathan Watt
96bc2f29f9
Bug 1084650, part 1 - Change test_reftests_with_caret.html's references to 'canvas' to 'iframe' to make the test less confusing. r=dholbert
2014-10-22 10:48:36 +01:00
Jonathan Watt
361c7c1514
Bug 1084665 - Make reftest-analyzer.xhtml support test/reference images of arbitrary dimensions. r=dholbert
2014-10-22 10:48:36 +01:00
Rik Cabanier
ace1b2a926
Bug 591600 - CSS gradients should work on premultiplied colors. r=mstange
...
--HG--
extra : rebase_source : 24d38e88d6efc8ed34960c3d3602b18f5bcd2c95
2014-10-22 08:13:56 +02:00
Robert O'Callahan
3bc8c5ea49
Bug 1081185. Traverse rect edges when searching for w=0 crossings instead of taking diagonals. r=mattwoodrow
...
--HG--
extra : rebase_source : c87d145abea750cf0d8b02f0ea387ec9148e6be1
2014-10-22 11:01:00 +13:00
Robert O'Callahan
5e0db56a10
Bug 1073290. Don't render with displayports if we're not painting to the window. r=mattwoodrow
...
--HG--
extra : rebase_source : 088b2156069248ac920d1a525d069b9a7330f980
2014-10-21 10:32:11 +13:00
Jonathan Kew
c021151c2e
Bug 1062963 - reftest that catches the floatmanager writing-mode mismatch bug on container resize. r=smontagu
2014-10-21 17:21:21 +01:00
Simon Montagu
ea6c771321
Bug 1062963 patch 3: make nsFloatManager's origin a LogicalPoint, adapt GetFlowAreas, AddFloats, ClearFloats, etc. to use it and make nsFloatManager region functions work with logical region. r=jfkthame
2014-10-21 15:16:12 -07:00
Simon Montagu
af76344d0a
Bug 1062963 patch 2: changes and additions to WritingModes.h. r=jfkthame
2014-10-21 15:16:12 -07:00
Simon Montagu
1c299d429d
Bug 1062963 patch 1: Logical coordinates in nsLineLayout:ReflowFrame and CanPlaceFrame. r=jfkthame
2014-10-21 15:16:11 -07:00
Benoit Girard
73fd622865
Bug 961871 - Part 4: Fix budget calculation by adding Maybe prerenderer and animate. r=roc
2014-10-21 21:55:55 -04:00
Benoit Girard
9a6afcf765
Bug 961871 - Part 3: Implement will-change budgeting. r=roc
2014-10-21 21:54:32 -04:00
Benoit Girard
a5d50725ad
Bug 961871 - Part 2: Refactor will-change scroll, pass through a nsDisplayListBuilder. r=mattwoodrow
2014-10-21 21:54:06 -04:00
Benoit Girard
ab5796ff6d
Bug 961871 - Part 1: Refactor ScrollingActive. r=mattwoodrow
2014-10-21 21:53:38 -04:00
Timothy Nikkel
835e640a3f
Bug 1062792. Don't add clipped out parts of a layer to the opaque region. r=roc
2014-10-21 20:33:12 -05:00
Alexander Surkov
e50d8c860b
Bug 1076816 - segregate XPCOM tree, r=davidb
2014-10-21 20:49:28 -04:00
Ryan VanderMeulen
ef48cdcf84
Merge m-c to inbound. a=merge
2014-10-22 16:38:48 -04:00
Dirk Schulze
9277664a6f
Bug 1081350 - Fix leak in clip-path computed style code. r=bz
2014-10-12 13:14:00 +02:00
Gina Yeh
485409e98d
Bug 989198, Patch 3: Dispatch BeforeAfterKeyboardEvent on b2g, r=smaug
...
---
b2g/app/b2g.js | 3 +
content/base/src/nsGkAtomList.h | 4 +
dom/events/EventNameList.h | 16 +++
dom/events/EventStateManager.cpp | 6 +
dom/ipc/PBrowser.ipdl | 2 +
dom/ipc/TabChild.cpp | 6 +-
dom/ipc/TabParent.cpp | 24 ++++
dom/ipc/TabParent.h | 1 +
layout/base/nsIPresShell.h | 12 +-
layout/base/nsPresShell.cpp | 250 ++++++++++++++++++++++++++++++++++++++
layout/base/nsPresShell.h | 26 ++++
modules/libpref/init/all.js | 3 +
12 files changed, 350 insertions(+), 3 deletions(-)
2014-10-14 15:09:24 +08:00
Morris Tseng
50aae8d054
Bug 1067231 - Send touch caret tap event. r=ehsan
2014-10-12 23:44:00 +02:00
Mats Palmgren
cb1bc7d9cb
Bug 1080352 - Update the rendering for <input type=range> after it was reset. r=jwatt
2014-10-13 11:48:33 +00:00
Ryan VanderMeulen
9db62ed8f4
Backed out changeset 7ab2fdaadd1a (bug 1078337) for crashes and reftest failures.
2014-10-12 20:39:44 -04:00
Matt Woodrow
a15ea23185
Bug 1078337 - Use the clipped image in DrawSingleImage if one was requested. r=seth
2014-10-13 11:49:22 +13:00
Robert Longson
60b4d85772
Bug 1067375 - Fix animateTransform in svg-as-image to invalidate properly. r=jwatt
2014-10-12 08:49:34 +01:00
Mihaita Ghiorghe
185dfb6cf6
Bug 1081013 - Removed unused parameter in AnimationPlayerCollection constructor. r=dholbert
2014-10-12 00:37:22 -07:00
Mats Palmgren
e594dd67cf
Bug 1076918. r=dbaron
2014-10-11 22:59:00 -07:00
Dirk Schulze
7b2da36d28
Bug 1077388 - Fix parsing/computing issue with polygon(). r=dbaron
2014-10-10 02:10:00 -04:00
Hallvord R. M. Steen
d4ac7b6bef
Bug 923971 - Prevent global F10 shortcut from overriding devtools one. r=enndeakin
2014-10-06 09:56:00 -04:00
Sebastian Hengst
1596679a9f
Bug 1078033 - Remove remaining Camino code. r=ted
2014-10-10 17:00:29 +02:00
Yonggang Luo
382afc0351
Bug 1066459 - Clamp the new top row index to the valid range before assigning it to mTopRowIndex when scrolling. r=kip
2014-10-11 06:22:00 -04:00
Ryan VanderMeulen
012100ceed
Merge inbound to m-c. a=merge
2014-10-11 16:16:00 -04:00
Kartikaya Gupta
df8142e292
Bug 1078373 - Use the scrollPositionClampingScrollPortSize when computing whether or not to show the scrollbar. r=tn
2014-10-10 22:16:03 -04:00
Robert Longson
d0054eac24
Bug 1078031 - get rid of renderMode. r=jwatt
2014-10-11 09:24:44 +01:00
Nicolas Silva
70b249f51d
Bug 1071769 - Fuzz two reftests which fail with the tiled DrawTarget. r=roc
2014-10-10 16:04:35 +02:00
Timothy Nikkel
1bcfc0aa17
Bug 1076447. When building the display list for scrollbars and we have a display port just use the whole scrollbar rect as the dirty rect. r=mattwoodrow
...
When we have a display port the dirty rect for root scroll frames is going to be the display port already when it is passed in. The display port can contain a somewhat arbitrary area of the scroll frame, there is no reason is has to include the scrollbars, which are laid out at the desktop scrollport (and adjusted as necessary in the compositor).
As well as BuildDisplayListForChild, we need the dirty rect to be set for the creation of the nsDisplayWrapList or nsDisplayOwnLayer in AppendToTop.
2014-10-09 15:10:01 -05:00
Jon Morton
0f167a14a3
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
...
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
2014-10-14 13:15:21 -07:00
Ted Mielczarek
b6f3f80e17
bug 915865 - port reftest to mozbase. r=ahal
2014-07-29 11:47:50 -04:00
Kearwood (Kip) Gilbert
4c283595bd
Bug 1074165 - Prevent out of range scrolling in nsListboxBodyFrame. r=mats
...
- nsListBoxBodyFrame::UpdateIndex now uses the position returned by
nsScrollBarFrame::MoveToNewPosition to calculate the new row position.
- Code used to calculate the row position from the scroll position has been
moved to a new function, ToRowIndex.
- nsListBoxBodyFrame::ThumbMoved has been updated to use ToRowIndex.
2014-10-09 12:14:26 +00:00
Carsten "Tomcat" Book
4d107b0eb7
Backed out changeset ccde95bd3c7e (bug 1074165) for bustage
2014-10-09 10:59:44 +02:00
Kearwood (Kip) Gilbert
20416b0aa4
Bug 1074165 - Prevent out of range scrolling in nsListboxBodyFrame. r=mats
...
- nsListBoxBodyFrame::UpdateIndex now uses the position returned by
nsScrollBarFrame::MoveToNewPosition to calculate the new row position.
- Code used to calculate the row position from the scroll position has been
moved to a new function, ComputeNewIndex.
- nsListBoxBodyFrame::ThumbMoved has been updated to use ComputeNewIndex.
2014-10-08 17:14:00 +02:00
Jonathan Kew
c26c3eecbe
Bug 1080174 - Do not send Accept-Encoding:gzip,deflate when requesting WOFF or WOFF2 webfonts. r=mcmanus
2014-10-09 08:42:51 +01:00
Jonathan Kew
e4ddb4a006
Bug 1077312 - Clean up Accept headers on @font-face HTTP requests. r=mcmanus
2014-10-09 08:42:02 +01:00
John Daggett
6ff4a89a00
Bug 1079422 - eliminate the ptr to FontFace within @font-face rules. r=heycam
2014-10-09 16:03:56 +09:00
John Daggett
c81b96f1eb
Bug 1079422 - backout changeset 7fceb8bf84d2. r=heycam
2014-10-09 16:03:28 +09:00
Kartikaya Gupta
f6a98016d2
Bug 1078316 - Tweaks for root-frame overlay scrollbars so they don't oscillate while panning around. r=botond,tn
2014-10-08 22:56:38 -04:00
Lebedev Maksim
afa915016b
Bug 1073563 - The lostpointercapture event must be dispatched before any other pointer events. r=smaug
2014-10-08 16:27:34 -07:00
L. David Baron
a56741f341
Bug 1047928 patch 14 - Explain why changes to theme require rerunning selector matching. r=bzbarsky
2014-10-08 14:27:04 -07:00
L. David Baron
45cbecc713
Bug 1047928 patch 13 - Don't rerun selector matching for changes to zoom, min font size, or app units per dev pixel. r=bzbarsky
2014-10-08 14:27:04 -07:00
L. David Baron
de5a2d94c9
Bug 1047928 patch 10 - Pass restyle hint to nsPresContext::MediaFeatureValuesChanged. r=bzbarsky
...
This patch is not intended to contain any changes in behavior.
The behavior changes in these callers are in the following 4 patches.
2014-10-08 14:27:03 -07:00
L. David Baron
d6fabbea5b
Bug 1047928 patch 9 - Don't rerun selector matching for viewport units. r=bzbarsky
2014-10-08 14:27:03 -07:00
L. David Baron
a2a2441453
Bug 1047928 patch 8 - Don't rerun selector matching when @counter-style rules change. r=bzbarsky
2014-10-08 14:27:03 -07:00
L. David Baron
f7801e72a4
Bug 1047928 patch 7 - Don't rerun selector matching when user font set is updated. r=bzbarsky
2014-10-08 14:27:03 -07:00
L. David Baron
f790cd7e48
Bug 1047928 patch 6 - Pass restyle hint to nsPresContext::PostRebuildAllStyleDataEvent. r=bzbarsky
...
This patch is not intended to contain any changes in behavior.
The behavior changes for these callers are in the following 2 patches.
2014-10-08 14:27:02 -07:00
L. David Baron
688f41fcb6
Bug 1047928 patch 5 - Pass restyle hint to RestyleManager::PostRebuildAllStyleDataEvent. r=bzbarsky
...
This patch is not intended to contain any changes in behavior.
2014-10-08 14:27:02 -07:00
L. David Baron
a7e48bc5ef
Bug 1047928 patch 4a - Explain why we need to rerun selector matching for preference changes. r=bzbarsky
2014-10-08 14:27:02 -07:00
L. David Baron
389b9423e9
Bug 1047928 patch 4 - Don't rerun selector matching for charset or system color changes. r=bzbarsky
2014-10-08 14:26:59 -07:00
L. David Baron
c642b6e690
Bug 1047928 patch 3 - Pass restyle hint to nsPresContext::RebuildAllStyleData. r=bzbarsky
...
This patch is not intended to contain any changes in behavior.
The behavior changes for these callers are in the following patch.
2014-10-08 14:26:57 -07:00
L. David Baron
7e5641fdc0
Bug 1047928 patch 2 - Pass restyle hint to RestyleManager::RebuildAllStyleData. r=bzbarsky
...
This patch is not intended to contain any changes in behavior.
2014-10-08 14:26:57 -07:00
L. David Baron
deea8df711
Bug 1047928 patch 1 - Add more comments explaining eRestyle_Subtree vs. eRestyle_ForceDescendants. r=bzbarsky
2014-10-08 14:26:57 -07:00
Eric Rahm
96050f224f
Bug 806819 - Part 4: Add files that were excluded from unified builds back in. r=ehsan
2014-10-08 13:19:14 -07:00
Eric Rahm
f6bb65afb3
Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan
2014-10-08 13:17:32 -07:00
Andrea Marchesini
61a0781726
Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
...
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/MultipartFileImpl.cpp
rename : content/base/src/nsDOMBlobBuilder.h => content/base/src/MultipartFileImpl.h
2014-10-08 17:15:23 +01:00
Andrea Marchesini
2ca496756f
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
2014-10-08 17:15:22 +01:00
Jonathan Kew
17a07f7445
Bug 1074735 pt 2 - Support drawing CSS text decorations (underline, overline, strikeout) on vertical text frames. r=smontagu
2014-10-08 10:32:55 +01:00
Jonathan Kew
87d062a280
Bug 1079314 - Remove the mWritingMode field from logical-coordinate objects in non-debug builds. r=smontagu
2014-10-08 10:32:50 +01:00
Carsten "Tomcat" Book
fa9e62f5ad
Backed out changeset b818ba8aabc2 (bug 1079314) for reftest failures on a CLOSED TREE
2014-10-08 13:07:39 +02:00
Carsten "Tomcat" Book
0d6bd119f3
Backed out changeset 32c4d5043b18 (bug 1074735)
2014-10-08 13:06:51 +02:00
Jonathan Kew
d225b373aa
Bug 1074735 pt 2 - Support drawing CSS text decorations (underline, overline, strikeout) on vertical text frames. r=smontagu
2014-10-08 10:32:55 +01:00
Jonathan Kew
7aa4833740
Bug 1079314 - Remove the mWritingMode field from logical-coordinate objects in non-debug builds. r=smontagu
2014-10-08 10:32:50 +01:00
Morris Tseng
96fbe2149f
Bug 1062468 - Reset transform-style when entering fullscreen mode. r=bz
2014-10-06 02:46:00 +02:00
Jonathan Watt
84e4023207
Bug 1077961, part 2 - Stop doing lots of unnecessary and expensive Matrix4x4 multiplication. r=Bas
2014-10-08 04:43:00 +01:00
Daniel Holbert
307966586e
Bug 978044: Center print-previewed pages inside the viewport. r=mats
2014-10-07 18:37:50 -07:00
Ehsan Akhgari
d4770c5e54
Bug 1079324 - Fix some more bad implicit constructors in layout; r=dholbert
2014-09-24 09:16:53 -04:00
Ryan VanderMeulen
671d1a817e
Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
...
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)
CLOSED TREE
--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
2014-10-07 13:16:11 -04:00
Andrea Marchesini
13abeabca9
Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
...
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/MultipartFileImpl.cpp
rename : content/base/src/nsDOMBlobBuilder.h => content/base/src/MultipartFileImpl.h
2014-10-07 15:20:57 +01:00
Andrea Marchesini
0e29ce2ea6
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
2014-10-07 15:20:52 +01:00
Ting-Yu Lin
89889ef13d
Bug 1078991 - Add TouchCaret::GetCaretFocusFrame(). r=roc
2014-10-06 21:02:00 -04:00
Peter Van der Beken
9254096129
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
...
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
2014-10-07 11:44:49 +02:00
Masayuki Nakano
d68882f8c8
Bug 960871 part.11 Rename EventUtils.synthesizeText() to EventUtils.synthesizeCompositionChange() r=smaug
2014-10-07 19:01:50 +09:00
Masayuki Nakano
0cd46f051f
Bug 960871 part.10 Some methods which took both WidgetCompositionEvent and WidgetTextEvent should take only WidgetCompositionEvent r=smaug
2014-10-07 19:01:49 +09:00
Masayuki Nakano
5c5627f00c
Bug 960871 part.6 Use WidgetCompositionEvent for NS_COMPOSITION_CHANGE instead of WidgetTextEvent r=smaug
2014-10-07 19:01:48 +09:00
Wes Kocher
5d7f3c7007
Backed out 5 changesets (bug 806819) for WinXP test failures on a CLOSED TREE
...
Backed out changeset 009ae35b0c67 (bug 806819)
Backed out changeset 5a57f87f5061 (bug 806819)
Backed out changeset f06cd735b5b3 (bug 806819)
Backed out changeset e25a2a8d4af4 (bug 806819)
Backed out changeset 70a167982c3f (bug 806819)
2014-10-06 16:32:50 -07:00
Eric Rahm
e523216532
Bug 806819 - Part 4: Add files that were excluded from unified builds back in. r=ehsan
...
--HG--
extra : rebase_source : 49a3f57d94fc94702f1604175c4e206091b67197
2014-10-06 13:11:24 -07:00
Eric Rahm
baf96b6e07
Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan
...
--HG--
extra : rebase_source : c96eea1c12ea8c19314393f0e8b4b57a4316a61d
2014-10-06 13:08:20 -07:00
Andrew McCreight
4fcf9e3536
Bug 1076969 - processLeakLog should come up with reasonable defaults itself. r=jmaher
...
Instead of grabbing attributes off options at every call site, pass
in the options object to processLeakLog, and attempt to get the attributes
there. If not present, use a restrictive default value.
This will prevent silent harness failures if one of the many ways to invoke
processLeakLog fails to set up these options, and makes it so they
don't have to set it up if they don't care.
2014-10-06 14:23:17 -07:00
Tanvi Vyas
fe101603e9
Bug 418354 - Redirects should go through Mixed Content Blocker. r=smaug, ckerschb
2014-10-18 13:21:06 -07:00
Nils
3df7d91b60
Bug 814995 - Add crashtest.
2014-10-18 17:08:23 +00:00
SkyLined
8d717661ac
Bug 810303 - Add crashtest.
2014-10-18 17:08:23 +00:00
Jesse Ruderman
c5cb985286
Bug 415503 - Add crashtest.
2014-10-18 17:08:23 +00:00
Martijn Wargers
4804084461
Bug 668579 - Add crashtest.
2014-10-18 17:08:23 +00:00
Gary Kwong
48698a60fd
Bug 428113 - Add crashtest.
2014-10-18 17:08:22 +00:00
Jesse Ruderman
7ef0a95e8d
Bug 459883 - Add crashtest.
2014-10-18 17:08:22 +00:00
Jesse Ruderman
c533ad0563
Bug 459968 - Add crashtest.
2014-10-18 17:08:22 +00:00
Jesse Ruderman
5982f8b64f
Bug 462968 - Add crashtest.
2014-10-18 17:08:22 +00:00
Jonathan Kew
af9ca9ad0e
Bug 1077371 - Remove unnecessary null-checks on the result of gfxFontGroup::GetFirstValidFont. r=jdaggett
2014-10-06 15:14:49 +01:00
Robert Longson
25d6353a14
Bug 1077993 - make changes to clip-rule work. r=jwatt
2014-10-06 14:19:14 +01:00
Cameron McCormack
1c9e875ae3
Bug 1076803 - Disable subtest 18 in test_font_loading_api.html for intermittent timeouts. r=philor
2014-10-06 10:17:06 +11:00
Cameron McCormack
fbde91a62d
Bug 1077746 - Move FontFace pointer from nsCSSFontFaceRule to a table on FontFaceSet. r=jdaggett
2014-10-06 15:29:35 +11:00
Simon Montagu
84a46f035b
Bug 1067268: don't mix physical and logical coordinates when calculating width to clear past floats, r=jfkthame
2014-10-04 23:03:00 -07:00
Simon Montagu
3313462374
Test for bug 1067268, r=jfkthame
2014-10-04 23:02:37 -07:00
Simon Montagu
f2b5884dbc
Bug 1076986: make LogicalMargin and LogicalRect's IsEmpty the same as nsMargin and nsRect, r=jfkthame
2014-10-04 23:02:36 -07:00
L. David Baron
7e4d96509c
Bug 1077849 - Use eRestyle_ForceDescendants for all cases of rebuilding the rule tree. r=heycam
...
Bug 931668 added the eRestyle_ForceDescendants case for all cases that
go through RebuildAllStyleData, but there is another case that calls
DoRebuildAllStyleData directly, and we should cover that too.
This is needed because when we're rebuilding the rule tree, we need to
create new style contexts for all frames.
I don't know of any bugs caused by this, but it seems worth fixing.
2014-10-04 16:59:47 -07:00
Trevor Saunders
8319244622
no bug - fix nullptr to bool conversion in FontFaceSet.cpp r=themaid
2014-10-04 11:06:21 -04:00
Jonathan Watt
799ef86fc1
Bug 932762, part 2 - Make SVG elements cache their Moz2D path data to speed up rendering, hit-testing, clipPath clipping, bbox calculations and animation/text along a path. r=longsonr
2014-10-04 12:13:30 +01:00
Jonathan Watt
4963137d17
Bug 1077745 - Get rid of the scaling hack and GetCanvasTM() call in nsSVGPathGeometryFrame::GetBBoxContribution. r=longsonr
2014-10-04 12:13:30 +01:00
Jonathan Watt
2e51cb3a0f
Bug 1077120 - Remove gfxContext::HasError(). r=Bas
2014-10-04 12:13:29 +01:00
Jonathan Kew
dc62f8a30f
Bug 1064737 pt 4 - Simple reftest for a WOFF2 font. r=jdaggett
2014-10-04 11:47:11 +01:00
Jonathan Kew
afcc21f7fa
Bug 1064737 pt 3 - Read metadata from a WOFF2 font if present. r=jdaggett
2014-10-04 11:46:54 +01:00