summaryrefslogtreecommitdiffstats
path: root/ui/webui
Commit message (Expand)AuthorAgeFilesLines
* Twiddle with some WebUI marginsestade2014-09-171-1/+0
* settings/webui: fix bubble regressions because of closure compilation.dbeam2014-09-171-3/+2
* Revert of Add public API generation with cr.makePublic() and handle it in com...rockot2014-09-171-18/+0
* Add public API generation with cr.makePublic() and handle it in compiler passvitalyp2014-09-161-0/+18
* Handles selection on dblclick on any bookmark list itemb.rout2014-09-161-2/+10
* Compile chrome://settings, part 3: 167 proper errors leftvitalyp2014-09-161-2/+2
* Compile chrome://settings, part 2: reduce from 950 to 400 errorsvitalyp2014-09-126-32/+43
* Settings: manage location.hash explicitly on a Page.davidben2014-09-122-11/+52
* Use requestAnimationFrame() instead of vendor-specific version.fukino2014-09-091-1/+1
* Typecheck chrome://help using CompilerPass.java, everything except dependency...vitalyp2014-09-074-76/+96
* Compile chrome://settings, part 1: remove all warningsvitalyp2014-09-062-3/+3
* webui: add a gyp file for ui/webui/resources/js/cr/ui and build the pre-compileddbeam2014-09-051-0/+17
* Fix typo from 0effca0b2cc1e55ed3b12ea6a92a73a30698421cEvan Stade2014-09-051-1/+1
* WebUI: Change checkbox vertical offset for Chromeos.estade2014-09-051-0/+5
* Get rid of some <label for> misuse in browser_options.htmlestade2014-09-031-1/+3
* Revert of Revert "Typecheck JS files for chrome://extensions" (patchset #1 of...dbeam2014-08-2710-69/+76
* Revert "Typecheck JS files for chrome://extensions"Eric Roman2014-08-2710-76/+69
* Typecheck JS files for chrome://extensionsvitalyp2014-08-2710-69/+76
* Remove code duplication in PageManagermichaelpg2014-08-231-29/+28
* Typecheck JS files for chrome://historyvitalyp@chromium.org2014-08-2110-178/+173
* Fix bookmark manager regression by allowing cr.ui.Menu#findMenuItem_ to retur...dbeam@chromium.org2014-08-211-1/+1
* Added assert() and assertInstanceof() declaration, added handling of assert()...vitalyp@chromium.org2014-08-194-11/+29
* webui: make EventTracker.add()'s capture argument optional.dbeam@chromium.org2014-08-191-3/+4
* history: rework focus management.dbeam@chromium.org2014-08-143-0/+306
* Handle property definition by {cr|Object}.defineProperty() in compiler passvitalyp@chromium.org2014-08-141-0/+3
* Fix for closing the Alert overlay.michaelpg@chromium.org2014-08-141-3/+8
* Closure compile JS files with GYP.dbeam@chromium.org2014-08-112-0/+80
* Typecheck JS files for chrome://help before doing import transitionvitalyp@chromium.org2014-08-091-8/+11
* Use PageManager in About pagemichaelpg@chromium.org2014-08-073-79/+107
* Typecheck some of ui/webui/resources/js/ with Closure compiler.dbeam@chromium.org2014-08-0411-144/+175
* Delete the Safe Browsing V1 interstitialfelt@chromium.org2014-07-311-0/+0
* Split OptionsPage into Page and PageManager.michaelpg@chromium.org2014-07-313-0/+1024
* Rename "managed (mode|user)" to "supervised user" (part 8)treib@chromium.org2014-07-301-2/+2
* Remove focusFirstElement as it's never called in current Chrome sourcevitalyp@chromium.org2014-07-261-7/+0
* webui: Remove unnecessary </include>s everywhere.dbeam@chromium.org2014-07-242-2/+2
* Include the document URL in the load_time_data.js expectation failures.kalman@chromium.org2014-07-231-2/+4
* Fix infinite loop around FocusManager.onDocumentFocus_() when getFocusParent(...alekseys@chromium.org2014-07-181-14/+1
* Gallery: Add support for Media Keyseduardo.lima@intel.com2014-07-141-0/+2
* Remove cr.isGTK; it's not used any more.dbeam@chromium.org2014-07-111-6/+0
* history/a11y: Make history list tab order shorter.dbeam@chromium.org2014-07-021-0/+7
* Work on GN build, mostly in //uibrettw@chromium.org2014-07-021-10/+0
* Unnecessary UI elements at settings page hidden for Public accounts.merkulova@chromium.org2014-07-021-21/+61
* Improve list CSS in optionsestade@chromium.org2014-06-171-3/+3
* Fix spacing of bubble buttons in RTL.michaelpg@chromium.org2014-06-171-1/+1
* Check if the pointed element is a part of list item.fukino@chromium.org2014-05-221-7/+11
* In order to remove unused png files inside the chromium source code, I've fir...beaufort.francois@gmail.com2014-05-229-0/+0
* options: temporarily fix text rendering bug in overlays.dbeam@chromium.org2014-05-201-0/+2
* Select the pointed item when drag operation starts.fukino@chromium.org2014-05-201-0/+19
* Do not call event.preventDefault() on touchstart for menu items.fukino@chromium.org2014-05-171-1/+6
* Hide context menu on 'touchstart' event.fukino@chromium.org2014-05-161-0/+2