Commit Graph

28826 Commits

Author SHA1 Message Date
Phil Ringnalda
401ced0005 Merge m-c to m-i 2015-04-18 17:04:20 -07:00
Phil Ringnalda
8747c26535 Merge f-t to m-c, a=merge 2015-04-18 16:46:44 -07:00
Tooru Fujisawa
779ce8a8fd Bug 1155846 - Comment out intentionally unreachable code and unused parameters in Prefetcher.jsm. r=billm 2015-04-18 14:58:29 +09:00
Tooru Fujisawa
19415f2718 Bug 1155051 - Remove redundant return statement in fillInPageTooltip in toolkit/content/widgets/popup.xml. r=enndeakin 2015-04-18 14:58:16 +09:00
Ryan VanderMeulen
bafac6e86d Merge m-c to fx-team. a=merge 2015-04-17 16:03:31 -04:00
Robert Strong
74ebd50763 Revert behavior for gonk - Bug 1149276. r=spohl, a=RyanVM 2015-04-17 12:46:58 -07:00
Ryan VanderMeulen
86aee22968 Merge inbound to m-c. a=merge
--HG--
rename : toolkit/modules/tests/browser/browser_AddonWatcher.js => toolkit/components/perfmonitoring/tests/browser/browser_AddonWatcher.js
2015-04-17 15:44:37 -04:00
Robert Strong
a2d87cd2f7 Bug 1149276 - Use Assert instead of do_check_ functions in xpcshell tests. r=spohl 2015-04-17 12:07:21 -07:00
Jennifer Fong
7836d45e7a Bug 901250 - Add scroll into view menu item for the inspector. r=bgrins 2015-04-17 11:03:24 -07:00
Robert Strong
195c95a2d7 Bug 1155510 - app.update.service.errors and app.update.cancellations preferences are not correctly reset. r=spohl 2015-04-17 08:43:32 -07:00
Robert Strong
d887929577 Bug 958793 - Add 'use strict' to application update. r=spohl 2015-04-17 08:43:24 -07:00
Gijs Kruitbosch
536b4ebf14 Bug 1155692 - include latest Readability/JSDOMParser changes into m-c, rs=me
--HG--
extra : rebase_source : 73f88154eac69eb7fc52567084a80eac2524d07e
2015-04-17 16:02:19 +01:00
Patrick Brosset
a53d2ad7da Bug 1149999 - 2 - Send animation removed events to the animation-panel for re-starting transitions; r=past
When transitions re-start (when a css class is toggled for instance), new AnimationPlayer objects
are created everytime. But now (since bug 1122414) names are given for AnimationPlayers that
correspond to transitions, and so we can use that to know when a transition re-starts on a node
and therefore send the correct events to the animation-panel.

--HG--
extra : rebase_source : 06fb4699438939efb42b363cbfabd0430a15d8c3
extra : histedit_source : 8d4ea42715c50be4138289613a6b7fda0a69e3c6
2015-04-16 10:20:21 +02:00
Patrick Brosset
292adfbff7 Bug 1121528 - Avoid the inspector going blank when quickly navigating; r=bgrins
This prevents the WalkerActor from failing at handling various requests when
those requests are about DeaedNodes. Indeed, the async nature of the devtools
protocol means that the client could be asking for information about a node that
doesn't exist anymore because it was part of a page that was navigated away from.
The WalkerActor should know how to deal with such cases, so the patch adds a
number of early returns and a new test for them.
This helps avoiding the inspector-panel from going blank in some edge cases.

