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

40033 Коммитов

Автор SHA1 Сообщение Дата
Wes Kocher 099649f263 Backed out changeset 5ec466af51e1 (bug 1234086) for failures in browser_ext_tabs_update.js
--HG--
extra : commitid : F0V50PvojGj
2016-02-17 14:31:04 -08:00
Wes Kocher 5eb7c4d849 Backed out changeset c893cd374dcd (bug 1238313)
--HG--
extra : commitid : JH50wJBbF9C
2016-02-17 14:30:56 -08:00
Wes Kocher 9ed5a2a0d7 Backed out changeset cf766413a25e (bug 1247493) for failures in browser_ext_tabs_update.js
--HG--
extra : commitid : yaJz71RWlF
2016-02-17 14:30:53 -08:00
Kris Maglione 9fc87de614 Bug 1247493: [webext] Implement the `tabId` property of windows.create. r=billm
MozReview-Commit-ID: Jw4KvvUqkBh

--HG--
extra : rebase_source : 5434dfc85356a75ae32b4c5c47e4f689f916ec96
extra : histedit_source : 1f1e15a93b4a161e442c41c7bd95614f625cffde
2016-02-17 11:46:19 -08:00
Kris Maglione f53c090725 Bug 1238313: Part 1 - Implement tabs.onMoved event. r=billm
MozReview-Commit-ID: F2GoU1fzj4s

--HG--
extra : rebase_source : 10122f7aa1a207591cbd23ffe76609a3715ff014
extra : histedit_source : cb6b4bbbde239e9481e68f9c5fc64a872dad76ee
2016-02-11 14:32:58 -08:00
Kris Maglione 937b9251be Bug 1234086: [webext] Add support for tabs.onAttached/onDetached events. r=billm
MozReview-Commit-ID: 4Kk1mTdGflI

--HG--
extra : rebase_source : bf075da744ba920bfb94587d1376a48125ddb21f
extra : histedit_source : 134b55b5e5e2bc482b33cd40c1e50145e42773e2%2C78d2857bbf3f558d3a15a161f0d63e44c9411b36
2016-02-17 11:52:33 -08:00
Wes Kocher fa5020c9fc ESLint fix for Bug 1201977
--HG--
extra : commitid : 8jrsVMcTydi
2016-02-17 11:18:32 -08:00
Maxim Zhilyaev 947f0439da Bug 1201977 - Replace usage of nsINavHistoryQuery with a string query to nsPIPlacesDatabase.asyncStatement r=oyiptong
MozReview-Commit-ID: BBflt4haly3
2016-02-17 09:29:59 -08:00
Andy McKay c123766e69 Bug 1238312 - implement tabs.duplicate. r=kmag
MozReview-Commit-ID: Fzd6BuAEgSl

--HG--
extra : transplant_source : %F3%1C%C6%13Hn%DF%051%2B%7D%AB%D1%AE%F17Y%05oF
2016-02-12 15:38:55 -08:00
Carsten "Tomcat" Book 9d45ef9d96 Merge mozilla-central to fx-team 2016-02-17 12:20:16 +01:00
Carsten "Tomcat" Book c2a42c6ad4 merge fx-team to mozilla-central a=merge 2016-02-17 12:07:39 +01:00
Florian Quèze 97f271d8f7 Bug 1248329 - Requesting permissions in short succession can lead to the microphone icon displayed for an unrelated notification, r=Gijs.
--HG--
extra : rebase_source : bcaf19ce5704d92dc0356604f29da23d3c3f1fdc
2016-02-17 11:57:41 +01:00
Kris Maglione ba2e5f60f4 Bug 1248855 - [webext] Add "object-curly-spacing" ESLint rule and auto-fix errors. r=billm
MozReview-Commit-ID: BAZ2rRl7eSM
2016-02-16 20:10:00 -08:00
Kit Cambridge 68e3a5952d Back out changeset 4357fe5a9d22 (bug 1206560) for M-e10s(bc4) failures.
MozReview-Commit-ID: 1J0li7PNBWN

--HG--
extra : rebase_source : 448ee6888b68f1ebd2d0926b84f946a84b8b5788
2016-02-16 16:13:38 -08:00
Marco Bonardo 77808a4218 Bug 1244650 - Failure to clear Forms and Search Data on exit. r=yoric
The problem is due to sanitization happening too late in the shutdown cycle.
The Sanitizer depends on Places shutdown, that recently moved to async shutdown.
That change caused shutdown to happen completely at profile-before-change, unfortunately
during that phase it's impossible to predict which services are already shutdown.
The patch restores the previous Places shutdown procedure, thus clients are notified
earlier, during profile-change-teardown.

Additional meaningful changes:
* Fixes FX_SANITIZE_TOTAL telemetry to properly count total time taken by sanitize.
* Makes each cleanup operation isolated from other errors to try cleaning up as most as possible.
* In case of multiple sanitization sub steps, each step is isolated by a try/catch, the last seen exception is reported upstream.
* Makes FX_SANITIZE_HISTORY actually measure history, not other random stuff.
* Removes TOPIC_SIMULATE_PLACES_MUST_CLOSE_1 since we can now just use profile-change-teardown for shutdown phase 1.

MozReview-Commit-ID: HroLvbi25IC

--HG--
extra : rebase_source : 5cd01a803fbc1f72dc5174dd0c5a5b5aea473fc2
2016-02-04 13:51:34 +01:00
Dave Townsend 688e1344df Bug 1245916: Add additional browser window scripts to eslint globals. r=felipe
This adds more of the scripts that browser.js relies on and also makes
browser-chrome head files import the browser.js globals.

The MOZ_JSDOWNLOADS block in contentAreaUtils only seems to hide a single
function, I don't see any need to keep hiding that now we're on by default.

MozReview-Commit-ID: 5zvF3JtJrZG

--HG--
extra : rebase_source : 94daff602b51d7ad57a24872d9eba9b304cf2da9
extra : source : b554c7ce41c42f16c2279ae88fd9567da7509bff
2016-02-05 12:16:39 -08:00
Gian-Carlo Pascutto 546b46fa4c Bug 1177242 - Verify whether sandboxed Content process has permissions to access the camera/mic. r=jesup 2016-02-17 18:57:26 +01:00
Gijs Kruitbosch 6170f3f6b8 Bug 1229626 - fix pinning to taskbar to reflect user preference, r=mhowell
MozReview-Commit-ID: DIHzv32bwkN

--HG--
extra : rebase_source : 4112543d785ffac568065de61bfed9a1fd245d58
2016-02-02 23:44:49 +00:00
Carsten "Tomcat" Book 8de5d65e8c Merge mozilla-central to fx-team 2016-02-19 12:08:37 +01:00
Andrew Swan f1d18641ee Bug 1228247 - use document.getFocus() for window.focused. r=enndeakin 2016-02-18 16:36:51 -08:00
Helen V. Holmes 5491ef7eea Bug 1242709 - refresh the light theme, r=bgrins 2016-02-18 17:37:00 +01:00
sakshi 4032e5c5d0 Bug 1213094 - Removed services.sync.enabled preference. r=markh 2016-02-03 06:07:00 +01:00
Maurya Talisetti 80f028f5b4 Bug 1156176 - Add Restart Later button for the setting that allows Dev Edition and Firefox to run at the same time. r=jaws 2016-02-18 08:57:00 +01:00
Xidorn Quan 18be918951 Bug 743198 part 9 - Use unprefixed Fullscreen API in tests. r=smaug
--HG--
extra : source : da91d7fdadd82fcb7201c237d79c8708d532e371
2016-02-17 08:47:11 +08:00
Xidorn Quan 0671ebf899 Bug 743198 part 8 - Use unprefixed Fullscreen API in chrome code. r=smaug
--HG--
extra : source : a8b39fbf3673e59b0a41db2d748e092a87d4496c
2016-02-17 08:47:11 +08:00
Carsten "Tomcat" Book cef001abd6 merge mozilla-inbound to mozilla-central a=merge 2016-02-16 11:51:26 +01:00
Mark Hammond 15908503ea Bug 1236372 - increase the size of the synced tabs panel so localized content is more likely to fit. r=Gijs 2016-02-16 12:31:14 +11:00
Mark Hammond fce9153eab Bug 1247114 - do a one-off move of the synced-tabs button to the panel if Sync is initialized. r=Gijs 2016-02-16 12:22:19 +11:00
ISHIKAWA, Chiaki be2b50a7f8 Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check

 - the outdated 0666 octal constant is still parsed correctly,
 - the outdated 0666 octal constant raises syntax error flag
   in strict mode, etc.

