- 05 Dec, 2019 1 commit
-
-
Olli Pettay authored
Differential Revision: https://phabricator.services.mozilla.com/D53288 --HG-- extra : moz-landing-system : lando
-
- 16 May, 2019 1 commit
-
-
Boris Zbarsky authored
I read through <https://searchfox.org/mozilla-central/search?q=%5B%5EA-Za-z_%5D%5BGg%5DetKeys%5B%5EA-Za-z_%5D&case=true®exp=true&path=> and as far as I can tell the only JS consumer is SessionHistory.jsm, which was not passing the optional "count" arg already. There are no C++ consumers. Differential Revision: https://phabricator.services.mozilla.com/D31113 --HG-- extra : moz-landing-system : lando
-
- 13 May, 2019 1 commit
-
-
Andrew McCreight authored
If an XPIDL interface has a method or attribute that is [notxpcom], then it is implicitly treated as [builtinclass], even if it is not marked as such. For clarity, this patch goes through and marks every place that relies on this behavior (aside from some test code). Differential Revision: https://phabricator.services.mozilla.com/D30714 --HG-- extra : moz-landing-system : lando
-
- 10 Dec, 2018 1 commit
-
-
Botond Ballo authored
Differential Revision: https://phabricator.services.mozilla.com/D13928 --HG-- extra : moz-landing-system : lando
-
- 10 Apr, 2018 2 commits
-
-
Nika Layzell authored
-
Nika Layzell authored
-
- 25 Mar, 2017 1 commit
-
-
Jan Henning authored
This will allow the session store to store and restore scroll positions (and pinch zoom on Android) for past session history entries as well, whereas today only the scroll position of the current page is saved. As a LayoutHistoryState saves its PresStates in a hash table that doesn't allow direct access to its contents if you don't already know the entry's key, we provide a function to iterate over all stored PresStates and retrieve their keys, which can then be used to get access to each individual PresState in turn. Since nsPresState is little more than a fancy struct and we don't want to have to turn it into a full-blown XPCOM-compatible interface, we just pass the scroll/zoom-related values we're interested in as in/out parameters from/to JS via the LayoutHistoryState. We also require a helper method for initialising an SHEntry's LayoutHistoryState, since normally this doesn't happen until the PresShell wants to capture the history state in it. We on the other hand require a LayoutHistoryState to be present immediately after creation of a fresh SHEntry object, so we can feed it the session store data during history restoration. MozReview-Commit-ID: FfZf8KDsVWl *** --HG-- extra : rebase_source : 0b3f729bff3ac24680d6fe8a0fb796979886170b
-
- 04 Mar, 2017 1 commit
-
-
Jan Henning authored
Preparatory step to make nsILayoutHistoryState scriptable. MozReview-Commit-ID: DWgXr0imRVb --HG-- rename : layout/base/nsILayoutHistoryState.h => layout/base/nsILayoutHistoryState.idl extra : rebase_source : c64ef4108df187c750852d5a364a5cb15d4e9d0d
-
- 26 Dec, 2015 1 commit
-
-
Olli Pettay authored
-
- 17 Jun, 2014 1 commit
-
-
Ehsan Akhgari authored
Fix the places where we forward declare already_AddRefed as a struct, no bug, r=I'm-sick-and-tired-of-MSVC-stupidity
-
- 24 Jul, 2013 1 commit
-
-
Ms2ger authored
-
- 21 May, 2012 1 commit
-
-
Gervase Markham authored
-
- 29 Sep, 2011 1 commit
-
-
Michael Wu authored
--HG-- rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
-
- 06 Oct, 2011 2 commits
-
-
David Anderson authored
-
David Anderson authored
-
- 03 Dec, 2008 1 commit
-
-
Graeme McCutcheon authored
Bug 215405. Restore scroll position, but not form state, on no-store and SSL no-cache sites. r+sr=bzbarsky
-
- 21 Jul, 2007 1 commit
-
-
bzbarsky@mit.edu authored
-
- 30 Mar, 2006 1 commit
-
-
dbaron%dbaron.org authored
-
- 11 Nov, 2005 1 commit
-
-
bsmedberg%covad.net authored
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
-
- 27 Jan, 2005 1 commit
-
-
bryner%brianryner.com authored
-
- 30 May, 2001 1 commit
-
-
pollmann%netscape.com authored
Bug 77834: Fix problem where form control state is being restored to the wrong form control or not restored at all when going back and forth through session history. The problem was that the hash key we used was the content ID, which was not consistent from page load to page load. The fix was to key instead by index of form in document / index of control in form, with logic to fall back to content ID if we are unable to do this. r=nisheeth@netscape.com, sr=jst@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org)
-
- 14 Jan, 2000 1 commit
-
-
hyatt%netscape.com authored
-
- 15 Sep, 1999 1 commit
-
-
pollmann%netscape.com authored
-
- 14 Sep, 1999 1 commit
-
-
pollmann%netscape.com authored
-
- 01 Sep, 1999 1 commit
-
-
jdunn%netscape.com authored
HP requires newline
-
- 30 Aug, 1999 1 commit
-
-
nisheeth%netscape.com authored
-