Closed
Bug 660536
Opened 14 years ago
Closed 14 years ago
Useless uses of PromiseFlat(C)String
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: neil, Assigned: neil)
Details
Attachments
(2 files)
8.23 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
8.27 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
There's no point calling PromiseFlat(C)String on known flat strings.
Assignee | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
Attachment #535933 -
Flags: review?(Olli.Pettay) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Pushed changeset b9dab5588ce1 to mozilla-central.
Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
Backed out because of red on Windows desktop mobile build:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1307650903.1307652099.19955.gz
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 4•14 years ago
|
||
Not worth my while checking things in any more, some other loser can do it.
Keywords: checkin-needed
Assignee | ||
Comment 5•14 years ago
|
||
Bug 660721 divergently renamed nsObjectFrame.cpp to nsPluginInstanceOwner.cpp
Attachment #538376 -
Flags: review+
Comment 6•14 years ago
|
||
(In reply to comment #5)
> Bug 660721 divergently renamed nsObjectFrame.cpp to nsPluginInstanceOwner.cpp
That means it made a copy of that file, I think.
It looks like you just changed your patch with s/nsObjectFrame.cpp/nsPluginInstanceOwner.cpp/, but presumably you *also* want to patch the original file (nsObjectFrame.cpp), right?
Comment 7•14 years ago
|
||
(In reply to comment #6)
> It looks like you just changed your patch with
> s/nsObjectFrame.cpp/nsPluginInstanceOwner.cpp/, but presumably you *also*
> want to patch the original file (nsObjectFrame.cpp), right?
Ah, nevermind - while nsObjectFrame.cpp still exists, it no longer has the relevant chunk of code. (Bug 660721 deleted that chunk, along with creating the copy.)
Comment 8•14 years ago
|
||
Keywords: checkin-needed
Whiteboard: [inbound]
Comment 9•14 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla7
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•