Age | Commit message (Expand) | Author |
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 | Set the free buffer pointer to NULL to avoid later free again. | Eric Dong |
2014-02-12 | Update the logic, only check the value change status for user input action, n... | Eric Dong |
2014-01-23 | Update password process logic, if password without interactive attribute, the... | Eric Dong |
2013-12-31 | Keep consistent about the return value between the caller and callee. | 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-18 | Update code to avoid using potential NULL pointer. | Eric Dong |
2013-12-17 | Update code to support guid op nest in the statement. | Eric Dong |
2013-12-17 | Get entire variable data for efi varstore at first time. | Eric Dong |
2013-12-09 | Refine code to fix potential code bug. | Eric Dong |
2013-11-27 | Update the logic in browser core, use config routine protocol instead of conf... | Eric Dong |
2013-11-25 | When need to find varstore in the storage list, based on the extra HiiHandle ... | Eric Dong |
2013-11-25 | Refine data copy and data compare logic. | 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-24 | Fix deadloop issue in BrowserCallback function. | 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-09-02 | Update sample code for date/time. | Eric Dong |
2013-08-23 | Add some comments, clear describe the efi varstore type. | Eric Dong |
2013-08-12 | Refine the code logic for browser and display engine. | 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-05-27 | Refine the logic about processing options for oneof opcode. | ydong10 |
2013-05-21 | When finish using the browser storage for one formset, browser should clean t... | ydong10 |
2013-05-16 | Update the logic about get initial value for one storage. | ydong10 |
2013-04-16 | Update the browser logic, make the storage as browser level instead of form s... | ydong10 |
2013-04-02 | Refine code to follow coding style. | ydong10 |
2013-03-27 | Update the traversal path logic. | ydong10 |
2013-03-27 | Update the code to follow UEFI spec, do the discard action when return EFI_BR... | ydong10 |
2013-03-20 | MdeModulePkg: Fixed 'variable set but not used' build warning. | erictian |
2013-03-15 | Refine the logic about gFunctionKeySetting, avoid some HII drivers can't show... | ydong10 |
2013-03-15 | Revert error check in code by patch 14206. | ydong10 |
2013-03-15 | Update the logic: | ydong10 |
2013-01-29 | Based on the feature PCD value, browser will decide whether to gray out the r... | ydong10 |
2013-01-28 | Update code which is not include in patch 14076. | ydong10 |
2013-01-22 | Update the code of processing device path info in browser to follow UEFI spec. | ydong10 |
2013-01-22 | Refine the menu display logic, support menus with more than one page of options. | ydong10 |
2013-01-06 | Base on the type field to get the width of value field for option opcode. | ydong10 |
2012-12-17 | Base on the value type to get the value for default opcode. | ydong10 |
2012-12-05 | Update the HiiConfigToBlock to follow spec. | ydong10 |
2012-11-15 | Check mHiiPackageListUpdated before set it to FALSE. | ydong10 |
2012-11-14 | Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T... | niruiyu |