Commit Graph

152884 Commits

Author SHA1 Message Date
Byron Campen [:bwc]
b65db06520 Bug 906990 - Part 8: Create a chrome-only stats interface, and only expose the candidate pair stats there. r=jib 2013-10-29 10:29:43 -07:00
Byron Campen [:bwc]
64e352b730 Bug 906990 - Part 7: Populate candidate pairs in RTCStatsReport. r=jib 2013-10-28 16:02:00 -07:00
Byron Campen [:bwc]
378c2e1d3a Bug 906990 - Part 6: Add a codeword field to NrIceCandidatePair so related logging can be pulled from RLogRingBuffer. Proof of concept in ice_unittest. r=ekr 2013-10-24 11:45:10 -07:00
Byron Campen [:bwc]
9a2db392c8 Bug 906990 - Part 5.1: Enable r_log and RLogRingBuffer so logging can be scraped. Also, tweak log levels so the RLogRingBuffer isn't rapidly overwritten by media packet logging. r=ekr 2013-10-29 11:53:44 -07:00
Byron Campen [:bwc]
bcf7ed8aaf Bug 906990 - Part 5: Allow logging related to a given candidate pair to be fetched. r=ekr 2013-10-29 10:45:09 -07:00
Brian Hackett
88f344c552 Bug 933734 - Check for undefined properties before emitting typed stores to global objects. 2013-11-01 16:59:19 -06:00
Aaron Klotz
8ddbfac9e4 Bug 827416: Adds profileHDDModel and profileHDDRevision to nsSystemInfo; r=bbondy
--HG--
extra : rebase_source : b0d012c1f2767b0002e3daa87294eb675cf8e29b
2013-11-01 16:54:25 -06:00
Monica Chew
14a07a2065 Bug 887044: Remove CsdTesting/Mozilla from User-Agent, set safebrowsing URLs to use the GOOGLE_API_KEY (r=dougt) 2013-11-01 15:43:28 -07:00
Terrence Cole
cb68f6b089 Bug 933382 - Fix the "all slots" post barrier; r=h4writer
--HG--
extra : rebase_source : 9bb40290137f97ec03bb4c591382f15d2745716d
2013-11-01 14:17:38 -07:00
Terrence Cole
c3e403d73c Backout cd9d6b4fb8c3 for mochitest failures.
With this, just incase there is a CLOSED TREE.
2013-11-01 15:28:16 -07:00
Eitan Isaacson
24c2f52d3f Bug 933804 - Skip completely transparent items in AccessFu. r=marcoz 2013-11-01 14:43:43 -07:00
Eitan Isaacson
afc0836a30 Bug 933408 - Introduce prefilter transparent. r=surkov 2013-11-01 14:43:43 -07:00
Ryan VanderMeulen
8d3382dd5f Backed out changesets ac2b3068888b, 6d1ec44bb1db, and 1e4fa51c53e0 (bug 933193) for mochitest-3 failures. 2013-11-01 17:19:00 -04:00
Terrence Cole
029783fd07 Bug 931991 - Fix an exact rooting hazard in AttemptAsyncScriptParse; r=bholley 2013-10-28 12:35:49 -07:00
Terrence Cole
6d6af94883 Bug 932530 - Handle getType failure in DenseAdd IC; r=djvj
--HG--
extra : rebase_source : 3629f728c46c2674c3c51ca90f9e328d1b837499
2013-11-01 13:38:45 -07:00
Ryan VanderMeulen
892e584805 Backed out 2 changesets (bug 847714, bug 933009) for bustage on a CLOSED TREE.
Backed out changeset 23226a9c128d (bug 847714)
Backed out changeset f35e995c0f4d (bug 933009)
2013-11-01 16:44:43 -04:00
Brian R. Bondy
b73df984c6 Bug 933894 - Don't try to build Unix Sandbox on OSX. r=aklotz 2013-11-01 16:34:21 -07:00
Mats Palmgren
54757f971f Bug 891018 - CSS cursor property does not work properly on disabled inputs. r=bz 2013-11-01 20:31:06 +00:00
Mats Palmgren
8d8d0ef98e Bug 933260 - Honor the specified CSS width and height on <input type=checkbox/radio> also on Linux. r=karlt 2013-11-01 20:31:06 +00:00
Randell Jesup
cd3e87b2df Bug 932215 - Lazily allocate log buffers for webrtc (4MB saving). r=jib 2013-10-30 12:13:07 -04:00
Dustin J. Mitchell
c44b505650 Bug 925458 - Fix test_browserGlue_shutdown.js to not fail most of the time. r=mak 2013-10-10 15:23:01 -04:00
Jeff Gilbert
db3cc0a6eb Bug 847714 - Try to resize, and halve the size until it succeeds. r=bjacob 2013-11-01 16:30:12 -04:00
Brian R. Bondy
0aebedced2 Bug 931846 - Change startup cache location for Metro Firefox. r=jimm, aklotz 2013-11-01 16:21:33 -07:00
Jeff Gilbert
e620d28cc3 Bug 933009 - Warn when drawing to a destination smaller than the viewport. r=bjacob 2013-11-01 15:49:55 -04:00
Matthew Gregan
34e1a4a3c9 Bug 933198 - gum_test.html doesn't provide audio on Windows nightly builds. r=jesup 2013-11-01 15:49:55 -04:00
Brian O'Keefe
74d92c2d28 Bug 870401 - Fix up the MFBT exports and the sources. r=mshal 2013-10-28 10:21:29 -04:00
Tom Schuster
357151515a Bug 933810 - Really remove JS_ValueToECMAUint32. r=terrence f=mccr8 2013-11-01 20:44:05 +01:00
Boris Zbarsky
7c190871de Bug 933193 part 3. Add getElementById to ParentNode. r=smaug 2013-11-01 15:39:25 -04:00
Boris Zbarsky
293b52210c Bug 933193 part 2. Implement nsINode::GetElementById and make SVGSVGElement use it. r=smaug 2013-11-01 15:39:24 -04:00
Boris Zbarsky
5df43dbe6c Bug 933193 part 1. Factor out the id selector fast-path from querySelector(All) so we can reuse it a bit more broadly. r=smaug 2013-11-01 15:39:24 -04:00
Boris Zbarsky
962d6097a6 Bug 925382. Error out of unified bindings if one of them includes windows.h. r=froydnj 2013-11-01 15:39:24 -04:00
Alexander Surkov
ced762ed5c Bug 931911 - crash in mozilla::a11y::SelectionManager::ProcessSelectionChanged(nsISelection*), r=tbsaunde 2013-10-29 23:19:04 -04:00
Kannan Vijayan
bfedaf9174 Bug 852175 - Fix baseline stack checks on functions which may push lots of locals. r=jandem 2013-11-01 15:04:01 -04:00
Ryan VanderMeulen
74df168528 Merge fx-team to m-c. 2013-11-01 14:51:36 -04:00
Ryan VanderMeulen
36bfe82d3f Merge b2g-inbound to m-c. 2013-11-01 14:45:07 -04:00
J. Ryan Stinnett
65a2ae8990 Bug 932880 - Fix window leaks in App Manager. r=past
CLOSED TREE
2013-11-01 11:17:07 -05:00
Reuben Morais
491d046f84 Bug 930241 - Use toJSON instead of jsonifier in the Contacts interfaces. r=gwagner
--HG--
extra : rebase_source : b19099dec587b7acc3a86e71928423b46b958e0e
2013-11-01 14:01:59 -02:00
Reuben Morais
2ebfdbe861 Bug 933054 - Allow the toJSON identifier to be used in WebIDL interfaces again. r=peterv
--HG--
extra : rebase_source : 83c7724f97d0b2ce709092f2aaf7e15e682c3d90
2013-11-01 14:01:00 -02:00
Gaia Pushbot
9d44a03074 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a76d2ef6040e
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13293 from stupchiy/issue_931865

