Commit Graph

249563 Commits

Author SHA1 Message Date
Daniel Holbert
db410a7550 Bug 1170794 followup: Add 'override' annotations to Convert() & Reset() methods in intl/uconv. rs=ehsan
Landing on CLOSED TREE with a=RyanVM

The fixed warnings are "-Winconsistent-missing-override", and they started being spammed here because the main patch on this bug added another method to these classes, which was (correctly) labeled as 'override'. This meant these preexisting un-annotated methods "inconsistently missing" the annotation. So, adding the annotation to fix the inconsistency & make clang happy.
2015-06-18 12:09:23 -07:00
Daniel Holbert
4e7ff2332a Bug 1175005 followup: Add 'override' annotation to new GetMonitors() method in GfxInfoBase.h. rs=ehsan 2015-06-18 12:09:08 -07:00
Terrence Cole
4fdf83ebe6 Bug 1175708 - Followup to fix windows jstests.py bustage on a CLOSED TREE; r=meow 2015-06-18 10:33:34 -07:00
Ryan VanderMeulen
229e1fa0e7 Backed out 14 changesets (bug 1165486) for causing frequent crashes/asserts in automation.
Backed out changeset 1db9723f1617 (bug 1165486)
Backed out changeset 662ec8b0561e (bug 1165486)
Backed out changeset 97352c48fb98 (bug 1165486)
Backed out changeset 4143cca42cc7 (bug 1165486)
Backed out changeset 5abb37cb0495 (bug 1165486)
Backed out changeset 7b157964c572 (bug 1165486)
Backed out changeset 5c01ab1d9790 (bug 1165486)
Backed out changeset 0e00d8a3ca1d (bug 1165486)
Backed out changeset 5e88d482f5e8 (bug 1165486)
Backed out changeset 513bbca6fb6c (bug 1165486)
Backed out changeset 64fa28f0255a (bug 1165486)
Backed out changeset 7a404929c74c (bug 1165486)
Backed out changeset 1dc0d6adf6ed (bug 1165486)
Backed out changeset 381003ca79a3 (bug 1165486)

