Commit Graph

153379 Commits

Author SHA1 Message Date
cptanu
1195449bca Bug 934274 - [app manager] changed invalidLaunchPath to accessFailedLaunchPath and edited the text. r=jryans 2013-11-05 09:16:47 -05:00
Chris Peterson
d275a447f2 Bug 934262 - Fix -Wtautological-constant-out-of-range-compare warnings in js/src/jit/. r=luke 2013-11-02 12:28:03 -07:00
Makoto Kato
8ee05cd3ad Bug 931687 - Add -Gw option when using VS2013. r=glandium 2013-11-05 12:46:46 +09:00
Kartikaya Gupta
0dbc924a02 Bug 930904 - Remove some old code for android that is now no-op'd. r=tn 2013-11-04 21:40:05 -05:00
Kartikaya Gupta
afe1cd6f74 Bug 930904 - Ensure the presShell resolution is recorded on the FrameMetrics for the root scrollable layer of the presShell. r=tn
Previously the code would only set the resolution on the FrameMetrics when
the scroll ID was equal to ROOT_SCROLL_ID. This only happens on the root
scrollable frame for a layer tree. However, with bug 732971 fixed, any presShell
can have a resolution associated with it, so we need to populate the mResolution
for any layer that is the root scrollable layer for a presShell.

On platforms like Fennec and Metro the content presShell is a sub-presShell
of the root presShell. The resolution is set on the content presShell, but would
not get populated on the FrameMetrics correctly because of this condition. The #ifdef
ANDROID hack a few lines below was used to work around this on Fennec but it
was broken on Metro. This change corrects the behaviour on both of these platforms.
2013-11-04 21:39:44 -05:00
Kartikaya Gupta
0114edf4cd Bug 934439 - Add an APZC_LOG line for UpdateScrollOffset. r=botond 2013-11-04 21:30:10 -05:00
William Chen
b5a15360d3 Bug 932086 - Hoist <template> to head when found between </head> and <body>. r=hsivonen 2013-11-04 17:19:22 -08:00
Byron Campen [:bwc]
bc94caa0ae Bug 934317: Mutex-protect the RLogRingBuffer, since more than one thread is using it. r=jesup 2013-11-04 15:39:51 -08:00
John Daggett
f6e7f6ca8c Bug 934719 - log load begin and end in presshell. r=heycam 2013-11-05 10:03:22 +09:00
Jonathan Kew
b33da98ea4 bug 833087 - stop background font info loading when quit-application notification is observed. r=BenWa 2013-11-05 00:53:47 +00:00
Gijs Kruitbosch
344851139c Backed out changeset c672c4cd6c7f (bug 928201) for mochitest-mc purply-bustage, rs=bustage on a CLOSED TREE 2013-11-02 14:07:23 +01:00
Joe Walker
9696fc65e1 Bug 934098 - Comment out test for GCLI date type breaks when TZ changes; r=Gijs CLOSED TREE
--HG--
extra : amend_source : 0db0a5596417dd41ebf339a21ff460bfafadf2ab
2013-11-02 12:50:33 +00:00
ffxbld
abf5d58b4c No bug, Automated HSTS preload list update from host bld-linux64-ec2-406 - a=hsts-update 2013-11-02 03:19:53 -07:00
ffxbld
bbc5326932 No bug, Automated blocklist update from host bld-linux64-ec2-178 - a=blocklist-update 2013-11-02 03:16:39 -07:00
Gene Lian
8fc00837ee Backout b796080cf4d0 (bug 931699) due to causing bug 933787. 2013-11-02 17:36:28 +08:00
Wes Kocher
90f561f86f Merge inbound to m-c 2013-11-01 20:34:44 -07:00
Wes Kocher
f223771c98 Merge b2g-inbound to m-c 2013-11-01 20:31:10 -07:00
Sankha Narayan Guria
f3af24268c Bug 894658 - Implement ES6 Array.prototype.{keys,entries}. r=jorendorff 2013-11-02 07:52:50 +05:30
Dan Glastonbury
442a70f72a Bug 843668 - Implement WebGL -draft- extension EXT_sRGB. r=jgilbert
https://www.khronos.org/registry/webgl/extensions/EXT_sRGB/
See content/canvas/test/webgl/conformance/extensions/ext-sRGB.html for example
usage.

