Commit Graph

1060 Commits

Author SHA1 Message Date
David Rajchenbach-Teller
d1cb923001 Bug 962808 - [Session Restore] Better telemetry for _writeState. r=ttaubert 2014-01-27 08:27:35 -05:00
Sid Stamm
232e8547af Bug 911547 - Test CSP enforcement in session-restored documents. r=ttaubert
--HG--
extra : rebase_source : a794cee6cc797f5acc67989bd17f755bae5ce0c3
2014-01-23 15:34:56 -08:00
Tim Taubert
1098386144 Bug 941540 - Use browser.permanentKey to handle docShell swaps more easily r=yoric 2014-01-20 20:50:17 +01:00
Tim Taubert
3fe36ac353 Bug 960903 - Tests for broadcasting shistory r=yoric 2014-01-20 17:36:59 +01:00
Tim Taubert
fbcd10e678 Bug 960903 - Listen for subframe loads and clear observers r=yoric 2014-01-22 13:10:58 +01:00
Tim Taubert
10b047742e Bug 960903 - Broadcast session history data r=yoric 2014-01-20 17:37:41 +01:00
Tim Taubert
5570006038 Bug 962494 - Remove Iterator() usage from SessionStore code r=yoric 2014-01-22 11:25:39 +01:00
Bill McCloskey
7e24addb7f Backout bug 961861 2014-01-22 16:52:07 -08:00
Ryan VanderMeulen
3d6e25c171 Merge m-c to inbound. 2014-01-21 15:20:25 -05:00
Tim Taubert
945c458c98 Bug 961380 - Should be able to undo closing tabs in private windows r=yoric, ui-r=phlsa
From 0e17ede5f79d9894b8fc7d391615767766dd9aa6 Mon Sep 17 00:00:00 2001

--HG--
rename : browser/components/sessionstore/src/PrivacyLevelFilter.jsm => browser/components/sessionstore/src/PrivacyFilter.jsm
2014-01-18 09:51:46 +01:00
Bill McCloskey
81ca0a6473 Bug 961863 - [e10s] Update browser remoteness attribute when restoring a tab (r=ttaubert,felipe) 2014-01-21 09:53:33 -08:00
Bill McCloskey
c9e9ae92be Bug 961861 - [e10s] Make sure content-sessionStore.js is always loaded (r=ttaubert) 2014-01-21 09:51:02 -08:00
Tim Taubert
7b6be55d2d Bug 961106 - Remove observers on frame script unload r=billm
From 173bf18bbcfc0e2a2f2637471b1e61d2115c7e67 Mon Sep 17 00:00:00 2001
2014-01-18 00:47:58 +01:00
Tim Taubert
c328b3d5fc Bug 961016 - Fix icon and label for pending tabs with async restore r=billm,dao
From 6028548aa44e6d289c0fb5e756a4004451ea882b Mon Sep 17 00:00:00 2001
2014-01-17 17:17:14 +01:00
Peiyong Lin
3b0a3a0615 Bug 938248 - [Session Restore] Move GlobalState from SessionStore.jsm to its own JSM. r=smacleod 2014-01-17 10:41:22 -05:00
Tim Taubert
8fafa9176a Bug 952092 - Get rid of post data in SessionStore r=smacleod
From 243232f7d2522e82622c031923271ed76ffdc42a Mon Sep 17 00:00:00 2001
2014-01-14 18:21:48 +01:00
Steven MacLeod
ff7b3f189c Bug 887780 - Stop writing state immediately after startup and switch to CrashMonitor for crash detection. r=Yoric, r=ttaubert
X-Git-Commit-ID: bb02f51399059295041176769438b0f451f983bf
2014-01-17 11:40:18 +01:00
Tim Taubert
6df7712da7 Bug 947212 - Tests for broadcasting form data r=yoric
From 53d47a84c35781e73545eab3e665d63c742a9d20 Mon Sep 17 00:00:00 2001