--HG--
extra : rebase_source : 26ef72eee71334f6fe467d46a486768296035b8a
extra : histedit_source : 697ddbd179ec2992706f20ca7baccbd4f90f9175%2C6e1130e38ed538809f3ee16fd9a5291fe60a85c1
2015-04-17 12:09:58 +02:00
Mike de Boer
a27986070d Bug 1152733: Convert all Loop keyed histograms to be enumerated types and opt-out, which helps reporting tremendously. r=vladan,dmose 2015-04-17 11:14:55 +02:00
Wasiur Rahman
fe312a66b4 Bug 1153877 - in about:performance, increased the setInterval period from 2 sec to 10 sec. r=Yoric 2015-04-14 11:32:00 +02:00
David Rajchenbach-Teller
b7c5568999 Bug 1152759 - Regroup Performance Monitoring modules/components;r=yoric
--HG--
rename : toolkit/modules/AddonWatcher.jsm => toolkit/components/perfmonitoring/AddonWatcher.jsm
rename : toolkit/modules/PerformanceStats.jsm => toolkit/components/perfmonitoring/PerformanceStats.jsm
rename : toolkit/components/aboutperformance/nsIPerformanceStats.idl => toolkit/components/perfmonitoring/nsIPerformanceStats.idl
rename : toolkit/components/aboutperformance/nsPerformanceStats.cpp => toolkit/components/perfmonitoring/nsPerformanceStats.cpp
rename : toolkit/components/aboutperformance/nsPerformanceStats.h => toolkit/components/perfmonitoring/nsPerformanceStats.h
rename : toolkit/modules/tests/browser/browser_AddonWatcher.js => toolkit/components/perfmonitoring/tests/browser/browser_AddonWatcher.js
rename : toolkit/modules/tests/browser/browser_Addons_sample.xpi => toolkit/components/perfmonitoring/tests/browser/browser_Addons_sample.xpi
rename : toolkit/components/aboutperformance/tests/browser/browser_compartments.html => toolkit/components/perfmonitoring/tests/browser/browser_compartments.html
rename : toolkit/components/aboutperformance/tests/browser/browser_compartments.js => toolkit/components/perfmonitoring/tests/browser/browser_compartments.js
rename : toolkit/components/aboutperformance/tests/xpcshell/test_compartments.js => toolkit/components/perfmonitoring/tests/xpcshell/test_compartments.js
rename : toolkit/components/aboutperformance/tests/xpcshell/xpcshell.ini => toolkit/components/perfmonitoring/tests/xpcshell/xpcshell.ini
2015-04-14 17:10:04 +02:00
Blake Winton
5d4e692d69 Bug 1149068 - Use the correct font for the Sans Serif font button. ui-r=maritz, r=jaws, r=margaret 2015-04-01 18:51:53 -04:00
Ryan VanderMeulen
0e9facc399 Merge m-c to fx-team. a=merge 2015-04-16 16:24:04 -04:00
Ryan VanderMeulen
96f0034585 Merge inbound to m-c. a=merge 2015-04-16 16:18:13 -04:00
Robert Strong
5163ffe834 Followup to Bug 1152997 to fix SeaMonkey. r=bbondy 2015-04-16 12:14:43 -07:00
Brian Grinstead
964f9f6d53 Bug 1153903 - Get rid of logspam during devtools talos test runs;r=pbrosset 2015-04-16 09:54:04 -07:00
Gijs Kruitbosch
c5783ea4a3 Bug 1152219 - make reader mode node limit a pref, turn off entirely for desktop because of isProbablyReaderable, r=margaret
--HG--
extra : rebase_source : 37dc49ce9fd0deaae03c06d44ce7d1864ab420af
2015-04-16 16:24:08 +01:00
Carsten "Tomcat" Book
b79fa6d217 Merge mozilla-central to fx-team 2015-04-16 12:49:21 +02:00
Marco Bonardo
e2d85aa876 Bug 1148466 - Use new keywords API in BookmarkHTMLUtils and BookmarkJSONUtils. r=ttaubert 2015-04-16 12:13:43 +02:00
Bill McCloskey
dff23ab14d Bug 1154465 - Test for add-on compat warnings (r=gabor) 2015-04-15 20:01:13 -07:00
Bill McCloskey
9090527720 Bug 1154465 - Fix add-on shim telemetry (r=gabor) 2015-04-15 20:00:37 -07:00
Ryan VanderMeulen
3ebfa611d7 Merge m-c to inbound. a=merge
IGNORE IDL

--HG--
extra : amend_source : 778e98f1365079cf61c444c6e9b3114e069c5b7b
2015-04-15 15:15:32 -04:00
Ryan VanderMeulen
d65cb1db7a Merge fx-team to m-c. a=merge
IGNORE IDL CHANGES

