Morris Tseng
ce4c69ce51
Bug 1125419 - Disable touch/selection caret before testing test_bug648573.html. r=smaug
2015-02-01 19:29:00 +01:00
Dragana Damjanovic
54c4b431a0
Bug 1106396 - Fix nsHttpChannel::Suspend() in case of content is serve partially from cache and partially from network. r=honzab
2015-01-27 00:50:00 +01:00
JW Wang
54dd85b918
Bug 1105720 - have a larger timeout value for the very slow B2G emulator. r=cpearce
2015-02-02 19:00:00 +01:00
Boris Egorov
4fc4b297fd
Bug 1070015 - Throw error if attr object of different element passed; r=bz
...
In the beginning of Element::removeAttributeNode() we check that attr object
passed to it belongs to the same element (comparing attr.GetElement and this).
If it is different element, throw NotFoundError.
Mochitest to check new behavior included.
2015-01-25 20:39:05 +06:00
Tooru Fujisawa
cfd6827ff4
Bug 1096377 - Disallow duplicated parameter in arrow functions. r=jorendorff
2015-02-03 14:59:32 +09:00
Seth Fowler
7f0acc52dc
Bug 1128767 - Add the layers.dump-decision pref to all.js when it's available. r=roc
2015-02-03 00:24:15 -08:00
Seth Fowler
94ec83ce8e
Bug 1128356 - Add template functions for common frame property destructors. r=dbaron
2015-02-03 00:24:13 -08:00
Jan Varga
2cd6e55a4e
Bug 1124189 - IndexedDB Unkown Error @ ActorsParent.cpp:414 when calling indexedDB.open; r=bent
2015-02-03 07:29:51 +01:00
Chris Peterson
b89cf385df
Back out bd6d23ec747c (bug 1125701) on a CLOSED TREE for mochitest-4 assertion failures
2015-02-02 22:07:16 -08:00
Seth Fowler
8ddea6b8d4
Bug 1128223 (Part 4) - Remove DecodeStrategy and WantDecodedFrames. r=tn
2015-02-02 21:40:35 -08:00
Seth Fowler
775caa912a
Bug 1128223 (Part 3) - Add FLAG_ASYNC_NOTIFY. r=tn
2015-02-02 21:40:35 -08:00
Seth Fowler
6a2e58737c
Bug 1128223 (Part 2) - Add FLAG_SYNC_DECODE_IF_FAST. r=tn
2015-02-02 21:40:35 -08:00
Seth Fowler
f9a0a76bf1
Bug 1128223 (Part 1) - Clean up existing image flags. r=tn
2015-02-02 21:40:35 -08:00
JW Wang
c34f3fa983
Bug 1128411. Part 2 - call SendStreamData() in AdvanceFrame() to simplify the code of SendStreamData(). r=roc.
2015-02-02 13:58:31 +08:00
JW Wang
f44af21c62
Bug 1128411. Part 1 - fix some bugs in MediaDecoderStateMachine::SendStreamData(). r=roc.
2015-02-02 13:53:54 +08:00
Nicholas Nethercote
b41a1c3660
Bug 1127570 - Include measurement origins in about:memory's title bar. r=mccr8.
...
This changes about:memory so that whenever measurements are shown, the origin
of those measurements is visible in the title bar.
- "about:memory (live measurement)" is used when you do "Measure".
- "about:memory (<filename>)" is used when you do "Load...".
- "about:memory (diff of <filename1> and <filename2>)" is used when you do
"Load and diff...".
- "about:memory" is used in all other cases, e.g. when about:memory is first
loaded, and after all non-measurement actions (GC, GC, etc.)
2015-02-02 16:53:49 -08:00
Chris Double
2f52d72651
Bug 1128161 - Fix build error when logging is disabled - r=ajones
2015-02-03 18:19:47 +13:00
Brian Birtles
35cb079864
Bug 1123196 part 2 - Don't resolve pending animations for nested calls to PaintRoot; r=mattwoodrow
...
We resolve pending animations when painting has finished in
nsDisplayList::PaintRoot. However, in the process we can trigger nested calls to
PaintFrame (e.g. due to use of -moz-element). In that case, we shouldn't resolve
pending animations until we complete the widget transaction.
This patch adds a check that we're in a widget transaction before we resolve
pending animations.
2015-02-03 14:08:37 +09:00
Brian Birtles
ccb28f6ffb
Bug 1123196 part 1 - While player is waiting to start, return its pending start time; r=jwatt
...
After starting layer animations we set the same start time on content
animations but we don't apply it until the next tick (see bug 1112480 for
background). However, in some circumstances, we can end up creating layer
animations again within the same refresh driver tick. In this case, we should
initialize the animations with the same start time as we previously used.
This patch exposes the pending start time set on content animations so that,
if set, we can use it when building layer animations.
2015-02-03 14:08:37 +09:00
Phil Ringnalda
026b80253c
Back out d28c88e9705d (bug 1128411)
...
CLOSED TREE
2015-02-02 20:37:49 -08:00
JW Wang
762f7fdef7
Bug 1128411. Part 2 - call SendStreamData() in AdvanceFrame() to simplify the code of SendStreamData(). r=roc.
2015-02-02 13:58:31 +08:00
Christoph Kerschbaumer
46f98b7f00
Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads (r=paolo)
2015-02-02 20:10:34 -08:00
Christoph Kerschbaumer
85128a80bf
Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads - tests (r=paolo)
2015-02-02 20:10:07 -08:00
Christoph Kerschbaumer
566fd0149b
Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads (r=paolo)
2015-02-02 20:09:40 -08:00
Christoph Kerschbaumer
d0db4f8b40
Bug 1126067 - Make JS callers of ios.newChannel call ios.newChannel2 in dom/ - tests (r=sicking)
2015-02-02 20:08:34 -08:00
Chris Peterson
15b1f5dfa3
Bug 1125701 - Fix -Wmaybe-uninitialized warnings in js/src/jit/arm/Assembler-arm.h. r=mrosenberg
2015-01-26 19:47:30 -08:00
Nicholas Nethercote
a35f4c588c
Bug 1127645 - Remove "Read from clipboard" button from about:memory. r=mccr8.
...
Now that memory reports are gzipped by default (not to mention *huge* when
unzipped), this button is no longer useful. A "load from URL" button (bug
859603) would be much better, but for now let's just remove the useless
functionality so it doesn't get in the way.
2015-02-02 16:44:48 -08:00
Edwin Flores
74b014c740
Bug 1075199 - Output a different clearkey.info depending on platform - r=cpearce,gps
2015-02-03 16:59:39 +13:00
Edwin Flores
0c398526dd
Bug 1075199 - Extend lifetime of VideoHost in GMPVideoDecoderParent to stop its destruction racing with the deallocation of video buffers - r=jesup
2015-01-16 11:04:03 +13:00
Edwin Flores
6c5ab44557
Bug 1075199 - More logging in ClearKey CDM - r=cpearce
2015-01-27 18:35:36 +13:00
Edwin Flores
fbd5c844dc
Bug 1075199 - WMF decoding in ClearKey CDM - r=cpearce
2015-01-16 10:37:54 +13:00
Edwin Flores
0ea4a6dbbb
Bug 1075199 - Import WMF decoding code from cpearce's gmp-clearkey implementation - r=cpearce
2015-01-16 10:37:54 +13:00
Wes Kocher
1ce0e1d25e
Backed out 2 changesets (bug 1123067) for mochitest-1 bustage on a CLOSED TREE
...
Backed out changeset d35d83e9c9f2 (bug 1123067)
Backed out changeset ea4ea5299409 (bug 1123067)
2015-02-02 17:32:28 -08:00
James Willcox
0e11680bbd
Bug 1108709 - Don't chdir on Android r=glandium
2015-02-02 17:49:44 -06:00
George Wright
e89cf3759b
Bug 1036682 - Bump RLIMIT_NOFILE to the hard ceiling on OS X, up to a new cap of 16384 r=jrmuizel
2015-02-02 18:40:04 -05:00
Sean Stangl
51c55292d3
Bug 1088921 - Remove unused relocations_ from ARM and MIPS assemblers. r=mjrosenb
2015-02-02 14:45:16 -08:00
Mats Palmgren
74baacc883
Bug 1123067 - part 2, tests.
2015-02-02 22:34:17 +00:00
Mats Palmgren
84ca2c9f80
Bug 1123067 - part 1, Add the range even if it's inside a user-select:none region in case it's inside an editable node (it represents the caret). r=smaug
2015-02-02 22:34:17 +00:00
Mats Palmgren
329b308d98
Bug 1127835 - part 2, test.
2015-02-02 22:34:17 +00:00
Mats Palmgren
a58533e094
Bug 1127835 - part 1, Add a null-check to avoid fatal assertion if the split results in no left part. r=smaug
2015-02-02 22:34:17 +00:00
Mats Palmgren
897826d457
Bug 1123505 - part 2, tests.
2015-02-02 22:34:17 +00:00
Mats Palmgren
5940374ba5
Bug 1123505 - part 1, Reset mStart/EndDepth before serializing each range. Use mStartDepth of the first range and mEndDepth of the last range for multi-range Selections. r=smaug
2015-02-02 22:34:17 +00:00
Ryan VanderMeulen
2468bbc299
Merge m-c to inbound. a=merge
2015-02-02 17:31:01 -05:00
Ryan VanderMeulen
beb9f2acba
Merge inbound to m-c. a=merge
2015-02-02 17:28:12 -05:00
Ryan VanderMeulen
86d6f59c45
Merge fx-team to m-c. a=merge
2015-02-02 17:06:25 -05:00
B2G Bumper Bot
b2dee48aa2
Bumping manifests a=b2g-bump
2015-02-02 13:51:50 -08:00
Boris Zbarsky
89f3c0e7cf
Bug 1128153. When a number input contains a non-number (possibly empty) value, the validation message should be about the value not being a number, not about there being no value. r=jwatt
2015-02-02 15:42:40 -05:00
Ryan VanderMeulen
f3d2bcdcef
Backed out changesets da8594f6e177 and 658ba2f4d879 (bug 1126511) for mochitest-bc failures.
...
CLOSED TREE
2015-02-02 16:58:12 -05:00
Ryan VanderMeulen
61c9b07b90
Backed out changeset 714ddf32db74 (bug 1128153) for mochitest failures.
2015-02-02 16:56:47 -05:00
B2G Bumper Bot
97149515b9
Bumping manifests a=b2g-bump
2015-02-02 12:31:39 -08:00