Sid
|
31329541e5
|
Bug 884585 - Exclude about:newtab from Recently Closed Tabs list; r=ttaubert
|
2013-06-20 20:06:14 +02:00 |
|
Ed Morley
|
cf95c992a5
|
Merge mozilla-central and inbound
|
2013-06-19 15:51:08 +01:00 |
|
Christian Ascheberg
|
fe3f00b275
|
Bug 848347 - external links do not always open correctly; r=ttaubert
|
2013-06-03 08:36:04 +02:00 |
|
Bill McCloskey
|
b394092bf1
|
Bug 871057 - Simplify session store initialization; r=ttaubert
|
2013-06-17 11:51:43 +02:00 |
|
Ed Morley
|
bd32e79d52
|
Bug 861700 - Disable browser_705597.js & browser_707862.js for too many intermitent failures, whilst we wait for review
|
2013-06-19 11:49:10 +01:00 |
|
Ed Morley
|
44e935783e
|
Bug 882575 - Disable browser_capabilities.js for failing when snippets.mozilla.org is down (via use of about:home)
|
2013-06-13 11:20:32 +01:00 |
|
Joey Armstrong
|
081e2d3a69
|
bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #1). r=mshal
|
2013-06-10 11:30:03 -04:00 |
|
Tim Taubert
|
e85ea06d5c
|
Bug 874452 - Remove Firefox 8 preference migration code; r=yoric
|
2013-05-28 11:02:13 +02:00 |
|
Tim Taubert
|
f5695d2000
|
Bug 873771 - TabRestoreQueue should keep track of and evaluate restore_on_demand prefs; r=yoric
|
2013-05-21 18:32:24 +02:00 |
|
Tim Taubert
|
584b0ba1d4
|
Backed out changeset 4a496e6b99af (bug 867097)
|
2013-05-24 15:28:29 +02:00 |
|
Tim Taubert
|
88661e0714
|
Backed out changeset 6ddd5fb7f041 (bug 867118)
|
2013-05-24 15:28:29 +02:00 |
|
Tim Taubert
|
f1d4154d4f
|
Backed out changeset d1cd5199bf45 (bug 867142)
|
2013-05-24 15:28:29 +02:00 |
|
Tim Taubert
|
63f710e984
|
Backed out changeset 817df00cc0ff (bug 873771)
|
2013-05-24 15:28:29 +02:00 |
|
Tim Taubert
|
64afdec2e6
|
Backed out changeset 2d58f11fc294 (bug 873835)
|
2013-05-24 15:28:29 +02:00 |
|
Ed Morley
|
9d75df7121
|
Merge mozilla-central and inbound
|
2013-05-22 11:28:59 +01:00 |
|
Tim Taubert
|
208993b51f
|
Bug 873771 - TabRestoreQueue should keep track of and evaluate restore_on_demand prefs; r=yoric
|
2013-05-21 18:32:24 +02:00 |
|
Tim Taubert
|
de61c28373
|
Bug 873835 - Re-implement form data cache now that __SS_data is gone; r=yoric
|
2013-05-21 18:19:17 +02:00 |
|
Tim Taubert
|
f861efe4ab
|
Bug 867142 - Remove browser.__SS_restoreState and use a WeakMap instead; r=yoric
|
2013-05-21 15:02:46 +02:00 |
|
Jonathan Kew
|
99a6af2d1d
|
bug 872324 - ensure window position/size attributes are passed to restoreDimensions as numbers, not strings. r=ttaubert
|
2013-05-22 11:02:38 +08:00 |
|
Victor Porof
|
36e4594c52
|
Merge m-c to fx-team
|
2013-05-16 10:32:06 +03:00 |
|
Tim Taubert
|
d80c40588d
|
Bug 866444 - Use get/setIcon to restore tab icons and remove 'image' from xulAttributes; r=yoric
|
2013-05-13 11:09:03 +02:00 |
|
Ioana Budnar
|
75ede70b06
|
Bug 862371 - Test that closed private windows can't be restored.r=ttaubert
|
2013-05-07 14:03:14 +03:00 |
|
Tim Taubert
|
d7a3f4b22a
|
Bug 868026 - Remove window.__SS_dyingCache and replace it with some appropriate use of WeakMap; r=yoric
|
2013-05-03 09:42:16 +02:00 |
|
Tim Taubert
|
1c900910f6
|
Bug 867118 - Remove browser.__SS_data and use a WeakMap instead; r=yoric
|
2013-05-03 09:41:00 +02:00 |
|
Tim Taubert
|
065778c617
|
Bug 867097 - Remove re-use of __SS_data, and the superfluous __SS_tabStillLoading property; r=yoric
|
2013-05-02 12:12:30 +02:00 |
|
Joey Armstrong
|
0d49db0381
|
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
|
2013-05-13 16:24:07 -04:00 |
|
Tim Taubert
|
4d617e4b7c
|
merge m-c to fx-team
|
2013-05-01 10:18:22 +02:00 |
|
Yura Zenevich
|
f7ebeec3ed
|
[PATCH 2/2] Bug 833286 - added tests for improvements to atomic backup of sessionstore.js. r=yoric, ttaubert
---
browser/components/sessionstore/test/Makefile.in | 1 +
.../test/browser_833286_atomic_backup.js | 143 ++++++++++++++++++++
2 files changed, 144 insertions(+), 0 deletions(-)
create mode 100644 browser/components/sessionstore/test/browser_833286_atomic_backup.js
|
2013-04-30 14:07:54 +02:00 |
|
Yura Zenevich
|
b93850ce02
|
[PATCH 1/2] Bug 833286 - added improvements to atomic backup of sessionstore.js. r=yoric, ttaubert
---
.../components/sessionstore/src/SessionStore.jsm | 45 +++++--
.../components/sessionstore/src/_SessionFile.jsm | 131 ++++++++++++++-----
2 files changed, 127 insertions(+), 49 deletions(-)
|
2013-04-30 14:07:40 +02:00 |
|
Tim Taubert
|
f4b1da2719
|
Bug 864711 - Simplify test page for browser_pageshow.js to ensure it's put into bfcache; r=yoric
|
2013-04-29 10:02:45 +02:00 |
|
Ryan VanderMeulen
|
0bfa85f631
|
Merge m-c to inbound.
|
2013-04-26 13:06:35 -04:00 |
|
Tim Taubert
|
560a28af24
|
Bug 865127 - Clean up priority queue keeping track of tabs to restore; r=yoric
|
2013-04-25 17:58:27 +02:00 |
|
Jonathan Kew
|
16a3baa743
|
bug 864107 - constrain restored window dimensions to available screen area. r=ttaubert
|
2013-04-26 12:41:29 +01:00 |
|
Bill McCloskey
|
f079230fe4
|
Bug 862078 - Use an about:config preference to control multiprocess browsing, part 3 (r=felipe)
|
2013-04-22 19:47:58 -07:00 |
|
Tim Taubert
|
a54ebc5937
|
Bug 863227 - Lazily retrieve list of nsIDocShell.allow* properties to (re)store docShell capabilities; r=yoric
--HG--
rename : browser/components/sessionstore/test/browser_493467.js => browser/components/sessionstore/test/browser_capabilities.js
|
2013-04-20 10:05:20 +02:00 |
|
Tim Taubert
|
7fcfa88eb1
|
Bug 862442 - Use a content script to listen for input and change events; r=yoric
|
2013-04-20 10:05:20 +02:00 |
|
Tim Taubert
|
6123af3720
|
Bug 861409 - Use a content script to listen for pageshow events; r=yoric,jaws
|
2013-04-20 10:05:20 +02:00 |
|
Joey Armstrong
|
12356a4c50
|
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
|
2013-04-29 14:49:00 -04:00 |
|
Honza Bambas
|
e7a737bf35
|
Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug
|
2013-04-15 14:38:48 +02:00 |
|
Tim Taubert
|
36f54048f1
|
Bug 845681 - Save session states without any open windows on Mac OS X; r=felipe
|
2013-04-12 20:35:24 +02:00 |
|
Prasanth Balakrishnan
|
5b8decf3aa
|
Bug 586067 - Store last accessed timestamp for tabs. r=ttaubert
|
2013-04-11 21:50:34 +02:00 |
|
Xin Zhang
|
3ebe0ee79c
|
Bug 849764 - Replace removeObserver() calls with three params with two in browser dir. r=mak
|
2013-04-06 14:46:35 -04:00 |
|
Kyle Machulis
|
f5e3aadf0b
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Felipe Gomes
|
8eb577433f
|
Bug 850210 - Part 1. Update ForgetAboutSite.jsm to use the nsIContentPrefService2 API. r=adw
|
2013-03-29 23:08:46 -03:00 |
|
Kyle Machulis
|
d2b6e6e01a
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
5663b98bc5
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Tim Taubert
|
91c0270f30
|
merge m-c to fx-team
|
2013-03-21 12:35:58 +01:00 |
|
David Rajchenbach-Teller
|
413a6dee87
|
Bug 852452 - Measure how long SessionStore writing blocks the main thread;r=ttaubert
|
2013-03-20 09:15:24 +01:00 |
|
Gregory Szorc
|
94ec89296d
|
Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
--HG--
extra : rebase_source : 8de9c7f68a953e574dda22f8c14c2b2ca60444f9
|
2013-03-19 18:49:07 -07:00 |
|
Mike Shal
|
ea1d9b8ba7
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|