--HG--
extra : amend_source : 1ae4b480ab28633bef90e05797089fb8cdbf3889
2015-04-15 15:10:44 -04:00
Robert Strong
5905715bf2 Bug 1154603 - useless defined(ANDROID) in nsUpdateDriver.cpp. r=spohl 2015-04-15 08:45:49 -07:00
Robert Strong
f3f5c3e99f Bug 1154591 - getCanStageUpdates has incorrect checks for Windows and B2G. r=bbondy, r=spohl 2015-04-15 08:44:48 -07:00
Carsten "Tomcat" Book
bad3cd3153 Backed out changeset 998c4e53c1f8 (bug 1137285)
--HG--
extra : rebase_source : 9bad5a7e2d54257b22e290a4d3a354454d9002ea
2015-04-15 17:23:14 +02:00
Patrick Brosset
4ae0fca079 Bug 1149346 - First word in selector-search also matches classes and ids; r=harth 2015-04-15 08:15:20 -07:00
Paul Kerr [:pkerr]
06d6365e26 Bug 1154482: about:webrtc intermittently throws a js type error. r=jib 2015-04-14 15:41:07 -07:00
Andrea Marchesini
3faaae83fb Bug 1154721 - Add an "Unregister" button to about:serviceworkers, r=ehsan 2015-04-15 18:11:17 +01:00
Carsten "Tomcat" Book
65261e28f3 Backed out changeset fb97412bef73 (bug 1145049) for dt3 test failures 2015-04-15 16:13:14 +02:00
Carsten "Tomcat" Book
d7e56703cd Backed out changeset 69819d44541f (bug 1145049) 2015-04-15 16:12:37 +02:00
Carsten "Tomcat" Book
5a319b89d1 Backed out changeset 4cf74e040c0a (bug 1145049) 2015-04-15 16:12:17 +02:00
Carsten "Tomcat" Book
7f5236111a Merge mozilla-central to fx-team 2015-04-15 15:03:01 +02:00
Carsten "Tomcat" Book
40ae721556 merge mozilla-inbound to mozilla-central a=merge 2015-04-15 14:28:05 +02:00
Alexandre Poirot
f4996a4243 Bug 1137285 - Allow ressource uri for dynamically registered actors. r=honza 2015-04-15 13:55:29 +02:00
Robert Strong
2773a89419 Bug 1154179 - Add FAIL_ON_WARNINGS to app update. r=glandium 2015-04-14 17:00:11 -07:00
Robert Strong
91cf4cb89f Bug 1152997 - Cleanup app update build to exclude android. r=glandium, r=mossop
--HG--
rename : toolkit/mozapps/update/moz.build => toolkit/components/timermanager/moz.build
rename : toolkit/mozapps/update/nsIUpdateTimerManager.idl => toolkit/components/timermanager/nsIUpdateTimerManager.idl
rename : toolkit/mozapps/update/nsUpdateTimerManager.js => toolkit/components/timermanager/nsUpdateTimerManager.js
rename : toolkit/mozapps/update/nsUpdateTimerManager.manifest => toolkit/components/timermanager/nsUpdateTimerManager.manifest
rename : toolkit/mozapps/update/tests/unit_timermanager/consumerNotifications.js => toolkit/components/timermanager/tests/unit/consumerNotifications.js
rename : toolkit/mozapps/update/tests/unit_timermanager/xpcshell.ini => toolkit/components/timermanager/tests/unit/xpcshell.ini
2015-04-14 17:00:02 -07:00
Alexandre Poirot
432cb32f77 Bug 1145049 - Stop leaking tab actors and root actor on disconnect. r=jryans 2015-04-15 00:35:33 +02:00
Alexandre Poirot
c9b1eec447 Bug 1145049 - Prevent caching tab actors in child processes. r=jryans 2015-04-15 00:35:33 +02:00
Alexandre Poirot
92b14220cf Bug 1145049 - Clean inspector on detach/disconnect. r=pbrosset 2015-04-15 00:35:32 +02:00
Margaret Leibovic
0209df8943 Bug 785549 - Use textContent instead of innerHTML to set domain and credits in reader view. r=Gijs
--HG--
extra : rebase_source : 414f6a802c8e7c3ad3fb0dc7c7d6fa6dc0cdb14c
2015-04-13 14:18:16 -07:00
Ehsan Akhgari
a6f45ae8e1 Bug 1154547 - Part 2: Make it possible to update a service worker from about:serviceworkers; r=baku 2015-04-15 09:52:12 -04:00
Ehsan Akhgari
b1648b1f8e Bug 1154547 - Part 1: Linkify the worker script URLs in about:serviceworkers; r=baku 2015-04-15 09:51:59 -04:00
Margaret Leibovic
c5fa83cd59 Bug 1152121 - Factor out logic to get original URL from reader URL into shared place, and handle malformed URI excpetions. r=Gijs, mcomella
--HG--
extra : rebase_source : 90a5a04b3eb3256a2354f9ebbf65e7595f568a91
2015-04-06 16:07:03 -07:00