So leave them alone.
2016-02-15 08:57:00 +01:00
Mark Banner ff38b72c22 Bug 1248492 - Land version 1.1.2 of the Loop system add-on in mozilla-central - code updates. rs=Standard8 for already reviewed code
--HG--
rename : browser/extensions/loop/chrome/content/panels/panel.html => browser/extensions/loop/chrome/content/panels/slideshow.html
extra : commitid : JkQzz8cAQzl
2016-02-15 23:43:42 +00:00
Mark Banner 3e92941f5f Bug 1248492 - Land version 1.1.2 of the Loop system add-on in mozilla-central - locale updates. rs=Standard8 for already reviewed code
--HG--
extra : commitid : LxPyfDlKrUW
2016-02-15 23:43:36 +00:00
Phil Ringnalda 9dc941a05d Backed out 5 changesets (bug 1245916) for browser-chrome and devtools bustages
CLOSED TREE

Backed out changeset 70eca07367f4 (bug 1245916)
Backed out changeset 04c1740aa499 (bug 1245916)
Backed out changeset b554c7ce41c4 (bug 1245916)
Backed out changeset 01675e4828b5 (bug 1245916)
Backed out changeset 878db4caf845 (bug 1245916)
2016-02-15 13:58:27 -08:00
David Rajchenbach-Teller 665d890187 Bug 1243706 - Release PerformanceStats/PerformanceWatcher;r=Felipe
MozReview-Commit-ID: 4XT21bfBSa9

--HG--
extra : rebase_source : 4d35245170930e18bbfaf9ebba8e9d24fa52a87e
2016-01-28 13:41:14 +01:00
Andrea Marchesini 73a7d37782 Bug 1248302 - We should not show any decoration for tab with usercontextid=0, r=gijs 2016-02-15 18:12:53 +00:00
Phil Ringnalda b2e1755c9a Merge m-c to f-t 2016-02-13 19:26:30 -08:00
Phil Ringnalda a6d7a8a0ce Merge m-i to m-c, a=merge 2016-02-13 19:18:53 -08:00
Matthew Noorenberghe beca458e3e Bug 1248087 - screenshots: Add preferences and devtools scheduled runs. r=kitcambridge
MozReview-Commit-ID: 708wpg9Reca

--HG--
extra : rebase_source : e239feab74ee96c836cc78af641155f4b0662fff
2016-02-13 17:44:05 -08:00
Phil Ringnalda 81a7b00e3f Bug 1246115 - Redisable browser_bug415846.js on e10s, where it races and mostly loses 2016-02-12 21:53:46 -08:00
Mike Conley 13a74fea98 Bug 1236414 - Re-enable browser_crashedTabs.js with longer timeout. r=me
MozReview-Commit-ID: FlXemvsEMCM

--HG--
extra : rebase_source : b997f364731c2f251766a01ba9ef3348e518ba56
extra : amend_source : 0287d4d59f0d30a7fce19be2498a16ba391a6f36
2016-02-11 15:29:53 -05:00
Ryan VanderMeulen c416d5ca9b Bug 1247981 - Update pdf.js to version 1.4.64. r=bdahl 2016-02-12 12:21:04 -05:00
Carsten "Tomcat" Book 177835f782 Merge mozilla-central to fx-team 2016-02-12 15:21:12 +01:00
Carsten "Tomcat" Book b0531843fe merge mozilla-inbound to mozilla-central a=merge 2016-02-12 15:15:17 +01:00
Phil Ringnalda 705103271b Back out 95d45bb51f96 (bug 1245937) because browser_chatwindow.js still exceeds the timeout threshold 2016-02-11 20:20:10 -08:00
Dão Gottwald 121568462c Bug 1247920 - Remove tabs' visibleLabel property and TabLabelModified event, backing out bug 943820. r=gijs
--HG--
extra : rebase_source : 5a1bb20f85ec61519bb17656b23c1c77af1d6844
2016-02-12 14:30:05 +01:00
Mike de Boer 4fcd9ec87c Bug 1245813: make sure that messageManager message listeners are swapped as well after chat window attach/ detach. This means that the browser_tearoff.js mochitest can be enabled again. r=mixedpuppy 2016-02-12 13:23:03 +01:00
Dão Gottwald 52d9a689b0 Bug 1219804 - Show last 5 recent bookmarks in the bookmarks menu. r=mak 2016-02-12 12:21:17 +01:00
Carsten "Tomcat" Book 40c8a880c4 Backed out changeset 9802a7367d48 (bug 1225743) for ES failures 2016-02-12 12:16:19 +01:00
Bill McCloskey 0d469038ca Bug 1242013 - Record tab cache position in telemetry (r=mconley) 2016-02-11 21:39:11 -08:00
Gijs Kruitbosch 639ffd2893 Bug 408415 - fix favicon disappearance for hash changes during load, r=jaws
MozReview-Commit-ID: KCdXMKX5sIH

--HG--
rename : browser/base/content/test/general/browser_bug550565.js => browser/base/content/test/general/browser_bug408415.js
rename : browser/base/content/test/general/file_bug550565_favicon.ico => browser/base/content/test/general/file_generic_favicon.ico
rename : browser/base/content/test/general/file_bug550565_popup.html => browser/base/content/test/general/file_with_favicon.html
extra : rebase_source : d95d2f911b855fda7ad4b100d59de96dfabec15a
2016-02-10 14:42:46 +00:00
Kris Maglione 1937bcbcae Bug 1244496: Add more detail to TabOpen/TabClose events for tabs moved between windows. r=Gijs
MozReview-Commit-ID: 9YHaVlMW0T6

--HG--
extra : rebase_source : 711c8a60e334fc3619ab9c915f7735c3729e7782
extra : histedit_source : 0399daf10a516f1595bdd5cc9a6964b5d4220117
2016-02-10 17:52:53 -08:00
Mike de Boer 7cfaf22e53 Bug 1245937: re-enable browser_chatwindow.js mochitest. r=Standard8 2016-02-11 13:29:33 +01:00
Marco Bonardo 0bffcc3559 Bug 1243549 - Add missing bits. r=post-facto
MozReview-Commit-ID: BTRUMtNsSeQ
2016-02-11 16:09:17 +01:00
Carsten "Tomcat" Book bbe3d019dc merge mozilla-inbound to mozilla-central a=merge 2016-02-11 11:52:01 +01:00
Kris Maglione 8414d3b8d4 Bug 1235571: Add an `adoptTab` method to <tabbrowser> and remove duplicated code. r=billm
--HG--
extra : commitid : DthwEkfzjHB
extra : rebase_source : d5bcc106be49e118e60418a280dbaea2a6520899
2016-02-10 15:27:08 -08:00
Justin Wood c67e4daa75 Bug 1243363 followup, point mozconfigs at the new place for beta/release
--HG--
extra : rebase_source : 564777b4010acbd9c6c428dd26d58b538631fe35
2016-02-10 11:30:30 -05:00
Justin Wood cb902acc42 Bug 1243363 - Add rust to beta and release mozconfigs. r=rail 2016-02-10 10:15:57 -05:00
Justin Wood 31da749c7c Bug 1242641 - Update gtk3 package in tooltool to specify the fontconfig path in the setup.sh r=glandium 2016-02-05 16:21:19 -05:00
Nick Thomas b4bf649673 Bug 1242641 - GTK+3 still not working for buildbot builds on beta. r=rail
gtk3/setup.sh at unpack time in tooltool

--HG--
extra : commitid : DaHpc9KeO2P
extra : rebase_source : b519795dc6ae1a57ea6ce1e246cba942564c7de5
2016-01-29 22:19:48 +13:00
Carsten "Tomcat" Book 855c877f61 Merge mozilla-central to mozilla-inbound 2016-02-10 14:29:05 +01:00
Carsten "Tomcat" Book b8f6140f54 merge mozilla-inbound to mozilla-central a=merge 2016-02-10 11:47:34 +01:00
Brian Grinstead f686ae54b9 Bug 1246843 - Add a default page for mozscreenshots mochitest;r=MattN
MozReview-Commit-ID: Cv74fVKrUkQ
2016-02-09 19:57:34 -08:00
Brian Grinstead 07130208f3 Bug 1246847 - Give extra timeout for mozscreenshots in between devtools docking mode changes;r=MattN
--HG--
extra : commitid : 2pcpRQ1ZNoM
2016-02-09 09:33:58 -08:00
Brian Grinstead 57a22e2ca2 Bug 1246849 - Include all default tools in devtools mozscreenshot runs;r=MattN
--HG--
extra : commitid : K0qClMze1zh
2016-02-09 09:33:57 -08:00
Luca Greco 761ed86097 Bug 1190685 - [webext] Add webNavigation.getFrame/getAllFrames test cases. r=kmag 2016-02-08 18:29:44 +01:00
Mike Conley 31dbaf7d90 Bug 1245212 - Properly cancel SessionStore:update message timers if timeoutDisabled is set to true. r=billm
MozReview-Commit-ID: BjiumfIOrdT