OSX 10.6 has a failure when reading back the results from an sRGB format
texture attached to an FBO. Blacklist MacOSX 10.6 and all lower versions.
2013-11-04 16:05:04 -05:00
Brian R. Bondy
7b8c0a47a1 Bug 934445 - Fix Windows linking error in Release mode only when MOZ_CONTENT_SANDBOX is defined. r=aklotz 2013-11-04 15:35:03 -05:00
Andreas Gal
afef97f6ae Bug 934297 - Remove snapping support from Moz2D. r=mattwoodrow 2013-11-03 15:06:12 -08:00
Jaroslav Kopecký
b6e261314d Bug 933672 - Make sure in-tree libevent isn't built --with-system-libevent. r=glandium 2013-11-04 14:53:29 -05:00
Bharath Thiruveedula
f5a856938d Bug 684722 - Invoke geolocation error handlers when xhr fails. r=jdm 2013-11-04 14:52:53 -05:00
Rik Cabanier
7f0313f389 Bug 540456 - Support HTML5 canvas draw{Custom,System}FocusRing(). r=smaug 2013-11-04 14:52:24 -05:00
Dan Gohman
11eb90c533 Bug 934174 - SpiderMonkey: Micro-optimize AddOperation for int32 values r=luke 2013-11-04 09:41:17 -08:00
Dan Gohman
97d5255786 Bug 934520 - SpiderMonkey: Avoid signed overflow and other forms of undefined behavior. r=bhackett 2013-11-04 09:41:06 -08:00
Ryan VanderMeulen
6cddc919e9 Backed out 3 changesets (bug 932309, bug 932322) for Linux mochitest-bc timeouts on a CLOSED TREE.
Backed out changeset aea34e69d171 (bug 932322)
Backed out changeset 2b99a0f6ff1b (bug 932309)
Backed out changeset 0e3bcb78784e (bug 932309)
2013-11-04 14:31:21 -05:00
Michael Shuen
4bbdb5bd61 Bug 933998 - Prevent leak in nsNSSCertificateDB::ConstructX509FromBase64. r=bsmith 2013-11-04 14:22:37 -05:00
James Kitchener
c75c6853ab Bug 328755 - Assigning a zero-length string should not alloc a buffer. r=bsmedberg 2013-11-04 14:22:37 -05:00
Karl Tomlinson
7a847783e0 Bug 933156 - Don't send null input to EqualPowerPanningFunction. r=roc 2013-11-04 14:22:37 -05:00
Stephen Pohl
032fa795f4 Bug 860493 - Enable history swipe animations by default on nightly and aurora (implemented in bug 678392). r=smichaud 2013-11-04 13:26:41 -05:00
Ryan VanderMeulen
52c8cecb5f Backed out changesets f488602d26c9 and 09725c69fd76 (bug 860493) for OSX bustage.
CLOSED TREE
2013-11-04 12:55:56 -05:00
David Rajchenbach-Teller
7eed7f15d5 Bug 860493 - Add telemetry for history swipe animations. r=spohl 2013-11-04 12:10:14 -05:00
Stephen Pohl
bc26db9a1f Bug 860493 - Enable history swipe animations by default on nightly and aurora (implemented in bug 678392). r=smichaud 2013-11-04 12:10:10 -05:00
Neil Deakin
c7870ca9ad Bug 596723, Don't consume clicks outside of arrow panels by default, always consume the clicks on anchors of all popups, r=dao,neil 2013-11-04 11:22:24 -05:00
Neil Deakin
81fb2193ab Bug 545156, Expose nsPoupSetFrame's ::popupList, r=mats 2013-11-04 11:22:20 -05:00
Peter Van der Beken
a73e42176b Bug 934203 - Windows-only startup crash in JS_WrapValue(JSContext*, JS::MutableHandle<JS::Value>) with Twitter Disconnect / Facebook Disconnect. r=bz.
--HG--
extra : rebase_source : 2ee7a6f417ea3611d21d5e8efd01caf2b9692a0c
2013-11-04 14:18:01 +01:00
Brian Grinstead
56c80a74c4 Bug 932880 - Fix remaining DevTools bc leaks. r=past 2013-11-01 19:55:13 -05:00
Wes Kocher
1588a49371 Backed out changeset ff8128d5a5d9 (bug 906990) for b2g build bustage on a CLOSED TREE 2013-11-01 17:15:42 -07:00
Wes Kocher
8c7b17b5ba Backed out changeset 325d718fec53 (bug 906990) 2013-11-01 17:15:08 -07:00
Wes Kocher
36927ffabe Backed out changeset 875f6e0be7b1 (bug 906990) 2013-11-01 17:15:03 -07:00
Wes Kocher
ba57b1338e Backed out changeset 00f838879263 (bug 906990) 2013-11-01 17:14:59 -07:00
Wes Kocher
b22499705d Backed out changeset 57a7a785a964 (bug 906990) 2013-11-01 17:14:54 -07:00
Wes Kocher
2d17a09787 Backed out changeset 03b936cdbf73 (bug 933260) for crashtest assertions 2013-11-01 17:06:21 -07:00
Seth Fowler
a91fd7eede Bug 922613 - Remove erroneous assertion in imgStatusTracker. r=jdm 2013-11-01 17:05:01 -07:00
Mike Hommey
9d2d36c22f Bug 933120 needs a clobber because of bug 852814. r=me 2013-11-02 09:00:15 +09:00
Richard Newman
b152a1c0f1 Bug 933992 - sLoadTasks removal incorrectly uses long, not Integer. r=sriram 2013-11-01 16:56:06 -07:00
Mike Hommey
612f38242f Bug 933097 - Remove a few useless moz.build files. r=mshal 2013-11-02 08:47:46 +09:00
Mike Hommey
dd10946061 Bug 932737 - Change elfhack such that it doesn't require two injection objects. r=nfroyd 2013-11-02 08:47:24 +09:00
Mike Hommey
2a211e7c14 Bug 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps 2013-11-02 08:44:11 +09:00