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
/
chrome
/
browser
/
printing
/
print_dialog_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move settings setup for PDF and cloud print into single location in PrintingC...
vitalybuka@chromium.org
2013-11-04
1
-40
/
+37
*
De-duplicate job_settings parsing code.
vitalybuka@chromium.org
2013-10-29
1
-40
/
+19
*
Cleanup: Simplify PrintDialogGtk code a little bit.
thestig@chromium.org
2013-09-23
1
-7
/
+4
*
Linux Printing: Save settings from the previous print job.
thestig@chromium.org
2013-09-21
1
-4
/
+40
*
Linux Printing: Speculative fix for a null callback in PrintDialogGtk.
thestig@chromium.org
2013-08-27
1
-1
/
+5
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-2
/
+2
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-2
/
+4
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
chrome: Update the include paths of base/message_loop_proxy.h to its new loca...
tfarina@chromium.org
2013-05-10
1
-1
/
+1
*
Fix crash in chrome when trying to print with CUPS down
noamsml@google.com
2013-02-28
1
-13
/
+5
*
Move file_util_proxy to base/files.
brettw@chromium.org
2013-01-26
1
-1
/
+1
*
Fix the prototype of the callback passed to gtk_enumerate_printers().
glider@chromium.org
2012-08-30
1
-3
/
+4
*
Remove use of BrowserList::GetLastActive from PrintDialogGtk. Pass through th...
ben@chromium.org
2012-05-24
1
-4
/
+2
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
1
-1
/
+3
*
GTK: implement "print selection".
peter@pcc.me.uk
2012-02-14
1
-11
/
+33
*
Switch to IWYU for files that previously were getting a bunch of
joi@chromium.org
2011-12-01
1
-0
/
+1
*
GTK: Make the gtk port compile with GTK_DISABLE_SINGLE_INCLUDES.
erg@chromium.org
2011-11-22
1
-2
/
+1
*
base::Bind: Convert PrintingContext::PrintSettingsCallback.
jhawkins@chromium.org
2011-11-19
1
-7
/
+6
*
base::Bind: Easy cleanups in chrome/browser/printing.
jhawkins@chromium.org
2011-11-10
1
-3
/
+3
*
Fix a typo from r109091.
thestig@chromium.org
2011-11-08
1
-1
/
+1
*
Linux: Don't call printing::GetColorModelForMode() when USE_CUPS is not defined.
thestig@chromium.org
2011-11-08
1
-0
/
+2
*
Get printing working in Aura.
abodenha@chromium.org
2011-11-08
1
-5
/
+5
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
base::Bind: Convert FileUtilProxy::StatusCallback.
jhawkins@chromium.org
2011-10-17
1
-3
/
+1
*
Move margin processing code to the browser process.
vandebo@chromium.org
2011-10-15
1
-15
/
+18
*
Reland 105087: PrintPreview: Fix printer color settings issues based on print...
kmadhusu@chromium.org
2011-10-13
1
-19
/
+5
*
Revert 105087 - PrintPreview: Fix printer color settings issues based on prin...
kmadhusu@chromium.org
2011-10-12
1
-5
/
+19
*
PrintPreview: Fix printer color settings issues based on printer ppd/schema i...
kmadhusu@chromium.org
2011-10-12
1
-19
/
+5
*
Printing: Fix Linux print dialog code when there are no printers installed.
thestig@chromium.org
2011-09-24
1
-2
/
+2
*
Fix print preview workflow to reflect settings of selected printer.
arthurhsu@chromium.org
2011-09-22
1
-0
/
+9
*
Reland 100233 PrintPreview: Added code to identify the printer default duplex...
kmadhusu@chromium.org
2011-09-08
1
-12
/
+17
*
Revert 100233 - PrintPreview: Added code to identify the printer default dupl...
kmadhusu@chromium.org
2011-09-08
1
-17
/
+12
*
PrintPreview: Added code to identify the printer default duplex value.
kmadhusu@chromium.org
2011-09-08
1
-12
/
+17
*
PrintPreview: Fixed RICOH MP C3501 color print job issues.
kmadhusu@chromium.org
2011-09-04
1
-4
/
+18
*
linux: delete code that worked around gtk <2.18
evan@chromium.org
2011-08-29
1
-4
/
+0
*
Linux: Simplify printing code and make it more reliable during shutdown.
thestig@chromium.org
2011-08-13
1
-47
/
+24
*
PrintPreview: Fix the destination printer list to show printer names rather t...
kmadhusu@chromium.org
2011-05-06
1
-3
/
+3
*
Cleanup: Make the PrintingContext::UpdatePrintSettings code more consistent a...
thestig@chromium.org
2011-05-04
1
-44
/
+40
*
PrintPreview: [LINUX] Set color and duplex setting values in print job ticket.
kmadhusu@chromium.org
2011-04-26
1
-2
/
+34
*
Prevent extra destroy on several GTK dialogs
estade@chromium.org
2011-04-20
1
-0
/
+3
*
Linux Printing: Continue trying to update settings even if we cannot find the...
thestig@chromium.org
2011-04-20
1
-5
/
+10
*
Print Preview: Implement dialog-less printing on Linux.
thestig@chromium.org
2011-04-19
1
-8
/
+158
*
Connect the right metafiles for print preview on Linux and Windows.
vandebo@chromium.org
2011-04-11
1
-2
/
+3
*
Linux: Refactor PrintDialogGtk in preparation for adding dialog-less printing.
thestig@chromium.org
2011-04-11
1
-56
/
+69
*
Cleanup: Update a bunch of files to the new location of browser_window.h. Par...
tfarina@chromium.org
2011-04-09
1
-1
/
+1
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
1
-1
/
+1
*
Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...
dpapad@chromium.org
2011-03-16
1
-9
/
+4
*
gtk: Rename OnDialogResponse() to OnResponse() to standardize on a consistent...
tfarina@chromium.org
2011-03-07
1
-1
/
+1
*
Linux: Fix leak in print dialog.
thestig@chromium.org
2011-03-01
1
-4
/
+4
[next]