Commit Graph

236929 Commits

Author SHA1 Message Date
Mike Hommey
ee117642af 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
210d7933c4 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
a7a0dd7d1a Back out changeset a765547ac232 (bug 980770) due to recently-introduced test failures. 2015-03-31 21:43:36 -07:00
Masayuki Nakano
af0a125783 Bug 1137539 part.4 Implement TSFStaticSink::IsEasyChangjeiActive() r=emk 2015-04-01 12:54:53 +09:00
Masayuki Nakano
4337cb0c40 Bug 1137539 part.3 Implement TSFStaticSink::IsFreeChangJieActive() r=emk 2015-04-01 12:54:53 +09:00
Masayuki Nakano
ca3b916254 Bug 1137539 part.2 Implement TSFStaticSink::IsATOKActive() r=emk 2015-04-01 12:54:53 +09:00
Masayuki Nakano
068639b759 Bug 1137539 part.1 Implement TSFStaticSink::IsGoogleJapaneseInputActive() r=emk 2015-04-01 12:54:53 +09:00
L. David Baron
10c6664d2e 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
a32d59cd89 Bug 1149343 - Followup to fix bustage on a CLOSED TREE 2015-04-01 16:39:07 +13:00
Jeff Muizelaar
7c953e1e1f 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
d1ef9c1342 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
db91febb5c 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
13de968298 Bug 1109390 part 26 - Add further tests for ready promise when pausing; r=jwatt 2015-04-01 12:23:25 +09:00
Brian Birtles
034e2a3685 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
a2ca09cf79 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
a6d9ab66d6 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
e1ab78805c 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
c9b0ef8904 Bug 1109390 part 21 - Reuse GetAnimationsForCompositor in nsLayoutUtils; r=jwatt 2015-04-01 12:23:24 +09:00
Brian Birtles
60c21b31d2 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
b10106d3f9 Bug 1149343 - Part2: Add HW decode blacklisting support on mac. r=mattwoodrow 2015-03-31 14:18:38 +11:00
Matt Woodrow
0427f54e6b 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]
f9a911e015 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]
010c73039c 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]
05f7281084 Bug 1149298 - Part 1: Test cases. r=drno 2015-03-30 15:46:49 -07:00
L. David Baron
7c0503e69e 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
1021c89bc4 Bug 1149769 - Split reflect-parse.js reftest into its own subdirectory. (r=Waldo) 2015-03-31 18:29:10 -07:00
Ben Turner
aef92086a5 Bustage fix for bug 1131776, s/moz_malloc/malloc/ on CLOSED TREE 2015-03-31 16:27:36 -07:00
Jonathan Watt
dcccb47adf 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
233630dea2 Bug 1145246, part 6 - Remove disabled code from AnimationPlayer::ComposeStyle. r=birtles 2015-03-23 13:23:10 +00:00
Cameron McCormack
444301e033 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
406dfe1857 Bug 1131776 - Use WITHOUT ROWID tables for IndexedDB, r=janv. 2015-02-16 09:48:14 -08:00
Ben Turner
8e9d4603ee Bug 1112702 - Make IndexedDB transactions non-durable by default, r=khuey. 2015-01-25 22:30:09 -08:00
Ben Turner
39370e837c Bug 1131766 - Use a simpler thread model for IndexedDB transactions, r=khuey. 2014-12-02 12:01:44 -08:00
Ben Turner
7956cb8b3d Bug 866846 - Use WAL journal mode for IndexedDB databases, r=janv. 2015-01-24 08:16:26 -08:00
Ben Turner
28f83ae71a Revert unintentional change to crash reporting infra in changeset ce2692d64bcf DONTBUILD 2015-03-31 15:51:24 -07:00
Wes Kocher
5f7c650df1 Backed out changeset 6b886fbb3e48 (bug 1148032) for mochitest-chrome orange on b2g emulators 2015-03-31 15:48:25 -07:00
Ben Turner
38060d4f00 Bug 1112620 - Fix invalidated version change transactions, r=khuey. 2015-03-31 15:35:12 -07:00
Ben Turner
ca471c4188 Bug 1071360 - Fix async storage connection closing when open fails, r=asuth. 2015-03-27 22:45:28 -07:00
Jan Varga
7425a55c86 Bug 1144806, Fix test_temporary_storage to not depend on database sizes. r=bent. 2015-03-25 09:49:37 -07:00
Andrea Marchesini
d2e04cc024 Bug 1143526 - DataStore API should create DOMError with proper error messages, r=fabrice 2015-03-31 23:23:52 +01:00
Jim Chen
9218e320f0 Bug 1149189 - Add test for setting the same composing text; r=esawin 2015-03-31 18:20:27 -04:00
Jim Chen
6492859017 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
b353f66b0c Bug 1149189 - Backout e75d824c730d "Force Gecko update on endBatchEdit for range updates"; r=esawin 2015-03-31 18:20:27 -04:00
Jim Chen
25cc2a191d Bug 1149172 - Query IMEStateManager for composition state; r=esawin 2015-03-31 18:20:27 -04:00
Jim Chen
866ff6c9aa Bug 1149172 - Send well-formed IME events; r=esawin 2015-03-31 18:20:27 -04:00
Jim Chen
09770e51a5 Bug 1149172 - Fix small bugs in IME focus handshake; r=esawin 2015-03-31 18:20:27 -04:00
Mark Goodwin
6326b2717b Bug 1138848 - Tests for modified OneCRL (r=keeler, unfocused)
* * *
* * *
give blocklist debug info to NSPR_LOG
2015-03-31 15:10:19 -07:00
Mark Goodwin
13b7190f95 Bug 1138848 - Modify OneCRL blocklist for subject / public key blocking (r=keeler, unfocused) 2015-03-31 15:10:09 -07:00
Mats Palmgren
7257df08ea Bug 1149785 - Make nsIWidget::ClientToWindowSize use LayoutDeviceIntSize instead of the unit-less nsIntSize. r=roc 2015-03-31 22:09:03 +00:00
Mats Palmgren
f08a2e7cd6 Bug 1149784 - Make nsSubDocumentFrame::GetMarginAttributes use CSSIntSize instead of the unit-less nsIntSize. r=roc 2015-03-31 22:09:02 +00:00