Closed
Bug 823436
Opened 13 years ago
Closed 13 years ago
Response errors when trying to load a source's text prevent global searches from displaying any results
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 20
People
(Reporter: Optimizer, Assigned: vporof)
Details
Attachments
(2 files, 1 obsolete file)
|
156.37 KB,
image/png
|
Details | |
|
1.05 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
I get this error in error console :
Timestamp: 12/20/2012 3:05:50 PM
Error: aUrl is not defined
SS_getText/<@chrome://browser/content/debugger-controller.js:1191
@resource://gre/modules/devtools/dbg-client.jsm:1238
DC_onPacket@resource://gre/modules/devtools/dbg-client.jsm:494
@chrome://global/content/devtools/dbg-transport.js:212
Source File: resource://gre/modules/devtools/dbg-client.jsm
Line: 498
| Assignee | ||
Comment 1•13 years ago
|
||
STR please.
| Reporter | ||
Comment 2•13 years ago
|
||
In the debugger, click on the Search box, type "!foo" , where foo is atleast in one of the non selected script.
| Reporter | ||
Comment 3•13 years ago
|
||
Tried on many sites. I think it is in general not working. Debugger is not paused.
Latest Nightly, windows 7.
| Assignee | ||
Comment 4•13 years ago
|
||
Can you *please* give me an example of a site?
| Reporter | ||
Comment 5•13 years ago
|
||
Okay, no idea how it helps but:
1. Go to Facebook
2. open debugger
3. in the search box, type "!CavalryLogger"
4. Nothing happens, open error console, find the same error
| Assignee | ||
Comment 6•13 years ago
|
||
Global searches work for me on Facebook. Anything else in stdout?
Does this still happen with a clean profile?
The error in comment 0 is (mostly unrelated): it's a type error when we receive a aResponse.error while trying to load the source text. "aUrl" should be "aSource.url".
| Reporter | ||
Comment 7•13 years ago
|
||
While it does work on this page (I tried !yahoo), it is still ot working on FB (see attachment) with this error in error console:
Timestamp: 12/20/2012 3:34:25 PM
Error: aUrl is not defined
SS_getText/<@chrome://browser/content/debugger-controller.js:1191
@resource://gre/modules/devtools/dbg-client.jsm:1238
DC_onPacket@resource://gre/modules/devtools/dbg-client.jsm:494
@chrome://global/content/devtools/dbg-transport.js:212
Source File: resource://gre/modules/devtools/dbg-client.jsm
Line: 498
| Assignee | ||
Comment 8•13 years ago
|
||
This should make global searching always work, but the underlying issue of some sources throwing response errors when trying to load their source still remains unexplained.
Attachment #694284 -
Flags: review?(past)
| Reporter | ||
Updated•13 years ago
|
Attachment #694278 -
Attachment is obsolete: true
Updated•13 years ago
|
Attachment #694284 -
Flags: review?(past) → review+
| Assignee | ||
Updated•13 years ago
|
Summary: Global search not working → Response errors when trying to load a source's text prevent global searches from displaying any results
| Assignee | ||
Comment 9•13 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 10•13 years ago
|
||
Assignee: nobody → vporof
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 20
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•