Age | Commit message (Expand) | Author |
2016-05-17 | MdeModulePkg/SetupBrowser: Clean the BufferValue for string before use | Dandan Bi |
2015-12-15 | MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback. | Cecil Sheng |
2015-12-15 | Rollback change r19245 because it missed one change. | Cecil Sheng |
2015-12-15 | MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback. | Cecil Sheng |
2015-06-09 | EDKII:Display engine should not depend on the framework code | Dandan Bi |
2015-05-27 | MdeModulePkg: Enable reconnect request from action request or question flag. | Eric Dong |
2015-05-26 | MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGED | Dandan Bi |
2015-05-06 | MdeModulePkg: update comments for question. | Eric Dong |
2015-05-06 | MdeModluePkg: Enable refresh opcode to refresh the entire form. | Eric Dong |
2015-04-20 | Update the logic for action opcode, also support user input a empty string fo... | Eric Dong |
2015-01-23 | Avoid change the return status from above code which will also be used later. | Eric Dong |
2015-01-09 | Restore question value for question without storage after CHANGING callback r... | Eric Dong |
2014-11-26 | Fixed user input arrow down/ page down caused form display highlight menu error. | Eric Dong |
2014-11-21 | MdeModulePkg: Refine the get default value logic. | Eric Dong |
2014-10-21 | Check the question value before call CHANGED. Only when question value has be... | Eric Dong |
2014-08-27 | Refine the fix for the bug that cause assert when do the reconnect in the cal... | Eric Dong |
2014-07-14 | Check the validation when return from callback function to avoid use the inva... | Eric Dong |
2014-07-08 | Refine the save action for the browser. | Eric Dong |
2014-06-26 | Refine code to make it more safely. | Eric Dong |
2014-04-15 | Update question validation logic, move the check pointer from after user inpu... | Eric Dong |
2014-04-14 | Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo... | Eric Dong |
2014-04-11 | Sync value for string opcode after call the Callback function. | Eric Dong |
2014-02-21 | Check the Config access protocol before use it. | Eric Dong |
2014-02-18 | Update configrequest string at runtime for dynamic created question. | Eric Dong |
2014-02-18 | Update the ValueChanged flag before call CHANGED callback type. | Eric Dong |
2014-02-13 | Set the Reset flag if user select one statement which has reset attribute and... | Eric Dong |
2014-02-12 | Update the logic, only check the value change status for user input action, n... | Eric Dong |
2013-12-30 | Rollback the change 15021. | Eric Dong |
2013-12-26 | Keep consistent about the return value between the caller and callee. | Eric Dong |
2013-12-17 | Update code to support guid op nest in the statement. | Eric Dong |
2013-11-27 | Update the logic in browser core, use config routine protocol instead of conf... | Eric Dong |
2013-11-20 | Refine code to follow coding style. | Eric Dong |
2013-11-07 | Update the logic, based on the device path and formset guid to find the HiiHa... | Eric Dong |
2013-09-25 | Use RETRIEVE instead of CHANGING for refresh question. | Eric Dong |
2013-09-16 | Export one interface to support 3rd party to change question attribute, such ... | Eric Dong |
2013-09-16 | Refine question value update logic. | Eric Dong |
2013-09-04 | Enable warningif opcode in browser. | Eric Dong |
2013-08-12 | Update Browser to provide the customization possibilities. | Eric Dong |
2013-08-12 | Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers... | Eric Dong |
2013-08-09 | Update Browser to provide the customization possibilities. | Eric Dong |
2013-06-06 | Update code to follow spec, add discard form action before reset. | Eric Dong |
2013-03-27 | Update the code to follow UEFI spec, do the discard action when return EFI_BR... | ydong10 |
2013-01-22 | Update the code of processing device path info in browser to follow UEFI spec. | ydong10 |
2012-11-15 | Check mHiiPackageListUpdated before set it to FALSE. | ydong10 |
2012-08-21 | Patch includes: | ydong10 |
2012-07-06 | When do discard action, enable callback action for questions which have value... | ydong10 |
2012-05-29 | Enable wide string for title and help string | ydong10 |
2012-01-31 | Enable nest for suppressif/grayoutif/diableif for form/question/option. | ydong10 |
2011-12-15 | Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val... | ydong10 |
2011-12-07 | Enable EFI_BROWSER_ACTION_CHANGED callback type for browser. | ydong10 |