Commit Graph

427721 Commits

Author SHA1 Message Date
B2G Bumper Bot
32b29751ba Bumping manifests a=b2g-bump 2015-06-18 08:37:26 -07:00
B2G Bumper Bot
374e1895e9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1175688 - Reference workload remote ADB hotfix

========

https://hg.mozilla.org/integration/gaia-central/rev/66bff56867a1
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1175688 - Reference workload remote ADB hotfix
2015-06-18 08:35:25 -07:00
Kartikaya Gupta
80f63a5156 Bug 1144132 follow up to fix static check build bustage on a CLOSED TREE with r=me 2015-06-18 10:38:28 -04:00
Carsten "Tomcat" Book
3634a37666 Merge mozilla-central to b2g-inbound 2015-06-18 16:24:17 +02:00
Frédéric Wang
25ad9a64e8 Bug 1176094 - [ATK] Assign role SECTION to math groups instead of PANEL/UNKNOWN. r=surkov 2015-06-18 16:07:00 +02:00
Gerald Squelart
2bd66050c4 Bug 1175783 - Add crash report annotations to track GMPParent shutdown. r=cpearce 2015-06-22 17:44:00 +02:00
Blake Kaplan
d06a4e2fcb Bug 1173573 - Fix possible crash initializing sessionstorage. r=honzab 2015-06-23 11:22:00 +02:00
Boris Chiou
cfe9c42db4 Bug 1144012 - Part 4: Remove the usage of mHwc from GonkDisplayICS. r=sotaro 2015-06-23 15:06:00 +02:00
Boris Chiou
a92b13f8f5 Bug 1144012 - Part 3: Wrap vsync code. r=sotaro 2015-06-23 15:05:00 +02:00
Boris Chiou
62c2a9cf9c Bug 1144012 - Part 2: Use wrapper in HwcComposer2D. r=sotaro
Use UniquePtr to access HwcHAL Object becasue only HwcComposer2D
takes the responsibility of HwcHAL.
2015-06-23 15:03:00 +02:00
Boris Chiou
3402b88b06 Bug 1144012 - Part 1: Create HwcDevice wrapper. r=sotaro
Use HwcHALBase as a base class which has two subclasses, HwcICS and HwcHAL.
1. HwcICS for Android ICS
2. HwcHAL for Android JB/KK/L or later.
3. mHwc is wrappd into HwcHAL/HwcICS.
2015-06-23 15:02:00 +02:00
Gregory Szorc
2d3964ecf9 Bug 1176620 - Eliminate MethodHandler; r=ahal
This type is now redundant with our new rich type for capturing all mach
command metadata. Eliminate it and using _MachCommand instead.

--HG--
extra : commitid : 7pXhf6V7F8m
extra : rebase_source : 343615096f23d3acf23f7487c7b8c7137c85337e
2015-06-21 13:17:51 -07:00
Gregory Szorc
89a96642e2 Bug 1176620 - Pass fewer arguments into MethodHandler; r=ahal
Simplify construction of mach's MethodHandler instances by by passing in
our new rich type that holds all command metadata.

While we are here, kill the docstring argument, as it can be computed
easily inside MethodHandler.__init__.

--HG--
extra : commitid : I5PRlYDVXVq
extra : rebase_source : ebf07116357036ddfec06fd32fb161fefff628e6
2015-06-21 13:07:33 -07:00
Gregory Szorc
3e834385c6 Bug 1176620 - Refactor how mach command metadata is stored; r=ahal
Up to this point, mach command metadata has been stored in tuples.
Initially, things weren't so bad. But they have evolved into tuples with
many elements. Adding new attributes is cumbersome. Let's restructure
the code to capture metadata in a dedicated class.

Before, there existed a separate attribute on the @Command or
@SubCommand decorated method for each mach decorator: @Command,
@CommandArgument, @CommandArgumentGroup. With the magic of __ior__,
we can now capture all metadata on a single type. This simplies
processing, as we now only look at a single attribute on methods:
_mach_command.

Before, we used separate attributes to distinguish between mach commands
and mach sub-commands. Now that we have a type that can hold all data,
we combine things into the _mach_command attribute and look for the
presence of the "subcommand" attribute on this type to identify
sub-commands.

--HG--
extra : commitid : EtBwUmS5TV2
extra : rebase_source : 4ef5f95a532693672c6c4b33fa1c22adb76d105e
2015-06-21 12:59:29 -07:00
Gregory Szorc
95643136a3 Bug 1176620 - Use absolute_import in mach; r=ahal
To help ensure Python 3 compatibility.

