Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bugzillatweaks' into next. | Matěj Cepl | 2011-07-19 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a horribly botched branch merged. Conflicts: chip-data/chipNames.json data/lib/bugzillaDOMFunctions.js data/lib/bzpage.js data/lib/jumpNextBug.js data/lib/otherButtons.js data/lib/queries.js data/lib/util.js data/rhlib/addAttachmentRow.js data/rhlib/fixingAttMIME.js data/rhlib/rhbzpage.js data/tweaks/bug-page-mod.js data/tweaks/viewSource.js lib/libbugzilla.js lib/main.js package.json | ||||
| * | Add mysterious QXL device to chipNames.json. | Matěj Cepl | 2011-07-12 | 1 | -0/+1 |
| | | |||||
| * | Separate PCI ID components with colon not with comma. | Matěj Cepl | 2011-06-10 | 1 | -561/+562 |
| | | | | | | | | | | | | Conflicts: data/rhlib/rhbzpage.js | ||||
| * | Add PCI ID 8086:2572 as Springdale. | Matěj Cepl | 2011-06-05 | 1 | -0/+1 |
| | | |||||
| * | Add Cirrus GD5446 chip (emulated in KVM) to the chipNames.json. | Matěj Cepl | 2011-06-05 | 1 | -1/+2 |
| | | |||||
| * | Fix Sandybridge spelling. | Matěj Cepl | 2011-06-05 | 1 | -7/+7 |
| | | |||||
* | | Separate PCI ID components with colon not with comma. | Matěj Cepl | 2011-06-10 | 1 | -560/+561 |
| | | |||||
* | | Add PCI ID 8086:2572 as Springdale. | Matěj Cepl | 2011-05-10 | 1 | -0/+1 |
| | | |||||
* | | Add Cirrus GD5446 chip (emulated in KVM) to the chipNames.json. | Matěj Cepl | 2011-04-20 | 1 | -1/+2 |
| | | |||||
* | | Fix Sandybridge spelling. | Matěj Cepl | 2011-03-30 | 1 | -7/+7 |
|/ | |||||
* | Adding PCI ID 1002:6718 … Cayman XT and some other chips data cleanup. | Matěj Cepl | 2011-03-23 | 1 | -8/+9 |
| | |||||
* | Add VMware chip | Matěj Cepl | 2011-03-02 | 1 | -1/+2 |
| | |||||
* | Nouveau doesn't dedicated data, so just the Chipset line is parsed. | Matěj Cepl | 2011-02-24 | 3 | -601/+602 |
| | |||||
* | Fill in magic finally really works. | Matěj Cepl | 2011-02-22 | 1 | -488/+488 |
| | |||||
* | Fix fill-in magic. | Matěj Cepl | 2011-02-20 | 6 | -0/+2849 |
* changed regexp for parsing driver line, just PCI ID is relevant. * all magic is now in data * eliminated most unnecessary console.logs ... either changed to console.error or just removed. |