Граф коммитов

28907 Коммитов

Автор SHA1 Сообщение Дата
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
Denis Volk 32e981896d Bug 1095098 - move do_QueryObject templates into their own header; r=froydnj 2015-04-15 12:47:03 -04:00
Georg Fritzsche df9db8b754 Bug 1154717 - Fix toLocalTimeISOString(). r=yoric 2015-04-15 15:48:03 +02:00
Georg Fritzsche d922320c54 Bug 1154856 - Fix TelemetrySession test issues. r=vladan 2015-04-20 11:54:00 +02:00
Brian Grinstead 05d8be44f6 Bug 1036324 - Adds option to walker.parents() to not traverse DocShellTreeItems of different types
This option helps avoiding blank inspector situations when trying to use the right-click ctx
menu in the browser to inspect an element *while* the page is reloading.
2015-04-15 13:49:00 +02:00
Dan Miller 18f2d0124a Bug 699860 - Removed useJSTransfer and deleteAllLike usage from ForgetAboutSite.jsm. r=paolo 2015-04-15 08:08:00 +01:00
Tim Taubert 5f83ec986e Bug 1096850 - [e10s] Handle nsIWebProgress::DOMWindowID not being available for remote webProgress notifications r=billm 2015-04-17 11:15:16 +02: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
David Rajchenbach-Teller 44431cb42b Bug 1153658 - browser_compartments.js logspam. r=yoric 2015-04-13 17:42:58 +02:00
Michael Ratcliffe 40cecd0bac Bug 1136257 - Shift-click to switch between color unit format in place r=bgrins 2015-04-17 11:53:06 +01:00
Michael Ratcliffe c90ba68148 Bug 1136155 - Alpha-sort events in the events popup r=pbrosset 2015-04-17 16:08:11 +01:00
Tim Taubert 42b1229275 Bug 1129498 - Replace remove_all_bookmarks() with .eraseEverything() r=mak 2015-04-20 12:29:37 +02:00
Ehsan Akhgari 01599695e2 Bug 1156032 - Add some missing error handling in HashStore; r=gcp 2015-04-20 08:30:02 -04:00
Philipp Kewisch 9789a7eb9c Bug 1153192 - Cannot pass extra arguments to l10n-repack.py. r=gps 2015-04-19 22:57:20 +02:00
Bryan Quigley 7859f17e44 Bug 1155943 - Drop checks for the presence of glib2.2 and gtk2.2 functions since they are already deps anyway. r=karlt
--HG--
extra : rebase_source : aae2620509a3d2a780a041c6b58f50ec7fc75608
2015-04-20 07:11:00 -04:00
David Rajchenbach-Teller 64d710a064 Bug 1155877 - ObjectUtils.strict. r=mossop
--HG--
extra : rebase_source : e69178e9208b149fc66c61f15d74750d1d765907
2015-04-18 00:21:02 +02:00
Wes Kocher afda1781f5 Merge m-c to inbound a=merge CLOSED TREE 2015-04-20 17:16:03 -07:00
Blake Kaplan 3cf91da55a Bug 1141661 - No need to manually convert this URI anymore. r=mossop
--HG--
extra : rebase_source : 5b4448b4b900b0cd1bd82ab4cd8b32f34972610e
2015-04-20 12:50:33 -07:00
Chirag Bhatia a39a6a103f Bug 967196 - tagURI should trim tags. r=mak 2015-04-17 05:04:00 +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
Wes Kocher e005d7be52 Merge m-c to fx-team a=merge CLOSED TREE 2015-04-14 15:40:46 -07:00
Ryan VanderMeulen 49e688766a Merge fx-team to m-c. a=merge 2015-04-14 16:22:54 -04:00
Ryan VanderMeulen 4fa8326641 Backed out 3 changesets (bug 1137252) for suspicion of causing frequent B2G mochitest timeouts.
Backed out changeset bbb1b526cb56 (bug 1137252)
Backed out changeset 0c3d670f0c14 (bug 1137252)
Backed out changeset 1e0fa4ab7c6f (bug 1137252)

