Phil Ringnalda
b9b8a97985
Back out 43663582cfdb (bug 987404) because it looks like it disabled things even without e10s being defined
2014-03-30 23:18:57 -07:00
Mark Hammond
555f838434
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-03-31 14:11:49 +11:00
Ehsan Akhgari
6d3b8a8421
Bug 989171 - Double the test timeout
2014-03-30 09:45:00 -04:00
Tim Taubert
fcfddff641
Bug 495123 - Save an empty window state if it's the last window closed and there were no others closed in series before r=smacleod
2014-03-27 17:51:59 +01:00
David Rajchenbach-Teller
213d2f3a40
Bug 944557 - Remove sessionstore-state-write. r=ttaubert
2014-03-27 11:38:01 -04:00
David Rajchenbach-Teller
e5f3b4f65a
Bug 944557 - Don't save sessionstore.js in permanent private browsing mode. r=ttaubert
2014-03-27 11:37:45 -04:00
Carsten "Tomcat" Book
d92ae24776
Backed out changeset 8ee507d0a33b (bug 495123) for m-bc bustage
2014-03-25 15:15:13 +01:00
Tim Taubert
496f9363bf
Bug 981699 - Skip resizeTo() call when restoring a maximized window that is currently maximized r=smacleod
2014-03-10 09:54:37 -07:00
Tim Taubert
37be7ec97e
Bug 495123 - Save an empty window state if it's the last window closed and there were no others closed in series before r=smacleod
2014-03-08 06:22:20 +01:00
Marco Castelluccio
9420586f86
Bug 970495 - [Session Restore] Switch SessionFile.read() to use the native OS.File read(). r=Yoric
2014-03-24 09:11:36 -04:00
Steven MacLeod
e7490bf4df
Bug 967028 - Use a SHistoryListener to collect entries from history.pushState(). r=Yoric
2014-03-20 22:52:31 -04:00
Gregory Szorc
6855aa46f4
Bug 979640 - Make build system error on missing test files; r=ted
...
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.
The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.
dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.
Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)
--HG--
extra : amend_source : cb6b9bf91e57569c8be312d3c16fef69b2b0b950
2014-03-04 17:48:50 -08:00
Ryan VanderMeulen
31a858278a
Backed out changeset 593206fbd97e (bug 979640) for mochitest-other failures.
...
CLOSED TREE
2014-03-05 13:52:02 -05:00
Gregory Szorc
1944284f31
Bug 979640 - Make build system error on missing test files; r=ted
...
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.
The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.
dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.
Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)
--HG--
extra : rebase_source : 8c64986169064401951585c07deadada8c905550
2014-03-04 17:48:50 -08:00
Tim Taubert
c1448c1731
Bug 972243 - Use Cu.cloneInto() and/or shallow copies to clone state objects r=billm
2014-02-26 11:34:32 +01:00
Steven MacLeod
b94c271df9
Bug 908440 - Add type checks to prevent non string values from being saved. r=ttaubert
2014-02-24 09:57:30 -05:00
Tim Taubert
ebe10bf899
Bug 973550 - "TypeError: webNavigation.document.body is null" in SessionHistory.jsm r=smacleod
2014-02-17 12:35:29 +01:00
Tim Taubert
3506d023d3
Bug 973559 - Fix baseURI serialization for srcdoc frames r=billm
2014-02-17 13:45:15 +01:00
Marina Samuel
ace2ecf6af
Bug 950174: Part 1: Move required session store files from browser/ to toolkit/modules. r=gps, ttaubert
...
--HG--
rename : browser/components/sessionstore/src/FormData.jsm => toolkit/modules/sessionstore/FormData.jsm
rename : browser/components/sessionstore/src/ScrollPosition.jsm => toolkit/modules/sessionstore/ScrollPosition.jsm
rename : browser/components/sessionstore/src/XPathGenerator.jsm => toolkit/modules/sessionstore/XPathGenerator.jsm
2014-02-19 11:28:00 -05:00
David Rajchenbach-Teller
84fd72b7c8
Bug 972797 - More telemetry on SessionStore data collection. r=ttaubert
2014-02-18 18:51:23 +01:00
Ed Morley
e25f3268a0
Backed out changeset 6ea78f586fdc (bug 972797) for browser-chrome failures
2014-02-18 16:52:15 +00:00
David Rajchenbach-Teller
b31dd6e9c1
Bug 972797 - More telemetry on SessionStore data collection. r=ttaubert
2014-02-18 09:20:26 -05:00
Masayuki Nakano
80d77f5a3a
Bug 950373 part.2 Don't consume keys which are used by <tree> for navigation in session restore UI r=enndeakin
2014-02-11 14:26:11 +09:00
Dão Gottwald
8f44f12987
Bug 445461 - restore MRU tab order when restoring a session. r=ttaubert
2014-02-07 22:48:49 +01:00
Carsten "Tomcat" Book
87668576b7
merge fx-team to mozilla-central
2014-02-07 09:52:32 +01:00
Emanuel Hoogeveen
5855b48029
Bug 943339 - Part 2: Add tests to make sure the new preferences work as expected. r=Yoric
2014-02-06 20:15:59 -05:00
Emanuel Hoogeveen
d786f24933
Bug 943339 - Part 1: Only store a subset of session history entries to file. r=Yoric
2014-02-06 20:15:59 -05:00
Steven MacLeod
f88f802bb6
Bug 959130 - Stop using the SessionWorker for read at startup to avoid slowdown. r=ttaubert
2014-02-03 15:14:06 +01:00
Ryan VanderMeulen
258f1cdb33
Merge inbound to m-c.
2014-01-31 21:14:13 -05:00
Bill McCloskey
4670651748
Bug 961861 - [e10s] Make sure content-sessionStore.js is always loaded (r=ttaubert)
2014-01-31 12:13:23 -08:00
David Rajchenbach-Teller
836de399c6
Bug 966253 - Fix SessionFile shutdown blocker. r=ttaubert
2014-01-31 13:02:34 -05:00
Tim Taubert
8510f6d34d
Bug 936271 - Remove load event handling from SessionStore.jsm r=yoric
2014-01-27 08:56:00 -08:00
Tim Taubert
e8ffaf8489
Bug 936271 - Add tests to ensure we ignore dynamic history entries r=yoric
...
--HG--
rename : browser/components/sessionstore/test/browser_597315_a.html => browser/components/sessionstore/test/browser_frame_history_a.html
rename : browser/components/sessionstore/test/browser_597315_c.html => browser/components/sessionstore/test/browser_frame_history_c.html
rename : browser/components/sessionstore/test/browser_597315_c1.html => browser/components/sessionstore/test/browser_frame_history_c1.html
rename : browser/components/sessionstore/test/browser_597315_c2.html => browser/components/sessionstore/test/browser_frame_history_c2.html
2014-01-25 00:30:31 +01:00
Tim Taubert
d9a213f4df
Bug 936271 - Ignore dynamic session history entries r=yoric
2014-01-24 22:26:47 +01:00
Tim Taubert
107799a35a
Bug 964349 - Move CrashReporter.annotateCrashReport() calls out of sessionstore r=gavin
2014-01-27 08:45:28 -08:00
Wes Kocher
8d1cf2aa7f
Backed out changeset 066920d21e0e (bug 964349) for breaking browser-chrome tests
2014-01-30 17:35:36 -08:00
Wes Kocher
fb9f54932d
Backed out changeset 81a3b56a4147 (bug 936271)
2014-01-30 17:34:58 -08:00
Wes Kocher
f95000a9a9
Backed out changeset c5505e97155f (bug 936271)
...
--HG--
rename : browser/components/sessionstore/test/browser_frame_history_a.html => browser/components/sessionstore/test/browser_597315_a.html
rename : browser/components/sessionstore/test/browser_frame_history_c.html => browser/components/sessionstore/test/browser_597315_c.html
rename : browser/components/sessionstore/test/browser_frame_history_c1.html => browser/components/sessionstore/test/browser_597315_c1.html
rename : browser/components/sessionstore/test/browser_frame_history_c2.html => browser/components/sessionstore/test/browser_597315_c2.html
2014-01-30 17:34:55 -08:00
Wes Kocher
c874324d04
Backed out changeset 392c8cf7a623 (bug 936271)
2014-01-30 17:34:50 -08:00
Tim Taubert
fab7989cc9
Bug 936271 - Remove load event handling from SessionStore.jsm r=yoric
2014-01-27 08:56:00 -08:00
Tim Taubert
54128ba531
Bug 936271 - Add tests to ensure we ignore dynamic history entries r=yoric
...
--HG--
rename : browser/components/sessionstore/test/browser_597315_a.html => browser/components/sessionstore/test/browser_frame_history_a.html
rename : browser/components/sessionstore/test/browser_597315_c.html => browser/components/sessionstore/test/browser_frame_history_c.html
rename : browser/components/sessionstore/test/browser_597315_c1.html => browser/components/sessionstore/test/browser_frame_history_c1.html
rename : browser/components/sessionstore/test/browser_597315_c2.html => browser/components/sessionstore/test/browser_frame_history_c2.html
2014-01-25 00:30:31 +01:00
Tim Taubert
00ebd57789
Bug 936271 - Ignore dynamic session history entries r=yoric
2014-01-24 22:26:47 +01:00
Tim Taubert
d2d47fe5ab
Bug 964349 - Move CrashReporter.annotateCrashReport() calls out of sessionstore r=gavin
2014-01-27 08:45:28 -08:00
Gijs Kruitbosch
87201fcff3
Bug 928843 - start polishing the Australis history view by improving labels, r=jaws
...
--HG--
extra : rebase_source : 9ad68a9fc7a576168c2e179167b885c77efda2df
2014-01-30 16:53:14 +00:00
Tim Taubert
c030c787de
Bug 965218 - Check whether shistory is empty when frame script is loaded r=yoric
2014-01-29 05:54:33 -08:00
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