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

527 Коммитов

Автор SHA1 Сообщение Дата
Matthew Noorenberghe 8c234c3e50 Bug 1071870 - Log.jsm: Fix support for Log.Level.All in some services/ modules. r=markh 2014-09-23 21:38:34 -07:00
Mark Hammond d62e1dc202 Bug 1050080 - add default permissions for uitour and addon installations, and remove PermissionsUtils. r=MattN 2014-09-23 16:33:35 +10:00
Marco Bonardo 2157c8e7f3 Bug 1068620 - Provide a Sqlite.wrapStorageConnection method. r=Yoric 2014-09-22 18:32:43 +02:00
Carsten "Tomcat" Book 17b6861fc2 Merge m-c to mozilla-inbound 2014-09-19 14:35:57 +02:00
Mike Conley 11e4975e65 Bug 1069567 - [e10s] Make remote browser contentPrincipals not be CPOWs. r=billm.
--HG--
extra : rebase_source : 4f47430a2ff95737e579ddca1655d410656bb64a
2014-09-18 19:26:50 -04:00
Wes Kocher 45f4500903 Merge inbound to m-c a=merge 2014-09-18 15:26:44 -07:00
Gijs Kruitbosch 06493e0af6 Bug 990045 - focusNextFrame should special-case panels and notificationpopups, with the latter getting noautofocus by default, r=Enn, f=MarcoZ
--HG--
extra : rebase_source : a0fe3fba430301560433db3dbb825d5bbd7bfb9b
2014-09-18 13:29:03 +02:00
Bill McCloskey f88fcd7f26 Bug 1066447 - Make cloudsync test work in e10s (r=ttaubert) 2014-09-18 08:56:55 -07:00
Ryan VanderMeulen 04eba7c166 Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE.
Backed out changeset b59c02df792f (bug 918828)
Backed out changeset 12e7deed1b17 (bug 918828)
Backed out changeset b87ca498ea9a (bug 918828)
Backed out changeset 621224c58e71 (bug 918828)
Backed out changeset 4faff84eb1ba (bug 918828)
Backed out changeset 3695c1c812a5 (bug 918828)
2014-09-16 17:26:34 -04:00
Bill McCloskey cb01bf980d Bug 1069059 - [e10s] Convert isWindowPrivate calls to isBrowserPrivate/isContentWindowPrivate as appropriate (r=mconley,margaret) 2014-09-23 15:48:52 -07:00
Tomasz Kołodziejski 63556e7c60 Bug 429732 - Make Finder.jsm iterate over matches asynchronously in small batches so it does not block the UI thread. r=mikedeboer 2014-09-18 10:23:00 +02:00
Jason Orendorff 68b38c7094 Bug 918828, part 2 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=nbp.
--HG--
extra : rebase_source : 529d0cd48cd1993cd8cc648ac385ca12342ecfd1
2014-07-01 21:01:21 -05:00
Honza Bambas ed3e3039d3 Bug 1064212 - Add fromWindow() to LoadContextInfo.jsm, r=dolske 2014-09-16 15:51:51 +02:00
Michael Pruett 99680fdb0e Bug 1061360 - Add support for accessing complex values in Preferences.jsm. r=Unfocused 2014-09-13 12:09:32 -05:00
Brian R. Bondy 70f2e5e54b Bug 1049774 - GMPInstallManager logs when logging disabled. r=gfritzsche 2014-09-15 20:25:12 -04:00
Wes Kocher 6e187f49f8 Merge m-c to inbound a=merge 2014-09-15 16:41:45 -07:00
Shu-yu Guo 59ccd2fecb Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Tim Taubert 318164d65c Bug 1067117 - Typo in Sqlite.jsm: REASON_CANCELLED should be REASON_CANCELED r=mak 2014-09-14 16:54:41 +02:00
David Rajchenbach-Teller f78f5f62dc Bug 918317 - Implementation of nsAsyncShutdown. r=froydnj, r=glandium
--HG--
rename : toolkit/modules/AsyncShutdown.jsm => toolkit/components/asyncshutdown/AsyncShutdown.jsm
rename : toolkit/modules/tests/xpcshell/test_AsyncShutdown.js => toolkit/components/asyncshutdown/tests/xpcshell/test_AsyncShutdown.js
2014-09-11 09:01:00 -04:00
Alexander J. Vincent 86866fcfc3 Bug 1060742 - Reorder BinarySearch.jsm arguments for easier curried search functions. r=adw 2014-09-08 22:28:41 -07:00
Jim Chen fd9b507bb9 Bug 1060088 - Don't ship unused addon providers in Fennec; r=Unfocused 2014-09-09 13:46:47 -04:00
Chris Peterson d126c3c24f Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem 2014-07-21 21:43:21 -07:00
Mike Conley 501c84401a Bug 927424 - Allow findbar binding to cancel content focusing when using RemoteFinder in an e10s window. r=evilpie.
--HG--
extra : source : 2f6420722723035b1ed11e5de8e1829e827552fa
2014-09-04 15:17:47 -04:00
Tim Taubert f20cb9b88b Backed out changeset 1917953b1f89 (bug 961867) on a CLOSED TREE r=bustage 2014-09-04 15:08:57 -04:00
Ed Lee d9d4bddf34 Bug 1062683 - Remove urls from new tab pings [r=adw]
--HG--
extra : rebase_source : fadf49e8b8a550c1ff66b3681ceda6a68dece873
2014-09-04 11:54:00 -04:00
Dave Townsend 3ad459f0a7 Backing out bug 961867 for causing an intermittent test failure. 2014-09-04 11:37:55 -04:00
Dave Townsend 0c740b5b4b Bug 961867: Pass app tab status to child processes and allow onBeforeLinkTraversal to work there. r=smaug, r=felipe 2014-09-02 17:43:08 -04:00
Tomasz Kołodziejski 4fd7332f4a Bug 429732 - speed up highlighting by optimizing _getEditableNode. r=ehsan 2014-08-29 11:14:00 +02:00
Ed Lee d73c9ba84e Bug 1045760 - Enhance tiles more specifically than eTLD+1/baseDomain (e.g., no enhance bugzilla.mozilla.org for mozilla.org) [r=dao]
Use all levels of subdomain except for common subdomains that are actually the same site.
2014-08-29 13:35:59 -07:00
Bill McCloskey 90e0a9f8c4 Bug 1059007 - [e10s] Update canGoBack for subframe navigations (r=felipe) 2014-08-28 13:37:16 -07:00
David Rajchenbach-Teller bb78b4880d Bug 1059746 - Fix typos that prevent Sqlite.jsm from displaying the name of unclosed clients. r=froydnj 2014-08-28 05:09:00 -04:00
Ryan VanderMeulen f290da4831 Merge m-c to inbound. a=merge 2014-08-25 16:28:25 -04:00
Qeole 158c324a97 Bug 1045209 - Updating tests for new OpenH264 plugin path handling. r=unfocused,ted,jmaher 2014-08-25 17:23:34 +02:00
Qeole 45d26eb52c Bug 1045209 - Remove media.gmp-gmpopenh264.path pref and set install path for OpenH264 plugin to <profile-dir>/<gmp-plugin-id>/<version>. r=unfocused,jesup
Certain usage scenarios, like enterprise roaming profile setups, lead to the installed OpenH264 plugin not being found anymore.
We install the plugin into the profile directory, so the fix here is to just store the install path relative the profile and not an absolute path.
We also now store the plugin in a version-specific subdirectory, which avoids further issues like e.g. Windows preventing updates due to locking loaded DLLs.
2014-08-25 17:23:34 +02:00
Ed Lee b06eddffed Bug 1042876 - Update newtab endpoints to new v2/links [r=adw]
Point to new endpoints that can be strict on types, so request the appropriate content type.
2014-07-23 14:33:13 -07:00
Ed Lee 5b064add4e Bug 1042214 - Send detailed view ping of shown tiles [r=adw f=gavin]
Report click and view pings the same way by including sites with their metadata when tiles are enhanced defaulting to true unless DNT is on. Remove telemetry probes and related now unused codepaths. Explicitly not send urls for history and only for enhanced.
2014-08-08 15:40:40 -08:00
Tomasz Kołodziejski a44e895971 Bug 1033406 - Promise.jsm promise should still work after Object.freeze. r=paolo
Fix by moving internal properties into N_INTERNALS.
2014-08-20 10:19:00 -04:00
Jim Mathies a72af37b5f Bug 691601 - Update browser form validation so that it is e10s compatible. r=felipe, dao 2014-08-21 10:42:42 -05:00
Bill McCloskey 0f6b688b48 Bug 1046964 - Fix some JS warnings (r=ttaubert) 2014-08-19 17:27:58 -07:00
David Rajchenbach-Teller 511052dbd4 Bug 1024686 - Add missing return in Sqlite.jsm. r=mak 2014-06-12 12:53:00 -04:00
Dão Gottwald 1d204b2160 Bug 990322 - Don't show multiple thumbnails from the same base domain. r=adw 2014-08-09 00:57:46 +02:00
Benjamin Smedberg aa23f17657 Bug 1053836 - Fix subclassing of prefix loggers by only overriding the log() method, not all the other methods. This fixes `this` resolution in the Experiment log override, r=gps
--HG--
extra : rebase_source : fd81dc1a5aa15b4b1e57413991a787a463b42945
2014-08-14 16:30:54 -04:00
Alex Bardas 0647fe4544 Bug 999293 - [e10s] Make charset menu work. r=adw 2014-08-13 13:29:00 -04:00
Jim Mathies 82c4993d66 Bug 1057332 - Update dumpLn in BrowserUtils based on review comments. Originally landed in bug 691601. r=gavin 2014-08-25 11:00:53 -05:00
Ed Lee f0c1aae7dc Bug 1053937 - Visiting localhost prevents later tiles from being shown [r=adw]
Fallback to asciiHost when IP/insufficient levels. Update tests to localhost to trigger failure codepath.
2014-08-14 17:03:46 -07:00
Ed Morley 7feeef7c09 Merge mozilla-central and inbound 2014-08-04 12:23:28 +01:00
Vlad Filippov d39fe7ffd8 Bug 1022064 - Add WebChannel Communication API and FxAccountsOAuthClient API to facilitate Firefox Accounts OAuth authentication. r=MattN, sr=gavin 2014-08-01 01:42:00 -04:00
Tyler Colgan 739507e466 Bug 1038215 - Change FormData.collect() to avoid storing credit card data for Session Restore r=ttaubert 2014-07-30 15:25:35 +02:00
Brian R. Bondy 408bc9dae9 Bug 1046644 - Honor OpenH264 autoupdate pref for the initial GMP install check. r=gfritzsche 2014-08-01 16:46:45 -04:00
Jared Wein c84078a029 Bug 1035586 - allow snippets in about:home to highlight sync in the firefox menu. r=Unfocused 2014-07-29 10:26:37 -04:00
Brian R. Bondy 38921a66a3 Bug 1041181 - Fix repeated GMPInstallManager log lines. r=gfritzsche 2014-07-25 21:51:41 -04:00
Ed Lee b32fe95f18 Bug 1042204 - Control the enhancement of history tiles with a pref [r=adw]
Only show enhanced history when the pref allows it. Update newtab pages when enhanced pref changes.

