summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-24MdeModulePkg/SetupBrowserDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLYMing Tan1-0/+9
2022-07-22MdeModulePkg/SetupBrowserDxe:Follow spec'd way to reconnect driverWalon Li1-3/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-520/+555
2020-06-10MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-updateWalon Li1-0/+2
2019-08-02MdeModulePkg: Fix typos and add periodsShenglei Zhang1-2/+2
2019-07-10MdeModulePkg/Setup: Check ConfigAccess protocol in case it's destroyedGregX Yeh1-0/+34
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-04MdeModulePkg/Setup: Fix incorrect size used in AllocateCopyPoolBi, Dandan1-2/+2
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-55/+55
2017-07-27MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan1-3/+6
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng1-18/+2
2016-11-25MdeModulePkg: Clear the buffer after using itDandan Bi1-0/+1
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-4/+4
2016-08-31MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu1-4/+4
2016-05-17MdeModulePkg/SetupBrowser: Clean the BufferValue for string before useDandan Bi1-1/+3
2015-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+12
2015-12-15Rollback change r19245 because it missed one change.Cecil Sheng1-6/+2
2015-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+6
2015-06-09EDKII:Display engine should not depend on the framework codeDandan Bi1-0/+15
2015-05-27MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong1-5/+60
2015-05-26MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGEDDandan Bi1-4/+15
2015-05-06MdeModulePkg: update comments for question.Eric Dong1-2/+2
2015-05-06MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong1-4/+64
2015-04-20Update the logic for action opcode, also support user input a empty string fo...Eric Dong1-0/+2
2015-01-23Avoid change the return status from above code which will also be used later.Eric Dong1-2/+3
2015-01-09Restore question value for question without storage after CHANGING callback r...Eric Dong1-3/+10
2014-11-26Fixed user input arrow down/ page down caused form display highlight menu error.Eric Dong1-78/+24
2014-11-21MdeModulePkg: Refine the get default value logic.Eric Dong1-2/+2
2014-10-21Check the question value before call CHANGED. Only when question value has be...Eric Dong1-1/+6
2014-08-27Refine the fix for the bug that cause assert when do the reconnect in the cal...Eric Dong1-28/+0
2014-07-14Check the validation when return from callback function to avoid use the inva...Eric Dong1-33/+56
2014-07-08Refine the save action for the browser.Eric Dong1-12/+18
2014-06-26Refine code to make it more safely.Eric Dong1-0/+4
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong1-202/+62
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong1-17/+27
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong1-1/+34
2014-02-21Check the Config access protocol before use it.Eric Dong1-15/+16
2014-02-18Update configrequest string at runtime for dynamic created question.Eric Dong1-64/+0
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-12Update the logic, only check the value change status for user input action, n...Eric Dong1-1/+101
2013-12-30Rollback the change 15021.Eric Dong1-3/+3
2013-12-26Keep consistent about the return value between the caller and callee.Eric Dong1-3/+3
2013-12-17Update code to support guid op nest in the statement.Eric Dong1-16/+7
2013-11-27Update the logic in browser core, use config routine protocol instead of conf...Eric Dong1-7/+2
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 Dong1-97/+102
2013-09-25Use RETRIEVE instead of CHANGING for refresh question.Eric Dong1-16/+30
2013-09-16Export one interface to support 3rd party to change question attribute, such ...Eric Dong1-0/+55
2013-09-16Refine question value update logic.Eric Dong1-5/+38