- 04 Aug, 2014 40 commits
-
-
dongseong.hwang@intel.com authored
After r284652 applying bindless variants mailbox produce/consume, WebMediaPlayerImpl::copyVideoTextureToPlatformTexture() doesn't change texture binding. So the given DCHECK becomes redundant. BUG=375501 Review URL: https://codereview.chromium.org/438643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287341 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287340 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179467:179473&mode=html TBR=pdr@chromium.org,enne@chromium.org,rjwright@chromium.org BUG= Review URL: https://codereview.chromium.org/437953005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287339 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
A criteria was always timing out instead of stopping when needed. BUG=None Review URL: https://codereview.chromium.org/435193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287338 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
The fixes consist of locking on the UI thread and wait for idle sync after a lock BUG=353500 Review URL: https://codereview.chromium.org/429173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287337 0039d316-1c4b-4281-b951-d872f2087c98
-
djsollen@google.com authored
BUG=skia:2785 Review URL: https://codereview.chromium.org/435963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287336 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
BUG=301515 Review URL: https://codereview.chromium.org/433423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287334 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
Move all types from //chrome/browser/history/history_types.{cc,h} that do not depends on content types to //components/history. BUG=371816 TBR=msw@chromium.org TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/439713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287333 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
It gives the opportunity to remove the flaky ScreenOrientationIntegrationTest.java BUG=None TBR=jdduke@chromium.org (for some reasons, the presubmit hook doesn't consider that I own that file...) Review URL: https://codereview.chromium.org/431103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287332 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
CustomLauncherPageContents now implements WebContentsDelegate. Now web features that rely on the browser, such as clicking links and opening file choosers, are handled rather than being ignored. BUG=391137 Review URL: https://codereview.chromium.org/404383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287331 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287329 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179463:179466&mode=html TBR=pdr@chromium.org,enne@chromium.org,rjwright@chromium.org BUG= Review URL: https://codereview.chromium.org/439273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287328 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287327 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
TBR=hpayer@chromium.org Review URL: https://codereview.chromium.org/437983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287326 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
Since scroll handlers do not block composited scrolling, the existing input latency metric will only report the response time for the compositor when scrolling a page with a handler. This is not accurate for pages that implement scroll-synchronized effects, because the scroll handler needs to be invoked so that the page contents are updated with the new scroll offset. This patch fixes the problem by forwarding latency information from the impl to the main thread when we are scrolling a layer that has an active scroll event handler. In the case the scroll handler is no-op, the latency information will be terminated as a failed commit. Sample trace: https://drive.google.com/file/d/0ByyxMXB38gLDRE40bkU5TVd0U00/edit?usp=sharing BUG=347366 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282117 Review URL: https://codereview.chromium.org/365463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287325 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
As we still don't have the infrastructure work to reuse the chrome version number in place, bump the fake version number to 38.0.0.0 to reflect that trunk is based on Chromium 38. BUG=297522 NOTRY=true Review URL: https://codereview.chromium.org/439263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287324 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
These prefixes were only available in IDs aquired with the old API. BUG=None TEST=git cl try Review URL: https://codereview.chromium.org/439713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287322 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
The recommended C++ library on iOS is libc++ but the compiler still default to libstdc++ so add a new gyp variable "use_system_libcxx" to choose which C++ library to use. When building Chrome for iOS, so tool are still build on the host which targets Mac OS X SDK 10.6 which does not supports libc++ so only enabled the usage of libc++ when not building for the host. The version of clang shipped on Google storage does not supports using the system libc++ so instead use the version of clang shipped with Xcode when using libc++. BUG=366744 Review URL: https://codereview.chromium.org/425313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287321 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287320 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179460:179462&mode=html TBR=pdr@chromium.org,enne@chromium.org,rjwright@chromium.org BUG= Review URL: https://codereview.chromium.org/436233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287319 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
MacOS is still broken. Chrome OS got fixed by the previous fix. Android was broken by a not required NOTREACHED(). BUG=None Review URL: https://codereview.chromium.org/436603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287318 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
BUG=395105,399587 Review URL: https://codereview.chromium.org/440653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287317 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/437163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287316 0039d316-1c4b-4281-b951-d872f2087c98
-
igsolla@chromium.org authored
This change registers an AwMediaUrlInterceptor to enable apps to play media assets. This is a follow-up change to: https://codereview.chromium.org/411353002/ BUG=387898 Review URL: https://codereview.chromium.org/415043006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287315 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=344769 TEST=unit_tests --gtest_filter='LocalToRemoteSyncerTest.*' Review URL: https://codereview.chromium.org/441633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287314 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
Previously, when user_id_hash was empty, the wallpaper was stored with the wrong filename and thus couldn't be retrieved later on. Also fixes the problem that setting a wallpaper with small dimensions after a wallpaper with large dimensions didn't clear all scaled copies of the previous wallpaper. BUG=388819 Review URL: https://codereview.chromium.org/422243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287313 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
This prevents a task to pick a file to sync while another task is syncing it. BUG=344769 TEST=unit_tests --gtest_filter='LocalFileSyncContextTest.*' Review URL: https://codereview.chromium.org/390283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287312 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG=390497 Review URL: https://codereview.chromium.org/430783005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287311 0039d316-1c4b-4281-b951-d872f2087c98
-
zerny@chromium.org authored
Blink GC plugin: Require that fields are actually traced by the visitor and identify tracing of dependently-templated base classes. Prior to this we only required that fields occurred within the trace method. Thus we would accept seemingly correct code such as: m_foo->trace(visitor) which can result in a dangling pointer. BUG=395036,334149 R=haraken@chromium.org Review URL: https://codereview.chromium.org/430213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287310 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
Add a method to determine the name of a supervised user. So far, we used the profile name, but this doesn't work on ChromeOS. BUG=399320 Review URL: https://codereview.chromium.org/431893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287309 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287308 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/7883132a4e93c8b5e897e271603d3b7122655a51..dddc18a6bba67ad43a65f4c244b95f76cefef617 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=bungeman@google.com BUG= Review URL: https://codereview.chromium.org/434383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287307 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287306 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179457:179459&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/433383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287305 0039d316-1c4b-4281-b951-d872f2087c98
-
sohan.jyoti@samsung.com authored
During cleanup, this keeps the tiles around until the associated raster tasks completes running on the worker thread. We reset the priority of the tile on the tree it lies before dropping it. BUG=386039 Review URL: https://codereview.chromium.org/366113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287304 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=347425 TEST=./unit_tests --gtest_filter="RemoteTo*:LocalTo*:Metadata*:DriveBackend*:ListChange*:Register" Review URL: https://codereview.chromium.org/437943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287303 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Created a new class AppWebContentsHelper and moved the implementation of several WebContentsDelegate methods (those which are not specific to app windows) from AppWindow to there. AppWindow just calls those methods. This will enable custom launcher pages to implement WebContentsDelegate without duplicating a lot of code from AppWindow. BUG=399116 Review URL: https://codereview.chromium.org/423453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287302 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Now that all of the tests run on both BoringSSL and NSS, there is no need for the MAYBE() macro. Review URL: https://codereview.chromium.org/430733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287301 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This is pretty straightforward, just moving the remaining mac tests from ui_unittests.gyp to gfx_tests.gyp. gfx_unittests now has a TestSuite that setups everything we need to run it. BUG=331829 TEST=ui_unittests, gfx_unittests TBR=ben@chromium.org,danakj@chromium.org Review URL: https://codereview.chromium.org/435163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287300 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=396344 TBR=calamity@chromium.org Review URL: https://codereview.chromium.org/439203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287299 0039d316-1c4b-4281-b951-d872f2087c98
-