--HG--
extra : rebase_source : 08492d1bdbd132ffe25f14c62fbe6b8510e55d73
2016-02-01 16:00:29 -05:00
Mike de Boer 45a200f9a2 Bug 1229195: explicitly link 'content' to the frame script global scope to prevent out-of-scope errors. r=Standard8 2016-02-09 15:16:22 +01:00
Carsten "Tomcat" Book b4793d108a Merge mozilla-central to fx-team 2016-02-09 13:10:45 +01:00
Carsten "Tomcat" Book e42fff0533 merge mozilla-inbound to mozilla-central a=merge 2016-02-09 12:02:38 +01:00
Carsten "Tomcat" Book 403c4339fa merge fx-team to mozilla-central a=merge 2016-02-09 12:00:16 +01:00
Gijs Kruitbosch fa5c8f764b Bug 1246591 - followup: fix rules enabled in the last 24 hours in migration, rs=bustage
--HG--
extra : commitid : 1lyYyXGTTYY
extra : rebase_source : 50d51a9fdb2e16349e84b66b21840deb0cbc20ca
2016-02-09 10:57:55 +00:00
Mark Banner 69f1cff2e1 Bug 1246592 - Try and fix windows locale repack bustage by adjusting how locales are built for Loop. r=glandium,a=Tomcat for direct landing in m-c 2016-02-09 10:16:24 +00:00
Mark Banner 2e52f6453b Bug 1246621 - Fix Loop functional tests failing with 'this.curFrame is null'. r=mikedeboer,a=Tomcat for NPOTB DONTBUILD 2016-02-08 16:01:45 +00:00
Gijs Kruitbosch c406e403fc Bug 1246460 - re-add pocket bookmarks button menuitem now that its original insertion point is gone, r=MattN
--HG--
extra : commitid : A9lqhSgbnNS
extra : rebase_source : 80c764656c1f686d726199db379a0a12c8cba86e
extra : amend_source : 64dcabc9584747e542b8fb54b7b91b9bbdb0f09f
2016-02-08 10:08:43 +00:00
Gijs Kruitbosch 1b8fd05302 Bug 1246591 - fix moz.build file and .eslintignore, r=MattN
--HG--
extra : commitid : JDnRUikojj9
extra : rebase_source : 7075c06b2ef03490728d752a8c754c97e5ed75dd
2016-02-08 12:58:28 +00:00
Gijs Kruitbosch dc4b4997fd Bug 1246591 - remove preprocessing and fix any other issues, r=MattN
--HG--
extra : commitid : ERDudjbCnHC
extra : rebase_source : df5f44f84c5c56f76a65c887cd5b374284562a61
2016-02-08 12:54:38 +00:00
Gijs Kruitbosch 14415f1212 Bug 1246591 - fix whitespace issues, r=MattN
--HG--
extra : commitid : JI5mQGtLa2f
extra : rebase_source : a8aff743dac30977112b5ce6420631c432601b41
2016-02-08 12:03:10 +00:00
Gijs Kruitbosch f983f6d015 Bug 1246123 - fix draggability of empty bookmark space for lightweight themes, r=felipe
--HG--
extra : commitid : 6HNBvnnTivX
extra : rebase_source : b42a976dd75304c3971602d4bd3885426da0d5b6
2016-02-05 12:51:54 +00:00
Phil Ringnalda 05fb537019 Merge m-i to m-c, a=merge 2016-02-06 19:08:33 -08:00
Phil Ringnalda ef2ef557fe Bug 1236414 - Disable browser_crashedTabs.js for an insanely high intermittent failure rate 2016-02-05 23:02:58 -08:00
Kris Maglione f0a1600d9a Bug 1234020: Part 2a - [webext] Return promises from the background page APIs. r=rpl
--HG--
extra : commitid : 6QaVA3XIUzC
extra : rebase_source : a769506ee88b7ac0e4b972c26750409adec5239c
extra : histedit_source : 1768cb7a91aa363ee2ea0d5094ad8e5a18eb9605
2016-02-02 19:14:34 -08:00
Ehsan Akhgari 3a80f62776 Bug 1042132 - Part 2: Add tooltool manifests for clang-cl; r=rail 2016-02-08 14:55:29 -05:00
Andrea Marchesini 187c1a6d8f Bug 1244795 - adding a string for the default container under cookie manager, r=paolo 2016-02-08 16:55:33 +00:00
Sebastian Hengst 93d9f645d3 Backed out changeset 9494bdf52cc6 (bug 1244795) for browser chrome failures. r=backout 2016-02-08 17:45:08 +01:00
Sebastian Hengst 0b8a877450 Backed out changeset cc1cda7b777c (bug 1244795) for browser chrome failures. r=backout 2016-02-08 17:44:05 +01:00
Andrea Marchesini ea03bd29d5 Bug 1244795 - adding a string for the default container under cookie manager - part 2, r=paolo 2016-02-08 14:25:43 +00:00
Andrea Marchesini e4998cbcdc Bug 1244795 - adding a string for the default container under cookie manager, r=paolo 2016-02-08 14:24:19 +00:00
Kris Maglione eb18e4d151 Bug 1234020: Part 2k - [webext] Return promises from the windows API. r=rpl
--HG--
extra : commitid : 7aWMMY5x2Jw
extra : rebase_source : 5209f8fca41a347fd5cba62c2e5be2a84d7f82db
2016-02-01 18:28:00 -08:00
Kris Maglione 109944fbfe Bug 1234020: Part 2j - [webext] Return promises from the tabs API. r=rpl
--HG--
extra : commitid : EK8NBTwpaM6
extra : rebase_source : ed2d93f292f53a5314b4e05b2668a05291f70b7b
2016-02-05 18:50:58 -08:00
Kris Maglione a3bb54ada2 Bug 1234020: Part 2i - [webext] Return promises from the contextMenus API. r=rpl
--HG--
extra : commitid : 2Ki745t8xRB
extra : rebase_source : 5fe21e317050f7b7109cd555cbbd05ed2e9883f5
2016-02-01 18:14:55 -08:00
Kris Maglione 544b3cd429 Bug 1234020: Part 2h - [webext] Return promises from the pageAction API. r=rpl
--HG--
extra : commitid : q1OQLdF7VP
extra : rebase_source : 78a7a2cc0a73ae9f57c2a7111aeae96b5b8fef72
2016-02-01 18:16:00 -08:00
Kris Maglione a2027208b5 Bug 1234020: Part 2g - [webext] Return promises from the browserAction API. r=rpl
--HG--
extra : commitid : GQvpkew9gD
extra : rebase_source : ec53fa009edc8c874895f2f1abf8d896c5dd6753
2016-02-01 18:14:05 -08:00
Kris Maglione 2762bb5398 Bug 1234020: Part 2f - [webext] Return promises from the bookmarks API. r=evilpie
--HG--
extra : commitid : 8s79WWvVomB
extra : rebase_source : c3bb8465a7f8ccb5066ef3dbaeadb6e1647763bf
2016-02-01 18:12:45 -08:00
Mark Goodwin 266741693f Bug 1227956 - Implement Kinto.js OneCRL client r=rnewman
--HG--
extra : rebase_source : 7f2d174df2b1e9971ddf8f9ed211b5b0e7ec2b39
2016-02-09 18:51:08 +00:00
J. Ryan Stinnett e7d6c84c0a Bug 1204127 - Clean up paths added after migration. r=ochameau 2016-02-08 17:32:07 -06:00
Matthew Noorenberghe cb578f6cac Bug 1246455 - mozscreenshots: Add a delay between applying configurations. r=kitcambridge
Avoid conflicts when configurations try to apply at the same time. e.g WindowSize and TabsInTitlebar.
Also bump requestLongerTimeout for the longer duration or this will timeout on OS X.

--HG--
extra : commitid : 7SPq0GLT8AZ
extra : rebase_source : efb7ebcb847f04b3c74f9b2138390013b2eb1cb8
2016-02-06 18:35:02 -08:00
Matthew Noorenberghe 5c02d89382 Bug 1246455 - mozscreenshots: Change the lightweight theme colors to be a bit off from black and white. r=kitcambridge
This should make it easier to detect when we're picking up a default black/white value by mistake.

--HG--
extra : commitid : 2KkBcYJ6hJF
extra : rebase_source : f1858ab89a71fa165f4fdc468e2d6ea26d093539
2016-02-06 18:32:54 -08:00
Matthew Noorenberghe e10fd0c367 Bug 1246455 - mozscreenshots: Wait for the @inFullscreen change when toggling fullScreen. r=kitcambridge
--HG--
extra : commitid : 42blu9UekM7
extra : rebase_source : 6fddba3259d4b247c44082794c681cf38aa266af
2016-02-06 18:31:41 -08:00
Matthew Noorenberghe f0f832e541 Bug 1246455 - mozscreenshots: Open the tabs to be pinned with the other opening tabs. r=kitcambridge
Opening the two tabs after leads to them animating open with overflow and causes inconsistency.

