Carsten "Tomcat" Book
7094be4068
Backed out changeset 60bbc4230cd7 (bug 1085783)
2015-04-22 13:14:35 +02:00
Carsten "Tomcat" Book
044c043c84
Backed out changeset bc6db8bcf480 (bug 1085783)
2015-04-22 13:14:33 +02:00
Steve Singer
dc150af21a
Bug 1141642 - Fix disable-skia builds. r=jmuizelaar
2015-04-18 19:44:00 +02:00
Blake Kaplan
87c47ee4e8
Bug 1124076 - Properly detect certs when loaded and prompt to import them. r=sworkman/dkeeler
2015-04-21 14:56:00 +02:00
Jed Davis
23abd8d5fb
Bug 1102388 - Fix DMD static constructor ordering dependency. r=mccr8
...
Sometimes, at least on Linux, DMDFuncs::sSingleton's static initializer
(in libxul) was being called before sDMDBridge's (in libdmd).
Thus sDMDBridge wasn't constructed yet in the path where its
address is taken, passed down through {replace_,}get_bridge to
ReplaceMallocBridge::Get, and its mVersion field is read.
This patch uses dynamic allocation, following what's done for other
globals in the same situation in this file.
Also, naming convention fix: leading "s" is for C++ class statics;
C-style static globals should be "g".
2015-04-20 23:05:00 +02:00
Tooru Fujisawa
19bb1f6a78
Backed out changeset 7eee0cdd0feb (bug 1155985) for xpcshell-test failure
2015-04-22 20:08:25 +09:00
Tooru Fujisawa
d958c4556d
Backed out changeset b2b956ba0acd (bug 891107) for xpcshell-test failure
2015-04-22 20:08:23 +09:00
Tooru Fujisawa
4290d2b814
Backed out changeset 951ec7d134c2 (bug 891107) for xpcshell-test failure
2015-04-22 20:08:21 +09:00
Tooru Fujisawa
325d353b6e
Backed out changeset 467559ddc08f (bug 891107) for xpcshell-test failure
2015-04-22 20:08:19 +09:00
Nicolas Silva
cffa9047a1
Bug 1155252 * -WError fix
2015-04-22 12:37:56 +02:00
Nicolas Silva
60170d5364
Bug 1155252 - Add a pref to control the maximum canvas 2d size and set it to 0x7ff. r=jrmuizel
2015-04-22 12:06:53 +02:00
Nicolas Silva
176eae8774
Bug 1155626 - Don't assume that Factory::GetD2D1Device returns a non-null device and add some gfxCriticalLog. r=Bas
2015-04-22 12:02:01 +02:00
Jan de Mooij
0f0dffb24e
Bug 1156886 - Optimize toLowerCase and toUpperCase on ASCII characters. r=luke
2015-04-22 11:30:47 +02:00
Tooru Fujisawa
d50a6635d4
Bug 891107 - Part 3: Report argument type error as TypeError in js-ctypes. r=jorendorff
2015-04-22 18:26:14 +09:00
Tooru Fujisawa
bb9df65329
Bug 891107 - Part 2: Report argument length error as TypeError in js-ctypes. r=jorendorff
2015-04-22 18:26:14 +09:00
Tooru Fujisawa
e4a6c8aa21
Bug 891107 - Part 1: Show information about value, type, function, and argument number in type conversion error messages in js-ctypes. r=jorendorff
2015-04-22 18:26:13 +09:00
Tooru Fujisawa
288adf212a
Bug 1155985 - Set FieldInto::mType just before storing to reserved slot. r=jonco, a=abillings
2015-04-22 18:26:13 +09:00
Jonathan Watt
e423aa7681
Bug 1157074 - Fix Web Animations' Web Platform tests to make them use step_func when they should. r=birtles
2015-04-20 14:22:29 +01:00
Jonathan Watt
b840515ed4
Bug 1157053 - Test restarting of finished transitions. r=birtles
2015-04-17 13:45:20 +01:00
Jonathan Watt
aa77278f51
Bug 1150064, part 2 - Add Web Platform tests for the Animation.finish() method. r=birtles
2015-04-16 17:16:01 +01:00
Jonathan Watt
57393ba9b4
Bug 1150064, part 1 - Implement the Animation.finish() method. r=birtles, r=smaug
2015-04-16 17:15:20 +01:00
Jonathan Watt
5491f35fbb
Bug 1157086 - Fix order of test listing in dom/animation/test/mochitest.ini. r=birtles
2015-04-15 11:17:57 +01:00
Maksim Lebedev
24dc272d77
Bug 974305 - Add a test for WidgetPointerEvent::AssignPointerEventData(). r=smaug
2015-04-22 16:09:10 +09:00
Andrea Marchesini
7ed448d7f2
Bug 1155546 - Implement WorkerControlRunnable::Cancel(), r=bent
2015-04-22 09:03:52 +02:00
Andrea Marchesini
6e6f8b9415
Bug 1140448 - Improving the performances of how AudioEventTimeline calculates values, r=padenot
2015-04-22 08:53:33 +02:00
Daniel Holbert
ecf4529394
(no bug) Fix typo in nsStyleContext.h (s/currenlty/currently/). Comment-only, DONTBUILD
2015-04-21 23:34:05 -07:00
Andrea Marchesini
a4a3ae486f
Bug 1156632 - Remove unused forward class declarations - patch 7 - JS, r=sfink
2015-04-22 08:29:26 +02:00
Andrea Marchesini
cece1d9f00
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
2015-04-22 08:29:24 +02:00
Andrea Marchesini
b75af49c46
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
2015-04-22 08:29:22 +02:00
Andrea Marchesini
124186054d
Bug 1156632 - Remove unused forward class declarations - patch 4 - netwerk image and dom, r=ehsan
2015-04-22 08:29:20 +02:00
Andrea Marchesini
eed309c59a
Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan
2015-04-22 08:29:18 +02:00
Andrea Marchesini
504f4e8fee
Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan
2015-04-22 08:29:17 +02:00
Andrea Marchesini
df46aa0f1d
Bug 1156632 - Remove unused forward class declarations - patch 1 - dom/base, r=ehsan
2015-04-22 08:29:15 +02:00
Olli Pettay
ff445fdde1
Bug 1013743, MutationObserver should observe only the subtree it is attached to, r=wchen
2015-04-21 17:58:29 -07:00
JW Wang
84eb93e6a5
Bug 1091155 - don't check if 'playing' has fired for it depends on how fast decoding is which is not reliable.
2015-04-22 10:26:31 +08:00
Phil Ringnalda
c9d2df1e8c
Merge m-c to a CLOSED TREE m-i
2015-04-21 20:17:57 -07:00
David Anderson
41f3a0786c
Fix bogus assertion in nsLayoutUtils::SetDisplayPortMargins. (bug 1156409, r=botond, a=philor)
2015-04-21 23:01:41 -04:00
Seth Fowler
b817e3a70b
Bug 1085783 (Part 2) - Add a test for rounding behavior when high-quality downscaling. r=roc
2015-04-21 19:23:13 -07:00
Seth Fowler
a86b9425e6
Bug 1085783 (Part 1) - Snap both the fill and dest rects using UserToDeviceSnapped() when pixel snapping images. r=roc
2015-04-21 19:23:10 -07:00
Seth Fowler
e0dd09b209
Bug 1068881 (Part 2) - Add reftests for rounding image dest rects to zero size. r=roc
2015-04-21 19:23:07 -07:00
Ehsan Akhgari
d12ca71815
Bug 102663 - Add a test case for pressing space when an image map is focused; r=roc
2015-04-21 22:08:25 -04:00
Ehsan Akhgari
be10e8df64
Bug 915962 - Part 3: Do not crash when pressing the space bar without having an element focused; r=roc
2015-04-21 22:08:21 -04:00
Ehsan Akhgari
9a2b100be9
Bug 915962 - Part 2: Add a test case for pressing space when a tabindex=-1 and a button element is focused; r=roc
...
This is based on test_bug549262.html.
2015-04-21 22:07:43 -04:00
Ehsan Akhgari
debeb0f8f9
Bug 915962 - Part 1: Allow pressing space to scroll the document if an editable element or form control is not focused; r=roc
2015-04-21 22:07:39 -04:00
Geoff Brown
d864243fa2
Bug 1156422 - Improve robustness of logcat collection in checkForCrashes; r=bc
2015-04-21 16:44:42 -06:00
Dan Glastonbury
acd8523151
Bug 1156629 - OpenGL core context deprecated default VAO. r=jgilbert
...
Create a VAO and attach it to the default object.
2015-04-22 11:55:15 +10:00
Dan Glastonbury
7476148595
Bug 1156626 - Add ES3 buffer binding values to strong type. r=jgilbert
2015-04-22 11:55:15 +10:00
Ehsan Akhgari
d278570d19
Bug 1153348 - Add an analysis to prohibit operator bools which aren't marked as either explicit or MOZ_IMPLICIT; r=jrmuizel
...
This is the counterpart to the existing analysis to catch
constructors which aren't marked as either explicit or
MOZ_IMPLICIT.
2015-04-21 21:40:49 -04:00
Dan Glastonbury
fef13bea9a
Bug 1048724 - Implement GetBufferSubData. r=jgilbert, r=smaug
...
The webidl and spec was wrong wrt returnedData param and the language
regarding its usage.
2015-04-22 11:24:12 +10:00
Dan Glastonbury
6eb04b2e11
Bug 1155470 - Fix queries. r=jgilbert
...
es3fTransformFeedbackTests exposed problems with queries. Queries are needed
to get the number of transformed primitives.
2015-04-22 11:24:12 +10:00