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
/
printing
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Apply paper size selection for local printers on OSX.
vitalybuka@chromium.org
2014-06-20
2
-80
/
+102
*
Fixed C++ type conversion.
vitalybuka@chromium.org
2014-06-19
2
-5
/
+5
*
Print Preview: Enable tests disabled on ASAN once again.
thestig@chromium.org
2014-06-18
1
-2
/
+7
*
Add paper size support for local printing on Windows.
vitalybuka@chromium.org
2014-06-16
2
-21
/
+36
*
Add paper size reporting for CUPS printers (to let user to select one in the ...
alekseys@chromium.org
2014-06-13
4
-4
/
+75
*
Improvements in --debug-print switch implementation.
vitalybuka@chromium.org
2014-06-12
14
-299
/
+427
*
Guarded shrink setting with ifdefs to make clear where it is used.
vitalybuka@chromium.org
2014-06-12
5
-40
/
+49
*
Changes in printer settings:
alekseys@chromium.org
2014-06-12
6
-13
/
+57
*
Revert of Revert of Generalize printer color model handling, get rid of CUPS ...
ckocagil@chromium.org
2014-06-08
3
-14
/
+3
*
Revert of Generalize printer color model handling, get rid of CUPS specific c...
ckocagil@chromium.org
2014-06-08
3
-3
/
+14
*
Generalize printer color model handling, get rid of CUPS specific case. Enabl...
alekseys@chromium.org
2014-06-08
3
-14
/
+3
*
Revert 275646 "Generalize printer color model handling, get rid ..."
vitalybuka@chromium.org
2014-06-07
3
-3
/
+14
*
Generalize printer color model handling, get rid of CUPS specific case. Enabl...
alekseys@chromium.org
2014-06-07
3
-14
/
+3
*
Convert local printer capabilites to CDD format to unify with cloud printers ...
alekseys@chromium.org
2014-06-05
4
-26
/
+52
*
Linux: Remove unused gcrypt gyp code.
thestig@chromium.org
2014-06-04
1
-5
/
+0
*
Add src/printing to the GN build.
brettw@chromium.org
2014-06-04
2
-4
/
+285
*
Cleanup: Get rid of unneeded base::UTF16ToWide() conversions.
thestig@chromium.org
2014-06-03
1
-4
/
+3
*
Add media size capability to PDF printer.
alekseys@chromium.org
2014-05-29
2
-0
/
+21
*
Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).
nkostylev@chromium.org
2014-05-27
1
-2
/
+5
*
Printing on Windows via PDF
scottmg@chromium.org
2014-05-20
1
-2
/
+2
*
Linux: Remove gcrypt initialization workaround.
thestig@chromium.org
2014-05-20
2
-80
/
+1
*
Android: cleans up jni_generator_ptr_type.
bulach@chromium.org
2014-05-16
1
-1
/
+0
*
Revert 270872 "Move all callers of GetHomeDir() to PathService::..."
benwells@chromium.org
2014-05-16
1
-5
/
+2
*
Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).
nkostylev@chromium.org
2014-05-16
1
-2
/
+5
*
Revert 270750 "Android: cleans up jni_generator_ptr_type."
jiayl@chromium.org
2014-05-15
1
-0
/
+1
*
Android: cleans up jni_generator_ptr_type.
bulach@chromium.org
2014-05-15
1
-1
/
+0
*
Change print preview size to match to media size capability selection and res...
alekseys@chromium.org
2014-05-14
3
-2
/
+27
*
Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.
dmikurube@chromium.org
2014-05-07
1
-2
/
+1
*
64-bit Porting. JNI pointers passed in int.
anton@chromium.org
2014-05-02
1
-2
/
+2
*
Renamed namespaces of url lib.
vitalybuka@chromium.org
2014-05-01
1
-1
/
+1
*
Removes dependency from printing on win8_util
sky@chromium.org
2014-04-18
3
-86
/
+1
*
Remove all uses of toolkit_use_gtk in the gyp files.
erg@chromium.org
2014-04-17
1
-16
/
+0
*
Delete the GTK+ port of Chrome.
erg@chromium.org
2014-04-10
3
-121
/
+0
*
Fixed FilePath::Append in debug code.
vitalybuka@chromium.org
2014-04-08
1
-1
/
+1
*
Pass location and description of local printers into print preview.
vitalybuka@chromium.org
2014-03-29
2
-4
/
+12
*
Removed invalid DCHECK in printing.
vitalybuka@chromium.org
2014-03-28
1
-1
/
+0
*
Tunnel PWGRasterConfig capability to the ticket and to the utility process
noamsml@chromium.org
2014-03-27
1
-0
/
+33
*
Small PrintingContextTest cleanup.
vitalybuka@chromium.org
2014-03-27
3
-129
/
+129
*
Fix linker warning on build with target_arch=ia32.
hidehiko@chromium.org
2014-03-26
1
-0
/
+5
*
Tunnel the CDD from the Print Preview javascript to the privet operation
noamsml@chromium.org
2014-03-22
2
-0
/
+4
*
Remove CreatePlatformFile from content shell.
rvargas@chromium.org
2014-03-15
1
-1
/
+4
*
Move ui.gyp into ui/base/ directory.
tfarina@chromium.org
2014-03-13
1
-3
/
+3
*
scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>.
vitalybuka@chromium.org
2014-03-11
4
-44
/
+49
*
Add a method to query whether printing is active.
sgurun@chromium.org
2014-03-10
3
-13
/
+27
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
3
-8
/
+8
*
Add use_allocator instead of linux_use_tcmalloc to switch the allocator.
dmikurube@chromium.org
2014-03-05
1
-1
/
+2
*
Window ownership -> WindowTreeHost
ben@chromium.org
2014-03-04
1
-1
/
+1
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
1
-2
/
+3
*
Added more checks for buffer size to crash safely in case of incorrect driver...
vitalybuka@chromium.org
2014-02-27
1
-4
/
+4
*
Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*.
vitalybuka@chromium.org
2014-02-25
5
-83
/
+43
[prev]
[next]