CLOSED TREE
2015-06-18 13:05:10 -04:00
Ryan VanderMeulen
9637af18c0 Backed out changesets 83954c7df8ab and 0a3b1cd87c26 (bug 1171177) for causing frequent crashes/asserts in automation. 2015-06-18 13:02:49 -04:00
Ryan VanderMeulen
91b2c52887 Backed out 7 changesets (bug 1113086) for various Gaia test failures.
Backed out changeset eb7e79a2c9e9 (bug 1113086)
Backed out changeset 3562a09b2bf3 (bug 1113086)
Backed out changeset 127cde112795 (bug 1113086)
Backed out changeset 84dc903151c1 (bug 1113086)
Backed out changeset 42dc5dbabdcd (bug 1113086)
Backed out changeset e1ad68356a74 (bug 1113086)
Backed out changeset 86b32f5442f2 (bug 1113086)
2015-06-18 13:00:25 -04:00
Terrence Cole
4340a5aa2e Bug 1175708 - Eliminate some horrid action-at-a-distance global state in jstests.py; r=sfink 2015-06-17 14:29:53 -07:00
d630ad6c
d07508a0ad Bug 915805 - Don't treat unbound names in Function() code as globals when the Function() code contains a direct eval or similarly-extensible scope. r=jorendorff 2015-06-18 08:35:24 -07:00
Eric Faust
472d9bdeea Bug 1169736 - Temporarily disallow eval and arrow functions inside derived class constructors. (r=jorendorff) 2015-06-17 14:38:23 -07:00
Ryan VanderMeulen
db3fcf8fe5 Bug 704368 - Re-enable test_nsIProcess_stress.js on Linux64 debug. 2015-06-18 11:28:51 -04:00
Andrea Marchesini
6d1c201009 Bug 1113086 - AudioChannel policy in Browser API - patch 7 - DOMCamera fix CLOSED TREE 2015-06-18 16:18:09 +01:00
Mason Chang
e6a7910c48 Bug 1171156. Normalize vsync timestamps when given bad values on OS X. r=mstange 2015-06-18 08:06:20 -07:00
Andrea Marchesini
911fc2c14c Bug 1113086 - AudioChannel policy in Browser API - patch 6 - media-playback has to be dispatched async, r=alwu 2015-06-18 15:56:59 +01:00
Andrea Marchesini
5876748bec Bug 1113086 - AudioChannel policy in Browser API - patch 5 - nsTObserverArray instead hashtables, r=ehsan, r=alwu 2015-06-18 15:56:59 +01:00
Andrea Marchesini
bd7c7df4e0 Bug 1113086 - AudioChannel policy in Browser API - patch 4 - Muted by default, e=alwu 2015-06-18 15:56:58 +01:00
Andrea Marchesini
8cef9e81a1 Bug 1113086 - AudioChannel policy in Browser API - patch 3 - right management of audiochannel-activity events in child processes., r=ehsan 2015-06-18 15:56:58 +01:00
Andrea Marchesini
436707c6ed Bug 1113086 - AudioChannel policy in Browser API - patch 2 - IPC communication between AudioChannelServices, r=ehsan 2015-06-18 15:56:58 +01:00
Andrea Marchesini
1e424ddc68 Bug 1113086 - AudioChannel policy in Browser API - patch 1 - BrowserElementAudioChannel, r=ehsan 2015-06-18 15:56:58 +01:00
Masayuki Nakano
ecd722bce3 Bug 549674 part.2 SearchSuggestionUIController shouldn't set input.value from input event handler and ignore input events which is caused by commiting composition at setting value r=adw 2015-06-18 23:56:21 +09:00
Masayuki Nakano
1c54259955 Bug 549674 part.1 Commit composition string at setting value of <input> or <textarea> r=smaug 2015-06-18 23:56:20 +09:00
Kartikaya Gupta
f310062b34 Bug 1175631 - Remove an assertion because it causes (at least) marionette failures on OS X 10.6. r=me on a CLOSED TREE 2015-06-18 10:45:10 -04:00
Mike Conley
08545f3dce Bug 1170488 - Add browser_multiple_pushState.js regression test. r=smaug 2015-06-16 10:15:40 -04:00
Mike Conley
afed83178c Bug 1170488 - Document URI should be updated before sending out onLocationChange. r=smaug 2015-06-17 10:26:28 -04:00
Carsten "Tomcat" Book
c60dd2e473 Merge mozilla-central to mozilla-inbound 2015-06-18 15:34:31 +02:00
Kartikaya Gupta
8fa1970796 Bug 1175631 - Make sure TabParent::GetWidget returns a widget even if it's display:none. r=smaug 2015-06-18 09:19:31 -04:00
Carsten "Tomcat" Book
d6d4574131 merge mozilla-inbound to mozilla-central a=merge 2015-06-18 15:13:19 +02:00
Carsten "Tomcat" Book
fdb2ec11a5 merge fx-team to mozilla-central a=merge 2015-06-18 15:08:51 +02:00
Carsten "Tomcat" Book
55cddb9d45 Backed out changeset b2c472fe14ca (bug 1175480) for crashes in serviceworkers/test_request_context.htm 2015-06-18 09:54:44 +02:00
Carsten "Tomcat" Book
91f1e05385 Backed out changeset 7b09594541f3 (bug 1148935) 2015-06-18 09:48:01 +02:00
B2G Bumper Bot
fcdf95b80a Bumping manifests a=b2g-bump 2015-06-17 20:48:41 -07:00
B2G Bumper Bot
560afa58a9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e03dd96aa4ef
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30637 from davidflanagan/bug1163682

Bug 1163682 - remove shared/js/scroll_detector.js and its tests

========

https://hg.mozilla.org/integration/gaia-central/rev/1c721b56ed66
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1163682 - remove shared/js/scroll_detector.js and its tests
2015-06-17 20:46:45 -07:00
B2G Bumper Bot
a94a04e981 Bumping manifests a=b2g-bump 2015-06-17 20:44:13 -07:00
B2G Bumper Bot
d2ff0ac1d3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a981206c15d
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #30638 from davidflanagan/bug1170778

Bug 1170778 - test jpeg image should not be progressive jpeg r=eperelman

========

https://hg.mozilla.org/integration/gaia-central/rev/023551134c90
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1170778 - test jpeg image should not be progressive jpeg
2015-06-17 20:42:15 -07:00
B2G Bumper Bot
321ae48ab1 Bumping manifests a=b2g-bump 2015-06-17 14:47:12 -07:00
B2G Bumper Bot
fc27a58a3d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4759af805970
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #30636 from eliperelman/bug-1175688

