| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
test_package.test_suite_basename is used at a lof of places. For APK
tests we need to strip "-debug" from the full test name.
BUG=125059
TEST=
Review URL: https://chromiumcodereview.appspot.com/10406030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137737 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=128566
TEST=views_unittests:WidgetTest.ActivationCapture
Review URL: https://chromiumcodereview.appspot.com/10383234
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137736 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the recommended pane of the New Tab Page.
Documentation changes can be seen at:
http://www.corp.google.com/~beaudoin/no_crawl/docs/experimental.discovery.html
The following files don't have to be reviewed as they are generated by build.py:
chrome/common/extensions/docs/experimental.discovery.html
chrome/common/extensions/docs/experimental.html
chrome/common/extensions/docs/samples.json
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10391034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137735 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Return the best match for a requested scale factor when fetching raw image data from ResourceBundle.
TBR=aa,abodenha
BUG=123611
TEST=ResourceBundle.LoadImageResourceBytes
Review URL: https://chromiumcodereview.appspot.com/10387010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137734 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WebCore::IDBFactory always generates specifies an empty string (indicating in-memory storage), and relies on intermediate methods before WebCore::IDBFactoryBackendImpl is reached to rewrite with a non-empty string to use on-disk storage.
This patch inserts a test-specific implementation of WebIDBFactory into the middle of the call path to specify a data dir if one was not specified, mirroring what is done in multiprocess Chromium during IPC.
Prep work for http://webkit.org/b/83074
Review URL: https://chromiumcodereview.appspot.com/10382180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137733 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
I don't why this fixes it, but somehow having a SelectionModel << logging operator in the gfx namespace makes Visual Studio fail to find the << logging operator for string16 arguments.
Per discussion with Scott, we decided to remove the << operators altogether and replace them with a ToString() function to be consistent with Rect, Size, etc.
TEST=Check that adding a "LOG(INFO) << text();" line to RenderTextWin compiles.
Review URL: https://chromiumcodereview.appspot.com/10332205
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137732 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This enables http://webkit.org/b/86662 to implement the feature - checking the internal autoIncrement flag of an object store.
BUG=128386
TEST=browser_tests --gtest_filter='IndexedDBLayoutTest.BasicTests'
Review URL: https://chromiumcodereview.appspot.com/10332204
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137731 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137730 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
pretty much the same as Google Documents with exception that they are hosted on external sites. This CL will expose them as files with .glink extension just like like drive clients do.
BUG=126895
TEST=GDataParserTest.DocumentFeedJsonParser
Review URL: https://chromiumcodereview.appspot.com/10381155
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137729 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137728 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=128895
TEST=none
TBR=satorux
Review URL: https://chromiumcodereview.appspot.com/10399071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137726 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is because preliminary GPU info is enough for making final blacklist decisions on Win/Mac.
However, at the moment on Linux, blacklist decisions are still depending on full GPU info in certain cases, so we still need to do it on Linux.
The full GPU info collection is done on demand when about:gpu page opens.
Also, we need GPU's vendor_id, device_id, driver_version for crash reporting in GPU process. So before about:gpu page opens, we won't have them. Therefore, we pass them down from browser process to GPU process through commandline switches.
BUG=128082
TEST=about:gpu
R=apatrick
TBR=jam
Review URL: https://chromiumcodereview.appspot.com/10310180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137725 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=128514
TEST=manually
Review URL: https://chromiumcodereview.appspot.com/10389193
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137723 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The problem with the current component build is that chrome.exe and setup.exe only know to look for DLLs like base.dll in the current directory (except chrome.dll for which they're hardcoded to know where to look). On an install those DLLs are in the version directory so chrome.exe and setup.exe fail to run not finding required DLLs...
To fix this we generate config files (to point in the version directory) and manifests (to list all the DLL dependencies explicitly) to be installed beside the exes.
Each DLL also has a manifest in the version directory to give it an "assemblyIdentity" (i.e. a unique name which is referred to as a dependency by each exe's manifest).
These manifests are called "assembly manifest" and do NOT interfere with the private manifest possibly embedded in each DLL (details here http://msdn.microsoft.com/en-us/library/windows/desktop/aa374219(v=vs.85).aspx)
<dependency> tags then need to be added to chrome.exe.manifest and setup.exe.manifest for each DLL in the version directory it will use (to be safe we make add an entry for all DLLs as there is no downside to referring an unused DLL). In this step, we augment the manifests generated by the build instead of creating new one to make sure any property passed on by the build is kept and that we are only *adding* new functionality without hindering current behavior.
NOTE: This CL doesn't make mini_installer.exe compatible with the component build yet (as mini_installer runs setup.exe right after extracting it and without any other DLLs/manifests beside it).
However it is now possible to use setup.exe (which takes the exact same parameters as mini_installer.exe) from the build output directory with a component build :)!!!
BUG=127233
TEST=Turn on component build with gyp config "component=shared_libary" and make sure we can install chrome with the generated setup.exe.
Make sure we can run the installed Chrome.
Make sure we can uninstall the installed Chrome (i.e. that setup.exe in <version_dir>/Installer is able to find its DLLs).
Review URL: https://chromiumcodereview.appspot.com/10399041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137722 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=124087
TEST=manually
Review URL: https://chromiumcodereview.appspot.com/10388171
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137721 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
"/data/local/tmp" is not writable by applications.
BUG=125059
TEST=
Review URL: https://chromiumcodereview.appspot.com/10332218
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137719 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
This dependency was added in r136708.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137718 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
R=lipalani@chromium.org
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10382214
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137717 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=Visit the chrome://suggestions-internals/ page, and make sure that the favicon and thumbnail columns are present, and that they contain data in at least some cells.
Review URL: https://chromiumcodereview.appspot.com/10382220
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137716 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137715 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137714 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Defer selection of the text in an unfocused omnibox until
the release event. Otherwise, all of the text starting from
the left side is selected when the user is trying to
highlight just a portion of the URL.
BUG=128126
TEST=added, also did manual testing
Review URL: https://chromiumcodereview.appspot.com/10386173
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137711 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=127996
TEST=WebIntentPickerSheetControllerTest.SuggestionView
Review URL: https://chromiumcodereview.appspot.com/10387141
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137709 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137708 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10407022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137706 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=Go to about:network, Frequency column should exist for wifi networks.
TBR=jhawkins
Review URL: https://chromiumcodereview.appspot.com/10386192
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137705 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
chrome/browser/ui/views.
Whitelist some includes for now until they are fixed.
BUG=125846
TEST= run ./tools/checkdeps/checkdeps.py, it should succeed.
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10407025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137704 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137703 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=steveblock
Review URL: https://chromiumcodereview.appspot.com/10407028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137702 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=ben for ash/ string changes
BUG=124726
TEST=On a device wuth ash-notify enabled in about:flags, change the locale and re-login. Notification should appear. Revert should revert the change after re-login. If ignored, the notification should appear again after re-login. Closing the notification should clear it.
Review URL: https://chromiumcodereview.appspot.com/10391177
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137700 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rid of ExtensionService::IsDownloadFromGallery."
This removes a pyauto test that was failing. The test needs
to be different depending on whether a feature is on or off,
but there's currently no good way to test whether a feature
is enabled from pyauto.
BUG=55584
TBR=mpcomplete@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10399069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137699 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137698 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1382: msvs: add some touches to many-actions test
1383: Revert r1362: MSVS 2008: Fix to ensure that actions are re-run when the command changes
1384: mac ninja and make: Add support for GCC_ENABLE_OBJC_GC.
BUG=none
TEST=none
TBR=mseaborn
Review URL: https://chromiumcodereview.appspot.com/10399070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137697 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds some clarifying comments, no code-changes here.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10406022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137695 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MessagePumpX::HasXInput2 currently assumes a message pump has already been created and so XInput2 has been initialized. This may not always be the case (eg. when deciding early at startup whether we should load touch-specific resources).
Instead we now initialize XInput2 on demand - either when the message pump is created, or when HasInput2 is called earlier.
BUG=128367
TEST=
Review URL: https://chromiumcodereview.appspot.com/10386175
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137694 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This is part 1. It can't actually be used yet because there are assumptions that the surface never changed.
It is intended to allow each renderer process to create only one command buffer for use by the compositor while being able to switch the surface between different windows, for examnple if a single renderer process handles multiple tabs of the same site.
Review URL: https://chromiumcodereview.appspot.com/10388131
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137693 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=122753
TEST=manual,unit
Review URL: https://chromiumcodereview.appspot.com/10391075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137692 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=122753
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/10408007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137691 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=32302
TEST=Unit tests.
Review URL: https://chromiumcodereview.appspot.com/10175008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137690 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
InvalidationVersionTracker to InvalidationStateTracker in preparation
to add more methods to that class.
BUG=124140
Review URL: https://chromiumcodereview.appspot.com/10407014
TBR=munjal@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10391186
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137689 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10377169
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137687 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=125846
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10409006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137686 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
to add more methods to that class.
BUG=124140
Review URL: https://chromiumcodereview.appspot.com/10407014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137685 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Bug=124566
Test=Manual
Review URL: https://chromiumcodereview.appspot.com/10389109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137684 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SPDY_PING_FAILED errors.
BUG=107048
Review URL: https://chromiumcodereview.appspot.com/10243016
TBR=rch@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10408010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137683 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=ben@chromium.org
BUG=108171
Review URL: https://chromiumcodereview.appspot.com/10026013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137682 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
network popup.
Going back to the main popup from the network popup causes the network popup to
get destroyed. So trying to access its internals afterwards causes a crash.
Return early to avoid this.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10406020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137681 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10399061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137680 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make PowerButtonController ignore power button events when
the screen is turned off -- if the user hits the power
button to turn the screen back on, we don't want to lock or
shutdown if they hold it a bit too long.
BUG=128451
TEST=added, also did manual testing
Review URL: https://chromiumcodereview.appspot.com/10382211
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137679 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch has been committed upstream (internal) but it will be a while before it's
released to code.google.com, and then rolled into Chromium. So, disable
minor warning for now.
R=thakis@chromium.org
BUG=126483
Review URL: https://chromiumcodereview.appspot.com/10384092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137678 0039d316-1c4b-4281-b951-d872f2087c98
|