Commit Graph

252707 Commits

Author SHA1 Message Date
Frédéric Wang
fadbe946a3 Bug 1180189 - Fix crash in mozilla::a11y::HTMLTableRowAccessible::GroupPosition, r=MarcoZ 2015-07-14 09:27:26 +02:00
Jan de Mooij
0e02ac6ab3 Bug 1177922 - Fix a bogus assert on OOM in markSafepointAt. r=nbp 2015-07-14 11:12:09 +02:00
Jan de Mooij
92399d87fd Bug 1183191 followup - Always null script_ in AutoDelazify::dropScript. r=me 2015-07-14 11:12:02 +02:00
Jon Coppeard
b0145498a6 Bug 1171909 - Check for alloc failure initializing AssemblerBufferWithConstantPools and update error handling ExceptionHandlerBailout r=jandem 2015-07-13 11:31:20 +01:00
Gian-Carlo Pascutto
c3c7537863 Bug 1182599 - Check for corrupted delta array in UrlClassifier. r=francois 2015-07-14 09:37:12 +02:00
Andrea Marchesini
8a675eac38 Bug 1177399 - Enable AudioChannelService in desktop by default. r=ehsan 2015-07-13 17:27:50 +01:00
Andrew McCreight
d7875d32d5 Bug 1174950 - Nuke wrappers from compartments with expanded principals to non-system windows. r=bholley
This extends the hueyfix to the case where a sandbox with expanded principals is leaked,
for instance by an addon, and ends up entraining a content window. This fix prevents the
leak of the content window, but not the sandbox.
2015-07-13 12:59:00 +02:00
Tom Klein
9386518350 Bug 892372 - update both orient type and angle when the svg marker orient attribute is changed. r=heycam 2015-07-13 08:08:00 +02:00
Christoph Kerschbaumer
b9a7e337db Bug 1180964 - Provide a C++ friendly version of LoadInfo on nsIChannel - IGNORE IDL (r=sicking,sworkman) 2015-07-13 22:50:34 -07:00
Christoph Kerschbaumer
1fe4e1e149 Bug 1179505 - Make LoadInfo arguments optional in ipdl (r=bent,sicking) 2015-07-13 22:43:13 -07:00
Nicholas Nethercote
809f712373 Bug 1181452 - Add memory reporting infrastructure for Servo to SpiderMonkey. r=till.
Basically, this change is all about aggregating SpiderMonkey's fine-grained
measurements into the new set of coarse-grained measurements, called
ServoSizes (which is similar to the existing TabSizes). The change utilizes and
extends the existing macro machinery to do this in a way that has some chance
to maintaining correctness over the long-term despite the fact that this code
is so fiddly.
2015-07-07 23:18:44 -07:00
JW Wang
02ee148f23 Bug 1164265 - larger timeout on slow platforms. r=cpearce. 2015-07-14 11:54:13 +08:00
Ting-Yu Lin
72f1a2e306 Bug 1183085 - Correct a typo in FrameLayerBuilder.h; r=roc 2015-07-13 21:44:11 +08:00
Ting-Yu Lin
2726b1a925 Bug 1183085 - Update description for nsDisplayList methods; r=roc
AppendNewToTop and AppendNewToBottom do not return
NS_ERROR_OUT_OF_MEMORY now.
2015-07-13 21:44:11 +08:00
Ting-Yu Lin
58c790fc94 Bug 1183085 - Correct argument name for BuildContainerLayerFor; r=roc 2015-07-13 21:44:11 +08:00
Ting-Yu Lin
e5b64d7247 Bug 1183085 - Remove EndConstruction() from layer documentation; r=roc
EndConstruction() was removed in bug 564993.
2015-07-13 21:44:11 +08:00
Ting-Yu Lin
5f08ee1578 Bug 1183085 - Correct the name for nsDisplayItem; r=roc 2015-07-13 21:44:11 +08:00
Birunthan Mohanathas
a6dcd82f88 Bug 1183143 - Add tools/rewriting/ThirdPartyPaths.txt file. r=ehsan
Many of the directories were discovered by searching for README and LICENSE
files.

