Gregory Szorc
4a8f70acea
Bug 804491 - Data submission policy and scheduling driver for Firefox Health Report; r=rnewman
2012-11-07 16:09:13 -08:00
Gregory Szorc
70bd6015f0
Bug 718067 - Part 3: Add MetricsCollector; r=rnewman
2012-11-05 13:45:35 -08:00
Gregory Szorc
5040395146
Bug 718067 - Part 2: Define types for representing metrics data; r=rnewman
2012-11-05 12:50:11 -08:00
Gregory Szorc
9d46d35ef0
Bug 718067 - Part 1: Create skeletons for services/{metrics,healthreport}; r=rnewman
...
services/metrics will hold generic metrics code. services/healthreport
report will build on top of that to provide the Firefox Health Report
feature. All functionality will land in subsequent patches.
2012-11-05 12:49:58 -08:00
Gregory Szorc
0fb432e554
Bug 803377 - Add CommonUtils.convertString; r=rnewman
2012-11-06 08:37:53 -08:00
Gregory Szorc
3cf90aee01
Bug 807231 - Add CommonUtils.{getDatePref,setDatePref}; r=rnewman
2012-11-05 12:49:42 -08:00
Gregory Szorc
cae043e902
Bug 806591 - Add CommonUtils.generateUUID utility function; r=rnewman
2012-11-05 12:49:34 -08:00
Josh Matthews
61dcdd2a9e
Bug 813705 - Initialize nsresult value before possibly using it. r=roc
2012-11-20 15:59:36 -05:00
Fernando Jiménez
a25d4c92d6
Bug 813468 - [Apps] Unable to install packaged apps when running OOP;r=fabrice
2012-11-20 21:50:48 +01:00
Andres Hernandez
e991645a0b
Bug 806693 - Port browser_privatebrowsing_placestitle.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_placestitle.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_placestitle.js
rename : browser/components/privatebrowsing/test/browser/global/title.sjs => browser/components/privatebrowsing/test/browser/perwindow/title.sjs
2012-11-20 13:41:40 -06:00
Mario Alvarado [:marioalv]
0b8e3f40e6
Bug 806688 - Port browser_privatebrowsing_localStorage_before_after.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_localStorage_before_after.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_localStorage_before_after.js
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_localStorage_before_after_page.html => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_localStorage_before_after_page.html
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_localStorage_before_after_page2.html => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_localStorage_before_after_page2.html
extra : rebase_source : e22dc284a5839939d564a30be5c5a53f976dff87
2012-11-20 10:57:02 -06:00
Mats Palmgren
d8c8edaeec
Bug 804784 - Crash with range, normalize. r=smaug
2012-11-20 21:14:15 +01:00
Mats Palmgren
02f2e08262
Bug 803924 - Crash with range, splitText. r=smaug
2012-11-20 21:14:15 +01:00
L. David Baron
6bcf5f5075
Bug 813373, patch 3: Make sure all style rules have non-empty List implementations. r=bzbarsky
2012-11-20 11:55:14 -08:00
L. David Baron
4b115c0f94
Bug 813373, patch 2: Remove pres context member from ValueWrapper. r=dholbert
2012-11-20 11:55:14 -08:00
L. David Baron
142c957b38
Bug 813373, patch 1: Remove pres context parameters from nsStyleAnimation::UncomputeValue. r=dholbert
2012-11-20 11:55:14 -08:00
Chris Jones
6f5326630f
Bug 803908: Enable font inflation for async pan/zoomed browsers. r=dbaron
2012-11-20 11:55:14 -08:00
Josh Matthews
7607a0bd7a
Bug 813533 - Ensure windows opened in global private browsing mode with no parent present are still marked as private. r=ehsan
2012-11-20 14:47:45 -05:00
Joe Drew
28e55e16c7
Bug 812602 - Don't use the DecodeStyle enum namespace, since it doesn't actually exist. r=jrmuizel
...
--HG--
extra : rebase_source : ac71cc01359c39e275e8b12c44e7d4e5fb04a81b
2012-11-20 14:27:39 -05:00
Eitan Isaacson
59f4d85c4e
Bug 812515 - Land on static text if it is not a list bullet item. r=davidb
2012-11-20 11:06:38 -08:00
Bill McCloskey
3868c9ddea
Backout 2ee20348ae59 (bug 747066) for Win64 crashes
2012-11-20 10:45:43 -08:00
Kartikaya Gupta
5bb660fa7a
Bug 813311 - Hide Axis so that it is not unnecessarily exposed to the world. r=Cwiiis
2012-11-20 13:38:47 -05:00
Kartikaya Gupta
7e89c14768
Bug 813640 - Split out the user event handlers into a separate function for clarity. r=jwir3
2012-11-20 13:32:22 -05:00
Ralph Giles
0f21dd7253
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
...
From 49f5e33d79df3713bc510e611a5064858bf24e4a Mon Sep 17 00:00:00 2001
These files have specially crafted headers which should be
rejected by the new checks added to resolve this bug. If any
audio output is produced then this bug has re-occured.
The audio data is the phrase "invalid file", in one or six
channels, to make this more obvious.
The new mochitest test_invalid_reject.html tries to load
and play each of the new invalid files and verifies that
an error event is triggered. Since the invalid data is in
the file headers, this should happen after network load
but before metadata is ready, so the test also asserts
errors if loadedmetadata or a number of subsequent events
are triggered.
The test will time out if no error event is fired at all.
Thanks to Matthew Gregan for assistance writing the mochitest.
---
content/media/test/Makefile.in | 11 ++++++
content/media/test/invalid-cmap-s0c0.opus | Bin 0 -> 6835 bytes
content/media/test/invalid-cmap-s0c2.opus | Bin 0 -> 6834 bytes
content/media/test/invalid-cmap-s1c2.opus | Bin 0 -> 6848 bytes
content/media/test/invalid-cmap-short.opus | Bin 0 -> 6854 bytes
content/media/test/invalid-m0c0.opus | Bin 0 -> 2471 bytes
content/media/test/invalid-m0c3.opus | Bin 0 -> 2471 bytes
content/media/test/invalid-m1c0.opus | Bin 0 -> 6836 bytes
content/media/test/invalid-m1c9.opus | Bin 0 -> 6836 bytes
content/media/test/invalid-m2c0.opus | Bin 0 -> 2471 bytes
content/media/test/invalid-m2c1.opus | Bin 0 -> 2455 bytes
content/media/test/manifest.js | 14 ++++++++
content/media/test/test_invalid_reject.html | 52 ++++++++++++++++++++++++++++
13 files changed, 77 insertions(+)
create mode 100644 content/media/test/invalid-cmap-s0c0.opus
create mode 100644 content/media/test/invalid-cmap-s0c2.opus
create mode 100644 content/media/test/invalid-cmap-s1c2.opus
create mode 100644 content/media/test/invalid-cmap-short.opus
create mode 100644 content/media/test/invalid-m0c0.opus
create mode 100644 content/media/test/invalid-m0c3.opus
create mode 100644 content/media/test/invalid-m1c0.opus
create mode 100644 content/media/test/invalid-m1c9.opus
create mode 100644 content/media/test/invalid-m2c0.opus
create mode 100644 content/media/test/invalid-m2c1.opus
create mode 100644 content/media/test/test_invalid_reject.html
2012-11-19 15:13:43 -08:00
Mounir Lamouri
8ed5fdf020
Bug 810796 - Fix invalid CSS in forms.css. r=bz
2012-11-20 18:21:39 +00:00
Kartikaya Gupta
92bf35b49f
Bug 813616 - Ensure the reflow-on-zoom pref change is picked up even while the content document is not visible. r=jwir3
2012-11-20 12:51:39 -05:00
Geoff Brown
12803634ae
Bug 764901 - Disable part of testPasswordEncrypt to resolve intermittent orange; r=wesj
2012-11-20 10:41:03 -07:00
Benjamin Peterson
f96fb190ef
Bug 795104 - Sources with a custom charset can't be lazily loaded. r=bz
2012-11-20 11:30:03 -06:00
Benjamin Peterson
0e920e50f3
Bug 795104 - Load source if needed in JS_DecompileScript. r=jorendorff
2012-11-20 11:29:53 -06:00
Benjamin Peterson
94b05f7215
Bug 795104 - Don't abort compression, which isn't happening. r=jorendorff
2012-11-20 11:29:42 -06:00
Phil Ringnalda
742e53a9d6
Backout b7e492bf7c13, a64c112c6858, 84b9a773104b, 4bd4aabbaf28 and 24ad2de34061 (bug 548206) for Win Ru orange
2012-11-20 08:44:04 -08:00
Boris Zbarsky
46a77679c5
Bug 813423. A bit more inlining for stuff that should really be inline. r=peterv
2012-11-20 11:36:06 -05:00
Boris Zbarsky
47c856187a
Bug 813419. Add a non-null-checking version of xpc_UnmarkGrayObject. r=mccr8
2012-11-20 11:36:06 -05:00
Boris Zbarsky
bca9c82c0f
Bug 812789. Remove some dead code for converting jsvals to Matrix objects. r=nrc
2012-11-20 11:36:06 -05:00
Joel Maher
b79a223257
Bug 813105 - upload a new talos.zip to turn datazilla back on. r=Callek
2012-11-20 11:33:24 -05:00
Ed Morley
0c95f511ea
Merge mozilla-central to mozilla-inbound
2012-11-20 15:57:29 +00:00
Rafael Ávila de Espíndola
3f87ed183c
Bug 813076 - Upgrade clang to 168304 in the 3.2 branch. r=rail.
...
Update the build script.
2012-11-20 10:51:56 -05:00
Rafael Ávila de Espíndola
9259ff5876
Bug 813076 - Upgrade clang to 168304 in the 3.2 branch. r=rail.
...
Update the manifests.
2012-11-20 10:50:50 -05:00
Andrea Marchesini
00d25f2253
Bug 805292 - Make a 'pick' activity without a type to work, r=mounir
2012-11-20 15:43:10 +00:00
Benjamin Smedberg
15167b0f9e
Bug 791244 test fixup - allow for the pref to be unset by default, r=gfritzsche
...
--HG--
extra : transplant_source : kuU%89j%A3%2A%DF%E0%D0%A5S%07%5D%99z%1D%7B%B1%C8
2012-11-20 10:32:41 -05:00
Ed Morley
ed5c440f91
Bug 812135 - Use the checkForZombies result to determine run status; r=jmaher
2012-11-20 15:24:28 +00:00
Ed Morley
0ccbb9a826
Bug 812135 - checkForZombies should return the result; r=jmaher
2012-11-20 15:24:28 +00:00
Ed Morley
1963ebca09
Bug 808410 - Ensure retVal is set even when mochitest.cleanup did not generate an exception; r=ahal
2012-11-20 15:24:28 +00:00
Ed Morley
0798d964fd
Bug 808410 - Callers of checkForCrashes should use its return value to ensure shutdown crashes actually make the run fail; r=jmaher f=gps
2012-11-20 15:24:28 +00:00
Ed Morley
9e095d4091
Bug 808410 - Make peptest's checkForCrashes more consistent with the version in automationutils.py; r=jmaher
2012-11-20 15:24:28 +00:00
Ed Morley
295652c85c
Bug 808410 - checkForCrashes should return true for cases where we hit an exception during minidump stackwalk; r=jmaher
2012-11-20 15:24:28 +00:00
Ed Morley
0cbab45c91
Bug 808410 - Ensure non-zero return values for robocop tests aren't overwritten by later success; r=gbrown
2012-11-20 15:24:28 +00:00
Ed Morley
26e06eb5d9
Bug 808410 - remotereftest.py shouldn't ignore the runTests() exit code; r=jmaher
2012-11-20 15:24:27 +00:00
Ed Morley
43ebf7e42c
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-20 14:53:54 +00:00
Rafael Ávila de Espíndola
785eb3f43f
Bug 808699 - Change the wire format for hang reports. r=vladan.
2012-11-20 09:45:14 -05:00