Commit Graph

222842 Commits

Author SHA1 Message Date
Olli Pettay
943d241995 Bug 1119652, create mozilla::dom::Event::As*Event automatically for all the codegen'ed Events and annotate As*Event with MOZ_OVERRIDE in the codegen, r=bz
--HG--
extra : rebase_source : 8dc5e2f29d4ae7702e4f41c01e971016c357c85a
2015-01-10 13:46:41 +02:00
Magnus Melin
63b0f4183f Bug 1114011 - for autocomplete with for minresultsforpopup > 1: entering match doesn't work properly. r=mak 2015-01-10 13:48:24 +02:00
Magnus Melin
743f528bb0 Bug 1114010 - remove unused/unimplemented autocomplete ignoreBlurWhileSearching. r=mak 2015-01-10 13:48:24 +02:00
Magnus Melin
5abd05cff7 Bug 1043310 - AutoCompletion doesn't take capitalization from address book entry, can leave angle brackets characters >> in field, when loosing focus by clicking outside (not enter/tab). r=mak
The fix has two aspects:
 - for onblur we need to complete to the actual suggestion not to leave addresses uncapitalized or having " >> " as value
 - once we have a valid selection that should not be changed to default because EnterMatch is called again (which it is with blur if the value was confirmed by enter, or mouse selection already)
2015-01-10 13:48:23 +02:00
Robert O'Callahan
2eb99aba71 Bug 1119117. Don't clip nsDisplayOpacity items, since some of its descendants maybe should not be clipped with the nsDisplayOpacity clip. r=mattwoodrow
--HG--
extra : rebase_source : d8fbb70e8745a185142430dc341a5fa0146f5532
2015-01-11 00:12:33 +13:00
Geoff Lankow
57e3866bff Bug 1114297 - Improve performance of nsTreeBodyFrame::AdjustForCellText for very long strings; r=smontagu 2015-01-11 00:07:58 +13:00
Masatoshi Kimura
9f45fb0989 Bug 1112399 - Treat NS_ERROR_NET_INTERRUPT and NS_ERROR_NET_RESET as SSL errors on https URLs. r=bz 2015-01-10 19:52:58 +09:00
James Graham
08d62058b4 Bug 1025066 - Update web-platform-tests expected data, a=testonly 2015-01-10 10:42:45 +00:00
James Graham
5a891d1ae4 Bug 1025066 - Add certs and mach integration for running web-platform-tests with https, r=ted 2015-01-10 10:42:44 +00:00
James Graham
eb964053fb Bug 1025066 - Update web-platform-tests to revision 430c01c52a60299eaa1dd89fccaa869d7386a4b1, a=testonly 2015-01-10 10:42:44 +00:00
James Graham
a9b46ba84b Bug 1025066 - Update to ssl-supporting wptrunner, a=testonly 2015-01-10 10:42:43 +00:00
Bobby Holley
f800de3752 Bug 1120023 - Switch SourceBufferResource::Read{,At} back to blocking. r=cpearce
This only affects WebM MSE, which, as it turns out, doesn't deal well with
non-blocking read (MP4Reader now only operates on cached reads). We should
fix up WebM at some point, but I'm reverting the behavior change for now
because it's pretty much just a distraction.
2015-01-10 02:05:28 -08:00
Bobby Holley
58cef201ce Bug 1120023 - Fix some bugs in MockMediaResource. r=cpearce
If we don't do this, the subsequent changes to DataSourceAdapter will cause
gtest failures in TestMP4Demuxer.
2015-01-10 02:05:28 -08:00
Bobby Holley
359241f71d Bug 1120023 - Clean up semantics of SourceBufferResource reading. r=cpearce
This patch refactors things and makes two function changes:
(1) ReadFromCache does not block and properly fails if the data is unavailable.
(2) Read and ReadAt block if an out-param is _not_ provided, rather than the
    reverse. Both karlt and I think this is the appropriate thing to do.
2015-01-10 02:05:28 -08:00
Wes Kocher
33442223e4 Backout ca411b1cf001 (bug 1109945) for shader editor failures 2015-01-09 21:03:54 -08:00
Wes Kocher
83e178bc79 Merge m-c to inbound a=merge 2015-01-09 21:00:13 -08:00
B2G Bumper Bot
f775d24801 Bumping manifests a=b2g-bump 2015-01-09 19:33:50 -08:00
B2G Bumper Bot
e0c107df80 Bumping manifests a=b2g-bump 2015-01-09 19:03:50 -08:00
Trevor Saunders
4a203db537 Bug 1077549 - Only support gcc 4.6+. r=glandium 2015-01-08 20:21:37 -05:00
B2G Bumper Bot
cd246ac793 Bumping manifests a=b2g-bump 2015-01-09 17:23:49 -08:00
Mike Hommey
655cafdabc Followup for Bug 1119997 - add missing glibc-devel.i686 dependency. r=me 2015-01-10 09:20:52 +09:00
Mike Hommey
143c700346 Bug 1119997 - Stop using mozilla-centos-i386 mock. r=catlee 2015-01-10 08:54:00 +09:00
Dave Hylands
184dca8139 Bug 1119907 - Cleanup some errors when USE_DEBUG is enabled in the AutoMounter. 2015-01-09 15:29:15 -08:00
Chris Peterson
90751d5a6c Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo 2015-01-06 21:39:46 -08:00
Shu-yu Guo
44dc24880a Bug 1118559 - Make checking if a slot is aliased less confusing. (r=jandem) 2015-01-09 19:54:48 -08:00
Bas Schouten
92b37cad9e Bug 1119854: Crash when AcquireSync takes more than 10 seconds. r=jrmuizel 2015-01-10 04:50:02 +01:00
Shu-yu Guo
ee68366faf Bug 1119579 - Don't GC while iterating compartments in findAllGlobals. (r=sfink) 2015-01-09 19:21:41 -08:00
Shu-yu Guo
4f01319f98 Bug 1029963 - Recover slots in RematerializedFrames. (r=nbp) 2015-01-09 19:21:16 -08:00
Wes Kocher
097382fa78 Backed out changeset 88cf7f2fe48f for build bustage 2015-01-09 19:15:54 -08:00
Jeff Gilbert
d74e62cb38 Bug 1093967 - Implement BlitFramebuffer. r=kamidphish 2015-01-09 18:51:20 -08:00
Wes Kocher
87aaffcfac Backout 17fc30214d84 (bug 1117607) for reftest orange 2015-01-09 18:48:43 -08:00
Jeff Gilbert
30c24f2000 Bug 1109945 - Rewrite shader/program handling. - r=kamidphish 2015-01-09 18:40:56 -08:00
Neil Deakin
17dadd6b59 Bug 1089005, add a third consume option that never consumes even over the anchor. This allows clicks on the location field to adjust the caret position, r=dao 2015-01-09 21:12:10 -05:00
Bobby Holley
871c3a1134 Bug 1120017 - Make the DispatchDecodeTasksIfNeeded path handle DECODER_STATE_DECODING_FIRSTFRAME. r=cpearce
Once we make MP4Reader reject with WAITING_FOR_DATA, we end up with the following scenario:

