Carsten "Tomcat" Book
59ff474c74
Backed out changeset 57d347aa0701 (bug 1097468)
2015-04-01 12:51:38 +02:00
Jacek Caban
3d912c4d3d
Bug 1147839 - Fixed building installer on mingw. r=glandium
2015-04-01 12:50:44 +02:00
Jonathan Watt
ee77793117
Bug 1149832 - Replace the Web Animations test helper waitForTwoAnimationFrames() with a helper that takes a frame count. r=birtles
2015-03-31 23:27:19 +01:00
Nicolas Silva
f5f8474178
Bug 1125848 - Consolidate PCompositor's creation-destruction logic. r=sotaro
2015-03-09 18:43:39 +01:00
Jonathan Watt
f218ddd46e
Bug 1147491, part 2 - Disable use of BaseTimeDuration::operator/ with floating point values. r=ehsan
2015-03-30 16:27:13 +01:00
Jonathan Watt
806e25d2a4
Bug 1147491, part 1 - Fix playbackRate crash due to integer rounding causing divide-by-zero. r=dholbert
2015-03-30 16:27:05 +01:00
Carsten "Tomcat" Book
609b6d941e
Backed out changeset e5597c0d025d (bug 1148565) for causing merge conflicts with m-c and so blocking the merge from mozilla-inbound to mozilla-central
2015-04-01 12:25:17 +02:00
Jonathan Watt
4417c17f81
Bug 1072037, part 3 - Tests for the effect of setting CSS transition's AnimationPlayer.currentTime. r=birtles
2015-03-25 10:21:28 +00:00
Tooru Fujisawa
4dd9b63efd
Bug 1054755 - Part 3: Use IsRegExp in String.prototype.{contains,startsWith,endsWith}. r=till
2015-04-01 18:34:03 +09:00
Tooru Fujisawa
0c3893a2a1
Bug 1054755 - Part 2: Implement IsRegExp. r=till
2015-04-01 18:34:03 +09:00
Tooru Fujisawa
2c6deea24c
Bug 1054755 - Part 1: Add Symbol.match. r=till
2015-04-01 18:34:03 +09:00
Tooru Fujisawa
a1ce97e60c
Bug 1054755 - Part 0: Rename existing IsRegExp to IsRegExpObject. r=till
2015-04-01 18:34:03 +09:00
Tooru Fujisawa
8179cb9219
Bug 1005110 - Warn about unreachable expression after semicolon-less return. r=efaust
2015-04-01 18:34:03 +09:00
Tooru Fujisawa
0ec843f005
Bug 1148899 - Rename isExprClosure/setIsExprClosure/EXPR_CLOSURE to isExprBody/setIsExprBody/EXPR_BODY. r=shu
2015-04-01 18:34:02 +09:00
Tooru Fujisawa
df49e8f6e7
Bug 1149015 - Part 3: Remove some use of expression closure from jit-test r=luke
2015-04-01 18:34:02 +09:00
Tooru Fujisawa
163479c9aa
Bug 1149015 - Part 2: Remove some use of expression closure from jstests js1_8_5/extensions. r=luke
2015-04-01 18:34:02 +09:00
Tooru Fujisawa
7bd7692f49
Bug 1149015 - Part 1: Remove some use of expression closure from jstests ecma_7/. r=sfink
2015-04-01 18:34:02 +09:00
Jon Coppeard
7c7275d219
Bug 1149135 - Don't create HashMapEntry on stack when adding to a HashMap r=luke
2015-04-01 10:11:06 +01:00
Jon Coppeard
9e18ab0f78
Bug 1146696 - Don't assume there are no arenas available after last ditch GC. r=terrence
2015-03-30 11:03:35 +01:00
Jon Coppeard
67ba4cd61f
Bug 1145997 - Suppress GC in debugger GC callback r=sfink
2015-04-01 10:09:56 +01:00
Eddy Bruël
8e0dc8b734
Bug 1092102 - Rename Suspend/Resume to Freeze/Thaw;r=khuey
2015-04-01 11:00:19 +02:00
Bob Owen
666e96adb9
Bug 1119878 Part 2: Change IPC code to hold ProcessID instead of ProcessHandle. r=billm, r=dvander, r=aklotz, r=cpearce
2015-04-01 09:40:35 +01:00
Bob Owen
8e1e75d04b
Bug 1119878 Part 1: Change SandboxTarget to hold sandbox target services to provide functions. r=aklotz, r=glandium, r=cpearce
2015-04-01 09:40:35 +01:00
Jonathan Kew
051cb1a732
Bug 1149304 - Reftest for repaint issues when changing CSS transform (fails on WinXP, OS X, and older Android). r=roc
...
* * *
Bug 1149304 - Mark test as failing on WinXP, OS X and Android.
2015-04-01 09:02:29 +01:00
Jonathan Kew
6f6916116c
Bug 1148903 - Allow control characters to be rendered by user fonts. r=roc
2015-04-01 09:02:24 +01:00
Carsten "Tomcat" Book
c35c79753d
Backed out changeset 70e0f2d8fb1e (bug 1139560) for m4/ m12 test failures
2015-04-01 10:00:14 +02:00
Carsten "Tomcat" Book
fdf297a5c4
Backed out changeset 24ed34bd6ae1 (bug 1139560)
2015-04-01 09:59:44 +02:00
Carsten "Tomcat" Book
481c90c3d1
Backed out changeset bb871246ca63 (bug 1064083)
2015-04-01 09:59:39 +02:00
Carsten "Tomcat" Book
26bb0d5a32
Backed out changeset 80c32af73390 (bug 1139560)
2015-04-01 09:59:35 +02:00
Chris Pearce
715aca878d
Bug 1148286 - Ensure we don't nullpointer deref if the CDM crashes in MediaKeys and Reader::SetCDMProxy implementations. r=edwin
2015-04-01 20:48:43 +13:00
Chris Peterson
51b6b7c866
Bug 1125698 - Add ExpandErrorArguments() varargs helper function and remove uninitialized dummy
va_list variable. r=Waldo
2015-01-25 18:38:28 -08:00
Junior Hsu
81e406c8fb
Bug 1120308 - tcp control channel for presentation api. r=fabrice
2014-11-17 13:34:10 -08:00
Junior Hsu
3df6221ea6
Bug 1097468 - Part 2: test for permission |homescreen-webapps-manage|. r=fabrice
2015-03-16 15:03:09 +08:00
Junior Hsu
32eed59d4c
Bug 1097468 - Part1: expose |homescreen-webapps-manage| in Apps.webidl; r=sicking
2015-03-06 18:24:42 +08:00
John Schoenick
0399db03c7
Bug 1139560 - <img>.currentSrc should be not be nullable. r=jst
2015-03-04 23:12:00 +01:00
Mike Taylor
35de08b211
Bug 1064083 - Update srcset web-platform expectations. r=jst
2015-03-31 11:11:00 +02:00
John Schoenick
5696edeaf3
Bug 1139560 - Fix srcset parser 'After descriptor' state mishandling spaces. r=jst
2015-03-04 23:11:00 +01:00
John Schoenick
34818e8625
Bug 1139560 - Reject non-standard parses of integers in srcset descriptors. r=jst
2015-03-04 23:09:00 +01:00
ijdt.editor@gmail.com
8b2892364d
Bug 1139429 - Fix ICU configuration for SunOS/OpenSolaris. r=glandium
2015-03-31 13:28:00 +02:00
John Daggett
f1a55a25ce
Bug 1149535 - enable unicode-range for testing. r=heycam
2015-04-01 15:08:48 +09:00
Mike Hommey
d34c663b09
Bug 1147207 - Use SimplePackager code to find manifest entries and base directories during l10n repack. r=gps
...
This avoids duplicating the logic from SimplePackager to find base
directories, and fixes some cases where the l10n repack code wouldn't
find them properly.
2015-04-01 13:52:07 +09:00
Mike Hommey
18a084c9aa
Bug 1134920 - Remove nsMemory::Alloc/Realloc/Free. r=nfroyd
2015-04-01 13:51:46 +09:00
Mike Hommey
ccd2a9b975
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
2015-04-01 13:51:45 +09:00
Daniel Holbert
2cd3ca95d2
Bug 1149854: Use range-based "for" loops when iterating over child frames in nsFlexContainerFrame.cpp. r=xidorn
2015-03-31 21:50:46 -07:00
L. David Baron
38abaa3215
Back out changeset a765547ac232 (bug 980770) due to recently-introduced test failures.
2015-03-31 21:43:36 -07:00
Masayuki Nakano
6e88c3e7fa
Bug 1137539 part.4 Implement TSFStaticSink::IsEasyChangjeiActive() r=emk
2015-04-01 12:54:53 +09:00
Masayuki Nakano
909d82084d
Bug 1137539 part.3 Implement TSFStaticSink::IsFreeChangJieActive() r=emk
2015-04-01 12:54:53 +09:00
Masayuki Nakano
344f9e0ac2
Bug 1137539 part.2 Implement TSFStaticSink::IsATOKActive() r=emk
2015-04-01 12:54:53 +09:00
Masayuki Nakano
8c419916f2
Bug 1137539 part.1 Implement TSFStaticSink::IsGoogleJapaneseInputActive() r=emk
2015-04-01 12:54:53 +09:00
L. David Baron
ab5e123652
Bug 980770 - Enable off-main-thread animations on all platforms with off-main-thread compositing, for nightly/aurora. r=birtles
2015-03-31 20:46:03 -07:00