--HG--
extra : rebase_source : 3a7466d119df6d0bffef4a71e9142b1e21f077ed
2014-07-23 11:02:51 -07:00
Ed Lee 705baf23e7 Bug 1036299 - Show enhanced content image when the tile is unhovered [r=adw]
Place an image above the usual thumbnail to hide on hover. Have DirectoryLinksProvider keep a cache of enhanced links/images to use on history tiles.

--HG--
extra : rebase_source : e4d1ddafebf13c1723a79d889a7ca3039396bc0d
2014-07-23 11:02:49 -07:00
Milan Sreckovic 7b85930a30 Bug 1032348: Add adapter subsys to about:support. r=vukicevic 2014-07-11 10:13:34 -04:00
Georg Fritzsche 64bb3bdfec Bug 1041080 - Fix OpenH264Provider path registration, default enabled state and logging r=Unfocused a=kwierso 2014-07-19 20:01:01 +02:00
Randell Jesup 6e19f04d1f Bug 1040937 - GMPInstallManager/OpenH264Provider using wrong directory/plugin names r=unfocused a=kwierso 2014-07-19 00:58:22 -04:00
Brian R. Bondy db8a57e7d8 Bug 1009816 - Firefox desktop: openh264 updates: check, download, install. r=rstrong, gfritzsche a=kwierso 2014-07-17 21:46:10 -04:00
Allison Naaktgeboren aa3f13d172 Bug 1039764 - fix bad js in spellchecker context menu in Nightly.r=mconley 2014-07-17 19:06:29 -07:00
Bill McCloskey 9350ee993b Bug 1038245 - Add multiprocess field to about:support (r=felipe) 2014-07-16 23:06:06 -07:00
Kershaw Chang 7f8b33b910 Bug 1032724 - Improve spatial navigation, r=blassey 2014-07-15 02:16:00 +02:00
Carsten "Tomcat" Book 9e0a923f6f merge fx-team to mozilla-central a=merge 2014-07-15 16:08:30 +02:00
Allison Naaktgeboren cd7511f5cf Bug 693555 - Update inline spellchecker underlining for multiprocess(e10s).r=ehsan, mrbkap 2014-07-01 15:24:27 -07:00
Dão Gottwald 39e4605c54 Bug 1034845 - Re-enable pasting data URIs to the location bar. r=gijs
--HG--
extra : rebase_source : e03b3d39e47dd1c917e0e343621d8c51f500685e
2014-07-11 00:39:55 +02:00
Ryan VanderMeulen 6777a8c00a Merge inbound to m-c on a CLOSED TREE. a=merge 2014-07-10 18:22:38 -04:00
Ed Morley 51bd789719 Bug 1035773 - Change AsyncShutdown timeout crash prefix from "ERROR:" to "FATAL ERROR:"; r=Yoric 2014-07-10 16:40:24 +01:00
Carsten "Tomcat" Book 61f33624c3 merge fx-team to mozilla-central a=merge 2014-07-10 14:54:35 +02:00
Ed Lee 5d11c6ec87 Bug 1036280 - Newly added links are type=undefined instead of history [r=adw]
Include history type and make link creation the same by removing bgColor/imageURI.
2014-07-09 21:16:48 -07:00
Carsten "Tomcat" Book c5a0038de8 Merge mozilla-central to fx-team 2014-07-10 15:15:52 +02:00
Drew Willcoxon 1bda00a462 Bug 1005601 - "gContextMenu is null" thrown for first textarea context menu in a window. r=Gijs 2014-07-10 03:31:04 -07:00
Asaf Romano 31c0792962 Bug 1018679 - History/Bookmarks migration from Safari fails if the corresponding Property List file uses 3-byte integers. r=mak 2014-07-09 21:21:47 +03:00
Asaf Romano 11fa950049 Bug 738910 - Use DataView in PropertyListUtils. r=mak 2014-07-08 16:07:31 +03:00
David Rajchenbach-Teller 370246da5b Bug 1034726 - AsyncShutdown payload now represents stacks as an array on a CLOSED TREE. r=yoric 2014-07-08 03:15:00 +02:00
David Rajchenbach-Teller 3cccd02b12 Bug 1034726 - AsyncShutdown now sends the stack in case of crash. r=froydnj 2014-07-05 10:53:00 +02:00
David Rajchenbach-Teller 4476e91d8c Bug 1034977 - Fixing 'Debugging' typo in Sqlite.jsm. r=yoric 2014-07-07 09:06:00 +02:00
David Rajchenbach-Teller f08ef99f9b Bug 1034977 - "Crash in mozalloc_abort(char const* const) | NS_DebugBreak | nsDebugImpl::Abort(char const*, int) with AsyncShutdownTimer "Sqlite.jsm Waiting for connections to close"" r=gps 2014-07-07 06:29:00 +02:00
Gregory Szorc 04d5343419 Bug 1033836 - Rename services-common to services/common; rs=rnewman
The upcoming build system patches don't support hypthens in path names.
Changing this for that reason is kind of silly, but it's the easiest
way. Besides, nothing else uses hyphens in directory names.

