Commit Graph

341996 Commits

Author SHA1 Message Date
Ryan VanderMeulen
1ac93c7ad5 Merge m-c to inbound. 2014-01-22 15:55:49 -05:00
Ryan VanderMeulen
67913e8980 Merge fx-team to m-c. 2014-01-22 15:32:22 -05:00
Bill McCloskey
5b9e37d8cf Bug 938904 - [e10s] Make tooltips work (r=smaug,enn) 2014-01-22 12:27:23 -08:00
Chris Lord
72ac4f30f8 Bug 961712 - Buffer (f)printf_stderr on Android. r=gal
Android logging functions append newlines to all output. Layout debugging
(and perhaps other areas) relies on being able to print partial lines, making
its output almost unreadable. This change adds manual buffering between
newlines, making the output readable again.
2014-01-22 20:20:20 +00:00
Ryan VanderMeulen
115fb3f090 Merge inbound to m-c. 2014-01-22 15:15:22 -05:00
Ryan VanderMeulen
f248b33b63 Merge b2g-inbound to m-c. 2014-01-22 14:59:24 -05:00
Steve Fink
edd13ec3e9 Bug 960342 - Convert StackShape from AutoRooter to RootedGeneric, r=terrence 2014-01-22 11:52:44 -08:00
Steve Fink
193fe092cd Bug 960342 - Convert StackBaseShape from AutoRooter to RootedGeneric, r=terrence 2014-01-22 11:52:44 -08:00
Steve Fink
9f72871624 Bug 960342 - Add a RootedGeneric general class, r=terrence 2014-01-22 11:52:44 -08:00
Honza Bambas
7d160757a1 Bug 950134 - Remove MOZ_ASSERT(!truncate) from CacheStorage::AsyncOpenURI when looking up an appcache, r=michal 2014-01-22 18:54:53 +01:00
Ryan VanderMeulen
9ad7bf9573 Backed out changeset 07e5bf2cb7c8 (bug 913597) for desktop B2G failures.
CLOSED TREE
2014-01-22 12:48:44 -05:00
Masatoshi Kimura
3d9b1531fe Bug 951028 - Fix NTFS permissions when a file is moved to a different directory. r=yoric,bbondy 2014-01-23 02:33:48 +09:00
Andreas Tolfsen
8186f23261 Bug 958024 - Wrap last exception from Marionette's Wait in TimeoutException. r=davehunt, r=mdas 2014-01-22 12:24:49 -05:00
Birunthan Mohanathas
60a8620fd0 Bug 798033 - Remove 'using namespace' intl/uconv/ucvcn headers. r=emk 2014-01-22 12:24:25 -05:00
Birunthan Mohanathas
7ae909ea45 Bug 798033 - Remove 'using namespace' from CompileInfo-inl.h. r=evilpies 2014-01-22 12:24:08 -05:00
B2G Bumper Bot
e0a21645db Bumping manifests a=b2g-bump 2014-01-22 08:34:17 -08:00
B2G Bumper Bot
ebed6c83ef Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/806d5b997ec7
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #15570 from Rik/calllog-missed-950101

Bug 950101 - TypeError: hiddenContainers[i] is undefined in call_log.js r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/63198088bee1
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 950101 - TypeError: hiddenContainers[i] is undefined in call_log.js
2014-01-22 08:30:12 -08:00
B2G Bumper Bot
0d00d81542 Bumping manifests a=b2g-bump 2014-01-22 08:11:43 -08:00
B2G Bumper Bot
9614773d9b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3b9a9ca38741
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #14653 from fcampo/mms-forward-subject-941030

Bug 941030 - [Messages] Follow up Bug 919966 - Ensure that forwarding a MMS with a subject fills in the subject in the composer

========

https://hg.mozilla.org/integration/gaia-central/rev/8f761d3caa12
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 941030 - [Messages] Follow up Bug 919966 - Ensure that forwarding a MMS with a subject fills in the subject in the composer
2014-01-22 08:05:11 -08:00
Alfredo Yang
c86bc8bb50 Bug 959861 - Testcase for fragmented mp4 playback. r=cpearce 2014-01-22 10:50:23 -05:00
Alfredo Yang
5a1003e537 Bug 959861 - Check if the media is seekable in MediaOmxReader::ReadMetadata(). r=cdouble 2014-01-22 10:50:23 -05:00
Shawn Huang
77891dd2ab Bug 961596 - [Gonk-KK] Bring up Bluetooth for device-hammerhead. r=mwu 2014-01-22 10:21:29 -05:00
JW Wang
0d73da1798 Bug 916135 - Part 3: Enable mochitests. r=padenot 2014-01-22 19:05:42 +08:00
David Keeler
a3dd98815d bug 951354 - test nsNSSCertificateDB for proper shutdown r=cviecco a=abillings 2014-01-21 16:47:47 -08:00
Andy Wingo
c03db3bb6d Bug 962484 - Fix script XDR bug after bug 916612 r=luke 2014-01-22 16:58:44 +01:00
Steve Fink
d4180132b8 Bug 959806 - Make the analysis explain why it believes a type to be a gc type, r=terrence 2014-01-14 13:20:32 -08:00
Boris Zbarsky
ef95954bd2 Bug 962605. Enable baseline jit in xpcshell. r=bholley 2014-01-22 14:37:11 -05:00
Boris Zbarsky
3146ee0f7a Bug 958576 part 2. Move FakeDependentString to the binding_detail namespace. r=peterv
I took the opportunity to move away from the NonNull<nsAString> hack
we had for string arguments, since just passing in a
FakeDependentString works fine and callees are now less likely to
declare their arg as being of that type.

