GNOME Bugzilla – Bug 526366
Remove the unused line navigation code from Gecko.py
Last modified: 2009-03-10 00:04:43 UTC
When the Firefox "performance enhancement" work was done, all of the original line navigation code was preserved so that we could easily do performance profiling, track down bugs in the new implementation, etc. While there are still some kinks that still need to be worked out, we are no longer using the old code. It should be removed.
Created attachment 108682 [details] [review] proposed patch This has already been regression tested and pylinted and is just ripping out unused code. That said, "I'm sure it's just fine so I committed it" are proverbial famous last words. :-) Therefore, please test. Will, should we also include this for the 2.22 branch?
(In reply to comment #1) > Created an attachment (id=108682) [edit] > proposed patch > > This has already been regression tested and pylinted and is just ripping out > unused code. That said, "I'm sure it's just fine so I committed it" are > proverbial famous last words. :-) Therefore, please test. > > Will, should we also include this for the 2.22 branch? Hmmm....I'm not sure. I'm tempted to say leave it in 2.22 for the sake of keeping that branch relatively stable.
This patch seems to work nicely for me.
Thanks Mike. Patch committed to trunk. Moving to pending.