From: Rusty Lynch Date: Thu, 20 Dec 2012 00:52:26 +0000 (-0800) Subject: Fix edje compile error with javascript popup code. X-Git-Tag: accepted/2.0alpha-wayland/20121220.010237^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf7e4224a723ffbc76af60e0a107fc2c44910d1e;p=profile%2Fivi%2Fwebkit-efl.git Fix edje compile error with javascript popup code. The edje-1.7 compiler is stricter then before and now correctly throws an error when attempting to specify an undefined macro name --- diff --git a/Source/WebKit2/UIProcess/API/efl/JavaScriptPopup.edc b/Source/WebKit2/UIProcess/API/efl/JavaScriptPopup.edc index 9192d68..8ee66b4 100755 --- a/Source/WebKit2/UIProcess/API/efl/JavaScriptPopup.edc +++ b/Source/WebKit2/UIProcess/API/efl/JavaScriptPopup.edc @@ -14,7 +14,7 @@ collections { description { state: "default" 0.0; align: 0.0 0.0; - min: EN_MAX_WIDTH 410; + min: 300 410; rel2 { offset: 0 0; } diff --git a/packaging/webkit2-efl.changes b/packaging/webkit2-efl.changes index 4346391..a729ea5 100644 --- a/packaging/webkit2-efl.changes +++ b/packaging/webkit2-efl.changes @@ -1,3 +1,6 @@ +* Wed Dec 19 2012 Rusty Lynch submit/2.0alpha-wayland/20121219.230334@33a8de9 +- Fixing a compile error in the javascript popup edc code + * Wed Dec 19 2012 Rusty Lynch submit/2.0alpha-wayland/20121129.215226@69fa2b9 - Revert "Fix build breakage with updated EFL"