Bug 931865 - gaia test is_app_installed doesn't check the last page of apps

========

https://hg.mozilla.org/integration/gaia-central/rev/ca5b90284164
Author: Sergey Tupchiy <sergey.tupchiy@optile.de>
Desc: changed logic of is_app_installed, Bug #931865
2013-11-01 09:05:24 -07:00
Ed Morley
b0b384ebfc Backed out changeset f24ee0606ea6 (bug 926128) for reftest failures on OS X & crashes on B2G on a CLOSED TREE 2013-11-01 15:51:32 +00:00
Ed Morley
6dd742dc30 Backed out changeset 82ceed608666 (bug 933231) on suspicion of asan build failures on a CLOSED TREE 2013-11-01 15:27:36 +00:00
Ed Morley
9c8fe4a223 Backed out changeset 8e1c2d2466c9 (bug 932127) on suspicion of asan build failures on a CLOSED TREE 2013-11-01 15:26:44 +00:00
Jan de Mooij
613fe37d21 Bug 933301 - Optimize setDenseElementWithType. r=bhackett 2013-11-01 16:10:18 +01:00
Jan de Mooij
e8f23fc815 Bug 932800 - Don't optimize string[x] GETELEM in Ion if x is not a number. r=h4writer 2013-11-01 16:10:14 +01:00
Brian Hackett
984bfd7477 Bug 932769 - Increase the maximum value for type set definite property slots, r=jandem. 2013-11-01 09:04:52 -06:00
Malini Das
5b60aaca99 Bug 832366 - remove venv_test.sh, r=jgriffin 2013-11-01 10:57:44 -04:00
Gene Lian
6ee6d2a61e Bug 933207 - B2G SMS & MMS: Fire system messages for the delivery reports (follow-up). r=ctai 2013-11-01 22:45:57 +08:00
Gregor Wagner
e7a9b31c13 Bug 921721 - NS_ERROR_UNEXPECTED in airplane_mode.js when restarting B2G. r=bent 2013-11-01 07:54:21 -07:00
Panos Astithas
0ea8f3357e Bug 932880 - Make preNest/postNest not throw when the browser is abruptly shut down. r=rcampbell 2013-10-31 23:10:22 +02:00
Margaret Leibovic
78d25bd163 Bug 932694 - Show apps container when installed apps are found. r=mfinkle 2013-11-01 07:45:32 -07:00