--HG--
extra : rebase_source : 42dda2b1f16a3c0bfe17397a70092362e400530f
2014-07-02 16:49:36 -07:00
Alexandru Tifrea ced2565878 Bug 1004515 - Add support for the find counter in RemoteFinder. r=mikedeboer 2014-07-09 16:27:37 -07:00
Bernardo P. Rittmeyer 97876cf0a5 Bug 524760 - Hide print.macosx.pagesetup* preference from about:support as it's not useful there. r=MattN 2014-07-03 11:26:00 +02:00
Harsh Pathak 7c4b2ba847 Bug 643041 - Merge nsIX509Cert2 and nsIX509Cert3 into nsIX509Cert, and merge nsIX509CertDB2 into nsIX509CertDB. r=keeler
--HG--
extra : rebase_source : 5283c637e45dbee9f741d56cda54fdef1afce16e
2014-07-03 22:09:24 -07:00
Bill McCloskey 842257593a Bug 1031609 - Remove old e10s Adblock compat code (r=mconley) 2014-07-14 22:10:06 -07:00
Wes Kocher c778b21cc9 Merge fx-team to m-c a=merge 2014-07-02 17:24:00 -07:00
Carsten "Tomcat" Book 13244b6a4d Merge mozilla-central to fx-team 2014-07-02 15:11:39 +02:00
Gijs Kruitbosch 415b181f96 Bug 1018154 - part 1: replace blocking of security principal inheriting with onpaste handler, r=dao 2014-07-01 15:27:08 +01:00
Wes Kocher a135a30a9e Backed out changeset d87da7f7a3a9 (bug 693555) for android and b2g build bustage 2014-07-01 15:50:08 -07:00
Allison Naaktgeboren 995bc6046f Bug 693555 - Update inline spell checker underlining for multiprocess.r=ehsan,mrbkap 2014-07-01 15:24:27 -07:00
Tim Taubert 4c60fb3eae Bug 1030719 - Properly restore form data for contenteditables r=smacleod 2014-06-26 15:55:16 +02:00
Michael Brennan 4980b5bc66 Bug 1028887 - Cause tests to fail when autoclosing Sqlite.jsm. r=Yoric 2014-06-26 06:24:21 +02:00
Walter Litwinczyk cfa586e393 Bug 701948 - Rename nsIGfxInfo::FEATURE_NO_INFO to nsIGfxInfo::FEATURE_STATUS_OK. r=jgilbert 2014-07-01 14:44:09 -07:00
Paolo Amadini dc1b839122 Bug 1030714 - Clarify that unhandled rejections indicate an issue with the code. r=Yoric 2014-06-26 13:40:12 +01:00
David Rajchenbach-Teller 70287d27d7 Bug 1023787 - Make Task.jsm stack rewriting play nicely with xpcshell and mochi tests. r=paolo, r=mikedeboer 2014-06-20 14:23:00 -04:00
Jim Blandy 7e20285e70 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Nick Fitzgerald 98364a70c0 Bug 1000967 - Add source notes for |new| expression and function calls to improve source maps and debugging. r=ejpbruel 2014-06-20 13:09:00 -04:00
Manish Goregaokar 3d638b09df Bug 978857 - Create Battery.jsm. r=Yoric 2014-07-01 05:50:00 +02:00
Michael Brennan ae327468b1 Bug 939072: Auto-close Sqlite connections on finalization; r=Yoric
--HG--
extra : rebase_source : 07a2987082723c20b75667615a2d04e497d31f9a
2014-06-11 23:40:17 +02:00
Michael Brennan 88fb9d432f Bug 939072: Refactor Sqlite connections to support finalization; r=Yoric
--HG--
extra : rebase_source : 2171ab3b3f7cf654ccc37865f5def9fc7f133e3c
2014-06-11 23:40:06 +02:00
Ed Morley 6703cfdbb0 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-19 15:59:56 +01:00
David Rajchenbach-Teller 44fd50ee30 Bug 1027033 - AsyncShutdown errors should cause test failures but should not break AsyncShutdown. r=froydnj 2014-06-18 05:40:00 -04:00
Birunthan Mohanathas 51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
David Rajchenbach-Teller fb7f5dd4ca Bug 1010518 - Maintaining stack information through Task.jsm. r=paolo 2014-06-09 13:27:00 +02:00
Bernardo P. Rittmeyer 7388c901e1 Bug 804430 - Add list of whitelisted locked prefs to about:support. r=Unfocused 2014-06-10 10:49:00 -04:00