--HG--
extra : commitid : HS0Ojj9lWr2
extra : rebase_source : 4166271ff1f6a6047ab487181d994e08612e3b60
2016-02-06 18:30:28 -08:00
Mike Conley 21d76321bc Bug 1055464 - Regression tests. r=Mossop
--HG--
extra : commitid : 6YWqpvZGbVl
extra : rebase_source : fb721ee9bfa74689a7f37b298b5efbc57533abbc
extra : amend_source : c2d5750a92c5249b3636d7d6896895ea94711a05
2016-02-05 16:28:53 -05:00
Mike Conley 7d205d0d55 Bug 1055464 - Add RefreshBlocker front-end. r=Mossop
--HG--
extra : commitid : 7BLpVqsfmjb
extra : rebase_source : 240331924d9d25b5d7142fc4541bffac7d423217
extra : amend_source : 5f3d6118132f8977f3176b5042a50231ab3fe0f1
2016-02-05 15:01:38 -05:00
Mike Conley 5cb4464af6 Bug 1055464 - Add RefreshBlocker to tab-content, and a listener in tabbrowser.xml. r=Mossop
--HG--
extra : commitid : A2DWArd8dy6
extra : rebase_source : 209045482dab1455821892a7b5301487ccbbc963
extra : amend_source : 6c5fa1da07f7690a030db6d15033435a7b7e375d
2016-02-05 13:57:48 -05:00
Dave Townsend aad445ae43 Bug 1245649: Enable no-nested-ternary. r=mconley
--HG--
extra : commitid : 197imYXFNid
extra : rebase_source : ce71773fbd8f57118ba30ab395524d9200c42162
2016-02-03 21:17:16 -08:00
Mike Conley a8575e7774 Bug 1245833 - Don't send empty comments or email addresses in content crash reports. r=felipe
--HG--
extra : commitid : 383S7SgGPlO
extra : rebase_source : d0ab57dc5517132c060d264a71e44dabfdf57294
extra : amend_source : a6022d2f4bf1667184ecd7e629aa92b55ea1b95a
2016-02-04 16:14:19 -05:00
Gijs Kruitbosch 3475d4e50a Bug 1226556 - part 3: add tableExists to ESEDBReader, use it to fall back to normal bookmarks migration, r=MattN
--HG--
extra : commitid : 9Ufl20lpqGu
extra : rebase_source : b416f9298c5b98538418918ee7263ca2e5c0e95f
extra : amend_source : 73cd202726de1c781c7ae2c84d94c9d89344d2d5
2016-02-03 14:46:36 +00:00
Gijs Kruitbosch 4393f911ee Bug 1226556 - part 2: use ESE database to import Edge bookmarks, r=MattN
--HG--
extra : commitid : AZf8zXKKc6j
extra : rebase_source : bcc6624f825d2ac952c925f3a7ccfb78f80ff97d
2016-01-30 11:22:19 +00:00
Gijs Kruitbosch 94510ac0f8 Bug 1226556 - part 1: allow reading GUID columns in ESEDBReader.jsm, r=MattN
--HG--
extra : commitid : 9CHR1N6YfDI
extra : rebase_source : 0d78a5256fb4432b256a5f94460db7f144db8a25
2016-01-30 11:21:40 +00:00
Sebastian Hengst db9bc3593c Bug 1245377 - Avoid use of Object.values in SyncedTabs sidebar as it only exists on nightly: eslint fix followup. r=eslint-fix 2016-02-06 00:00:50 +01:00
Kris Maglione 985ebffc86 Bug 1234020: Part 2h.1 - [webext] Convert async API errors to rejected promises. r=billm
--HG--
extra : commitid : LDemRHYLfgu
extra : rebase_source : d8ddc14439e11884de7386092c914901c92d94a1
extra : histedit_source : 8c13d6259633a05950804250ee09b9d0303c2a86%2C1629c18f964d4a2e37ee694f4077f007d8bde6e4
2016-02-10 17:01:38 -08:00
Xidorn Quan 582d5628c5 Bug 1244221 - about:home wrapping is broken. r=Enn
Test by Felipe

--HG--
extra : commitid : HdbJHrYhGqV
2016-02-10 19:02:23 -02:00
Shane Caraveo 25180f7c72 Bug 1245447 fix CUI customization breakage, r=gijs 2016-02-10 12:27:18 -08:00
Shane Caraveo 2aa905d8b9 Bug 1244462 set isContentSelected before using it for the on-build-contextmenu notification, r=gijs 2016-02-10 12:23:25 -08:00
Jared Wein 7438cce502 Bug 1189038 - Auto-check the 'Always Check if Firefox is Default' pref when setting Firefox as default. r=gijs
MozReview-Commit-ID: LRXUUy7gbCB
2016-02-10 15:01:44 -05:00
Edouard Oger 248113f2e3 Bug 1246160 - Fix tab bookmarking action in synced tabs sidebar. r=zaach 2016-02-05 07:53:00 -05:00
Mark Hammond e15ca4d406 Bug 1245377 - Avoid use of Object.values in SyncedTabs sidebar as it only exists on nightly. r=zaach 2016-02-04 17:43:00 -05:00
Dão Gottwald c837b8ea31 Bug 1247213 - Clean up history widget population code. r=mak 2016-02-10 18:31:52 +01:00
Carsten "Tomcat" Book 0df3e96469 Merge mozilla-central to fx-team 2016-02-10 14:30:05 +01:00
Andrew Swan c28e53d13a Bug 1156826 - Implement browser.runtime.setUninstallURL(). r=kmag 2016-02-08 16:00:25 -08:00
Carsten "Tomcat" Book 909e6e6f94 Merge mozilla-central to mozilla-inbound 2016-02-18 13:40:49 +01:00
Andrea Marchesini 01c41693ba Bug 1245124 - window.open() should open a new tab in the same container, r=gijs, r=smaug 2016-02-18 08:33:07 +00:00
Kit Cambridge 6de27ffdf8 Bug 1206560 - Show the site favicon in XUL notifications. r=jaws
MozReview-Commit-ID: Fe3R91icOuc

