Closed
      
        Bug 720494
      
      
        Opened 13 years ago
          Closed 13 years ago
      
        
    
  
Move GeckoApp.handleAddTab logic into Tabs.addTab      
    Categories
(Firefox for Android Graveyard :: General, defect, P4)
Tracking
(firefox11 fixed, firefox12 fixed, fennec+)
        RESOLVED
        FIXED
        
    
  
        
            Firefox 12
        
    
  
People
(Reporter: Margaret, Assigned: Margaret)
References
Details
Attachments
(1 file)
| 4.95 KB,
          patch         | mbrubeck
:
              
              review+ akeybl
:
              
              approval-mozilla-aurora+ | Details | Diff | Splinter Review | 
This patch just cleans up the code a little. I also added some logging with timestamps so that we can time this message path (as suggested in bug 719493 comment 7).
Fixing slowness in this loop would help us fix bug 718465.
        Attachment #590851 -
        Flags: review?(mbrubeck)
| Updated•13 years ago
           | 
        Attachment #590851 -
        Flags: review?(mbrubeck) → review+
| Assignee | ||
| Updated•13 years ago
           | 
Assignee: nobody → margaret.leibovic
| Updated•13 years ago
           | 
tracking-fennec: --- → +
Priority: -- → P4
| Assignee | ||
| Comment 1•13 years ago
           | ||
| Comment 2•13 years ago
           | ||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 12
| Assignee | ||
| Comment 3•13 years ago
           | ||
Comment on attachment 590851 [details] [diff] [review]
patch
[Approval Request Comment]
Cleans up code and adds some logging. We'll probably write patches on top of this, so it would be good to be in Aurora to prevent conflicts. Landed on m-c this morning, so it will be in Nightly tomorrow.
        Attachment #590851 -
        Flags: approval-mozilla-aurora?
| Comment 4•13 years ago
           | ||
Last time I checked, code cleanup was well on the not-approvable side.
| Assignee | ||
| Comment 5•13 years ago
           | ||
(In reply to Ms2ger from comment #4)
> Last time I checked, code cleanup was well on the not-approvable side.
Mobile has different approval requirements. Because we're landing the majority of the patches we write on aurora, we've also been landing bugs like this to prevent conflicts when trying to land future patches. We could wait until that conflict comes up and track down this patch then, but IMO it's easier to just land a low-risk patch like this, especially since a patch for bug 718465 would probably depend on this.
|   | ||
| Comment 6•13 years ago
           | ||
Comment on attachment 590851 [details] [diff] [review]
patch
[Triage Comment]
Mobile only - approved for Aurora.
        Attachment #590851 -
        Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
| Assignee | ||
| Comment 7•13 years ago
           | ||
          status-firefox11:
          --- → fixed
          status-firefox12:
          --- → fixed
| Updated•4 years ago
           | 
Product: Firefox for Android → Firefox for Android Graveyard
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•