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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Two-factor and captcha login fixes
scottbyer@chromium.org
2011-03-18
3
-10
/
+26
*
Stop overloading Init() in NativeMetafile.
vandebo@chromium.org
2011-03-17
1
-1
/
+1
*
Fix up cloud print login.
scottbyer@chromium.org
2011-03-17
5
-85
/
+115
*
Print Preview: Cleanup PrintPreviewTabController::Observe.
thestig@chromium.org
2011-03-16
1
-22
/
+16
*
Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...
dpapad@chromium.org
2011-03-16
1
-9
/
+4
*
Change cloud print dialog and command line switches for cloud print dialog to...
scottbyer@chromium.org
2011-03-15
6
-47
/
+84
*
Revert 78231 - Change cloud print dialog and command line switches for cloud ...
scottbyer@chromium.org
2011-03-15
6
-80
/
+47
*
Change cloud print dialog and command line switches for cloud print dialog to...
scottbyer@chromium.org
2011-03-15
6
-47
/
+80
*
Workaround for MSVS2005 build problem with inheriting nested classes.
caseq@google.com
2011-03-15
2
-1
/
+4
*
Cloud print signin crash.
scottbyer@chromium.org
2011-03-14
6
-16
/
+79
*
Coverity: Fix a memory leak in print preview error handling code.
thestig@chromium.org
2011-03-11
1
-0
/
+1
*
Fix uninitialized constructors and reverse NULL checks found by Coverity
stuartmorgan@chromium.org
2011-03-11
1
-1
/
+1
*
PrintPreview: Set the page range info in ViewHostMsg_UpdatePrintSettings reply.
kmadhusu@chromium.org
2011-03-10
1
-3
/
+5
*
Switch content/browser/webui to string16/std::string, update all callers.
avi@chromium.org
2011-03-09
2
-5
/
+5
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
13
-34
/
+34
*
Printing: Remove a check for a condition that's always true.
thestig@chromium.org
2011-03-08
1
-12
/
+6
*
Print Preview: Generate the print preview after the print preview renderer ha...
thestig@chromium.org
2011-03-08
1
-4
/
+4
*
gtk: Rename OnDialogResponse() to OnResponse() to standardize on a consistent...
tfarina@chromium.org
2011-03-07
2
-2
/
+2
*
(1) Hook up the print button to send the pages to the default printer for pri...
kmadhusu@chromium.org
2011-03-05
6
-16
/
+139
*
Print Preview: Always stop the preview job worker and handle the case where t...
thestig@chromium.org
2011-03-04
1
-24
/
+23
*
Linux Printing: Properly print a subset of all pages.
thestig@chromium.org
2011-03-03
2
-3
/
+14
*
Printing: Re-enable PrintJobTest.SimplePrint that use to crash with a DCHECK.
thestig@chromium.org
2011-03-03
1
-7
/
+1
*
Printing: Check for NULL TabContents in PrintViewManager.
thestig@chromium.org
2011-03-03
1
-4
/
+5
*
Remove web_ui_util helper functions.
kmadhusu@chromium.org
2011-03-03
2
-6
/
+10
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-1
/
+2
*
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...
jam@chromium.org
2011-03-02
1
-2
/
+1
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-1
/
+2
*
Update the includes to the old tab_contents.h
jam@chromium.org
2011-03-02
2
-2
/
+2
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
2
-2
/
+2
*
Get rid of temporary render_view_host.h.
jam@chromium.org
2011-03-02
1
-3
/
+3
*
Linux: Fix leak in print dialog.
thestig@chromium.org
2011-03-01
1
-4
/
+4
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-3
/
+3
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
6
-14
/
+13
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Move print related IPC message handlers from render_message_filter to printin...
kmadhusu@chromium.org
2011-02-28
2
-0
/
+341
*
WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...
tfarina@chromium.org
2011-02-27
4
-4
/
+4
*
WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.
tfarina@chromium.org
2011-02-27
4
-5
/
+5
*
Revert 76067 - Created a new BrowserMessageFilter to handle print related IPC...
nick@chromium.org
2011-02-25
2
-341
/
+0
*
Created a new BrowserMessageFilter to handle print related IPC messages.
kmadhusu@chromium.org
2011-02-25
2
-0
/
+341
*
WebUI: Move the core files of WebUI from chrome/browser/webui to content/brow...
tfarina@chromium.org
2011-02-25
4
-5
/
+5
*
Print Preview: Add some CHECKs to help track down a crash.
thestig@chromium.org
2011-02-24
1
-3
/
+6
*
Cleanup: Remove a bunch of unneeded includes.
thestig@chromium.org
2011-02-24
1
-1
/
+0
*
Revert 75911 - Remove web_ui_util helper functions.
kmadhusu@chromium.org
2011-02-24
2
-4
/
+4
*
Remove web_ui_util helper functions.
kmadhusu@chromium.org
2011-02-24
2
-4
/
+4
*
WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/.
tfarina@chromium.org
2011-02-22
2
-6
/
+6
*
Print Preview: Generate previews on Linux.
thestig@chromium.org
2011-02-22
1
-2
/
+2
*
PrintPreview: Send the expected pages count value to Web UI along with previe...
kmadhusu@chromium.org
2011-02-22
1
-1
/
+1
*
Reland "WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/w...
tfarina@chromium.org
2011-02-19
6
-7
/
+7
*
Linux: Refactor printing to be more linux Windows/Mac.
thestig@chromium.org
2011-02-19
4
-148
/
+227
[next]