Commit Graph

28222 Commits

Author SHA1 Message Date
Mike Hommey
d44ec111ff Bug 1143510 - Fix line numbers for removal errors during make package. r=gps 2015-03-17 10:04:20 +09:00
Wes Kocher
4a1d74cfc0 Backed out changeset 2693283b5d8b (bug 1142814) for bc1 orange 2015-03-16 17:45:45 -07:00
Nicholas Nethercote
b6b27f0a2a Bug 1142814 - Optimize String.fromCharCode() when the number of args is small but > 1. r=jandem.
This avoids an unnecessary malloc.

The patch also adds testing for String.fromCharCode() with 2--20 args.

--HG--
extra : rebase_source : 4f56b15053914ebf6c94518047abbd5955482c1e
2015-03-12 17:19:48 -07:00
Markus Stange
6289c6a9f2 Bug 1143273 - Add scale and menulist to the list of non-draggable things. r=dao
--HG--
extra : rebase_source : 79c2ceaa274e27ae08c68baf90934a6ac9df4449
2015-03-14 16:23:38 -04:00
Stephen Pohl
acfabd9547 Bug 1140523: Send correct onEnabling/onDisabling notifications when EME preferences change. r=mossop 2015-03-16 14:59:08 -04:00
Hiroyuki Ikezoe
8e744492bd Bug 1132772 - afterCache() and afterCommit() should return Promise. r=ttaubert
--HG--
extra : rebase_source : ff86c3437adcafe9447c2bad2974f353143b6281
2015-03-15 16:06:00 -04:00
Geoffroy Planquart
e12da48d29 Bug 1042859 - Ignore host port when fetching cookies with the gcli cookie command. r=pbrosset
--HG--
extra : rebase_source : 6e89a0f024b225a343e567f1a8f9311900ccb063
2015-03-13 09:05:00 -04:00
Patrick Brosset
02d6847dd7 Bug 1110762 - Add a setCurrentTime method to the animation actor; r=past
--HG--
extra : rebase_source : e0e0eef2b1b35a4f8c23f905b3603e2a009a05c7
2015-03-16 11:29:14 +01:00
Phil Ringnalda
3bfd694773 Merge f-t to m-c, a=merge 2015-03-15 19:35:11 -07:00
Marina Samuel
a8b4ee05fd Bug 1126184: Part 3: Mochitest fixes for suggested tiles. 2015-03-13 11:45:38 -04:00
Marina Samuel
5b0c9de307 Bug 1126184: Part 2: Select a single tile to show as the first unpinned tile based on a user's top sites. r=adw 2015-03-13 11:45:34 -04:00
Marina Samuel
7ff3ee3da3 Bug 1126184: Part 1: Make DirectoryLinksProvider listen to PlacesProvider and update its _topSitesWithRelatedLinks cache. r=adw 2015-03-13 11:45:31 -04:00
David Major
cefaf7e2a9 Bug 1135543 - Part 4: Define DailyCrashesMeasurement6 containing main-crash-oom; r=bsmedberg
--HG--
extra : rebase_source : 8a3dadbf53b03d6a8170d38cb13b106c0637f15c
2015-03-14 18:59:21 +13:00
David Major
267318954e Bug 1135543 - Part 3: Create events file format crash.main.2 which contains metadata; r=bsmedberg
--HG--
extra : rebase_source : 26de3cac35f9e5a5398f912f36f3d3cc0b286806
2015-03-14 18:54:36 +13:00
David Major
5de2cde13f Bug 1135543 - Part 2 (no part 1): Add a |metadata| parameter to CrashManager.addCrash(); r=bsmedberg
--HG--
extra : rebase_source : a0a4c06fb530eebfdf690d170c819b67375bd5b7
2015-03-14 18:54:06 +13:00
Ryan VanderMeulen
29c79b8b0b Merge fx-team to m-c. a=merge 2015-03-13 16:09:58 -04:00
Ryan VanderMeulen
9cdb20ece0 Backed out changesets 8522ea4f4621, c6d45a7a0eec, and 7d72517398ba (bug 1126184) for newtab mochitest-bc failures.
CLOSED TREE
2015-03-13 14:19:45 -04:00
Ryan VanderMeulen
3508f4aa52 Backed out changesets f63a2cf3fa11 and 7d9a91ee3d48 (bug 1126089) for mochitest-bc failures. 2015-03-13 13:42:57 -04:00
Michael Ratcliffe
2b45132b59 Bug 1046234 - Add more DevTools Telemetry measures (display size etc.) r=pbrosset, r=gijs 2015-03-13 11:52:45 +00:00
Ganesh Sahukari
4b15c2aa09 Bug 1022816 - OS.File will now be able to change the readOnly, hidden, and system file attributes on Windows. r=paolo 2015-03-13 15:51:53 +00:00
Marina Samuel
a552b87f85 Bug 1126184: Part 3: Mochitest fixes for suggested tiles. 2015-03-13 11:45:38 -04:00
Marina Samuel
b78b3f3449 Bug 1126184: Part 2: Select a single tile to show as the first unpinned tile based on a user's top sites. r=adw 2015-03-13 11:45:34 -04:00
Marina Samuel
a48016517a Bug 1126184: Part 1: Make DirectoryLinksProvider listen to PlacesProvider and update its _topSitesWithRelatedLinks cache. r=adw 2015-03-13 11:45:31 -04:00
Ian Moody
c7117db6e3 Bug 1140878 - Move SwitchDocumentDirection() to toolkit/content/browser-content.js so it can be safely used in e10s. r=mconley 2015-03-11 21:19:18 +00:00
Bill McCloskey
5d4e83e61d Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-13 08:24:20 -07:00
Bill McCloskey
e46e199ff2 Bug 1142542 - Use AppConstants in browser/modules (r=gavin) 2015-03-13 08:19:09 -07:00
Nathan Froyd
b252a27930 Bug 1142503 - don't use QueryInterface when the compiler can do the cast for us; r=ehsan
Calling QueryInterface with a statically known IID should typically not
be necessary.  In those cases where it's not, the compiler can do the
cast for us, though we have to supply the reference-counting that
QueryInterface would do.

