Nicholas Nethercote
2828d6ed1d
Bug 1224482 (part 4) - Make GetClientSize() return a LayoutDeviceIntSize. r=kats.
2015-11-13 01:37:02 -08:00
Nicholas Nethercote
dd42850a5b
Bug 1224482 (part 3) - Replace GetClientOffsetUntyped() with GetClientOffset(). r=kats.
...
The patch also changes nsMenuPopupFrame::mLastClientOffset to
LayoutDeviceIntPoint.
2015-11-13 01:37:02 -08:00
Nicholas Nethercote
f665d5a170
Bug 1224482 (part 2) - Replace GetNaturalBoundsUntyped() with GetNaturalBounds(). r=kats.
2015-11-13 01:37:02 -08:00
Nicholas Nethercote
7cd70b33b4
Bug 1224482 (part 1) - Tweak typed/untyped versions of Get{,Client,Screen}Bounds(). r=kats.
...
In nsIWidget, GetBoundsUntyped(), GetClientBoundsUntyped() and
GetScreenBoundsUntyped() are currently the primary implementations, and the
untyped versions are defined on top of them. This patch flips that around.
2015-11-12 16:04:52 -08:00
Nicholas Nethercote
abd6a66edd
Bug 1217465 - Fill in missing pixels caused by truncated BMP files. r=seth.
...
This fixes failures for
image/test/reftest/bmp/bmpsuite/b/{badrle.bmp,shortfile.bmp} with the Skia
back-end.
2015-11-15 20:31:07 -08:00
Matt Woodrow
bb8cd0f0f6
Bug 1217012 - Use doubles when untransforming points since we need the extra precision. r=kip
2015-11-16 17:05:55 +13:00
Phil Ringnalda
3d37af912f
Merge m-c to m-i
2015-11-15 19:16:20 -08:00
Phil Ringnalda
84b609a1bd
Bug 1223394 - skip more failing webspeech tests on Mulet, a=tlast
2015-11-15 19:11:14 -08:00
Phil Ringnalda
abbe4bc961
Bug 1223394 - skip failing webspeech tests on Mulet, a=relief
2015-11-15 17:52:34 -08:00
Phil Ringnalda
14cfb4933f
Bug 1223394 - remove an odd extra space, a=nnoyance
2015-11-15 17:50:41 -08:00
Cameron McCormack
aba9af032b
Bug 1223688 - Clear mInSupportsConditions when we error out of CSS.supports() upon finding no tokens. r=dholbert
2015-11-16 12:49:22 +11:00
Phil Ringnalda
3d6a8942dd
Bug 1223394 - skip dom/media/tests/mochitest/ipc/test_ipc.html on Mulet, where it both fails and behaves in a deeply weird way, a=horror
2015-11-15 17:46:55 -08:00
JW Wang
3dbaca5456
Bug 1221009. Part 3 - add assertions to functions that shouldn't be called after shutdown. r=roc.
2015-11-16 07:51:22 +08:00
JW Wang
a99bdedf26
Bug 1221009. Part 2 - remove unused code. r=roc.
2015-11-16 07:51:03 +08:00
JW Wang
987294af08
Bug 1221009. Part 1 - add a class to forward notifications from MediaResource to MediaDecoder. r=roc.
2015-11-16 07:50:55 +08:00
Seth Fowler
19e4536fc1
Bug 1190093 (Comment Tweak) - Add better comments for nsIDocument::mIsShowing and mVisible. r=me DONTBUILD
2015-11-15 16:28:11 -08:00
John Daggett
58aea8d328
Bug 1173260 - stub out tests that fail when 'cursive' is looked up via fontconfig. r=m_kato
2015-11-16 08:48:45 +09:00
John Daggett
5fe07c8458
Bug 1173260 - support multiple families for generics. r=heycam
2015-11-16 08:48:40 +09:00
John Daggett
b7175b8052
Bug 1167284 - implement localized name lookup for fontconfig font families. r=karlt
2015-11-16 08:48:36 +09:00
Christoph Kerschbaumer
fc8d9714f3
Bug 1223437 - Use channel.asyncOpen2 in toolkit/components/jsdownloads/test/unit (r=sicking)
2015-11-15 14:48:38 -08:00
Christoph Kerschbaumer
4c9499e970
Bug 1223435 - Use channel.asyncOpen2 in toolkit/mozapps/extensions/internal/XPIProvider.jsm (r=sicking)
2015-11-15 14:48:11 -08:00
Christoph Kerschbaumer
eea4436b8e
Bug 1223225 - Use channel.asyncOpen2() in browser/base/content/nsContextMenu.js (r=sicking)
2015-11-15 14:47:51 -08:00
Phil Ringnalda
052d0a4b5e
Merge f-t and m-i to m-c, a=merge
2015-11-15 09:11:43 -08:00
Phil Ringnalda
1e965f20f9
Bug 1215800 - Disable wpt close_beforeunload.html and close_unload.html for very frequent timeouts
2015-11-14 22:31:24 -08:00
Phil Ringnalda
0595438be8
Bug 1185403 - Disable browser/components/preferences/in-content/tests/browser_healthreport.js for frequent failures
2015-11-14 14:35:12 -08:00
Phil Ringnalda
eb7a684dc1
Bug 1220974 - Disable browser_animation_timeline_pause_button.js on Linux32 for extremely frequent failures
2015-11-14 14:19:16 -08:00
Phil Ringnalda
bf6b0c0919
Merge m-i to m-c, a=merge
2015-11-14 13:22:10 -08:00
Phil Ringnalda
ec3cb3e0c6
Back out changeset 202b199b9fcf (bug 1223394) since it didn't actually disable the permaorange tests, a=nnoyance
2015-11-14 13:07:10 -08:00
Richard Newman
a47d86e104
Bug 1221290 - Default to not clearing logins as part of Clear Private Data. r=liuche
2015-11-14 08:24:44 -08:00
Jared Wein
d2af72024b
Bug 1213421 - Follow-up, set the bodyText even when text is not being truncated. r=MattN
2015-11-14 10:28:51 -05:00
Maxim Zhilyaev
19eff353c7
Bug 1224310 - Suggested tiles requires two blocks to stop showing in newtab [r=marcosc]
2015-11-14 06:10:29 -08:00
Jonathan Kew
6382809727
Bug 1224230 - Explicitly store the lineContainer's writing mode in InlineIntrinsicISizeData. r=dbaron
2015-11-14 08:46:11 +00:00
Phil Ringnalda
f3407f5bf2
Merge m-c to f-t
2015-11-13 21:19:07 -08:00
Phil Ringnalda
02699453d1
Merge m-c to m-i
...
CLOSED TREE
2015-11-13 21:10:49 -08:00
Phil Ringnalda
5efdb6448d
Back out 19 changesets (bug 1055472) for hazards and jstest failures
...
CLOSED TREE
Backed out changeset 738e23a218c8 (bug 1055472)
Backed out changeset 2c454e1ac50c (bug 1055472)
Backed out changeset 40919fcffecd (bug 1055472)
Backed out changeset f42360dbd545 (bug 1055472)
Backed out changeset ce74f9a7b479 (bug 1055472)
Backed out changeset 8b8fa139568b (bug 1055472)
Backed out changeset 42d1ecbce781 (bug 1055472)
Backed out changeset ccb9403a345c (bug 1055472)
Backed out changeset fdd35ea9ef38 (bug 1055472)
Backed out changeset 2f77faf418ce (bug 1055472)
Backed out changeset 1e968e8a279a (bug 1055472)
Backed out changeset d3975d948208 (bug 1055472)
Backed out changeset 03d708347ebb (bug 1055472)
Backed out changeset 5ec1640cdfd2 (bug 1055472)
Backed out changeset 5e2b91587001 (bug 1055472)
Backed out changeset fd09d5077094 (bug 1055472)
Backed out changeset 2e58e0e479b7 (bug 1055472)
Backed out changeset 67f0802a5c13 (bug 1055472)
Backed out changeset 69d9fb855787 (bug 1055472)
2015-11-13 20:49:49 -08:00
Phil Ringnalda
51ef98a1de
Back out 2 changesets (bug 1223990, bug 1223916) for massive mostly date-related bustage
...
CLOSED TREE
Backed out changeset ee68d52994d9 (bug 1223916)
Backed out changeset 75f6ef3df3fa (bug 1223990)
2015-11-13 20:48:05 -08:00
Eric Faust
0acbb509f0
Bug 1223916 - Prohibit direct method calls at the parser level in self-hosted code. (r=till)
2015-11-13 18:26:00 -08:00
Eric Faust
3b65667308
Bug 1223990 - Cleanly throw errors in self-hosted code. (r=till)
2015-11-13 18:23:57 -08:00
Eric Faust
bf70a9c34b
Bug 1055472 - Part 17: Make the Array constructor properly subclassable. (r=jorendorff, r=bhackett)
2015-11-13 18:22:22 -08:00
Eric Faust
b51afba7f6
Bug 1055472 - Part 16: Make the String constructor properly subclassable. (r=Waldo)
2015-11-13 18:22:22 -08:00
Eric Faust
1d8764a0c4
Bug 1055472 - Part 15: Make the DataView constructor properly subclassable. (r=jorendorff)
2015-11-13 18:22:22 -08:00
Eric Faust
6f08f54062
Bug 1055472 - Part 14: Make the various TypedArray constructors properly subclassable. (r=Waldo)
2015-11-13 18:22:22 -08:00
Eric Faust
e4d13c5d69
Bug 1055472 - Part 13: Make the ArrayBuffer constructor properly subclassable. (r=Waldo)
2015-11-13 18:22:22 -08:00
Eric Faust
af73908e85
Bug 1055472 - Part 12: Mae the WeakSet constructor properly subclassable. (r=Waldo)
2015-11-13 18:22:21 -08:00
Eric Faust
c2a28fcfcd
Bug 1055472 - Part 11: Make the WeakMap constructor properly subclassable. (r=Waldo)
2015-11-13 18:22:21 -08:00
Eric Faust
32f612ddd4
Bug 1055472 - Part 10: Make the Set constructor properly subclassable. (r=Waldo)
2015-11-13 18:22:21 -08:00
Eric Faust
3eea552ade
Bug 1055472 - Part 9: Make the Map constructor properly subclassable. (r=Waldo)
2015-11-13 18:22:21 -08:00
Eric Faust
389a3ba9f4
Bug 1055472 - Part 8: Make the RegExp constructor properly subclassable. (r=Waldo)
2015-11-13 18:22:21 -08:00
Eric Faust
cca1c65c21
Bug 1055472 - Part 8 prelim: Rename InitializeRegExp to RegExpObject::initFromAtom for readability. (r=Waldo)
2015-11-13 18:22:21 -08:00
Eric Faust
24ea1fc8e2
Bug 1055472 - Part 7: Make the Date constructor properly subclassable. (r=Waldo)
2015-11-13 18:22:21 -08:00