- 09 Sep, 2013 40 commits
-
-
tyoverby@chromium.org authored
BUG=260005 Review URL: https://chromiumcodereview.appspot.com/23691042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222088 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/23653029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222087 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/23458035vollick@chromium.org authored
adds and makes use of Renderer.AcceleratedFixedRootBackground UMA histogram. Records three counts: 1. The total number of main frame scrolls. 2. The total number of main frame scrolls with an accelerated fixed root background. 3. The total number of main frame scrolls with an unaccelerated fixed root background. R=hartmanng@chromium.org,asvitkine@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/23983017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222086 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
R=jar@chromium.org Review URL: https://codereview.chromium.org/23480054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222085 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
To prepare implementing ProgressCallbak, Cancel and stream based copy/move operation, this CL extracts main file-copying logic into classes. BUG=279287, 278038, 278036 TEST=Ran content_unittests Review URL: https://chromiumcodereview.appspot.com/23621026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222083 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
(current URL based hinting and candidate URL upload). R=jam@chromium.org Review URL: https://codereview.chromium.org/23506038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222082 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
According to http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20Chromium&testType=cc_unittests&tests=LayerTreeHostTestCompositeAndReadbackDuringForcedDraw.RunMultiThread_DirectRenderer_MainThreadPaint, the test LayerTreeHostTestCompositeAndReadbackDuringForcedDraw.RunMultiThread_DirectRenderer_MainThreadPaint has failed 5 times out of 20 attempts on 9/9/2013. Disabling the test and filing http://crbug.com/287893. BUG=287893 Review URL: https://chromiumcodereview.appspot.com/23578016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222081 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
Configure Views SSL client certificate selector dialogs to be closed when interstitial WebUI is displayed (e.g. for SSL warnings prior to page load). BUG=221884 R=sky@chromium.org Review URL: https://codereview.chromium.org/24075005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222080 0039d316-1c4b-4281-b951-d872f2087c98
-
lipalani@chromium.org authored
BUG=170375 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221893 R=mpcomplete@chromium.org Review URL: https://codereview.chromium.org/23856005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222079 0039d316-1c4b-4281-b951-d872f2087c98
-
mvanouwerkerk@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/23927010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222078 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Previously, a ResourceMessageFilter could assume that its client has one ResourceContext. For plugins this assumption won't hold anymore, as one plugin process serves many renderers. BUG=286074 R=ananta@chromium.org Review URL: https://codereview.chromium.org/23851010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222077 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
We were getting an infinite loop if the WebView had no WebContents. Includes a regression test that reproduces the crash if the fix isn't included. BUG=287828 Review URL: https://chromiumcodereview.appspot.com/23851012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222076 0039d316-1c4b-4281-b951-d872f2087c98
-
ddorwin@chromium.org authored
This allows KeySystems to call GetContentClient()->AddKeySystems() so we can move key system information to chrome/. The new ContentClient API is defined and called, but we still rely on key_systems_info.cc. BUG=224793 TEST=Existing content_unittests and content_browsertests pass. TBR=jam@chromium.org Review URL: https://codereview.chromium.org/23484019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222074 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
As a preparation of VolumeManager refactoring, this CL allows injecting DiskMountManager to MounteddiskMonitor. Along with the change, this CL also adds unittest for it. BUG=279276 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/23676008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222072 0039d316-1c4b-4281-b951-d872f2087c98
-
Yukawa@chromium.org authored
RequestSupportedAttrs should fail when |text_input_client_| is not available. Otherwise, we will see an access violation. BUG=none Review URL: https://chromiumcodereview.appspot.com/23819038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222071 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Never decode the favicon in FaviconUtil::SelectFaviconFramesFromPNGs() to SkBitmap when the desired size is 0. The decoding is unnecessary. Giving the largest PNG a scale factor of 100P matches the behavior in SelectFaviconFrames(). This is a corner case that I need to fix in order fix 278457 BUG=278457 TEST=None Review URL: https://chromiumcodereview.appspot.com/23569008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222070 0039d316-1c4b-4281-b951-d872f2087c98
-
mvanouwerkerk@chromium.org authored
This change permits cleaning up the dependencies in WifiDataProviderChromeOs, it was pulling in WifiDataProviderCommon not to derive it, but to use the polling policy. It doesn't actually use WifiDataProviderCommon::WlanApiInterface. Review URL: https://chromiumcodereview.appspot.com/24041003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222069 0039d316-1c4b-4281-b951-d872f2087c98
-
Yukawa@chromium.org authored
No one is using InputMethodBridge::context_focused_. We can safely remove it. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/23480050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222068 0039d316-1c4b-4281-b951-d872f2087c98
-
sukolsak@chromium.org authored
NOTRY=True BUG=264859 TEST= 1) Uninstall Chrome (if it's installed.) 2) Build Chrome with Release mode and make sure that mini_installer.exe is created. 3) Go to src\chrome\test\mini_installer 4) Run "python test_installer.py config\config.config --build-dir=<build-dir> --target=Release" where <build-dir> is the path to main build directory (the parent of the Release directory). The test should pass. Review URL: https://chromiumcodereview.appspot.com/24007002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222067 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=268438 TEST=hdmi output device should have maximum volume(100) be default. Review URL: https://chromiumcodereview.appspot.com/23536034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222066 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
In the nacl_io_test there's a race condition between the NaCl module exiting and a posted message from the module being handled by JavaScript. To fix it, when running in the browser, we wait indefinitely and assume the JavaScript will kill the module when it is ready. (This fixes a flake that can be seen in http://build.chromium.org/p/client.nacl.sdk/builders/mac-sdk-multi/builds/5838/steps/Run%20Tests/logs/stdio BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/23531034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222065 0039d316-1c4b-4281-b951-d872f2087c98
-
beaufort.francois@gmail.com authored
BUG=287704 Review URL: https://chromiumcodereview.appspot.com/23903019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222063 0039d316-1c4b-4281-b951-d872f2087c98
-
mvanouwerkerk@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/23819030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222062 0039d316-1c4b-4281-b951-d872f2087c98
-
sullivan@chromium.org authored
BUG=286529 Review URL: https://chromiumcodereview.appspot.com/23464041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222061 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none R=cpu@chromium.org TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/24077002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222060 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bruening@chromium.org BUG=NONE Review URL: https://codereview.chromium.org/23620030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222059 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23513024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222058 0039d316-1c4b-4281-b951-d872f2087c98
-
hkuang@chromium.org authored
This will also fix the WebRTC color bug fixed before on ARM: https://codereview.chromium.org/17043007/ BUG=262319 TEST= Visit inear.se/bgra on Android_X86 phone. Color is right. Run media unittest on both ARM and x86, both passed. Review URL: https://chromiumcodereview.appspot.com/23809010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222057 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
from use_openssl=1 builds because networking_private_crypto.cc uses NSS functions. R=mef@chromium.org,rsleevi@chromium.org BUG=267667 TEST=none Review URL: https://chromiumcodereview.appspot.com/23816006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222056 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none R=finnur@chromium.org Review URL: https://chromiumcodereview.appspot.com/23464036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222055 0039d316-1c4b-4281-b951-d872f2087c98
-
ibraaaa@chromium.org authored
Also, add a browser test for that, and add GYP rules for the downloads page browser tests. BUG=264184 Review URL: https://chromiumcodereview.appspot.com/23851007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222054 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
When quickly select different wallpapers from wallpaper picker, sometimes an error message shows up that saying "Chrome cannot download this wallpaper". The error message is not expected. This CL should fix the problem. BUG=242581 Review URL: https://chromiumcodereview.appspot.com/24040002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222053 0039d316-1c4b-4281-b951-d872f2087c98
-
npentrel@chromium.org authored
BUG=261628 Review URL: https://chromiumcodereview.appspot.com/23670007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222052 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222051 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
This class is being used to pass data to the Renderer, but it's more clear if we just pass the data directly when we call DrawFrame. There are also some interesting round trips where OutputSurface sets data on the OutputSurfaceClient (LayerTreeHostImpl) which just stores the data. Then the data is accessed through the RendererClient or on the LTHI directly, but in places that could just query it from the OutputSurface directly. This patch unravels one of these loops with HasExternalStencilTest(). The remaining two getters on RendererClient are called in both DrawFrame and in SwapBuffers, so I'm not sure if we want to pass them directly to both functions (redundency is error-prone) or we have some other nice idea to get rid of them. R=enne BUG= Review URL: https://chromiumcodereview.appspot.com/23961003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222050 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r12121: (jvoung) Update PNaCl in TOOL_REVISIONS from 12074 -> 12111 r12122: (mseaborn) PNaCl: Update LLVM revision in pnacl/DEPS r12123: (jvoung) Update PNaCl binutils rev to pull in pruning of demangling in sandboxed gold. r12124: (petarj) [MIPS] Add FPU qualify functions r12125: (jvoung) Add an EH test that must unwind through a function w/ FP callee-saved regs. r12126: (mseaborn) PNaCl: Update LLVM revision in pnacl/DEPS r12127: (sbc) Roll newlib toolchain builders r12128: (sbc) Fix toolchain trybot scripts so the refer to new precise bots. BUG=none TEST=browser_tests and nacl_integration Review URL: https://codereview.chromium.org/23587016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222049 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222048 0039d316-1c4b-4281-b951-d872f2087c98
-
mallinath@chromium.org authored
TBR=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/23619023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222047 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
This should be safe to cq after Blink rolls past r157006. BUG=263331,280292 TBR=robertphillips@google.com Review URL: https://chromiumcodereview.appspot.com/23477025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222046 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
There's special Mach port magic required to measure CPU on a process other than the current process. Since we want to measure both the renderer and browser process CPU we need to do this. BUG= Review URL: https://chromiumcodereview.appspot.com/24024003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222045 0039d316-1c4b-4281-b951-d872f2087c98
-