Commit Graph

466453 Commits

Author SHA1 Message Date
Masayuki Nakano
12a007fd7f Bug 1203059 part.2 When an event is reserved by chrome, it should be fired only on chrome r=smaug 2016-03-16 10:58:28 +09:00
Masayuki Nakano
86ac26d06f Bug 1203059 part.1 nsXBLWincowKeyHandler mark WidgetEvent::mFlags if it's reserved by chrome before the event is dispatched into the content r=smaug 2016-03-16 10:58:28 +09:00
Mike Hommey
2891514755 Bug 1257049 - Stop spawning a separate process for config.status from configure.py. r=gps 2016-03-16 10:55:10 +09:00
Mike Hommey
896fa3fd26 Followup for bug 1256568 - Improve the help message for options check_prog adds. r=gps 2016-03-16 10:55:10 +09:00
Gregory Szorc
54f6848af2 Backed out changeset a007293e6ab0 (bug 1257005)
SM(p) failures.
2016-03-15 18:33:33 -07:00
Gregory Szorc
f4a5fb8079 Bug 1257005 - Don't use debug runtime in standalone SpiderMonkey builds; r=glandium
This patch effectively synchronizes code from old-configure.in to
js/src/old-configure.in. Before, the top-level configure would set
MOZ_NO_DEBUG_RTL when using MOZ_MEMORY on Windows. This would get
inherited when the top-level configure invoked the js/src configure.

Since js/src's configure didn't have the same code, we never set
MOZ_NO_DEBUG_RTL when running a standalone js/src configure. This caused
the debug runtime to be used in standalone SpiderMonkey builds.

MozReview-Commit-ID: CD834DhIlLS

--HG--
extra : rebase_source : c0ae3a5308ff9525c63b949a40504180c47ce5fb
2016-03-15 16:27:28 -07:00
Wes Kocher
ad6f84a9ee Merge m-c to inbound, a=merge
MozReview-Commit-ID: LKkCpwt95EJ
2016-03-15 17:32:53 -07:00
Jeff Muizelaar
c848b98d3e Bug 1251375. Update to ANGLE/2653 2016-03-15 17:28:40 -07:00
Wes Kocher
bb35aa5eb1 Backed out changeset 857617eac45b (bug 1251375) for breaking test_EXT_disjoint_timer_query.html on Windows mochitest-gl tests
MozReview-Commit-ID: 5pcNBxk4JO5
2016-03-15 17:14:13 -07:00
David Anderson
14841b8dfd Disable the WebGL crash guard on Android. (bug 1256371, r=snorp) a=merge
MozReview-Commit-ID: IjfuZwhFXbk

--HG--
extra : source : 5a1e75dd9d544b8e00d145813068d6d29b1ef74b
2016-03-15 13:24:22 -04:00
Steve Fink
e66a82b364 Bug 1246804 followup to fix mode bits a=merge
MozReview-Commit-ID: 7IPPra1GeSZ

--HG--
extra : source : e9d50239017b9e1ef5cf8f191c1ddf479a9df4d5
2016-03-15 10:58:25 -07:00
Wes Kocher
3b14ab8ca2 Merge inbound to m-c a=merge 2016-03-15 17:24:43 -07:00
Eddy Bruel
eda30a3b1e No bug - Remove spurious debugger comment;r=me 2016-03-15 19:50:43 +01:00
Sebastian Hengst
0cf93a0e57 Backed out changeset 936703b9e4cd (bug 1253618) for timeout in Linux Ld tests. r=backout on a CLOSED TREE 2016-03-15 18:50:27 +01:00
Sebastian Hengst
4b384cc448 Backed out changeset 595815f1f12a (bug 1253618) 2016-03-15 18:47:29 +01:00
Hannes Verschore
b77dc68db3 Bug 1250964: SharedStubs - Remove bogus assert, r=bogus on CLOSED TREE 2016-03-15 13:35:07 -04:00
Randell Jesup
ef46e30953 Bug 1256510: When shutting down MediaStreamGraphs, if the graph hasn't started, let it start and shut down r=padenot
MozReview-Commit-ID: 64WjTbaduvu
2016-03-15 11:46:01 -04:00
Daniel Holbert
0c0862c4c2 Bug 1256555: Wrap "shouldAEC" variable-usage in #ifdef for consistency & to fix --disable-webrtc build failure. r=jesup 2016-03-15 10:03:43 -07:00
Michael Comella
248b859845 Bug 1256405 - Add deprecation warning to SimpleCursorLoader. r=ahunt
Surprisingly, this didn't set off lint locally.

MozReview-Commit-ID: 5SvDS6jalS2

--HG--
extra : rebase_source : 3568d2a9826ae4af1ab5e3ac53dcb1e4b7ce9e66
2016-03-14 12:18:25 -07:00
Andrew Swan
be7e1c3832 Bug 1245602 - Implement chrome.downloads.pause(), .resume(), .cancel() r=kmag
MozReview-Commit-ID: Cu2TNJRTZ07

