| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Remove all the ugly code to have reverse rows. All images are upright now.
BUG=71872
TEST=Everything in chromoting still works and upright.
Review URL: http://codereview.chromium.org/6546057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75609 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG= related to 70011
TEST= tested on Linux
Instead of defaulting to the dir where Chrome launched, it defaults to the equivalent of "Documents" directory for every platform.
Review URL: http://codereview.chromium.org/6532027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75608 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
A tool for using tiles to render an image.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6542045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75607 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6532064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75606 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changes the definition of GetNativeImageNamed to return a gfx::Image and
adds GetImageNamed in addition. GetBitmapNamed now goes through that method. On
Linux, GetNativeImageNamed will load directly into a GdkPixbuf-backed Image. Mac
will still first load through Skia (a future CL will load directly into an
NSImage). All other platforms use Skia natively, so GetNativeImageNamed is the
same as GetImageNamed.
Mac was the only platform that used the old GetNativeImageNamed, so this also
transitions a bunch of Mac files by including ui/gfx/image.h.
This also obviates the need for platform-specific image caches in the
ResourceBundle, so there's some additional cleanup around that.
BUG=carnitas
TEST=All UI images in Chromium show up as before.
Review URL: http://codereview.chromium.org/6541031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75605 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Also, update the DrM i#304 suppression and remove the suppression for probably-fixed crbug/57910
BUG=73740,73744,57910
TBR=bruening
TEST=DrM bot goes greener
Review URL: http://codereview.chromium.org/6549017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75604 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
At the moment, startup infobars (such as the bar which warns about
--no-sandbox) doesn't show at startup if the user has their preferences
set to restore the previous session. This is because the
RestoreSessionSynchronously code path never hits the logic to show them.
BUG=none
TEST=Set preferences to restore previous session at startup. Close and restart Chrome with --no-sandbox. Verify that the warning infobar appears.
Review URL: http://codereview.chromium.org/6532062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75602 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=Compile on the Mac from the command line, filter through this.
Review URL: http://codereview.chromium.org/6532007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75600 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
preview data.
To display initial page range text, we need expected pages count value. Therefore, I added a |expected_pages_count| field to ViewHostMsg_DidPreviewDocument_Params structure.
BUG=none
TEST=Enable print preview on mac. In the preview tab after loading the preview data an initial page range text is displayed.
Review URL: http://codereview.chromium.org/6542002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75599 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
for these tests.
TEST=DrM bot shouldn't be affected after landing this. Before DrM r175 it would crash
BUG=http://code.google.com/p/drmemory/issues/detail?id=51
TBR=bruening
Review URL: http://codereview.chromium.org/6538092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75598 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
for benchmarking only.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6532086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75597 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
to make trybots and x64 runs greener
BUG=16583,64930,73722,72913
TBR=thestig
TEST=Greener trybots and x64 runs
Review URL: http://codereview.chromium.org/6538086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75596 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
allow for unconditional overwriting of the output file.
BUG=NONE
TEST=Run alternate_version_generator.exe --force in a directory that already has a mini_installer.exe and a mini_installer_new.exe, observer mini_installer_new.exe get regenerated.
Review URL: http://codereview.chromium.org/6546027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75594 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=59874
TEST=Look at "about:flags". You should be able to determine at a glance which labs are enabled.
Review URL: http://codereview.chromium.org/6541017
Patch from Mike West <mkwst@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75593 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73137
TEST=none
Review URL: http://codereview.chromium.org/6532066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75592 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71697
TEST=Connect to an X server that is not running with 32-bpp (or hack the code to always use SlowBlit--that's what I did...).
Review URL: http://codereview.chromium.org/6312123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75591 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Requested by: Kenneth Macleod
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75590 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:11662
TEST=Check that user pictures are always consistent on both Personal and Accounts pages.
Review URL: http://codereview.chromium.org/6532089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75589 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
CID=14107, 14380
Review URL: http://codereview.chromium.org/6471026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75588 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added a solution for the save as link still trying to open "Save As"
dialog instead of using the policy location when set. We still have to
keep this option in the menu enabled so that people can work around automatic
open which is not dependent on this policy.
BUG=59768
TEST=Set the policy. Right click a download link and "save as" should save without prompting.
Review URL: http://codereview.chromium.org/6546047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75587 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using active map can greatly reduce the amount of macro blocks need to be
encoded by vp8. This brings average encoding time from 35ms per frame to about
8ms on the tested system.
However this change depends on an updated version of libvpx.
BUG=None
TEST=chromoting still works & no visual problems
Review URL: http://codereview.chromium.org/6518011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75586 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71067
TEST=test is still disabled, pending network side changes
Review URL: http://codereview.chromium.org/6549015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75585 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:11736
TEST=ServicesCustomizationDocumentTest.* StartupCustomizationDocumentTest.*
Review URL: http://codereview.chromium.org/6538087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75584 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=atwilson
Review URL: http://codereview.chromium.org/6542059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75583 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
storage.
The method is to be used to retrieve total amount of usage for a type, to collect all the origins at startup after initialization etc.
BUG=none
TEST=FileSystemUtilListOriginsTest
Review URL: http://codereview.chromium.org/6524038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75582 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75579 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6392045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75577 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
There was i bug in the reliability tests where passing --stress-opt or --stress-deopt would cause the loading of the second URL from the list passed with the --list argument did not wotk. This was not an issur for the reliability test runner as it currently only loads one URL in each test when running in JS stress mode.
Also changed the JS stress message to be a control message.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6538078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75576 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. add the current keyboard layout (one used on the login screen).
2. add the most popular input method associated with the application locale,
that matches the current keyboard layout. For instance, add "mozc-jp"
(Japanese input for JP keyboard), if the locale is JA, and keyboard
layout is JP.
3. if 2 didn't help, add the most popular input method associated with
the application locale (ex. xkb:ru::rus for Russian).
Along the way, update the input method descriptor list for testing in
input_method_library.cc
BUG=chromium-os:12051
TEST=remove chrome sync data from www.google.com/dashboard, remove account from the login screen, login. Confirm that language.preload_engines and language.preferred_languages are set as intended.
Review URL: http://codereview.chromium.org/6538054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75575 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL reverts an inappropriate change introduced by http://codereview.chromium.org/5966006.
BUG=73488
TEST=Pressing ctrl key in omnibox shouldn't affect existing inline
autocomplete suggest text.
Review URL: http://codereview.chromium.org/6541048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75574 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6537024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75569 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before we lock down (call LowerToken()) we force the IME subsystem to load, so the
required resources are acquired.
Typical sites that show the issue are weathernews.jp and www.nicovideo.jp
BUG=66605
TEST=see bug
Review URL: http://codereview.chromium.org/6551002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75568 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=72205
TEST=none
TBR=brettw
Review URL: http://codereview.chromium.org/6551005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75567 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
don't use FileIO which isn't don yet) to pass in the proxy.
Hook up the code from the URLLoader that downloads to a file. This allows all
URLLoader tests to pass in the proxy.
Change code in dispatcher that zeros out the array to take into account
padding. It was only zero-filling half of the array since sizeof(enum) * # elts
seems to be half as large as the actual array due to padding on 64-bit systems.
Make the aborted completion callbacks run asynchronously. This was caught by
one of the file ref tests. We really need a system for doing this better, but
I don't want to do that in this patch.
TEST=ppapi_tests run under proxy
Review URL: http://codereview.chromium.org/6543028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75566 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73675
TEST=waterfall.sh match
Review URL: http://codereview.chromium.org/6549008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75563 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
from "accidentally" painting. This bug was introduced in Cl
http://codereview.chromium.org/6349101
BUG=73473
TEST=none
Review URL: http://codereview.chromium.org/6469074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75562 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's less important now that all contributors suffered from it.
Also, it's very painful for people working on other projects that don't use the
same default settings.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6529017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75561 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6542024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75560 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
process is running. fixed some old tests
on verifying installation succeed.
BUG=61635
Test=None
Review URL: http://codereview.chromium.org/6524001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75559 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73385
TEST=none
Review URL: http://codereview.chromium.org/6541062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75557 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=bauerb
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75556 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
from other threads.
BUG=73385
TEST=PrefMemberTest.MoveToThread
Review URL: http://codereview.chromium.org/6524041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75555 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The auto-fix mode of the syntax checker had a small bug that caused it to be unable to replace tabs and fix indentation in the same run (making a second invocation necessary). This CL fixes this.
BUG=None
TEST=Run "syntax_check_policy_template_json.py --fix --backup policy_templates.json" for a policy_templates.json file containing lines indented with tabs, observe that fixing such indentation now works as it should
Review URL: http://codereview.chromium.org/6550001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75554 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=glider
TEST=TSan/UI FYI goes greener
Review URL: http://codereview.chromium.org/6542046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75553 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=bruening
TEST=DrM/FYI bot goes greener
Review URL: http://codereview.chromium.org/6541061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75552 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73095
TEST=Run Chromoting host for Mac and connect to it. Service process should NOT crash.
Review URL: http://codereview.chromium.org/6541026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75551 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=57266
TBR=bruening
TEST=DrM/FYI stops failing on remoting_unittests
Review URL: http://codereview.chromium.org/6546049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75550 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73652
TBR=bruening
TEST=DrM/FYI bot stops failing on printing_unittests
Review URL: http://codereview.chromium.org/6541059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75549 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:11736
TEST=ServicesCustomizationDocumentTest.* StartupCustomizationDocumentTest.*
Review URL: http://codereview.chromium.org/6541025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75548 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=jam@chromium.org
BUG=73649
TEST=execute "make interactive_ui_tests" and see everything linking again.
Review URL: http://codereview.chromium.org/6541055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75547 0039d316-1c4b-4281-b951-d872f2087c98
|