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

26144 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey 03d37a29c7 Bug 1063414 - Make DIRS relative to the file they were added from. r=gps 2014-10-02 09:14:07 +09:00
Mike Hommey 26049ee2f7 Bug 1062221 - Replace add_tier_dir with DIRS. r=gps 2014-10-02 09:14:07 +09:00
Wes Kocher 86eb3305b3 Merge inbound to m-c a=merge despite the CLOSED TREE 2014-10-01 16:26:44 -07:00
Seris 7c671812bf Bug 795917 - Get executable lines through the remote debugging protocol;r=ejpbruel 2014-10-01 17:57:49 +01:00
Irving Reid e50e53b961 Bug 1074135 - callback after exceptions when calling async provider methods; r=unfocused 2014-09-29 13:01:50 -04:00
Carsten "Tomcat" Book 8ffa505a44 merge fx-team to mozilla-central a=merge 2014-10-01 14:59:31 +02:00
Carsten "Tomcat" Book bcd85e4b9f merge mozilla-inbound to mozilla-central a=merge 2014-10-01 14:51:20 +02:00
Robert Strong 9ccdefca97 Mac v2 signing - Bug 1075169 - Copy staged update when renaming fails and fix crash on staging failure. r=spohl, a=RyanVM over irc 2014-09-30 20:36:45 -07:00
Wes Kocher 4912aa7261 Merge fx-team to m-c a=merge 2014-09-30 16:55:14 -07:00
Wes Kocher e271b31367 Merge m-c to fx-team a=merge 2014-09-30 17:13:45 -07:00
Shane Caraveo 0119af4045 Bug 1073863 use origin in activation panel rather than name, r=markh 2014-09-30 17:08:42 -07:00
Neil Deakin 6c1e283ef7 Bug 1071771, disable dictionary list when it cannot be accessed from another process. This makes the context menu work again after using it on a misspelled word, r=mconley 2014-09-30 12:05:53 -04:00
Gijs Kruitbosch b743549be7 Bug 1072992 - fix update button text color on OS X Yosemite to use ButtonText, r=dao 2014-09-30 16:46:04 +01:00
Ed Morley 1090f50427 Backed out changeset 0ec9bd8e9880 (bug 1044020) for asan failures 2014-09-30 17:35:44 +01:00
Manu Jain e01691d5be Bug 1065285 - Add telemetry for the last maintenance time. r=mak 2014-09-27 03:47:00 -04:00
David Rajchenbach-Teller 33d73c6559 Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj 2014-09-30 11:43:46 +02:00
Carsten "Tomcat" Book c34fdca71b Merge m-c to fx-team 2014-09-30 15:38:31 +02:00
Carsten "Tomcat" Book b37ac43e39 merge fx-team to mozilla-central a=merge 2014-09-30 15:10:47 +02:00
Julian Viereck 702e34d250 Bug 950797 - Use result from last completion in nsAutoCompleteController to reduce autoFill UI flickering until search results come back. r=mak 2014-09-30 04:14:49 -07:00
Marco Bonardo 88ae29cfc2 Bug 1067602 - Fix strict warning in UnifiedComplete.js. r=mano 2014-09-30 12:40:26 +02:00
Marco Bonardo ae658c889c Bug 1041433 - UnifiedComplete: Close connections on Sqlite.shutdown.addBlocker. r=mano 2014-09-30 12:40:18 +02:00
Marco Bonardo 17a6489feb Bug 1041428 - Clarify query cancellation in UnifiedComplete.js. r=mano 2014-09-30 12:40:11 +02:00
Brian Grinstead dc6e2e7d01 Bug 920141 - Add support for inspecting anonymous content. r=pbrosset
--HG--
rename : browser/devtools/styleinspector/test/browser_ruleview_pseudo-element.js => browser/devtools/styleinspector/test/browser_ruleview_pseudo-element_01.js
2014-09-29 09:29:00 +02:00
Phil Ringnalda fe1673fc99 Backed out 2 changesets (bug 1070778, bug 1073846) for bc1 bustage
Backed out changeset c5f1d81d3849 (bug 1070778)
Backed out changeset b327a052e47f (bug 1073846)

--HG--
extra : rebase_source : 49d62043ba91398f370997868bba693ccc6d8251
2014-09-29 20:34:54 -07:00
Blair McBride fcd3684965 Bug 1070778 - Selecting a moz-action: result then typing more can result in "Search X for moz-action:..." item. r=mak
--HG--
extra : transplant_source : P/b%9D%B6T%85%22%A8%1B%F0%18%3A%827%C2qx%F6%97
2014-09-30 13:56:06 +13:00
Blair McBride e499ce320f Bug 1073846 - Wrong URL loads after autofill of a hostname that matches a search engine. r=mak
--HG--
extra : transplant_source : %D3%25%3F%83R%B7%81%DF%13nZ%1CH%D8B%B10%99%B4%B2
2014-09-30 11:16:48 +13:00
Ryan VanderMeulen c8d14e42a2 Merge m-c to fx-team. a=merge 2014-09-29 16:09:22 -04:00
Ryan VanderMeulen 1491d70afe Merge fx-team to m-c. a=merge 2014-09-29 15:06:48 -04:00
Ed Morley 33d7b690ac Backed out changeset 49b1465d3e5e (bug 1044020) for compilation failures 2014-09-29 15:41:54 +01:00
Carsten "Tomcat" Book 369aa43021 Merge m-c to fx-team 2014-09-29 16:19:41 +02:00
Carsten "Tomcat" Book 9d31360549 merge mozilla-inbound to mozilla-central a=merge 2014-09-29 15:42:55 +02:00
Brian R. Bondy f7cb749319 Bug 958554 - Fix about window sometimes saying nightly is being updatd by another instance. r=rstrong
Note that if the process is hung, or there is another instance running in a  different user instance,
or another profile is running, the message is perfectly normal.  But this should prevent the bad case
of getting this message.