In passing, several redundant null-checks for the result of |new T| have
been deleted.
2015-03-12 09:43:50 -04:00
Carsten "Tomcat" Book
b9792b5111 merge mozilla-inbound to mozilla-central a=merge 2015-03-13 14:02:34 +01:00
Chris Double
1ef0fc9d78 Bug 1127646 - Report MSE Join Latency and MTBR in telemetry - r=cpearce,bsmedberg 2015-03-13 15:02:49 +13:00
Margaret Leibovic
39d8969088 Bug 998031 - Reader Mode toolbar should scroll in and out instead of fading. r=bnicholson
--HG--
extra : rebase_source : f5021a6e3f36cb8d8e1e380ed1763361bad95489
extra : amend_source : 2304c25e5570f0e1f505b0778ac1873e9b86dd8c
2015-03-05 11:23:27 -08:00
Margaret Leibovic
627343c909 Bug 1141757 - Catch exceptions thrown in ReaderWorker. r=Yoric
--HG--
extra : rebase_source : fa7f40ee78042c9ac9694d9912071bfc26c46304
2015-03-11 08:39:54 -07:00
J. Ryan Stinnett
f755baeb0d Bug 1032128 - Persist always allowed cert clients. r=past 2015-03-12 17:52:38 -05:00
J. Ryan Stinnett
e330d0999c Bug 1032128 - Update asyncStorage test to use Gecko quotes. r=bgrins 2015-03-12 17:52:38 -05:00
Ryan VanderMeulen
8c6f31c21a Merge m-c to fx-team. a=merge 2015-03-12 18:39:36 -04:00
Ryan VanderMeulen
ee67ad0d8d Merge inbound to m-c. a=merge 2015-03-12 18:05:45 -04:00
Ryan VanderMeulen
fd575569d5 Backed out changeset 672cea72c662 (bug 994541) for making various browser-chrome tests more timeout-prone.
CLOSED TREE
2015-03-12 15:54:12 -04:00
Christoph Kerschbaumer
473dfdcf5f Bug 1138649 - Update remaining callsites to use newChannel2 in toolkit/components (r=gijs,billm) 2015-03-12 11:27:17 -07:00
Dave Townsend
1649e7800f Bug 1128060: Fix copying permanentKey to a detached tab in e10s mode. r=billm, f=ttaubert
--HG--
extra : rebase_source : c3f786896416c5ebc2ec5ebf6c463dc4ae4253a2
extra : source : 5197df93e0b48adb06ba67c7f373a2acf555cd09
2015-03-09 16:19:54 -07:00
Eddy Bruël
317e3f1ff4 Bug 1136146 - Merge the latest version of the source-map library with fx-team;r=fitzgen 2015-03-12 20:18:34 +01:00
Andrew Halberstadt
c120e0225f Bug 1139904 - Add initial test runtime files for mochitest browser-chrome and devtools, r=jmaher
--HG--
extra : rebase_source : 6edb677b4ea50a769ab6d14f508a449af3baada5
2015-03-11 16:05:36 -04:00
Ravi Shankar
fc99a1c828 Bug 1109608 - Log.stackTrace should use human-readable task stack traces if available. r=Yoric 2015-03-11 03:21:00 -04:00
Mike de Boer
9285b73b62 Bug 1135045: Show an infobar when tab sharing is activated in a Loop conversation. r=Standard8 2015-03-12 15:13:38 +01:00
Mike de Boer
d120c5443b Bug 1135045: support notification bar buttons of type menu-button with a custom menupopup. r=Standard8 2015-03-12 15:13:35 +01:00
Tim Taubert
7f5745cc9d Bug 1127277 - Default to TYPE_BOOKMARK when no type is given for Bookmarks.insert() r=mak 2015-03-11 14:54:05 +01:00
Wes Kocher
c3fbab6454 Backed out changeset 5197df93e0b4 (bug 1128060) for bc1 orange CLOSED TREE 2015-03-11 19:45:11 -07:00
Wes Kocher
42e0c8a496 Merge m-c to fx-team a=merge CLOSED TREE 2015-03-11 19:09:10 -07:00
Andrew Osmond
ce39ae083d Bug 1139027 - Permit running of camera mochitests on B2G desktop. r=mikeh 2015-03-10 19:39:49 -04:00
Carsten "Tomcat" Book
8a066b437a merge fx-team to mozilla-central a=merge 2015-03-11 12:58:02 +01:00
Wes Kocher
014849cca6 Merge m-c to inbound a=merge CLOSED TREE 2015-03-10 16:11:23 -07:00
Wes Kocher
74430ec4c7 Merge inbound to m-c a=merge CLOSED TREE 2015-03-10 15:33:33 -07:00
Nick Alexander
e531044088 Bug 927388 - Follow-up: fix bustage on a CLOSED TREE. 2015-03-10 11:40:39 -07:00
Garvan Keeley
4cb136cb9f bug 1139012 - telemetry for MLS vs win8 geolocation response. r=cpeterson 2015-03-10 12:47:42 -04:00
Fernando Jimenez
3d1dca594c Bug 1129650 - Touching navigator.mozId causes an error NS_ERROR_FACTORY_NOT_REGISTERED. r=baku 2015-03-10 17:25:39 +01:00
Matthew Noorenberghe
255d73a291 Bug 1140242 - Convert nsILoginInfo to vanilla JS objects before trying to send them in messages. r=dolske 2015-03-10 23:08:34 -07:00
Wes Kocher
f433070461 Backed out 3 changesets (bug 1126184) for causing a spike in new tab bc1 test failures CLOSED TREE
Backed out changeset 7d48a8bad488 (bug 1126184)
Backed out changeset a1fa056e0c0d (bug 1126184)
Backed out changeset e29b97e5e30c (bug 1126184)
2015-03-10 19:01:11 -07:00
Allison Naaktgeboren
8fda634643 Bug 1124895 part 1/2- Add password manager usage data to FHR.r=gps 2015-03-10 16:24:48 -07:00
Wes Kocher
36bade3e67 Merge m-c to fx-team a=merge CLOSED TREE 2015-03-10 16:14:07 -07:00
Jordan Santell
53c080ad33 Bug 1132765 - Pass through performance memory options for 'probability' and 'maxLogLength' from the front to the memory actor. r=vp
--HG--
rename : browser/devtools/shared/test/browser_prefs.js => browser/devtools/shared/test/browser_prefs-01.js
2015-03-10 10:24:48 -07:00
Marina Samuel
52e291813b Bug 1126184: Part 3: Mochitest fixes for suggested tiles. r=adw 2015-03-10 17:33:28 -04:00
Marina Samuel
cc4c358ece Bug 1126184: Part 2: Select a single tile to show as the first unpinned tile based on a user's top sites. r=adw 2015-03-10 17:33:25 -04:00
Marina Samuel
b1046adec1 Bug 1126184: Part 1: Make DirectoryLinksProvider listen to PlacesProvider and update its _topSitesWithRelatedLinks cache. r=adw 2015-03-10 17:33:22 -04:00
Margaret Leibovic
b356b72ed3 Bug 1141618 - Disable reader worker logging by default. r=Mossop 2015-03-10 13:01:10 -07:00
Margaret Leibovic
bfda3f109f Bug 1141317 - Account for new #container div in about:reader CSS. r=bnicholson
--HG--
extra : rebase_source : 45bcbdc1a9c2a3371b89c5cd17cf6183e939e40a
2015-03-09 19:15:39 -07:00
Dave Townsend
db59a0b160 Bug 1128060: Fix copying permanentKey to a detached tab in e10s mode. r=billm, f=ttaubert
--HG--
extra : rebase_source : 214365f572b3d5c41280a79fde351f5475834309
2015-03-09 16:19:54 -07:00
Wes Kocher
24a7d8e882 Backed out changeset 95bec5828ef3 (bug 1136146) for devtools test failures CLOSED TREE 2015-03-11 15:17:46 -07:00
Abhishek Bhattacharya
f5728d9f97 Bug 1120111 - Adds key listeners to highlighter pick mode to traverse DOM and submit/cancel selection; r=pbrosset 2015-03-10 07:02:00 +01:00
Tom Tromey
8d77d6ea8a Bug 1140569 - Show async stacks attached to timeline markers. r=vporof 2015-03-11 07:44:00 -04:00
Christoph Kerschbaumer
c4009158f9 Bug 1138650 - Update remaining callsites to use newChannel2 in toolkit/devtools (r=jryans) 2015-03-09 20:05:49 -07:00
Richard Marti
ce1771b241 Bug 1141649 - In-content pages: Add the -moz-margin-start: 0 also to the radio on OS X. r=jaws 2015-03-10 17:43:07 +01:00
Eddy Bruël
9a0e51df00 Bug 1131646 - Clean up the breakpoint code;r=jlongster 2015-03-11 15:15:40 +01:00
Eddy Bruël
4c60ab0448 Bug 1136146 - Merge version 0.4.0 of the source-map library with fx-team;r=fitzgen 2015-03-11 15:12:26 +01:00
Ahmed Khalil
4d1013a6c2 Bug 927388 - Produce and upload GeckoView AAR during packaging. r=nalexander 2015-03-06 10:17:00 -08:00
Carsten "Tomcat" Book
56ac87f4d5 Backed out changeset b6c511f17246 (bug 1136146) for browser_dbg_source-maps-01.js test failures
--HG--
extra : rebase_source : 73b0b9781e5ad7592cd1ec048e1bc7e8187b4ac6
2015-03-10 16:35:47 +01:00
Shane Caraveo
64f03c8691 Bug 1120288 remove unnecessary notifyAddonChanged call 2015-03-10 08:35:36 -07:00
Mike Hommey
a15008f587 Bug 1141439 - Exit with an error code instead of falling through the REMOTE_NOT_FOUND code path when the X-remote returns an explicit command line handler error. r=bsmedberg 2015-03-13 07:44:30 +09:00
Carsten "Tomcat" Book
02d01a75e2 Merge mozilla-central to mozilla-inbound 2015-03-10 14:01:43 +01:00
Carsten "Tomcat" Book
2a7843e7ae merge mozilla-inbound to mozilla-central a=merge 2015-03-10 13:54:35 +01:00
Wes Kocher
cc14fa87be Backed out changeset dcf73ba1d6bc (bug 1124895) for apparently breaking all android tests on a CLOSED TREE 2015-03-09 19:14:54 -07:00
Wes Kocher
394607866e Merge m-c to fx-team a=merge CLOSED TREE 2015-03-09 19:13:37 -07:00
Wes Kocher
8e389f1730 Merge inbound to m-c a=merge CLOSED TREE 2015-03-09 18:27:28 -07:00
Allison Naaktgeboren
be544fb7a6 Bug 1124895 -1/2 Add password manager data to FHR.r=gps 2015-03-09 18:06:10 -07:00
Monica Chew
b2538acd23 Bug 1141363: Check to see we can get UrlClassifierDBService before using it (r=sworkman) 2015-03-09 17:44:31 -07:00
Dan Mosedale
53124f1f25 Bug 1123660 - Add telemetry probes for measuring failed, short, medium, and long calls. Largely paired w/jaws, r=jaws,dmose,Standard8, a=bsmedberg for opt-out metric 2015-03-09 16:59:35 -07:00
Ryan VanderMeulen
91323d7a02 Backed out changeset a1d51e3fea63 (bug 935838) for B2G test_udpsocket.html timeouts.
CLOSED TREE