--HG--
rename : browser/components/sessionstore/test/browser_346337_sample.html => browser/components/sessionstore/test/browser_formdata_xpath_sample.html
2013-12-04 10:15:43 +01:00
Tim Taubert
504e71aec7 Bug 947212 - Broadcast form data and move it out of tabData.entries[] r=yoric
From 3111a6c4272a1e058db6a88e02f8688f8c49cc5f Mon Sep 17 00:00:00 2001
2013-12-03 18:56:33 +01:00
Bill McCloskey
8a5af86a2c Bug 942374 - Enable session restore for electrolysis (r=ttaubert) 2014-01-16 11:43:44 -08:00
Bill McCloskey
495c94f2c9 Bug 942374 - Restore sessions by message passing (r=ttaubert) 2014-01-16 11:43:40 -08:00
Tim Taubert
d9861b0910 Bug 956826 - Check docShell's private browsing state when the frame script is loaded r=yoric
From ee65809c2e3e3eec807b8b2c4cbc0599da1d8377 Mon Sep 17 00:00:00 2001
2014-01-15 11:24:25 +01:00
Ed Morley
89b86dcc41 Bug 944372 - Disable browser_394759_basic.js for intermittent failures 2014-01-14 16:39:03 +00:00
Ed Morley
b0a629329a Bug 894063 - Disable browser_819510_perwindowpb.js on Linux for intermittent failures 2014-01-14 16:38:25 +00:00
David Rajchenbach-Teller
f4ae8eb1e3 Bug 942340 - Extracting many Telemetry statistics from sessionstore.js;r=ttaubert,froydnj 2014-01-11 09:51:24 +01:00
Tim Taubert
378388f5ab 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
Johannes Mittendorfer
a734773c43 Bug 956678 - Replace TaskUtils.spawn() by Task.spawn() in Session Restore. r=yoric 2014-01-08 09:50:54 -05:00
Seif Lotfy
e956b4db21 Bug 873556 - Add a timestamp to closedWindows and closedTabs. r=ttaubert 2014-01-08 09:39:53 -05:00
Tim Taubert
0b3efe21f1 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
17ef08ca03 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
ad5b3f57fa 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
4cfb9ce416 Bug 952465 - [Session Restore] Replace Components.utils.reportError with Console.jsm. r=Yoric 2014-01-06 15:27:25 -05:00
Tim Taubert
6a94ada239 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
Tim Taubert
9205bc7d2b Bug 951675 - Make sure to always copy data from the persistent cache r=yoric
From bbe5effc34b6e81e57750ec05164e7e10de75d7a Mon Sep 17 00:00:00 2001
2013-12-18 16:26:53 +01:00
Tim Taubert
ca97bda553 Bug 950132 - Fix pageStyle data collection r=yoric
From af5873fe7e4f55dd72f0e62d5c22285c2c94e40d Mon Sep 17 00:00:00 2001
2013-12-19 12:21:51 +01:00
Steven MacLeod
8b18c8d467 Bug 945809 - Add Telemetry for Session Store data collection in the frame script. r=ttaubert
X-Git-Commit-ID: 0ef7d331d06ef7e28a25932914128a7d7ff63d84
2013-12-18 21:29:54 +01:00
Tim Taubert
c0bacebf83 Bug 921942 - Add FrameTree and scroll position broadcast tests r=yoric
From 5645706beeae13673e87ba665f225e01a32949e2 Mon Sep 17 00:00:00 2001
2013-11-30 13:49:46 +01:00
Tim Taubert
d2408ebded Bug 921942 - Broadcast scroll positions r=yoric
From 5f535195e10d6cccbedbdf607ff194450a40c4ed Mon Sep 17 00:00:00 2001
2013-12-02 06:18:44 +01:00
Tim Taubert
93463fe2ad Bug 899276 - Tiny fix for mochitest-bc bustage on a CLOSED TREE r=me
From 18d8469a4ef87d65397f171e9c3798e3ac6f6c12 Mon Sep 17 00:00:00 2001
2013-12-18 19:57:24 +01:00
David Rajchenbach-Teller
6151ebb11d Bug 899276 - Don't collect/save private tabs. r=ttaubert 2013-12-18 12:39:53 -05:00
Bill McCloskey
f833fb3bba Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe) 2013-11-23 21:32:27 -08:00
Gregory Szorc
158ed8b3ec Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.

--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Tim Taubert
791db7ece0 Backed out changeset 7b156069de68 (bug 936065) for causing bug 950320 r=smacleod 2013-12-14 09:38:07 +01:00
Phil Ringnalda
60cde95e53 Merge m-c to m-i 2013-12-14 18:37:06 -08:00
Jared Wein
d5575e7d91 Bug 931891 - [Australis] Backed out bug 887515 and the followups (bug 896291, 909662, 896896). r=ttaubert
--HG--
extra : rebase_source : f6568e83e23c036f21270e0f133ee06b192b1f9e
2013-12-13 16:55:49 -05:00
Jared Wein
83a897a69c Backed out changeset 1566f020e34e (bug 931891) for timing out some mochitest-bc tests on a CLOSED TREE
--HG--
extra : rebase_source : 423f491a0bedebfd9350167340d6f65d275a64cd
2013-12-13 15:57:31 -05:00
Jared Wein
f3276e5c12 Bug 931891 - [Australis] Backed out bug 887515 and the followups (bug 896291, 909662, 896896). r=ttaubert 2013-12-13 14:27:56 -05:00
Bill McCloskey
ac08502fd6 Bug 947632 - Use sendRpcMessage during session store flush (r=ttaubert) 2013-12-14 15:51:11 -08:00
Wes Kocher
aa49cfcd54 Merge inbound to m-c 2013-12-12 19:12:51 -08:00
Tim Taubert
c8793a6cf5 Bug 947570 - Rewrite browser_597071.js to fix intermittent timeouts r=smacleod
From d8b8de84b6a3fadb2f198cddba183231bdffcd07 Mon Sep 17 00:00:00 2001
2013-12-12 12:44:33 +01:00