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

7864 Коммитов

Автор SHA1 Сообщение Дата
Gavin Sharp b814783cbf Bug 957902: back out changeset aeef01e3a52a (bug 950405), disabling the temporary whatsnew page for en-US Nightly users 2014-01-08 19:01:29 -08:00
Gavin Sharp dbe0c43164 Bug 903274: have the search bar binding's initialization callback bail out if the binding is destroyed, r=MattN
--HG--
extra : rebase_source : ed745738ebaf085b96d83ba5c6ae270d5dde3b9a
2014-01-08 18:34:16 -08:00
Gijs Kruitbosch 81f76f041c Bug 956602 - special widgets are removed when going to the palette; cope in Australis drop code, r=Unfocused
--HG--
extra : rebase_source : a526bd1ab518a8676f94895d9e004bd96313ecb3
2014-01-09 12:42:50 +00:00
Ryan VanderMeulen 8df8dbf11a Bug 951403 - [Australis] Disable browser_885052_customize_mode_observers_disabed.js on OSX for frequent failures. 2014-01-08 16:10:16 -05:00
Steven MacLeod 8566606567 Bug 945667 - Disable failing portion of browser_aboutHome.js and enable the dependent tests. r=gavin 2014-01-08 15:58:47 -05:00
Ryan VanderMeulen 0486db7a28 Merge inbound to m-c. 2014-01-08 15:33:52 -05:00
Johannes Mittendorfer faba9288f7 Bug 956678 - Replace TaskUtils.spawn() by Task.spawn() in Session Restore. r=yoric 2014-01-08 09:50:54 -05:00
Seif Lotfy e62b7f260d Bug 873556 - Add a timestamp to closedWindows and closedTabs. r=ttaubert 2014-01-08 09:39:53 -05:00
Tim Taubert bec8250798 Bug 952998 - Follow-up to fix test and use document.documentURIObject rs=Unfocused
From 9609390ee1e49e13e8beaac9dc26eb2c9b37887b Mon Sep 17 00:00:00 2001
2014-01-07 11:56:28 +01:00
Tim Taubert 1dcc57284c Bug 952998 - Use FrameTree to collect DOMSessionStorage data r=yoric
From 594cc2bdabe535ef356276bce49c4b36c73ab3a2 Mon Sep 17 00:00:00 2001
2013-12-20 14:23:32 +01:00
Tim Taubert b2502c0e27 Bug 952934 - Use onFrameTreeReset() to re-collect docShell capability data r=smacleod
From b3a6d0ab445df9e336b969f230c1394f457dd91c Mon Sep 17 00:00:00 2001
2013-12-22 18:26:27 +01:00
Peiyong Lin 82e3279f82 Bug 952465 - [Session Restore] Replace Components.utils.reportError with Console.jsm. r=Yoric 2014-01-06 15:27:25 -05:00
Wes Kocher cd8c414dba [Australis] Bug 956431 - Disable browser_946320_tabs_from_other_computers.js on linux for intermittent failures 2014-01-06 11:00:48 -08:00
Gijs Kruitbosch 7005bafb73 Bug 942393 - small nit in Australis' CustomizableUI docs, remove TYPE_BUTTON which is unused and non-useful, r=jaws for the latter, DONTBUILD because comment/dead code only 2014-01-06 17:58:16 +00:00
Gijs Kruitbosch d1c5e0595a Bug 942393 - Add more documentation to Australis' CustomizableUI, rs=me, DONTBUILD (comments-only) 2014-01-06 15:08:26 +00:00
Ed Morley 14b30df82f Merge latest green inbound changeset and mozilla-central 2014-01-06 12:51:38 +00:00
Ehsan Akhgari 5b8a5bf098 Merge m-c into fx-team 2014-01-04 12:20:27 -05:00
Ehsan Akhgari 1b83407ce9 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Jared Wein f7b67ae5e4 Bug 946320 - Followup, remove all logins after disabling sync. r=me
--HG--
extra : rebase_source : 1a0da944bb2cde11e899b78b2421ab87837553d2
2014-01-03 17:28:16 -05:00
Ryan VanderMeulen 807bae9f90 Merge m-c to fx-team. 2014-01-03 15:00:17 -05:00
Jared Wein c2c3c169fe Bug 933926 - [Australis] Hide customization palette during transition phase. r=Unfocused 2014-01-03 14:57:22 -05:00
Jared Wein ad52d37795 Bug 946320 - [Australis] history widget missing a "Tabs From Other Devices" entry. r=Gijs 2014-01-03 14:57:19 -05:00
Jared Wein db4a75f71e Bug 934951 - [Australis] Zoom controls percentage label doesn't update when it's in the toolbar and you navigate. r=mconley 2014-01-02 18:02:55 -05:00
Gijs Kruitbosch 7c89f2ddc4 Bug 952963 - Australis: areaType getter in widget wrapper shouldn't assume area exists, r=jaws
Fixing commit msg; DONTBUILD, identical to 4bc1cf097ca1
2014-01-02 21:17:58 +00:00
Gijs Kruitbosch 5617653a6c Backed out changeset 4bc1cf097ca1 (bug 952963) 2014-01-02 22:10:50 +00:00
Gijs Kruitbosch 39714aa9a0 Bug 952963 - areaType getter in widget wrapper shouldn't assume area exists, r=jaws
--HG--
extra : rebase_source : adf2bb0d616b9ad92d88854a903f1b9de33661bb
2014-01-02 21:17:58 +00:00
Ryan VanderMeulen 82ae76f245 Merge m-c to fx-team. 2014-01-02 16:19:21 -05:00
Jared Wein 162e56bcc4 Bug 940107 - [Australis] Home icon not shown when moved to Bookmarks toolbar, only text. r=mconley
--HG--
extra : rebase_source : 0514eeda6abfc319d6316898a65bcb99c287ff6e
2014-01-02 15:32:09 -05:00
Gavin Sharp 72bdf6946d Bug 601409: Add a comment to some confusing search.xml code 2014-01-04 16:45:29 -05:00
Henri Sivonen 93d2e07020 Bug 213517 part 2 - Remove the x-user-def language group. r=jfkthame. 2014-01-02 09:18:20 +02:00
ytx f238b99f8f Bug 956151 - Remove the perm attribute in permissions.js. r=dao 2014-01-03 09:32:57 -05:00
Ms2ger 26f2a85534 Merge inbound to m-c. 2013-12-31 10:19:24 +01:00
Ms2ger 561cae4a0e Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal 2013-12-31 10:06:11 +01:00
Phil Ringnalda 156b2e17c0 Bug 952422 - Disable browser_overflow_anchor.js on Linux for excessive timeouts and extremely excessive fallout from them 2013-12-30 19:53:54 -08:00
Markus Stange b8271b181c Bug 874792 - [Australis] Make the PanelUI popup slide instead of flip when it doesn't fit on the screen. r=Gijs 2014-01-08 10:34:55 +01:00
Tim Taubert 055be4025e Bug 952401 - Collect scroll and pageStyle data as soon as the frame tree is available r=smacleod
From 84ca4ca357b94a5dc9449627e88bb4e3cde69557 Mon Sep 17 00:00:00 2001
2013-12-20 11:13:49 +01:00
Wes Kocher dd72dd2a82 Merge fx-team to m-c 2013-12-20 18:28:28 -08:00
Tim Taubert d041e15611 merge m-c to elm 2013-12-20 15:05:28 +01:00
Wes Kocher 56d9fc8c65 Merge fx-team to m-c 2013-12-19 19:09:04 -08:00
Tim Taubert db5adb5385 merge m-c to elm 2013-12-19 15:52:32 +01:00
Mark Hammond e0a80a7417 Have the sync setup dialog do the right thing if identity.fxaccounts.enabled=true 2013-12-19 16:38:35 +11:00
Ryan VanderMeulen d0e2988561 Merge fx-team to m-c. 2013-12-18 21:19:33 -05:00
Tim Taubert 1216e66e74 Bug 951857 - Bring back UI entry points and the setup dialog for old sync r=markh
From 046c19dae155a175cf6fa5e480f1fa1882f7d51f Mon Sep 17 00:00:00 2001
2013-12-18 23:10:11 +01:00
Tim Taubert c53a7066fe merge m-c to elm 2013-12-18 17:54:23 +01:00
Phil Ringnalda a1a1796615 Back out fc79fa2fd2e3 (bug 941002) for Win8 browser_880382_drag_wide_widgets_in_panel.js bustage
CLOSED TREE
2013-12-17 23:12:09 -08:00
Wes Kocher 8c8f5e1dcb Merge m-c to fx-team 2013-12-17 21:21:30 -08:00
Wes Kocher 29915a0f83 merge inbound to m-c 2013-12-17 21:00:02 -08:00
Tetsuharu OHZEKI f2775b3f8b Bug 881436 - [Australis] Add History Sidebar toggle item to History widget panel. r=jaws DONTBUILD 2013-12-17 22:12:13 -05:00
Jared Wein 469f5ac340 Backed out changeset 8d77e66558eb (bug 881436) for not including [Australis] in the commit message. 2013-12-17 22:20:26 -05:00
Tetsuharu OHZEKI eadbeb4c79 Bug 881436 - Add History Sidebar toggle item to History widget panel. r=jaws
--HG--
extra : rebase_source : a6b7b7e2cf689c35b2a18e705cc232efa86eeac4
2013-12-17 22:12:13 -05:00