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
Matt Woodrow
e6f52574bd
Bug 1149343 - Followup to fix bustage on a CLOSED TREE
2015-04-01 16:39:07 +13:00
Jeff Muizelaar
a50dd60cb5
Bug 1149761. Don't MOZ_CRASH if WARP fails. r=bas
...
WARP fails sometimes. Who knows why. MOZ_CRASHing
during start up isn't very good to do on startup.
2015-03-31 23:23:56 -04:00
Brian Birtles
361b6a5304
Bug 1109390 part 28 - Add tests for the AnimationPlayer.startTime when pausing asynchronously; r=jwatt
2015-04-01 12:23:25 +09:00
Brian Birtles
6da58b4f11
Bug 1109390 part 27 - Add further test to test_animations-pausing.html for cancelling a pause by setting the current time; r=jwatt
2015-04-01 12:23:25 +09:00
Brian Birtles
98a63c18ce
Bug 1109390 part 26 - Add further tests for ready promise when pausing; r=jwatt
2015-04-01 12:23:25 +09:00
Brian Birtles
999cb44152
Bug 1109390 part 25 - Make pausing asynchronous
...
This patch (finally) puts pausing animations in the pending player map so that
they are resolved asynchronously.
Since this changes the pausing behavior this patch updates a number of tests so
that they continue to pass.
2015-04-01 12:23:25 +09:00
Brian Birtles
c81ef38bb6
Bug 1109390 part 24 - Use wallclock time when refreshing the style of animations that need to be synchronized with the compositor; r=jwatt
2015-04-01 12:23:25 +09:00
Brian Birtles
eb3a4056b9
Bug 1109390 part 23 - Add aborted pause behavior; r=jwatt
...
When a pending pause operation is interrupted by a play operation we should
preserve the original start time of the animation so that it appears to continue
moving uninterrupted. At the same time, however, for consistency with other
calls to play(), the operation should complete asynchronously.
2015-04-01 12:23:25 +09:00
Brian Birtles
00459f24b2
Bug 1109390 part 22 - Add AnimationPlayer::PauseAt to complete a pending pause; r=jwatt
...
This patch adds the method that is called when an asynchronous pause operation
has completed. It is not used yet, however, since we don't yet put
AnimationPlayer objects in the pause-pending map.
2015-04-01 12:23:24 +09:00
Brian Birtles
1041da2b17
Bug 1109390 part 21 - Reuse GetAnimationsForCompositor in nsLayoutUtils; r=jwatt
2015-04-01 12:23:24 +09:00
Brian Birtles
1f4f71785f
Bug 1109390 part 20 - Add an options flag to GetAnimationsForCompositor to control; r=jwatt
...
This patch adds an options flag to GetAnimationsForCompositor for two reasons.
a) We want to reuse this functionality in nsLayoutUtils.cpp rather than
duplicating the same logic. To do that and maintain the existing behavior,
however, we need to *not* update the active layer tracker when calling this
from nsLayoutUtils.cpp.
b) It's surprising that GetAnimationsForCompositor also has this side effect of
updating the active layer tracker. Adding this as an option makes it clear at
the call site that this is what will happen.
2015-04-01 12:23:24 +09:00
Jean-Yves Avenard
d7b7286d25
Bug 1149343 - Part2: Add HW decode blacklisting support on mac. r=mattwoodrow
2015-03-31 14:18:38 +11:00
Matt Woodrow
b9044f9109
Bug 1149343 - Part 1: Unify prefs/blacklist for hardware acceleration video decoding. r=cpearce
2015-04-01 16:06:56 +13:00
Byron Campen [:bwc]
2f71229f66
Bug 1149298 - Part 3: Fire end of candidates signal when StartGathering has nothing to do, and only call StartGathering once per offer/answer. r=drno
2015-03-30 16:32:51 -07:00
Byron Campen [:bwc]
3773d15550
Bug 1149298 - Part 2: When destroying a candidate, ensure that the ice_ctx doesn't continue waiting for it to init. r=drno
2015-03-30 15:22:28 -07:00
Byron Campen [:bwc]
30912960d8
Bug 1149298 - Part 1: Test cases. r=drno
2015-03-30 15:46:49 -07:00
L. David Baron
900854f647
Backed out changeset e942133b1f9b (bug 1149769) for jittest-2, jsreftest, and spidermonkey test failures, on a CLOSED TREE.
2015-03-31 19:37:54 -07:00
Eric Faust
ef2ada318b
Bug 1149769 - Split reflect-parse.js reftest into its own subdirectory. (r=Waldo)
2015-03-31 18:29:10 -07:00
Ben Turner
d6dbe650bd
Bustage fix for bug 1131776, s/moz_malloc/malloc/ on CLOSED TREE
2015-03-31 16:27:36 -07:00
Jonathan Watt
785f13213f
Bug 1145246, part 7 - Add more CSS animation tests to check currentTime clamping. r=birtles
2015-03-23 13:23:19 +00:00
Jonathan Watt
a985df248c
Bug 1145246, part 6 - Remove disabled code from AnimationPlayer::ComposeStyle. r=birtles
2015-03-23 13:23:10 +00:00
Cameron McCormack
6fbf636225
Bug 1145912 - Add some logging to help determine why this test intermittently fails; no review.
2015-04-01 10:08:35 +11:00
Ben Turner
62f61c5626
Bug 1131776 - Use WITHOUT ROWID tables for IndexedDB, r=janv.
2015-02-16 09:48:14 -08:00
Ben Turner
331d4866a7
Bug 1112702 - Make IndexedDB transactions non-durable by default, r=khuey.
2015-01-25 22:30:09 -08:00
Ben Turner
c5c45c8f37
Bug 1131766 - Use a simpler thread model for IndexedDB transactions, r=khuey.
2014-12-02 12:01:44 -08:00
Ben Turner
975ba73ad9
Bug 866846 - Use WAL journal mode for IndexedDB databases, r=janv.
2015-01-24 08:16:26 -08:00
Ben Turner
6424c1255f
Revert unintentional change to crash reporting infra in changeset ce2692d64bcf DONTBUILD
2015-03-31 15:51:24 -07:00
Wes Kocher
f33e532cc7
Backed out changeset 6b886fbb3e48 (bug 1148032) for mochitest-chrome orange on b2g emulators
2015-03-31 15:48:25 -07:00
Ben Turner
d839795997
Bug 1112620 - Fix invalidated version change transactions, r=khuey.
2015-03-31 15:35:12 -07:00
Ben Turner
4e377455b4
Bug 1071360 - Fix async storage connection closing when open fails, r=asuth.
2015-03-27 22:45:28 -07:00
Jan Varga
2cf063d71d
Bug 1144806, Fix test_temporary_storage to not depend on database sizes. r=bent.
2015-03-25 09:49:37 -07:00
Andrea Marchesini
d39381422e
Bug 1143526 - DataStore API should create DOMError with proper error messages, r=fabrice
2015-03-31 23:23:52 +01:00
Jim Chen
e87cbf11c3
Bug 1149189 - Add test for setting the same composing text; r=esawin
2015-03-31 18:20:27 -04:00
Jim Chen
a76efd387b
Bug 1149189 - Add dummy text change when setting composition to the same text; r=esawin
2015-03-31 18:20:27 -04:00
Jim Chen
59365aafeb
Bug 1149189 - Backout e75d824c730d "Force Gecko update on endBatchEdit for range updates"; r=esawin
2015-03-31 18:20:27 -04:00
Jim Chen
84a2992f8e
Bug 1149172 - Query IMEStateManager for composition state; r=esawin
2015-03-31 18:20:27 -04:00
Jim Chen
addd99f09e
Bug 1149172 - Send well-formed IME events; r=esawin
2015-03-31 18:20:27 -04:00