--HG--
extra : rebase_source : 67d68ae7e17c64e674221b122c8dea59437d91eb
2016-01-08 12:53:34 -07:00
Tim Taubert e92404de69 Bug 529899 - Purge cookies on clean shutdown with "Keep cookies until I close Firefox" r=Yoric 2016-02-11 17:14:29 +01:00
Mike Shal b1d679b8ae Bug 700997 - enable l10n-check on mac; r=glandium 2016-02-02 09:04:40 -05:00
Blake Kaplan 8b6148f70d Bug 1245723 - Fix browser_frame_elements and re-enable now-passing tests. r=felipe 2016-02-09 14:40:36 -08:00
Mike Hommey 5dc9f1b6cb Bug 1238769 - Add a -xpcshell option to Firefox. r=bsmedberg 2016-02-10 07:39:27 +09:00
Carsten "Tomcat" Book 302e99ae6a Merge mozilla-central to mozilla-inbound 2016-02-09 13:09:49 +01:00
Andrea Marchesini a34fe426f2 Bug 1244795 - adding a string for the default container under cookie manager, part 2, r=me 2016-02-09 06:49:58 +00:00
Xidorn Quan 43b75e814a Bug 1199519 - Remove :-moz-full-screen-ancestor use in our own code, r=mixedpuppy 2015-12-24 14:26:16 +11:00
Mark Banner 646835ec23 Bug 1239828 - Fix broken L10n repos, correct ifdef for inclusion of locales, and add 'id' locale that was being ignored by .gitignore. rs=mikedeboer
--HG--
extra : commitid : IgBo3bwdogF
2016-02-05 17:21:16 +00:00
Mike Conley a24dbd581c Bug 1230671 - add documentation to CustomizableUI for being careful about adding default panel items due to possible CART regressions. rs=jaws, DONTBUILD.
--HG--
extra : commitid : Lwbhs6LuODr
extra : source : 39ec2c892cc394c19d88094f60312d8d54da8aaf
extra : amend_source : 88f2b5be22ea55bafe241445810926afe4894a65
2016-02-05 11:25:18 -05:00
Mike Conley a15ab54ea8 Backed out changeset 39ec2c892cc3 because I found a good bug number to put in instead of "No bug".
--HG--
extra : commitid : 4KxuQ9rLXOK
2016-02-05 11:51:09 -05:00
Mike Conley fcd44aec3c No bug - add documentation to CustomizableUI for being careful about adding default panel items due to possible CART regressions. rs=jaws, DONTBUILD.
--HG--
extra : commitid : HGsvnJXwznJ
extra : rebase_source : f88155646cfafa6ca5f65f2782f8804e5ffe8902
2016-02-05 11:25:18 -05:00
Paolo Amadini 3557645ae7 Bug 1244473 - Part 8 - Shorten complex rules for download items the Library window. r=jaws
--HG--
extra : commitid : CVzu11MWwwt
extra : rebase_source : 62fc225121905ae2edae2c9a6f8653c575d52580
2016-02-04 14:50:37 +00:00
Paolo Amadini c7ca419b9d Bug 1244473 - Part 7 - Share rules for download items in the Library window. r=jaws
--HG--
extra : commitid : 2XYMslUx77q
extra : rebase_source : 25ac4ee745f847db0982dc5357b3f98f95eb3f3d
2016-02-04 14:20:42 +00:00
Paolo Amadini 0bc2d13405 Bug 1244473 - Part 6 - Shorten complex rules for download items in the panel. r=jaws
--HG--
extra : commitid : IFuerVT58Z6
extra : rebase_source : 21a1c4fa0294629f16e46d059a23165e35c1ea51
2016-02-04 00:18:50 +00:00
Paolo Amadini 6a2531c809 Bug 1244473 - Part 5 - Share rules for download items in the panel. r=jaws
--HG--
extra : commitid : 6H0HHuqLDs7
extra : rebase_source : eb54ae16f612dd2d5a28644fe37a70619fca7b7a
2016-02-03 23:38:29 +00:00
Paolo Amadini b50b9c594e Bug 1244473 - Part 4 - Share rules that apply only to the summary. r=jaws
--HG--
extra : commitid : GFScYwa3mpa
extra : rebase_source : f9f25d04002fb58d9c49b296409344e115e35600
2016-02-03 22:08:28 +00:00
Paolo Amadini ec7725f192 Bug 1244473 - Part 3 - Restructure some rules for the panel and the outer controls. r=jaws
--HG--
extra : commitid : AKfpumtBncL
extra : rebase_source : a0fed5aeb47623925f9296a22e5f058b264b221a
2016-02-03 20:31:21 +00:00
Paolo Amadini 6a52d40713 Bug 1244473 - Part 2 - Share simple rules for the panel and the outer controls. r=jaws
--HG--
extra : commitid : IP9D1QH6C0J
extra : rebase_source : 7047d29d72bedd289afaf9d2b232e72f39d1df37
2016-02-03 15:40:13 +00:00
Paolo Amadini 2c436973d5 Bug 1244473 - Part 1 - Add shared theme files for Downloads. r=jaws
--HG--
extra : commitid : E3IyRYHwlW
extra : rebase_source : d2d49744465bd303cc4bde4c780850774873a1c9
2016-02-03 15:40:22 +00:00
Philipp Sackl [:phlsa] a9d18f71cb Bug 1190769 - "about:newtab should fall back to Tahoma as a font on Windows XP". r=gijs 2016-02-04 07:36:00 +01:00
Blair McBride 93889a8055 Bug 1235056 - Remove temporarily enabled extra logging in browser_pluginCrashCommentAndURL.js r=mossop
--HG--
extra : rebase_source : e71f0e70603f16cbaeb72c0a84919fd888e55474
2016-02-05 14:49:03 +13:00
Mark Banner d5fbf09cff No bug. Update Loop's run all tests helper script to match reality - browser_UITour_loop is skipped at the moment. rs=me for NPOTB
--HG--
extra : commitid : 5FACVClo2Xv
2016-02-05 09:20:31 +00:00
Mark Banner d7f581bb97 Bug 1245912 - Update Loop system add-on to version 0.3.0. r=Standard8 for already reviewed code.
--HG--
extra : commitid : 9xZUpufntXy
2016-02-05 09:20:30 +00:00
Mark Hammond e0d382c6c3 Bug 1237945 - ensure SyncedTabs panel is closed when mobile promo links are clicked. r=Gijs 2016-02-05 17:36:34 +11:00
Dave Townsend c8e4d5fbbc Bug 1245649: Turn on use-isnan, no-unexpected-multiline, no-octal and no-self-compare. r=MattN
--HG--
extra : commitid : oKFzhSyf1r
extra : rebase_source : 0d31d93961cdfb2e5e467e0c7f28edb4ab14a083
2016-02-03 18:21:30 -08:00
Dave Townsend a9fc7f9380 Bug 1245649: Turn on no-irregular-whitespace and no-mixed-spaces-and-tabs. r=jaws
--HG--
extra : commitid : AHmjTpVmCOP
extra : rebase_source : 0034d884816464bff4677afbe96c52fa9dca9072
2016-02-03 18:09:49 -08:00
Dave Townsend e496a11771 Bug 1245649: Turn on no-extra-semi. r=markh
--HG--
extra : commitid : HReQFPDOA6x
extra : rebase_source : 303a92f511c3c9dd2d26135975d4dc7c85e823b3
2016-02-03 17:27:36 -08:00
Dave Townsend 33281c75f0 Bug 1245649: Turn on linebreak-style. r=Gijs
--HG--
extra : commitid : 7JJb4UFNKj9
extra : rebase_source : 5c30f388ad82d3b73ce7d14c71a48a1f0ed84db7
2016-02-03 17:04:56 -08:00
Dave Townsend 0a6414b898 Bug 1245649: Turn on no-trailing-spaces. r=Gijs
--HG--
extra : commitid : F2OWKTvXUO4
extra : rebase_source : ec68631342e0edc59d77b6bab1cdc975ad175327
2016-02-03 14:22:33 -08:00
Dave Townsend 541b00204a Bug 1245649: Merge browser and toolkit eslint rule settings. r=felipe
--HG--
extra : commitid : DrYPQokQp9O
extra : rebase_source : e0bacf124280ecdbeccfc34dbf66fd80f5a9d296
2016-02-03 13:12:18 -08:00
Wes Kocher 4722a4bfe8 Backed out changeset 3d2eace770d1 (bug 1244120) for very frequent leaks on Win7 CLOSED TREE
--HG--
extra : commitid : AiLlcy3cWsb
2016-02-04 12:51:14 -08:00
Mark Banner 9af6bc434b Bug 1245937 - Disable browser_chat_window.js for test failures frallout from bug 1154277. rs=orange-fix CLOSED TREE
--HG--
extra : commitid : Eq7ILoNOBBc
2016-02-04 19:04:22 +00:00
Edouard Oger d9f2e6e1c0 Bug 1245505 - Localize correctly the last sync date. r=markh 2016-02-04 05:08:00 -05:00
David Rajchenbach-Teller 5ad17c3a22 Bug 1243549 - Make sure that startup sanitization doesn't throw because it can't find a tabbrowser. r=mak 2016-02-04 09:40:40 -05:00
David Rajchenbach-Teller 2e0b046d19 Bug 1243549 - SessionFile.wipe() now waits until SessionFile has been properly initialized. r=mconley
While investigating bug 1243549, we encountered several instances of the following error message during each startup:

*************************
A coding exception was thrown and uncaught in a Task.

Full message: TypeError: this.Paths is null
Full stack: Agent.wipe@resource:///modules/sessionstore/SessionWorker.js:296:7
worker.dispatch@resource:///modules/sessionstore/SessionWorker.js:21:24
anonymous/AbstractWorker.prototype.handleMessage@resource://gre/modules/workers/PromiseWorker.js:122:16
@resource:///modules/sessionstore/SessionWorker.js:30:41

*************************

These messages can be explained as follows:

* If sanitization has failed during shutdown, it attempts again to
  sanitize during startup. This happens more often than it used to,
  because of 1/ startup bug fixes in bug 1089695; 2/ new shutdown bugs
  most likely also added by or around bug 1089695.

* Sanitization during startup doesn't wait until Session Restore has
  properly started to sanitize the session. So sanitization of Session
  Restore file fails. This has probably always been the case, except
  we never noticed.

* For some reason I do not understand, it attempts to sanitize several
  times.

* I suspect that this can cause problems during startup, as
  sanitization and Session Restore race to use/remove the files of
  Session Restore.

