Commit Graph

11666 Commits

Author SHA1 Message Date
Jared Wein
9fc379f670 Bug 1142687 - Show context information for current page in the rooms view. r=standard8 2015-03-24 12:43:49 -04:00
Dan Mosedale
5645f5ff7f Bug 1145819 - Fix loop Telemetry counting of direct calls, r=Standard8 2015-03-24 14:28:45 -07:00
Ryan VanderMeulen
88c493d72e Backed out changeset b192e6e16c1b (bug 1142687) for mochitest-e10s failures.
CLOSED TREE
2015-03-24 14:32:20 -04:00
Tim Taubert
452fc40e2c Bug 1146052 - Fix empty about:sessionrestore after crash as well as empty about:welcomeback after resetting the profile r=smacleod 2015-03-23 14:01:13 +01:00
Jared Wein
bbf5601d75 Bug 1142687 - Show context information for current page in the rooms view. r=standard8 2015-03-24 12:43:49 -04:00
Ryan VanderMeulen
c391f39428 Merge m-c to fx-team. a=merge 2015-03-24 12:01:54 -04:00
Ryan VanderMeulen
695686e2e9 Merge fx-team to m-c. a=merge 2015-03-24 11:55:30 -04:00
Tim Taubert
8e03f71547 Bug 1145942 - Use the frame message manager to revive crashed tabs upon navigation r=billm 2015-03-21 08:20:28 +01:00
Mike de Boer
60e3207b00 Bug 1135095: add telemetry for window and tab sharing triggers in Loop. r=Standard8,vladan 2015-03-24 11:21:20 +01:00
Mark Hammond
62018d36db Bug 1146786 - make readinglist sidebar logs less noisy. r=florian 2015-03-24 20:31:55 +11:00
Mark Banner
aceb1b1d5d Bug 1137843 - Loop client should not try to leave room that it fails to join. r=dmose 2015-03-24 08:46:06 +00:00
Mark Hammond
2e2564f177 Bug 1131416 - module for the readinglist sync engine to use to talk to the server. r=adw 2015-03-24 14:25:30 +11:00
Jared Wein
3a776a44be Bug 1146486 - The generic reading list thumbnail graphic is stretched too big and on white background. r=florian 2015-03-23 18:53:36 -04:00
Brian Grinstead
dfee0dacea Bug 1094821 - Store currently selected lightweight theme in the selectedThemeID pref instead figuring it out based on the order of the usedThemes pref;r=Gijs 2015-03-23 15:32:41 -07:00
Jared Wein
21e6ee6e61 Bug 1146358 - Adding an item to reading list from reader view fails. r=adw 2015-03-23 16:45:58 -04:00
Alessio Placitelli
a67e00af91 Bug 1145472 - Use HiddenFrame in browser_no_tabs.js test to fix security errors. r=MattN 2015-03-20 09:22:00 -04:00
Tiziana Sellitto
9014979fd8 Bug 1013695 - Add css id selector 'defaultFontSizeLabel' in incontentprefs to add some margin-left to 'size' label in content pane of in-content preferences. r=jaws 2015-03-23 14:22:00 -04:00
Mike Hommey
5433d1a252 Bug 1141441 - Make the -remote option return an error code. r=bsmedberg 2015-03-24 09:10:34 +09:00
Phil Ringnalda
6d5d098261 Merge m-c to m-i 2015-03-21 12:50:09 -07:00
Phil Ringnalda
341cc9e56a Merge f-t to m-c, a=merge 2015-03-21 12:47:01 -07:00
Drew Willcoxon
994338e1f9 Bug 1131416 - Desktop syncing module for reading list service (one more fix to prepatory changes). r=jaws 2015-03-20 15:53:14 -07:00
Drew Willcoxon
cb676c5db0 Bug 1131416 - Desktop syncing module for reading list service (fixes to prepatory changes). rs=jaws
rs=jaws IRL
2015-03-20 14:26:54 -07:00
Drew Willcoxon
0b61724888 Back out 648e3888d9bd 2015-03-20 15:23:34 -07:00
Jared Wein
1875d10fe5 Bug 1133485 - [ReadingList] Open the Reading List sidebar when the button in the location bar is used to add the current page to Reading List. r=markh 2015-03-20 13:14:34 -07:00
Wes Kocher
305bd58dcc Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Jared Wein
d13ca8b797 Bug 1123518 - [ReadingList] Display article preview image in the Reading List sidebar. r=florian 2015-03-20 11:20:11 -07:00
Mark Hammond
85c3dc5004 Bug 1131414 (part 2) - add the reading-list engine to Sync prefs. r=adw 2015-03-20 11:08:51 -07:00
Ryan VanderMeulen
f90f8d7af2 Backed out changeset 8626a98a34d8 (bug 1145394) for mochitest-bc gApplicationsPane errors.
CLOSED TREE
2015-03-20 16:23:26 -04:00
Bill McCloskey
5a327da4cf Bug 1145394 - Remove exec bit on js files (r=fabrice,gavin) 2015-03-20 11:57:38 -07:00
Bill McCloskey
5681508844 Bug 1145394 - Use AppConstants for prefs code (r=gavin) 2015-03-20 11:57:37 -07:00
Dan Mosedale
df3fa3aed1 Bug 1123660 - add logging to Loop media connection telemetry, r=Standard8 2015-03-20 10:44:40 -07:00
Ehsan Akhgari
ea41d8de48 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -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 MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Drew Willcoxon
08991e3e63 Bug 1131416 - Desktop syncing module for reading list service (fixes to prepatory changes). rs=jaws
rs=jaws IRL
2015-03-20 14:26:54 -07:00
Jared Wein
99d4141fed Backed out changeset c8e6847915e1 (bug 1123518) 2015-03-20 12:45:01 -07:00
Jared Wein
c20e9213a4 Bug 1123518 - Follow-up, use background-size:cover for the reading list images. r=me 2015-03-20 12:43:17 -07:00
Jared Wein
25f71bdb3c Backed out changeset ba4279ef4045 (bug 1008169) 2015-03-20 12:26:03 -07:00
Drew Willcoxon
5dfa5ce614 Bug 1131416 - Desktop syncing module for reading list service (test fix). r=me 2015-03-20 12:19:30 -07:00
Drew Willcoxon
05792a5d58 Bug 1131416 - Desktop syncing module for reading list service (prepatory changes). r=markh 2015-03-20 12:12:10 -07:00
Florian Quèze
5439ce708f Bug 1144823 - reading list sidebar should be sorted by most recently added, r=markh. 2015-03-20 12:07:16 -07:00
Florian Quèze
9f955d4635 Bug 1144380 - active state on reading list sidebar persists after switching tabs, r=markh. 2015-03-20 12:05:35 -07:00
Mark Banner
8e561c8fff Bug 1141133 - Implement encrypt/decrypt of context information ready for Loop's context in conversation work. r=mikedeboer 2015-03-20 14:30:49 +00:00
Marco Bonardo
9fe80d5e13 Bug 1125115 - Write a new keywords pseudo-API in PlacesUtils. r=ttaubert 2015-03-20 09:39:25 +01:00
Wes Kocher
4820fbc78a Merge m-c to fx-team a=merge CLOSED TREE 2015-03-19 19:33:19 -07:00
Wes Kocher
620e827578 Merge inbound to m-c a=merge CLOSED TREE 2015-03-19 19:15:11 -07:00
Wes Kocher
89a7ed707e Backed out changeset b467fad71782 (bug 1142240) for frequent bc1 failures a=backout 2015-03-19 15:43:25 -07:00
Wes Kocher
7b8b9fb1a3 Backed out changeset 1b23439451a8 (bug 1079245) 2015-03-19 15:43:21 -07:00
Bill McCloskey
ccf0ff5e49 Bug 1126089 - Disable browser_crashedTabs.js in ASAN builds 2015-03-19 09:58:02 -07:00
Bill McCloskey
dccb7df7b9 Bug 1126089 - Use async messages for crash revival (r=ttaubert) 2015-03-19 06:47:30 -07:00
Bill McCloskey
6d6e0f9ce9 Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
Justin Dolske
6becd93e91 Bug 1133662 - [ReadingList] Show something useful in the sidebar when the Reading List is empty. r=florian 2015-03-18 19:23:22 -07:00