--HG--
extra : commitid : 1eCMr8OKGRa
extra : rebase_source : 49a6037ae6a25a5d3e30b93b634f3b4cc1b55a4e
2015-06-21 11:56:05 -07:00
Jonathan Kew
2a63c0bc82 Bug 1176354 - Rename nsTableRowFrame::GetBSize to differentiate better from nsIFrame::BSize. r=dholbert 2015-06-23 13:41:31 -07:00
Jonathan Kew
d1f05cc84f Bug 1176555 - Replace explicit bit-twiddling of frame state flags by human-readable nsIFrame state-manipulation methods in table layout code. r=dholbert 2015-06-23 13:41:29 -07:00
Michal Novotny
3ce10dc57a Bug 1171724 - Large OOMs in CacheFileMetadata, r=honzab 2015-06-24 06:33:37 +02:00
Daniel Holbert
bcf2550668 Bug 1176034 followup: Annotate ForceCloseHelper method 'ActorCreated' as 'override', in MessagePort.cpp. rs=ehsan 2015-06-23 18:55:24 -07:00
Ralph Giles
aa4cc7f72f Bug 1176729 - Remove redundant env checks in MOZ_PATH_PROGS. r=glandium
If we don't want this for rustc, we shouldn't have it for
other tools. Note that setting absolute paths will still
work, but relative ones won't.

--HG--
extra : rebase_source : f6995f76348052909079425aa5351d073053b8ab
2015-06-22 10:34:00 -07:00
Jan Gerber
78a6145196 Bug 1176730: Don't use pthread for libvpx in mingw builds. r=rillian
Based on a patch by Jacek Caban.

--HG--
extra : rebase_source : 29b8f1100720d729d4ae0058add5a64ebc1f9a19
2015-06-23 02:19:00 -07:00
Benoit Girard
9b363da3c3 Bug 1176551 - Don't reject valid profiles with no CLUT offset. r=jrmuizel
--HG--
extra : commitid : FPpGSvD0Xkd
2015-06-23 17:49:39 -07:00
B2G Bumper Bot
8b3f88ea9b Bumping manifests a=b2g-bump 2015-06-18 06:54:21 -07:00
B2G Bumper Bot
a0c4d8be05 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e2502348e8a8
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #30614 from JohanLorenzo/bug-1175110

Bug 1175110 - Disable SMS Gip tests that have been migrated to Gij

========

https://hg.mozilla.org/integration/gaia-central/rev/40baa79db87b
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1175110 - Disable SMS Gip tests that have been migrated to Gij
2015-06-18 06:54:01 -07:00
Carsten "Tomcat" Book
78ccc28817 merge mozilla-inbound to mozilla-central a=merge 2015-06-18 15:13:19 +02:00
Carsten "Tomcat" Book
7228ec06b7 merge fx-team to mozilla-central a=merge 2015-06-18 15:08:51 +02:00
Carsten "Tomcat" Book
dc3312548b 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
320d038d99 Backed out changeset 7b09594541f3 (bug 1148935) 2015-06-18 09:48:01 +02:00
B2G Bumper Bot
6f70fe8661 Bumping manifests a=b2g-bump 2015-06-17 20:48:41 -07:00
B2G Bumper Bot
7fe0d59599 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
cff226cfab Bumping manifests a=b2g-bump 2015-06-17 20:44:13 -07:00
B2G Bumper Bot
0d82618fd9 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
ba827da11d Bumping manifests a=b2g-bump 2015-06-17 14:47:12 -07:00
B2G Bumper Bot
ca233ab1df 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
Jordan Santell
27921a0d16 Bug 1150295 - Display an icon next to frames in the call tree that contain viewable optimization data. r=vp,a=kwierso 2015-06-17 14:31:15 -07:00
Terrence Cole
bc6c310e53 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
63671ec61f 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
6b52fba97b Bug 1169736 - Temporarily disallow eval and arrow functions inside derived class constructors. (r=jorendorff) 2015-06-17 14:38:23 -07:00
Ryan VanderMeulen
bb011905c4 Bug 704368 - Re-enable test_nsIProcess_stress.js on Linux64 debug.
--HG--
extra : amend_source : 901edc75c301857b2eaa094920cf410f336003a0
2015-06-18 11:28:51 -04:00
Andrea Marchesini
0a82b630f1 Bug 1113086 - AudioChannel policy in Browser API - patch 7 - DOMCamera fix CLOSED TREE 2015-06-18 16:18:09 +01:00
Mason Chang
836ad1a065 Bug 1171156. Normalize vsync timestamps when given bad values on OS X. r=mstange 2015-06-18 08:06:20 -07:00
Andrea Marchesini
717e1e2a10 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
1e56637452 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
7cdba7bf18 Bug 1113086 - AudioChannel policy in Browser API - patch 4 - Muted by default, e=alwu 2015-06-18 15:56:58 +01:00
Andrea Marchesini
993ee313c2 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
d9370e92d4 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
39b2fb9a00 Bug 1113086 - AudioChannel policy in Browser API - patch 1 - BrowserElementAudioChannel, r=ehsan
--HG--
rename : dom/browser-element/mochitest/test_browserElement_inproc_GetContentDimensions.html => dom/browser-element/mochitest/test_browserElement_inproc_AudioChannel.html
rename : dom/browser-element/mochitest/test_browserElement_oop_GetContentDimensions.html => dom/browser-element/mochitest/test_browserElement_oop_AudioChannel.html
2015-06-18 15:56:58 +01:00
Masayuki Nakano
946144c33c 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
ecdd7a7f0f 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
481b2b433e 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