Closed
Bug 788584
Opened 12 years ago
Closed 12 years ago
TabsProgressListener.onLocationChange should obey the LOCATION_CHANGE_SAME_DOCUMENT flag rather than null-checking aRequest
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 22
People
(Reporter: jaws, Assigned: dao)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
Bug 311007 added a flag, LOCATION_CHANGE_SAME_DOCUMENT, to OnLocationChange to state whether the location change is within the document.
The patch for bug 743421 tried to check for same document navigation by checking for a non-null aRequest. This should have checked LOCATION_CHANGE_SAME_DOCUMENT.
The change should be made in browser/base/content/browser.js.
Blocks: click-to-play
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
No longer blocks: click-to-play
No longer depends on: 839516
Summary: Check LOCATION_CHANGE_SAME_DOCUMENT to determine if same-document navigation has occurred for click-to-play state → TabsProgressListener.onLocationChange should obey the LOCATION_CHANGE_SAME_DOCUMENT flag rather than null-checking aRequest
Reporter | ||
Updated•12 years ago
|
Attachment #715635 -
Flags: review?(jAwS) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 22
You need to log in
before you can comment on or make changes to this bug.
Description
•