Closed
Bug 940129
Opened 12 years ago
Closed 12 years ago
Build part of widget/gonk in unified mode
Categories
(Core Graveyard :: Widget: Gonk, defect)
Core Graveyard
Widget: Gonk
Tracking
(Not tracked)
RESOLVED
WONTFIX
mozilla28
People
(Reporter: bjacob, Assigned: bjacob)
References
Details
Attachments
(3 files)
21.33 KB,
patch
|
roc
:
review-
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
3.80 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
2.92 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
:roc for actual code changes, :ehsan for build changes.
This is only a partial builds. Some parts like libdisplay and nsWindow.cpp gave me too much trouble with android LOG macros getting redefined, so I just left them out rather than making a too complicated patch.
Attachment #8334325 -
Flags: review?(roc)
Attachment #8334325 -
Flags: review?(ehsan)
Assignee | ||
Updated•12 years ago
|
Summary: Build widget/gonk in unified mode → Build part of widget/gonk in unified mode
Comment on attachment 8334325 [details] [diff] [review]
Build part of widget/gonk in unified mode
Review of attachment 8334325 [details] [diff] [review]:
-----------------------------------------------------------------
::: widget/gonk/nsAppShell.cpp
@@ -75,5 @@
> # define VERBOSE_LOG(args...) \
> (void)0
> #endif
>
> -using namespace android;
I think you should just build this file in SOURCES instead of adding android:: prefixes everywhere.
Attachment #8334325 -
Flags: review?(roc) → review-
Comment 3•12 years ago
|
||
Comment on attachment 8334325 [details] [diff] [review]
Build part of widget/gonk in unified mode
Review of attachment 8334325 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with what roc suggested.
::: widget/gonk/moz.build
@@ +65,5 @@
> ]
>
> +# nsWindow.cpp gave me weird build errors then I tried to put it in UNIFIED_SOURCES.
> +# Apparently due to LOG or related logging macros being redefined.
> +# Worth re-trying at some point.
Please rewrite this comment in passive voice. :-)
Attachment #8334325 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #8334772 -
Flags: review?(roc)
Attachment #8334772 -
Flags: review?(roc) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Target Milestone: --- → mozilla28
Assignee | ||
Comment 6•12 years ago
|
||
Assignee | ||
Comment 7•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=3bf3468d3471
still failing; giving up, the scope of this porting was very limited anyways.
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•