In the process of doing that, I ran into what looks like a substantive
bug in the "owning union with string default value" case: We were
doing mValue.mString.Value() without ever having constructed
mValue.mString!
2014-01-22 14:37:10 -05:00
Boris Zbarsky
5052fd5d63 Bug 958576 part 1. Create a binding_detail namespace and move AutoSequence to it. r=peterv
Note that we can't name this namespace "detail", because then we'd
have both ::mozilla::detail and ::mozilla::dom::detail namespaces in
the tree and various template name lookups that look for "detail::Foo"
would get confused, and the code would not compile.  C++ strikes
again.
2014-01-22 14:37:10 -05:00
Ali Akhtarzada
b35c1e7891 Bug 962288 - Don't call DeprecatedGetAsSurface unless it's Cairo. r=mattwoodrow
Changeset from Bug 959123 caused a performance decrease because
DeprecatedGetAsSurface was being called on an image that may not
be a CAIRO_SURFACE.
2014-01-22 14:12:02 -05:00
Botond Ballo
4ec75602b7 Bug 916813 - Fix a crash during a layer dump. r=nical 2014-01-21 16:27:01 -05:00
Andreas Tolfsen
acd1fd0eeb Bug 961792 - Break iteration when browser is found. r=mdas
The iteration used to look up the current window's server-assigned
unique identifier in Marionette continues after the response has been
sent.  This is unnecessary and a potential synchronization problem
because the client only expects a single response.
2014-01-21 13:31:32 -05:00
Andreas Tolfsen
cca4fe0a18 Bug 941132 - getElementPosition not matching webdriver command. r=dburns 2014-01-22 14:04:04 -05:00
Andreas Tolfsen
bce6fbe347 Bug 941136 - getUrl not matching webdriver command getCurrentUrl. r=dburns 2014-01-21 13:31:31 -05:00
Jim Blandy
32330dffbc Bug 962441: Add regression test for Debugger.prototype.findScripts finding incompletely initialized JSScripts. r=shu 2014-01-22 10:54:28 -08:00
Nathan Froyd
94c8fcfd47 Bug 962080 - fix maybe-uninitialized variable warning in IonBuilder.cpp; r=jandem 2014-01-21 09:36:03 -05:00
Kartikaya Gupta
8681b20afc Bug 947337 - Update APZC tests to exercise the newly introduced transform. r=botond 2014-01-22 13:37:30 -05:00
Kartikaya Gupta
e96508ffe7 Bug 947337 - Ensure the transform of input to Gecko space accounts for inflight paint requests. r=botond 2014-01-21 16:27:20 -05:00
Kartikaya Gupta
f9b3dd70c2 Bug 947337 - Track the last metrics actually sent to Gecko after coming out of the throttler. r=botond 2014-01-21 16:26:57 -05:00
Kartikaya Gupta
394d08efea Bug 947337 - Small refactoring to reduce an unnecessary codepath. r=botond 2014-01-21 16:24:18 -05:00
Honza Bambas
6b4428ffb1 Bug 949250 - Improve CacheFileMetadata write timer, remove non-thread safe nsWeakRef, r=michal 2014-01-06 21:27:18 +01:00
Honza Bambas
751662293a Bug 945945 - Improve CacheFileHandle management to prevent crashes, r=michal 2014-01-22 18:54:52 +01:00
Honza Bambas
ebad344e5a Bug 957707 - Merge management and IO threads in cache v2, r=michal 2014-01-22 18:54:52 +01:00
Honza Bambas
296342b9d9 Bug 958311 - Fix partial content condition in nsHttpChannel, prevent any reuse of doomed files in cache v2, r=michal 2014-01-22 18:54:51 +01:00
Honza Bambas
32ecac3a1b Bug 962077 - Uninitialized rv in CacheFile::Doom, r=michal 2014-01-22 18:54:50 +01:00
Honza Bambas
bb82d984bf Bug 961147 - Easy way to get NSPR logs from tryserver mochitests, r=ted 2014-01-22 18:54:49 +01:00
Richard Newman
21a96f60c5 Merge m-c to s-c, certainly nothing to do with Australis. 2014-01-22 08:40:48 -08:00
Carsten "Tomcat" Book
23879c668c merge b2g-inbound to mozilla-central 2014-01-22 13:59:54 +01:00
Carsten "Tomcat" Book
c35b16e4a9 merge mozilla-inbound to mozilla-central 2014-01-22 13:53:15 +01:00
B2G Bumper Bot
59a5c83d0a Bumping manifests a=b2g-bump 2014-01-21 23:31:02 -08:00