summaryrefslogtreecommitdiffstats
path: root/ui/base/resource
Commit message (Expand)AuthorAgeFilesLines
* Rename PlatformFontPango to PlatformFontLinux.derat2015-02-121-3/+3
* Make FontList description-parsing public.derat2015-02-101-8/+7
* Remove tony@chromium.org from OWNERS files.kalman2015-01-161-1/+0
* replace COMPILE_ASSERT with static_assert in ui/mostynb2015-01-141-3/+3
* Updates the default gfx::FontList on UI language change.mukai2015-01-123-21/+54
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cleanup: Update the path to safe_integer_conversions.h header.tfarina2014-12-211-1/+1
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-1/+0
* ui/base: Mark DataPack's ctor explicit.tfarina2014-12-171-1/+1
* ui/base: Cleanup usage of scoped_ptr.tfarina2014-12-112-3/+3
* Roboto font UI experimentjshin2014-12-091-1/+2
* Undoing instrumentations for task URLRequestSimpleJob::StartAsyncvadimt2014-11-201-15/+0
* Remove workaround that was forcing 2x assets on 3x devices.lliabraa2014-11-071-11/+1
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-7/+7
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-8/+4
* Clarify that enum classes include explicit underlying types.thakis2014-10-291-1/+1
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-251-0/+16
* [iOS] Load chrome_300_percent.pak file on @3x devices.lliabraa2014-10-242-4/+3
* Remove IsHighDPIEnabled, move EnableHighDPISupport to only place it's usedscottmg2014-10-233-14/+8
* remove ui/base/win/dpi_setup.ccscottmg2014-10-231-2/+1
* Standardize usage of virtual/override/final in ui/dcheng2014-10-212-9/+9
* Type conversion fixes, ui/ edition.pkasting2014-10-212-5/+8
* Revert of Eliminate silently letting errors pass on pak loading. (patchset #1...dcheng2014-10-164-24/+23
* Eliminate silently letting errors pass on pak loading.avi2014-10-154-23/+24
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-094-16/+16
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-071-2/+2
* Disable DelegateGetFontList test on Android through C++.tfarina2014-10-011-1/+1
* Clean up pak loading.avi2014-09-292-4/+2
* Uses the correct scale factor for fallback images on iOS.rohitrao2014-09-191-3/+5
* Enables 300P support for iOS.rohitrao2014-09-162-3/+16
* Avoid DCHECK on 3x scaled screens.lliabraa2014-09-111-1/+6
* Makes loading test resources load the first supported scale factorsky2014-09-101-1/+3
* Use qualified path for three more grit headers from ui.tfarina2014-09-071-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-057-7/+7
* ui: No need to add content resources paks in ResourceBundle Mac port.tfarina2014-09-031-5/+0
* Move webkit resources over to content.tfarina@chromium.org2014-08-221-5/+6
* Use a qualified path for ui_resources.h grit includes.tfarina@chromium.org2014-08-171-1/+2
* Merge ResourceBundle's InitSharedInstanceLocaleOnly with InitSharedInstanceWi...tfarina@chromium.org2014-08-142-17/+14
* Drop the bool parameter from InitSharedInstanceWithPakFileRegion().tfarina@chromium.org2014-08-122-11/+3
* Make it possible to find locale pak files in the Android apk.mkosiba@chromium.org2014-07-293-3/+57
* [android_webview] Do not extract webviewchromium.pakprimiano@chromium.org2014-07-292-7/+13
* Add support for loading pak files from arbitrary file regions.primiano@chromium.org2014-07-285-3/+68
* Makes embedded content shell build without pangovarkha@chromium.org2014-07-221-1/+1
* Adding OverrideStringResource API to ResourceBundle.jwd@chromium.org2014-07-123-2/+61
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-012-4/+2
* Enable arbitrary scale factoroshima@chromium.org2014-06-111-5/+4
* Replace ui::GetImageScale with ui::GetScaleForScaleFactor or just a float.oshima@chromium.org2014-06-101-1/+1
* Pass the device scale factor in the command line to renderer processes.ananta@chromium.org2014-06-041-1/+4
* ui: Fix ui_unittests assertion on iOS.tfarina@chromium.org2014-05-281-3/+1