CLOSED TREE
2015-04-14 13:33:28 -04:00
Mike Conley 8942bb464c Bug 1106235 - [e10s] Make autocompletion dropdown menu honour RTL. r=mrbkap.
--HG--
extra : rebase_source : 2e993b0ca26f215d46578fdf7bde897a5b00ce68
extra : amend_source : 6d1e4398544c34055b5996758ae27ac41994123b
2015-04-14 11:48:19 -04:00
Marina Samuel 88616f3a59 Bug 1151876 - Blocking a targeted tile should remove its associated suggested tile in the next new tab. r=adw 2015-04-14 14:34:32 -04:00
Georg Fritzsche d2de03dab3 Bug 1150134 - Part 2: Make fakeNow() test helper easier to use. r=yoric 2015-04-14 16:49:57 +02:00
Georg Fritzsche ea9361b4a2 Bug 1150134 - Part 1: Make Components.* shorthands shared across Telemetry tests. r=yoric 2015-04-14 16:49:57 +02:00
Georg Fritzsche d30e5d3ebc Bug 1142010 - Remove unneeded logging dump pref from Telemetry tests. r=dexter 2015-04-14 16:49:57 +02:00
Ryan VanderMeulen 612dc2a6ee Merge inbound to m-c. a=merge 2015-04-14 10:06:03 -04:00
Wes Kocher 44390984f4 Merge central to fx-team a=merge 2015-04-13 17:30:09 -07:00
Wes Kocher 381ed5c1ba Merge inbound to m-c a=merge 2015-04-13 17:13:10 -07:00
Alessio Placitelli 3ab3e68856 Bug 1137252 - Update the in-tree docs. r=gfritzsche 2015-04-13 19:33:27 +02:00
Alessio Placitelli 7e010337a6 Bug 1137252 - Add test coverage for pings archiving. r=vladan 2015-04-13 19:33:27 +02:00
Margaret Leibovic ef66ed11a8 Bug 1152412 - Handle errors downloading and parsing documents for reader view. r=bnicholson
--HG--
extra : rebase_source : 3bb7f0207971e48445ad46ddc28d2855d8ba1c3f
2015-04-10 14:41:14 -07:00
Nazim Can Altinova 7338f5bbdf Bug 1127234 - Stored shared toolkit theme files in /themes/shared instead of /themes/windows. r=jaws
--HG--
rename : toolkit/themes/windows/global/about.css => toolkit/themes/shared/about.css
rename : toolkit/themes/windows/global/aboutCache.css => toolkit/themes/shared/aboutCache.css
rename : toolkit/themes/windows/global/aboutCacheEntry.css => toolkit/themes/shared/aboutCacheEntry.css
rename : toolkit/themes/windows/global/aboutMemory.css => toolkit/themes/shared/aboutMemory.css
rename : toolkit/themes/windows/global/aboutReader.css => toolkit/themes/shared/aboutReader.css
rename : toolkit/themes/windows/global/aboutSupport.css => toolkit/themes/shared/aboutSupport.css
rename : toolkit/themes/windows/global/appPicker.css => toolkit/themes/shared/appPicker.css
2015-04-08 05:30:00 -04:00
Tooru Fujisawa 2cfe169d44 Bug 1154228 - Remove unnecessary semicolon in toLocalTimeISOString in TelemetrySession.jsm. r=gfritzsche
--HG--
extra : rebase_source : 6ea48037f01ae127ff00d7ca76aecaa7c6edd5dd
2015-04-14 21:45:05 +09:00
Carsten "Tomcat" Book 807db18b59 Merge mozilla-central to mozilla-inbound 2015-04-14 16:15:02 +02:00
Ms2ger f1fc41b0e5 Bug 949614 - Use === for SimpleTest.is; r=Waldo
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.

This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Gijs Kruitbosch 2adfdbf559 Bug 1154063 - fix CSS issue in aboutReader.css, r=bwinton
--HG--
extra : rebase_source : df9656dbebab617593983ccf3456bda16ad17704
2015-04-14 20:55:59 +01:00
Wasiur Rahman b4a7d0bc6e Bug 1150514 - in about:performance, fixing CSS of jank levels. r=Yoric 2015-04-13 20:35:00 +02:00
Bill McCloskey b38d8dad98 Bug 1151598 - Remove more uses of preprocessor in toolkit (r=gavin) 2015-04-13 18:11:50 -07:00
Bill McCloskey c53029d62f Bug 1140129 - Don't clear tab title when location changes (r=Mossop) 2015-04-13 18:11:49 -07:00
Wes Kocher 7eb544ddbb Merge central to inbound a=merge 2015-04-13 17:27:59 -07:00
Brian Birtles b49cd21bfa Bug 1122414 part 3 - Update DevTools tests to expect a name for transitions; r=pbrosset 2015-04-14 09:15:09 +09:00
Dave Townsend f4b5328e0d Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). IGNORE IDL. r=dveditz
--HG--
extra : rebase_source : a48282c6b3f10391e9492d4f0a89cef8697ea622
extra : amend_source : 17c0645d0577dad789b2d9b4879459327fcef1f7
2015-03-31 11:32:40 -07:00
Marco Bonardo 34e6d5de56 Bug 1148459 - Use new keywords API in tests. r=ttaubert 2015-04-21 22:21:52 +02:00
Nick Fitzgerald b52a48f101 Bug 1156865 - Re-enable RDP logging in debugger xpcshell tests; r=jlongster 2015-04-21 11:13:01 -07:00
Olli Pettay e1ff57e49d Bug 1152888, [e10s] After opening the web page in new tab, drag and drop onto the contents area is not working, r=enndeakin
--HG--
extra : rebase_source : c7e75de9c74b44ac3d01eeefad432b3605af5ddb
2015-04-13 21:58:56 +03:00
Nathan Froyd 7375ce1ae0 Bug 1153267 - fix typo that broke OS X builds on a CLOSED TREE; r=bustage 2015-04-13 15:25:23 -04:00
Nathan Froyd 2b1ae6e2ca Bug 1153267 - part 1 - use smart-pointer .forget() instead of NS_ADDREF+assign; r=ehsan 2015-03-31 10:03:49 -04:00
Alessio Placitelli d1cc43d5ca Bug 1149980 - Fix Telemetry crashing on shutdown for invalid timestamps during tests. r=vladan 2015-04-15 13:41:00 +02:00
Alessio Placitelli edc7191f0f Bug 1137252 - Update the in-tree docs. r=gfritzsche 2015-04-13 09:21:00 +02:00
Alessio Placitelli 00fbcf2319 Bug 1137252 - Add test coverage for pings archiving. r=vladan 2015-04-17 00:15:00 +02:00
Alexandre Poirot 65a839952f Bug 1145049 - Clean inspector on detach/disconnect. r=pbrosset 2015-04-18 22:36:16 +02:00
Alessio Placitelli 77e10bc782 Bug 1137252 - Make Telemetry retain pings even if sending is disabled. r=vladan 2015-03-05 08:47:00 +01:00
Gijs Kruitbosch 6d631e29db Bug 1133981 - e10s-ify findbar FAYT key handling, r=mconley
--HG--
extra : rebase_source : 31f07c93b1f5116a5bb952b1c19da003941ad762
extra : amend_source : 58e1db73a93835b0d80326e34ef7056633a7aaa0
2015-03-11 20:22:09 +00:00
David Rajchenbach-Teller 96011754e3 Bug 1076775 - Implement History.removeHistoryByFilter .r=mak
--HG--
extra : rebase_source : 3915aacc3efe0bdfa4b492120562a0df34bfdeb9
2015-04-10 11:23:07 +02:00