--HG--
extra : rebase_source : b5a5ce3f454fec7bfb30c2e807553cca0eb6594f
extra : amend_source : 42bd9671c2970c79d8604d535ede5475b3507828
2016-03-15 05:51:27 -07:00
Mike de Boer
69b54120e3 Bug 1229195: resolve the promise when the chat window has actually finished loading, not right away. r=Standard8 2016-03-15 17:24:52 +01:00
Paolo Amadini
3f4af88298 Bug 1162338 - Part 2 - Fix test_bug_511615.html to work in e10s. r=mak
MozReview-Commit-ID: GiwGq2BUdUn

--HG--
extra : rebase_source : d98ba64f4c1b8d65088845f288a19ab85ce6bedf
2016-03-15 15:34:34 +00:00
Paolo Amadini
ca6abb96f4 Bug 1162338 - Part 1 - Fix test_bug_787624.html to work in e10s. r=mak
MozReview-Commit-ID: EFssjSzBSWl

--HG--
extra : rebase_source : a152300122c34fa96ea464fe1bec4e4353bed905
2016-03-11 15:42:01 +00:00
Paolo Amadini
2bb7d8e7ba Bug 1256297 - Exceptions and rejections with add_task in SpawnTask.js should fail tests. r=jmaher
MozReview-Commit-ID: LEZaU9tYOAX

--HG--
extra : rebase_source : 9f2982979de5dc58ffc035f68509eed2987e5539
2016-03-14 13:46:42 +00:00
Sebastian Kaspari
2e79f402dc Bug 1256237 - DynamicToolbarAnimator: Reduce verbose logging. r=snorp
MozReview-Commit-ID: 8UJ6YRvN3pR

--HG--
extra : rebase_source : 2c61fcd06ad4fdae2f775f536c920280058557e6
extra : amend_source : ef42dd19455afc8412f3b87ea423b11a1fcc0c71
2016-03-14 13:43:37 +01:00
Benjamin Bouvier
10477e49cf Bug 1254167: Don't allow folding to full range for atomic accesses; r=sunfish
MozReview-Commit-ID: 23Gj5nV3oqq

--HG--
extra : rebase_source : 78a0dc0e271300eb73b54936823fe196d86c4296
extra : amend_source : 1ad1df412d9e8d608e9cb9f80684362271ab5d23
2016-03-08 20:18:46 +01:00
Nicolas B. Pierron
a69cc3e5ee Bug 1186006 - Assert that all blocks have an entry resume point, excepts for unreachable one added by the Value Numbering. r=sunfish 2016-03-15 16:55:43 +00:00
Nicolas B. Pierron
3a24c0c1be Bug 1186006 - Add a copy of the successor resume point to the split-edge blocks. r=bhackett 2016-03-15 16:55:42 +00:00
Ryan VanderMeulen
5f15eed746 Bug 1241634 - Skip test_frameNavigation.html on Windows and OSX for frequent failures. a=test-only
--HG--
extra : rebase_source : ba229e6a62c82ad8c59ae89943fd6181df4275a9
2016-03-15 12:50:07 -04:00
Sebastian Hengst
cfe29a5416 Backed out changeset d2144af8a3fe (bug 1256510) for failing reftest crashtests/876024-2.html. r=backout on a CLOSED TREE 2016-03-15 17:52:23 +01:00
Ryan VanderMeulen
e93eed0ec2 Backed out changeset 4916251eb389 (bug 1255009) for breaking AWSY.
--HG--
extra : rebase_source : 3c018d36597e8e4becc06b744bead086796d2e63
extra : histedit_source : 2c99af1f289f0d0ddd8df6c207492c547315ce7d
2016-03-15 12:40:07 -04:00
Ryan VanderMeulen
706d97900d Backed out changeset 14092b3cacbe (bug 1255614) because it blocks bug 1255009 from being backed out.
--HG--
extra : rebase_source : 0b1027cd8a156536f561c56662696ef1c35e3e8a
extra : histedit_source : 4d18d24cbd36cde0c7b5187b7e797a13d4dbf60a
2016-03-15 12:39:43 -04:00
Ryan VanderMeulen
3a30021f8f Bug 1254821 - Skip the devtools performance tests on Linux e10s ASAN & debug due to frequent timeouts.
--HG--
extra : rebase_source : e0c1650d8a6c6d0a33d8bd14952d7efbd6fdac0f
extra : histedit_source : 652ae221a2a5206fcc426c5d29cbfac3dbaa2c72
2016-03-15 12:36:13 -04:00
Ryan VanderMeulen
30ac772d08 Bug 1157716 - Add a bit more fuzz for Windows unaccelerated reftest jobs. r=kats
--HG--
extra : rebase_source : fa62e19a13a0e1a678a9b8e169c3aef8825f5719
2016-03-15 12:11:10 -04:00
Hannes Verschore
474d0151fe Bug 1250964: SharedStubs - Don't add invalid stubs, r=jandem 2016-03-15 12:21:18 -04:00
Gijs Kruitbosch
b7670f9851 Bug 1238181 - hide in-content control border on treecols in autocomplete widgets, r=jaws
MozReview-Commit-ID: GTaR0Aofeng

--HG--
extra : rebase_source : 2c07519e169bcef276977fd2c77c1f8f9ffb8265
2016-03-15 15:20:36 +00:00
Terrence Cole
b958bb0b21 Bug 1256089 - Fix Mutex support for tier-3 platforms; r=froydnj 2016-03-14 10:43:19 -07:00
Sebastian Kaspari
b54b9b35e9 Bug 1241810 - Add background service and action to check feeds for updates. r=mcomella
MozReview-Commit-ID: 5hD4I65OGX3

--HG--
extra : rebase_source : d0e5bb5fd336de8f73ddef0bf1dc603edb5e2853
extra : histedit_source : f97137b389593ac8a3c71167b4f0721c15ce4497
2016-02-24 14:38:44 -08:00
Sebastian Kaspari
10e2d0b90f Bug 1241810 - Add JSON-based storage for feed subscriptions. r=mcomella
MozReview-Commit-ID: 3qeI2wcSQpF

--HG--
extra : rebase_source : 1a9c43e0e122ac04b2f209f19eaa2882508d94bb
extra : histedit_source : 33bc752e99c13d8a414a49f206d3d88f9a590427
2016-02-24 14:27:31 -08:00
Sebastian Kaspari
3cc5209edc Bug 1241810 - FeedFetcher: Simple helper class for fetching feeds using ETag and If-Modified-Since headers. r=mcomella
MozReview-Commit-ID: EHxOcKwBsqe

--HG--
extra : rebase_source : d93d8a3c8a70ae9cb8004ed5b117dbd1423920be
extra : histedit_source : f0a1ab76cccde7afce04dc250f06d68e598f8f0d
2016-02-24 11:49:45 -08:00
Sebastian Kaspari
d145b545ef Bug 1241810 - Introduce SimpleFeedParser for implementing "content notifications". r=mcomella
This is just a simple XML Pull Parser that can read arbitrary ATOM and RSS feeds and returns an
object describing the feed and the latest entry. It's goal is to be small and simple rather than
a full-featured feed parser library.

MozReview-Commit-ID: LIa9neYSfCF

--HG--
rename : mobile/android/app/src/main/resources/robolectric.properties => mobile/android/tests/background/junit4/resources/robolectric.properties
extra : rebase_source : 121fe20ce889092c00fc00ea43e69262724c1290
2016-02-24 10:55:35 -08:00
Blair McBride
3a42cce9c7 Bug 750054 - Update loading throbbers in secondary UI. r=mikedeboer,dolske
--HG--
rename : toolkit/themes/linux/global/icons/loading_16.png => toolkit/themes/linux/global/icons/loading.png
rename : toolkit/themes/osx/global/icons/loading_16.png => toolkit/themes/osx/global/icons/loading.png
rename : browser/themes/osx/tabbrowser/loading@2x.png => toolkit/themes/osx/global/icons/loading@2x.png
rename : toolkit/themes/windows/global/icons/loading_16.png => toolkit/themes/windows/global/icons/loading.png
rename : browser/themes/windows/tabbrowser/loading@2x.png => toolkit/themes/windows/global/icons/loading@2x.png
extra : rebase_source : 0dee8b2270eb2ef74cc2224270712bedb5fe8e6a
2016-03-15 23:04:22 +13:00
Mike de Boer
6b56c341ce Bug 1093153: enabled and re-factored browser_aboutHome.js to work correctly in e10s mode. r=mak 2016-03-15 11:09:34 +01:00
Mike de Boer
ef1625aff4 Bug 1093153: introduce 'BrowserTestUtils#synthesizeKey', 'BrowserTestUtils#synthesizeComposition' and 'BrowserTestUtils#synthesizeCompositionChange' to allow mochitests to remotely invoke EventUtils' text composition utilities. Changes to EventUtils include 1) removed dependency on the 'navigator' object when 'nsIXULRuntime' is available and 2) make '_getKeyboardEvent' more robust when used in frame scripts. r=Enn 2016-03-15 11:09:31 +01:00
Florian Quèze
f74362bb6e Bug 1254118 - Web protocol handlers need more testing coverage, r=felipe. 2016-03-15 10:55:07 +01:00
Carsten "Tomcat" Book
c3bea43e72 Merge mozilla-central to fx-team 2016-03-15 10:44:47 +01:00
Carsten "Tomcat" Book
344f5598d6 merge mozilla-inbound to mozilla-central a=merge 2016-03-15 10:43:02 +01:00
JW Wang
2c1e594fe7 Bug 1236789. Part 2 - fix assertions when |aFlags == NS_DISPATCH_TAIL|. r=bholley
MozReview-Commit-ID: E5a8zP9cMI6
2016-03-15 13:12:27 +08:00
Jordan Santell
63679ce4b8 Bug 1177279 - Create a SourceLocationController to manage the state of updating sources for source mapping. r=jlong,jryans 2016-03-14 18:49:07 -07:00
Ryan VanderMeulen
046e8897a9 Bug 931445 - Disable test_pointerlock-api.html on Linux and Windows for frequent timeouts. 2016-03-14 20:55:56 -04:00