This patch makes sure that SessionFile.wipe() waits until
initialization of SessionFile is complete before proceeding.
2016-02-02 12:56:11 +01:00
Ryan VanderMeulen 408516b48d Bug 1245832 - Update pdf.js to version 1.4.42. r=bdahl 2016-02-04 09:29:47 -05:00
Mike de Boer 0d14a55807 Bug 1154277: follow-up - fix linting error by removing a leftover break statement. rs=me 2016-02-04 14:59:28 +01:00
Mike de Boer 0634370662 Bug 1154277: Part 4 - Update the loop add-on and introduce a pref to switch e10s support for Loop/ Hello on or off. The default for now is off. r=Standard8 2016-02-04 14:02:04 +01:00
Mike de Boer 441868100d Bug 1154277: Part 3 - implement test changes to work in e10s mode as well. r=mixedpuppy,Standard8 2016-02-04 13:42:10 +01:00
Mike de Boer a8f73b8d27 Bug 1154277: Part 2 - support running Social API documents to run in a remote browser, i.e. the content process. f=mixedpuppy, r=Standard8 2016-02-04 12:50:06 +01:00
Carsten "Tomcat" Book 641304978c Merge mozilla-central to fx-team 2016-02-04 12:08:00 +01:00
Carsten "Tomcat" Book 55b4ed8c4c merge mozilla-inbound to mozilla-central a=merge 2016-02-04 12:02:05 +01:00
Mark Banner 806b3d664c Bug 1239828 - Now that Loop's system-addon L10n is hooked up, remove redundant strings. r=Mardak
--HG--
extra : commitid : 20rYj3R1kLr
2016-02-04 10:42:19 +00:00
Mark Banner 177c4a246c Bug 1239828 - Support Loop's localisation mechanisms for Loop as a system-addon. r=glandium
--HG--
extra : commitid : GVXJo173Ueh
2016-02-04 10:42:19 +00:00
Mark Banner a01ba067f3 Bug 1239828 - Update Loop to the latest version. r=Standard8 for import of already reviewed code.
--HG--
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/af/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ar/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/as/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ast/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/be/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/en-GB/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ga/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/gl/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/gu-IN/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/hr/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ht/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/km/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ku/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/mk/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/mn/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ms/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/my/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ne-NP/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/or/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/son/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/te/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ur/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/vi/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/xh/loop.properties
rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/zu/loop.properties
rename : browser/extensions/loop/chrome/skin/windows/toolbar.png => browser/extensions/loop/chrome/skin/windows/toolbar-win8.png
rename : browser/extensions/loop/chrome/skin/windows/toolbar@2x.png => browser/extensions/loop/chrome/skin/windows/toolbar-win8@2x.png
extra : commitid : IjiomiE0TmL
2016-02-04 10:42:18 +00:00
Patrick Brosset c9bb161dae Bug 1244120 - Enable browser_rules_content_02.js with e10s; r=bgrins
Extracted a shared helper to open the browser context menu and choose
the 'inspect element' item. This helper works with e10s.
Adapted it a little bit so it waits for the right events in order to
make sure the inspector is ready.

This also involved modifying inspectNode in nsContextMenu.js to make it
wait until the node was selected and the node was ready.

Used this in browser_inspector_initialization.js,
browser_rules_content_02.js and browser_markup_keybindings_04.js

Also removed a now useless inspector-updated event that was trigger from
the animation-inspector panel in some situation. This was left behind
from a long time ago but didn't serve any purpose anymore.

--HG--
extra : commitid : BUtFyFVXwYi
extra : rebase_source : 1553c9ebc1d8da035058552924e4ad3cd1b09f09
2016-02-03 18:52:02 +01:00
David Rajchenbach-Teller 8402fc035a Bug 1142937 - AddonWatcher now communicates through nsIObserverService. r=felipe
The current API of AddonWatcher only supports a single callback. That's pretty unfriendly to testing, debugging, add-ons, etc.

This patch replaces the mechanism with a notification through the nsIObserverService.

--HG--
extra : transplant_source : %C2%88%B1%DF%B2%B2.%A7%C7Ti%C8%A8%C0%CA0%15f%8D%C5
2016-01-27 13:34:58 +01:00
Matthew Noorenberghe 66c73b5940 Bug 1244908 - Remove privacy.clearOnShutdown.passwords migration code. r=dolske
--HG--
extra : commitid : 2HnKfq3jUZK
extra : rebase_source : 4cca79b260a18b95758bed5fbd2518b3d84d430a
2016-02-03 15:26:14 -08:00
Vladan Djeric 8d5951e924 Bug 1193535 - Store Heartbeat Scores in Unified Telemetry. r=MattN
--HG--
extra : commitid : 9Duh1Mw8t9X
extra : rebase_source : f47ea8590484c8c81409da9ba550d0a5fad51b04
2016-02-03 15:25:53 -08:00
Matthew Wein 4800c1a9aa Bug 1242588 fix how tab.create handles missing URLs. r=kmag
--HG--
extra : commitid : 9p3zXXVEsj5
extra : rebase_source : 1a02c985f3909c7ab42f87f18ffe6c9215e8c4f0
extra : amend_source : 017a1635a65747bb6b713ee341b7022e06966680
2016-01-30 17:09:49 -08:00
Dão Gottwald a007ebef44 Backed out changeset 97c27a348f09 / bug 1241837, CLOSED TREE 2016-02-03 17:59:35 +01:00
Allasso Travesser 638f819fe5 Bug 1241837 - Use proxy for browsers property in tabbrowser instead of explicit array. r=dao 2016-02-03 16:05:56 +01:00
Carsten "Tomcat" Book acbc3c41fd Merge mozilla-central to fx-team 2016-02-03 12:29:21 +01:00
Carsten "Tomcat" Book 5461ec9a92 merge mozilla-inbound to mozilla-central a=merge 2016-02-03 11:59:20 +01:00
Matthew Noorenberghe be77664114 No bug - mozscreenshots: Add delays capturing for WindowSize and Tabs configurations. rs=kitcambridge
Try to avoid capturing during transitions between changes (e.g. loading throbbers and window size transitions).

--HG--
extra : commitid : 24mODdE1TMY
extra : rebase_source : 0338e53023b9b2d7abe87637299565a1bae6115d
2016-02-02 19:05:28 -08:00
Matthew Noorenberghe 6e70538122 No bug - mozscreenshots: Don't capture screenshots on Try if not explicitly indicated by the env. var. rs=kitcambridge
--HG--
extra : commitid : F1iqRm0o5zL
extra : rebase_source : 3eb6524f67cbd9f495a37e8fee5aae7ffcc924e7
2016-02-02 19:05:21 -08:00
Mark Hammond 35276c4b08 Bug 1238531 - ensure buttons in SyncedTabs panel always use white text. r=Gijs 2016-02-03 11:47:25 +11:00
Lewis Cowper 247ea70444 Bug 985659 - Improve usability and styling of feed button's menu, remove bookmarks menu button's "subscribe to" menuitem/submenu, r=gijs
--HG--
extra : commitid : DSQFQCgPLxF
extra : amend_source : 4d7c7b8f76e9d945982ee76872bbf7aed35a529d
2016-02-02 03:27:00 +00:00
Gijs Kruitbosch 7822dd0325 Bug 1237679 - use sourceLocked to ensure users get warned to close the browser before running the migration, r=MattN
--HG--
extra : commitid : DHcwrAuS4vt
extra : rebase_source : e356c82327ef18ce8575cf5410f183b9c58ed937
2016-01-28 16:35:04 +00:00
Gijs Kruitbosch 957a33f4d4 Bug 1240208 - use inputmode in XUL to get better hinting for IME and on-screen keyboards, r=masayuki,smaug
--HG--
extra : commitid : KANhgN15KJK
extra : rebase_source : 0b640769e92d9d8c01e972c2b526ea56cc56d1df
2016-02-01 17:57:29 +00:00
Carsten "Tomcat" Book 33d012b91a Merge mozilla-central to fx-team 2016-02-02 11:54:43 +01:00
Carsten "Tomcat" Book ddbbd78a0d merge mozilla-inbound to mozilla-central a=merge 2016-02-02 11:50:53 +01:00
Matthew Noorenberghe f828c6e872 No bug - Disable browser_UITour3.js on e10s for intermittent 10.6 failures. r=bustage
--HG--
extra : commitid : 2mZ5LsdPg81
2016-02-01 20:25:38 -08:00
Matthew Noorenberghe c5fee18ec7 Bug 1244991 - Disable intermittent browser_backgroundTab.js on e10s. r=bustage
--HG--
extra : commitid : LLgmBT900EB
extra : amend_source : 5c0a1c6a713c82f1ec7c4728bd16fc9c7a421946
2016-02-01 20:19:51 -08:00
Mark Hammond 8407fc7107 Bug 1237941 - change the limit of synced tabs shown from 15 to 50. r=Gijs 2016-02-02 18:30:11 +11:00
Mark Goodwin 68617816d0 Bug 1241455 Send TLS Error Reports for subresources r=past, Gijs, mcmanus
This patch makes use of the security reporter component (which hasn't landed yet
 - see blockers) to allow automatic TLS error reports to be sent directly from
nsHttpChannel.cpp rather than sending them from browser.js. This allows failed
connections for subresources to be reported.

Some of the report sending from browser.js was retained to allow reports to be
sent at the time a user enables reporting. This has been modified to also make
use of the component.

Since the patient is on the table, I've also taken the opportunity to
remove the retry and status bits from aboutCertError.xhtml and
aboutNetError.xhtml - which removes a bunch of code and simplifies things a bit.

