index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
base
/
resource
/
resource_bundle.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
1
-3
/
+4
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
1
-4
/
+3
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-20
1
-3
/
+4
*
Supports FontList in Textfield.
yukishiino@chromium.org
2013-08-01
1
-14
/
+22
*
Use a direct include of strings headers in ui/, part 2.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update the remaining include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-17
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
1
-1
/
+1
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
1
-13
/
+17
*
Add support for 1x fallback images on iOS
stuartmorgan@chromium.org
2013-02-06
1
-0
/
+17
*
Adjust fonts (part of 137349): Add SmallBoldFont to ResourceBundle.
sschmitz@chromium.org
2012-12-19
1
-3
/
+5
*
Load the resources for max scale factor first.
oshima@chromium.org
2012-11-14
1
-2
/
+4
*
Cleanup resource_bundle_unittest
pkotwicz@chromium.org
2012-11-06
1
-12
/
+6
*
Fix typo in a comment.
milanb@chromium.org
2012-11-05
1
-1
/
+1
*
Use the maximum device scale factor to determine the resolution of thumbnails.
oshima@chromium.org
2012-11-02
1
-0
/
+14
*
Add method to load resources without scale
oshima@chromium.org
2012-11-01
1
-7
/
+16
*
Revert r165444 "Add method to load resources without scale"
oshima@chromium.org
2012-11-01
1
-16
/
+7
*
Add method to load resources without scale
oshima@chromium.org
2012-11-01
1
-7
/
+16
*
Resize images for hi-dpi based on a custom PNG chunk added by GRIT r78, and r...
benrg@chromium.org
2012-10-18
1
-8
/
+16
*
Add ResourceBundle::InitSharedInstanceLocaleOnly().
sergeyu@chromium.org
2012-10-10
1
-0
/
+10
*
This CL removes ResourceBundle::GetBitmapNamed() and ThemeProvider::GetBitmap...
pkotwicz@chromium.org
2012-10-09
1
-7
/
+0
*
Update resource_bundle.h image function comment.
msw@chromium.org
2012-09-21
1
-2
/
+1
*
Fix ResourceBundleImageSource so that it does not crash when 1.4x resources a...
pkotwicz@chromium.org
2012-09-19
1
-0
/
+1
*
Revert 157201 - Fix ResourceBundleImageSource so that it does not crash when ...
viettrungluu@chromium.org
2012-09-17
1
-1
/
+0
*
Fix ResourceBundleImageSource so that it does not crash when 1.4x resources a...
pkotwicz@chromium.org
2012-09-17
1
-0
/
+1
*
Add optional attribute to ResourceBundle::AddDataPack* and flag 2x chromeos r...
flackr@chromium.org
2012-08-31
1
-0
/
+11
*
Load 2x resources on demand
oshima@chromium.org
2012-08-29
1
-4
/
+9
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Add methods to add DataPack from open files
cjhopman@chromium.org
2012-07-10
1
-6
/
+20
*
Revert "Revert 137734 - Select theme resources from ResourceBundle at request...
flackr@chromium.org
2012-05-24
1
-11
/
+22
*
Revert 137734 - Select theme resources from ResourceBundle at requested scale...
fischman@chromium.org
2012-05-17
1
-22
/
+11
*
Select theme resources from ResourceBundle at requested scale factor.
flackr@chromium.org
2012-05-17
1
-11
/
+22
*
Add GetImageSkiaNamed to resource_bundle and theme_provider.
pkotwicz@chromium.org
2012-05-11
1
-0
/
+9
*
Add new ResourceBundle::Delegate interface.
marshall@chromium.org
2012-05-09
1
-15
/
+77
*
Add scale factor tag to data packs
sail@chromium.org
2012-05-01
1
-3
/
+4
*
Move RefCountedStaticMemory to base namespace
simon.hong81@gmail.com
2012-04-24
1
-2
/
+2
*
Web Intents: Add lots of polish to the Gtk picker.
jhawkins@chromium.org
2012-04-20
1
-1
/
+1
*
Metro/HiDPI: Cleanup ResourceBundle
sail@chromium.org
2012-04-12
1
-103
/
+24
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-1
/
+1
*
Cleanup: Remove unneeded forward declaration of NSImage from resource_bundle.h
tfarina@chromium.org
2012-03-26
1
-8
/
+0
*
Extract the last SkColor from ResourceBundle API.
tfarina@chromium.org
2012-03-05
1
-6
/
+0
*
Get the default color of toolbar separator through ThemeService.
tfarina@chromium.org
2012-02-02
1
-1
/
+0
*
content: Modfiy ResourceBundle and content_shell to run with alternative pak ...
erg@chromium.org
2012-01-28
1
-2
/
+3
*
Protect access to locale resources with a lock.
derat@chromium.org
2012-01-09
1
-13
/
+15
*
Move frame color constants to CustomFrameView.
tfarina@chromium.org
2011-12-24
1
-5
/
+0
*
Move some SkColor constants from ResourceBundle to BrowserFrameView.
tfarina@chromium.org
2011-12-21
1
-4
/
+0
*
GTK: Remove the one user of GetRTLEnabledSurfaceNamed() and move it over to R...
erg@chromium.org
2011-12-13
1
-0
/
+3
*
Refactor window frame painting into a window background class
jamescook@chromium.org
2011-12-10
1
-1
/
+3
*
Don't attempt to forward declare StringPiece.
erikwright@chromium.org
2011-12-07
1
-1
/
+1
*
Beginnings of Window Modality support.
ben@chromium.org
2011-11-16
1
-0
/
+2
[next]