summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)AuthorFilesLines
2017-10-10MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao1-1/+1
2017-09-22MdeModulePkg/SetupBrowser:Add NULL check before using a pointerDandan Bi1-5/+5
2017-09-21MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi4-42/+219
2017-07-27MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan3-13/+20
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu3-9/+44
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng1-18/+2
2016-12-06MdeModulePkg/SetupBrowserDxe: Fix incorrect local variable usedDandan Bi1-4/+5
2016-11-25MdeModulePkg: Clear the buffer after using itDandan Bi1-0/+1
2016-11-25MdeModulePkg/SetupBrowser:Don't support password without interactive flagDandan Bi1-21/+2
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin2-8/+8
2016-10-19MdeModulePkg/SetupBrowser: Send discard info to driver when fail to submitDandan Bi1-0/+29
2016-09-27MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefixLiming Gao3-3/+3
2016-08-31MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu3-7/+7
2016-08-23MdeModulePkg/Browser: Fix conflicting policy in getting default of checkboxLiming Gao1-2/+5
2016-08-12MdeModulePkg/Browser: Enhance the logic when getting value from AltRespDandan Bi1-26/+35
2016-08-11MdeModulePkg/Browser: Share default if some default value are not specifiedDandan Bi2-5/+43
2016-06-27MdeModulePkg/SetupBrowser: Fix the typo in the commentGary Lin1-1/+1
2016-06-01MdeModulePkg/SetupBrowser: Correct the incorrect variable nameDandan Bi1-2/+2
2016-05-17MdeModulePkg/SetupBrowser: Clean the BufferValue for string before useDandan Bi2-1/+5
2016-05-17MdeModulePkg/SetupBrowser: Should free ConfigResp when it no longer be usedDandan Bi1-1/+2
2016-05-06MdeModulePkg/SetupBrowser: Call submit callback function when no failureDandan Bi1-2/+13
2016-05-06MdeModulePkg: Restore question base on the fail info when submit failDandan Bi2-7/+151
2016-04-25MdeModulePkg/SetupBrowserDxe: Remove the useless checkDandan Bi1-1/+1
2016-04-19MdeModulePkg/SetupBrowserDxe: Get default from callback for orderedListDandan Bi1-1/+9
2016-02-25MdeModulePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTEDDandan Bi1-0/+98
2016-01-27MdeModulePkg:Restore the HiiValue for string opcodeDandan Bi1-1/+5
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: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+6
2015-12-03MdeModulePkg: remove unreachable codeArd Biesheuvel1-1/+0
2015-10-27MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2-4/+28
2015-10-21MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2-1/+15
2015-10-15Update register hot key logic, return EFI_ALREADY_START status if same hot ke...Eric Dong2-12/+13
2015-08-03MdeModulePkg:Fix the issue FindQuestionFromProgress in SetupBrowserDxe is brokenDandan Bi2-0/+14
2015-07-27MdeModulePkg:SetupBrowser output debug message when DisplayEngineDxe is not i...Dandan Bi1-0/+1
2015-07-07MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu3-4/+2
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi3-34/+51
2015-06-17MdeModulePkg:System hangs in setup menuDandan Bi1-1/+10
2015-06-09EDKII:Display engine should not depend on the framework codeDandan Bi3-0/+17
2015-05-27MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong3-7/+104
2015-05-26MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGEDDandan Bi2-5/+16
2015-05-19MdeModulePkg: Fix potential buffer overflow issues.Eric Dong2-2/+5
2015-05-14MdeModulePkg: Fix Typo.Eric Dong1-2/+2
2015-05-06MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong1-3/+37
2015-05-06MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong4-4/+186
2015-05-06MdeModulePkg: update comments for question.Eric Dong1-2/+2
2015-05-06MdeModulePkg: Enable buffer type value for default and oneofoption opcode.Eric Dong2-2/+40
2015-05-06MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong3-6/+83
2015-04-20Update the logic for action opcode, also support user input a empty string fo...Eric Dong1-0/+2