bryner%brianryner.com
9ed8c3e7d6
Update the loaded index if entries are removed from history, so we don't crash with an invalid entry index. Bug 320488, patch by marria@gmail.com, r=biesi sr=darin a=dveditz
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@187345 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-11 19:45:45 +00:00
gavin%gavinsharp.com
df8e164250
Bug 322668: remove unintentional printf, r+sr=bryner, a=bsmedberg
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@187130 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-07 18:12:06 +00:00
bryner%brianryner.com
2985d3c503
Attempt to fix crash at nsDocShell::RestoreFromHistory by getting all data off of mLSHE prior to running the unload handlers. Bug 320489, r=bzbarsky, a=dveditz
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@187016 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-05 21:15:08 +00:00
(no author)
d368a405db
This commit was manufactured by cvs2svn to create branch
...
'MOZILLA_1_8_0_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00
(no author)
d1331130a2
This commit was manufactured by cvs2svn to create branch
...
'MOZILLA_1_8_0_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@182227 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-14 02:57:26 +00:00
mconnor%steelgryphon.com
14c01c9f4d
bug 307027 - going back from secure page to error page does not clear yellow bar, r=bz, sr=darin, a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181550 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-04 03:51:18 +00:00
aaronleventhal%moonset.net
25bf0ba8d7
Bug 309099. Entire client area should not be repainted for each focus move. Fixes bug 307545 as well (4 ways to use CSS to make screen readers crawl). Patch by Robert O'Callahan (roc). r=aaronlev, sr=neil, a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181393 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-01 04:39:06 +00:00
bryner%brianryner.com
38a7559ad9
Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me, a=asa.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180945 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-26 03:28:10 +00:00
bzbarsky%mit.edu
879cfc83f0
Send out notifications when docshells are created or destroyed. Bug 308438,
...
r=biesi, sr=darin, a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180422 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-16 19:11:52 +00:00
cbiesinger%web.de
2f7bf89267
bug 300800 make CreateAboutBlankContentViewer store the current viewer in
...
shistory
r=bryner sr=bz a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179715 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-06 19:40:59 +00:00
bryner%brianryner.com
e9827d166c
Abort restoring the presentation if firing pagehide/unload stopped the load. Bug 305995, r+sr=bzbarsky, a=asa.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179514 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 22:17:50 +00:00
bzbarsky%mit.edu
a73423b3ec
Fix crash bug 306580. r+sr=bryner, a=mscott
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179456 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 04:05:41 +00:00
bryner%brianryner.com
0d0cae494e
Walk the list of SHEntry children looking for the target id if it's not at the expected index, and don't crash if there isn't one. Bug 305531, r+sr=bzbarsky, a=cbeard.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179410 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 19:05:41 +00:00
bryner%brianryner.com
a0ea7a377c
Remove the LayoutHistoryState after restoring a page from session history (bug 305129). r+sr=bzbarsky, a=asa.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179227 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-29 19:30:11 +00:00
bryner%brianryner.com
bcdf17409e
Make sure we resume timeouts after restoring the docshell hierarchy, so that child windows are resumed correctly. Part of the fix for bug 305167, r=cbiesinger, sr=jst, a=asa.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179111 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-26 23:05:07 +00:00
smfr%smfr.org
33d66448d5
Fix bug 303839: fix memory leak caused by circular refs between nsDocShell and nsSecureBrowserUIImpl by setting mSecurityUI to null in nsDocShell:Destroy (hence no need to do this in browser.xml). r/sr=bz, a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178904 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 04:33:17 +00:00
mrbkap%gmail.com
ddecb87505
bug 305236: Don't store the about:blank window in the bfcache if the inner window is going to be reused. In this case, the shistory entry gets discarded anyway. r=bryner sr=jst a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178882 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-25 00:10:03 +00:00
bryner%brianryner.com
ea3bedd716
If we created a transient about:blank content viewer, make sure we're locating the root view sibling for that viewer and not the viewer it's replacing. Bug 300533, r=cbiesinger, a=brendan.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178811 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 18:59:52 +00:00
mats.palmgren%bredband.net
3c4d18c063
Fix crash when going back on pages with (I)FRAMEs. b=304639 r+sr=bryner a=cbeard
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178539 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-21 12:44:37 +00:00
bryner%brianryner.com
ee86c0da93
Disable caching of documents when doing a subframe navigation, to help with site compatibility problems. Bug 304860, r=bzbarsky, a=cbeard.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178302 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-19 21:27:11 +00:00
mrbkap%gmail.com
941e888ae2
bug 303267: Back/forward with bfcache on break javascript. We now store the entire inner window in the cache instead of just random properties from it. r=bryner sr=jst a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@177856 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 17:59:44 +00:00
neil%parkwaycc.co.uk
c550c37397
Bug 304053 Don't draw canvas focus on editor/midas frames r+sr=roc a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@177825 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 08:14:06 +00:00
cbiesinger%web.de
c98e01adcb
bug 292998
...
- move textZoom storage to the prescontext from the documentviewer
- copy the textZoom between document viewers for fastback
r=bryner sr=dbaron a=cbeard
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@177691 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 11:55:32 +00:00
darin%meer.net
c8e1a406bd
fixes bug 301358 "HTTP 'refresh' doesn't load page with bfcache enabled" r=biesi sr=bryner a=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@177590 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 20:14:00 +00:00
roc+%cs.cmu.edu
306c5ad966
Bug 78510. bryner's checkin fixed the Firefox problems so I'm undoing my previous partial-backout.
...
git-svn-id: svn://10.0.0.236/trunk@177538 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 05:06:22 +00:00
roc+%cs.cmu.edu
0e55ba8e37
Bug 78510. Try backing out the nsDocShell changes to see if the Tp changes still happen when visited notifications don't fire.
...
git-svn-id: svn://10.0.0.236/trunk@177525 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 23:23:53 +00:00
roc+%cs.cmu.edu
a4e5443b20
Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there.
...
git-svn-id: svn://10.0.0.236/trunk@177512 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 20:21:44 +00:00
cbiesinger%web.de
f1a6b8728a
save the presentation even if the next load is an error page
...
Bug 299547 r=bryner sr=darin a=brendan+shaver
git-svn-id: svn://10.0.0.236/trunk@177422 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 12:31:36 +00:00
smfr%smfr.org
6b531c1e94
Clean up backout of the nsDocShell part of the patches in bug 302958 (which, luckily, was not required to fix the bug); calling EnsureContentViewer() from GetPresContext() caused performance regressions. r/sr=bryner, going on a= for previous patch.
...
git-svn-id: svn://10.0.0.236/trunk@177298 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-07 22:49:51 +00:00
smfr%smfr.org
f5433f4c6a
Test backout of nsDocShell EnsureContentViewer() changes from bug 302962, to see impact on performance.
...
git-svn-id: svn://10.0.0.236/trunk@177292 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-07 15:49:15 +00:00
smfr%smfr.org
3638d5ef12
Fix bug 302962. When someone calls Activate() or Deactivate() on an nsWebBrowser which doesn't have a content viewer yet (and hence no pres shell), don't just bail because nsGlobalWindow will complain. Instead, change nsDocShell to make the content viewer on demand, and go ahead and pass the activate/deactivate onto the dom window. This fixes a serious focus bug in Camino.
...
r/sr=bryner, a=bsmdedberg.
git-svn-id: svn://10.0.0.236/trunk@177273 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 20:28:42 +00:00
bryner%brianryner.com
f2a6a0a997
Fixing VC6 bustage - initialize with a ctor
...
git-svn-id: svn://10.0.0.236/trunk@177083 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-03 22:48:42 +00:00
bryner%brianryner.com
dc7a8d1985
When navigating a subframe, make sure that all docshells have navigated to the correct cloned session history entry. Bug 301397, r=darin, a=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@177082 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-03 22:32:10 +00:00
bryner%brianryner.com
b0e77fe7c5
When restoring a presentation, move everything except adding the request to the loadgroup into the async plevent callback. This fixes the problem with restoring window properties when history.back() is used (with untrusted JS on the stack). Bug 301516, r=darin, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@176999 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-02 18:35:07 +00:00
jst%mozilla.jstenback.com
792744ce69
Landing the split window work, bug 296639. This change doesn't have full reviews yet, bzbarsky@mit.edu and shaver@mozilla.org have done partial reviews, but there's still more to look at. Given the current time constraint this is landed with reviews and followup changes that result to come after the initial checkin. a=drivers
...
git-svn-id: svn://10.0.0.236/trunk@176884 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-30 20:57:07 +00:00
cbiesinger%web.de
fda81c049e
Bug 286811 don't add ("xul") error pages to global history
...
r=bz sr=darin a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@176666 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 12:38:38 +00:00
cbiesinger%web.de
8f19c99d12
Bug 300863 Send onLocationChange even if we have no failed channel
...
r=bz sr=darin a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@176665 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 12:34:25 +00:00
bryner%brianryner.com
1f319207af
Change PageShow/PageHide events to be lowercase and hook them up so that onpageshow= works on the body tag. Bug 297887, patch by brettw@gmail.com, r=me, a=bsmedberg.
...
git-svn-id: svn://10.0.0.236/trunk@176571 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-25 22:09:39 +00:00
bzbarsky%mit.edu
8c1f093211
Make setting document.location to itself not create a new history entry. Bug
...
300805, r=biesi, sr=darin, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@176451 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-22 18:19:35 +00:00
bryner%brianryner.com
2da0f7fe47
Fix stuck focus ring when restoring a presentation by making sure to save the focus before we clear the focused content state. Bug 298077, r+sr=dbaron, a=brendan.
...
git-svn-id: svn://10.0.0.236/trunk@176250 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-19 18:02:55 +00:00
bryner%brianryner.com
18f0259a08
Allow caching of the document when the load type is LOAD_STOP_CONTENT or LOAD_STOP_CONTENT_AND_REPLACE. Bug 292948, r+sr=darin, a=brendan.
...
git-svn-id: svn://10.0.0.236/trunk@176248 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-19 17:20:05 +00:00
bsmedberg%covad.net
2d3b479c81
Bug 292624 - XUL error pages should not have chrome privileges, r=darin sr=dveditz a=asa
...
git-svn-id: svn://10.0.0.236/trunk@176101 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-14 17:46:55 +00:00
bryner%brianryner.com
700734ca5c
Fix stuck designMode when using fastback by making sure the DOM window still contains the old document when the STATE_START notification is sent. Bug 300411, r+sr=darin, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@176095 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-14 16:24:32 +00:00
bzbarsky%mit.edu
77d9bf9e14
nsIViewManager::InsertChild does things a little oddly if the sibling is null.
...
Work around that by twiddling the aAfter parameter appropriately. Bug 300538,
r=bryner, sr=roc, a=asa
git-svn-id: svn://10.0.0.236/trunk@176039 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-13 19:27:07 +00:00
neil%parkwaycc.co.uk
21ff78c8b1
Disable error pages in composer (webpage editor) b=300022 r=biesi sr=darin a=asa
...
git-svn-id: svn://10.0.0.236/trunk@175861 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-09 00:14:48 +00:00
cbiesinger%web.de
f041c2dcb4
Bug 299008 set mOSHE at the right time, and don't clear mLSHE when loading the
...
error page
r=jst sr=bz a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175738 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-07 11:51:19 +00:00
dveditz%cruzio.com
b88298d25d
bug 298255: prevent browser screwiness caused by lazy extension authors loading their chrome extension in a content window instead of adding the -chrome commandline option. r=mconnor, sr=jst, a=chofmann
...
git-svn-id: svn://10.0.0.236/trunk@175733 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-07 09:45:47 +00:00
bzbarsky%mit.edu
85134f00c8
Fix history navigation through anchors when the anchor loads were done by
...
changing window.location. Bug 297122, r=biesi, sr=jst, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175551 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-03 16:11:06 +00:00
bryner%brianryner.com
35fcd14778
Use PresShell::UnsuppressPainting instead of just an invalidate, to make sure the content area receives focus if needed. Bug 295931, r+sr=dbaron, a=brendan.
...
git-svn-id: svn://10.0.0.236/trunk@175477 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-01 07:12:02 +00:00
bryner%brianryner.com
579f24fd9d
Fix crash when using fastback to go to pages that use SVG in an <object> tag, and bulletproof a little bit. Bug 299153, r+sr=dbaron, a=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@175421 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-30 20:58:33 +00:00