Closed Bug 705610 Opened 13 years ago Closed 13 years ago

setting network.dns.disablePrefetch to true prevents history from being recorded

Categories

(Camino Graveyard :: General, defect)

1.9.2 Branch
x86
macOS
defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: phiw2, Assigned: alqahira)

References

Details

Attachments

(1 file, 1 obsolete file)

STR
1. in about:config, set network.dns.disablePrefetch to true (false = default)
2. visit some webpages

A.R. those visits are not recorded in browsing history (history manager is blank, URL autocomplete doesn't know about those recent visits)

The back button still works though.
This was reported via the forum; philippe and I both can repro.

In my debug build, I was initially seeing a bunch of unusual nsContentUtils warnings, but 1) I can't reproduce them and 2) they were for methods regarding things like DTD loading and processing, so exceedingly unlikely to be related to prefetch.

So I have no idea why this is failing and Gecko's not providing any useful logspam info to help :(
Blocks: 493474
Flags: camino2.1.1?
Some things we should check here:

1) Does the same thing happen in Firefox 36.25?
2) Is history actually getting stored in places.sqlite and just not making 
   it to our UI layer, or is history just failing entirely?
Since users are starting to see the prefetch+routers hangs (bug 475603, bug 706969), we need to either figure this out or back out prefetch on our docshells for 2.1.1 :(
Severity: normal → major
(In reply to Smokey Ardisson (back-ish; no bugmail - do not email) from comment #2)
> Some things we should check here:
> 
> 1) Does the same thing happen in Firefox 36.25?

I assume you meant 3.6.24, and it doesn't even appear to have the pref in about:config by default (yay for honoring prefs that Firefox doesn't define in all.js).

I added it. Firefox 3.6.24's History menu shows each successive URL that I visit regardless of the state of that pref. I tried visiting several pages with it set to FALSE, then visited several more with it set to TRUE, and nothing changed. I'm not sure how to test whether or not it's actually doing anything, though.

> 2) Is history actually getting stored in places.sqlite and just not making 
>    it to our UI layer, or is history just failing entirely?

I set the pref to TRUE, reproduced the bug, and observed the last-modified date on places.sqlite did not change.

I then set the pref back to FALSE and visited two more sites. The last-modified date then changed.

SQLite Database Browser and my 154-MB places.sqlite file are not friends, so I can't say for certain whether the last-modified date test is 100% valid, but I'd bet it is.
I just repeated the test in comment 4 with a clean profile, and I can confirm that no modifications to places.sqlite are occurring while prefetch is disabled. Re-enabling it restores the ability to record history, and inspecting the file with SQLite Database Browser shows no evidence that anything happened at all during the period during which prefetch was disabled.
(In reply to comment #2)
> Some things we should check here:
> 
> 1) Does the same thing happen in Firefox 36.25?

After adding (!) the pref set to true in Fx 3.6.24 on a default profile, I loaded several pages; all of them are recorded in the FX' history. I restarted for good measure and verified that both the old history and newly added pages were recorded.

> 2) Is history actually getting stored in places.sqlite

Tested with a default profile; set the pref to true and visited several pages. I then opened the places.sqlite file with SQLite Database Browser and found the moz_places table to be empty with the exception of cb.o/welcome/ which was recorded before I flipped the pref.
Attached file Last-resort patch: back out bug 493474 (obsolete) —
Here's the patch of last resort, which just backs out bug 493474.

In my debug build, I still get history, and per the frozen embedding API, prefetch should *not* be enabled, so no one should hang.
Attached patch FixSplinter Review
I started putting in logging statements and tracing the nsIWebBrowserSetup process, and when I got to nsWebBrowser.cpp, I noticed something interesting: the property for enabling global history was immediately after the property for dns prefetch.  Then I stared really hard and noticed there was a missing 'break;' after the prefetch case.

I then discovered that this bug was actually fixed for Gecko 2.0 and up in bug 576518, as an incidental part of some IPC/e10s changes; this patch for 1.9.2 is just the missing 'break;' that will let Camino and other nsIWebBrowserSetup turn off prefetch without turning off global history ;-)
Assignee: nobody → alqahira
Attachment #578789 - Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #578805 - Flags: review?(bzbarsky)
Flags: camino2.1.1? → camino2.1.1+
Comment on attachment 578805 [details] [diff] [review]
Fix

Nice catch.  r=me
Attachment #578805 - Flags: review?(bzbarsky) → review+
Comment on attachment 578805 [details] [diff] [review]
Fix

Requesting approval for 1.9.2.25; this patch fixes a bug that prevents (embedding) consumers of nsIWebBrowserSetup such as Camino from disabling prefetch without also disabling global history as an unfortunate side effect.

(Because of bug 475603, it's important to let users of broken routers turn off prefetch, and these broken routers are very common, e.g. AT&T distributes 2Wire routers that trigger bug 475603, and those routers have no firmware updates available.)

This bug has already been fixed in Gecko 2.0 and up, so the fix has baked on the trunk for a year and then some.
Attachment #578805 - Flags: approval1.9.2.25?
Comment on attachment 578805 [details] [diff] [review]
Fix

approved for 1.9.2.25, a=dveditz
Attachment #578805 - Flags: approval1.9.2.25? → approval1.9.2.25+
https://hg.mozilla.org/releases/mozilla-1.9.2/rev/2965c8f56a84
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Verified fixed with Camino Version 2.1.1pre (1.9.2.25pre 20111206001458) by loading a few pages on a default profile, then flipping the pref to true, surfing some more. All pages are recorded in history.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: