summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)Author
2015-07-07MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi
2015-06-17MdeModulePkg:System hangs in setup menuDandan Bi
2015-06-09EDKII:Display engine should not depend on the framework codeDandan Bi
2015-05-27MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong
2015-05-26MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGEDDandan Bi
2015-05-19MdeModulePkg: Fix potential buffer overflow issues.Eric Dong
2015-05-14MdeModulePkg: Fix Typo.Eric Dong
2015-05-06MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong
2015-05-06MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong
2015-05-06MdeModulePkg: update comments for question.Eric Dong
2015-05-06MdeModulePkg: Enable buffer type value for default and oneofoption opcode.Eric Dong
2015-05-06MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong
2015-04-20Update the logic for action opcode, also support user input a empty string fo...Eric Dong
2015-01-30Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong
2015-01-23Avoid change the return status from above code which will also be used later.Eric Dong
2015-01-09Restore question value for question without storage after CHANGING callback r...Eric Dong
2014-12-15Eliminate the variable.Laszlo Ersek
2014-12-11MdeModulePkg: Update the device path info for the storage when former drivers...Eric Dong
2014-11-26Fixed user input arrow down/ page down caused form display highlight menu error.Eric Dong
2014-11-21MdeModulePkg: Refine the get default value logic.Eric Dong
2014-10-21Check the question value before call CHANGED. Only when question value has be...Eric Dong
2014-09-29Removes some unused assigned variables.Olivier Martin
2014-09-23Refine get default value process for browser. Eric Dong
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-27Refine the fix for the bug that cause assert when do the reconnect in the cal...Eric Dong
2014-07-30Refine code to make it more safely.Eric Dong
2014-07-28Update code to support VS2013 tool chain.Eric Dong
2014-07-28Update the code to follow UEFI spec, process date/time/ref value type as buff...Eric Dong
2014-07-21Refine code to follow good coding style.Eric Dong
2014-07-14Add check to make code more safely.Eric Dong
2014-07-14Check the validation when return from callback function to avoid use the inva...Eric Dong
2014-07-10Fix build fail for VS2005 tool chain.Eric Dong
2014-07-09Fix build fail for VS2005 tool chain.Eric Dong
2014-07-08Refine the save action for the browser.Eric Dong
2014-07-07Restore the question value before call the CHANGED callback type.Eric Dong
2014-06-26Refine code to make it more safely.Eric Dong
2014-05-14Based on request, export ResetRequired info used by browser.Eric Dong
2014-04-21Fix GCC build fail.Eric Dong
2014-04-18Refine the check expression result logic.Eric Dong
2014-04-18Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong
2014-04-11Update logic, only question with interactive attribute should trig the callba...Eric Dong
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong
2014-04-10Check the pointer before use it.Eric Dong
2014-04-08Refine the load form sets process for BrowserCallback function.Eric Dong
2014-02-21Check the Config access protocol before use it.Eric Dong