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