The mochitests have been modified to cope with the fact that the UI does not
update with report sending / report failures - instead, success and failure are
determined by examining the response seen from the server from within the test.
2016-02-01 11:18:50 +00:00
Jordan Lund 14183fc02f Bug 1243448 - beta release source builder failing to run configure, NPOTB DONTBUILD r=callek 2016-02-01 12:31:28 -08:00
Kris Maglione c5b5341056 Bug 1231819: [webext] Implement the captureVisibleTab API. r=billm
--HG--
extra : commitid : 1KrAIBW3HgQ
extra : rebase_source : c11b44c28a967d65e66eca9a5a8bb73e36f17ab3
extra : amend_source : af19f6d511e3fa1c8f143e08a7a99b60dc5c044c
2016-01-25 17:48:54 -08:00
Kris Maglione 751cbcb894 Bug 1234020: Part 1 - [webext] Add initial binding-level promise<->callback support. r=billm
--HG--
extra : commitid : LmqVSqXGkKa
extra : rebase_source : 1e28a81fd74c920822bb5eed0aff8841bd628271
extra : histedit_source : 9acf96c0593f1271a753507c6630765394b88f3c%2Cf19e421dfed99dd65482ba935ac50fffa1208a6d
2016-02-01 19:20:13 -08:00
Mark Hammond bf64ccbede Bug 1241851 - avoid using XBL property setters before the XBL binding has been created. r=Gijs 2016-02-02 11:28:46 +11:00
Matthew Noorenberghe b85692a51d Bug 1244899 - Replace tabs with spaces in UITour-lib.js. r=me
--HG--
extra : commitid : 6VZ845EisFA
extra : rebase_source : c738a6a8cef5edc6655f08d9fa630ab2a3844166
2016-02-01 14:55:29 -08:00
Matthew Noorenberghe cec5ad7159 Bug 1244899 - Run dos2unix on UITour. r=me
--HG--
extra : commitid : 5VJJygNMmAr
extra : rebase_source : 7bb93d4549c584486312ec628acb34d7e8ab8fa5
2016-02-01 14:55:20 -08:00
Matthew Noorenberghe 6e8610b85a Bug 1244899 - Update e10s bug number in UITour browser.ini. r=me
--HG--
extra : commitid : Ay7JXRF8ykx
extra : rebase_source : 3b61ca92a618de1a504c0686008297e7270e8660
2016-02-01 14:55:08 -08:00
Matthew Noorenberghe 94f2904a84 Bug 1073247 - Fix Illegal yield expression in browser_UITour_availableTargets.js. r=bustage
--HG--
extra : commitid : 2mQWpkbJ7AS
extra : rebase_source : 71d08389350b525134a03a6c0c88a9975ac6a7f6
2016-02-01 14:54:37 -08:00
Matthew Noorenberghe 8a4732bdb1 Bug 1243089 - Remove provisional Desktop identity UI for website sign-in with BrowserID (SignInToWebsite). r=felipe
--HG--
extra : commitid : 6n3dxyDIwVy
extra : rebase_source : 3e0b858033a09d68a7bc10f27dcf9163ef678989
2016-02-01 14:31:38 -08:00
Matthew Noorenberghe dfe144c1de Bug 1073247 - UITour: Proxy gContentAPI method calls to the content process via ContentTask and fix tests for e10s. r=felipe
This gets us to 414 / 917 checks passing with e10s compared to non-e10s on my OS X machine.

--HG--
extra : commitid : 7VfxOGTGyvL
extra : rebase_source : 2fa3f0947ae80ff851b48206ac81cbadfa3c6b29
2016-02-01 14:29:11 -08:00
Gijs Kruitbosch 7222bdbf45 Bug 1134126 - add 'alt text' for the empty link using aria-label, r=jaws
--HG--
extra : commitid : 1OMmZfmzU8k
extra : rebase_source : 2600a9e11dbff93228520796826fc7948ef431c6
2016-01-26 14:35:00 +00:00
Paolo Amadini 5250e686a6 Bug 1242525 - Enable notification on first activation of Tracking Protection in normal mode. r=past
--HG--
extra : commitid : 9E3BPA92bAH
extra : rebase_source : 016c419763a73329e7a985ccea958bce368ed020
2016-01-29 13:01:29 +00:00
Gijs Kruitbosch 8f03cee0c0 Bug 1226781 - add a regression test for going back from pages that cause about:neterror to be shown, r=mconley
--HG--
extra : commitid : 5FAEQh1re5
extra : rebase_source : 318e1e0f4df61081d150aacb3290478ec2477565
2016-01-26 16:20:51 +00:00
Gijs Kruitbosch 78353c667c Bug 1226781 - only manually switch remoteness if we were trying to switch remoteness to begin with, r=mconley
--HG--
extra : commitid : 6VtYgVqIo5T
extra : rebase_source : aeb98bb8e45722c64c993cf3b0a098e449a453e7
2016-01-22 11:27:06 +00:00
Matthew Wein ca74460c52 Bug 1234308 - Fix tabs.onCreated callback to receive bare tabs object (bug 1234308); r=kmag
--HG--
extra : rebase_source : 849a3e2ddff63876202023f6590d7764a7cfe8eb
2016-01-27 16:33:32 -08:00
Jared Wein d07d8912ea Bug 1240892 - Disable default-app hash storage. r=dolske 2016-01-22 10:12:00 +01:00
Phil Ringnalda efb0e5df11 Merge m-i to m-c, a=merge 2016-01-31 17:53:22 -08:00
Phil Ringnalda 4cff264841 Back out 7af06ac5c280 (bug 1238769) for bustage
CLOSED TREE
2016-02-03 20:15:33 -08:00
Mike Hommey 09eefcbf8d Bug 1238769 - Add a -xpcshell option to Firefox. r=bsmedberg 2016-02-04 12:49:57 +09:00
Mike Hommey a010adbc6a Fixup missing double quotes in bug 1244999, busting Windows builds on a CLOSED TREE. r=me 2016-02-03 10:07:31 +09:00
Nathan Froyd bb9b87482f Bug 1244261 - part 2 - use common mozconfig.rust on OS X; r=mshal
Now that we have cross-compilation tooltool packages for OS X, we can
use the common mozconfig to enable Rust on all OS X builds, regardless
of host OS.
2016-02-01 10:20:57 -05:00
Nathan Froyd 93518a9be8 Bug 1244261 - part 1 - tooltool cross-rustc packages for OSX-on-Linux builds; r=mshal 2016-02-01 09:33:39 -05:00
Mike Hommey 7c80aeddb7 Bug 1244999 - Move icon-related DEFINES to moz.build in browser/app. r=mshal 2016-02-03 08:41:17 +09:00
Blake Kaplan f4ab72e1cf Bug 1212019 - Fix an intermittent orange with promises. r=felipe 2016-02-02 13:44:11 -08:00
Blake Kaplan 31fb709fc3 Bug 1243928 - Make these tests work in e10s. r=felipe 2016-02-02 13:44:11 -08:00
Francois Marier e530b7de94 Bug 1237856 - Add prefs to honor/ignore Application Reputation verdicts. r=gcp 2016-02-02 15:07:06 -05:00
Steven Englehardt 0f2bcfe9aa Bug 1244887: Fixing userContext label on awesomebar, r=baku 2016-02-02 11:14:36 -08:00
Birunthan Mohanathas b316c91752 Bug 1204202 - Package Universal CRT DLLs for VS2015. r=glandium,ehsan 2016-02-02 17:42:04 +02:00
Birunthan Mohanathas 88ce1ce184 Bug 1204202 - Remove packaging for now obsolete appcrt140.dll/desktopcrt140.dll on VS2015. r=ehsan 2016-02-02 17:42:04 +02:00
Gijs Kruitbosch 6bc8a32265 Bug 1219215 - final part: ignore middle clicks to open tabs in the middle of closing tabs unless past the end of the last visible tab, r=mconley
--HG--
extra : commitid : 8d1Kcil0vEF
extra : rebase_source : c25fb96efa590e0c36985b82d6a69d0d76f15744
2016-01-12 22:17:50 +00:00
Gijs Kruitbosch c20c6eb5a8 Bug 1219215 - part 2: make the devedition theme behave like the normal theme, r=dao,felipe
--HG--
extra : commitid : H4PqQxQg95q
extra : rebase_source : 261748f97515593443a4eea98c8adc7d028be5ff
extra : histedit_source : 0f946b0e5d3737e2a77048db77d20860cab21b0b
2016-01-12 21:30:41 +00:00
Gijs Kruitbosch 957e08a3bd Bug 1219215 - part 1: remove window-drag bindings and other callers of WindowDraggingUtils, replace with using window-dragging region everywhere, r=dao,felipe
--HG--
extra : commitid : 5eXAZOQmmPY
extra : rebase_source : ff9d7691e203697caddb3a9f2de6cb676a15a6b4
extra : histedit_source : 8c3f2681850b5dd6ee8f26e7b8d9e00f2e4122a8
2016-01-18 15:32:14 +00:00
Kris Maglione 43657b1388 Bug 1244488: Fix intermittent failure caused by overly strict console listener. r=me
--HG--
extra : commitid : L4nSGtBUKbh
2016-01-30 23:08:03 -08:00
Kris Maglione 278a332b02 Bug 1225715: Part 5 - Add schema for extension manifests. r=billm
This currently forbids unknown top-level schema properties, and unknown
permissions. In the future, I'd like to make those warnings rather than
errors, for compatibility purposes, but I think errors are fine for now.

