Closed
Bug 1084323
Opened 10 years ago
Closed 10 years ago
Compilation issue with APZController
Categories
(Core :: Panning and Zooming, defect)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: alessarik, Assigned: alessarik)
References
Details
Attachments
(1 file)
1.40 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
Build ID: 20140825202822
Steps to reproduce:
Compile m-c with ac_add_options --enable-metro
Actual results:
> 0:20.90 APZController.cpp
> 0:20.90 s:/FireFox/sourceNINE/widget/windows/winrt/APZController.cpp(150) : error C2562: 'mozilla::widget::winrt::APZController::RequestContentRepaint' : 'void' function returning a value
> 0:20.90 s:\firefox\sourcenine\widget\windows\winrt\APZController.h(39) : see declaration of 'mozilla::widget::winrt::APZController::RequestContentRepaint'
> 0:20.90 s:/FireFox/sourceNINE/widget/windows/winrt/APZController.cpp(161) : error C2562: 'mozilla::widget::winrt::APZController::RequestContentRepaint' : 'void' function returning a value
> 0:20.90 s:\firefox\sourcenine\widget\windows\winrt\APZController.h(39) : see declaration of 'mozilla::widget::winrt::APZController::RequestContentRepaint'
Expected results:
FireFox should be compiled correctly.
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 1•10 years ago
|
||
+ Changes: Repair compilation issue with APZController.cpp
Attachment #8506825 -
Flags: review?(mbrubeck)
Attachment #8506825 -
Flags: review?(mak77)
Attachment #8506825 -
Flags: review?(jmathies)
Attachment #8506825 -
Flags: review?(gavin.sharp)
Attachment #8506825 -
Flags: review?(bugs)
Attachment #8506825 -
Flags: feedback?
Assignee | ||
Comment 2•10 years ago
|
||
IMHO: I think that we realy should keep possibility to build MetroFireFox in m-c. In other cases (in other branch) we can lost MetroFireFox very simply.
Comment 3•10 years ago
|
||
Comment on attachment 8506825 [details] [diff] [review]
issue_apzcontroller.diff
Review of attachment 8506825 [details] [diff] [review]:
-----------------------------------------------------------------
You *really* don't need 5 people to review a two-line compile fix. Specially when none of the people you're requesting had anything to do with introducing the problem.
Attachment #8506825 -
Flags: review?(mbrubeck)
Attachment #8506825 -
Flags: review?(mak77)
Attachment #8506825 -
Flags: review?(jmathies)
Attachment #8506825 -
Flags: review?(gavin.sharp)
Attachment #8506825 -
Flags: review?(bugs)
Attachment #8506825 -
Flags: review+
Attachment #8506825 -
Flags: feedback?
Component: Build Config → Panning and Zooming
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #3)
> Specially when none of the people you're requesting had anything to do with introducing the problem.
I requested review from people, which were provided to me by Bugzilla system (I mean the helping line "suggested reviewers")
Assignee | ||
Comment 5•10 years ago
|
||
If nobody have objections, I put checkin flag.
Keywords: checkin-needed
Comment 6•10 years ago
|
||
(In reply to Maksim Lebedev from comment #4)
> I requested review from people, which were provided to me by Bugzilla system
> (I mean the helping line "suggested reviewers")
That's a reasonable thing to do, but even so one or at most two reviewers is sufficient. Also you should know that the list of suggested reviewers is based entirely on the product/component the bug is filed in, so if the bug is in the wrong component then it will suggest the wrong reviewers. "Firefox/Untriaged" is not a good component to get reviewer suggestions from.
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Assignee: nobody → alessarik
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•