Commit Graph

241287 Commits

Author SHA1 Message Date
David Major
c92c020b89 Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium 2015-04-27 19:59:27 -04:00
Wes Kocher
a078b2d8ce Bug 1154356 needs a CLOBBER for good measure 2015-04-27 16:56:45 -07:00
Tom Tromey
c2b1f94fa6 Bug 1154356 - Escape variable name in Declaration::AppendVariableAndValueToString. r=heycam 2015-04-24 13:15:00 -04:00
Chris Pearce
7fa1167ea3 Bug 1136360 - Backout 3920b67e97a3 to fix A/V sync regressions (bug 1148299 & bug 1157886). r=backout 2015-04-28 11:37:33 +12:00
Milan Sreckovic
ddccced1db Bug 1158340 - Refactor RedistributeDisplayPortExcess. r=kats 2015-04-27 12:06:11 -04:00
Milan Sreckovic
945381a8a2 Bug 1158284 - Utility in gfxPlatform to check for safe mode, lazier computation if we should accelerate and random cleanup of prefs usage. r=botond 2015-04-24 12:33:35 -07:00
Jed Davis
72145bc9c8 Bug 1154041 - Enable child process memory report logging by default on B2G. r=erahm 2015-04-24 14:53:00 -04:00
Emanuel Hoogeveen
3e58c4f5fe Bug 949036 - Make ID3v2 tag detection more careful - not every bit of data containing "ID3" is a tag. r=eflores 2015-04-27 07:28:00 -04:00
Philipp Kewisch
9d5f48a936 Bug 1153790 - mac unification doesn't work with packaged addons. r=glandium 2015-04-27 00:46:20 +02:00
Jeff Muizelaar
c3dc3e7a66 Bug 1154703. Avoid using WARP if nvdxgiwrapper.dll is around.
It seems to cause trouble and isn't really trustworthy.
2015-04-24 17:16:46 -04:00
Steve Fink
33b1c7c3da Bug 1149476 - Lengthen timeout because we are hitting it with SM(cgc), r=me (also jonco for a more complex version)
The previous attempt seemed to cause problems with preventing the test script from exiting, which I was defending against by closing all file descriptors (even though I wasn't sure if it was necessary.) Sadly, I have no way to report the failure, but for now just lengthening the timeout seems like the simplest to make the intermittents go away.
2015-04-27 13:19:17 -07:00
Andreas Tolfsen
fc30774886 Bug 1157253: Port ListenerProxy to use Proxy instead of __noSuchMethod__
r=chmanchester
2015-04-23 16:59:12 +01:00
Kartikaya Gupta
9e778de02e Bug 1154739 - On desktop platforms, only enable APZ in e10s windows. r=dvander,mstange 2015-04-27 16:13:29 -04:00
Kartikaya Gupta
ea83c40350 Bug 1154739 - Rename flag to be more general. r=billm 2015-04-27 16:13:29 -04:00
Nathan Toone
743ce3c39b Bug 1158931 - Fix static assertion compilation error; r=snorp
Move the destructor for WebrtcAndroidMediaCodec to be protected instead of public.
2015-04-27 14:43:25 -05:00
Boris Zbarsky
f21de90e5b Bug 1158452. Pass in the right node when messing with font sizes in editor. r=ehsan 2015-04-27 15:29:22 -04:00
Ryan VanderMeulen
8cec077991 Merge m-c to inbound. a=merge 2015-04-27 15:20:16 -04:00
Ryan VanderMeulen
8fe670a062 Backed out 2 changesets (bug 1099149, bug 1154356) for suspicion that one of them is causing frequent Android debug recursion.js failures. a=me
Backed out changeset ecc645744a11 (bug 1154356)
Backed out changeset 1d7c532f2a62 (bug 1099149)
2015-04-27 15:14:19 -04:00
Ryan VanderMeulen
41cb4ae5ac Merge inbound to m-c. a=merge 2015-04-27 15:13:19 -04:00
Markus Stange
3c61b43f02 Bug 1157936 - Put the correct ratio on the scrollbar layer. r=tn 2015-04-27 14:59:17 -04:00
Ehsan Akhgari
bb5762dcf6 Bug 1158920 - Yield to the event loop before reading the spelling suggestions 2015-04-27 15:09:22 -04:00
Nikhil Marathe
27cb15e0ef Bug 1058695 - Add member to nsIGlobalObject to detect it is going away. Make promises use it. r=bholley 2015-04-27 12:00:41 -07:00
L. David Baron
14c2a5a95a Bug 1157648 - Make nsScriptError::ToString use only the first 512 characters of mSourceName and mSourceLine. r=bholley
This means that when mSourceName and mSourceLine are large, ToString is
not excessively expensive.

This is particularly important for CSS errors, where we don't make an
attempt to truncate these prior to constructing the script error, but we
do ensure that when we report multiple errors on the same line (which is
common for minified CSS), we share from the same string buffer and avoid
copying.
2015-04-27 11:35:10 -07:00
Nathan Froyd
1bcb2521b7 Bug 1158896 - prevent dead code from being generated in lower.py; r=bent
Coverity was complaining that we have things like:

    if ((!(actor))) {
        return false;
    }

    if ((!(actor))) {
        return false;
    }

in the generated code, as the second return will clearly never be hit.  To
address this, let's remove a redundant call to dtorPrologue.
2015-04-27 13:08:12 -04:00
B2G Bumper Bot
20daa84e95 Bumping manifests a=b2g-bump 2015-04-27 10:05:00 -07:00
B2G Bumper Bot
0bd2dab3bb Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d4ec6c8c9cfc
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1157216 - [tv_apps] Use textContent instead of innerHTML in screen reader speech caption. r=alive
2015-04-27 10:02:48 -07:00
Carsten "Tomcat" Book
10699038cd Backed out changeset e0b9c334c95a (bug 1138294) for frequent linux m3 test failures on a CLOSED TREE 2015-04-27 17:47:08 +02:00
Carsten "Tomcat" Book
c30cc836f0 Backed out changeset 3f1afabc2aae (bug 1138294) 2015-04-27 17:46:34 +02:00
Carsten "Tomcat" Book
fc8277f379 Backed out changeset 0c505784e8f6 (bug 1138294) 2015-04-27 17:46:29 +02:00
Carsten "Tomcat" Book
56e8bb249e Backed out changeset 1c0861d7a645 (bug 1138294) 2015-04-27 17:46:24 +02:00
B2G Bumper Bot
d46c1cdfa1 Bumping manifests a=b2g-bump 2015-04-27 08:16:12 -07:00
Andrea Marchesini
84d52c776e Bug 1158361 - Improve the localized messages in about:serviceworkers, r=ehsan, f=stef 2015-04-27 15:47:24 +01:00
Andrea Marchesini
f404636ceb Bug 1158811 - remove the flickering in about:serviceworkers, r=ehsan 2015-04-27 15:44:45 +01:00
B2G Bumper Bot
021051bde4 Bumping manifests a=b2g-bump 2015-04-27 07:32:20 -07:00
B2G Bumper Bot
c8b827b7e6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a895dc9dd065
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #29733 from cctuan/1157092

Bug 1157092 - Permaorange apps/system/test/marionette/text_selection_test.js | Text selection > without lockscreen check functionality copy and paste across all trees independent of merges

========

https://hg.mozilla.org/integration/gaia-central/rev/a0d91a620188
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1157092 - enable text_seletion_test on tbpl again
2015-04-27 07:30:09 -07:00
Andrew McCreight
1e2eb79fdf Bug 1157304 - Make the empty classname assertion in BloatEntry fatal. r=froydnj 2015-04-27 10:28:19 -04:00
B2G Bumper Bot
771534a8dc Bumping manifests a=b2g-bump 2015-04-27 07:19:57 -07:00
Nathan Froyd
050302155b Bug 1158772 - fix non-idiomatic memset call in nsDeque.cpp; r=erahm
Coverty complains that we're using sizeof(mData) here instead of
sizeof(*mData).  They're equivalent for all the architectures we care about,
but go ahead and tidy up the syntax to silence the static analyzer.
2015-04-27 07:55:32 -04:00
Ryan VanderMeulen
08c48e40ef Backed out changeset c839f283bf28 (bug 1058695) for bustage.
CLOSED TREE
2015-04-27 14:04:24 -04:00
Nick Fitzgerald
4812be37bc Bug 1158257 - Gecko should always provide SpiderMonkey with a debuggerMallocSizeOf; r=mccr8 2015-04-27 10:58:24 -07:00
Nick Fitzgerald
e7b9c549d9 Bug 1134865 - Part 3: Add JS::ubi::Node::jsObjectConstructorName; r=djvj 2015-04-27 10:57:06 -07:00
Nick Fitzgerald
b485118947 Bug 1134865 - Part 2: Add constructor name to the allocations log; r=djvj 2015-04-27 10:57:06 -07:00
Nick Fitzgerald
95cbfcf174 Bug 1134865 - Part 1: Add JSObject::constructorDisplayAtom; r=djvj 2015-04-27 10:57:06 -07:00
Gregory Szorc
40fd1c6f73 Bug 1128586 - Prefer hg.exe over hg; r=RyanVM
This is needed for compatibility with an upcoming release of
MozillaBuild, which distributes Mercurial as a Python package, not as a
standalone Windows program. As a result, it introduces "hg" into $PATH,
which "which" will happily prefer as the "hg" binary. This upsets
subprocess. So, we explicitly prefer "hg.exe" over "hg".

We could accomplish the same thing by calling which.whichall() and
sorting results. But this is more code and IMO not worth the effort to
implement.
2015-04-27 10:43:49 -07:00
Gregory Szorc
26bce22eb4 Bug 1128586 - Properly look for Mercurial version; r=RyanVM
`mercurial version` doesn't always print the version number. `mercurial
--version` does. Use the latter.
2015-04-27 10:43:25 -07:00
Nathan Froyd
6460d3e650 Bug 1158320 - rename nsThread::mRunningEvent to mNestedEventLoopDepth; r=bsmedberg
The current name reads to me like a boolean variable, even though it's
actually a counter.  Try to make that property more explicit at its uses
by renaming it to something more evocative of counter-ness.
2015-04-24 16:04:50 -04:00
Tom Tromey
78befbe086 Bug 1154356 - Escape variable name in Declaration::AppendVariableAndValueToString. r=heycam 2015-04-24 13:15:00 -04:00
Jonathan Hao
810d0dd127 Bug 1151760 - Separate timeout timer with end of stream. r=ettseng 2015-04-24 15:25:09 +08:00
Samael Wang
f0f05ba6be Bug 1147305 - Map settings "mms.debugging.enabled" to preference. r=btseng 2015-04-27 11:46:26 +08:00
B2G Bumper Bot
0b6ab6e186 Bumping manifests a=b2g-bump 2015-04-27 04:32:24 -07:00