--HG--
extra : commitid : 9jGEwCU9AhR
extra : rebase_source : db16f1e5f9962fb7b24c0e52c05832ae646a57c2
2016-01-30 10:27:02 -08:00
Kris Maglione e391b5ccaf Bug 1190680: Part 2 - [webext] Add initial support for lastError callbacks. r=billm
--HG--
extra : commitid : KyImBk4vvCu
extra : rebase_source : f05432e862480ca7e4c81c9fd663822bba63c7af
extra : histedit_source : 6cec5cd0c0c4986f0b22e4338b2e6da3cb851ef7
2016-01-29 18:38:08 -08:00
Kris Maglione 4b5513634b Bug 1238311: Part 3 - [webext] Add audible and muted support to browser.tabs API. r=gabor
--HG--
extra : commitid : 36za12ltvib
extra : rebase_source : 321506a4d0ab68ed6db18536a513584c50231c78
extra : histedit_source : 2787bfcb88593f5e943a77f64a51946e7d011db1
2016-01-26 17:06:41 -08:00
Kris Maglione 3543ac46b0 Bug 1238311: Part 2 - Persist tab mutedInfo in sessionstore. r=ehsan
--HG--
extra : commitid : HX9K6Rabf3v
extra : rebase_source : 0cada35053441177863b89753e3c9a8968dc1908
extra : histedit_source : 07331d5b938d79c59dfd8789bb581e65f6a29d26
2016-01-26 17:05:42 -08:00
Kris Maglione c1fb002168 Bug 1238311: Part 1 - Add "mutedinfo" tab attribute, and related getters. r=ehsan
--HG--
extra : commitid : 9DPlneRvHzR
extra : rebase_source : ca203251ef8480f7740be085cb54054338cde151
extra : histedit_source : 6faed49810c464ede10d7349629b03c81e7c5055%2Cb97ac9dc316731f640e9e488a70e2c1a695ecf08
2016-01-29 18:14:31 -08:00
Drew Willcoxon 85ec17cdc2 Bug 1233672 - Properly encode/decode moz-action URIs. r=mak 2016-01-29 14:02:15 -08:00
Wes Kocher 86864105dc Merge m-c to fx-team, a=merge
--HG--
extra : commitid : 7MLK0J5XhL0
2016-01-29 13:44:12 -08:00
Mike Conley 7e814daaed Bug 1243643 - Don't pass unsafe CPOWs to saveImageURL when offering to save media to disk. r=jld
--HG--
extra : commitid : 2fLKtLtolNp
extra : rebase_source : bcb3c9c73b11759a5b5b00d6b183e883ee5ed8d4
2016-01-28 16:24:39 -05:00
Shane Caraveo 88c2f7e147 Bug 1037483 replace microdata with microformats in share, r=dietrich 2016-01-29 10:58:45 -08:00
Wes Kocher ba1563d0da Merge m-c to inbound, a=merge
--HG--
extra : commitid : 3HQZNZle15E
2016-01-28 17:50:18 -08:00
Wes Kocher 84714308b8 Merge fx-team to central, a=merge
--HG--
extra : commitid : 2DZ63I10LcS
2016-01-28 17:47:33 -08:00
Matthew Noorenberghe 6f76f345ba Bug 1242176 - Don't migrate privacy.clearOnShutdown.passwords if privacy.sanitize.sanitizeOnShutdown is false. r=dolske 2016-01-28 10:49:00 -08:00
Mark Goodwin 282a183d55 Bug 1241821 - Create a SecurityReporter component for TLS Error Reports r=mossop, keeler
This takes the TLS Error Reporting functionality used in the aboutNetError.xhtml
and aboutCertError.xhtml error pages and moves it to its own component. This
allows us to make use of this same error reporting functionality from elsewhere.
Notably, this allows us to send error reports for issues that occur when loading
subresources.
The xpcshell test included is in security/manager/ssl/tests because we need to
make use of tlsserver functionality from the PSM tests.
2016-01-30 08:07:38 +00:00
Carsten "Tomcat" Book 811c922735 Merge mozilla-central to mozilla-inbound 2016-01-28 12:27:53 +01:00
Carsten "Tomcat" Book 323b54c218 merge mozilla-inbound to mozilla-central a=merge 2016-01-28 12:13:37 +01:00
Zachary Carter 3f462c3a37 Bug 1243591 - Create a pref to enable/disable the Synced Tabs UI refresh and enable it for Nightly r=markh 2016-01-28 00:52:56 -08:00
Blair McBride e94a358980 Bug 1235056 - Enable additional logging for intermittent browser_pluginCrashCommentAndURL.js r=mossop
--HG--
extra : transplant_source : %C6%EF%21G%84%AD%10%84%D2%E3%AE%8DC%FF%25%AEXW%12%13
2016-01-27 13:56:59 +13:00
Kris Maglione 840051ba5c Bug 1210583: Part 2 - [webext] Support callbacks in tabs.executeScript/tabs.insertCSS. r=billm
--HG--
extra : commitid : K6slT54Lfwg
extra : rebase_source : d2e519e7932169e59c655ce0013ca7a488cef2d6
extra : histedit_source : b7b8a66f2fd4a0943a8c8c8ca20f8384b999d98e
2016-01-25 20:25:11 -08:00
Kris Maglione 3d50a9eb7e Bug 1210583: Part 1 - [webext] Add support for cross-process messaging with async responses. r=billm
--HG--
extra : commitid : 5deKex3Nhp
extra : rebase_source : 9c31f41230bb46127dead36ccad4449cd35ce1b0
extra : histedit_source : 2646ebbe46d96f8e50db75247a7672e81d57a74c
2016-01-27 12:57:21 -08:00
Chris Peterson 492cf2bd4b Bug 1234355 - Part 2: Remove unused EME drmContentCDMNotSupported.64bit.message. r=spohl 2016-01-26 11:12:11 -08:00
Chris Peterson 266e8ba667 Bug 1234355 - Part 1: Remove "Don't ask me again" footgun option from the "Enable DRM" info bar notification. r=spohl 2016-01-26 11:11:16 -08:00
Olivier Yiptong 34b9965e0a Bug 1240169 - Revert to returning a dynamic newtab URL for BROWSER_NEW_TAB_URL r=mconley
--HG--
extra : commitid : 29XwjrFyLy7
extra : rebase_source : 401613c7d6539d615392bc6a02e819abe1f419ab
2016-01-23 01:17:55 -05:00
Olivier Yiptong 01410530e9 Bug 1240169 - Remove redundant remote-newtab redirector interface contract r=mconley
--HG--
extra : commitid : CAwgV7HaZ93
extra : rebase_source : 7721f16aace6da9013b81ea3ac363f995df11386
2016-01-23 01:17:50 -05:00
Olivier Yiptong 7efb135032 Bug 1240169 - aboutNewTabService relies on AboutRedirector for default URL resolution r=mconley
--HG--
extra : commitid : LGNcbCje6o4
extra : rebase_source : 0476c10707a52f5a559911f01a37cec1fe6cd171
2016-01-27 13:50:18 -05:00
Zachary Carter f70ec7f297 Bug 1210586 - add entrypoint when opening Sync setup from tabs sidebar r=markh 2016-01-27 14:55:02 -08:00
Zachary Carter 4937ef326e Bug 1210586 - Create a Synced tabs sidebar r=markh 2016-01-27 14:40:30 -08:00
Florian Quèze 7b9e1ca1f7 Bug 1243295 - TypeError: searchbar.inputChanged is not a function from UITour.jsm, r=MattN.
--HG--
extra : commitid : 8rMXH1tfT6V
2016-01-27 12:50:16 +01:00
Matthew Noorenberghe 4406d7d2df Bug 1243289 - UITour: Remove never used UrlbarCapture code. r=Gijs
--HG--
extra : commitid : Dr5J0prCZPN
2016-01-27 11:56:32 -08:00
Panos Astithas 8438f9c10b Fix misaligned advanced panel in about:certerror (bug 1243310). r=ttaubert 2016-01-27 15:48:53 +02:00
Carsten "Tomcat" Book 021613c369 Merge mozilla-central to fx-team 2016-01-27 12:12:26 +01:00
Carsten "Tomcat" Book b9e929e1a7 merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00