summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)AuthorFilesLines
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-10/+16
2014-08-27Refine the fix for the bug that cause assert when do the reconnect in the cal...Eric Dong2-29/+4
2014-07-30Refine code to make it more safely.Eric Dong1-2/+7
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-0/+2
2014-07-28Update the code to follow UEFI spec, process date/time/ref value type as buff...Eric Dong1-71/+219
2014-07-21Refine code to follow good coding style.Eric Dong2-4/+4
2014-07-14Add check to make code more safely.Eric Dong1-2/+5
2014-07-14Check the validation when return from callback function to avoid use the inva...Eric Dong3-49/+156
2014-07-10Fix build fail for VS2005 tool chain.Eric Dong1-1/+1
2014-07-09Fix build fail for VS2005 tool chain.Eric Dong1-1/+1
2014-07-08Refine the save action for the browser.Eric Dong4-159/+823
2014-07-07Restore the question value before call the CHANGED callback type.Eric Dong1-0/+5
2014-06-26Refine code to make it more safely.Eric Dong3-1/+10
2014-05-14Based on request, export ResetRequired info used by browser.Eric Dong2-1/+34
2014-04-21Fix GCC build fail.Eric Dong1-4/+4
2014-04-18Refine the check expression result logic.Eric Dong4-12/+59
2014-04-18Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong1-0/+46
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong4-239/+250
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong3-58/+27
2014-04-11Update logic, only question with interactive attribute should trig the callba...Eric Dong1-0/+4
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong3-3/+52
2014-04-10Check the pointer before use it.Eric Dong1-0/+2
2014-04-08Refine the load form sets process for BrowserCallback function.Eric Dong2-45/+68
2014-02-21Check the Config access protocol before use it.Eric Dong2-15/+20
2014-02-18Update configrequest string at runtime for dynamic created question.Eric Dong3-97/+32
2014-02-18Update the ValueChanged flag before call CHANGED callback type.Eric Dong1-5/+9
2014-02-13Set the Reset flag if user select one statement which has reset attribute and...Eric Dong1-0/+10
2014-02-12Set the free buffer pointer to NULL to avoid later free again.Eric Dong1-0/+1
2014-02-12Update the logic, only check the value change status for user input action, n...Eric Dong3-23/+223
2014-01-23Update password process logic, if password without interactive attribute, the...Eric Dong1-2/+16
2013-12-31Keep consistent about the return value between the caller and callee.Eric Dong2-14/+36
2013-12-30Rollback the change 15021.Eric Dong2-5/+3
2013-12-26Keep consistent about the return value between the caller and callee.Eric Dong2-3/+5
2013-12-18Update code to avoid using potential NULL pointer.Eric Dong1-1/+1
2013-12-17Update code to support guid op nest in the statement.Eric Dong3-61/+96
2013-12-17Get entire variable data for efi varstore at first time.Eric Dong1-1/+27
2013-12-09Refine code to fix potential code bug.Eric Dong1-7/+8
2013-11-27Update the logic in browser core, use config routine protocol instead of conf...Eric Dong2-417/+228
2013-11-25When need to find varstore in the storage list, based on the extra HiiHandle ...Eric Dong3-29/+56
2013-11-25Refine data copy and data compare logic.Eric Dong1-1/+50
2013-11-20Refine code to follow coding style.Eric Dong1-1/+1
2013-11-07Update the logic, based on the device path and formset guid to find the HiiHa...Eric Dong3-133/+125
2013-09-25Use RETRIEVE instead of CHANGING for refresh question.Eric Dong3-20/+45
2013-09-24Fix deadloop issue in BrowserCallback function.Eric Dong3-31/+43
2013-09-16Export one interface to support 3rd party to change question attribute, such ...Eric Dong3-1/+58
2013-09-16Refine question value update logic.Eric Dong1-5/+38
2013-09-04Enable warningif opcode in browser.Eric Dong3-6/+80
2013-09-02Update sample code for date/time.Eric Dong1-14/+0
2013-08-23Add some comments, clear describe the efi varstore type.Eric Dong2-2/+8