DONTBUILD
2015-07-13 20:30:26 -07:00
Ehsan Akhgari
4f27a0c9a5 Backout bug 1123386 - Part 3 because of build failures 2015-07-13 23:29:01 -04:00
Nick Fitzgerald
4b4a656b0e Bug 1180763 - Part 2: Test the size property of entries in the tenure promotions log; r=sfink 2015-07-13 20:20:29 -07:00
Nick Fitzgerald
543658d527 Bug 1180763 - Part 1: Add the size of the tenured object to the tenure promotions log entry; r=sfink 2015-07-13 20:20:29 -07:00
Nick Fitzgerald
dc1ed594bc Bug 1180763 - Part 0: Document the size property of entries in the tenure promotions log; r=sfink 2015-07-13 20:20:29 -07:00
Nick Fitzgerald
5f9cea9d65 Bug 1180536 - Use mozilla::ScopeExit to clean up Debugger::addDebuggeeGlobal's consistency on failure; r=sfink 2015-07-13 20:20:29 -07:00
JW Wang
dfbe2140ae Bug 1182738. Part 2 - remove MediaDecoderStateMachine::mStreamStartTime. 2015-07-11 17:20:32 +08:00
JW Wang
c245666bd7 Bug 1182738. Part 1 - have DecodedStream::GetPosition() return a position including the start time. 2015-07-11 17:20:28 +08:00
JW Wang
3139a49c50 Bug 1182737. Part 3 - make start/stop playback of DecodedStream more consistent with that of AudioSink. 2015-07-11 16:41:39 +08:00
JW Wang
d4aa45790c Bug 1182737. Part 2 - remove unnecessary code. 2015-07-05 08:24:09 +08:00
JW Wang
f575d12067 Bug 1182737. Part 1 - have DecodedStream keep reference to media queues of MDSM so we don't have to pass them everytime. 2015-07-04 09:30:15 +08:00
Ehsan Akhgari
0e1e60ff54 Bug 1123386 - Part 3: Update the tooltool manifests for the OSX and Linux static analysis builds in order to upgrade clang; r=rail 2015-07-13 22:42:15 -04:00
Ehsan Akhgari
20a6030350 Bug 1123386 - Part 2: Temporarily relax the libstdc++ symbol version requirements for Linux static analysis builds; r=glandium 2015-07-13 22:42:14 -04:00
Ehsan Akhgari
6fcd6defca Bug 1123386 - Part 1: Update the clang build script for the most recent clang; r=rail 2015-07-13 22:42:12 -04:00
Ehsan Akhgari
b2d84799cc Bug 1183158 - Part 5: Get rid of RemoveAllEnumerator; r=baku 2015-07-13 22:42:10 -04:00
Ehsan Akhgari
10eb66850f Bug 1183158 - Part 4: Get rid of RemoveEnumerator; r=baku 2015-07-13 22:42:08 -04:00
Ehsan Akhgari
69a8bf5851 Bug 1183158 - Part 3: Get rid of UnregisterEnumerator; r=baku 2015-07-13 22:42:06 -04:00
Ehsan Akhgari
3fea9f7ebe Bug 1183158 - Part 2: Get rid of SoftUpdateEnumerator; r=baku 2015-07-13 22:42:05 -04:00
Ehsan Akhgari
1c9ff44332 Bug 1183158 - Part 1: Get rid of RegistrationEnumerator; r=baku 2015-07-13 22:42:03 -04:00
Ehsan Akhgari
544718bcdd Bug 1183141 - Use nsTHashtable::Iterator in ServiceWorkerManager::ClaimClients; r=catalinb 2015-07-13 22:42:01 -04:00
Wes Kocher
999b748893 Merge m-c to inbound, a=merge CLOSED TREE 2015-07-13 19:40:42 -07:00
B2G Bumper Bot
050e7dca5a Bumping manifests a=b2g-bump 2015-07-13 19:37:36 -07:00
B2G Bumper Bot
cadff7f982 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/52155d52c827
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1181602 - Disable failing test after backout r=me
2015-07-13 19:35:37 -07:00
Ehsan Akhgari
bf51a89ede Backout bug 1182681 for web-platform-test failures on a CLOSED TREE 2015-07-13 21:43:54 -04:00
Ryan VanderMeulen
2f11bd6a1f Backed out changeset 57167b45c9d3 (bug 1183141) for wpt failures.
CLOSED TREE
2015-07-13 21:07:29 -04:00
Ryan VanderMeulen
19f79a0f75 Backed out 5 changesets (bug 1183158) for wpt failures.
Backed out changeset 2dad407995cc (bug 1183158)
Backed out changeset 5c7525b1e21c (bug 1183158)
Backed out changeset 2e6a27e72d83 (bug 1183158)
Backed out changeset db9953b220ae (bug 1183158)
Backed out changeset b0ea3f8b4512 (bug 1183158)
2015-07-13 21:07:01 -04:00
Wes Kocher
a2ba31d478 Merge inbound to m-c a=merge 2015-07-13 15:55:25 -07:00
Wes Kocher
f1fb48ae71 Merge b2ginbound to central, a=merge a=yolo 2015-07-13 15:47:28 -07:00
B2G Bumper Bot
ec92c930b2 Bumping manifests a=b2g-bump 2015-07-13 15:32:09 -07:00
B2G Bumper Bot
58b39fb729 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/37f6eb95a19e
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Merge pull request #30894 from albertopq/1181602-icon-apps"

This reverts commit 0585f7ec07d0ed12f5bb53e051d01d33b91288cb, reversing
changes made to dda7775cea807343b69ef233a41bbddaba48620e.
2015-07-13 15:30:09 -07:00
B2G Bumper Bot
d8314521bd Bumping manifests a=b2g-bump 2015-07-13 15:08:33 -07:00
B2G Bumper Bot
e77222db17 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4a4b2ca0e7bc
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #30701 from eliperelman/bug-1177115

Bug 1177115 - [Raptor] Introduce configurable delay between fullyLoad…

========

https://hg.mozilla.org/integration/gaia-central/rev/398538fe3e9e
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1177115 - [Raptor] Introduce configurable delay between fullyLoaded and memory capture
2015-07-13 15:06:34 -07:00
B2G Bumper Bot
402e6482f8 Bumping manifests a=b2g-bump 2015-07-13 15:03:34 -07:00