Vvitalybuka@chromium.orgSimplify document title for Windows printing.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Moving google_apis and GaiaClient to src/google_apis. TBR=mechanicalowners@chromium.org BUG=145584 Review URL: https://chromiumcodereview.appspot.com/10928017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155312 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove set noparent from a bunch of places and add it to src/chrome/OWNERS BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10824024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148398 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Miscellaneous cleanups from several months ago I never got around to landing. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10890023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154549 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
IWYU and other random cleanup in chrome/browser/ui. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10810027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149249 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take NetworkDelegate as argument This change goes a long way to prepare for removing NetworkDelegate from URLRequestContext. TBR=sky@chromium.org, michaeln@chromium.org, benjhayden@chromium.org, brettw@chromium.org, ben@chromium.org, davemoore@chromium.org, zelidrag@chromium.org, mnissler@chromium.org, thestig@chromium.org, asargent@chromium.org, jhawkins@chromium.org, bulach@chromium.org BUG=crbug.com/142945 Review URL: https://chromiumcodereview.appspot.com/10855209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153133 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. BUG=98716 TBR=phajdan.jr Review URL: https://chromiumcodereview.appspot.com/10500016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140254 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix the prototype of the callback passed to gtk_enumerate_printers(). BUG=145663 TBR=thestig Review URL: https://chromiumcodereview.appspot.com/10920004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154153 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
browser: Put simple_message_box.h and chrome_web_contents_view_delegate.h into chrome namespace. BUG=133088 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10689095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145421 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert printing code to use base::TimeDelta in PostDelayedTask interfaces. R=abodenha@chromium.org BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10412028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138500 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move printing.* prefs from local state to profile This CL moves the printing.* prefs to the profile where they arguably should have resided in the first place. Unit tests are simplified by this change as the prefs can now be checked without verifying that local state exists. There is no user-visible change as the prefs are not exposed via the UI. BUG=137814 TEST=all unit_tests pass, all printing browser_tests pass Review URL: https://chromiumcodereview.appspot.com/10808006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148531 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move printing.* prefs from local state to profile This CL moves the printing.* prefs to the profile where they arguably should have resided in the first place. Unit tests are simplified by this change as the prefs can now be checked without verifying that local state exists. There is no user-visible change as the prefs are not exposed via the UI. BUG=137814 TEST=all unit_tests pass, all printing browser_tests pass Review URL: https://chromiumcodereview.appspot.com/10808006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148531 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert printing code to use base::TimeDelta in PostDelayedTask interfaces. R=abodenha@chromium.org BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10412028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138500 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Simplify document title for Windows printing. Some drivers can't handle long titles or control characters. BUG=65469 Review URL: https://chromiumcodereview.appspot.com/10941025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157715 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
TabContentsWrapper -> TabContents, for printing code. BUG=131026 TEST=none Review URL: https://chromiumcodereview.appspot.com/10535045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141165 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Print preview: Use an ID instead of memory pointer string in WebUI. BUG=144051 Review URL: https://chromiumcodereview.appspot.com/10870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153342 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Print preview: Use an ID instead of memory pointer string in WebUI. BUG=144051 Review URL: https://chromiumcodereview.appspot.com/10870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153342 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/10911351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157438 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/10911351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157438 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch CoreTabHelper to use WebContentsUserData. BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/10905301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157629 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Print preview: Handle all tab navigations in PrintPreviewTabController instead of in two places. Handle webpage self-reloads properly. BUG=142260 TEST=Manual, see bug. Review URL: https://chromiumcodereview.appspot.com/10829463 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152661 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/10911351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157438 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/10911351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157438 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Get semantic capabilities from Print Backend. Moved OS specific code into OS specific print backends (vs. print_system_task_proxy.cc). On Windows get capabilities using native API (vs. XPS parsing) Some clean up on code and interfaces for Print Backend. BUG=144031 TEST=Verify Print Preview on ALL platforms (Win XP, Win 7, Linux, Mac). Review URL: https://chromiumcodereview.appspot.com/10905006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155310 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Added failedToGetPrinterCapabilities JS event and empty handler. Don't send updateWithPrinterCapabilities if GetPrinterCapabilities failed. GetPrinterCapabilitiesCUPS and GetPrinterCapabilitiesWin replaced with ParsePrinterCapabilities with cross-platform interface. BUG=144056 Review URL: https://chromiumcodereview.appspot.com/10867004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152830 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/10911351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157438 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/10911351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157438 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
PrintPreview:[MAC & WIN] Added code to show the native printer management dialog. BUG=none TEST=Enable print preview flag. Preview a webpage. Select the "Manage Printers..." option in the destination list. Native printer management dialog is displayed. Review URL: http://codereview.chromium.org/6903083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83339 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Linux: Detect Unity as a desktop environment. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10735034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147134 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
PrintPreview:[MAC & WIN] Added code to show the native printer management dialog. BUG=none TEST=Enable print preview flag. Preview a webpage. Select the "Manage Printers..." option in the destination list. Native printer management dialog is displayed. Review URL: http://codereview.chromium.org/6903083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83339 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread. This also removes several accessors on BrowserProcess that are no longer used. I wanted to remove all retrieval of MessageLoop objects via BrowserThread, but this proved harder than it looked, because several net:: classes use MessageLoop and have fairly deep assumptions that it is a real MessageLoop, e.g. they use MessageLoopForIO with its IO observers and so forth. Therefore, we now have UnsafeGetMessageLoopForThread but UnsafeGetBrowserThread is gone. TBR=abodenha@chromium.org BUG=98716 Review URL: http://codereview.chromium.org/8769013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113377 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
These are the Chrome side changes to support the Print device charm in Metro. We now expose a print destination interface (not quite complete yet) to bypass the current print flow so that the metafile bits get sent to Metro instead of the print spooler. Other changes will come to make this more complete, e.g., pass in the destination object from the metro module, and expose print settings on the destination interface. BUG=125675 TEST=Make sure you can still print as usual outside the Metro world. Review URL: https://chromiumcodereview.appspot.com/10483006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144943 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/10911351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157438 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Print preview: Use an ID instead of memory pointer string in WebUI. BUG=144051 Review URL: https://chromiumcodereview.appspot.com/10870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153342 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Print preview: Use an ID instead of memory pointer string in WebUI. BUG=144051 Review URL: https://chromiumcodereview.appspot.com/10870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153342 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |