summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-19Add changelog for new releaseHEADsubmit/2.0alpha-wayland/20121219.234836submit/2.0/20130306.222942accepted/2.0alpha-wayland/20121219.2339182.0alpha-wayland2.0Rusty Lynch1-0/+3
2012-12-19Port browser to new elementary 1.7 semanticsRusty Lynch1-9/+2
2012-11-30Adding changelog for new releasesubmit/2.0alpha-wayland/20121130.184844accepted/2.0alpha-wayland/20121130.183935Rusty Lynch1-0/+3
2012-11-30Fixing build breakage caused by updated EFLRusty Lynch2-4/+1
The new EFL libs are stricter about invalid edc code and also the elm_widget_add functionality has changed.
2012-09-14[Title] Default user agent string is changed for Tizen2.0Sangpyo Kim1-1/+1
[Issue#] N/A [Problem] N/A [Cause] user agent string is changed [Solution] changing user agent string [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I61c2364f516da947ea783e2d9aba11982e55847e
2012-09-14[Title] show appropriate zoom buttons when zoom level is changedSangpyo Kim2-3/+48
[Issue#] N_SE-9986 [Problem] Zoom In/out button doesn't work at the mobile site. [Cause] there was no proper scale factor comparing code. [Solution] hiding the buttons if min/max zoom level is same [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I017ff37dde47e4a83af065da6bffc8652cb059d7
2012-09-12Change default setting of "Default view level" from "Fit to width" to ↵Junghwan2-2/+2
"Readable" in case of resetting to default [Title] Change default setting of "Default view level" from "Fit to width" to "Readable" in case of resetting to default [Issue#] N_SE-9857 [Problem] Fit to width is set as default browser setting in "Reset to default setting" against "Readable" [Cause] It's assigned to set as Fit to width in step of browser resetting [Solution] Change default setting of "Default view level" from "Fit to width" to "Readable" in case of resetting to default [Team] Browser UI [Developer] junghwan kang (junghwan.kang) [Request] N/A Change-Id: Ib645a1dc55524e566e2953af9ba1f7b06fabfaf4
2012-09-11[Title] Modify to use soft refresh when reload.Hyerim Bae1-1/+1
[Issue#] N/A [Problem] Loader team reqeusts to use soft refresh instead of hard refresh. [Cause] Refresh takes longer time. [Solution] N/A [Team] Browser UI [Developer] Hyerim Bae [Request] N/A Change-Id: I38a522ce1ff607b5db595f173e8fb338ed6128db
2012-09-10Merge "Remove share function in history and bookmarks menu" into 2.0_betaInBum Chang2-40/+5
2012-09-10Remove share function in history and bookmarks menuJunghwan2-40/+5
[Title] Remove share function in history and bookmarks menu [Issue#] N_SE-9356 [Problem] share is not work in bookmark and history [Cause] Those context menu is not supported from platform [Solution] Remove the functions [Team] Browser UI [Developer] junghwan kang (junghwan.kang) [Request] N/A Change-Id: Iedbaf6705bb00128861763970aa3adf7a76bacd5
2012-09-10Merge "[Title] set passed origin data even though there is a duplicated ↵InBum Chang1-0/+3
website setting in the list." into 2.0_beta
2012-09-10[Title] set passed origin data even though there is a duplicated website ↵Sangpyo Kim1-0/+3
setting in the list. [Issue#] N_SE-9744 [Problem] crash occured [Cause] wrong pointer is passed [Solution] set passed origin data even though there is a duplicated website setting in the list. [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: Iaf5d7214bd5cce1bf396da4eb441c009f7d35100
2012-09-10Remove selection mode in image selected context menuJunghwan1-7/+1
[Title] Remove selection mode in image selected context menu [Issue#] N_SE-9572 [Problem] selection is not work [Cause] Those context menu is not supported from platform and webkit [Solution] Remove the functions [Team] Browser UI [Developer] junghwan kang (junghwan.kang) [Request] N/A Change-Id: I6fb32c3ea40bc41c0e4201193c2261ec5419d0a6
2012-09-10 Remove un-supported context popup menu (share)Junghwan2-16/+0
[Title] Remove un supported context popup menu (share) [Issue#] N_SE_9693 [Problem] Share is not work [Cause] share menu is not support in RC8 [Solution] Remove the functions [Team] Browser UI [Developer] junghwan kang (junghwan.kang) [Request] N/A Change-Id: I0b9546ec81d4c90610a606d17d597c3281ba1c16
2012-09-08Merge "Revert "[Title] Fix issue that the empty item is flickering when ↵InBum Chang4-256/+115
delete most visited item."" into 2.0_beta
2012-09-08Revert "[Title] Fix issue that the empty item is flickering when delete most ↵Sangpyo Kim4-256/+115
visited item." This reverts commit b58203becf5f6579d79d2481a050d3da716848c3
2012-09-08[Title] removing scale checking code due to vanishing zoom button issueSangpyo Kim1-6/+4
[Issue#] N/A [Problem] zoom buttons are vanished [Cause] browser hide the zoom buttons when the page reaches max/min scale [Solution] removing scale checking code due to vanishing zoom button issue [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I8c0868426fd6716ca99f4d8e6c55085b201a8b4e
2012-09-08[Title] applying some translated textSangpyo Kim7-23/+23
[Issue#] N/A [Problem] some of texts are not appropriate at the context itself [Cause] text was a bit odd [Solution] translated texts are applied. [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I02c4b931fd9d2e1a405bc60ecab55ea98a42d8e3
2012-09-08[Title] removing remember form and remember password setting menuSangpyo Kim4-366/+5
[Issue#] N/A [Problem] There are setting items which is not implemented. [Cause] the features isn't implemented. [Solution] menus are removed. [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I6b8e607a4b7094cd4519b366442d3156eb68b7ae
2012-09-07[Title] set a latest style for history genlistSangpyo Kim1-3/+3
[Issue#] N/A [Problem] The genlist style is too old. [Cause] The style hasn't been updated. [Solution] updating genlist style to latest. [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I870874228b4c116800258c63f8c528ac13664aaf Conflicts: src/browser-history/browser-history-layout.cpp
2012-09-07[Title] recovering sweeped item whem genlist go into edit mode.Sangpyo Kim4-0/+32
[Issue#] N_SE-9364 [Problem] list layout is broken [Cause] sweeped item on the genlist should be recovered before edit mode changed. [Solution] recovering sweeped item whem genlist go into edit mode. [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: Idb4ea3b0473aae17702d670222e2e28fe9341b1e
2012-09-07Merge "Remove un supported context popup menu (selection mode, share)" into ↵InBum Chang4-61/+2
2.0_beta
2012-09-07Remove un supported context popup menu (selection mode, share)Junghwan4-61/+2
[Title] Remove un supported context popup menu (selection mode, share) [Issue#] N/A [Problem] Share and text selection is not work [Cause] Those context menu is not supported from platform and webkit [Solution] Remove the functions [Team] Browser UI [Developer] junghwan kang (junghwan.kang) [Request] N/A Change-Id: Ibe1119f4ea31af7ed4e83526a3d0d5100667414b
2012-09-06[Title] showing the guidetext after finish to load the add to bookmark page.Sangpyo Kim1-0/+3
[Issue#] N_SE-8938 [Problem] The guidetext doesn't show at the first time. [Cause] EFL entry doesn't show the guide text at the first time. [Solution] sending the show signal after the view is loaded. [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: Ie2621f6e73cc6a44f3fa05a77b1319de8803916a
2012-09-06[Title] Modify to select all string when click url entry.Hyerim Bae1-0/+4
[Issue#] P120906-0573 [Problem] It's more convenient to block the url. [Cause] N/A [Solution] N/A [Team] Browser UI [Developer] Hyerim Bae [Request] N/A Change-Id: I6917b6eee46cac9b08e3dd849e65f5aa29ae9408
2012-09-06[Title] Fix issue that the title was empty for the first time in multi ↵Hyerim Bae1-5/+3
window view. [Issue#] N_SE-9225 [Problem] The title was empty for the first time in multi window view. [Cause] The title is encoded with mark up. [Solution] Modify not to encode the title. [Team] Browser UI [Developer] Hyerim Bae (hyerim.bae) [Request] N/A Change-Id: I0ece2ed4a5dab13ec08c3351122b35b52742fa44
2012-09-06Merge "[Title] Fix crash issue when delete multi window rapidly on ↵InBum Chang2-2/+7
emulator." into 2.0_beta
2012-09-06Merge "[Title] Set separator between list items." into 2.0_betaInBum Chang1-6/+11
2012-09-06Merge "Fix an issue that make border in homepage setting menu" into 2.0_betaInBum Chang2-44/+75
2012-09-06[Title] Fix crash issue when delete multi window rapidly on emulator.Hyerim Bae2-2/+7
[Issue#] N_SE-6880 [Problem] Crash happens when delete multi window if the previous multi window flow is not completed. [Cause] The duplicated delete callback is called. [Solution] Modify to be able to delete the multi window after the previous multi window is deleted completely. [Team] Browser UI [Developer] Hyerim Bae (hyerim.bae) [Request] N/A Change-Id: Icdab6ddcf04594779174fa9fad88cf5186750471
2012-09-05Fix an issue that make border in homepage setting menuJunghwan2-44/+75
[Title] Fix an issue that make border in homepage setting menu [Issue#] N_SE_8708 [Problem] border is not there in url editing field [Cause] property of the entry which platform suggests has the limitation [Solution] Make it to use genlist from entry [Team] Browser UI [Developer] junghwan kang (junghwan.kang) [Request] N/A Change-Id: Ic3f945752288311ceafc3b70abdf885ebb1fb017
2012-09-05[Title] Set separator between list items.Sangpyo Kim1-6/+11
[Issue#] N_SE-8956 [Problem] there is no border between URL and Title input field. [Cause] EFL seperator style name has been changed [Solution] Set proper separator style between list items. [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: Ibc8fdcfa96252cab72cafe2d8a4f4c54d13ae1c5
2012-09-05[Title] Fix issue that the layout is not fit in most visited sites when rotate.Hyerim Bae1-8/+3
[Issue#] N_SE-9166 [Problem] The rotate information is not correct. [Cause] Check it by window size. [Solution] Modify to use orientation API. [Developer] Hyerim Bae Change-Id: Ie8a43421535c1a2044cbb848359ad82d79d649e6
2012-09-05[Title] Fix issue that the empty item is flickering when delete most visited ↵Hyerim Bae4-115/+256
item. [Issue#] N_SE-9119 [Problem] The empty item is flickering when delete most visited item. [Cause] The empty item is added by idler. [Solution] Do not use idler in case of empty item. [Developer] Hyerim Bae Change-Id: I9a292686b2836aa74347727f0276ebf42a75f6df
2012-09-05[Title] SEL Verification - Seperator can't be displayed in browser setting view.Hyerim Bae1-1/+2
[Issue#] P120802-5081 [Problem] Seperator can't be displayed in browser setting view. [Cause] Genlist seperator item style was changed. [Solution] Modify the seperator item style. [Developer] hyerim.bae Change-Id: I2f4a75933bd015cdc0732bf92d110211ef00cead
2012-09-05[Title] applying manifest fileSangpyo Kim3-3/+42
[Issue#] N/A [Problem] desktop file is not enough to manage packages [Cause] ini file has limitaion. [Solution] applying xml manifest [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I4a5e2659622d2b4e9361892d6400883df1b08e42
2012-09-05[Title] Change private on icon.Hyerim Bae4-6/+6
[Issue#] P120905-2447 [Problem] Private icon is not different with GUI guide. [Cause] The private icon was not release. [Solution] The private icon is release in the latest GUI guide. [Team] Browser UI [Developer] Hyerim Bae [Request] N/A Change-Id: I8aabc9e4390522f9060d2790e8e6dcc8a5cb8c29
2012-09-05[Title] just return if the class is existed when the class contructor is calledSangpyo Kim1-10/+10
[Issue#] N/A [Problem] possible crash issue when the class is created [Cause] UI may send a click signal 2 times in very short time. [Solution] just return if the class is existed when the class contructor is called [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: Icab36c4f84363d59f2a00023004e134873cf177e Conflicts: src/browser-data-manager.cpp
2012-09-05Merge "[Title] just return if the view is existed when the bookmark view is ↵Hyerim Bae1-1/+1
created" into 2.0_beta
2012-09-05Merge "[Title] Set divided selection info layout due to rotating issue." ↵Hyerim Bae7-18/+142
into 2.0_beta
2012-09-05[Title] Fix find-word.jihye3.song1-1/+2
[Issue#] N_SE-6521 N_SE-7799 N_SE-9034 [Problem] find-word text color is not visible, control_bar is not visible. [Cause] no exception [Solution] Implementation exception. [Team] Browser UI [Developer] jihye3.song [Request] N/A Change-Id: I298cab28e3b3eab3dfa10c12a3c8715eb485e1a7
2012-09-05[Title] just return if the view is existed when the bookmark view is createdSangpyo Kim1-1/+1
[Issue#] N_SE-8418 [Problem] Crash occured [Cause] if the bookmark button is clicked twice in very short time, view is created before former view is destroyed. [Solution] just return if the view is existed when the bookmark view is created [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I36a3fc9dc458fd738035bfa5bc5da40ff6aedb07
2012-09-05[Title] Set divided selection info layout due to rotating issue.Sangpyo Kim7-18/+142
[Issue#] N_SE-8169 [Problem] Selection info popup is not fit to landscape mode screen [Cause] elm_notify doesn't support the auto rotate [Solution] using divided layout and dedicate one of them for selection info popup [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I5bb47d26c50de758b48db93b36490410717301f5 Conflicts: src/browser-common-view.cpp
2012-09-04[Title] Fix issue that the most visited item can't be deleted.Hyerim Bae3-3/+39
[Issue#] N_SE-8861 [Problem] The most visited item can't be deleted. [Cause] The most visited item index is wrong. [Solution] Delete the most visited item with url. [Team] Browser UI [Developer] Hyerim Bae [Request] N/A Change-Id: I4795a74b9dedb9a293bf61432b1b916acf03e7b0
2012-09-04Give webkit a focus out signal to destroy webkit context popup in more menu ↵Junghwan0-0/+0
and reader view [Title] Give webkit a focus out signal to destroy webkit context popup in more menu and reader view [Issue#] N/A [Problem] Webkit context popup is not disappeared when touching more menu and reader view [Cause] N/A [Solution] Give webkit a focus out signal to destroy webkit context popup in more menu and reader view [Team] Browser UI [Developer] Junghwan kang [Request] N/A Change-Id: I942d3b9272b26ddde1e1ad2e5d984ae5a8a28afd
2012-09-04Change operation from appsvc to appcontrolJunghwan1-1/+1
[Title] Change operation from appsvc to appcontrol [Issue#] N/A [Problem] N/A [Cause] Operation name changed [Solution] Change operation from appsvc to appcontrol [Team] Browser UI [Developer] junghwan kang (junghwan.kang) [Request] N/A Change-Id: I1ba3d030c607e1ab27255c237ccb68c9a6c70e3f
2012-09-04Merge "[Title] hiding the guide text when the input field is not empty." ↵InBum Chang2-1/+4
into 2.0_beta
2012-09-04[Title] hiding the guide text when the input field is not empty.Sangpyo Kim2-1/+4
[Issue#] N_SE-8776 [Problem] Text overlapped when copy the text from clipboard to empty input field [Cause] guide text couldn't be hidden when the input field is not focused. [Solution] hiding the guide text [Team] Browser UI [Developer] sangpyo7.kim [Request] N/A Change-Id: I71b6a1a6ed9f99debf70ff692c8122374392f14d
2012-09-04Add customized application context menu viewJunghwan7-40/+659
[Title] Add customized application context menu view [Issue#] S1-7846 [Problem] As per UI share option should be in pop up [Cause] UX changed [Solution] Add customized application context menu view [Team] Browser UI [Developer] junghwan kang (junghwan.kang) [Request] N/A Change-Id: Ia5921f557f25e442a73878fbdf57bdb55f1b7ed1
2012-09-04Remove function of meta tagJunghwan6-445/+1
[Title] Remove function of meta tag [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] Remove function of meta tag [Team] Browser UI [Developer] Junghwan kang [Request] N/A Change-Id: Ib6e91c35b70566a75672128906ac2c63d86eba0b