summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Expand)AuthorAgeFilesLines
* Fix running Gerrit on TomcatMatthias Sohn2018-11-151-1/+1
* Dissolve gerrit-war top-level directoryDavid Ostrovsky2017-10-317-0/+164
* Switch build system to use Maven 2Shawn O. Pearce2008-12-20193-14106/+0
* Insert a new comment editor when a patch line is double clickedShawn O. Pearce2008-12-197-3/+194
* Open/collapse comments in patches when enter or 'o' is presed on the lineShawn O. Pearce2008-12-191-5/+20
* Deregister all widgets before resetting a table's HTMLShawn O. Pearce2008-12-191-0/+5
* Cleanup the CSS so its more reused between diff typesShawn O. Pearce2008-12-194-108/+70
* Use raw HTML to create UnifiedDiffTable, like SideBySideTableShawn O. Pearce2008-12-193-158/+112
* Add real side-by-side compare for 2-way diffsShawn O. Pearce2008-12-1919-32/+885
* Correct the off-by-one-line error with comments on unified diffsShawn O. Pearce2008-12-191-2/+3
* Move a lot of the state for unifiedPatchDetailAction into the baseShawn O. Pearce2008-12-182-58/+61
* Extract unifiedPatchDetail code to make it more reusableShawn O. Pearce2008-12-186-235/+301
* Highlight horziontal tab characters by showing them in patch linesShawn O. Pearce2008-12-184-1/+90
* Allow "open item" (enter or 'o' keys) to open a line level commentShawn O. Pearce2008-12-182-0/+14
* Abstract out common parts of a patch detail screen's dataShawn O. Pearce2008-12-182-13/+42
* Show inline comments on the unified patch viewShawn O. Pearce2008-12-1712-25/+265
* Switch PatchLineComment's side field to be a numericShawn O. Pearce2008-12-171-32/+7
* Display styled unified diffsShawn O. Pearce2008-12-1712-0/+513
* Fix minor Javadoc formatting error in ChangeDetailShawn O. Pearce2008-12-171-1/+1
* Fix a minor formatting nit in GitwebLinkShawn O. Pearce2008-12-171-1/+0
* Change our no-cache headers to match gwtjsonrpcShawn O. Pearce2008-12-172-4/+6
* Show the source file path in the patch set table on copy/renamesShawn O. Pearce2008-12-174-1/+37
* Add ancestor revision update to PatchSetImporterShawn O. Pearce2008-12-172-3/+37
* Use JGit's progress meter interface instead of our ownShawn O. Pearce2008-12-171-10/+11
* Automatically resize and center dialogs when the window changesShawn O. Pearce2008-12-123-8/+82
* Fix the link menu items to use a pointer/hand cursor like normal linksShawn O. Pearce2008-12-121-0/+2
* Fix invalid <style> tag in host page so it works in Mac OS X hosted modeShawn O. Pearce2008-12-121-1/+1
* Only show side-by-side links if the patch is a pure unified diffShawn O. Pearce2008-12-121-3/+11
* Import all patch data again from Git to ensure it is accurateShawn O. Pearce2008-12-126-9/+426
* Add PatchContent to store the uncompressed content of a patchShawn O. Pearce2008-12-124-0/+108
* Add patch type and source file name to Patch entityShawn O. Pearce2008-12-121-3/+66
* Introduce RevId as an abstraction around revision stringsShawn O. Pearce2008-12-129-26/+81
* Add the default project path for our Git RepositoryCache to SystemConfigShawn O. Pearce2008-12-122-0/+17
* Import RepositoryCache from Gerrit 1 mgrappShawn O. Pearce2008-12-123-0/+160
* Add JGit to the build path so we can access Git repositoriesShawn O. Pearce2008-12-122-0/+4
* Show the depends on and needed by lists on a change pageShawn O. Pearce2008-12-087-3/+181
* Handle NotSignedIn errors gracefully during module loadShawn O. Pearce2008-12-082-3/+6
* Simplify formatting of whoAmI in GerritShawn O. Pearce2008-12-081-3/+2
* Use StringBuilder instead of StringBuffer when possibleShawn O. Pearce2008-12-083-10/+10
* Request that overflowing change subjects use "..." when possibleShawn O. Pearce2008-12-082-0/+10
* Misc. stylesheet formatting cleanupsShawn O. Pearce2008-12-081-3/+0
* Don't allow user names to be wrapped in account linksShawn O. Pearce2008-12-082-4/+5
* Add messages to the change detail screenShawn O. Pearce2008-12-0832-165/+858
* Fix ComplexDisclosurePanel widget containment to be proper GWT styleShawn O. Pearce2008-12-082-9/+22
* Mark all servlets as load-on-startupShawn O. Pearce2008-12-081-0/+6
* Fix the primary key declaration for AccountAccessShawn O. Pearce2008-12-081-2/+2
* Cleanup formatting on Firefox 2, 3 and SafariShawn O. Pearce2008-12-045-10/+39
* Define a basic display of the patches in a patch setShawn O. Pearce2008-12-0422-27/+441
* Refactor ChangeTable so much of its UI is reusableShawn O. Pearce2008-12-043-224/+296
* Move generic link types into client.uiShawn O. Pearce2008-12-045-9/+8