[Author: nicolasroard]
commit3f2a12b19f0fe37a156797e37c4186c459275b51
authorgears.daemon <gears.daemon@fe895e04-df30-0410-9975-d76d301b4276>
Thu, 14 Feb 2008 20:00:49 +0000 (14 20:00 +0000)
committergears.daemon <gears.daemon@fe895e04-df30-0410-9975-d76d301b4276>
Thu, 14 Feb 2008 20:00:49 +0000 (14 20:00 +0000)
tree5991679dd89d6d2e93e73b176b6c222c4fdcf284
parent3ea826c3a727f5a25cfc7afbb8d901b9e446aa86
[Author: nicolasroard]

Make the dialog work on windows mobile 5, 6, and standard 6:
 - fix the javascript to work on weird devices (orange, I'm looking at you)
 - reduced margins to have smaller dialogs (particularly useful on smartphones)
 - use form input button elements instead of links (looks like buttons)
 - removed the titlebar..
 - resize the dialog according to the html content
 - softkeys support
 - remove the html input buttons on smartphone (we only use softkeys)
 - fix to make the HTML control work on smartphone (key events not propagated)

R=andreip,aa
CC=google-gears-eng@googlegroups.com
APPROVED=andreip,aa
DELTA=824  (735 added, 38 deleted, 51 changed)
OCL=6361720
SCL=6451068

git-svn-id: https://google-gears.googlecode.com/svn/trunk@933 fe895e04-df30-0410-9975-d76d301b4276
14 files changed:
gears/Makefile
gears/base/ie/interfaces.idl.m4
gears/tools/config.mk
gears/ui/common/html_dialog.js
gears/ui/generated/en-US/permissions_dialog.html.m4
gears/ui/generated/ui_html.rc.m4
gears/ui/ie/html_dialog_bridge_iemobile.cc
gears/ui/ie/html_dialog_bridge_iemobile.h
gears/ui/ie/html_dialog_bridge_iemobile.idl
gears/ui/ie/html_dialog_host_iemobile.cc
gears/ui/ie/html_dialog_host_iemobile.h
gears/ui/ie/html_dialog_host_iemobile.idl [copied from gears/ui/ie/html_dialog_bridge_iemobile.idl with 72% similarity]
gears/ui/ie/ui_resources.h
gears/ui/ie/ui_resources.rc.m4