- 25 Sep, 2014 40 commits
-
-
jbudorick authored
BUG=417705 Review URL: https://codereview.chromium.org/602973004 Cr-Commit-Position: refs/heads/master@{#296736}
-
treib authored
BUG=410824 Review URL: https://codereview.chromium.org/592423005 Cr-Commit-Position: refs/heads/master@{#296735}
-
aurimas authored
BUG=318404 TBR=zea@chromium.org,mkosiba@chromium.org Review URL: https://codereview.chromium.org/600983002 Cr-Commit-Position: refs/heads/master@{#296734}
-
pvalenzuela authored
SyncEntity protos in fake_server.cc are now populated by passing a pointer to FakeServerEntity.SerializeAsProto. Previously, SerializeAsProto returned a newly-created proto that was never deleted. BUG=NONE Review URL: https://codereview.chromium.org/600083003 Cr-Commit-Position: refs/heads/master@{#296733}
-
je_julie.kim authored
at Web_ax_object_proxy.cc It's for Blink test_runner. BUG=N/A Review URL: https://codereview.chromium.org/599363002 Cr-Commit-Position: refs/heads/master@{#296732}
-
zmo authored
They are flaky on Webkit win7 debug. BUG=417756 TEST=bots TBR=xians@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/606653004 Cr-Commit-Position: refs/heads/master@{#296731}
-
tburkard authored
predictor, based on the following two options: - not on cellular - predictive actions are disabled for the current network selection This allows to only gather stats for a the subset of people we are interested in (eg only people on cellular, or only people who have prefetch enabled for the current network condition) R=jkarlin@chromium.org TBR=bnc@chromium.org, zhenw@chromium.org Review URL: https://codereview.chromium.org/591313005 Cr-Commit-Position: refs/heads/master@{#296730}
-
skuhne authored
This patch reads back content from the GPU in quarter res and stores it (in memory) as PNG. The OverviewMode can then grab an image through an activity to present it accordingly. Since we do not have browser test framework for Athena, there is no unit test yet. I took however issue 412474 on to mitigate that and I will use this test as the gunieapig test. In the meantime sadrul@chromium.org can start using this for his overviewmode presentation development. BUG=408837 TEST=Visual: Added Logging statements to see that the code gets properly executed. Review URL: https://codereview.chromium.org/591693002 Cr-Commit-Position: refs/heads/master@{#296729}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7c76ab2..2540f38 TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/604873002 Cr-Commit-Position: refs/heads/master@{#296728}
-
nednguyen authored
BUG=416489 Review URL: https://codereview.chromium.org/605763002 Cr-Commit-Position: refs/heads/master@{#296727}
-
gavinp authored
The WebCache object itself is created by the ServiceWorkerCacheStorageDispatcher, which also handles much of its messaging for lifetime reasons, since a cache operation can outlive its WebServiceWorkerCache object. R=falken@chromium.org,jkarlin@chromium.org BUG=None Review URL: https://codereview.chromium.org/474593002 Cr-Commit-Position: refs/heads/master@{#296726}
-
jdduke authored
Now that most scroll paths are accelerated, we have minimal coverage of main-thread scrolling performance. Add a flag that disables threaded scrolling, allowing local testing of and (potentially) perf bot coverage for main-thread scroll responsiveness. This depends on the Blink change https://codereview.chromium.org/564043003/. BUG=414323 Review URL: https://codereview.chromium.org/571963003 Cr-Commit-Position: refs/heads/master@{#296725}
-
shuchen authored
BUG=417738 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/606753002 Cr-Commit-Position: refs/heads/master@{#296724}
-
vkuzkokov authored
BUG=405566 Review URL: https://codereview.chromium.org/508973003 Cr-Commit-Position: refs/heads/master@{#296723}
-
csharp authored
BUG= Review URL: https://codereview.chromium.org/601243002 Cr-Commit-Position: refs/heads/master@{#296722}
-
Pavel Sergeev authored
Added a directory 'components-chromium'. The difference with the 'components' directory is that all inline scripts were extracted from Polymer elements to separate files. Such version is needed if we want to use the elements in a web UI, where inline scripts are forbidden by content security policy. An extraction was made by the vulcanize tool. I wrote the script called 'extract_inline_scripts.sh' to handle all the elements at once. It finds HTML files containing inline scripts (excluding some HTML files that are not a components of Polymer) and applies vulcanize to them. A JS file extracted from a file named 'foo/bar.html' will have a name 'foo/bar-extracted.js'. Also changed the wrong dependency 'core-iconset-svg' in bower.json and 'core-iconset-svg' was checked out correctly. Landed manually, because of the bug in the commit queue (http://crbug.com/416255). R=raymes@chromium.org, rsadam@chromium.org, thestig@chromium.org TBR=cpu BUG=415696 TEST=none Review URL: https://codereview.chromium.org/592593002 Cr-Commit-Position: refs/heads/master@{#296721}
-
sbc authored
Call this function on program shut down to allow nacl_io to free its resources. This fixes all the "potential" leak reported by valgrind --leak-check=full Review URL: https://codereview.chromium.org/601963002 Cr-Commit-Position: refs/heads/master@{#296720}
-
kuan authored
also: - ensure that error message is displayed for empty title - move dom_distiller_viewer.html/js from content to core dir - added tests. BUG=403066 Review URL: https://codereview.chromium.org/563923002 Cr-Commit-Position: refs/heads/master@{#296719}
-
ppi authored
It turns out that running self.GetStructs() not only gives you the structs, but changes the state of the module, annotating structs with necessary information. Therefore we need to run .GetStructs() in the Java generator as we do in the other generators. This patch makes the java generation work on it's own, ie. with "-g java". Review URL: https://codereview.chromium.org/601213002 Cr-Commit-Position: refs/heads/master@{#296718}
-
mlerman authored
BUG=405524 Review URL: https://codereview.chromium.org/605503002 Cr-Commit-Position: refs/heads/master@{#296717}
-
kenneth.r.christiansen authored
BUG=409996 Review URL: https://codereview.chromium.org/584553002 Cr-Commit-Position: refs/heads/master@{#296716}
-
rogerta authored
Don't validate refresh token before usage to reduce network traffic. BUG=359700,416612 Review URL: https://codereview.chromium.org/590113004 Cr-Commit-Position: refs/heads/master@{#296715}
-
avi authored
XIB change: * Sets the header field to be truncated rather than wrapped. BUG=417317 TEST=as in bug Review URL: https://codereview.chromium.org/605463002 Cr-Commit-Position: refs/heads/master@{#296714}
-
piotaixr authored
BUG=417416 Review URL: https://codereview.chromium.org/598093004 Cr-Commit-Position: refs/heads/master@{#296713}
-
Pavel Sergeev authored
List of changes: * Added all core-elements and paper-elements provided by Polymer. * Components moved to 'components' subdirectory. * Added a presubmit check verifying that the list of dependencies from bower.json and the list of components installed to 'components' are the same. (see README.chromium for details). * Updated README.chromium * Updated pathes to polymer.js and platform.js in projects that use them. web-animations-js library will be added to the repository later. Here is a list of components depending on web-animations-js: * core-animation/core-animation-group.html * core-animation/core-animation.html * core-animation/web-animations.html * paper-menu-button/paper-menu-button.html * paper-menu-button/paper-menu-button-transition.html This CL doesn't change polymer and platform components. Landed manually, because of the bug in the commit queue (http://crbug.com/416255). BUG=415696 R=mtomasz@chromium.org, raymes@chromium.org, rsadam@chromium.org, thestig@chromium.org TBR=cpu Review URL: https://codereview.chromium.org/582873003 Cr-Commit-Position: refs/heads/master@{#296712}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/57a7fe6..7c76ab2 TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/603963002 Cr-Commit-Position: refs/heads/master@{#296711}
-
sdefresne authored
Similar to IsRunningOnIOS7OrLater except that it checks for iOS 8 or later. BUG=None Review URL: https://codereview.chromium.org/604763002 Cr-Commit-Position: refs/heads/master@{#296710}
-
https://codereview.chromium.org/588523002/xians authored
Fix the way how we create webrtc::AudioProcessing in Chrome. TBR=tommi@chromium.org BUG=415935 TEST=all webrtc tests in all bots + manual test to verify the agc loggings exist. Review URL: https://codereview.chromium.org/597923002 Cr-Commit-Position: refs/heads/master@{#296709}
-
John Abd-El-Malek authored
Add nacl_helper to interactive_ui_tests' isolate to make LoggedInSpokenFeedbackTest.AddBookmark pass. BUG=414808 TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/607543002 Cr-Commit-Position: refs/heads/master@{#296708}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/de6a362..57a7fe6 TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/598423002 Cr-Commit-Position: refs/heads/master@{#296707}
-
dgozman authored
BUG=415102 Review URL: https://codereview.chromium.org/579223002 Cr-Commit-Position: refs/heads/master@{#296706}
-
mathp authored
Revert of NaCl: Update revision in DEPS, r13759 -> r13770 (patchset #1 id:1 of https://codereview.chromium.org/604483002/) Reason for revert: As noted, breaks goma builds. Original issue's description: > NaCl: Update revision in DEPS, r13759 -> r13770 > > This pulls in the following Native Client changes: > > r13760: (mseaborn) untrusted.gypi: Factor out duplicated "--gomadir" option > r13761: (mseaborn) Fix mmap() with length > 0xffff0000 to behave consistently on 32/64-bit > r13762: (teravest) Support file path metadata for the main nexe. > r13763: (teravest) Add CreateNaClDescWithFilePathMetadata fn. > r13764: (dschuff) Switch PNaCl lib, include, and translator directories for new layout > r13765: (dschuff) Pass naclsdk_validate=0 to scons runs run by main waterfall bots > r13768: (dbrazdil) Allowed decrementing program break with sbrk() in MinSFI > r13769: (dyen) Added tests for rename functions in irt_ext. > r13770: (dyen) Added tests for unlink functions irt_ext. > > BUG=none > TEST=browser_tests and nacl_integration > CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_nacl_sdk,linux_chromium_dbg > TBR=dschuff@chromium.org > > Committed: https://crrev.com/a86ea9cb2d97183ae3080b7325bdc23e392ce96c > Cr-Commit-Position: refs/heads/master@{#296654} TBR=dschuff@chromium.org,sergeyv@chromium.org,mseaborn@chromium.org NOTREECHECKS=true NOTRY=true BUG=none Review URL: https://codereview.chromium.org/605743002 Cr-Commit-Position: refs/heads/master@{#296705}
-
jochen authored
It should be all chromium style now. BUG=324658 R=mkwst@chromium.org Review URL: https://codereview.chromium.org/606563004 Cr-Commit-Position: refs/heads/master@{#296704}
-
ager authored
Revert of DevTools: Protocol handler generator for content (patchset #29 id:560001 of https://codereview.chromium.org/508973003/) Reason for revert: Looks like this is causing inspector/timeline/timeline-auto-record.html layout test failures on the buildbots. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=inspector/timeline/timeline-auto-record.html,inspector/tracing/timeline-auto-record.html,virtual/deferred/inspector/timeline/timeline-auto-record.html,virtual/deferred/inspector/tracing/timeline-auto-record.html,virtual/implsidepainting/inspector/timeline/timeline-auto-record.html,virtual/implsidepainting/inspector/tracing/timeline-auto-record.html Original issue's description: > DevTools: Protocol handler generator for content > > BUG=405566 > > Committed: https://crrev.com/fa9990e750100c92ac9f53494b65a3174890487d > Cr-Commit-Position: refs/heads/master@{#296694} TBR=jochen@chromium.org,dgozman@chromium.org,pfeldman@chromium.org,yurys@chromium.org,vkuzkokov@chromium.org NOTREECHECKS=true NOTRY=true BUG=405566 Review URL: https://codereview.chromium.org/607503002 Cr-Commit-Position: refs/heads/master@{#296703}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#296702}
-
sunil.ratnu authored
Currently, the password bubble opens up only on "webby" URLs i.e. it does not work on URLs such as chrome: or file: but the save password infobar shows up also for the "non-webby" URLs making both the prompts behave in a different manner. This patch makes the behaviour for both the prompts consistent. BUG=393138 Review URL: https://codereview.chromium.org/582833005 Cr-Commit-Position: refs/heads/master@{#296701}
-
phoglund authored
This test measures CPU and memory when we acquire a HD stream with WebRTC. The existing local-video.html demo will acquire whatever is the default, which currently is VGA. The demo page is taken from our GitHub demo repository and is only lightly edited to get js paths right. BUG=413577 Review URL: https://codereview.chromium.org/551863005 Cr-Commit-Position: refs/heads/master@{#296700}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3d349bd..de6a362 TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/603113003 Cr-Commit-Position: refs/heads/master@{#296699}
-
joaodasilva authored
BUG=None Review URL: https://codereview.chromium.org/599373002 Cr-Commit-Position: refs/heads/master@{#296698}
-
haraken authored
Currently Blink is shut down before all the pending tasks in the message loop are deleted. This is problematic in Oilpan because a destructor of the pending tasks can touch Oilpan objects. Because Oilpan is already detached from the renderer thread at that point, touching Oilpan objects in the destructor leads to a crash. (See the bug report for a concrete scenario.) To prevent Blink objects from getting accessed after Blink is shut down, this CL deletes all pending tasks in a message loop before shutting down Blink. BUG=411026 TEST=None. I cannot reproduce the crash. Review URL: https://codereview.chromium.org/583043005 Cr-Commit-Position: refs/heads/master@{#296697}
-