This handling was first added specifically for Metro and Firefox running the same intallation at the
same time.  Metro isn't being released but there are still other very valid reasons for having this
handling as noted above.
2014-09-28 21:26:34 -04:00
Mike Quested 4dbfb4013f Bug 1056035 - Hide the separator if there are no visible items above it. r=Unfocused 2014-09-29 05:01:00 -04:00
Irving Reid 0628f512eb Bug 1059674 - use AsynchShutdown.blocker() for AddonManager provider shutdown; r=unfocused 2014-09-27 16:25:47 -04:00
Carsten "Tomcat" Book 6501b4286c Merge m-c to mozilla-inbound 2014-09-29 16:10:39 +02:00
Henri Sivonen 67a076444a Bug 964225 - Remove the GBK decoder class and remove GB2312 as a Gecko-canonical encoding. r=emk. 2014-09-26 15:12:02 +03:00
David Rajchenbach-Teller e3611bca94 Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj 2014-09-25 17:19:34 +02:00
Iaroslav Sheptykin 4170243a35 Bug 1031298 - Add a histogram for counting unrecoverable sessions. r=yoric 2014-09-25 13:39:00 -04:00
Blair McBride fb77cb6167 Backout 262b6ad34702 (bug 1070778) due to bc1 failures. r=backout 2014-09-30 02:38:29 +13:00
Florian Quèze 550cbe5a37 Bug 1067367 - tapping the icon of a second doorhanger reopens the first doorhanger if it was already open, r=Enn. 2014-09-29 15:33:34 +02:00
Blair McBride 3a7427d581 Bug 1070778 - Selecting a moz-action: result then typing more can result in "Search X for moz-action:..." item. r=mak
--HG--
extra : transplant_source : %2C%E3F%B4%B9%A9%3A%AD1s%1C%E3Y%C1S%DC%A1%99%DF%C2
2014-09-30 01:49:52 +13:00
Alex Bardas 36a5102144 Bug 1071164 - Display magnifying glass for search results in awesomebar (follow-up of bug 1040725). r=Unfocused 2014-09-27 16:58:00 +02:00
Georg Fritzsche ef6689ab60 Bug 1069873 - Add counter histogram type. r=froydnj 2014-09-26 17:45:33 +02:00
Tim Taubert c6d1a998a4 Backed out changeset c9ef2c9434b5 (bug 1071164) 2014-09-29 02:21:49 -07:00
Alex Bardas 9a278d54af Bug 1071164 - Display magnifying glass for search results in awesomebar (follow-up of bug 1040725). r=Unfocused 2014-09-27 16:58:00 +02:00
J. Ryan Stinnett 8bedcbc2ba Bug 1073522 - Better error when front has no actor. r=dcamp 2014-09-26 09:35:00 +02:00
Georg Fritzsche c56aa93bed Bug 1070036 - Catch NS_ERROR_NOT_AVAILABLE during OpenH264Provider startup. r=irving 2014-09-24 17:38:50 +02:00
Tomasz Kołodziejski 4c14e3120b Bug 1070923 - Fix intermittent test_bug451286.xul by waiting for the highlight toggle to finish. r=mikedeboer
--HG--
extra : rebase_source : 109dcc17a75333f1715e48432893e216e73838fc
2014-09-26 10:49:00 -04:00
Nick Alexander f54014e6bc Bug 1064177 - Part 1: Add RestrictedProfiles.DISALLOW_MODIFY_ACCOUNTS. r=wesj
This corresponds to UserManager.DISALLOW_MODIFY_ACCOUNTS.

--HG--
extra : rebase_source : 9a337cf2cb7c3cf6d8ae4c9b9c7a41138651410f
2014-09-26 11:44:55 -07:00
Sudheesh Singanamalla 0d1a8f9ebb Bug 1054492: move DirectoryLinksProvider.jsm to browser/ since it's Firefox-specific, r=gavin
--HG--
rename : toolkit/modules/DirectoryLinksProvider.jsm => browser/modules/DirectoryLinksProvider.jsm
rename : toolkit/modules/tests/xpcshell/test_DirectoryLinksProvider.js => browser/modules/test/xpcshell/test_DirectoryLinksProvider.js
2014-09-22 13:23:19 +05:30