--HG--
extra : rebase_source : c38820b067a8faf405bfae7f5b5fb1089bd29bbc
2015-03-09 16:35:06 -04:00
Gijs Kruitbosch
b62606f236 Bug 1129219 - fix learnMoreURL to be a getter so we don't access appInfo really early, rs=bustage-and-Mossop's-advice on a CLOSED TREE
--HG--
extra : amend_source : 939284f33529a355b001d590d44303b77bdc8c1f
2015-03-09 19:43:08 +00:00
Brad Lassey
9413de2f1c bug 1137792 - Ignore the first timing for an add-on r=mossop 2015-03-09 12:33:00 +00:00
Wes Kocher
afd56832f4 Merge m-c to inbound a=merge CLOSED TREE 2015-03-09 19:06:17 -07:00
Margaret Leibovic
676b28dd15 Bug 1140172 - Use a single reader worker instead of spawning infinite workers. r=bnicholson f=Yoric
--HG--
rename : toolkit/components/reader/content/JSDOMParser.js => toolkit/components/reader/JSDOMParser.js
rename : toolkit/components/reader/content/Readability.js => toolkit/components/reader/Readability.js
rename : toolkit/components/reader/content/readerWorker.js => toolkit/components/reader/ReaderWorker.js
extra : rebase_source : b4fdefa5ae522b57d001bbb7087352807f4f6cb6
2015-03-05 17:31:05 -08:00
Shane Caraveo
2a8a66e555 Bug 1137900 restrict web activations to https, r=jaws 2015-03-09 11:24:12 -07:00
Gijs Kruitbosch
7a77d38bb0 Bug 1129219 - add learn more link for EME provider, r=MattN
--HG--
extra : rebase_source : efdf734aeb0fe50c0cfa73f3e15ccc80c571febe
2015-03-09 17:26:15 +00:00
Patrick Brosset
ed14d07a08 Bug 1123851 - 1 - Element geometry highlighter; r=bgrins 2015-03-09 17:33:24 +01:00
Vladan Djeric
fa3fae8450 Bug 1139752 - Fix null reference in about:telemetry. r=Yoric 2015-03-06 14:10:10 -05:00
Mike Taylor
6cd22be51a Bug 1136877 - Collect telemetry on SPS.max_num_ref_frames. r=jya 2015-03-06 08:18:00 -05:00
Mike Taylor
df74a152aa Bug 1136877 - Collect telemetry on constraint_set flags from decoded SPS. r=jya 2015-03-06 08:17:00 -05:00
Masatoshi Kimura
090fdef055 Bug 1106470 - Drop SSLv3 support from devtools. r=vporof 2015-03-10 01:23:00 +09:00
Masatoshi Kimura
83b1b594b5 Bug 1106470 - Drop SSLv3 support entirely from PSM. r=keeler 2015-03-10 01:22:59 +09:00
Jed Davis
19355a43d5 Bug 1137007 - Detect namespace and SECCOMP_FILTER_FLAG_TSYNC support in SandboxInfo. r=kang, r=Unfocused
Currently, only user namespace support is detected.  This is targeted at
desktop, where (1) user namespace creation is effectively a prerequisite
for unsharing any other namespace, and (2) any kernel with user
namespace support almost certainly has all the others.

Bonus fix: remove extra copy of sandbox flag key names in about:support;
if JS property iteration order ever ceases to follow creation order, the
table rows could be permuted, but this doesn't really matter.
2015-03-06 13:59:00 -05:00
Mike Taylor
8efae6d25f Bug 1136877 - Collect telemetry on constraint_set flags from canPlayType. r=jya 2015-03-03 08:54:00 -05:00
Patrick Brosset
410c989174 Bug 1107656 - Generate unique prefixes for e10s parent-child server connections; r=ochameau
--HG--
extra : rebase_source : 81b5b566f874fb611d941eb60d71c448c74b7568
2015-03-03 09:44:25 +01:00
Carsten "Tomcat" Book
3348a2a621 Merge mozilla-central to fx-team 2015-03-09 13:50:49 +01:00