Commit Graph

5327 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
0a42034c15 merge mozilla-inbound to mozilla-central 2014-01-13 12:43:23 +01:00
David Rajchenbach-Teller
097da774c7 Bug 942340 - Extracting many Telemetry statistics from sessionstore.js;r=ttaubert,froydnj 2014-01-11 09:51:24 +01:00
Tim Taubert
5be6d503e8 Bug 958809 - Don't put broadcasted data into the regular TabStateCache r=yoric
From c4c69269516391beb36f362d76f3e440bb8cd50b Mon Sep 17 00:00:00 2001
2014-01-11 08:56:22 +01:00
Gijs Kruitbosch
9394a37982 Bug 942393 - Document Australis' CustomizableUI; fix some nits, DONTBUILD because comments-only, rs=me
--HG--
extra : rebase_source : 1e07be590fba8951d669ac5f67496380ec5567d3
2014-01-10 18:31:40 +00:00
Gavin Sharp
e45c8e56ab 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
84d3b1a58b 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
d82f1ade7d 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
14c6b3fa09 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
c0902ae1b2 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
f48197c371 Merge inbound to m-c. 2014-01-08 15:33:52 -05:00
Johannes Mittendorfer
af0f955296 Bug 956678 - Replace TaskUtils.spawn() by Task.spawn() in Session Restore. r=yoric 2014-01-08 09:50:54 -05:00
Seif Lotfy
6bdec4b523 Bug 873556 - Add a timestamp to closedWindows and closedTabs. r=ttaubert 2014-01-08 09:39:53 -05:00
Tim Taubert
1ec67d02b4 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
df39efc09c 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
91a330d3d3 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
0b99d17f2d Bug 952465 - [Session Restore] Replace Components.utils.reportError with Console.jsm. r=Yoric 2014-01-06 15:27:25 -05:00
Wes Kocher
f965165927 [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
8ad0ad36f2 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
321b9d6965 Bug 942393 - Add more documentation to Australis' CustomizableUI, rs=me, DONTBUILD (comments-only) 2014-01-06 15:08:26 +00:00
Ed Morley
f2c3dd2277 Merge latest green inbound changeset and mozilla-central 2014-01-06 12:51:38 +00:00
Ehsan Akhgari
86b366517d Merge m-c into fx-team 2014-01-04 12:20:27 -05:00
Ehsan Akhgari
eaa7491d77 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
c9b5bd3d2a 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
29500d1a05 Merge m-c to fx-team. 2014-01-03 15:00:17 -05:00
Jared Wein
6e0c24644b Bug 933926 - [Australis] Hide customization palette during transition phase. r=Unfocused 2014-01-03 14:57:22 -05:00
Jared Wein
fdfb165666 Bug 946320 - [Australis] history widget missing a "Tabs From Other Devices" entry. r=Gijs 2014-01-03 14:57:19 -05:00
Jared Wein
7ce0417292 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
9930606f5b 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
f0f1a3132e Backed out changeset 4bc1cf097ca1 (bug 952963) 2014-01-02 22:10:50 +00:00
Gijs Kruitbosch
2ce882592a 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
2047150905 Merge m-c to fx-team. 2014-01-02 16:19:21 -05:00
Jared Wein
e3579754fe 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
ea64d1c164 Bug 601409: Add a comment to some confusing search.xml code 2014-01-04 16:45:29 -05:00
Henri Sivonen
0a59ad7382 Bug 213517 part 2 - Remove the x-user-def language group. r=jfkthame. 2014-01-02 09:18:20 +02:00
ytx
ab293b2da6 Bug 956151 - Remove the perm attribute in permissions.js. r=dao 2014-01-03 09:32:57 -05:00
Ms2ger
52fa2f5973 Merge inbound to m-c. 2013-12-31 10:19:24 +01:00
Ms2ger
6c7c16c6b2 Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal 2013-12-31 10:06:11 +01:00
Phil Ringnalda
c9a9b03eff 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
994a52511c 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
3c761043d1 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
18ed09c2b6 Merge fx-team to m-c 2013-12-20 18:28:28 -08:00
Tim Taubert
c5ecbf72a9 merge m-c to elm 2013-12-20 15:05:28 +01:00
Wes Kocher
1604d77962 Merge fx-team to m-c 2013-12-19 19:09:04 -08:00
Tim Taubert
6f4002d450 merge m-c to elm 2013-12-19 15:52:32 +01:00
Mark Hammond
c8e0341c3c Have the sync setup dialog do the right thing if identity.fxaccounts.enabled=true 2013-12-19 16:38:35 +11:00
Ryan VanderMeulen
d1e170e512 Merge fx-team to m-c. 2013-12-18 21:19:33 -05:00
Tim Taubert
9f685f4d29 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
46e29d4462 merge m-c to elm 2013-12-18 17:54:23 +01:00
Phil Ringnalda
a4ed7a6042 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
171c7a07cb Merge m-c to fx-team 2013-12-17 21:21:30 -08:00