Bug 1175688 - Use environment-provided adb in reference workload script

========

https://hg.mozilla.org/integration/gaia-central/rev/f0baba802baf
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1175688 - Use environment-provided adb in reference workload script
2015-06-17 14:45:14 -07:00
B2G Bumper Bot
6b8b43e0de Bumping manifests a=b2g-bump 2015-06-17 13:22:08 -07:00
B2G Bumper Bot
19a1604189 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/89464faa17d7
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30600 from tedders1/bug-1174833-fix

Bug 1174833 - Add support for UÔ diphthong, and syllables prefixed with X. r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/8149721fa92d
Author: Ted Clancy <tclancy@mozilla.com>
Desc: Bug 1174833 - Add support for UÔ diphthong, and syllables prefixed with X. r=rudyl
2015-06-17 13:20:10 -07:00
B2G Bumper Bot
3ece36a4c3 Bumping manifests a=b2g-bump 2015-06-17 13:07:23 -07:00
B2G Bumper Bot
fbe160580f Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/69cddbc52813
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #30633 from DouglasSherk/no-bug-swooop

no bug - Update manifestURL for Swooop in Spark. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/514684dce0d9
Author: Doug Sherk <github@sherk.me>
Desc: no bug - Update manifestURL for Swooop in Spark. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/3e531fdd8a99
Author: Rob Wood <rwood@mozilla.com>
Desc: Merge pull request #30632 from rwood-moz/bug1158892-nopost

Bug 1158892 - Remove raptor tasks from treeherder; r=garndt

========

https://hg.mozilla.org/integration/gaia-central/rev/34740f68d942
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1158892 - Remove raptor tasks from treeherder; r=garndt
2015-06-17 13:05:24 -07:00
B2G Bumper Bot
0e11bd7ed5 Bumping manifests a=b2g-bump 2015-06-17 12:47:22 -07:00
B2G Bumper Bot
a743e7323c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/be80d3b80e6c
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #30543 from julienw/1169558-conversation-structure

Bug 1169558 - [Messages][NG] Lay out Conversation service structure r…

========

https://hg.mozilla.org/integration/gaia-central/rev/a3bdf298ebea
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1169558 - [Messages][NG] Lay out Conversation service structure r=azasypkin
2015-06-17 12:45:25 -07:00
B2G Bumper Bot
89a28cd94e Bumping manifests a=b2g-bump 2015-06-17 12:15:28 -07:00
B2G Bumper Bot
daa8c78611 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b94a86b2c6b1
Author: Frederik Braun <fbraun+gh@mozilla.com>
Desc: Bug 1155131 - enable eslint and add current failures to xfail.list
2015-06-17 12:15:08 -07:00
Ryan VanderMeulen
d3e566da79 Merge fx-team to m-c. a=merge 2015-06-17 15:01:24 -04:00
Ryan VanderMeulen
55f17526e6 Merge b2g-inbound to m-c. a=merge 2015-06-17 14:58:53 -04:00
B2G Bumper Bot
ac5be0d51d Bumping manifests a=b2g-bump 2015-06-17 10:28:26 -07:00
B2G Bumper Bot
7153b9fe5c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b96d0d2057e4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30627 from KevinGrandon/bug_1175572_fix_crash_reporter_l10n_key

Bug 1175572 - Chrome crash dialog l10n key is wrong

========

https://hg.mozilla.org/integration/gaia-central/rev/81a46990e836
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1175572 - Chrome crash dialog l10n key is wrong
2015-06-17 10:26:22 -07:00
B2G Bumper Bot
1dfe366859 Bumping manifests a=b2g-bump 2015-06-17 10:23:30 -07:00
B2G Bumper Bot
dd37ef8303 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b6cae5c40ffc
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30580 from aosmond/bug1152500

Bug 1152500 - Fix start/stop recording race conditions.

========

https://hg.mozilla.org/integration/gaia-central/rev/bef2f31f6ee1
Author: Andrew Osmond <aosmond@mozilla.com>
Desc: Bug 1152500 - Fix start/stop recording race conditions.
2015-06-17 10:21:33 -07:00
B2G Bumper Bot
9d99d0d02a Bumping manifests a=b2g-bump 2015-06-17 09:32:20 -07:00