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
*
Changed printer page setup units to be in device co-ordinates (this is pixels...
sanjeevr@chromium.org
2010-05-29
5
-43
/
+63
*
Port some more RenderViewTests to Linux.
estade@chromium.org
2010-05-24
1
-1
/
+1
*
Elide the EV bubble when it's extremely long. This limits it to half the loc...
pkasting@chromium.org
2010-05-20
1
-2
/
+2
*
Set the job name for the print job on the Mac.
avi@chromium.org
2010-05-12
4
-7
/
+26
*
Set the job title of print jobs.
avi@chromium.org
2010-04-27
1
-0
/
+6
*
Move Page Setup into print, as Chrome is not a document-based app.
avi@chromium.org
2010-04-27
1
-0
/
+7
*
Linux: fix printing somewhat.
estade@chromium.org
2010-04-10
3
-204
/
+63
*
Officially close PDF files when done writing them. No difference now, but if ...
avi@chromium.org
2010-04-01
1
-0
/
+1
*
Minor C++ fixes found by Clang.
evan@chromium.org
2010-03-30
2
-3
/
+8
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
2
-2
/
+2
*
Move text_elider from app/gfx to app/
ben@chromium.org
2010-03-19
2
-2
/
+2
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
2
-2
/
+2
*
Move image codec stuff to toplevel gfx.
ben@chromium.org
2010-03-18
2
-3
/
+3
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
2
-2
/
+2
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
9
-9
/
+10
*
Changes made to the printing logic to allow plugins to participate in the bro...
sanjeevr@chromium.org
2010-03-12
5
-6
/
+105
*
printing: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-06
2
-2
/
+6
*
Deprecate file_util::AppendToPath() on non-Windows.
evan@chromium.org
2010-02-26
1
-3
/
+3
*
Make SharedMemory use uint32 instead of size_t. This removes the remaining s...
jam@chromium.org
2010-02-16
11
-40
/
+39
*
Linux: fix shared build.
craig.schlenter@chromium.org
2010-02-15
1
-0
/
+9
*
linux: build with -Wextra
evan@chromium.org
2010-02-05
1
-2
/
+2
*
OpenBSD/FreeBSD GYP changes (most of the remaining ones)
pvalchev@google.com
2010-02-04
7
-18
/
+20
*
Link the following tests against tcmalloc:
glider@chromium.org
2009-12-10
1
-0
/
+9
*
printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS).
maruel@chromium.org
2009-12-08
6
-11
/
+10
*
First patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
2
-2
/
+8
*
Do some cleanup of file path name handling.
brettw@chromium.org
2009-10-22
2
-2
/
+8
*
Remove the base_gfx project since it no longer has an external dependencies.
brettw@chromium.org
2009-10-14
1
-1
/
+1
*
Enable the RenderViewTest printing tests on the Mac.
stuartmorgan@chromium.org
2009-10-14
6
-23
/
+150
*
Implement the basic OS-level printing mechanics on Mac
stuartmorgan@chromium.org
2009-10-13
12
-290
/
+567
*
Implement a version of NativeMetafile for the Mac
stuartmorgan@chromium.org
2009-10-12
5
-8
/
+248
*
Linux: Fix early font free during printing.
estade@chromium.org
2009-10-09
1
-0
/
+2
*
Fix the Windows printing build by updating an old include.
brettw@chromium.org
2009-10-09
1
-1
/
+1
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
2
-2
/
+2
*
Separate out some more ICU from base and into base/i18n.
brettw@chromium.org
2009-10-08
2
-2
/
+4
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
1
-1
/
+1
*
Add comments setting emacs and vim tab width and expansion variables.
sgk@google.com
2009-10-06
1
-0
/
+6
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
1
-12
/
+11
*
Move cairo font handling from printing to skia to avoid circular dependency.
mmoss@chromium.org
2009-09-28
2
-142
/
+0
*
Remove unneeded main.
maruel@chromium.org
2009-09-27
1
-1
/
+0
*
Linux: print page to file rather than using shared memory to send it to the b...
estade@chromium.org
2009-09-16
3
-14
/
+35
*
Force inclusion of build/common.gypi for all chromium gyp files.
yaar@chromium.org
2009-09-15
1
-3
/
+0
*
Fix the Linux shared build.
thestig@chromium.org
2009-09-15
1
-1
/
+6
*
Fix printing project on linux.
maruel@chromium.org
2009-09-14
8
-67
/
+72
*
Disabled PdfTest.* until I fix the AtExitManager thing. Should be no brainer.
maruel@chromium.org
2009-09-11
1
-3
/
+2
*
Embed fonts information into resulting PDF file for printing.
maruel@chromium.org
2009-09-11
2
-24
/
+165
*
Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...
jshin@chromium.org
2009-09-09
1
-2
/
+2
*
Fix memory leak problem in PdfPsMetafile.
tony@chromium.org
2009-08-26
3
-131
/
+189
*
Reverting 24474.
maruel@chromium.org
2009-08-26
3
-188
/
+130
*
Revised PdfPsMetafile.
maruel@chromium.org
2009-08-26
3
-130
/
+188
*
Implement native metafile for printing on Linux.
tony@chromium.org
2009-08-25
5
-4
/
+538
[next]