DecodeFirstFrame requests audio data, and then it gets rejected with WAITING_FOR_DATA.
So OnAudioNotDecided does WaitForData, which eventually causes us to be called back in
MediaDecoderStateMachine::WaitForDataResolved. That does DispatchDecodeTasksIfNeeded, which
currently bails out of our state is DECODER_STATE_DECODING_FIRSTFRAME.

The other way to do this would be to add a separate specialized path through all this
asynchronicity for DECODER_STATE_DECODING_FIRSTFRAME. But it's not clear to me what that
buys us.
2015-01-09 17:20:58 -08:00
Bobby Holley
dbb413d6ec Bug 1120014 - Initialize MediaSourceReader::mLast{Audio,Video}Time to 0 rather than -1. r=rillian
There isn't actually any initialization code that sets them at 0. Instead, we
currently rely on the fact that our first decoder ends up active regardless of
what its buffered range reports. So as long as invoking the first Request{Audio,Video}Data
is resolved, this ends up ok. But while that is usually the case, it isn't _always_
the case, especially in the case where the MP4Reader rejects with WAITING_FOR_DATA.
2015-01-09 17:20:58 -08:00
Terrence Cole
f062512cc7 Bug 1119604 - Remove the void* accessor from GCCellPtr; r=sfink 2015-01-09 15:42:42 -08:00
Jim Chen
67f8ab8931 Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp 2015-01-09 19:33:57 -05:00
Jim Chen
eeef0f206c Bug 1116868 - Add templated JNI classes; r=snorp 2015-01-09 19:33:57 -05:00
Jim Chen
a830e6c8ca Bug 1116641 - Change JNI macro usages to use AutoJNIClass; r=snorp 2015-01-09 19:33:56 -05:00
Wes Kocher
abaac8e08d Backout 7475b716558d (bug 1119281) for Windows XPCShell permafailure 2015-01-09 16:35:50 -08:00
Michal Novotny
46ce05e652 Bug 1038554 - fix potential wrong file offset calculation in CacheIndex::ParseRecords() and CacheIndex::ParseJournal(), r=honzab 2015-01-10 01:21:04 +01:00
Jeff Walden
62c96b78f2 Bug 1113379 - Convert ctypes/typedefs.h into a series of higher-order macros, for better code hygiene and to work around an incredible oddity in NetBSD's <stdint.h>. r=jorendorff 2015-01-09 02:07:39 -08:00
Kai-Zhen Li
81980705e3 Bug 1119691 - "Build bustage in dom/media/mediasource/MediaSource.cpp" [r+f=bzbarsky] 2015-01-08 23:37:00 -08:00
James Willcox
1241cd7cc4 bug 1118552 - fix gcc4.9 warnings on Android r=glandium 2015-01-06 22:20:46 -05:00
Byron Campen [:bwc]
8085ac6f3e Bug 1112682: Prefer hardware codecs. r=jesup 2015-01-02 11:51:00 -08:00
Brad Lassey
5d345084ed bug 1083116 - build fails: malloc_decls.h conflicting types for 'malloc_usable_size' r=glandium 2015-01-06 19:58:36 -05:00
Seth Fowler
55a9e0f656 Bug 1117607 - Make decoders responsible for their own frame allocations. r=tn 2015-01-09 15:02:48 -08:00
William Chen
48157ea765 Bug 1118764 - Don't distribute anonymous root content in shadow DOM. r=bz 2015-01-08 13:49:51 -08:00
Wes Kocher
c27ebf2924 Backout 115690326c5e for mochitest-2 orange on a CLOSED TREE 2015-01-09 14:28:27 -08:00
Jim Blandy
870197a095 Bug 745985: DebuggerServer.initTransport is never called directly, and doesn't do anything interesting. r=past
try: -b do -p all     -u all        -t none

--HG--
extra : rebase_source : 49224b7dacf13b78a8e28636b011ca8915d8758b
2015-01-05 16:54:19 -08:00